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 TypeMethodDescriptionvoid
addAssetEntrySelection
(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) void
addAssetEntrySelections
(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) void
deleteAssetEntrySelection
(long assetListEntryId, long segmentsEntryId, int position) void
deleteAssetListEntries
(long[] assetListEntriesIds) deleteAssetListEntry
(long assetListEntryId) void
deleteAssetListEntry
(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) int
getAssetListEntriesCount
(long groupId) int
getAssetListEntriesCount
(long[] groupIds) int
getAssetListEntriesCount
(long[] groupIds, String title) int
getAssetListEntriesCount
(long[] groupIds, String[] assetEntryTypes) int
getAssetListEntriesCount
(long[] groupIds, String assetEntrySubtype, String assetEntryType) int
getAssetListEntriesCount
(long[] groupIds, String title, String[] assetEntryTypes) int
getAssetListEntriesCount
(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) int
getAssetListEntriesCount
(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.void
moveAssetEntrySelection
(long assetListEntryId, long segmentsEntryId, int position, int newPosition) void
setWrappedService
(AssetListEntryService assetListEntryService) void
updateAssetListEntry
(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) updateAssetListEntry
(long assetListEntryId, String title) void
updateAssetListEntryTypeSettings
(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:
addAssetEntrySelection
in 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:
addAssetEntrySelections
in 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:
addAssetListEntry
in 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:
addDynamicAssetListEntry
in 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:
addManualAssetListEntry
in 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:
deleteAssetEntrySelection
in interfaceAssetListEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntries
public void deleteAssetListEntries(long[] assetListEntriesIds) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntries
in interfaceAssetListEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
public AssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
deleteAssetListEntry
in 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:
deleteAssetListEntry
in interfaceAssetListEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntry
public AssetListEntry fetchAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
fetchAssetListEntry
in 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:
fetchAssetListEntryByExternalReferenceCode
in 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:
getAssetListEntries
in interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntries
in interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntries
in interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntries
in 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:
getAssetListEntries
in 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:
getAssetListEntries
in 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:
getAssetListEntries
in interfaceAssetListEntryService
-
getAssetListEntries
public List<AssetListEntry> getAssetListEntries(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) - Specified by:
getAssetListEntries
in interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long groupId) - Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long[] groupIds) - Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long[] groupIds, String assetEntrySubtype, String assetEntryType) - Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
public int getAssetListEntriesCount(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType) - Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntriesCount
- Specified by:
getAssetListEntriesCount
in interfaceAssetListEntryService
-
getAssetListEntry
public AssetListEntry getAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Specified by:
getAssetListEntry
in 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:
getAssetListEntry
in 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:
getAssetListEntryByExternalReferenceCode
in 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:
getAssetListEntryByUuidAndGroupId
in interfaceAssetListEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
Returns the OSGi service identifier.- Specified by:
getOSGiServiceIdentifier
in 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:
moveAssetEntrySelection
in 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:
updateAssetListEntry
in 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:
updateAssetListEntry
in 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:
updateAssetListEntryTypeSettings
in interfaceAssetListEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
-
getWrappedService
- Specified by:
getWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryService>
-
setWrappedService
- Specified by:
setWrappedService
in interfacecom.liferay.portal.kernel.service.ServiceWrapper<AssetListEntryService>
-