|
Liferay 7.0-ce-m3 | |||||||||
| 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
com.liferay.portlet.asset.service.impl.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,
com.liferay.portlet.asset.service.base.AssetTagServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetTagServiceImpl| Constructor Summary | |
|---|---|
AssetTagServiceUtil()
|
|
| Method Summary | |
|---|---|
static AssetTag |
addTag(String name,
String[] tagProperties,
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,
String[] tagProperties,
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,
String[] tagProperties,
int start,
int end)
|
static List<AssetTag> |
getTags(String className,
long classPK)
|
static int |
getTagsCount(long groupId,
long classNameId,
String name)
|
static int |
getTagsCount(long groupId,
String name)
|
static int |
getTagsCount(long groupId,
String name,
String[] tagProperties)
|
static void |
mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
|
static void |
mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
|
static JSONArray |
search(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end)
|
static JSONArray |
search(long groupId,
String name,
String[] tagProperties,
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,
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 AssetTagServiceUtil()
| Method Detail |
|---|
public static AssetTag addTag(String name,
String[] tagProperties,
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)
throws PortalException
PortalException
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,
String[] tagProperties,
int start,
int end)
public static List<AssetTag> getTags(long[] groupIds,
String name,
String[] tagProperties,
int start,
int end)
public static int getTagsCount(long groupId,
long classNameId,
String name)
public static int getTagsCount(long groupId,
String name)
public static int getTagsCount(long groupId,
String name,
String[] tagProperties)
public static void mergeTags(long fromTagId,
long toTagId,
boolean overrideProperties)
throws PortalException
PortalException
public static void mergeTags(long[] fromTagIds,
long toTagId,
boolean overrideProperties)
throws PortalException
PortalException
public static JSONArray search(long groupId,
String name,
String[] tagProperties,
int start,
int end)
public static JSONArray search(long[] groupIds,
String name,
String[] tagProperties,
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,
String[] tagProperties,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static AssetTagService getService()
@Deprecated public void setService(AssetTagService service)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||