@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
AssetListEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
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) |
AssetListEntry |
addAssetListEntry(long groupId,
java.lang.String title,
int type,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetListEntry |
addDynamicAssetListEntry(long groupId,
java.lang.String title,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetListEntry |
addManualAssetListEntry(long groupId,
java.lang.String title,
long[] assetEntryIds,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position) |
void |
deleteAssetListEntries(long[] assetListEntriesIds) |
AssetListEntry |
deleteAssetListEntry(long assetListEntryId) |
void |
deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId) |
AssetListEntry |
fetchAssetListEntry(long assetListEntryId) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String[] assetEntryTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
java.lang.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,
java.lang.String title) |
int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String[] assetEntryTypes) |
int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType) |
int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes) |
int |
getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType) |
int |
getAssetListEntriesCount(long groupId,
java.lang.String title) |
AssetListEntry |
getAssetListEntry(long assetListEntryId) |
AssetListEntry |
getAssetListEntry(long groupId,
java.lang.String assetListEntryKey) |
AssetListEntry |
getAssetListEntryByUuidAndGroupId(java.lang.String uuid,
long groupId) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
void |
moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition) |
void |
updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
AssetListEntry |
updateAssetListEntry(long assetListEntryId,
java.lang.String title) |
void |
updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings) |
void addAssetEntrySelection(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionAssetListEntry addAssetListEntry(long groupId, java.lang.String title, int type, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionAssetListEntry addDynamicAssetListEntry(long groupId, java.lang.String title, java.lang.String typeSettings, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionAssetListEntry addManualAssetListEntry(long groupId, java.lang.String title, long[] assetEntryIds, com.liferay.portal.kernel.service.ServiceContext serviceContext) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteAssetListEntries(long[] assetListEntriesIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionAssetListEntry deleteAssetListEntry(long assetListEntryId) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetListEntry fetchAssetListEntry(long assetListEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long groupId,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds,
java.lang.String title,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds,
java.lang.String[] assetEntryTypes,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long groupId,
java.lang.String title)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long[] groupIds)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long[] groupIds,
java.lang.String title)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getAssetListEntriesCount(long[] groupIds,
java.lang.String[] assetEntryTypes)
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetListEntry getAssetListEntry(long assetListEntryId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetListEntry getAssetListEntry(long groupId,
java.lang.String assetListEntryKey)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetListEntry getAssetListEntryByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionjava.lang.String getOSGiServiceIdentifier()
void moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionAssetListEntry updateAssetListEntry(long assetListEntryId, java.lang.String title) throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionvoid updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException