|
Liferay 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.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 String getBeanIdentifier()
getBeanIdentifier
in interface AssetVocabularyService
public void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier
in interface AssetVocabularyService
beanIdentifier
- the Spring bean ID for this beanpublic AssetVocabulary addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException, SystemException
addVocabulary(String, Map, Map, String,
ServiceContext)
addVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabulary addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException, SystemException
addVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabulary addVocabulary(String title, ServiceContext serviceContext) throws PortalException, SystemException
addVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public void deleteVocabularies(long[] vocabularyIds) throws PortalException, SystemException
deleteVocabularies(long[],
ServiceContext)
deleteVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext) throws PortalException, SystemException
deleteVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public void deleteVocabulary(long vocabularyId) throws PortalException, SystemException
deleteVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getCompanyVocabularies(long companyId) throws PortalException, SystemException
getCompanyVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds) throws PortalException, SystemException
getGroupsVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds, String className) throws PortalException, SystemException
getGroupsVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getGroupVocabularies(long groupId) throws PortalException, SystemException
getGroupVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getGroupVocabularies(long groupId, boolean createDefaultVocabulary) throws PortalException, SystemException
getGroupVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc) throws SystemException
getGroupVocabularies
in interface AssetVocabularyService
SystemException
public List<AssetVocabulary> getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc) throws SystemException
getGroupVocabularies
in interface AssetVocabularyService
SystemException
public int getGroupVocabulariesCount(long groupId) throws SystemException
getGroupVocabulariesCount
in interface AssetVocabularyService
SystemException
public int getGroupVocabulariesCount(long groupId, String name) throws SystemException
getGroupVocabulariesCount
in interface AssetVocabularyService
SystemException
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String title, int start, int end, boolean addDefaultVocabulary, OrderByComparator obc) throws PortalException, SystemException
getGroupVocabulariesDisplay
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId, String name, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getGroupVocabulariesDisplay
in interface AssetVocabularyService
PortalException
SystemException
public JSONObject getJSONGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc) throws PortalException, SystemException
getJSONGroupVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public List<AssetVocabulary> getVocabularies(long[] vocabularyIds) throws PortalException, SystemException
getVocabularies
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabulary getVocabulary(long vocabularyId) throws PortalException, SystemException
getVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabulary updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException, SystemException
updateVocabulary(long, String, Map, Map,
String, ServiceContext)
updateVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabulary updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext) throws PortalException, SystemException
updateVocabulary
in interface AssetVocabularyService
PortalException
SystemException
public AssetVocabularyService getWrappedAssetVocabularyService()
getWrappedService()
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 6.2-ce-ga5 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |