com.liferay.portlet.asset.service
Class AssetVocabularyLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetVocabularyLocalServiceWrapper
- All Implemented Interfaces:
- AssetVocabularyLocalService
public class AssetVocabularyLocalServiceWrapper
- extends java.lang.Object
- implements AssetVocabularyLocalService
View Source
ServiceBuilder generated this class. Modifications in this class will be
overwritten the next time is generated.
This class is a wrapper for AssetVocabularyLocalService
.
- Author:
- Brian Wing Shun Chan
- See Also:
AssetVocabularyLocalService
- Generated:
Method Summary |
AssetVocabulary |
addAssetVocabulary(AssetVocabulary assetVocabulary)
|
AssetVocabulary |
addVocabulary(java.lang.String uuid,
long userId,
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 |
addVocabularyResources(AssetVocabulary vocabulary,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addVocabularyResources(AssetVocabulary vocabulary,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
|
AssetVocabulary |
createAssetVocabulary(long vocabularyId)
|
void |
deleteAssetVocabulary(AssetVocabulary assetVocabulary)
|
void |
deleteAssetVocabulary(long vocabularyId)
|
void |
deleteVocabulary(AssetVocabulary vocabulary)
|
void |
deleteVocabulary(long vocabularyId)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
java.util.List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
java.util.List<AssetVocabulary> |
getAssetVocabularies(int start,
int end)
|
int |
getAssetVocabulariesCount()
|
AssetVocabulary |
getAssetVocabulary(long vocabularyId)
|
AssetVocabulary |
getAssetVocabularyByUuidAndGroupId(java.lang.String uuid,
long groupId)
|
java.util.List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
|
java.util.List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds)
|
java.util.List<AssetVocabulary> |
getGroupVocabularies(long groupId)
|
AssetVocabulary |
getGroupVocabulary(long groupId,
java.lang.String name)
|
AssetVocabulary |
getVocabulary(long vocabularyId)
|
AssetVocabularyLocalService |
getWrappedAssetVocabularyLocalService()
|
AssetVocabulary |
updateAssetVocabulary(AssetVocabulary assetVocabulary)
|
AssetVocabulary |
updateAssetVocabulary(AssetVocabulary assetVocabulary,
boolean merge)
|
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)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetVocabularyLocalServiceWrapper
public AssetVocabularyLocalServiceWrapper(AssetVocabularyLocalService assetVocabularyLocalService)
addAssetVocabulary
public AssetVocabulary addAssetVocabulary(AssetVocabulary assetVocabulary)
throws SystemException
- Specified by:
addAssetVocabulary
in interface AssetVocabularyLocalService
- Throws:
SystemException
createAssetVocabulary
public AssetVocabulary createAssetVocabulary(long vocabularyId)
- Specified by:
createAssetVocabulary
in interface AssetVocabularyLocalService
deleteAssetVocabulary
public void deleteAssetVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Specified by:
deleteAssetVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
deleteAssetVocabulary
public void deleteAssetVocabulary(AssetVocabulary assetVocabulary)
throws SystemException
- Specified by:
deleteAssetVocabulary
in interface AssetVocabularyLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetVocabularyLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetVocabularyLocalService
- Throws:
SystemException
dynamicQuery
public java.util.List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
throws SystemException
- Specified by:
dynamicQuery
in interface AssetVocabularyLocalService
- Throws:
SystemException
dynamicQueryCount
public long dynamicQueryCount(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQueryCount
in interface AssetVocabularyLocalService
- Throws:
SystemException
getAssetVocabulary
public AssetVocabulary getAssetVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Specified by:
getAssetVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getAssetVocabularyByUuidAndGroupId
public AssetVocabulary getAssetVocabularyByUuidAndGroupId(java.lang.String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getAssetVocabularyByUuidAndGroupId
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getAssetVocabularies
public java.util.List<AssetVocabulary> getAssetVocabularies(int start,
int end)
throws SystemException
- Specified by:
getAssetVocabularies
in interface AssetVocabularyLocalService
- Throws:
SystemException
getAssetVocabulariesCount
public int getAssetVocabulariesCount()
throws SystemException
- Specified by:
getAssetVocabulariesCount
in interface AssetVocabularyLocalService
- Throws:
SystemException
updateAssetVocabulary
public AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary)
throws SystemException
- Specified by:
updateAssetVocabulary
in interface AssetVocabularyLocalService
- Throws:
SystemException
updateAssetVocabulary
public AssetVocabulary updateAssetVocabulary(AssetVocabulary assetVocabulary,
boolean merge)
throws SystemException
- Specified by:
updateAssetVocabulary
in interface AssetVocabularyLocalService
- Throws:
SystemException
addVocabulary
public AssetVocabulary addVocabulary(java.lang.String uuid,
long userId,
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
- Specified by:
addVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
addVocabularyResources
public void addVocabularyResources(AssetVocabulary vocabulary,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Specified by:
addVocabularyResources
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
addVocabularyResources
public void addVocabularyResources(AssetVocabulary vocabulary,
java.lang.String[] communityPermissions,
java.lang.String[] guestPermissions)
throws PortalException,
SystemException
- Specified by:
addVocabularyResources
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
deleteVocabulary
public void deleteVocabulary(AssetVocabulary vocabulary)
throws PortalException,
SystemException
- Specified by:
deleteVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
deleteVocabulary
public void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Specified by:
deleteVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getCompanyVocabularies
public java.util.List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws SystemException
- Specified by:
getCompanyVocabularies
in interface AssetVocabularyLocalService
- Throws:
SystemException
getGroupsVocabularies
public java.util.List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
- Specified by:
getGroupsVocabularies
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getGroupVocabularies
public java.util.List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
- Specified by:
getGroupVocabularies
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getGroupVocabulary
public AssetVocabulary getGroupVocabulary(long groupId,
java.lang.String name)
throws PortalException,
SystemException
- Specified by:
getGroupVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getVocabulary
public AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Specified by:
getVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
updateVocabulary
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
- Specified by:
updateVocabulary
in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getWrappedAssetVocabularyLocalService
public AssetVocabularyLocalService getWrappedAssetVocabularyLocalService()