public class AssetListEntryServiceWrapper extends java.lang.Object implements AssetListEntryService, ServiceWrapper<AssetListEntryService>
AssetListEntryService.AssetListEntryService| Constructor and Description |
|---|
AssetListEntryServiceWrapper(AssetListEntryService assetListEntryService) |
| 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.
|
AssetListEntryService |
getWrappedService() |
void |
moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition) |
void |
setWrappedService(AssetListEntryService assetListEntryService) |
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) |
public AssetListEntryServiceWrapper(AssetListEntryService assetListEntryService)
public void addAssetEntrySelection(long assetListEntryId,
long assetEntryId,
long segmentsEntryId,
ServiceContext serviceContext)
throws PortalException
addAssetEntrySelection in interface AssetListEntryServicePortalExceptionpublic void addAssetEntrySelections(long assetListEntryId,
long[] assetEntryIds,
long segmentsEntryId,
ServiceContext serviceContext)
throws PortalException
addAssetEntrySelections in interface AssetListEntryServicePortalExceptionpublic AssetListEntry addAssetListEntry(long groupId, java.lang.String title, int type, ServiceContext serviceContext) throws PortalException
addAssetListEntry in interface AssetListEntryServicePortalExceptionpublic AssetListEntry addDynamicAssetListEntry(long userId, long groupId, java.lang.String title, java.lang.String typeSettings, ServiceContext serviceContext) throws PortalException
addDynamicAssetListEntry in interface AssetListEntryServicePortalExceptionpublic AssetListEntry addManualAssetListEntry(long userId, long groupId, java.lang.String title, long[] assetEntryIds, ServiceContext serviceContext) throws PortalException
addManualAssetListEntry in interface AssetListEntryServicePortalExceptionpublic void deleteAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position)
throws PortalException
deleteAssetEntrySelection in interface AssetListEntryServicePortalExceptionpublic void deleteAssetListEntries(long[] assetListEntriesIds)
throws PortalException
deleteAssetListEntries in interface AssetListEntryServicePortalExceptionpublic AssetListEntry deleteAssetListEntry(long assetListEntryId) throws PortalException
deleteAssetListEntry in interface AssetListEntryServicePortalExceptionpublic void deleteAssetListEntry(long assetListEntryId,
long segmentsEntryId)
throws PortalException
deleteAssetListEntry in interface AssetListEntryServicePortalExceptionpublic AssetListEntry fetchAssetListEntry(long assetListEntryId) throws PortalException
fetchAssetListEntry in interface AssetListEntryServicePortalExceptionpublic java.util.List<AssetListEntry> getAssetListEntries(long groupId, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic java.util.List<AssetListEntry> getAssetListEntries(long groupId, java.lang.String title, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String assetEntrySubtype, java.lang.String assetEntryType, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic 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)
getAssetListEntries in interface AssetListEntryServicepublic java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String title, java.lang.String[] assetEntryTypes, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic java.util.List<AssetListEntry> getAssetListEntries(long[] groupIds, java.lang.String[] assetEntryTypes, int start, int end, OrderByComparator<AssetListEntry> orderByComparator)
getAssetListEntries in interface AssetListEntryServicepublic int getAssetListEntriesCount(long groupId)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long groupId,
java.lang.String title)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long[] groupIds)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long[] groupIds,
java.lang.String title)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long[] groupIds,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String assetEntrySubtype,
java.lang.String assetEntryType)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long[] groupIds,
java.lang.String title,
java.lang.String[] assetEntryTypes)
getAssetListEntriesCount in interface AssetListEntryServicepublic int getAssetListEntriesCount(long[] groupIds,
java.lang.String[] assetEntryTypes)
getAssetListEntriesCount in interface AssetListEntryServicepublic AssetListEntry getAssetListEntry(long assetListEntryId) throws PortalException
getAssetListEntry in interface AssetListEntryServicePortalExceptionpublic AssetListEntry getAssetListEntry(long groupId, java.lang.String assetListEntryKey) throws PortalException
getAssetListEntry in interface AssetListEntryServicePortalExceptionpublic AssetListEntry getAssetListEntryByUuidAndGroupId(java.lang.String uuid, long groupId) throws PortalException
getAssetListEntryByUuidAndGroupId in interface AssetListEntryServicePortalExceptionpublic java.lang.String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetListEntryServicepublic void moveAssetEntrySelection(long assetListEntryId,
long segmentsEntryId,
int position,
int newPosition)
throws PortalException
moveAssetEntrySelection in interface AssetListEntryServicePortalExceptionpublic void updateAssetListEntry(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings,
ServiceContext serviceContext)
throws PortalException
updateAssetListEntry in interface AssetListEntryServicePortalExceptionpublic AssetListEntry updateAssetListEntry(long assetListEntryId, java.lang.String title) throws PortalException
updateAssetListEntry in interface AssetListEntryServicePortalExceptionpublic void updateAssetListEntryTypeSettings(long assetListEntryId,
long segmentsEntryId,
java.lang.String typeSettings)
throws PortalException
updateAssetListEntryTypeSettings in interface AssetListEntryServicePortalExceptionpublic AssetListEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetListEntryService>public void setWrappedService(AssetListEntryService assetListEntryService)
setWrappedService in interface ServiceWrapper<AssetListEntryService>