@ProviderType @AccessControlled @JSONWebService @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetVocabularyService extends BaseService
AssetVocabularyServiceUtil,
com.liferay.portlet.asset.service.base.AssetVocabularyServiceBaseImpl,
com.liferay.portlet.asset.service.impl.AssetVocabularyServiceImpl| Modifier and Type | Method and Description |
|---|---|
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.
|
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) |
AssetVocabulary |
addVocabulary(java.lang.String title,
ServiceContext serviceContext) |
void |
deleteVocabularies(long[] vocabularyIds)
Deprecated.
As of 6.2.0, Replaced by
deleteVocabularies(long[],
ServiceContext) |
java.util.List<AssetVocabulary> |
deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
void |
deleteVocabulary(long vocabularyId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetVocabulary> |
getCompanyVocabularies(long companyId) |
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc) |
int |
getGroupVocabulariesCount(long groupId) |
int |
getGroupVocabulariesCount(long groupId,
java.lang.String name) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String title,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator obc) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc) |
JSONObject |
getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
Deprecated.
As of 6.2.0, with no direct replacement
|
java.util.List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds) |
AssetVocabulary |
getVocabulary(long vocabularyId) |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
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.
|
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) |
java.lang.String getBeanIdentifier()
void setBeanIdentifier(java.lang.String beanIdentifier)
beanIdentifier - the Spring bean ID for this beanAssetVocabulary 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
addVocabulary(String, Map, Map, String,
ServiceContext)PortalExceptionSystemExceptionAssetVocabulary 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
PortalExceptionSystemExceptionAssetVocabulary addVocabulary(java.lang.String title, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteVocabularies(long[] vocabularyIds)
throws PortalException,
SystemException
deleteVocabularies(long[],
ServiceContext)PortalExceptionSystemExceptionjava.util.List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) throws PortalException, SystemException
PortalExceptionSystemExceptionvoid deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupVocabulariesCount(long groupId) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupVocabulariesCount(long groupId, java.lang.String name) throws SystemException
SystemException@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String name, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) JSONObject getJSONGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException, SystemException
PortalExceptionSystemException@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabulary getVocabulary(long vocabularyId) throws PortalException, SystemException
PortalExceptionSystemExceptionAssetVocabulary 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
updateVocabulary(long, String, Map, Map,
String, ServiceContext)PortalExceptionSystemExceptionAssetVocabulary 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
PortalExceptionSystemException