public class FragmentEntryServiceWrapper extends java.lang.Object implements FragmentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
FragmentEntryService.FragmentEntryService| Constructor and Description |
|---|
FragmentEntryServiceWrapper() |
FragmentEntryServiceWrapper(FragmentEntryService fragmentEntryService) |
| Modifier and Type | Method and Description |
|---|---|
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,
java.lang.String configuration,
long previewFileEntryId,
int type,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentEntry |
addFragmentEntry(java.lang.String externalReferenceCode,
long groupId,
long fragmentCollectionId,
java.lang.String fragmentEntryKey,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
boolean cacheable,
java.lang.String configuration,
java.lang.String icon,
long previewFileEntryId,
boolean readOnly,
int type,
java.lang.String typeOptions,
int status,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
FragmentEntry |
copyFragmentEntry(long groupId,
long sourceFragmentEntryId,
long fragmentCollectionId,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteFragmentEntries(long[] fragmentEntriesIds) |
FragmentEntry |
deleteFragmentEntry(long fragmentEntryId) |
FragmentEntry |
deleteFragmentEntry(java.lang.String externalReferenceCode,
long groupId) |
FragmentEntry |
fetchDraft(long primaryKey) |
FragmentEntry |
fetchFragmentEntry(long fragmentEntryId) |
FragmentEntry |
getDraft(long primaryKey) |
java.util.List<java.lang.Object> |
getFragmentCompositionsAndFragmentEntries(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) |
java.util.List<java.lang.Object> |
getFragmentCompositionsAndFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) |
int |
getFragmentCompositionsAndFragmentEntriesCount(long groupId,
long fragmentCollectionId,
int status) |
int |
getFragmentCompositionsAndFragmentEntriesCount(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 start,
int end) |
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> |
getFragmentEntriesByName(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByNameAndStatus(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> |
getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status) |
java.util.List<FragmentEntry> |
getFragmentEntriesByStatus(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status) |
java.util.List<FragmentEntry> |
getFragmentEntriesByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) |
int |
getFragmentEntriesCount(long groupId,
long fragmentCollectionId) |
int |
getFragmentEntriesCountByName(long groupId,
long fragmentCollectionId,
java.lang.String name) |
int |
getFragmentEntriesCountByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status) |
int |
getFragmentEntriesCountByStatus(long groupId,
long fragmentCollectionId,
int status) |
int |
getFragmentEntriesCountByType(long groupId,
long fragmentCollectionId,
int type) |
int |
getFragmentEntriesCountByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status) |
FragmentEntry |
getFragmentEntryByExternalReferenceCode(java.lang.String externalReferenceCode,
long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
java.lang.String[] |
getTempFileNames(long groupId,
java.lang.String folderName) |
FragmentEntryService |
getWrappedService() |
FragmentEntry |
moveFragmentEntry(long fragmentEntryId,
long fragmentCollectionId) |
FragmentEntry |
publishDraft(FragmentEntry draftFragmentEntry) |
void |
setWrappedService(FragmentEntryService fragmentEntryService) |
FragmentEntry |
updateDraft(FragmentEntry draftFragmentEntry) |
FragmentEntry |
updateFragmentEntry(FragmentEntry fragmentEntry) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
boolean cacheable) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long previewFileEntryId) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
long fragmentCollectionId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
boolean cacheable,
java.lang.String configuration,
java.lang.String icon,
long previewFileEntryId,
boolean readOnly,
java.lang.String typeOptions,
int status) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name) |
public FragmentEntryServiceWrapper()
public FragmentEntryServiceWrapper(FragmentEntryService fragmentEntryService)
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, java.lang.String configuration, long previewFileEntryId, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry addFragmentEntry(java.lang.String externalReferenceCode, long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, boolean cacheable, java.lang.String configuration, java.lang.String icon, long previewFileEntryId, boolean readOnly, int type, java.lang.String typeOptions, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
addFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry copyFragmentEntry(long groupId, long sourceFragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
copyFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic void deleteFragmentEntries(long[] fragmentEntriesIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentEntries in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry deleteFragmentEntry(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
deleteFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry fetchDraft(long primaryKey)
fetchDraft in interface FragmentEntryServicepublic FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException
fetchFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry getDraft(long primaryKey) throws com.liferay.portal.kernel.exception.PortalException
getDraft in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<java.lang.Object> getFragmentCompositionsAndFragmentEntries(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator)
getFragmentCompositionsAndFragmentEntries in interface FragmentEntryServicepublic java.util.List<java.lang.Object> getFragmentCompositionsAndFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator)
getFragmentCompositionsAndFragmentEntries in interface FragmentEntryServicepublic int getFragmentCompositionsAndFragmentEntriesCount(long groupId,
long fragmentCollectionId,
int status)
getFragmentCompositionsAndFragmentEntriesCount in interface FragmentEntryServicepublic int getFragmentCompositionsAndFragmentEntriesCount(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
getFragmentCompositionsAndFragmentEntriesCount in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntries(long fragmentCollectionId)
getFragmentEntries in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end)
getFragmentEntries in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntries in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByName(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntriesByName in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByNameAndStatus(long groupId, long fragmentCollectionId, java.lang.String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntriesByNameAndStatus in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status)
getFragmentEntriesByStatus in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntriesByStatus in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByType(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntriesByType in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status)
getFragmentEntriesByTypeAndStatus in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntriesByTypeAndStatus in interface FragmentEntryServicepublic int getFragmentEntriesCount(long groupId,
long fragmentCollectionId)
getFragmentEntriesCount in interface FragmentEntryServicepublic int getFragmentEntriesCountByName(long groupId,
long fragmentCollectionId,
java.lang.String name)
getFragmentEntriesCountByName in interface FragmentEntryServicepublic int getFragmentEntriesCountByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status)
getFragmentEntriesCountByNameAndStatus in interface FragmentEntryServicepublic int getFragmentEntriesCountByStatus(long groupId,
long fragmentCollectionId,
int status)
getFragmentEntriesCountByStatus in interface FragmentEntryServicepublic int getFragmentEntriesCountByType(long groupId,
long fragmentCollectionId,
int type)
getFragmentEntriesCountByType in interface FragmentEntryServicepublic int getFragmentEntriesCountByTypeAndStatus(long groupId,
long fragmentCollectionId,
int type,
int status)
getFragmentEntriesCountByTypeAndStatus in interface FragmentEntryServicepublic FragmentEntry getFragmentEntryByExternalReferenceCode(java.lang.String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException
getFragmentEntryByExternalReferenceCode in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FragmentEntryServicepublic java.lang.String[] getTempFileNames(long groupId,
java.lang.String folderName)
throws com.liferay.portal.kernel.exception.PortalException
getTempFileNames in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException
moveFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
publishDraft in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
updateDraft in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry updateFragmentEntry(FragmentEntry fragmentEntry) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, boolean cacheable) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, long fragmentCollectionId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, boolean cacheable, java.lang.String configuration, java.lang.String icon, long previewFileEntryId, boolean readOnly, java.lang.String typeOptions, int status) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws com.liferay.portal.kernel.exception.PortalException
updateFragmentEntry in interface FragmentEntryServicecom.liferay.portal.kernel.exception.PortalExceptionpublic 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>