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) void
deleteFragmentEntries
(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) int
getFragmentCompositionsAndFragmentEntriesCount
(long groupId, long fragmentCollectionId, int status) int
getFragmentCompositionsAndFragmentEntriesCount
(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) int
getFragmentEntriesCount
(long groupId, long fragmentCollectionId) int
getFragmentEntriesCountByName
(long groupId, long fragmentCollectionId, String name) int
getFragmentEntriesCountByNameAndStatus
(long groupId, long fragmentCollectionId, 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) getFragmentEntryByExternalReferenceCode
(String externalReferenceCode, long groupId) Returns the OSGi service identifier.String[]
getTempFileNames
(long groupId, String folderName) moveFragmentEntry
(long fragmentEntryId, long fragmentCollectionId) publishDraft
(FragmentEntry draftFragmentEntry) void
setWrappedService
(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:
addFragmentEntry
in 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:
addFragmentEntry
in 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:
copyFragmentEntry
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntries
public void deleteFragmentEntries(long[] fragmentEntriesIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentEntries
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteFragmentEntry
public FragmentEntry deleteFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteFragmentEntry
in 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:
deleteFragmentEntry
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchDraft
- Specified by:
fetchDraft
in interfaceFragmentEntryService
-
fetchFragmentEntry
public FragmentEntry fetchFragmentEntry(long fragmentEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchFragmentEntry
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getDraft
public FragmentEntry getDraft(long primaryKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getDraft
in 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:
getFragmentCompositionsAndFragmentEntries
in 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:
getFragmentCompositionsAndFragmentEntries
in interfaceFragmentEntryService
-
getFragmentCompositionsAndFragmentEntriesCount
public int getFragmentCompositionsAndFragmentEntriesCount(long groupId, long fragmentCollectionId, int status) - Specified by:
getFragmentCompositionsAndFragmentEntriesCount
in interfaceFragmentEntryService
-
getFragmentCompositionsAndFragmentEntriesCount
public int getFragmentCompositionsAndFragmentEntriesCount(long groupId, long fragmentCollectionId, String name, int status) - Specified by:
getFragmentCompositionsAndFragmentEntriesCount
in interfaceFragmentEntryService
-
getFragmentEntries
- Specified by:
getFragmentEntries
in interfaceFragmentEntryService
-
getFragmentEntries
public List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end) - Specified by:
getFragmentEntries
in interfaceFragmentEntryService
-
getFragmentEntries
public List<FragmentEntry> getFragmentEntries(long groupId, long fragmentCollectionId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<FragmentEntry> orderByComparator) - Specified by:
getFragmentEntries
in 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:
getFragmentEntriesByName
in 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:
getFragmentEntriesByNameAndStatus
in interfaceFragmentEntryService
-
getFragmentEntriesByStatus
public List<FragmentEntry> getFragmentEntriesByStatus(long groupId, long fragmentCollectionId, int status) - Specified by:
getFragmentEntriesByStatus
in 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:
getFragmentEntriesByStatus
in 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:
getFragmentEntriesByType
in interfaceFragmentEntryService
-
getFragmentEntriesByTypeAndStatus
public List<FragmentEntry> getFragmentEntriesByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status) - Specified by:
getFragmentEntriesByTypeAndStatus
in 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:
getFragmentEntriesByTypeAndStatus
in interfaceFragmentEntryService
-
getFragmentEntriesCount
public int getFragmentEntriesCount(long groupId, long fragmentCollectionId) - Specified by:
getFragmentEntriesCount
in interfaceFragmentEntryService
-
getFragmentEntriesCountByName
- Specified by:
getFragmentEntriesCountByName
in interfaceFragmentEntryService
-
getFragmentEntriesCountByNameAndStatus
public int getFragmentEntriesCountByNameAndStatus(long groupId, long fragmentCollectionId, String name, int status) - Specified by:
getFragmentEntriesCountByNameAndStatus
in interfaceFragmentEntryService
-
getFragmentEntriesCountByStatus
public int getFragmentEntriesCountByStatus(long groupId, long fragmentCollectionId, int status) - Specified by:
getFragmentEntriesCountByStatus
in interfaceFragmentEntryService
-
getFragmentEntriesCountByType
public int getFragmentEntriesCountByType(long groupId, long fragmentCollectionId, int type) - Specified by:
getFragmentEntriesCountByType
in interfaceFragmentEntryService
-
getFragmentEntriesCountByTypeAndStatus
public int getFragmentEntriesCountByTypeAndStatus(long groupId, long fragmentCollectionId, int type, int status) - Specified by:
getFragmentEntriesCountByTypeAndStatus
in interfaceFragmentEntryService
-
getFragmentEntryByExternalReferenceCode
public FragmentEntry getFragmentEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getFragmentEntryByExternalReferenceCode
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in interfaceFragmentEntryService
- Returns:
- the OSGi service identifier
-
getTempFileNames
public String[] getTempFileNames(long groupId, String folderName) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getTempFileNames
in 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:
moveFragmentEntry
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
publishDraft
public FragmentEntry publishDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
publishDraft
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateDraft
public FragmentEntry updateDraft(FragmentEntry draftFragmentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateDraft
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateFragmentEntry
public FragmentEntry updateFragmentEntry(FragmentEntry fragmentEntry) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateFragmentEntry
in 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:
updateFragmentEntry
in 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:
updateFragmentEntry
in 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:
updateFragmentEntry
in 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:
updateFragmentEntry
in interfaceFragmentEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<FragmentEntryService>
-