@ProviderType public class AssetEntryServiceWrapper extends Object implements AssetEntryService, ServiceWrapper<AssetEntryService>
AssetEntryService
.AssetEntryService
Constructor and Description |
---|
AssetEntryServiceWrapper(AssetEntryService assetEntryService) |
Modifier and Type | Method and Description |
---|---|
AssetEntry |
fetchEntry(long entryId) |
List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
int |
getCompanyEntriesCount(long companyId) |
List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery) |
int |
getEntriesCount(AssetEntryQuery entryQuery) |
AssetEntry |
getEntry(long entryId) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetEntryService |
getWrappedService() |
void |
incrementViewCounter(AssetEntry assetEntry) |
AssetEntry |
incrementViewCounter(String className,
long classPK) |
void |
setWrappedService(AssetEntryService assetEntryService) |
AssetEntry |
updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date publishDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority) |
AssetEntry |
updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean listable,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Double priority)
|
AssetEntry |
updateEntry(long groupId,
Date createDate,
Date modifiedDate,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
boolean visible,
Date startDate,
Date endDate,
Date expirationDate,
String mimeType,
String title,
String description,
String summary,
String url,
String layoutUuid,
int height,
int width,
Integer priority,
boolean sync)
|
public AssetEntryServiceWrapper(AssetEntryService assetEntryService)
public AssetEntry fetchEntry(long entryId) throws PortalException
fetchEntry
in interface AssetEntryService
PortalException
public List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
getCompanyEntries
in interface AssetEntryService
public int getCompanyEntriesCount(long companyId)
getCompanyEntriesCount
in interface AssetEntryService
public List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws PortalException
getEntries
in interface AssetEntryService
PortalException
public int getEntriesCount(AssetEntryQuery entryQuery) throws PortalException
getEntriesCount
in interface AssetEntryService
PortalException
public AssetEntry getEntry(long entryId) throws PortalException
getEntry
in interface AssetEntryService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AssetEntryService
public void incrementViewCounter(AssetEntry assetEntry) throws PortalException
incrementViewCounter
in interface AssetEntryService
PortalException
public AssetEntry incrementViewCounter(String className, long classPK) throws PortalException
incrementViewCounter
in interface AssetEntryService
PortalException
public AssetEntry updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean listable, boolean visible, Date startDate, Date endDate, Date publishDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Double priority) throws PortalException
updateEntry
in interface AssetEntryService
PortalException
@Deprecated public AssetEntry updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean listable, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Double priority) throws PortalException
updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
boolean, Date, Date, Date, Date, String, String, String,
String, String, String, int, int, Double)
updateEntry
in interface AssetEntryService
PortalException
@Deprecated public AssetEntry updateEntry(long groupId, Date createDate, Date modifiedDate, String className, long classPK, String classUuid, long classTypeId, long[] categoryIds, String[] tagNames, boolean visible, Date startDate, Date endDate, Date expirationDate, String mimeType, String title, String description, String summary, String url, String layoutUuid, int height, int width, Integer priority, boolean sync) throws PortalException
updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
boolean, Date, Date, Date, Date, String, String, String,
String, String, String, int, int, Double)
updateEntry
in interface AssetEntryService
PortalException
public AssetEntryService getWrappedService()
getWrappedService
in interface ServiceWrapper<AssetEntryService>
public void setWrappedService(AssetEntryService assetEntryService)
setWrappedService
in interface ServiceWrapper<AssetEntryService>