@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 |
|---|---|
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,
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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetEntryServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetEntryServicebeanIdentifier - the Spring bean ID for this beanpublic java.util.List<AssetEntry> getCompanyEntries(long companyId, int start, int end) throws SystemException
getCompanyEntries in interface AssetEntryServiceSystemExceptionpublic int getCompanyEntriesCount(long companyId)
throws SystemException
getCompanyEntriesCount in interface AssetEntryServiceSystemExceptionpublic java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery) throws PortalException, SystemException
getEntries in interface AssetEntryServicePortalExceptionSystemExceptionpublic int getEntriesCount(AssetEntryQuery entryQuery) throws PortalException, SystemException
getEntriesCount in interface AssetEntryServicePortalExceptionSystemExceptionpublic AssetEntry getEntry(long entryId) throws PortalException, SystemException
getEntry in interface AssetEntryServicePortalExceptionSystemExceptionpublic AssetEntry incrementViewCounter(java.lang.String className, long classPK) throws PortalException, SystemException
incrementViewCounter in interface AssetEntryServicePortalExceptionSystemExceptionpublic 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, SystemException
updateEntry in interface AssetEntryServicePortalExceptionSystemExceptionpublic 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, SystemException
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 AssetEntryServicePortalExceptionSystemExceptionpublic 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, SystemException
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 AssetEntryServicePortalExceptionSystemExceptionpublic AssetEntryService getWrappedAssetEntryService()
getWrappedService()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>