com.liferay.portlet.asset.service
Class AssetTagLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetTagLocalServiceWrapper
- All Implemented Interfaces:
- AssetTagLocalService
public class AssetTagLocalServiceWrapper
- extends Object
- implements AssetTagLocalService
This class is a wrapper for AssetTagLocalService.
- See Also:
AssetTagLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AssetTag |
addAssetTag(AssetTag assetTag)
|
AssetTag |
addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
|
void |
addTagResources(AssetTag tag,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addTagResources(AssetTag tag,
String[] communityPermissions,
String[] guestPermissions)
|
void |
checkTags(long userId,
long groupId,
String[] names)
|
AssetTag |
createAssetTag(long tagId)
|
AssetTag |
decrementAssetCount(long tagId,
long classNameId)
|
void |
deleteAssetTag(AssetTag assetTag)
|
void |
deleteAssetTag(long tagId)
|
void |
deleteTag(AssetTag tag)
|
void |
deleteTag(long tagId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
AssetTag |
getAssetTag(long tagId)
|
List<AssetTag> |
getAssetTags(int start,
int end)
|
int |
getAssetTagsCount()
|
List<AssetTag> |
getEntryTags(long entryId)
|
List<AssetTag> |
getGroupTags(long groupId)
|
AssetTag |
getTag(long tagId)
|
AssetTag |
getTag(long groupId,
String name)
|
long[] |
getTagIds(long groupId,
String[] names)
|
String[] |
getTagNames()
|
String[] |
getTagNames(long classNameId,
long classPK)
|
String[] |
getTagNames(String className,
long classPK)
|
List<AssetTag> |
getTags()
|
List<AssetTag> |
getTags(long classNameId,
long classPK)
|
List<AssetTag> |
getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
getTags(long groupId,
long classNameId,
String name,
int start,
int end)
|
List<AssetTag> |
getTags(String className,
long classPK)
|
int |
getTagsSize(long groupId,
long classNameId,
String name)
|
AssetTagLocalService |
getWrappedAssetTagLocalService()
|
boolean |
hasTag(long groupId,
String name)
|
AssetTag |
incrementAssetCount(long tagId,
long classNameId)
|
void |
mergeTags(long fromTagId,
long toTagId)
|
JSONArray |
search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
|
AssetTag |
updateAssetTag(AssetTag assetTag)
|
AssetTag |
updateAssetTag(AssetTag assetTag,
boolean merge)
|
AssetTag |
updateTag(long userId,
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 |
AssetTagLocalServiceWrapper
public AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
addAssetTag
public AssetTag addAssetTag(AssetTag assetTag)
throws SystemException
- Specified by:
addAssetTag in interface AssetTagLocalService
- Throws:
SystemException
createAssetTag
public AssetTag createAssetTag(long tagId)
- Specified by:
createAssetTag in interface AssetTagLocalService
deleteAssetTag
public void deleteAssetTag(long tagId)
throws PortalException,
SystemException
- Specified by:
deleteAssetTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
deleteAssetTag
public void deleteAssetTag(AssetTag assetTag)
throws SystemException
- Specified by:
deleteAssetTag in interface AssetTagLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AssetTagLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AssetTagLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery in interface AssetTagLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount in interface AssetTagLocalService
- Throws:
SystemException
getAssetTag
public AssetTag getAssetTag(long tagId)
throws PortalException,
SystemException
- Specified by:
getAssetTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
getAssetTags
public List<AssetTag> getAssetTags(int start,
int end)
throws SystemException
- Specified by:
getAssetTags in interface AssetTagLocalService
- Throws:
SystemException
getAssetTagsCount
public int getAssetTagsCount()
throws SystemException
- Specified by:
getAssetTagsCount in interface AssetTagLocalService
- Throws:
SystemException
updateAssetTag
public AssetTag updateAssetTag(AssetTag assetTag)
throws SystemException
- Specified by:
updateAssetTag in interface AssetTagLocalService
- Throws:
SystemException
updateAssetTag
public AssetTag updateAssetTag(AssetTag assetTag,
boolean merge)
throws SystemException
- Specified by:
updateAssetTag in interface AssetTagLocalService
- Throws:
SystemException
addTag
public AssetTag addTag(long userId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
addTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
addTagResources
public void addTagResources(AssetTag tag,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addTagResources in interface AssetTagLocalService
- Throws:
PortalException
SystemException
addTagResources
public void addTagResources(AssetTag tag,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addTagResources in interface AssetTagLocalService
- Throws:
PortalException
SystemException
checkTags
public void checkTags(long userId,
long groupId,
String[] names)
throws PortalException,
SystemException
- Specified by:
checkTags in interface AssetTagLocalService
- Throws:
PortalException
SystemException
decrementAssetCount
public AssetTag decrementAssetCount(long tagId,
long classNameId)
throws PortalException,
SystemException
- Specified by:
decrementAssetCount in interface AssetTagLocalService
- Throws:
PortalException
SystemException
deleteTag
public void deleteTag(AssetTag tag)
throws PortalException,
SystemException
- Specified by:
deleteTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
deleteTag
public void deleteTag(long tagId)
throws PortalException,
SystemException
- Specified by:
deleteTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
getEntryTags
public List<AssetTag> getEntryTags(long entryId)
throws SystemException
- Specified by:
getEntryTags in interface AssetTagLocalService
- Throws:
SystemException
getGroupTags
public List<AssetTag> getGroupTags(long groupId)
throws SystemException
- Specified by:
getGroupTags in interface AssetTagLocalService
- Throws:
SystemException
getTag
public AssetTag getTag(long tagId)
throws PortalException,
SystemException
- Specified by:
getTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
getTag
public AssetTag getTag(long groupId,
String name)
throws PortalException,
SystemException
- Specified by:
getTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
getTagIds
public long[] getTagIds(long groupId,
String[] names)
throws PortalException,
SystemException
- Specified by:
getTagIds in interface AssetTagLocalService
- Throws:
PortalException
SystemException
getTagNames
public String[] getTagNames()
throws SystemException
- Specified by:
getTagNames in interface AssetTagLocalService
- Throws:
SystemException
getTagNames
public String[] getTagNames(long classNameId,
long classPK)
throws SystemException
- Specified by:
getTagNames in interface AssetTagLocalService
- Throws:
SystemException
getTagNames
public String[] getTagNames(String className,
long classPK)
throws SystemException
- Specified by:
getTagNames in interface AssetTagLocalService
- Throws:
SystemException
getTags
public List<AssetTag> getTags()
throws SystemException
- Specified by:
getTags in interface AssetTagLocalService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(long classNameId,
long classPK)
throws SystemException
- Specified by:
getTags in interface AssetTagLocalService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(long groupId,
long classNameId,
String name)
throws SystemException
- Specified by:
getTags in interface AssetTagLocalService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(long groupId,
long classNameId,
String name,
int start,
int end)
throws SystemException
- Specified by:
getTags in interface AssetTagLocalService
- Throws:
SystemException
getTags
public List<AssetTag> getTags(String className,
long classPK)
throws SystemException
- Specified by:
getTags in interface AssetTagLocalService
- Throws:
SystemException
getTagsSize
public int getTagsSize(long groupId,
long classNameId,
String name)
throws SystemException
- Specified by:
getTagsSize in interface AssetTagLocalService
- Throws:
SystemException
hasTag
public boolean hasTag(long groupId,
String name)
throws PortalException,
SystemException
- Specified by:
hasTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
incrementAssetCount
public AssetTag incrementAssetCount(long tagId,
long classNameId)
throws PortalException,
SystemException
- Specified by:
incrementAssetCount in interface AssetTagLocalService
- Throws:
PortalException
SystemException
mergeTags
public void mergeTags(long fromTagId,
long toTagId)
throws PortalException,
SystemException
- Specified by:
mergeTags in interface AssetTagLocalService
- Throws:
PortalException
SystemException
search
public JSONArray search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
throws SystemException
- Specified by:
search in interface AssetTagLocalService
- Throws:
SystemException
updateTag
public AssetTag updateTag(long userId,
long tagId,
String name,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateTag in interface AssetTagLocalService
- Throws:
PortalException
SystemException
getWrappedAssetTagLocalService
public AssetTagLocalService getWrappedAssetTagLocalService()