public class AssetVocabularyLocalServiceImpl extends AssetVocabularyLocalServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetVocabularyFinder, assetVocabularyLocalService, assetVocabularyPersistence, counterLocalService, groupFinder, groupLocalService, groupPersistence, persistedModelLocalServiceRegistry, resourceLocalService, userFinder, userLocalService, userPersistence| Constructor and Description |
|---|
AssetVocabularyLocalServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.asset.kernel.model.AssetVocabulary |
addDefaultVocabulary(long groupId) |
com.liferay.asset.kernel.model.AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
com.liferay.asset.kernel.model.AssetVocabulary |
addVocabulary(long userId,
long groupId,
String title,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
void |
addVocabularyResources(com.liferay.asset.kernel.model.AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions) |
void |
addVocabularyResources(com.liferay.asset.kernel.model.AssetVocabulary vocabulary,
com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions) |
protected com.liferay.portal.kernel.search.SearchContext |
buildSearchContext(long companyId,
long groupId,
String title,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
void |
deleteVocabularies(long groupId) |
com.liferay.asset.kernel.model.AssetVocabulary |
deleteVocabulary(com.liferay.asset.kernel.model.AssetVocabulary vocabulary) |
void |
deleteVocabulary(long vocabularyId) |
com.liferay.asset.kernel.model.AssetVocabulary |
fetchGroupVocabulary(long groupId,
String name) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getCompanyVocabularies(long companyId) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupVocabularies(long groupId) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupVocabularies(long[] groupIds) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean addDefaultVocabulary) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getGroupVocabularies(long groupId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> obc) |
int |
getGroupVocabulariesCount(long[] groupIds) |
com.liferay.asset.kernel.model.AssetVocabulary |
getGroupVocabulary(long groupId,
String name) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getVocabularies(com.liferay.portal.kernel.search.Hits hits) |
List<com.liferay.asset.kernel.model.AssetVocabulary> |
getVocabularies(long[] vocabularyIds) |
com.liferay.asset.kernel.model.AssetVocabulary |
getVocabulary(long vocabularyId) |
protected boolean |
hasVocabulary(long groupId,
String name) |
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.asset.kernel.model.AssetVocabulary> |
searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end) |
com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.asset.kernel.model.AssetVocabulary> |
searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort) |
protected com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.asset.kernel.model.AssetVocabulary> |
searchVocabularies(com.liferay.portal.kernel.search.SearchContext searchContext) |
com.liferay.asset.kernel.model.AssetVocabulary |
updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
com.liferay.portal.kernel.service.ServiceContext serviceContext) |
protected void |
validate(long groupId,
String name) |
addAssetVocabulary, afterPropertiesSet, createAssetVocabulary, deleteAssetVocabulary, deleteAssetVocabulary, deletePersistedModel, destroy, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQuery, dynamicQueryCount, dynamicQueryCount, fetchAssetVocabulary, fetchAssetVocabularyByReferenceCode, fetchAssetVocabularyByUuidAndGroupId, getActionableDynamicQuery, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetVocabularies, getAssetVocabulariesByUuidAndCompanyId, getAssetVocabulariesByUuidAndCompanyId, getAssetVocabulariesCount, getAssetVocabulary, getAssetVocabularyByUuidAndGroupId, getAssetVocabularyFinder, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getCounterLocalService, getExportActionableDynamicQuery, getGroupFinder, getGroupLocalService, getGroupPersistence, getIndexableActionableDynamicQuery, getModelClass, getModelClassName, getOSGiServiceIdentifier, getPersistedModel, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, initActionableDynamicQuery, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetVocabularyFinder, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, updateAssetVocabularypublic com.liferay.asset.kernel.model.AssetVocabulary addDefaultVocabulary(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Indexable(type=REINDEX)
public com.liferay.asset.kernel.model.AssetVocabulary addVocabulary(long userId,
long groupId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetVocabulary addVocabulary(long userId,
long groupId,
String title,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void addVocabularyResources(com.liferay.asset.kernel.model.AssetVocabulary vocabulary,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void addVocabularyResources(com.liferay.asset.kernel.model.AssetVocabulary vocabulary,
com.liferay.portal.kernel.service.permission.ModelPermissions modelPermissions)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteVocabularies(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Indexable(type=DELETE)
@SystemEvent(action=1,
type=1)
public com.liferay.asset.kernel.model.AssetVocabulary deleteVocabulary(com.liferay.asset.kernel.model.AssetVocabulary vocabulary)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic void deleteVocabulary(long vocabularyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetVocabulary fetchGroupVocabulary(long groupId,
String name)
public List<com.liferay.asset.kernel.model.AssetVocabulary> getCompanyVocabularies(long companyId)
public List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds)
public List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds,
String className)
public List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds,
String className,
long classTypePK)
public List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupVocabularies(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupVocabularies(long groupId,
boolean addDefaultVocabulary)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupVocabularies(long groupId,
String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.asset.kernel.model.AssetVocabulary> obc)
public List<com.liferay.asset.kernel.model.AssetVocabulary> getGroupVocabularies(long[] groupIds)
public int getGroupVocabulariesCount(long[] groupIds)
public com.liferay.asset.kernel.model.AssetVocabulary getGroupVocabulary(long groupId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetVocabulary> getVocabularies(com.liferay.portal.kernel.search.Hits hits)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic List<com.liferay.asset.kernel.model.AssetVocabulary> getVocabularies(long[] vocabularyIds)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.asset.kernel.model.AssetVocabulary getVocabulary(long vocabularyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.asset.kernel.model.AssetVocabulary> searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.asset.kernel.model.AssetVocabulary> searchVocabularies(long companyId,
long groupId,
String title,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Indexable(type=REINDEX)
public com.liferay.asset.kernel.model.AssetVocabulary updateVocabulary(long vocabularyId,
String title,
Map<Locale,String> titleMap,
Map<Locale,String> descriptionMap,
String settings,
com.liferay.portal.kernel.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected com.liferay.portal.kernel.search.SearchContext buildSearchContext(long companyId,
long groupId,
String title,
int start,
int end,
com.liferay.portal.kernel.search.Sort sort)
protected boolean hasVocabulary(long groupId,
String name)
protected com.liferay.portal.kernel.search.BaseModelSearchResult<com.liferay.asset.kernel.model.AssetVocabulary> searchVocabularies(com.liferay.portal.kernel.search.SearchContext searchContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionprotected void validate(long groupId,
String name)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException