Liferay 6.2.0

Uses of Interface
com.liferay.portlet.asset.model.AssetVocabulary

Packages that use AssetVocabulary
com.liferay.portlet.asset   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.service This package defines the asset portlet service local and remote interfaces, utilities, and wrappers. 
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetVocabulary in com.liferay.portlet.asset
 

Methods in com.liferay.portlet.asset that return AssetVocabulary
 AssetVocabulary AssetCategoryException.getVocabulary()
           
 

Constructors in com.liferay.portlet.asset with parameters of type AssetVocabulary
AssetCategoryException(AssetVocabulary vocabulary, int type)
           
 

Uses of AssetVocabulary in com.liferay.portlet.asset.model
 

Classes in com.liferay.portlet.asset.model that implement AssetVocabulary
 class AssetVocabularyWrapper
           This class is a wrapper for AssetVocabulary.
 

Methods in com.liferay.portlet.asset.model that return AssetVocabulary
 AssetVocabulary AssetVocabularyWrapper.getWrappedAssetVocabulary()
          Deprecated. As of 6.1.0, replaced by AssetVocabularyWrapper.getWrappedModel()
 AssetVocabulary AssetVocabularyWrapper.getWrappedModel()
           
 AssetVocabulary AssetVocabularyWrapper.toEscapedModel()
           
abstract  AssetVocabulary AssetVocabularyModel.toEscapedModel()
           
 AssetVocabulary AssetVocabularyWrapper.toUnescapedModel()
           
abstract  AssetVocabulary AssetVocabularyModel.toUnescapedModel()
           
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetVocabulary
 List<AssetVocabulary> AssetVocabularyDisplay.getVocabularies()
           
 CacheModel<AssetVocabulary> AssetVocabularyWrapper.toCacheModel()
           
abstract  CacheModel<AssetVocabulary> AssetVocabularyModel.toCacheModel()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetVocabulary
 int AssetVocabularyWrapper.compareTo(AssetVocabulary assetVocabulary)
           
abstract  int AssetVocabularyModel.compareTo(AssetVocabulary assetVocabulary)
           
static AssetVocabularySoap AssetVocabularySoap.toSoapModel(AssetVocabulary model)
           
static AssetVocabularySoap[] AssetVocabularySoap.toSoapModels(AssetVocabulary[] models)
           
static AssetVocabularySoap[][] AssetVocabularySoap.toSoapModels(AssetVocabulary[][] models)
           
 

Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetVocabulary
 void AssetVocabularyDisplay.setVocabularies(List<AssetVocabulary> vocabularies)
           
static AssetVocabularySoap[] AssetVocabularySoap.toSoapModels(List<AssetVocabulary> models)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetVocabulary
AssetVocabularyWrapper(AssetVocabulary assetVocabulary)
           
 

Constructor parameters in com.liferay.portlet.asset.model with type arguments of type AssetVocabulary
AssetVocabularyDisplay(List<AssetVocabulary> vocabularies, int total, int start, int end)
           
 

Uses of AssetVocabulary in com.liferay.portlet.asset.service
 

Methods in com.liferay.portlet.asset.service that return AssetVocabulary
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
abstract  AssetVocabulary AssetVocabularyLocalService.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
static AssetVocabulary AssetVocabularyLocalServiceUtil.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addDefaultVocabulary(long groupId)
           
