Package com.liferay.asset.list.service
Class AssetListEntryServiceWrapper
java.lang.Object
com.liferay.asset.list.service.AssetListEntryServiceWrapper
- All Implemented Interfaces:
AssetListEntryService,com.liferay.portal.kernel.service.BaseService,com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryService>
public class AssetListEntryServiceWrapper
extends Object
implements AssetListEntryService, com.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryService>
Provides a wrapper for
AssetListEntryService.- See Also:
- Generated:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaddAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) voidaddAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) addAssetListEntry(String externalReferenceCode, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) addDynamicAssetListEntry(String externalReferenceCode, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) addManualAssetListEntry(String externalReferenceCode, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) voiddeleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) voiddeleteAssetListEntries(long[] assetListEntriesIds) deleteAssetListEntry(long assetListEntryId) voiddeleteAssetListEntry(long assetListEntryId, long segmentsEntryId) fetchAssetListEntry(long assetListEntryId) fetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) getAssetListEntries(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) intgetAssetListEntriesCount(long groupId) intgetAssetListEntriesCount(long[] groupIds) intgetAssetListEntriesCount(long[] groupIds, String title) intgetAssetListEntriesCount(long[] groupIds, String[] assetEntryTypes) intgetAssetListEntriesCount(long[] groupIds, String assetEntrySubtype, String assetEntryType) intgetAssetListEntriesCount(long[] groupIds, String title, String[] assetEntryTypes) intgetAssetListEntriesCount(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) intgetAssetListEntriesCount(long groupId, String title) getAssetListEntry(long assetListEntryId) getAssetListEntry(long groupId, String assetListEntryKey) getAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) getAssetListEntryByUuidAndGroupId(String uuid, long groupId) Returns the OSGi service identifier.voidmoveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) voidsetWrappedService(AssetListEntryService assetListEntryService) voidupdateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateAssetListEntry(long assetListEntryId, String title) voidupdateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings)
-
Constructor Details
-
AssetListEntryServiceWrapper
public AssetListEntryServiceWrapper() -
AssetListEntryServiceWrapper
-
-
Method Details
-
addAssetEntrySelection
public void addAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetEntrySelectionin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetEntrySelections
public void addAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetEntrySelectionsin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntry
public AssetListEntry addAssetListEntry(String externalReferenceCode, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDynamicAssetListEntry
public AssetListEntry addDynamicAssetListEntry(String externalReferenceCode, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addDynamicAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
addManualAssetListEntry
public AssetListEntry addManualAssetListEntry(String externalReferenceCode, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
addManualAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetEntrySelection
public void deleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetEntrySelectionin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntries
public void deleteAssetListEntries(long[] assetListEntriesIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntriesin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public AssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public void deleteAssetListEntry(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntry
public AssetListEntry fetchAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntryByExternalReferenceCode
public AssetListEntry fetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAssetListEntryByExternalReferenceCodein interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntriesin interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long groupId) - Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long[] groupIds) - Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long[] groupIds, String assetEntrySubtype, String assetEntryType) - Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) - Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCountin interfaceAssetListEntryService
-
getAssetListEntry
public AssetListEntry getAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntry
public AssetListEntry getAssetListEntry(long groupId, String assetListEntryKey) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByExternalReferenceCode
public AssetListEntry getAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntryByExternalReferenceCodein interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByUuidAndGroupId
public AssetListEntry getAssetListEntryByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntryByUuidAndGroupIdin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifierin interfaceAssetListEntryService- Returns:
- the OSGi service identifier
-
moveAssetEntrySelection
public void moveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
moveAssetEntrySelectionin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
public void updateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
public AssetListEntry updateAssetListEntry(long assetListEntryId, String title) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntryTypeSettings
public void updateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
updateAssetListEntryTypeSettingsin interfaceAssetListEntryService- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryService>
-
setWrappedService
- Specified by:
setWrappedServicein interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryService>
-