com.liferay.portlet.asset.service
Class AssetTagServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetTagServiceWrapper
- All Implemented Interfaces:
- ServiceWrapper<AssetTagService>, AssetTagService
public class AssetTagServiceWrapper
- extends Object
- implements AssetTagService, ServiceWrapper<AssetTagService>
This class is a wrapper for AssetTagService
.
- See Also:
AssetTagService
Method Summary |
AssetTag |
addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
void |
deleteTag(long tagId)
|
void |
deleteTags(long[] tagIds)
|
List<AssetTag> |
getGroupsTags(long[] groupIds)
|
List<AssetTag> |
getGroupTags(long groupId)
|
List<AssetTag> |
getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
|
int |
getGroupTagsCount(long groupId)
|
JSONObject |
getJSONGroupTags(long groupId,
String name,
int start,
int end)
|
AssetTag |
getTag(long tagId)
|
List<AssetTag> |
getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
|
List<AssetTag> |
getTags(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
List<AssetTag> |
getTags(String className,
long classPK)
|
int |
getTagsCount(long groupId,
long classNameId,
String name)
|
int |
getTagsCount(long groupId,
String name)
|
int |
getTagsCount(long groupId,
String name,
String[] tagProperties)
|
AssetTagService |
getWrappedAssetTagService()
Deprecated. Renamed to getWrappedService() |
AssetTagService |
getWrappedService()
|
void |
mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
void |
mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
JSONArray |
search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
void |
setWrappedAssetTagService(AssetTagService assetTagService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetTagService) |
void |
setWrappedService(AssetTagService assetTagService)
|
AssetTag |
updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetTagServiceWrapper
public AssetTagServiceWrapper(AssetTagService assetTagService)
addTag
public AssetTag addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addTag
in interface AssetTagService
- Throws:
PortalException
SystemException
deleteTag
public void deleteTag(long tagId)
throws PortalException,
SystemException
- Specified by:
deleteTag
in interface AssetTagService
- Throws:
PortalException
SystemException
deleteTags
public void deleteTags(long[] tagIds)
throws PortalException,
SystemException
- Specified by:
deleteTags
in interface AssetTagService
- Throws:
PortalException
SystemException
getGroupsTags
public List<AssetTag> getGroupsTags(long[] groupIds)
throws SystemException
- Specified by:
getGroupsTags
in interface AssetTagService
- Throws:
SystemException
getGroupTags
public List<AssetTag> getGroupTags(long groupId)
throws SystemException
- Specified by:
getGroupTags
in interface AssetTagService
- Throws:
SystemException
getGroupTags
public List<AssetTag> getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getGroupTags
in interface AssetTagService
- Throws:
SystemException
getGroupTagsCount
public int getGroupTagsCount(long groupId)
throws SystemException
- Specified by:
getGroupTagsCount
in interface AssetTagService
- Throws:
SystemException
getJSONGroupTags
public JSONObject getJSONGroupTags(long groupId,
String name,
int start,
int end)
throws PortalException,
SystemException
- Specified by:
getJSONGroupTags
in interface AssetTagService
- Throws:
PortalException
SystemException
getTag
public AssetTag getTag(long tagId)
throws PortalException,
SystemException
- Specified by:
getTag
in interface AssetTagService
- Throws:
PortalException
SystemException
getTags
public List<AssetTag> getTags(long groupId,
long classNameId,
String name)
throws SystemException
- Specified by:
getTags
in interface AssetTagService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
- Specified by:
getTags
in interface AssetTagService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(long groupId,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
- Specified by:
getTags
in interface AssetTagService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(String className,
long classPK)
throws PortalException,
SystemException
- Specified by:
getTags
in interface AssetTagService
- Throws:
PortalException
SystemException
getTagsCount
public int getTagsCount(long groupId,
long classNameId,
String name)
throws SystemException
- Specified by:
getTagsCount
in interface AssetTagService
- Throws:
SystemException
getTagsCount
public int getTagsCount(long groupId,
String name)
throws SystemException
- Specified by:
getTagsCount
in interface AssetTagService
- Throws:
SystemException
getTagsCount
public int getTagsCount(long groupId,
String name,
String[] tagProperties)
throws SystemException
- Specified by:
getTagsCount
in interface AssetTagService
- Throws:
SystemException
mergeTags
public void mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
throws PortalException,
SystemException
- Specified by:
mergeTags
in interface AssetTagService
- Throws:
PortalException
SystemException
mergeTags
public void mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
throws PortalException,
SystemException
- Specified by:
mergeTags
in interface AssetTagService
- Throws:
PortalException
SystemException
search
public JSONArray search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
- Specified by:
search
in interface AssetTagService
- Throws:
SystemException
updateTag
public AssetTag updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateTag
in interface AssetTagService
- Throws:
PortalException
SystemException
getWrappedAssetTagService
public AssetTagService getWrappedAssetTagService()
- Deprecated. Renamed to
getWrappedService()
setWrappedAssetTagService
public void setWrappedAssetTagService(AssetTagService assetTagService)
- Deprecated. Renamed to
setWrappedService(com.liferay.portlet.asset.service.AssetTagService)
getWrappedService
public AssetTagService getWrappedService()
- Specified by:
getWrappedService
in interface ServiceWrapper<AssetTagService>
setWrappedService
public void setWrappedService(AssetTagService assetTagService)
- Specified by:
setWrappedService
in interface ServiceWrapper<AssetTagService>