com.liferay.portlet.asset.service
Class AssetEntryServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetEntryServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<AssetEntryService>, AssetEntryService
public class AssetEntryServiceWrapper
- extends Object
- implements AssetEntryService, ServiceWrapper<AssetEntryService>
This class is a wrapper for AssetEntryService
.
- See Also:
AssetEntryService
Method Summary |
List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
AssetEntryDisplay[] |
getCompanyEntryDisplays(long companyId,
int start,
int end,
String languageId)
|
List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
AssetEntry |
getEntry(long entryId)
|
AssetEntryService |
getWrappedAssetEntryService()
Deprecated. Renamed to getWrappedService() |
AssetEntryService |
getWrappedService()
|
AssetEntry |
incrementViewCounter(String className,
long classPK)
|
AssetEntryDisplay[] |
searchEntryDisplays(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId,
int start,
int end)
|
int |
searchEntryDisplaysCount(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId)
|
void |
setWrappedAssetEntryService(AssetEntryService assetEntryService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetEntryService) |
void |
setWrappedService(AssetEntryService assetEntryService)
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetEntryServiceWrapper
public AssetEntryServiceWrapper(AssetEntryService assetEntryService)
getCompanyEntries
public List<AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
throws SystemException
- Specified by:
getCompanyEntries
in interface AssetEntryService
- Throws:
SystemException
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId)
throws SystemException
- Specified by:
getCompanyEntriesCount
in interface AssetEntryService
- Throws:
SystemException
getCompanyEntryDisplays
public AssetEntryDisplay[] getCompanyEntryDisplays(long companyId,
int start,
int end,
String languageId)
throws SystemException
- Specified by:
getCompanyEntryDisplays
in interface AssetEntryService
- Throws:
SystemException
getEntries
public List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
throws PortalException,
SystemException
- Specified by:
getEntries
in interface AssetEntryService
- Throws:
PortalException
SystemException
getEntriesCount
public int getEntriesCount(AssetEntryQuery entryQuery)
throws PortalException,
SystemException
- Specified by:
getEntriesCount
in interface AssetEntryService
- Throws:
PortalException
SystemException
getEntry
public AssetEntry getEntry(long entryId)
throws PortalException,
SystemException
- Specified by:
getEntry
in interface AssetEntryService
- Throws:
PortalException
SystemException
incrementViewCounter
public AssetEntry incrementViewCounter(String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
incrementViewCounter
in interface AssetEntryService
- Throws:
PortalException
SystemException
searchEntryDisplays
public AssetEntryDisplay[] searchEntryDisplays(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId,
int start,
int end)
throws SystemException
- Specified by:
searchEntryDisplays
in interface AssetEntryService
- Throws:
SystemException
searchEntryDisplaysCount
public int searchEntryDisplaysCount(long companyId,
long[] groupIds,
String className,
String keywords,
String languageId)
throws SystemException
- Specified by:
searchEntryDisplaysCount
in interface AssetEntryService
- Throws:
SystemException
updateEntry
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,
SystemException
- Specified by:
updateEntry
in interface AssetEntryService
- Throws:
PortalException
SystemException
getWrappedAssetEntryService
public AssetEntryService getWrappedAssetEntryService()
- Deprecated. Renamed to
getWrappedService()
setWrappedAssetEntryService
public void setWrappedAssetEntryService(AssetEntryService assetEntryService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.asset.service.AssetEntryService)
getWrappedService
public AssetEntryService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<AssetEntryService>
setWrappedService
public void setWrappedService(AssetEntryService assetEntryService)
- Specified by:
setWrappedService
in interface ServiceWrapper<AssetEntryService>