@ProviderType public class AssetVocabularyServiceWrapper extends Object implements AssetVocabularyService, ServiceWrapper<AssetVocabularyService>
AssetVocabularyService
.AssetVocabularyService
Constructor and Description |
---|
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,
ServiceContext serviceContext) |
AssetVocabulary |
addVocabulary(long groupId,
String title,
ServiceContext serviceContext) |
List<AssetVocabulary> |
deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
void |
deleteVocabulary(long vocabularyId) |
AssetVocabulary |
fetchVocabulary(long vocabularyId) |
List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
Deprecated.
As of 7.0.0, with no direct replacement
|
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 groupId,
boolean createDefaultVocabulary) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
List<AssetVocabulary> |
getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
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> obc) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc) |
String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds)
Deprecated.
As of 7.0.0, replaced by
AssetUtil#filterVocabularyIds(PermissionChecker, long[]) |
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,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext) |
public AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
public AssetVocabulary addVocabulary(long groupId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
addVocabulary
in interface AssetVocabularyService
PortalException
public AssetVocabulary addVocabulary(long groupId, String title, ServiceContext serviceContext) throws PortalException
addVocabulary
in interface AssetVocabularyService
PortalException
public List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) throws PortalException
deleteVocabularies
in interface AssetVocabularyService
PortalException
public void deleteVocabulary(long vocabularyId) throws PortalException
deleteVocabulary
in interface AssetVocabularyService
PortalException
public AssetVocabulary fetchVocabulary(long vocabularyId) throws PortalException
fetchVocabulary
in interface AssetVocabularyService
PortalException
@Deprecated public List<AssetVocabulary> getCompanyVocabularies(long companyId) throws PortalException
getCompanyVocabularies
in interface AssetVocabularyService
PortalException
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
getGroupsVocabularies
in interface AssetVocabularyService
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className)
getGroupsVocabularies
in interface AssetVocabularyService
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className, long classTypePK)
getGroupsVocabularies
in interface AssetVocabularyService
public List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException
getGroupVocabularies
in interface AssetVocabularyService
PortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException
getGroupVocabularies
in interface AssetVocabularyService
PortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> obc) throws PortalException
getGroupVocabularies
in interface AssetVocabularyService
PortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> obc)
getGroupVocabularies
in interface AssetVocabularyService
public List<AssetVocabulary> getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc)
getGroupVocabularies
in interface AssetVocabularyService
public List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
getGroupVocabularies
in interface AssetVocabularyService
public int getGroupVocabulariesCount(long groupId)
getGroupVocabulariesCount
in interface AssetVocabularyService
public int getGroupVocabulariesCount(long groupId, String name)
getGroupVocabulariesCount
in interface AssetVocabularyService
public int getGroupVocabulariesCount(long[] groupIds)
getGroupVocabulariesCount
in interface AssetVocabularyService
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> obc) throws PortalException
getGroupVocabulariesDisplay
in interface AssetVocabularyService
PortalException
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator<AssetVocabulary> obc) throws PortalException
getGroupVocabulariesDisplay
in interface AssetVocabularyService
PortalException
public String getOSGiServiceIdentifier()
getOSGiServiceIdentifier
in interface AssetVocabularyService
@Deprecated public List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException
AssetUtil#filterVocabularyIds(PermissionChecker, long[])
getVocabularies
in interface AssetVocabularyService
PortalException
public AssetVocabulary getVocabulary(long vocabularyId) throws PortalException
getVocabulary
in interface AssetVocabularyService
PortalException
public AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end) throws PortalException
searchVocabulariesDisplay
in interface AssetVocabularyService
PortalException
public AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, String title, boolean addDefaultVocabulary, int start, int end, Sort sort) throws PortalException
searchVocabulariesDisplay
in interface AssetVocabularyService
PortalException
public AssetVocabulary updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException
updateVocabulary
in interface AssetVocabularyService
PortalException
public AssetVocabularyService getWrappedService()
getWrappedService
in interface ServiceWrapper<AssetVocabularyService>
public void setWrappedService(AssetVocabularyService assetVocabularyService)
setWrappedService
in interface ServiceWrapper<AssetVocabularyService>