|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
@AccessControlled
@JSONWebService
@ProviderType
@Transactional(isolation=PORTAL,
rollbackFor={PortalException.class,SystemException.class})
public interface AssetTagServiceProvides the remote service interface for AssetTag. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
AssetTagServiceUtil,
AssetTagServiceBaseImpl,
AssetTagServiceImpl| Method Summary | |
|---|---|
AssetTag |
addTag(long groupId,
String name,
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<AssetTag> obc)
|
int |
getGroupTagsCount(long groupId)
|
AssetTagDisplay |
getGroupTagsDisplay(long groupId,
String name,
int start,
int end)
|
JSONObject |
getJSONGroupTags(long groupId,
String name,
int start,
int end)
Deprecated. As of 6.2.0, replaced by getGroupTagsDisplay(long,
String, int, int) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier. |
AssetTag |
getTag(long tagId)
|
List<AssetTag> |
getTags(long[] groupIds,
String name,
int start,
int end)
|
List<AssetTag> |
getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
getTags(long groupId,
long classNameId,
String name)
|
List<AssetTag> |
getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
getTags(long groupId,
String name,
int start,
int end)
|
List<AssetTag> |
getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
List<AssetTag> |
getTags(String className,
long classPK)
|
int |
getTagsCount(long groupId,
String name)
|
int |
getVisibleAssetsTagsCount(long groupId,
long classNameId,
String name)
|
int |
getVisibleAssetsTagsCount(long groupId,
String name)
|
void |
mergeTags(long[] fromTagIds,
long toTagId)
|
void |
mergeTags(long fromTagId,
long toTagId)
|
JSONArray |
search(long[] groupIds,
String name,
int start,
int end)
|
JSONArray |
search(long groupId,
String name,
int start,
int end)
|
AssetTag |
updateTag(long tagId,
String name,
ServiceContext serviceContext)
|
| Method Detail |
|---|
AssetTag addTag(long groupId,
String name,
ServiceContext serviceContext)
throws PortalException
PortalException
void deleteTag(long tagId)
throws PortalException
PortalException
void deleteTags(long[] tagIds)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getGroupTags(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getGroupTagsCount(long groupId)
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTagDisplay getGroupTagsDisplay(long groupId,
String name,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getGroupsTags(long[] groupIds)
@Deprecated
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONObject getJSONGroupTags(long groupId,
String name,
int start,
int end)
throws PortalException
getGroupTagsDisplay(long,
String, int, int)
PortalExceptionString getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS,
readOnly=true)
AssetTag getTag(long tagId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(String className,
long classPK)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(long groupId,
long classNameId,
String name)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(long groupId,
String name,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(long[] groupIds,
String name,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
List<AssetTag> getTags(long[] groupIds,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getTagsCount(long groupId,
String name)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getVisibleAssetsTagsCount(long groupId,
long classNameId,
String name)
@Transactional(propagation=SUPPORTS,
readOnly=true)
int getVisibleAssetsTagsCount(long groupId,
String name)
void mergeTags(long fromTagId,
long toTagId)
throws PortalException
PortalException
void mergeTags(long[] fromTagIds,
long toTagId)
throws PortalException
PortalException
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONArray search(long groupId,
String name,
int start,
int end)
@Transactional(propagation=SUPPORTS,
readOnly=true)
JSONArray search(long[] groupIds,
String name,
int start,
int end)
AssetTag updateTag(long tagId,
String name,
ServiceContext serviceContext)
throws PortalException
PortalException
|
Liferay 7.0-ce-b4 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||