|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetTagServiceUtil
@ProviderType public class AssetTagServiceUtil
Provides the remote service utility for AssetTag. This utility wraps
AssetTagServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
AssetTagService,
AssetTagServiceBaseImpl,
AssetTagServiceImpl| Constructor Summary | |
|---|---|
AssetTagServiceUtil()
|
|
| Method Summary | |
|---|---|
static AssetTag |
addTag(long groupId,
String name,
ServiceContext serviceContext)
|
static void |
deleteTag(long tagId)
|
static void |
deleteTags(long[] tagIds)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<AssetTag> |
getGroupsTags(long[] groupIds)
|
static List<AssetTag> |
getGroupTags(long groupId)
|
static List<AssetTag> |
getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static int |
getGroupTagsCount(long groupId)
|
static AssetTagDisplay |
getGroupTagsDisplay(long groupId,
String name,
int start,
int end)
|
static JSONObject |
getJSONGroupTags(long groupId,
String name,
int start,
int end)
Deprecated. As of 6.2.0, replaced by getGroupTagsDisplay(long,
String, int, int) |
static AssetTagService |
getService()
|
static AssetTag |
getTag(long tagId)
|
static List<AssetTag> |
getTags(long[] groupIds,
String name,
int start,
int end)
|
static List<AssetTag> |
getTags(long groupId,
long classNameId,
String name)
|
static List<AssetTag> |
getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
|
static List<AssetTag> |
getTags(long groupId,
String name,
int start,
int end)
|
static List<AssetTag> |
getTags(String className,
long classPK)
|
static int |
getTagsCount(long groupId,
String name)
|
static int |
getVisibleAssetsTagsCount(long groupId,
long classNameId,
String name)
|
static int |
getVisibleAssetsTagsCount(long groupId,
String name)
|
static void |
mergeTags(long[] fromTagIds,
long toTagId)
|
static void |
mergeTags(long fromTagId,
long toTagId)
|
static JSONArray |
search(long[] groupIds,
String name,
int start,
int end)
|
static JSONArray |
search(long groupId,
String name,
int start,
int end)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(AssetTagService service)
Deprecated. As of 6.2.0 |
static AssetTag |
updateTag(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 AssetTagServiceUtil()
| Method Detail |
|---|
public static AssetTag addTag(long groupId,
String name,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void deleteTag(long tagId)
throws PortalException
PortalException
public static void deleteTags(long[] tagIds)
throws PortalException
PortalExceptionpublic static String getBeanIdentifier()
public static List<AssetTag> getGroupTags(long groupId)
public static List<AssetTag> getGroupTags(long groupId,
int start,
int end,
OrderByComparator<AssetTag> obc)
public static int getGroupTagsCount(long groupId)
public static AssetTagDisplay getGroupTagsDisplay(long groupId,
String name,
int start,
int end)
public static List<AssetTag> getGroupsTags(long[] groupIds)
@Deprecated
public static JSONObject getJSONGroupTags(long groupId,
String name,
int start,
int end)
throws PortalException
getGroupTagsDisplay(long,
String, int, int)
PortalException
public static AssetTag getTag(long tagId)
throws PortalException
PortalException
public static List<AssetTag> getTags(String className,
long classPK)
public static List<AssetTag> getTags(long groupId,
long classNameId,
String name)
public static List<AssetTag> getTags(long groupId,
long classNameId,
String name,
int start,
int end,
OrderByComparator<AssetTag> obc)
public static List<AssetTag> getTags(long groupId,
String name,
int start,
int end)
public static List<AssetTag> getTags(long[] groupIds,
String name,
int start,
int end)
public static int getTagsCount(long groupId,
String name)
public static int getVisibleAssetsTagsCount(long groupId,
long classNameId,
String name)
public static int getVisibleAssetsTagsCount(long groupId,
String name)
public static void mergeTags(long fromTagId,
long toTagId)
throws PortalException
PortalException
public static void mergeTags(long[] fromTagIds,
long toTagId)
throws PortalException
PortalException
public static JSONArray search(long groupId,
String name,
int start,
int end)
public static JSONArray search(long[] groupIds,
String name,
int start,
int end)
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static AssetTag updateTag(long tagId,
String name,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static AssetTagService getService()
@Deprecated public void setService(AssetTagService service)
|
Liferay 7.0-ce-a2 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||