public class AssetVocabularyServiceWrapper extends Object implements AssetVocabularyService, ServiceWrapper<AssetVocabularyService>
AssetVocabularyService.AssetVocabularyService| Constructor and Description |
|---|
AssetVocabularyServiceWrapper() |
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService) |
| Modifier and Type | Method and Description |
|---|---|
AssetVocabulary |
addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long groupId,
String title,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(String externalReferenceCode,
long groupId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType,
ServiceContext serviceContext) |
List<AssetVocabulary> |
deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
void |
deleteVocabulary(long vocabularyId) |
AssetVocabulary |
fetchVocabulary(long vocabularyId) |
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className) |
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId) |
List<AssetVocabulary> |
getGroupVocabularies(long[] groupIds) |
List<AssetVocabulary> |
getGroupVocabularies(long[] groupIds,
int[] visibilityTypes) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int visibilityType) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
int |
getGroupVocabulariesCount(long groupId) |
int |
getGroupVocabulariesCount(long[] groupIds) |
int |
getGroupVocabulariesCount(long groupId,
String name) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> orderByComparator) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetVocabulary |
getVocabulary(long vocabularyId) |
AssetVocabularyService |
getWrappedService() |
AssetVocabularyDisplay |
searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end) |
AssetVocabularyDisplay |
searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort) |
void |
setWrappedService(AssetVocabularyService assetVocabularyService) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
int visibilityType) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
String name,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
public AssetVocabularyServiceWrapper()
public AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
public AssetVocabulary addVocabulary(long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary addVocabulary(long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary addVocabulary(long groupId, String title, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary addVocabulary(long groupId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary addVocabulary(String externalReferenceCode, long groupId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType, ServiceContext serviceContext) throws PortalException
addVocabulary in interface AssetVocabularyServicePortalExceptionpublic 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 List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
getGroupsVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className)
getGroupsVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className, long classTypePK)
getGroupsVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionpublic List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionpublic List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalExceptionpublic List<AssetVocabulary> getGroupVocabularies(long groupId, int visibilityType)
getGroupVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
getGroupVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
getGroupVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
getGroupVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupVocabularies(long[] groupIds, int[] visibilityTypes)
getGroupVocabularies in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long groupId)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long groupId,
String name)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long[] groupIds)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) throws PortalException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) throws PortalException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic String getOSGiServiceIdentifier()
getOSGiServiceIdentifier in interface AssetVocabularyServicepublic AssetVocabulary getVocabulary(long vocabularyId) throws PortalException
getVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end) throws PortalException
searchVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) throws PortalException
searchVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings) throws PortalException
updateVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, int visibilityType) throws PortalException
updateVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
updateVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabulary updateVocabulary(long vocabularyId, String name, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
updateVocabulary in interface AssetVocabularyServicePortalExceptionpublic AssetVocabularyService getWrappedService()
getWrappedService in interface ServiceWrapper<AssetVocabularyService>public void setWrappedService(AssetVocabularyService assetVocabularyService)
setWrappedService in interface ServiceWrapper<AssetVocabularyService>