com.liferay.portlet.asset.service
Class AssetVocabularyLocalServiceWrapper
java.lang.Object
com.liferay.portlet.asset.service.AssetVocabularyLocalServiceWrapper
- All Implemented Interfaces:
- AssetVocabularyLocalService
public class AssetVocabularyLocalServiceWrapper
- extends Object
- implements AssetVocabularyLocalService
This class is a wrapper for AssetVocabularyLocalService.
- See Also:
AssetVocabularyLocalService- ServiceBuilder generated this class. Modifications in this class will be overwritten the next time is generated.
|
Method Summary |
AssetVocabulary |
addAssetVocabulary(AssetVocabulary assetVocabulary)
|
AssetVocabulary |
addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
void |
addVocabularyResources(AssetVocabulary vocabulary,
boolean addCommunityPermissions,
boolean addGuestPermissions)
|
void |
addVocabularyResources(AssetVocabulary vocabulary,
String[] communityPermissions,
String[] guestPermissions)
|
AssetVocabulary |
createAssetVocabulary(long vocabularyId)
|
void |
deleteAssetVocabulary(AssetVocabulary assetVocabulary)
|
void |
deleteAssetVocabulary(long vocabularyId)
|
void |
deleteVocabulary(AssetVocabulary vocabulary)
|
void |
deleteVocabulary(long vocabularyId)
|
List |
dynamicQuery(DynamicQuery dynamicQuery)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
|
List |
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator orderByComparator)
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
|
List<AssetVocabulary> |
getAssetVocabularies(int start,
int end)
|
int |
getAssetVocabulariesCount()
|
AssetVocabulary |
getAssetVocabulary(long vocabularyId)
|
AssetVocabulary |
getAssetVocabularyByUuidAndGroupId(String uuid,
long groupId)
|
List<AssetVocabulary> |
getCompanyVocabularies(long companyId)
|
List<AssetVocabulary> |
getGroupsVocabularies(long[] groupIds)
|
List<AssetVocabulary> |
getGroupVocabularies(long groupId)
|
AssetVocabulary |
getGroupVocabulary(long groupId,
String name)
|
AssetVocabulary |
getVocabulary(long vocabularyId)
|
AssetVocabularyLocalService |
getWrappedAssetVocabularyLocalService()
|
AssetVocabulary |
updateAssetVocabulary(AssetVocabulary assetVocabulary)
|
AssetVocabulary |
updateAssetVocabulary(AssetVocabulary assetVocabulary,
boolean merge)
|
AssetVocabulary |
updateVocabulary(long vocabularyId,
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 |
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 List dynamicQuery(DynamicQuery dynamicQuery)
throws SystemException
- Specified by:
dynamicQuery in interface AssetVocabularyLocalService
- Throws:
SystemException
dynamicQuery
public List dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
throws SystemException
- Specified by:
dynamicQuery in interface AssetVocabularyLocalService
- Throws:
SystemException
dynamicQuery
public 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(String uuid,
long groupId)
throws PortalException,
SystemException
- Specified by:
getAssetVocabularyByUuidAndGroupId in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getAssetVocabularies
public 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(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
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,
String[] communityPermissions,
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 List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws SystemException
- Specified by:
getCompanyVocabularies in interface AssetVocabularyLocalService
- Throws:
SystemException
getGroupsVocabularies
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
- Specified by:
getGroupsVocabularies in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
- Specified by:
getGroupVocabularies in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getGroupVocabulary
public AssetVocabulary getGroupVocabulary(long groupId,
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,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Specified by:
updateVocabulary in interface AssetVocabularyLocalService
- Throws:
PortalException
SystemException
getWrappedAssetVocabularyLocalService
public AssetVocabularyLocalService getWrappedAssetVocabularyLocalService()