|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetTagServiceWrapper
public class AssetTagServiceWrapper
This class is a wrapper for AssetTagService.
AssetTagService| Constructor Summary | |
|---|---|
AssetTagServiceWrapper(AssetTagService assetTagService)
|
|
| Method Summary | |
|---|---|
AssetTag |
addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
|
void |
deleteTag(long tagId)
|
void |
deleteTags(long[] tagIds)
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
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[] groupIds,
String name,
String[] tagProperties,
int start,
int end)
|
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[] groupIds,
String name,
String[] tagProperties,
int start,
int end)
|
JSONArray |
search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
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 |
| Constructor Detail |
|---|
public AssetTagServiceWrapper(AssetTagService assetTagService)
| Method Detail |
|---|
public String getBeanIdentifier()
getBeanIdentifier in interface AssetTagServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AssetTagServicebeanIdentifier - the Spring bean ID for this bean
public AssetTag addTag(String name,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
addTag in interface AssetTagServicePortalException
SystemException
public void deleteTag(long tagId)
throws PortalException,
SystemException
deleteTag in interface AssetTagServicePortalException
SystemException
public void deleteTags(long[] tagIds)
throws PortalException,
SystemException
deleteTags in interface AssetTagServicePortalException
SystemException
public List<AssetTag> getGroupsTags(long[] groupIds)
throws SystemException
getGroupsTags in interface AssetTagServiceSystemException
public List<AssetTag> getGroupTags(long groupId)
throws SystemException
getGroupTags in interface AssetTagServiceSystemException
public List<AssetTag> getGroupTags(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getGroupTags in interface AssetTagServiceSystemException
public int getGroupTagsCount(long groupId)
throws SystemException
getGroupTagsCount in interface AssetTagServiceSystemException
public JSONObject getJSONGroupTags(long groupId,
String name,
int start,
int end)
throws PortalException,
SystemException
getJSONGroupTags in interface AssetTagServicePortalException
SystemException
public AssetTag getTag(long tagId)
throws PortalException,
SystemException
getTag in interface AssetTagServicePortalException
SystemException
public List<AssetTag> getTags(long groupId,
long classNameId,
String name)
throws SystemException
getTags in interface AssetTagServiceSystemException
public List<AssetTag> getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
getTags in interface AssetTagServiceSystemException
public List<AssetTag> getTags(long groupId,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
getTags in interface AssetTagServiceSystemException
public List<AssetTag> getTags(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
getTags in interface AssetTagServiceSystemException
public List<AssetTag> getTags(String className,
long classPK)
throws PortalException,
SystemException
getTags in interface AssetTagServicePortalException
SystemException
public int getTagsCount(long groupId,
long classNameId,
String name)
throws SystemException
getTagsCount in interface AssetTagServiceSystemException
public int getTagsCount(long groupId,
String name)
throws SystemException
getTagsCount in interface AssetTagServiceSystemException
public int getTagsCount(long groupId,
String name,
String[] tagProperties)
throws SystemException
getTagsCount in interface AssetTagServiceSystemException
public void mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
throws PortalException,
SystemException
mergeTags in interface AssetTagServicePortalException
SystemException
public void mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
throws PortalException,
SystemException
mergeTags in interface AssetTagServicePortalException
SystemException
public JSONArray search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
search in interface AssetTagServiceSystemException
public JSONArray search(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
search in interface AssetTagServiceSystemException
public AssetTag updateTag(long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateTag in interface AssetTagServicePortalException
SystemExceptionpublic AssetTagService getWrappedAssetTagService()
getWrappedService()
public void setWrappedAssetTagService(AssetTagService assetTagService)
setWrappedService(com.liferay.portlet.asset.service.AssetTagService)
public AssetTagService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetTagService>public void setWrappedService(AssetTagService assetTagService)
setWrappedService in interface ServiceWrapper<AssetTagService>
|
Liferay 6.2.0-ce-m4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||