com.liferay.asset.kernel.service
Class AssetVocabularyServiceWrapper
java.lang.Object
com.liferay.asset.kernel.service.AssetVocabularyServiceWrapper
- All Implemented Interfaces:
- AssetVocabularyService, BaseService, ServiceWrapper<AssetVocabularyService>
@ProviderType
public class AssetVocabularyServiceWrapper
- extends Object
- implements AssetVocabularyService, ServiceWrapper<AssetVocabularyService>
Provides a wrapper for AssetVocabularyService.
- See Also:
AssetVocabularyService- {$generated.description}
|
Method Summary |
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)
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetVocabularyServiceWrapper
public AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
addVocabulary
public AssetVocabulary addVocabulary(long groupId,
String title,
ServiceContext serviceContext)
throws PortalException
- Specified by:
addVocabulary in interface AssetVocabularyService
- Throws:
PortalException
addVocabulary
public AssetVocabulary addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException
- Specified by:
addVocabulary in interface AssetVocabularyService
- Throws:
PortalException
fetchVocabulary
public AssetVocabulary fetchVocabulary(long vocabularyId)
throws PortalException
- Specified by:
fetchVocabulary in interface AssetVocabularyService
- Throws:
PortalException
getVocabulary
public AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException
- Specified by:
getVocabulary in interface AssetVocabularyService
- Throws:
PortalException
updateVocabulary
public AssetVocabulary updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException
- Specified by:
updateVocabulary in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabulariesDisplay
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
boolean addDefaultVocabulary,
OrderByComparator<AssetVocabulary> obc)
throws PortalException
- Specified by:
getGroupVocabulariesDisplay in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabulariesDisplay
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
throws PortalException
- Specified by:
getGroupVocabulariesDisplay in interface AssetVocabularyService
- Throws:
PortalException
searchVocabulariesDisplay
public AssetVocabularyDisplay searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end)
throws PortalException
- Specified by:
searchVocabulariesDisplay in interface AssetVocabularyService
- Throws:
PortalException
searchVocabulariesDisplay
public AssetVocabularyDisplay searchVocabulariesDisplay(long groupId,
String title,
boolean addDefaultVocabulary,
int start,
int end,
Sort sort)
throws PortalException
- Specified by:
searchVocabulariesDisplay in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabulariesCount
public int getGroupVocabulariesCount(long groupId)
- Specified by:
getGroupVocabulariesCount in interface AssetVocabularyService
getGroupVocabulariesCount
public int getGroupVocabulariesCount(long groupId,
String name)
- Specified by:
getGroupVocabulariesCount in interface AssetVocabularyService
getGroupVocabulariesCount
public int getGroupVocabulariesCount(long[] groupIds)
- Specified by:
getGroupVocabulariesCount in interface AssetVocabularyService
getOSGiServiceIdentifier
public String getOSGiServiceIdentifier()
- Returns the OSGi service identifier.
- Specified by:
getOSGiServiceIdentifier in interface AssetVocabularyService
- Returns:
- the OSGi service identifier
deleteVocabularies
public List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext)
throws PortalException
- Specified by:
deleteVocabularies in interface AssetVocabularyService
- Throws:
PortalException
getCompanyVocabularies
@Deprecated
public List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws PortalException
- Deprecated. As of 7.0.0, with no direct replacement
- Specified by:
getCompanyVocabularies in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException
- Specified by:
getGroupVocabularies in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
throws PortalException
- Specified by:
getGroupVocabularies in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
throws PortalException
- Specified by:
getGroupVocabularies in interface AssetVocabularyService
- Throws:
PortalException
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
- Specified by:
getGroupVocabularies in interface AssetVocabularyService
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
- Specified by:
getGroupVocabularies in interface AssetVocabularyService
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
- Specified by:
getGroupVocabularies in interface AssetVocabularyService
getGroupsVocabularies
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
- Specified by:
getGroupsVocabularies in interface AssetVocabularyService
getGroupsVocabularies
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds,
String className)
- Specified by:
getGroupsVocabularies in interface AssetVocabularyService
getGroupsVocabularies
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK)
- Specified by:
getGroupsVocabularies in interface AssetVocabularyService
getVocabularies
@Deprecated
public List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
throws PortalException
- Deprecated. As of 7.0.0, replaced by
AssetUtil#filterVocabularyIds(PermissionChecker, long[])
- Specified by:
getVocabularies in interface AssetVocabularyService
- Throws:
PortalException
deleteVocabulary
public void deleteVocabulary(long vocabularyId)
throws PortalException
- Specified by:
deleteVocabulary in interface AssetVocabularyService
- Throws:
PortalException
getWrappedService
public AssetVocabularyService getWrappedService()
- Specified by:
getWrappedService in interface ServiceWrapper<AssetVocabularyService>
setWrappedService
public void setWrappedService(AssetVocabularyService assetVocabularyService)
- Specified by:
setWrappedService in interface ServiceWrapper<AssetVocabularyService>