com.liferay.portlet.asset.service.impl
Class AssetVocabularyLocalServiceImpl
java.lang.Object
com.liferay.portlet.asset.service.base.AssetVocabularyLocalServiceBaseImpl
com.liferay.portlet.asset.service.impl.AssetVocabularyLocalServiceImpl
- All Implemented Interfaces:
- AssetVocabularyLocalService
public class AssetVocabularyLocalServiceImpl
- extends AssetVocabularyLocalServiceBaseImpl
Fields inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyLocalServiceBaseImpl |
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryPropertyFinder, assetCategoryPropertyLocalService, assetCategoryPropertyPersistence, assetCategoryPropertyService, assetCategoryService, assetEntryFinder, assetEntryLocalService, assetEntryPersistence, assetEntryService, assetLinkLocalService, assetLinkPersistence, assetTagFinder, assetTagLocalService, assetTagPersistence, assetTagPropertyFinder, assetTagPropertyKeyFinder, assetTagPropertyLocalService, assetTagPropertyPersistence, assetTagPropertyService, assetTagService, assetTagStatsLocalService, assetTagStatsPersistence, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, resourceFinder, resourceLocalService, resourcePersistence, resourceService, userFinder, userLocalService, userPersistence, userService |
Method Summary |
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)
|
void |
deleteVocabulary(AssetVocabulary vocabulary)
|
void |
deleteVocabulary(long vocabularyId)
|
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)
|
protected boolean |
hasVocabulary(long groupId,
String name)
|
AssetVocabulary |
updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
|
protected void |
validate(long groupId,
String name)
|
Methods inherited from class com.liferay.portlet.asset.service.base.AssetVocabularyLocalServiceBaseImpl |
addAssetVocabulary, createAssetVocabulary, deleteAssetVocabulary, deleteAssetVocabulary, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryPropertyFinder, getAssetCategoryPropertyLocalService, getAssetCategoryPropertyPersistence, getAssetCategoryPropertyService, getAssetCategoryService, getAssetEntryFinder, getAssetEntryLocalService, getAssetEntryPersistence, getAssetEntryService, getAssetLinkLocalService, getAssetLinkPersistence, getAssetTagFinder, getAssetTagLocalService, getAssetTagPersistence, getAssetTagPropertyFinder, getAssetTagPropertyKeyFinder, getAssetTagPropertyLocalService, getAssetTagPropertyPersistence, getAssetTagPropertyService, getAssetTagService, getAssetTagStatsLocalService, getAssetTagStatsPersistence, getAssetVocabularies, getAssetVocabulariesCount, getAssetVocabulary, getAssetVocabularyByUuidAndGroupId, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getResourceFinder, getResourceLocalService, getResourcePersistence, getResourceService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryPropertyFinder, setAssetCategoryPropertyLocalService, setAssetCategoryPropertyPersistence, setAssetCategoryPropertyService, setAssetCategoryService, setAssetEntryFinder, setAssetEntryLocalService, setAssetEntryPersistence, setAssetEntryService, setAssetLinkLocalService, setAssetLinkPersistence, setAssetTagFinder, setAssetTagLocalService, setAssetTagPersistence, setAssetTagPropertyFinder, setAssetTagPropertyKeyFinder, setAssetTagPropertyLocalService, setAssetTagPropertyPersistence, setAssetTagPropertyService, setAssetTagService, setAssetTagStatsLocalService, setAssetTagStatsPersistence, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceFinder, setResourceLocalService, setResourcePersistence, setResourceService, setUserFinder, setUserLocalService, setUserPersistence, setUserService, updateAssetVocabulary, updateAssetVocabulary |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AssetVocabularyLocalServiceImpl
public AssetVocabularyLocalServiceImpl()
addVocabulary
public AssetVocabulary addVocabulary(long userId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addVocabularyResources
public void addVocabularyResources(AssetVocabulary vocabulary,
boolean addCommunityPermissions,
boolean addGuestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
addVocabularyResources
public void addVocabularyResources(AssetVocabulary vocabulary,
String[] communityPermissions,
String[] guestPermissions)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteVocabulary
public void deleteVocabulary(AssetVocabulary vocabulary)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
deleteVocabulary
public void deleteVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getCompanyVocabularies
public List<AssetVocabulary> getCompanyVocabularies(long companyId)
throws SystemException
- Throws:
SystemException
getGroupsVocabularies
public List<AssetVocabulary> getGroupsVocabularies(long[] groupIds)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupVocabularies
public List<AssetVocabulary> getGroupVocabularies(long groupId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getGroupVocabulary
public AssetVocabulary getGroupVocabulary(long groupId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
getVocabulary
public AssetVocabulary getVocabulary(long vocabularyId)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
updateVocabulary
public AssetVocabulary updateVocabulary(long vocabularyId,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
ServiceContext serviceContext)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException
hasVocabulary
protected boolean hasVocabulary(long groupId,
String name)
throws SystemException
- Throws:
SystemException
validate
protected void validate(long groupId,
String name)
throws PortalException,
SystemException
- Throws:
PortalException
SystemException