|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetEntryServiceWrapper
@ProviderType public class AssetEntryServiceWrapper
Provides a wrapper for AssetEntryService.
AssetEntryService| Constructor Summary | |
|---|---|
AssetEntryServiceWrapper(AssetEntryService assetEntryService)
|
|
| Method Summary | |
|---|---|
AssetEntry |
fetchEntry(long entryId)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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)
|
AssetEntryService |
getWrappedAssetEntryService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
AssetEntryService |
getWrappedService()
|
AssetEntry |
incrementViewCounter(String className,
long classPK)
|
void |
setBeanIdentifier(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,
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)
|
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)
Deprecated. As of 7.0.0, replaced by updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer) |
AssetEntry |
updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
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,
Integer priority,
boolean sync)
Deprecated. As of 6.2.0, replaced by updateEntry(long, String,
long, String, long, long[], String[], boolean, Date, Date,
Date, String, String, String, String, String, String, int,
int, Integer, boolean) |
AssetEntry |
updateEntry(long groupId,
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)
Deprecated. As of 6.2.0, replaced by updateEntry(long, Date,
Date, String, long, String, long, long[], String[], boolean,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer, boolean) |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetEntryServiceWrapper(AssetEntryService assetEntryService)
| Method Detail |
|---|
public AssetEntry fetchEntry(long entryId)
throws PortalException
fetchEntry in interface AssetEntryServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface AssetEntryService
public List<AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
getCompanyEntries in interface AssetEntryServicepublic int getCompanyEntriesCount(long companyId)
getCompanyEntriesCount in interface AssetEntryService
public List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
throws PortalException
getEntries in interface AssetEntryServicePortalException
public int getEntriesCount(AssetEntryQuery entryQuery)
throws PortalException
getEntriesCount in interface AssetEntryServicePortalException
public AssetEntry getEntry(long entryId)
throws PortalException
getEntry in interface AssetEntryServicePortalException
public AssetEntry incrementViewCounter(String className,
long classPK)
throws PortalException
incrementViewCounter in interface AssetEntryServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AssetEntryServicebeanIdentifier - the Spring bean ID for this bean
@Deprecated
public AssetEntry updateEntry(long groupId,
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,
Date, Date, Date, String, String, String, String, String,
String, int, int, Integer, boolean)
updateEntry in interface AssetEntryServicePortalException
@Deprecated
public AssetEntry updateEntry(long groupId,
String className,
long classPK,
String classUuid,
long classTypeId,
long[] categoryIds,
String[] tagNames,
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,
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 AssetEntryServicePortalException
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)
throws PortalException
updateEntry in interface AssetEntryServicePortalException
@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,
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>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||