@ProviderType public class AssetVocabularyServiceWrapper extends java.lang.Object implements AssetVocabularyService, ServiceWrapper<AssetVocabularyService>
AssetVocabularyService.AssetVocabularyService| Constructor and Description |
|---|
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService) |
| 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) |
AssetVocabularyService |
getWrappedAssetVocabularyService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetVocabularyService |
getWrappedService() |
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean.
|
void |
setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Deprecated.
As of 6.1.0, replaced by
setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService) |
void |
setWrappedService(AssetVocabularyService assetVocabularyService) |
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) |
public AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
public java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetVocabularyServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetVocabularyServicebeanIdentifier - the Spring bean ID for this beanpublic 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
addVocabulary(String, Map, Map, String,
ServiceContext)addVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic 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
addVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic AssetVocabulary addVocabulary(java.lang.String title, ServiceContext serviceContext) throws PortalException, SystemException
addVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic void deleteVocabularies(long[] vocabularyIds)
throws PortalException,
SystemException
deleteVocabularies(long[],
ServiceContext)deleteVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) throws PortalException, SystemException
deleteVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
deleteVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId) throws PortalException, SystemException
getCompanyVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds) throws PortalException, SystemException
getGroupsVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className) throws PortalException, SystemException
getGroupsVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException, SystemException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException, SystemException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc) throws SystemException
getGroupVocabularies in interface AssetVocabularyServiceSystemExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc) throws SystemException
getGroupVocabularies in interface AssetVocabularyServiceSystemExceptionpublic int getGroupVocabulariesCount(long groupId)
throws SystemException
getGroupVocabulariesCount in interface AssetVocabularyServiceSystemExceptionpublic int getGroupVocabulariesCount(long groupId,
java.lang.String name)
throws SystemException
getGroupVocabulariesCount in interface AssetVocabularyServiceSystemExceptionpublic AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc) throws PortalException, SystemException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String name, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic JSONObject getJSONGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getJSONGroupVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic java.util.List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException, SystemException
getVocabularies in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic AssetVocabulary getVocabulary(long vocabularyId) throws PortalException, SystemException
getVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic 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
updateVocabulary(long, String, Map, Map,
String, ServiceContext)updateVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic 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
updateVocabulary in interface AssetVocabularyServicePortalExceptionSystemExceptionpublic AssetVocabularyService getWrappedAssetVocabularyService()
getWrappedService()public void setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService)public AssetVocabularyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetVocabularyService>public void setWrappedService(AssetVocabularyService assetVocabularyService)
setWrappedService in interface ServiceWrapper<AssetVocabularyService>