Package com.liferay.fragment.service
Class FragmentEntryServiceWrapper
java.lang.Object
com.liferay.fragment.service.FragmentEntryServiceWrapper
- All Implemented Interfaces:
FragmentEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
public class FragmentEntryServiceWrapper
extends Object
implements FragmentEntryService, com.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
Provides a wrapper for
FragmentEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddFragmentEntry(long groupId, long fragmentCollectionId, String fragmentEntryKey, String name, String css, String html, String js, String configuration, long previewFileEntryId, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) addFragmentEntry(String externalReferenceCode, long groupId, long fragmentCollectionId, String fragmentEntryKey, String name, String css, String html, String js, boolean cacheable, String configuration, String icon, long previewFileEntryId, boolean readOnly, int type, String typeOptions, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) copyFragmentEntry(long groupId, long sourceFragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteFragmentEntries(long[] fragmentEntriesIds) deleteFragmentEntry(long fragmentEntryId) deleteFragmentEntry(String externalReferenceCode, long groupId) fetchDraft(long primaryKey) fetchFragmentEntry(long fragmentEntryId) getDraft(long primaryKey) getFragmentCompositionsAndFragmentEntries(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) getFragmentCompositionsAndFragmentEntries(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) intgetFragmentCompositionsAndFragmentEntriesCount(long groupId, long fragmentCollectionId, int status) intgetFragmentCompositionsAndFragmentEntriesCount(long groupId, long fragmentCollectionId, String name, int status) getFragmentEntries(long fragmentCollectionId) getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end) getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) getFragmentEntriesByName(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) getFragmentEntriesByNameAndStatus(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status) getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) getFragmentEntriesByType(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status) getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) intgetFragmentEntriesCount(long groupId, long fragmentCollectionId) intgetFragmentEntriesCountByName(long groupId, long fragmentCollectionId, String name) intgetFragmentEntriesCountByNameAndStatus(long groupId, long fragmentCollectionId, String name, int status) intgetFragmentEntriesCountByStatus(long groupId, long fragmentCollectionId, int status) intgetFragmentEntriesCountByType(long groupId, long fragmentCollectionId, int type) intgetFragmentEntriesCountByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status) getFragmentEntryByExternalReferenceCode(String externalReferenceCode, long groupId) Returns the OSGi service identifier.String[]getTempFileNames(long groupId, String folderName) moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) publishDraft(FragmentEntry draftFragmentEntry) voidsetWrappedService(FragmentEntryService fragmentEntryService) updateDraft(FragmentEntry draftFragmentEntry) updateFragmentEntry(long fragmentEntryId, boolean cacheable) updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) updateFragmentEntry(long fragmentEntryId, long fragmentCollectionId, String name, String css, String html, String js, boolean cacheable, String configuration, String icon, long previewFileEntryId, boolean readOnly, String typeOptions, int status) updateFragmentEntry(long fragmentEntryId, String name) updateFragmentEntry(FragmentEntry fragmentEntry)
-
Constructor Details
-
FragmentEntryServiceWrapper
public FragmentEntryServiceWrapper() -
FragmentEntryServiceWrapper
-
-
Method Details
-
addFragmentEntry
public FragmentEntry addFragmentEntry(long groupId, long fragmentCollectionId, String fragmentEntryKey, String name, String css, String html, String js, String configuration, long previewFileEntryId, int type, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addFragmentEntry
public FragmentEntry addFragmentEntry(String externalReferenceCode, long groupId, long fragmentCollectionId, String fragmentEntryKey, String name, String css, String html, String js, boolean cacheable, String configuration, String icon, long previewFileEntryId, boolean readOnly, int type, String typeOptions, int status, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
copyFragmentEntry
public FragmentEntry copyFragmentEntry(long groupId, long sourceFragmentEntryId, long fragmentCollectionId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
copyFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntries
public void deleteFragmentEntries(long[] fragmentEntriesIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentEntriesin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntry
public FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntry
public FragmentEntry deleteFragmentEntry(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchDraft
- Specified by:
fetchDraftin interfaceFragmentEntryService
-
fetchFragmentEntry
public FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDraft
public FragmentEntry getDraft(long primaryKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDraftin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getFragmentCompositionsAndFragmentEntries
public List<Object> getFragmentCompositionsAndFragmentEntries(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFragmentCompositionsAndFragmentEntriesin interfaceFragmentEntryService
-
getFragmentCompositionsAndFragmentEntries
public List<Object> getFragmentCompositionsAndFragmentEntries(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<?> orderByComparator) - Specified by:
getFragmentCompositionsAndFragmentEntriesin interfaceFragmentEntryService
-
getFragmentCompositionsAndFragmentEntriesCount
public int getFragmentCompositionsAndFragmentEntriesCount(long groupId, long fragmentCollectionId, int status) - Specified by:
getFragmentCompositionsAndFragmentEntriesCountin interfaceFragmentEntryService
-
getFragmentCompositionsAndFragmentEntriesCount
public int getFragmentCompositionsAndFragmentEntriesCount(long groupId, long fragmentCollectionId, String name, int status) - Specified by:
getFragmentCompositionsAndFragmentEntriesCountin interfaceFragmentEntryService
-
getFragmentEntries
- Specified by:
getFragmentEntriesin interfaceFragmentEntryService
-
getFragmentEntries
public List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end) - Specified by:
getFragmentEntriesin interfaceFragmentEntryService
-
getFragmentEntries
public List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntriesin interfaceFragmentEntryService
-
getFragmentEntriesByName
public List<FragmentEntry> getFragmentEntriesByName(long groupId, long fragmentCollectionId, String name, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntriesByNamein interfaceFragmentEntryService
-
getFragmentEntriesByNameAndStatus
public List<FragmentEntry> getFragmentEntriesByNameAndStatus(long groupId, long fragmentCollectionId, String name, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntriesByNameAndStatusin interfaceFragmentEntryService
-
getFragmentEntriesByStatus
public List<FragmentEntry> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status) - Specified by:
getFragmentEntriesByStatusin interfaceFragmentEntryService
-
getFragmentEntriesByStatus
public List<FragmentEntry> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntriesByStatusin interfaceFragmentEntryService
-
getFragmentEntriesByType
public List<FragmentEntry> getFragmentEntriesByType(long groupId, long fragmentCollectionId, int type, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntriesByTypein interfaceFragmentEntryService
-
getFragmentEntriesByTypeAndStatus
public List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status) - Specified by:
getFragmentEntriesByTypeAndStatusin interfaceFragmentEntryService
-
getFragmentEntriesByTypeAndStatus
public List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntriesByTypeAndStatusin interfaceFragmentEntryService
-
getFragmentEntriesCount
public int getFragmentEntriesCount(long groupId, long fragmentCollectionId) - Specified by:
getFragmentEntriesCountin interfaceFragmentEntryService
-
getFragmentEntriesCountByName
- Specified by:
getFragmentEntriesCountByNamein interfaceFragmentEntryService
-
getFragmentEntriesCountByNameAndStatus
public int getFragmentEntriesCountByNameAndStatus(long groupId, long fragmentCollectionId, String name, int status) - Specified by:
getFragmentEntriesCountByNameAndStatusin interfaceFragmentEntryService
-
getFragmentEntriesCountByStatus
public int getFragmentEntriesCountByStatus(long groupId, long fragmentCollectionId, int status) - Specified by:
getFragmentEntriesCountByStatusin interfaceFragmentEntryService
-
getFragmentEntriesCountByType
public int getFragmentEntriesCountByType(long groupId, long fragmentCollectionId, int type) - Specified by:
getFragmentEntriesCountByTypein interfaceFragmentEntryService
-
getFragmentEntriesCountByTypeAndStatus
public int getFragmentEntriesCountByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status) - Specified by:
getFragmentEntriesCountByTypeAndStatusin interfaceFragmentEntryService
-
getFragmentEntryByExternalReferenceCode
public FragmentEntry getFragmentEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFragmentEntryByExternalReferenceCodein interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceFragmentEntryService- Returns:
- the OSGi service identifier
-
getTempFileNames
public String[] getTempFileNames(long groupId, String folderName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTempFileNamesin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
moveFragmentEntry
public FragmentEntry moveFragmentEntry(long fragmentEntryId, long fragmentCollectionId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
publishDraft
public FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
publishDraftin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDraft
public FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDraftin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntry
public FragmentEntry updateFragmentEntry(FragmentEntry fragmentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntry
public FragmentEntry updateFragmentEntry(long fragmentEntryId, boolean cacheable) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntry
public FragmentEntry updateFragmentEntry(long fragmentEntryId, long previewFileEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntry
public FragmentEntry updateFragmentEntry(long fragmentEntryId, long fragmentCollectionId, String name, String css, String html, String js, boolean cacheable, String configuration, String icon, long previewFileEntryId, boolean readOnly, String typeOptions, int status) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntry
public FragmentEntry updateFragmentEntry(long fragmentEntryId, String name) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentEntryin interfaceFragmentEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
-