|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.liferay.portlet.asset.service.AssetVocabularyServiceWrapper
public class AssetVocabularyServiceWrapper
This class is a wrapper for AssetVocabularyService.
AssetVocabularyService| Constructor Summary | |
|---|---|
AssetVocabularyServiceWrapper(AssetVocabularyService assetVocabularyService)
|
|
| Method Summary | |
|---|---|
AssetVocabulary |
addVocabulary(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. |
AssetVocabulary |
addVocabulary(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)
|
void |
deleteVocabularies(long[] vocabularyIds)
|
void |
deleteVocabulary(long vocabularyId)
|
java.lang.String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
java.util.List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
|
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds)
|
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className)
|
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId)
|
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
|
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
int |
getGroupVocabulariesCount(long groupId)
|
int |
getGroupVocabulariesCount(long groupId,
java.lang.String name)
|
JSONObject |
getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
|
java.util.List<AssetVocabulary> |
getVocabularies(long[] vocabularyIds)
|
AssetVocabulary |
getVocabulary(long vocabularyId)
|
AssetVocabularyService |
getWrappedAssetVocabularyService()
Deprecated. Renamed to getWrappedService() |
AssetVocabularyService |
getWrappedService()
|
void |
setBeanIdentifier(java.lang.String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setWrappedAssetVocabularyService(AssetVocabularyService assetVocabularyService)
Deprecated. Renamed to setWrappedService(com.liferay.portlet.asset.service.AssetVocabularyService) |
void |
setWrappedService(AssetVocabularyService assetVocabularyService)
|
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,
ServiceContext serviceContext)
Deprecated. |
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)
|
| 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 java.lang.String getBeanIdentifier()
getBeanIdentifier in interface AssetVocabularyServicepublic void setBeanIdentifier(java.lang.String beanIdentifier)
setBeanIdentifier in interface AssetVocabularyServicebeanIdentifier - the Spring bean ID for this bean
public AssetVocabulary addVocabulary(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,
SystemException
addVocabulary in interface AssetVocabularyServicePortalException
SystemException
public AssetVocabulary addVocabulary(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,
SystemException
addVocabulary in interface AssetVocabularyServicePortalException
SystemException
public void deleteVocabularies(long[] vocabularyIds)
throws PortalException,
SystemException
deleteVocabularies in interface AssetVocabularyServicePortalException
SystemException
public void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
deleteVocabulary in interface AssetVocabularyServicePortalException
SystemException
public java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws PortalException,
SystemException
getCompanyVocabularies in interface AssetVocabularyServicePortalException
SystemException
public java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
getGroupsVocabularies in interface AssetVocabularyServicePortalException
SystemException
public java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds,
java.lang.String className)
throws PortalException,
SystemException
getGroupsVocabularies in interface AssetVocabularyServicePortalException
SystemException
public java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
getGroupVocabularies in interface AssetVocabularyServicePortalException
SystemException
public java.util.List<AssetVocabulary> getGroupVocabularies(long groupId,
int start,
int end,
OrderByComparator obc)
throws SystemException
getGroupVocabularies in interface AssetVocabularyServiceSystemException
public java.util.List<AssetVocabulary> getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws SystemException
getGroupVocabularies in interface AssetVocabularyServiceSystemException
public int getGroupVocabulariesCount(long groupId)
throws SystemException
getGroupVocabulariesCount in interface AssetVocabularyServiceSystemException
public int getGroupVocabulariesCount(long groupId,
java.lang.String name)
throws SystemException
getGroupVocabulariesCount in interface AssetVocabularyServiceSystemException
public JSONObject getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
OrderByComparator obc)
throws PortalException,
SystemException
getJSONGroupVocabularies in interface AssetVocabularyServicePortalException
SystemException
public java.util.List<AssetVocabulary> getVocabularies(long[] vocabularyIds)
throws PortalException,
SystemException
getVocabularies in interface AssetVocabularyServicePortalException
SystemException
public AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException,
SystemException
getVocabulary in interface AssetVocabularyServicePortalException
SystemException
public 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,
ServiceContext serviceContext)
throws PortalException,
SystemException
updateVocabulary in interface AssetVocabularyServicePortalException
SystemException
public 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,
SystemException
updateVocabulary in interface AssetVocabularyServicePortalException
SystemExceptionpublic 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>
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||