@AccessControlled @CTAware @JSONWebService @ProviderType @Transactional(isolation=PORTAL, rollbackFor={PortalException.class,SystemException.class}) public interface AssetVocabularyService extends BaseService
AssetVocabularyServiceUtil
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,
int visibilityType,
ServiceContext serviceContext) |
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) |
AssetVocabulary |
addVocabulary(long groupId,
java.lang.String name,
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.util.List<AssetVocabulary> |
deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext) |
void |
deleteVocabulary(long vocabularyId) |
AssetVocabulary |
fetchVocabulary(long vocabularyId) |
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[] groupIds,
int[] visibilityTypes) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int visibilityType) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
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> orderByComparator) |
AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator<AssetVocabulary> orderByComparator) |
java.lang.String |
getOSGiServiceIdentifier()
Returns the OSGi service identifier.
|
AssetVocabulary |
getVocabulary(long vocabularyId) |
AssetVocabularyDisplay |
searchVocabulariesDisplay(long groupId,
java.lang.String title,
boolean addDefaultVocabulary,
int start,
int end) |
AssetVocabularyDisplay |
searchVocabulariesDisplay(long groupId,
java.lang.String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort) |
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) |
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,
int visibilityType) |
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) |
AssetVocabulary |
updateVocabulary(long vocabularyId,
java.lang.String name,
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)
Deprecated.
As of Athanasius (7.3.x), replaced by
updateVocabulary(long, String, Map, Map, String,
ServiceContext) |
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, int visibilityType, ServiceContext serviceContext) throws PortalException
PortalException
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
PortalException
AssetVocabulary addVocabulary(long groupId, java.lang.String title, ServiceContext serviceContext) throws PortalException
PortalException
AssetVocabulary addVocabulary(long groupId, java.lang.String name, 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
PortalException
java.util.List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) throws PortalException
PortalException
void deleteVocabulary(long vocabularyId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabulary fetchVocabulary(long vocabularyId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, java.lang.String className, long classTypePK)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, int visibilityType)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
@Transactional(propagation=SUPPORTS, readOnly=true) java.util.List<AssetVocabulary> getGroupVocabularies(long[] groupIds, int[] visibilityTypes)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupVocabulariesCount(long groupId)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupVocabulariesCount(long groupId, java.lang.String name)
@Transactional(propagation=SUPPORTS, readOnly=true) int getGroupVocabulariesCount(long[] groupIds)
@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String name, int start, int end, boolean addDefaultVocabulary, OrderByComparator<AssetVocabulary> orderByComparator) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, java.lang.String name, int start, int end, OrderByComparator<AssetVocabulary> orderByComparator) throws PortalException
PortalException
java.lang.String getOSGiServiceIdentifier()
@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabulary getVocabulary(long vocabularyId) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, java.lang.String title, boolean addDefaultVocabulary, int start, int end) throws PortalException
PortalException
@Transactional(propagation=SUPPORTS, readOnly=true) AssetVocabularyDisplay searchVocabulariesDisplay(long groupId, java.lang.String title, boolean addDefaultVocabulary, int start, int end, Sort sort) throws PortalException
PortalException
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) throws PortalException
PortalException
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, int visibilityType) throws PortalException
PortalException
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
PortalException
@Deprecated AssetVocabulary updateVocabulary(long vocabularyId, java.lang.String name, 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(long, String, Map, Map, String,
ServiceContext)
PortalException