public class FragmentEntryServiceWrapper extends java.lang.Object implements FragmentEntryService, 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 fragmentEntryKey,
java.lang.String name,
long previewFileEntryId,
int type,
int status,
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,
boolean cacheable,
java.lang.String configuration,
long previewFileEntryId,
int type,
int status,
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,
java.lang.String configuration,
long previewFileEntryId,
int type,
int status,
ServiceContext serviceContext) |
FragmentEntry |
copyFragmentEntry(long groupId,
long fragmentEntryId,
long fragmentCollectionId,
ServiceContext serviceContext) |
void |
deleteFragmentEntries(long[] fragmentEntriesIds) |
FragmentEntry |
deleteFragmentEntry(long fragmentEntryId) |
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,
OrderByComparator<?> orderByComparator) |
java.util.List<java.lang.Object> |
getFragmentCompositionsAndFragmentEntries(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
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,
OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByName(long groupId,
long fragmentCollectionId,
java.lang.String name,
int start,
int end,
OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByNameAndStatus(long groupId,
long fragmentCollectionId,
java.lang.String name,
int status,
int start,
int end,
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,
OrderByComparator<FragmentEntry> orderByComparator) |
java.util.List<FragmentEntry> |
getFragmentEntriesByType(long groupId,
long fragmentCollectionId,
int type,
int start,
int end,
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,
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) |
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,
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,
boolean cacheable,
java.lang.String configuration,
int status) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
boolean cacheable,
java.lang.String configuration,
long previewFileEntryId,
int status) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
java.lang.String configuration,
int status) |
FragmentEntry |
updateFragmentEntry(long fragmentEntryId,
java.lang.String name,
java.lang.String css,
java.lang.String html,
java.lang.String js,
java.lang.String configuration,
long previewFileEntryId,
int status) |
public FragmentEntryServiceWrapper(FragmentEntryService fragmentEntryService)
public FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, java.lang.String fragmentEntryKey, java.lang.String name, long previewFileEntryId, int type, int status, ServiceContext serviceContext) throws PortalException
addFragmentEntry in interface FragmentEntryServicePortalExceptionpublic 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, boolean cacheable, java.lang.String configuration, long previewFileEntryId, int type, int status, ServiceContext serviceContext) throws PortalException
addFragmentEntry in interface FragmentEntryServicePortalExceptionpublic 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, ServiceContext serviceContext) throws PortalException
addFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry copyFragmentEntry(long groupId, long fragmentEntryId, long fragmentCollectionId, ServiceContext serviceContext) throws PortalException
copyFragmentEntry in interface FragmentEntryServicePortalExceptionpublic void deleteFragmentEntries(long[] fragmentEntriesIds)
throws PortalException
deleteFragmentEntries in interface FragmentEntryServicePortalExceptionpublic FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws PortalException
deleteFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry fetchDraft(long primaryKey)
fetchDraft in interface FragmentEntryServicepublic FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws PortalException
fetchFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry getDraft(long primaryKey) throws PortalException
getDraft in interface FragmentEntryServicePortalExceptionpublic java.util.List<java.lang.Object> getFragmentCompositionsAndFragmentEntries(long groupId,
long fragmentCollectionId,
int status,
int start,
int end,
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,
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, OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntries in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByName(long groupId, long fragmentCollectionId, java.lang.String name, int start, int end, 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, 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, OrderByComparator<FragmentEntry> orderByComparator)
getFragmentEntriesByStatus in interface FragmentEntryServicepublic java.util.List<FragmentEntry> getFragmentEntriesByType(long groupId, long fragmentCollectionId, int type, int start, int end, 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, 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 java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface FragmentEntryServicepublic java.lang.String[] getTempFileNames(long groupId,
java.lang.String folderName)
throws PortalException
getTempFileNames in interface FragmentEntryServicePortalExceptionpublic FragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws PortalException
moveFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws PortalException
publishDraft in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws PortalException
updateDraft in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(FragmentEntry fragmentEntry) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, boolean cacheable, java.lang.String configuration, int status) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, boolean cacheable, java.lang.String configuration, long previewFileEntryId, int status) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, java.lang.String configuration, int status) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntry updateFragmentEntry(long fragmentEntryId, java.lang.String name, java.lang.String css, java.lang.String html, java.lang.String js, java.lang.String configuration, long previewFileEntryId, int status) throws PortalException
updateFragmentEntry in interface FragmentEntryServicePortalExceptionpublic FragmentEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<FragmentEntryService>public void setWrappedService(FragmentEntryService fragmentEntryService)
setWrappedService in interface ServiceWrapper<FragmentEntryService>