@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(long groupId,
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(long groupId,
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) |
AssetVocabulary |
fetchVocabulary(long vocabularyId) |
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean.
|
java.util.List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className) |
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className,
long classTypePK) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long[] groupIds) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
int |
getGroupVocabulariesCount(long groupId) |
int |
getGroupVocabulariesCount(long[] groupIds) |
int |
getGroupVocabulariesCount(long groupId,
java.lang.String name) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
JSONObject |
getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
Deprecated.
As of 6.2.0, with no direct replacement
|
java.util.List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds)
Deprecated.
As of 7.0.0, replaced by
AssetUtil#filterVocabularyIds(PermissionChecker, long[]) |
AssetVocabulary |
getVocabulary(long vocabularyId) |
AssetVocabularyService |
getWrappedAssetVocabularyService()
Deprecated.
As of 6.1.0, replaced by
getWrappedService() |
AssetVocabularyService |
getWrappedService() |
AssetVocabularyDisplay |
searchVocabulariesDisplay(long groupId,
java.lang.String title,
int start,
int end,
boolean addDefaultVocabulary) |
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.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 AssetVocabulary addVocabulary(long groupId, java.lang.String title, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary addVocabulary(long groupId, 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
addVocabulary in interface AssetVocabularyServicePortalException@Deprecated
public void deleteVocabularies(long[] vocabularyIds)
throws PortalException
deleteVocabularies(long[],
ServiceContext)deleteVocabularies in interface AssetVocabularyServicePortalExceptionpublic java.util.List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) throws PortalException
deleteVocabularies in interface AssetVocabularyServicePortalExceptionpublic void deleteVocabulary(long vocabularyId)
throws PortalException
deleteVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary fetchVocabulary(long vocabularyId) throws PortalException
fetchVocabulary in interface AssetVocabularyServicePortalExceptionpublic java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetVocabularyService@Deprecated public java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId) throws PortalException
getCompanyVocabularies in interface AssetVocabularyServicePortalExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> obc) throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionpublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
getGroupVocabularies in interface AssetVocabularyServicepublic java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> obc)
getGroupVocabularies in interface AssetVocabularyServicepublic java.util.List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
getGroupVocabularies in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long groupId)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long groupId,
java.lang.String name)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long[] groupIds)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc) throws PortalException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetVocabulary> obc) throws PortalException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
getGroupsVocabularies in interface AssetVocabularyServicepublic java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className)
getGroupsVocabularies in interface AssetVocabularyServicepublic java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className, long classTypePK)
getGroupsVocabularies in interface AssetVocabularyService@Deprecated public JSONObject getJSONGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetVocabulary> obc) throws PortalException
getJSONGroupVocabularies in interface AssetVocabularyServicePortalException@Deprecated public java.util.List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException
AssetUtil#filterVocabularyIds(PermissionChecker, long[])getVocabularies in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary getVocabulary(long vocabularyId) throws PortalException
getVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, java.lang.String title, int start, int end, boolean addDefaultVocabulary) throws PortalException
searchVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetVocabularyServicebeanIdentifier - the Spring bean ID for this beanpublic 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
updateVocabulary in interface AssetVocabularyServicePortalException@Deprecated public AssetVocabularyService getWrappedAssetVocabularyService()
getWrappedService()@Deprecated 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>