@ProviderType public class AssetEntryServiceWrapper extends java.lang.Object implements AssetEntryService, ServiceWrapper<AssetEntryService>
AssetEntryService.AssetEntryService| Constructor and Description |
|---|
AssetEntryServiceWrapper(AssetEntryService assetEntryService) |
| Modifier and Type | Method and Description |
|---|---|
AssetEntry |
fetchEntry(long entryId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end) |
int |
getCompanyEntriesCount(long companyId) |
java.util.List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery) |
int |
getEntriesCount(AssetEntryQuery entryQuery) |
AssetEntry |
getEntry(long entryId) |
AssetEntryService |
getWrappedAssetEntryService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetEntryService |
getWrappedService() |
AssetEntry |
incrementViewCounter(java.lang.String className,
long classPK) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetEntryService(AssetEntryService assetEntryService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetEntryService) |
void |
setWrappedService(AssetEntryService assetEntryService) |
AssetEntry |
updateEntry(long groupId,
java.util.Date createDate,
java.util.Date modifiedDate,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority) |
AssetEntry |
updateEntry(long groupId,
java.util.Date createDate,
java.util.Date modifiedDate,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
AssetEntry |
updateEntry(long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date publishDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
AssetEntry |
updateEntry(long groupId,
java.lang.String className,
long classPK,
java.lang.String classUuid,
long classTypeId,
long[] categoryIds,
java.lang.String[] tagNames,
boolean visible,
java.util.Date startDate,
java.util.Date endDate,
java.util.Date expirationDate,
java.lang.String mimeType,
java.lang.String title,
java.lang.String description,
java.lang.String summary,
java.lang.String url,
java.lang.String layoutUuid,
int height,
int width,
java.lang.Integer priority,
boolean sync)
|
public AssetEntryServiceWrapper(AssetEntryService assetEntryService)
public AssetEntry fetchEntry(long entryId) throws PortalException
fetchEntry in interface AssetEntryServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetEntryServicepublic java.util.List<AssetEntry> getCompanyEntries(long companyId, int start, int end)
getCompanyEntries in interface AssetEntryServicepublic int getCompanyEntriesCount(long companyId)
getCompanyEntriesCount in interface AssetEntryServicepublic java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws PortalException
getEntries in interface AssetEntryServicePortalExceptionpublic int getEntriesCount(AssetEntryQuery entryQuery) throws PortalException
getEntriesCount in interface AssetEntryServicePortalExceptionpublic AssetEntry getEntry(long entryId) throws PortalException
getEntry in interface AssetEntryServicePortalExceptionpublic AssetEntry incrementViewCounter(java.lang.String className, long classPK) throws PortalException
incrementViewCounter in interface AssetEntryServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetEntryServicebeanIdentifier - the Spring bean ID for this bean@Deprecated public AssetEntry updateEntry(long groupId, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority, boolean sync) throws PortalException
updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer, boolean)updateEntry in interface AssetEntryServicePortalException@Deprecated public AssetEntry updateEntry(long groupId, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date publishDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority, boolean sync) throws PortalException
updateEntry(long, String,
long, String, long, long[], String[], boolean, Date, Date,
Date, String, String, String, String, String, String, int,
int, Integer, boolean)updateEntry in interface AssetEntryServicePortalExceptionpublic AssetEntry updateEntry(long groupId, java.util.Date createDate, java.util.Date modifiedDate, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority) throws PortalException
updateEntry in interface AssetEntryServicePortalException@Deprecated public AssetEntry updateEntry(long groupId, java.util.Date createDate, java.util.Date modifiedDate, java.lang.String className, long classPK, java.lang.String classUuid, long classTypeId, long[] categoryIds, java.lang.String[] tagNames, boolean visible, java.util.Date startDate, java.util.Date endDate, java.util.Date expirationDate, java.lang.String mimeType, java.lang.String title, java.lang.String description, java.lang.String summary, java.lang.String url, java.lang.String layoutUuid, int height, int width, java.lang.Integer priority, boolean sync) throws PortalException
updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer)updateEntry in interface AssetEntryServicePortalException@Deprecated public AssetEntryService getWrappedAssetEntryService()
getWrappedService()@Deprecated public void setWrappedAssetEntryService(AssetEntryService assetEntryService)
setWrappedService(com.liferay.portlet.asset.service.AssetEntryService)public AssetEntryService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetEntryService>public void setWrappedService(AssetEntryService assetEntryService)
setWrappedService in interface ServiceWrapper<AssetEntryService>