public class AssetVocabularyServiceImpl extends AssetVocabularyServiceBaseImpl
assetCategoryFinder, assetCategoryLocalService, assetCategoryPersistence, assetCategoryService, assetVocabularyFinder, assetVocabularyLocalService, assetVocabularyPersistence, assetVocabularyService, classNameLocalService, classNamePersistence, classNameService, counterLocalService, groupFinder, groupLocalService, groupPersistence, groupService, resourceLocalService, userFinder, userLocalService, userPersistence, userService| Constructor and Description |
|---|
AssetVocabularyServiceImpl() |
| Modifier and Type | Method and Description |
|---|---|
com.liferay.portlet.asset.model.AssetVocabulary |
addVocabulary(long groupId,
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,
com.liferay.portal.service.ServiceContext serviceContext) |
com.liferay.portlet.asset.model.AssetVocabulary |
addVocabulary(long groupId,
java.lang.String title,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteVocabularies(long[] vocabularyIds)
Deprecated.
As of 6.2.0, Replaced by
deleteVocabularies(long[],
ServiceContext) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
deleteVocabularies(long[] vocabularyIds,
com.liferay.portal.service.ServiceContext serviceContext) |
void |
deleteVocabulary(long vocabularyId) |
com.liferay.portlet.asset.model.AssetVocabulary |
fetchVocabulary(long vocabularyId) |
protected java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
filterVocabularies(java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> vocabularies)
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getCompanyVocabularies(long companyId)
Deprecated.
As of 7.0.0, with no direct replacement
|
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupsVocabularies(long[] groupIds) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupsVocabularies(long[] groupIds,
java.lang.String className,
long classTypePK) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupVocabularies(long groupId) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupVocabularies(long[] groupIds) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupVocabularies(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc) |
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc) |
int |
getGroupVocabulariesCount(long groupId) |
int |
getGroupVocabulariesCount(long[] groupIds) |
int |
getGroupVocabulariesCount(long groupId,
java.lang.String name) |
com.liferay.portlet.asset.model.AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
boolean addDefaultVocabulary,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc) |
com.liferay.portlet.asset.model.AssetVocabularyDisplay |
getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc) |
com.liferay.portal.kernel.json.JSONObject |
getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
Deprecated.
As of 6.2.0, with no direct replacement
|
java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> |
getVocabularies(long[] vocabularyIds)
Deprecated.
As of 7.0.0, replaced by
AssetUtil.filterVocabularyIds(PermissionChecker, long[]) |
com.liferay.portlet.asset.model.AssetVocabulary |
getVocabulary(long vocabularyId) |
com.liferay.portlet.asset.model.AssetVocabularyDisplay |
searchVocabulariesDisplay(long groupId,
java.lang.String title,
int start,
int end,
boolean addDefaultVocabulary) |
com.liferay.portlet.asset.model.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,
com.liferay.portal.service.ServiceContext serviceContext) |
afterPropertiesSet, destroy, getAssetCategoryFinder, getAssetCategoryLocalService, getAssetCategoryPersistence, getAssetCategoryService, getAssetVocabularyFinder, getAssetVocabularyLocalService, getAssetVocabularyPersistence, getAssetVocabularyService, getBeanIdentifier, getClassNameLocalService, getClassNamePersistence, getClassNameService, getCounterLocalService, getGroupFinder, getGroupLocalService, getGroupPersistence, getGroupService, getModelClass, getModelClassName, getResourceLocalService, getUserFinder, getUserLocalService, getUserPersistence, getUserService, runSQL, setAssetCategoryFinder, setAssetCategoryLocalService, setAssetCategoryPersistence, setAssetCategoryService, setAssetVocabularyFinder, setAssetVocabularyLocalService, setAssetVocabularyPersistence, setAssetVocabularyService, setBeanIdentifier, setClassNameLocalService, setClassNamePersistence, setClassNameService, setCounterLocalService, setGroupFinder, setGroupLocalService, setGroupPersistence, setGroupService, setResourceLocalService, setUserFinder, setUserLocalService, setUserPersistence, setUserServicepublic com.liferay.portlet.asset.model.AssetVocabulary addVocabulary(long groupId,
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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.AssetVocabulary addVocabulary(long groupId,
java.lang.String title,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public void deleteVocabularies(long[] vocabularyIds)
throws com.liferay.portal.kernel.exception.PortalException
deleteVocabularies(long[],
ServiceContext)com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> deleteVocabularies(long[] vocabularyIds,
com.liferay.portal.service.ServiceContext serviceContext)
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.portlet.asset.model.AssetVocabulary fetchVocabulary(long vocabularyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getCompanyVocabularies(long companyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds)
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds,
java.lang.String className)
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupsVocabularies(long[] groupIds,
java.lang.String className,
long classTypePK)
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId,
boolean createDefaultVocabulary)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId,
boolean createDefaultVocabulary,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getGroupVocabularies(long[] groupIds)
public int getGroupVocabulariesCount(long groupId)
public int getGroupVocabulariesCount(long groupId,
java.lang.String name)
public int getGroupVocabulariesCount(long[] groupIds)
public com.liferay.portlet.asset.model.AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
boolean addDefaultVocabulary,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.AssetVocabularyDisplay getGroupVocabulariesDisplay(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public com.liferay.portal.kernel.json.JSONObject getJSONGroupVocabularies(long groupId,
java.lang.String name,
int start,
int end,
com.liferay.portal.kernel.util.OrderByComparator<com.liferay.portlet.asset.model.AssetVocabulary> obc)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
public java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> getVocabularies(long[] vocabularyIds)
throws com.liferay.portal.kernel.exception.PortalException
AssetUtil.filterVocabularyIds(PermissionChecker, long[])com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.AssetVocabulary getVocabulary(long vocabularyId)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.AssetVocabularyDisplay searchVocabulariesDisplay(long groupId,
java.lang.String title,
int start,
int end,
boolean addDefaultVocabulary)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalExceptionpublic com.liferay.portlet.asset.model.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,
com.liferay.portal.service.ServiceContext serviceContext)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException@Deprecated
protected java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> filterVocabularies(java.util.List<com.liferay.portlet.asset.model.AssetVocabulary> vocabularies)
throws com.liferay.portal.kernel.exception.PortalException
com.liferay.portal.kernel.exception.PortalException