com.liferay.portlet.asset.service
Class AssetVocabularyServiceUtil
java.lang.Object
com.liferay.portlet.asset.service.AssetVocabularyServiceUtil
public class AssetVocabularyServiceUtil
- extends Object
The utility for the asset vocabulary remote service. This utility wraps 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 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.
- See Also:
AssetVocabularyService
,
AssetVocabularyServiceBaseImpl
,
AssetVocabularyServiceImpl
- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
Method Summary |
static AssetVocabulary |
addVocabulary(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
static void |
deleteVocabulary(long vocabularyId)
|
static List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
|
static List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds)
|
static List<AssetVocabulary> |
getGroupVocabularies(long groupId)
|
static AssetVocabularyService |
getService()
|
static AssetVocabulary |
getVocabulary(long vocabularyId)
|
void |
setService(AssetVocabularyService service)
|
static AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
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(Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
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 List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupsVocabularies
public static List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupVocabularies
public static 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,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getService
public static AssetVocabularyService getService()
setService
public void setService(AssetVocabularyService service)