|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetTagLocalServiceWrapper
@ProviderType public class AssetTagLocalServiceWrapper
Provides a wrapper for AssetTagLocalService.
AssetTagLocalService| Constructor Summary | |
|---|---|
AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
|
|
| Method Summary | ||
|---|---|---|
void |
addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
|
void |
addAssetEntryAssetTag(long entryId,
long tagId)
|
|
void |
addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
|
void |
addAssetEntryAssetTags(long entryId,
long[] tagIds)
|
|
AssetTag |
addAssetTag(AssetTag assetTag)
Adds the asset tag to the database. |
|
AssetTag |
addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
Adds an asset tag. |
|
List<AssetTag> |
checkTags(long userId,
Group group,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
|
List<AssetTag> |
checkTags(long userId,
long groupId,
String[] names)
Returns the asset tags matching the group and names, creating new asset tags matching the names if the group doesn't already have them. |
|
void |
clearAssetEntryAssetTags(long entryId)
|
|
AssetTag |
createAssetTag(long tagId)
Creates a new asset tag with the primary key. |
|
AssetTag |
decrementAssetCount(long tagId,
long classNameId)
Decrements the number of assets to which the asset tag has been applied. |
|
void |
deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
|
|
void |
deleteAssetEntryAssetTag(long entryId,
long tagId)
|
|
void |
deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
|
|
void |
deleteAssetEntryAssetTags(long entryId,
long[] tagIds)
|
|
AssetTag |
deleteAssetTag(AssetTag assetTag)
Deletes the asset tag from the database. |
|
AssetTag |
deleteAssetTag(long tagId)
Deletes the asset tag with the primary key from the database. |
|
void |
deleteGroupTags(long groupId)
Deletes all asset tags in the group. |
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
void |
deleteTag(AssetTag tag)
Deletes the asset tag. |
|
void |
deleteTag(long tagId)
Deletes the asset tag. |
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
AssetTag |
fetchAssetTag(long tagId)
|
|
AssetTag |
fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
|
AssetTag |
fetchTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
List<AssetTag> |
getAssetEntryAssetTags(long entryId)
|
|
List<AssetTag> |
getAssetEntryAssetTags(long entryId,
int start,
int end)
|
|
List<AssetTag> |
getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
|
|
int |
getAssetEntryAssetTagsCount(long entryId)
|
|
long[] |
getAssetEntryPrimaryKeys(long tagId)
Returns the entryIds of the asset entries associated with the asset tag. |
|
AssetTag |
getAssetTag(long tagId)
Returns the asset tag with the primary key. |
|
AssetTag |
getAssetTagByUuidAndGroupId(String uuid,
long groupId)
Returns the asset tag matching the UUID and group. |
|
List<AssetTag> |
getAssetTags(int start,
int end)
Returns a range of all the asset tags. |
|
List<AssetTag> |
getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
Returns all the asset tags matching the UUID and company. |
|
List<AssetTag> |
getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
Returns a range of asset tags matching the UUID and company. |
|
int |
getAssetTagsCount()
Returns the number of asset tags. |
|
List<AssetTag> |
getEntryTags(long entryId)
Returns the asset tags of the asset entry. |
|
ExportActionableDynamicQuery |
getExportActionableDynamicQuery(PortletDataContext portletDataContext)
|
|
List<AssetTag> |
getGroupsTags(long[] groupIds)
Returns the asset tags in the groups. |
|
List<AssetTag> |
getGroupTags(long groupId)
Returns the asset tags in the group. |
|
List<AssetTag> |
getGroupTags(long groupId,
int start,
int end)
Returns a range of all the asset tags in the group. |
|
int |
getGroupTagsCount(long groupId)
Returns the number of asset tags in the group. |
|
IndexableActionableDynamicQuery |
getIndexableActionableDynamicQuery()
|
|
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
List<AssetTag> |
getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
|
|
List<AssetTag> |
getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
|
|
AssetTag |
getTag(long tagId)
Returns the asset tag with the primary key. |
|
AssetTag |
getTag(long groupId,
String name)
Returns the asset tag with the name in the group. |
|
long[] |
getTagIds(long[] groupIds,
String name)
Returns the primary keys of the asset tags with the name in the groups. |
|
long[] |
getTagIds(long[] groupIds,
String[] names)
Returns the primary keys of the asset tags with the names in the groups. |
|
long[] |
getTagIds(long groupId,
String[] names)
Returns the primary keys of the asset tags with the names in the group. |
|
String[] |
getTagNames()
Returns the names of all the asset tags. |
|
String[] |
getTagNames(long classNameId,
long classPK)
Returns the names of the asset tags of the entity. |
|
String[] |
getTagNames(String className,
long classPK)
Returns the names of the asset tags of the entity |
|
List<AssetTag> |
getTags()
Returns all the asset tags. |
|
List<AssetTag> |
getTags(long classNameId,
long classPK)
Returns the asset tags of the entity. |
|
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)
Returns the asset tags of the entity. |
|
int |
getTagsSize(long groupId,
long classNameId,
String name)
|
|
AssetTagLocalService |
getWrappedService()
|
|
boolean |
hasAssetEntryAssetTag(long entryId,
long tagId)
|
|
boolean |
hasAssetEntryAssetTags(long entryId)
|
|
boolean |
hasTag(long groupId,
String name)
Returns true if the group contains an asset tag with the
name. |
|
AssetTag |
incrementAssetCount(long tagId,
long classNameId)
Increments the number of assets to which the asset tag has been applied. |
|
void |
mergeTags(long fromTagId,
long toTagId)
Replaces all occurrences of the first asset tag with the second asset tag and deletes the first asset tag. |
|
List<AssetTag> |
search(long[] groupIds,
String name,
int start,
int end)
Returns the asset tags in the groups whose names match the pattern. |
|
List<AssetTag> |
search(long groupId,
String name,
int start,
int end)
Returns the asset tags in the group whose names match the pattern. |
|
void |
setAssetEntryAssetTags(long entryId,
long[] tagIds)
|
|
void |
setWrappedService(AssetTagLocalService assetTagLocalService)
|
|
AssetTag |
updateAssetTag(AssetTag assetTag)
Updates the asset tag in the database or adds it if it does not yet exist. |
|
AssetTag |
updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetTagLocalServiceWrapper(AssetTagLocalService assetTagLocalService)
| Method Detail |
|---|
public void addAssetEntryAssetTag(long entryId,
AssetTag assetTag)
addAssetEntryAssetTag in interface AssetTagLocalService
public void addAssetEntryAssetTag(long entryId,
long tagId)
addAssetEntryAssetTag in interface AssetTagLocalService
public void addAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
addAssetEntryAssetTags in interface AssetTagLocalService
public void addAssetEntryAssetTags(long entryId,
long[] tagIds)
addAssetEntryAssetTags in interface AssetTagLocalServicepublic AssetTag addAssetTag(AssetTag assetTag)
addAssetTag in interface AssetTagLocalServiceassetTag - the asset tag
public AssetTag addTag(long userId,
long groupId,
String name,
ServiceContext serviceContext)
throws PortalException
addTag in interface AssetTagLocalServiceuserId - the primary key of the user adding the asset taggroupId - the primary key of the group in which the asset tag is to
be addedname - the asset tag's nameserviceContext - the service context to be applied
PortalException
public List<AssetTag> checkTags(long userId,
Group group,
String[] names)
throws PortalException
For each name, if an asset tag with the name doesn't already exist in the group, this method creates a new asset tag with the name in the group.
checkTags in interface AssetTagLocalServiceuserId - the primary key of the user checking the asset tagsgroup - the group in which to check the asset tagsnames - the asset tag names
PortalException
public List<AssetTag> checkTags(long userId,
long groupId,
String[] names)
throws PortalException
checkTags in interface AssetTagLocalServiceuserId - the primary key of the user checking the asset tagsgroupId - the primary key of the group in which check the asset
tagsnames - the asset tag names
PortalExceptionpublic void clearAssetEntryAssetTags(long entryId)
clearAssetEntryAssetTags in interface AssetTagLocalServicepublic AssetTag createAssetTag(long tagId)
createAssetTag in interface AssetTagLocalServicetagId - the primary key for the new asset tag
public AssetTag decrementAssetCount(long tagId,
long classNameId)
throws PortalException
decrementAssetCount in interface AssetTagLocalServicetagId - the primary key of the asset tagclassNameId - the class name ID of the entity to which the asset
tag had been applied
PortalException
public void deleteAssetEntryAssetTag(long entryId,
AssetTag assetTag)
deleteAssetEntryAssetTag in interface AssetTagLocalService
public void deleteAssetEntryAssetTag(long entryId,
long tagId)
deleteAssetEntryAssetTag in interface AssetTagLocalService
public void deleteAssetEntryAssetTags(long entryId,
List<AssetTag> AssetTags)
deleteAssetEntryAssetTags in interface AssetTagLocalService
public void deleteAssetEntryAssetTags(long entryId,
long[] tagIds)
deleteAssetEntryAssetTags in interface AssetTagLocalServicepublic AssetTag deleteAssetTag(AssetTag assetTag)
deleteAssetTag in interface AssetTagLocalServiceassetTag - the asset tag
public AssetTag deleteAssetTag(long tagId)
throws PortalException
deleteAssetTag in interface AssetTagLocalServicetagId - the primary key of the asset tag
PortalException - if a asset tag with the primary key could not be found
public void deleteGroupTags(long groupId)
throws PortalException
deleteGroupTags in interface AssetTagLocalServicegroupId - the primary key of the group in which to delete all asset
tags
PortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface AssetTagLocalServicePortalException
public void deleteTag(AssetTag tag)
throws PortalException
deleteTag in interface AssetTagLocalServicetag - the asset tag to be deleted
PortalException
public void deleteTag(long tagId)
throws PortalException
deleteTag in interface AssetTagLocalServicetagId - the primary key of the asset tag
PortalExceptionpublic DynamicQuery dynamicQuery()
dynamicQuery in interface AssetTagLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface AssetTagLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetTagModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetTagLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetTagModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface AssetTagLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface AssetTagLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface AssetTagLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public AssetTag fetchAssetTag(long tagId)
fetchAssetTag in interface AssetTagLocalService
public AssetTag fetchAssetTagByUuidAndGroupId(String uuid,
long groupId)
fetchAssetTagByUuidAndGroupId in interface AssetTagLocalServiceuuid - the asset tag's UUIDgroupId - the primary key of the group
null if a matching asset tag could not be found
public AssetTag fetchTag(long groupId,
String name)
fetchTag in interface AssetTagLocalServicegroupId - the primary key of the groupname - the asset tag's name
null if
it could not be foundpublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface AssetTagLocalServicepublic List<AssetTag> getAssetEntryAssetTags(long entryId)
getAssetEntryAssetTags in interface AssetTagLocalService
public List<AssetTag> getAssetEntryAssetTags(long entryId,
int start,
int end)
getAssetEntryAssetTags in interface AssetTagLocalService
public List<AssetTag> getAssetEntryAssetTags(long entryId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
getAssetEntryAssetTags in interface AssetTagLocalServicepublic int getAssetEntryAssetTagsCount(long entryId)
getAssetEntryAssetTagsCount in interface AssetTagLocalServicepublic long[] getAssetEntryPrimaryKeys(long tagId)
getAssetEntryPrimaryKeys in interface AssetTagLocalServicetagId - the tagId of the asset tag
public AssetTag getAssetTag(long tagId)
throws PortalException
getAssetTag in interface AssetTagLocalServicetagId - the primary key of the asset tag
PortalException - if a asset tag with the primary key could not be found
public AssetTag getAssetTagByUuidAndGroupId(String uuid,
long groupId)
throws PortalException
getAssetTagByUuidAndGroupId in interface AssetTagLocalServiceuuid - the asset tag's UUIDgroupId - the primary key of the group
PortalException - if a matching asset tag could not be found
public List<AssetTag> getAssetTags(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.asset.model.impl.AssetTagModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getAssetTags in interface AssetTagLocalServicestart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
public List<AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
long companyId)
getAssetTagsByUuidAndCompanyId in interface AssetTagLocalServiceuuid - the UUID of the asset tagscompanyId - the primary key of the company
public List<AssetTag> getAssetTagsByUuidAndCompanyId(String uuid,
long companyId,
int start,
int end,
OrderByComparator<AssetTag> orderByComparator)
getAssetTagsByUuidAndCompanyId in interface AssetTagLocalServiceuuid - the UUID of the asset tagscompanyId - the primary key of the companystart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public int getAssetTagsCount()
getAssetTagsCount in interface AssetTagLocalServicepublic List<AssetTag> getEntryTags(long entryId)
getEntryTags in interface AssetTagLocalServiceentryId - the primary key of the asset entry
public ExportActionableDynamicQuery getExportActionableDynamicQuery(PortletDataContext portletDataContext)
getExportActionableDynamicQuery in interface AssetTagLocalServicepublic List<AssetTag> getGroupTags(long groupId)
getGroupTags in interface AssetTagLocalServicegroupId - the primary key of the group
public List<AssetTag> getGroupTags(long groupId,
int start,
int end)
getGroupTags in interface AssetTagLocalServicegroupId - the primary key of the groupstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
public int getGroupTagsCount(long groupId)
getGroupTagsCount in interface AssetTagLocalServicegroupId - the primary key of the group
public List<AssetTag> getGroupsTags(long[] groupIds)
getGroupsTags in interface AssetTagLocalServicegroupIds - the primary keys of the groups
public IndexableActionableDynamicQuery getIndexableActionableDynamicQuery()
getIndexableActionableDynamicQuery in interface AssetTagLocalServicepublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetTagLocalService
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface AssetTagLocalServicePortalException
public List<AssetTag> getSocialActivityCounterOffsetTags(long groupId,
String socialActivityCounterName,
int startOffset,
int endOffset)
getSocialActivityCounterOffsetTags in interface AssetTagLocalService
public List<AssetTag> getSocialActivityCounterPeriodTags(long groupId,
String socialActivityCounterName,
int startPeriod,
int endPeriod)
getSocialActivityCounterPeriodTags in interface AssetTagLocalService
public AssetTag getTag(long groupId,
String name)
throws PortalException
getTag in interface AssetTagLocalServicegroupId - the primary key of the groupname - the name of the asset tag
PortalException
public AssetTag getTag(long tagId)
throws PortalException
getTag in interface AssetTagLocalServicetagId - the primary key of the asset tag
PortalException
public long[] getTagIds(long groupId,
String[] names)
getTagIds in interface AssetTagLocalServicegroupId - the primary key of the groupnames - the names of the asset tags
public long[] getTagIds(long[] groupIds,
String name)
getTagIds in interface AssetTagLocalServicegroupIds - the primary keys of the groupsname - the name of the asset tags
public long[] getTagIds(long[] groupIds,
String[] names)
getTagIds in interface AssetTagLocalServicegroupIds - the primary keys of the groupsnames - the names of the asset tags
public String[] getTagNames()
getTagNames in interface AssetTagLocalService
public String[] getTagNames(String className,
long classPK)
getTagNames in interface AssetTagLocalServiceclassName - the class name of the entityclassPK - the primary key of the entity
public String[] getTagNames(long classNameId,
long classPK)
getTagNames in interface AssetTagLocalServiceclassNameId - the class name ID of the entityclassPK - the primary key of the entity
public List<AssetTag> getTags()
getTags in interface AssetTagLocalService
public List<AssetTag> getTags(String className,
long classPK)
getTags in interface AssetTagLocalServiceclassName - the class name of the entityclassPK - the primary key of the entity
public List<AssetTag> getTags(long classNameId,
long classPK)
getTags in interface AssetTagLocalServiceclassNameId - the class name ID of the entityclassPK - the primary key of the entity
public List<AssetTag> getTags(long groupId,
long classNameId,
String name)
getTags in interface AssetTagLocalService
public List<AssetTag> getTags(long groupId,
long classNameId,
String name,
int start,
int end)
getTags in interface AssetTagLocalService
public int getTagsSize(long groupId,
long classNameId,
String name)
getTagsSize in interface AssetTagLocalService
public boolean hasAssetEntryAssetTag(long entryId,
long tagId)
hasAssetEntryAssetTag in interface AssetTagLocalServicepublic boolean hasAssetEntryAssetTags(long entryId)
hasAssetEntryAssetTags in interface AssetTagLocalService
public boolean hasTag(long groupId,
String name)
true if the group contains an asset tag with the
name.
hasTag in interface AssetTagLocalServicegroupId - the primary key of the groupname - the name of the asset tag
true if the group contains an asset tag with the
name; false otherwise.
public AssetTag incrementAssetCount(long tagId,
long classNameId)
throws PortalException
incrementAssetCount in interface AssetTagLocalServicetagId - the primary key of the asset tagclassNameId - the class name ID of the entity to which the asset
tag is being applied
PortalException
public void mergeTags(long fromTagId,
long toTagId)
throws PortalException
mergeTags in interface AssetTagLocalServicefromTagId - the primary key of the asset tag to be replacedtoTagId - the primary key of the asset tag to apply to the asset
entries of the other asset tag
PortalException
public List<AssetTag> search(long groupId,
String name,
int start,
int end)
search in interface AssetTagLocalServicegroupId - the primary key of the groupname - the pattern to matchstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
public List<AssetTag> search(long[] groupIds,
String name,
int start,
int end)
search in interface AssetTagLocalServicegroupIds - the primary keys of the groupsname - the pattern to matchstart - the lower bound of the range of asset tagsend - the upper bound of the range of asset tags (not inclusive)
public void setAssetEntryAssetTags(long entryId,
long[] tagIds)
setAssetEntryAssetTags in interface AssetTagLocalServicepublic AssetTag updateAssetTag(AssetTag assetTag)
updateAssetTag in interface AssetTagLocalServiceassetTag - the asset tag
public AssetTag updateTag(long userId,
long tagId,
String name,
ServiceContext serviceContext)
throws PortalException
updateTag in interface AssetTagLocalServicePortalExceptionpublic AssetTagLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetTagLocalService>public void setWrappedService(AssetTagLocalService assetTagLocalService)
setWrappedService in interface ServiceWrapper<AssetTagLocalService>
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||