@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetListEntryService extends BaseService
AssetListEntryServiceUtil| Modifier and Type | Method and Description |
|---|---|
void |
addAssetEntrySelection(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
ServiceContext serviceContext) |
void |
addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
ServiceContext serviceContext) |
AssetListEntry |
addAssetListEntry(long groupId,
java.lang.String title,
int type,
ServiceContext serviceContext) |
AssetListEntry |
addDynamicAssetListEntry(long userId,
long groupId,
java.lang.String title,
java.lang.String typeSettings,
ServiceContext serviceContext) |
AssetListEntry |
addManualAssetListEntry(long userId,
long groupId,
java.lang.String title,
long[] assetEntryIds,
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,
OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String[] assetEntryTypes,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType,
int start,
int end,
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,
OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
int start,
int end,
OrderByComparator<AssetListEntry> orderByComparator) |
java.util.List<AssetListEntry> |
getAssetListEntries(long groupId,
java.lang.String title,
int start,
int end,
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,
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,
ServiceContext serviceContext)
throws PortalException
PortalExceptionvoid addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
ServiceContext serviceContext)
throws PortalException
PortalExceptionAssetListEntry addAssetListEntry(long groupId, java.lang.String title, int type, ServiceContext serviceContext) throws PortalException
PortalExceptionAssetListEntry addDynamicAssetListEntry(long userId, long groupId, java.lang.String title, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
PortalExceptionAssetListEntry addManualAssetListEntry(long userId, long groupId, java.lang.String title, long[] assetEntryIds, ServiceContext serviceContext) throws PortalException
PortalExceptionvoid deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position)
throws PortalException
PortalExceptionvoid deleteAssetListEntries(long[] assetListEntriesIds)
throws PortalException
PortalExceptionAssetListEntry deleteAssetListEntry(long assetListEntryId) throws PortalException
PortalExceptionvoid deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId)
throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry fetchAssetListEntry(long assetListEntryId) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntry> getAssetListEntries(long groupId, java.lang.String title, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, int start, int end, 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, 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, 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, OrderByComparator<AssetListEntry> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String[] assetEntryTypes, int start, int end, 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 PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry getAssetListEntry(long groupId, java.lang.String assetListEntryKey) throws PortalException
PortalException@Transactional(propagation=SUPPORTS, readOnly=true) AssetListEntry getAssetListEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
PortalExceptionjava.lang.String getOSGiServiceIdentifier()
void moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition)
throws PortalException
PortalExceptionvoid updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
ServiceContext serviceContext)
throws PortalException
PortalExceptionAssetListEntry updateAssetListEntry(long assetListEntryId, java.lang.String title) throws PortalException
PortalExceptionvoid updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings)
throws PortalException
PortalException