|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetVocabularyServiceUtil
public class AssetVocabularyServiceUtil
The utility for the asset vocabulary remote service. This utility wraps com.liferay.portlet.asset.service.impl.AssetVocabularyServiceImpl and is the primary access point for service operations in application layer code running on a remote server.
This is a remote service. Methods of this service are expected to have security checks based on the propagated JAAS credentials because this service can be accessed remotely.
AssetVocabularyService,
com.liferay.portlet.asset.service.base.AssetVocabularyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetVocabularyServiceImpl| Constructor Summary | |
|---|---|
AssetVocabularyServiceUtil()
|
|
| Method Summary | |
|---|---|
static AssetVocabulary |
addVocabulary(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
Deprecated. |
static AssetVocabulary |
addVocabulary(java.lang.String title,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
|
static void |
deleteVocabularies(long[] vocabularyIds)
|
static void |
deleteVocabulary(long vocabularyId)
|
static java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static java.util.List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
|
static java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds)
|
static java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className)
|
static java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId)
|
static java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
|
static java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
static int |
getGroupVocabulariesCount(long groupId)
|
static int |
getGroupVocabulariesCount(long groupId,
java.lang.String name)
|
static JSONObject |
getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
static AssetVocabularyService |
getService()
|
static java.util.List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds)
|
static AssetVocabulary |
getVocabulary(long vocabularyId)
|
static void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(AssetVocabularyService service)
Deprecated. |
static AssetVocabulary |
updateVocabulary(long vocabularyId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
Deprecated. |
static AssetVocabulary |
updateVocabulary(long vocabularyId,
java.lang.String title,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetVocabularyServiceUtil()
| Method Detail |
|---|
public static java.lang.String getBeanIdentifier()
public static void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static AssetVocabulary addVocabulary(java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetVocabulary addVocabulary(java.lang.String title,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
public static void deleteVocabularies(long[] vocabularyIds)
throws PortalException,
SystemException
PortalException
SystemException
public static void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds,
java.lang.String className)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<AssetVocabulary> getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
public static java.util.List<AssetVocabulary> getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
SystemException
public static int getGroupVocabulariesCount(long groupId)
throws SystemException
SystemException
public static int getGroupVocabulariesCount(long groupId,
java.lang.String name)
throws SystemException
SystemException
public static JSONObject getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
PortalException
SystemException
public static java.util.List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetVocabulary updateVocabulary(long vocabularyId,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemException
public static AssetVocabulary updateVocabulary(long vocabularyId,
java.lang.String title,
java.util.Map<java.util.Locale,java.lang.String> titleMap,
java.util.Map<java.util.Locale,java.lang.String> descriptionMap,
java.lang.String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
PortalException
SystemExceptionpublic static AssetVocabularyService getService()
public void setService(AssetVocabularyService service)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||