|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetVocabularyServiceWrapper
@ProviderType public class AssetVocabularyServiceWrapper
Provides a wrapper for AssetVocabularyService.
AssetVocabularyService| Constructor Summary | |
|---|---|
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
| Method Detail |
|---|
public AssetVocabulary addVocabulary(long groupId,
String title,
ServiceContext serviceContext)
throws PortalException
addVocabulary in interface AssetVocabularyServicePortalException
public AssetVocabulary addVocabulary(long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException
addVocabulary in interface AssetVocabularyServicePortalException
@Deprecated
public void deleteVocabularies(long[] vocabularyIds)
throws PortalException
deleteVocabularies(long[],
ServiceContext)
deleteVocabularies in interface AssetVocabularyServicePortalException
public List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds,
ServiceContext serviceContext)
throws PortalException
deleteVocabularies in interface AssetVocabularyServicePortalException
public void deleteVocabulary(long vocabularyId)
throws PortalException
deleteVocabulary in interface AssetVocabularyServicePortalException
public AssetVocabulary fetchVocabulary(long vocabularyId)
throws PortalException
fetchVocabulary in interface AssetVocabularyServicePortalExceptionpublic String getBeanIdentifier()
getBeanIdentifier in interface AssetVocabularyService
@Deprecated
public List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws PortalException
getCompanyVocabularies in interface AssetVocabularyServicePortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
throws PortalException
getGroupVocabularies in interface AssetVocabularyServicePortalException
public List<AssetVocabulary> getGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
getGroupVocabularies in interface AssetVocabularyService
public List<AssetVocabulary> getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
getGroupVocabularies in interface AssetVocabularyServicepublic List<AssetVocabulary> getGroupVocabularies(long[] groupIds)
getGroupVocabularies in interface AssetVocabularyServicepublic int getGroupVocabulariesCount(long groupId)
getGroupVocabulariesCount in interface AssetVocabularyService
public int getGroupVocabulariesCount(long groupId,
String name)
getGroupVocabulariesCount in interface AssetVocabularyServicepublic 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 AssetVocabularyServicePortalException
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
throws PortalException
getGroupVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic 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
@Deprecated
public JSONObject getJSONGroupVocabularies(long groupId,
String name,
int start,
int end,
OrderByComparator<AssetVocabulary> obc)
throws PortalException
getJSONGroupVocabularies in interface AssetVocabularyServicePortalException
@Deprecated
public List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
throws PortalException
AssetUtil#filterVocabularyIds(PermissionChecker, long[])
getVocabularies in interface AssetVocabularyServicePortalException
public AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException
getVocabulary in interface AssetVocabularyServicePortalException
public AssetVocabularyDisplay searchVocabulariesDisplay(long groupId,
String title,
int start,
int end,
boolean addDefaultVocabulary)
throws PortalException
searchVocabulariesDisplay in interface AssetVocabularyServicePortalExceptionpublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface AssetVocabularyServicebeanIdentifier - the Spring bean ID for this bean
public AssetVocabulary updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
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>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||