com.liferay.portlet.asset.service
Class AssetVocabularyServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetVocabularyServiceUtil
public class AssetVocabularyServiceUtil
- extends java.lang.Object
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.
Never modify this class directly. Add custom service methods to com.liferay.portlet.asset.service.impl.AssetVocabularyServiceImpl and rerun ServiceBuilder to regenerate this class.
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.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetVocabularyService,
com.liferay.portlet.asset.service.base.AssetVocabularyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetVocabularyServiceImpl- Generated:
|
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)
|
static void |
deleteVocabulary(long vocabularyId)
|
static java.util.List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
|
static java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds)
|
static java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId)
|
static AssetVocabularyService |
getService()
|
static AssetVocabulary |
getVocabulary(long vocabularyId)
|
void |
setService(AssetVocabularyService service)
|
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetVocabularyServiceUtil
public AssetVocabularyServiceUtil()
addVocabulary
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
- Throws:
PortalException
SystemException
deleteVocabulary
public static void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getCompanyVocabularies
public static java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupsVocabularies
public static java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupVocabularies
public static java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getVocabulary
public static AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateVocabulary
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
- Throws:
PortalException
SystemException
getService
public static AssetVocabularyService getService()
setService
public void setService(AssetVocabularyService service)