Package com.liferay.asset.list.service
Interface AssetListEntryService
- All Superinterfaces:
com.liferay.portal.kernel.service.BaseService
- All Known Implementing Classes:
AssetListEntryServiceWrapper
@AccessControlled
@CTAware
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={com.liferay.portal.kernel.exception.PortalException.class,com.liferay.portal.kernel.exception.SystemException.class})
public interface AssetListEntryService
extends com.liferay.portal.kernel.service.BaseService
Provides the remote service interface for AssetListEntry. Methods of this
service are expected to have security checks based on the propagated JAAS
credentials because this service can be accessed remotely.
- See Also:
- Generated:
-
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
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)
-
Method Details
-
addAssetEntrySelection
void addAssetEntrySelection(long assetListEntryId, long assetEntryId, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetEntrySelections
void addAssetEntrySelections(long assetListEntryId, long[] assetEntryIds, long segmentsEntryId, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addAssetListEntry
AssetListEntry addAssetListEntry(String externalReferenceCode, long groupId, String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addDynamicAssetListEntry
AssetListEntry addDynamicAssetListEntry(String externalReferenceCode, long groupId, String title, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
addManualAssetListEntry
AssetListEntry addManualAssetListEntry(String externalReferenceCode, long groupId, String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetEntrySelection
void deleteAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntries
void deleteAssetListEntries(long[] assetListEntriesIds) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
AssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
deleteAssetListEntry
void deleteAssetListEntry(long assetListEntryId, long segmentsEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntry
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry fetchAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
fetchAssetListEntryByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry fetchAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long groupId, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long[] groupIds, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, String assetEntrySubtype, String assetEntryType, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long[] groupIds, String title, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntries
@Transactional(propagation=SUPPORTS, readOnly=true) List<AssetListEntry> getAssetListEntries(long[] groupIds, String[] assetEntryTypes, int start, int end, com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) -
getAssetListEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntriesCount(long groupId) -
getAssetListEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntriesCount(long groupId, String title) -
getAssetListEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntriesCount(long[] groupIds) -
getAssetListEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntriesCount(long[] groupIds, String title) -
getAssetListEntriesCount
-
getAssetListEntriesCount
-
getAssetListEntriesCount
-
getAssetListEntriesCount
@Transactional(propagation=SUPPORTS, readOnly=true) int getAssetListEntriesCount(long[] groupIds, String[] assetEntryTypes) -
getAssetListEntry
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry getAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntry
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry getAssetListEntry(long groupId, String assetListEntryKey) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByExternalReferenceCode
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry getAssetListEntryByExternalReferenceCode(String externalReferenceCode, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getAssetListEntryByUuidAndGroupId
@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry getAssetListEntryByUuidAndGroupId(String uuid, long groupId) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
getOSGiServiceIdentifier
String getOSGiServiceIdentifier()Returns the OSGi service identifier.- Returns:
- the OSGi service identifier
-
moveAssetEntrySelection
void moveAssetEntrySelection(long assetListEntryId, long segmentsEntryId, int position, int newPosition) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
void updateAssetListEntry(long assetListEntryId, long segmentsEntryId, String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntry
AssetListEntry updateAssetListEntry(long assetListEntryId, String title) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-
updateAssetListEntryTypeSettings
void updateAssetListEntryTypeSettings(long assetListEntryId, long segmentsEntryId, String typeSettings) throws com.liferay.portal.kernel.exception.PortalException - Throws:
com.liferay.portal.kernel.exception.PortalException
-