com.liferay.portlet.asset.service
Class AssetEntryServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetEntryServiceWrapper
- All Implemented Interfaces:
- AssetEntryService
public class AssetEntryServiceWrapper
- extends java.lang.Object
- implements AssetEntryService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetEntryService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetEntryService
- Generated:
Method Summary |
void |
deleteEntry(long entryId)
|
java.util.List<AssetEntry> |
getCompanyEntries(long companyId,
int start,
int end)
|
int |
getCompanyEntriesCount(long companyId)
|
java.lang.String |
getCompanyEntriesRSS(long companyId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String tagURL)
|
AssetEntryDisplay[] |
getCompanyEntryDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
|
java.util.List<AssetEntry> |
getEntries(AssetEntryQuery entryQuery)
|
int |
getEntriesCount(AssetEntryQuery entryQuery)
|
java.lang.String |
getEntriesRSS(AssetEntryQuery entryQuery,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String tagURL)
|
AssetEntry |
getEntry(long entryId)
|
AssetEntryService |
getWrappedAssetEntryService()
|
AssetEntry |
incrementViewCounter(java.lang.String className,
long classPK)
|
AssetEntryDisplay[] |
searchEntryDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
|
int |
searchEntryDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
|
AssetEntry |
updateEntry(long groupId,
java.lang.String className,
long classPK,
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,
int height,
int width,
java.lang.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)
deleteEntry
public void deleteEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
deleteEntry
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCompanyEntries
public java.util.List<AssetEntry> getCompanyEntries(long companyId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntries
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyEntriesCount
public int getCompanyEntriesCount(long companyId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntriesCount
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getCompanyEntriesRSS
public java.lang.String getCompanyEntriesRSS(long companyId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String tagURL)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntriesRSS
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getCompanyEntryDisplays
public AssetEntryDisplay[] getCompanyEntryDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
getCompanyEntryDisplays
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
getEntries
public java.util.List<AssetEntry> getEntries(AssetEntryQuery entryQuery)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntries
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getEntriesCount
public int getEntriesCount(AssetEntryQuery entryQuery)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntriesCount
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getEntriesRSS
public java.lang.String getEntriesRSS(AssetEntryQuery entryQuery,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String tagURL)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntriesRSS
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getEntry
public AssetEntry getEntry(long entryId)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
getEntry
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
incrementViewCounter
public AssetEntry incrementViewCounter(java.lang.String className,
long classPK)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
incrementViewCounter
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchEntryDisplays
public AssetEntryDisplay[] searchEntryDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchEntryDisplays
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
searchEntryDisplaysCount
public int searchEntryDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
throws com.liferay.portal.kernel.exception.SystemException
- Specified by:
searchEntryDisplaysCount
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.SystemException
updateEntry
public AssetEntry updateEntry(long groupId,
java.lang.String className,
long classPK,
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,
int height,
int width,
java.lang.Integer priority,
boolean sync)
throws com.liferay.portal.kernel.exception.PortalException,
com.liferay.portal.kernel.exception.SystemException
- Specified by:
updateEntry
in interface AssetEntryService
- Throws:
com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.SystemException
getWrappedAssetEntryService
public AssetEntryService getWrappedAssetEntryService()