abstract  AssetVocabulary AssetVocabularyLocalService.addDefaultVocabulary(long groupId)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.addDefaultVocabulary(long groupId)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0
abstract  AssetVocabulary AssetVocabularyLocalService.addVocabulary(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0
static AssetVocabulary AssetVocabularyLocalServiceUtil.addVocabulary(long userId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyLocalService.addVocabulary(long userId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.addVocabulary(long userId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addVocabulary(long userId, String title, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyLocalService.addVocabulary(long userId, String title, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.addVocabulary(long userId, String title, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyServiceUtil.addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0 AssetVocabularyServiceUtil.addVocabulary(String, Map, Map, String, ServiceContext)
abstract  AssetVocabulary AssetVocabularyService.addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0 AssetVocabularyService.addVocabulary(String, Map, Map, String, ServiceContext)
 AssetVocabulary AssetVocabularyServiceWrapper.addVocabulary(Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0 AssetVocabularyServiceWrapper.addVocabulary(String, Map, Map, String, ServiceContext)
static AssetVocabulary AssetVocabularyServiceUtil.addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyService.addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyServiceWrapper.addVocabulary(String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyServiceUtil.addVocabulary(String title, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyService.addVocabulary(String title, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyServiceWrapper.addVocabulary(String title, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.createAssetVocabulary(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
abstract  AssetVocabulary AssetVocabularyLocalService.createAssetVocabulary(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
static AssetVocabulary AssetVocabularyLocalServiceUtil.createAssetVocabulary(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
abstract  AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
static AssetVocabulary AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
abstract  AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
static AssetVocabulary AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(long vocabularyId)
          Deletes the asset vocabulary with the primary key from the database.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.fetchAssetVocabulary(long vocabularyId)
           
abstract  AssetVocabulary AssetVocabularyLocalService.fetchAssetVocabulary(long vocabularyId)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.fetchAssetVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.fetchAssetVocabularyByUuidAndCompanyId(String uuid, long companyId)
          Returns the asset vocabulary with the matching UUID and company.
abstract  AssetVocabulary AssetVocabularyLocalService.fetchAssetVocabularyByUuidAndCompanyId(String uuid, long companyId)
          Returns the asset vocabulary with the matching UUID and company.
static AssetVocabulary AssetVocabularyLocalServiceUtil.fetchAssetVocabularyByUuidAndCompanyId(String uuid, long companyId)
          Returns the asset vocabulary with the matching UUID and company.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.fetchAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary matching the UUID and group.
abstract  AssetVocabulary AssetVocabularyLocalService.fetchAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary matching the UUID and group.
static AssetVocabulary AssetVocabularyLocalServiceUtil.fetchAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary matching the UUID and group.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getAssetVocabulary(long vocabularyId)
          Returns the asset vocabulary with the primary key.
abstract  AssetVocabulary AssetVocabularyLocalService.getAssetVocabulary(long vocabularyId)
          Returns the asset vocabulary with the primary key.
static AssetVocabulary AssetVocabularyLocalServiceUtil.getAssetVocabulary(long vocabularyId)
          Returns the asset vocabulary with the primary key.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getAssetVocabularyByUuidAndCompanyId(String uuid, long companyId)
          Returns the asset vocabulary with the matching UUID and company.
abstract  AssetVocabulary AssetVocabularyLocalService.getAssetVocabularyByUuidAndCompanyId(String uuid, long companyId)
          Returns the asset vocabulary with the matching UUID and company.
static AssetVocabulary AssetVocabularyLocalServiceUtil.getAssetVocabularyByUuidAndCompanyId(String uuid, long companyId)
          Returns the asset vocabulary with the matching UUID and company.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary matching the UUID and group.
abstract  AssetVocabulary AssetVocabularyLocalService.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary matching the UUID and group.
static AssetVocabulary AssetVocabularyLocalServiceUtil.getAssetVocabularyByUuidAndGroupId(String uuid, long groupId)
          Returns the asset vocabulary matching the UUID and group.
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getGroupVocabulary(long groupId, String name)
           
abstract  AssetVocabulary AssetVocabularyLocalService.getGroupVocabulary(long groupId, String name)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.getGroupVocabulary(long groupId, String name)
           
static AssetVocabulary AssetVocabularyServiceUtil.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.getVocabulary(long vocabularyId)
           
abstract  AssetVocabulary AssetVocabularyLocalService.getVocabulary(long vocabularyId)
           
abstract  AssetVocabulary AssetVocabularyService.getVocabulary(long vocabularyId)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyServiceWrapper.getVocabulary(long vocabularyId)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
abstract  AssetVocabulary AssetVocabularyLocalService.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
static AssetVocabulary AssetVocabularyLocalServiceUtil.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
static AssetVocabulary AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0, AssetVocabularyServiceUtil.updateVocabulary(long, String, Map, Map, String, ServiceContext)
 AssetVocabulary AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0
abstract  AssetVocabulary AssetVocabularyLocalService.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0
abstract  AssetVocabulary AssetVocabularyService.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0, AssetVocabularyService.updateVocabulary(long, String, Map, Map, String, ServiceContext)
static AssetVocabulary AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0
 AssetVocabulary AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
          Deprecated. As of 6.1.0, AssetVocabularyServiceWrapper.updateVocabulary(long, String, Map, Map, String, ServiceContext)
static AssetVocabulary AssetVocabularyServiceUtil.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyLocalService.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyService.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
static AssetVocabulary AssetVocabularyLocalServiceUtil.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 AssetVocabulary AssetVocabularyServiceWrapper.updateVocabulary(long vocabularyId, String title, Map<Locale,String> titleMap, Map<Locale,String> descriptionMap, String settings, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetVocabulary
static List<AssetVocabulary> AssetVocabularyServiceUtil.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext)
           
abstract  List<AssetVocabulary> AssetVocabularyService.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.deleteVocabularies(long[] vocabularyIds, ServiceContext serviceContext)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getAssetVocabularies(int start, int end)
          Returns a range of all the asset vocabularies.
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getAssetVocabularies(int start, int end)
          Returns a range of all the asset vocabularies.
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getAssetVocabularies(int start, int end)
          Returns a range of all the asset vocabularies.
static List<AssetVocabulary> AssetVocabularyServiceUtil.getCompanyVocabularies(long companyId)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getCompanyVocabularies(long companyId)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getCompanyVocabularies(long companyId)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getCompanyVocabularies(long companyId)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getCompanyVocabularies(long companyId)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getCompanyVocabularies(long companyId)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupsVocabularies(long[] groupIds)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getGroupsVocabularies(long[] groupIds)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupsVocabularies(long[] groupIds)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupsVocabularies(long[] groupIds)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupsVocabularies(long[] groupIds, String className)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupsVocabularies(long[] groupIds, String className)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getGroupsVocabularies(long[] groupIds, String className)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getGroupsVocabularies(long[] groupIds, String className)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupsVocabularies(long[] groupIds, String className)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupsVocabularies(long[] groupIds, String className)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId, boolean addDefaultVocabulary)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId, boolean addDefaultVocabulary)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId, boolean addDefaultVocabulary)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, boolean createDefaultVocabulary)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getGroupVocabularies(long groupId, String name, int start, int end, OrderByComparator obc)
           
static List<AssetVocabulary> AssetVocabularyServiceUtil.getVocabularies(long[] vocabularyIds)
           
 List<AssetVocabulary> AssetVocabularyLocalServiceWrapper.getVocabularies(long[] vocabularyIds)
           
abstract  List<AssetVocabulary> AssetVocabularyLocalService.getVocabularies(long[] vocabularyIds)
           
abstract  List<AssetVocabulary> AssetVocabularyService.getVocabularies(long[] vocabularyIds)
           
static List<AssetVocabulary> AssetVocabularyLocalServiceUtil.getVocabularies(long[] vocabularyIds)
           
 List<AssetVocabulary> AssetVocabularyServiceWrapper.getVocabularies(long[] vocabularyIds)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetVocabulary
 AssetVocabulary AssetVocabularyLocalServiceWrapper.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
abstract  AssetVocabulary AssetVocabularyLocalService.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
static AssetVocabulary AssetVocabularyLocalServiceUtil.addAssetVocabulary(AssetVocabulary assetVocabulary)
          Adds the asset vocabulary to the database.
 void AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions)
           
abstract  void AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void AssetVocabularyLocalServiceWrapper.addVocabularyResources(AssetVocabulary vocabulary, String[] groupPermissions, String[] guestPermissions)
           
abstract  void AssetVocabularyLocalService.addVocabularyResources(AssetVocabulary vocabulary, String[] groupPermissions, String[] guestPermissions)
           
static void AssetVocabularyLocalServiceUtil.addVocabularyResources(AssetVocabulary vocabulary, String[] groupPermissions, String[] guestPermissions)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
abstract  AssetVocabulary AssetVocabularyLocalService.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
static AssetVocabulary AssetVocabularyLocalServiceUtil.deleteAssetVocabulary(AssetVocabulary assetVocabulary)
          Deletes the asset vocabulary from the database.
 void AssetVocabularyLocalServiceWrapper.deleteVocabulary(AssetVocabulary vocabulary)
           
abstract  void AssetVocabularyLocalService.deleteVocabulary(AssetVocabulary vocabulary)
           
static void AssetVocabularyLocalServiceUtil.deleteVocabulary(AssetVocabulary vocabulary)
           
 AssetVocabulary AssetVocabularyLocalServiceWrapper.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
abstract  AssetVocabulary AssetVocabularyLocalService.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
static AssetVocabulary AssetVocabularyLocalServiceUtil.updateAssetVocabulary(AssetVocabulary assetVocabulary)
          Updates the asset vocabulary in the database or adds it if it does not yet exist.
 

Uses of AssetVocabulary in com.liferay.portlet.asset.service.persistence
 

Methods in com.liferay.portlet.asset.service.persistence that return AssetVocabulary
abstract  AssetVocabulary AssetVocabularyPersistence.create(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
static AssetVocabulary AssetVocabularyUtil.create(long vocabularyId)
          Creates a new asset vocabulary with the primary key.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.fetchByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.fetchByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByG_N(long groupId, String name)
          Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found.
static AssetVocabulary AssetVocabularyUtil.fetchByG_N(long groupId, String name)
          Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
static AssetVocabulary AssetVocabularyUtil.fetchByG_N(long groupId, String name, boolean retrieveFromCache)
          Returns the asset vocabulary where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByPrimaryKey(long vocabularyId)
          Returns the asset vocabulary with the primary key or returns null if it could not be found.
static AssetVocabulary AssetVocabularyUtil.fetchByPrimaryKey(long vocabularyId)
          Returns the asset vocabulary with the primary key or returns null if it could not be found.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByUUID_G(String uuid, long groupId)
          Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found.
static AssetVocabulary AssetVocabularyUtil.fetchByUUID_G(String uuid, long groupId)
          Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static AssetVocabulary AssetVocabularyUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Returns the asset vocabulary where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
abstract  AssetVocabulary AssetVocabularyPersistence.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.fetchByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
static AssetVocabulary[] AssetVocabularyUtil.filterFindByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.
static AssetVocabulary[] AssetVocabularyUtil.filterFindByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set of asset vocabularies that the user has permission to view where groupId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_First(long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByCompanyId_Last(long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where companyId = ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByCompanyId_PrevAndNext(long vocabularyId, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.findByG_LikeN_First(long groupId, String name, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary AssetVocabularyUtil.findByG_LikeN_Last(long groupId, String name, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
static AssetVocabulary[] AssetVocabularyUtil.findByG_LikeN_PrevAndNext(long vocabularyId, long groupId, String name, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ? and name LIKE ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByG_N(long groupId, String name)
          Returns the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary AssetVocabularyUtil.findByG_N(long groupId, String name)
          Returns the asset vocabulary where groupId = ? and name = ? or throws a NoSuchVocabularyException if it could not be found.
abstract  AssetVocabulary AssetVocabularyPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where groupId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary AssetVocabularyUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where groupId = ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByGroupId_PrevAndNext(long vocabularyId, long groupId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where groupId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByPrimaryKey(long vocabularyId)
          Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary AssetVocabularyUtil.findByPrimaryKey(long vocabularyId)
          Returns the asset vocabulary with the primary key or throws a NoSuchVocabularyException if it could not be found.
abstract  AssetVocabulary AssetVocabularyPersistence.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_C_First(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ? and companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_C_Last(String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ? and companyId = ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_C_PrevAndNext(long vocabularyId, String uuid, long companyId, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ? and companyId = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Returns the first asset vocabulary in the ordered set where uuid = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.findByUUID_G(String uuid, long groupId)
          Returns the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found.
static AssetVocabulary AssetVocabularyUtil.findByUUID_G(String uuid, long groupId)
          Returns the asset vocabulary where uuid = ? and groupId = ? or throws a NoSuchVocabularyException if it could not be found.
abstract  AssetVocabulary AssetVocabularyPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary AssetVocabularyUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Returns the last asset vocabulary in the ordered set where uuid = ?.
abstract  AssetVocabulary[] AssetVocabularyPersistence.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
static AssetVocabulary[] AssetVocabularyUtil.findByUuid_PrevAndNext(long vocabularyId, String uuid, OrderByComparator orderByComparator)
          Returns the asset vocabularies before and after the current asset vocabulary in the ordered set where uuid = ?.
abstract  AssetVocabulary AssetVocabularyPersistence.remove(long vocabularyId)
          Removes the asset vocabulary with the primary key from the database.
static AssetVocabulary AssetVocabularyUtil.remove(long vocabularyId)
          Removes the asset vocabulary with the primary key from the database.
abstract  AssetVocabulary AssetVocabularyPersistence.removeByG_N(long groupId, String name)
          Removes the asset vocabulary where groupId = ? and name = ? from the database.
static AssetVocabulary AssetVocabularyUtil.removeByG_N(long groupId, String name)
          Removes the asset vocabulary where groupId = ? and name = ? from the database.
abstract  AssetVocabulary AssetVocabularyPersistence.removeByUUID_G(String uuid, long groupId)
          Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
static AssetVocabulary AssetVocabularyUtil.removeByUUID_G(String uuid, long groupId)
          Removes the asset vocabulary where uuid = ? and groupId = ? from the database.
static AssetVocabulary AssetVocabularyUtil.update(AssetVocabulary assetVocabulary)
           
static AssetVocabulary AssetVocabularyUtil.update(AssetVocabulary assetVocabulary, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyPersistence.updateImpl(AssetVocabulary assetVocabulary)
           
static AssetVocabulary AssetVocabularyUtil.updateImpl(AssetVocabulary assetVocabulary)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetVocabulary
abstract  List<AssetVocabulary> AssetVocabularyPersistence.filterFindByG_LikeN(long groupId, String name)
          Returns all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByG_LikeN(long groupId, String name)
          Returns all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.filterFindByG_LikeN(long groupId, String name, int start, int end)
          Returns a range of all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByG_LikeN(long groupId, String name, int start, int end)
          Returns a range of all the asset vocabularies that the user has permission to view where groupId = ? and name LIKE ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.filterFindByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyFinderUtil.filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyFinder.filterFindByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyPersistence.filterFindByGroupId(long groupId)
          Returns all the asset vocabularies that the user has permission to view where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByGroupId(long groupId)
          Returns all the asset vocabularies that the user has permission to view where groupId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the asset vocabularies that the user has permission to view where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the asset vocabularies that the user has permission to view where groupId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies that the user has permissions to view where groupId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findAll()
          Returns all the asset vocabularies.
static List<AssetVocabulary> AssetVocabularyUtil.findAll()
          Returns all the asset vocabularies.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findAll(int start, int end)
          Returns a range of all the asset vocabularies.
static List<AssetVocabulary> AssetVocabularyUtil.findAll(int start, int end)
          Returns a range of all the asset vocabularies.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies.
static List<AssetVocabulary> AssetVocabularyUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByCompanyId(long companyId)
          Returns all the asset vocabularies where companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByCompanyId(long companyId)
          Returns all the asset vocabularies where companyId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset vocabularies where companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByCompanyId(long companyId, int start, int end)
          Returns a range of all the asset vocabularies where companyId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByCompanyId(long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where companyId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByG_LikeN(long groupId, String name)
          Returns all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByG_LikeN(long groupId, String name)
          Returns all the asset vocabularies where groupId = ? and name LIKE ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByG_LikeN(long groupId, String name, int start, int end)
          Returns a range of all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByG_LikeN(long groupId, String name, int start, int end)
          Returns a range of all the asset vocabularies where groupId = ? and name LIKE ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByG_LikeN(long groupId, String name, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ? and name LIKE ?.
static List<AssetVocabulary> AssetVocabularyFinderUtil.findByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyFinder.findByG_N(long groupId, String name, int start, int end, OrderByComparator obc)
           
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByGroupId(long groupId)
          Returns all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long groupId)
          Returns all the asset vocabularies where groupId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the asset vocabularies where groupId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where groupId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByUuid_C(String uuid, long companyId)
          Returns all the asset vocabularies where uuid = ? and companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid_C(String uuid, long companyId)
          Returns all the asset vocabularies where uuid = ? and companyId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the asset vocabularies where uuid = ? and companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid_C(String uuid, long companyId, int start, int end)
          Returns a range of all the asset vocabularies where uuid = ? and companyId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid_C(String uuid, long companyId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ? and companyId = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByUuid(String uuid)
          Returns all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid(String uuid)
          Returns all the asset vocabularies where uuid = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByUuid(String uuid, int start, int end)
          Returns a range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid(String uuid, int start, int end)
          Returns a range of all the asset vocabularies where uuid = ?.
abstract  List<AssetVocabulary> AssetVocabularyPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the asset vocabularies where uuid = ?.
static List<AssetVocabulary> AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetVocabulary> AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetVocabulary> AssetVocabularyUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetVocabulary
abstract  void AssetVocabularyPersistence.cacheResult(AssetVocabulary assetVocabulary)
          Caches the asset vocabulary in the entity cache if it is enabled.
static void AssetVocabularyUtil.cacheResult(AssetVocabulary assetVocabulary)
          Caches the asset vocabulary in the entity cache if it is enabled.
static void AssetVocabularyUtil.clearCache(AssetVocabulary assetVocabulary)
           
static AssetVocabulary AssetVocabularyUtil.update(AssetVocabulary assetVocabulary)
           
static AssetVocabulary AssetVocabularyUtil.update(AssetVocabulary assetVocabulary, ServiceContext serviceContext)
           
abstract  AssetVocabulary AssetVocabularyPersistence.updateImpl(AssetVocabulary assetVocabulary)
           
static AssetVocabulary AssetVocabularyUtil.updateImpl(AssetVocabulary assetVocabulary)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetVocabulary
abstract  void AssetVocabularyPersistence.cacheResult(List<AssetVocabulary> assetVocabularies)
          Caches the asset vocabularies in the entity cache if it is enabled.
static void AssetVocabularyUtil.cacheResult(List<AssetVocabulary> assetVocabularies)
          Caches the asset vocabularies in the entity cache if it is enabled.
 


Liferay 6.2.0