com.liferay.portlet.tags.service
Class TagsAssetServiceWrapper
java.lang.Object
com.liferay.portlet.tags.service.TagsAssetServiceWrapper
- All Implemented Interfaces:
- TagsAssetService
public class TagsAssetServiceWrapper
- extends java.lang.Object
- implements TagsAssetService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for TagsAssetService
.
- Author:
- Brian Wing Shun Chan
- See Also:
TagsAssetService
- Generated:
Method Summary |
void |
deleteAsset(long assetId)
|
TagsAsset |
getAsset(long assetId)
|
java.util.List<TagsAsset> |
getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int start,
int end)
|
int |
getAssetsCount(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate)
|
java.lang.String |
getAssetsRSS(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL)
|
TagsAssetType[] |
getAssetTypes(java.lang.String languageId)
|
TagsAssetDisplay[] |
getCompanyAssetDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
|
java.util.List<TagsAsset> |
getCompanyAssets(long companyId,
int start,
int end)
|
int |
getCompanyAssetsCount(long companyId)
|
java.lang.String |
getCompanyAssetsRSS(long companyId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL)
|
TagsAssetService |
getWrappedTagsAssetService()
|
TagsAsset |
incrementViewCounter(java.lang.String className,
long classPK)
|
TagsAssetDisplay[] |
searchAssetDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
|
int |
searchAssetDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
|
TagsAsset |
updateAsset(long groupId,
java.lang.String className,
long classPK,
java.lang.String[] categoryNames,
java.lang.String[] entryNames,
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TagsAssetServiceWrapper
public TagsAssetServiceWrapper(TagsAssetService tagsAssetService)
deleteAsset
public void deleteAsset(long assetId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
deleteAsset
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAsset
public TagsAsset getAsset(long assetId)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAsset
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAssets
public java.util.List<TagsAsset> getAssets(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int start,
int end)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAssets
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAssetsCount
public int getAssetsCount(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAssetsCount
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAssetsRSS
public java.lang.String getAssetsRSS(long groupId,
long[] classNameIds,
long[] entryIds,
long[] notEntryIds,
boolean andOperator,
java.lang.String orderByCol1,
java.lang.String orderByCol2,
java.lang.String orderByType1,
java.lang.String orderByType2,
boolean excludeZeroViewCount,
java.util.Date publishDate,
java.util.Date expirationDate,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getAssetsRSS
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getAssetTypes
public TagsAssetType[] getAssetTypes(java.lang.String languageId)
- Specified by:
getAssetTypes
in interface TagsAssetService
getCompanyAssetDisplays
public TagsAssetDisplay[] getCompanyAssetDisplays(long companyId,
int start,
int end,
java.lang.String languageId)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyAssetDisplays
in interface TagsAssetService
- Throws:
com.liferay.portal.SystemException
getCompanyAssets
public java.util.List<TagsAsset> getCompanyAssets(long companyId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyAssets
in interface TagsAssetService
- Throws:
com.liferay.portal.SystemException
getCompanyAssetsCount
public int getCompanyAssetsCount(long companyId)
throws com.liferay.portal.SystemException
- Specified by:
getCompanyAssetsCount
in interface TagsAssetService
- Throws:
com.liferay.portal.SystemException
getCompanyAssetsRSS
public java.lang.String getCompanyAssetsRSS(long companyId,
int max,
java.lang.String type,
double version,
java.lang.String displayStyle,
java.lang.String feedURL,
java.lang.String entryURL)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
getCompanyAssetsRSS
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
incrementViewCounter
public TagsAsset incrementViewCounter(java.lang.String className,
long classPK)
throws com.liferay.portal.SystemException
- Specified by:
incrementViewCounter
in interface TagsAssetService
- Throws:
com.liferay.portal.SystemException
searchAssetDisplays
public TagsAssetDisplay[] searchAssetDisplays(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId,
int start,
int end)
throws com.liferay.portal.SystemException
- Specified by:
searchAssetDisplays
in interface TagsAssetService
- Throws:
com.liferay.portal.SystemException
searchAssetDisplaysCount
public int searchAssetDisplaysCount(long companyId,
java.lang.String portletId,
java.lang.String keywords,
java.lang.String languageId)
throws com.liferay.portal.SystemException
- Specified by:
searchAssetDisplaysCount
in interface TagsAssetService
- Throws:
com.liferay.portal.SystemException
updateAsset
public TagsAsset updateAsset(long groupId,
java.lang.String className,
long classPK,
java.lang.String[] categoryNames,
java.lang.String[] entryNames,
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)
throws com.liferay.portal.PortalException,
com.liferay.portal.SystemException
- Specified by:
updateAsset
in interface TagsAssetService
- Throws:
com.liferay.portal.PortalException
com.liferay.portal.SystemException
getWrappedTagsAssetService
public TagsAssetService getWrappedTagsAssetService()