@ProviderType public class FragmentEntryServiceWrapper extends java.lang.Object implements FragmentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
FragmentEntryService
.FragmentEntryService
Constructor and Description |
---|
FragmentEntryServiceWrapper(FragmentEntryService fragmentEntryService) |
Modifier and Type | Method and Description |
---|---|
FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentEntry |
addFragmentEntry(long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteFragmentEntries(long[] fragmentEntriesIds) |
FragmentEntry |
deleteFragmentEntry(long fragmentEntryId) |
FragmentEntry |
fetchFragmentEntry(long fragmentEntryId) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
int status) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name) |
int |
getFragmentCollectionsCount(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status) |
java.util.List<FragmentEntry> |
getFragmentEntries(long fragmentCollectionId) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.lang.String[] |
getTempFileNames(long groupId,
java.lang.String folderName) |
FragmentEntryService |
getWrappedService() |
void |
setWrappedService(FragmentEntryService fragmentEntryService) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long previewFileEntryId) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
int status) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
long previewFileEntryId,
int status) |
public FragmentEntryServiceWrapper(FragmentEntryService fragmentEntryService)
public FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String name, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public void deleteFragmentEntries(long[] fragmentEntriesIds) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentEntries
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public int getFragmentCollectionsCount(long groupId, long fragmentCollectionId)
getFragmentCollectionsCount
in interface FragmentEntryService
public int getFragmentCollectionsCount(long groupId, long fragmentCollectionId, int status)
getFragmentCollectionsCount
in interface FragmentEntryService
public int getFragmentCollectionsCount(long groupId, long fragmentCollectionId, java.lang.String name)
getFragmentCollectionsCount
in interface FragmentEntryService
public int getFragmentCollectionsCount(long groupId, long fragmentCollectionId, java.lang.String name, int status)
getFragmentCollectionsCount
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
getFragmentEntries
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int status)
getFragmentEntries
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end)
getFragmentEntries
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntries
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntries
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntries
in interface FragmentEntryService
public java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntries
in interface FragmentEntryService
public java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface FragmentEntryService
public java.lang.String[] getTempFileNames(long groupId, java.lang.String folderName) throws com.liferay.portal.kernel.exception.PortalException
getTempFileNames
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, int status) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, long previewFileEntryId, int status) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry
in interface FragmentEntryService
com.liferay.portal.kernel.exception.PortalException
public FragmentEntryService getWrappedService()
getWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
public void setWrappedService(FragmentEntryService fragmentEntryService)
setWrappedService
in interface com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>