Liferay 6.0.5

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

Packages that use AssetCategory
com.liferay.portal.lar   
com.liferay.portlet.asset.action   
com.liferay.portlet.asset.model   
com.liferay.portlet.asset.model.impl   
com.liferay.portlet.asset.service   
com.liferay.portlet.asset.service.base   
com.liferay.portlet.asset.service.http   
com.liferay.portlet.asset.service.impl   
com.liferay.portlet.asset.service.permission   
com.liferay.portlet.asset.service.persistence   
 

Uses of AssetCategory in com.liferay.portal.lar
 

Methods in com.liferay.portal.lar with parameters of type AssetCategory
protected  void PortletExporter.exportCategory(PortletDataContext context, Element vocabulariesEl, Element categoriesEl, AssetCategory assetCategory)
           
protected  void PortletImporter.importCategory(PortletDataContext context, Map<Long,Long> vocabularyPKs, Map<Long,Long> categoryPKs, Element categoryEl, AssetCategory category)
           
 

Uses of AssetCategory in com.liferay.portlet.asset.action
 

Methods in com.liferay.portlet.asset.action that return types with arguments of type AssetCategory
protected  List<AssetCategory> GetCategoriesAction.getCategories(javax.servlet.http.HttpServletRequest request)
           
 

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

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

Methods in com.liferay.portlet.asset.model that return AssetCategory
 AssetCategory AssetCategoryWrapper.getWrappedAssetCategory()
           
 AssetCategory AssetCategoryWrapper.toEscapedModel()
           
 AssetCategory AssetCategoryModel.toEscapedModel()
          Gets a copy of this asset category as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.asset.model that return types with arguments of type AssetCategory
 List<AssetCategory> AssetCategoryWrapper.getAncestors()
           
 List<AssetCategory> AssetCategory.getAncestors()
           
 List<AssetCategory> AssetEntryWrapper.getCategories()
           
 List<AssetCategory> AssetEntry.getCategories()
           
 

Methods in com.liferay.portlet.asset.model with parameters of type AssetCategory
 int AssetCategoryWrapper.compareTo(AssetCategory assetCategory)
           
 int AssetCategoryModel.compareTo(AssetCategory assetCategory)
           
static AssetCategorySoap AssetCategorySoap.toSoapModel(AssetCategory model)
           
static AssetCategorySoap[] AssetCategorySoap.toSoapModels(AssetCategory[] models)
           
static AssetCategorySoap[][] AssetCategorySoap.toSoapModels(AssetCategory[][] models)
           
 

Method parameters in com.liferay.portlet.asset.model with type arguments of type AssetCategory
static AssetCategorySoap[] AssetCategorySoap.toSoapModels(List<AssetCategory> models)
           
 

Constructors in com.liferay.portlet.asset.model with parameters of type AssetCategory
AssetCategoryWrapper(AssetCategory assetCategory)
           
 

Uses of AssetCategory in com.liferay.portlet.asset.model.impl
 

Classes in com.liferay.portlet.asset.model.impl that implement AssetCategory
 class AssetCategoryImpl
           
 

Methods in com.liferay.portlet.asset.model.impl that return AssetCategory
 AssetCategory AssetCategoryModelImpl.toEscapedModel()
           
static AssetCategory AssetCategoryModelImpl.toModel(AssetCategorySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.asset.model.impl that return types with arguments of type AssetCategory
 List<AssetCategory> AssetCategoryImpl.getAncestors()
           
 List<AssetCategory> AssetEntryImpl.getCategories()
           
static List<AssetCategory> AssetCategoryModelImpl.toModels(AssetCategorySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.asset.model.impl with parameters of type AssetCategory
 int AssetCategoryModelImpl.compareTo(AssetCategory assetCategory)
           
 

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

Methods in com.liferay.portlet.asset.service that return AssetCategory
 AssetCategory AssetCategoryLocalServiceWrapper.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
static AssetCategory AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategory AssetCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceWrapper.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryServiceUtil.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryService.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalServiceWrapper.createAssetCategory(long categoryId)
          Creates a new asset category with the primary key.
static AssetCategory AssetCategoryLocalServiceUtil.createAssetCategory(long categoryId)
          Creates a new asset category with the primary key.
 AssetCategory AssetCategoryLocalService.createAssetCategory(long categoryId)
          Creates a new asset category with the primary key.
 AssetCategory AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId)
          Gets the asset category with the primary key.
static AssetCategory AssetCategoryLocalServiceUtil.getAssetCategory(long categoryId)
          Gets the asset category with the primary key.
 AssetCategory AssetCategoryLocalService.getAssetCategory(long categoryId)
          Gets the asset category with the primary key.
 AssetCategory AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Gets the asset category with the UUID and group id.
static AssetCategory AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Gets the asset category with the UUID and group id.
 AssetCategory AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Gets the asset category with the UUID and group id.
 AssetCategory AssetCategoryServiceWrapper.getCategory(long categoryId)
           
static AssetCategory AssetCategoryServiceUtil.getCategory(long categoryId)
           
 AssetCategory AssetCategoryService.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static AssetCategory AssetCategoryLocalServiceUtil.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalService.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalServiceWrapper.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryLocalServiceUtil.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryLocalService.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryService.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.service that return types with arguments of type AssetCategory
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getAssetCategories(int start, int end)
          Gets a range of all the asset categories.
static List<AssetCategory> AssetCategoryLocalServiceUtil.getAssetCategories(int start, int end)
          Gets a range of all the asset categories.
 List<AssetCategory> AssetCategoryLocalService.getAssetCategories(int start, int end)
          Gets a range of all the asset categories.
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getCategories()
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getCategories()
           
 List<AssetCategory> AssetCategoryLocalService.getCategories()
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getCategories(long classNameId, long classPK)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getCategories(long classNameId, long classPK)
           
 List<AssetCategory> AssetCategoryLocalService.getCategories(long classNameId, long classPK)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getCategories(String className, long classPK)
           
static List<AssetCategory> AssetCategoryServiceUtil.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryService.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getCategories(String className, long classPK)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryLocalService.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getEntryCategories(long entryId)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getEntryCategories(long entryId)
           
 List<AssetCategory> AssetCategoryLocalService.getEntryCategories(long entryId)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceWrapper.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalService.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.asset.service with parameters of type AssetCategory
 AssetCategory AssetCategoryLocalServiceWrapper.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
static AssetCategory AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 void AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
static void AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetCategoryLocalService.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetCategoryLocalServiceWrapper.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
static void AssetCategoryLocalServiceUtil.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void AssetCategoryLocalService.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void AssetCategoryLocalServiceWrapper.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
static void AssetCategoryLocalServiceUtil.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
 void AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
 void AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category)
           
static void AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category)
           
 void AssetCategoryLocalService.deleteCategory(AssetCategory category)
           
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
 

Uses of AssetCategory in com.liferay.portlet.asset.service.base
 

Methods in com.liferay.portlet.asset.service.base that return AssetCategory
 AssetCategory AssetCategoryLocalServiceBaseImpl.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.createAssetCategory(long categoryId)
          Creates a new asset category with the primary key.
 AssetCategory AssetCategoryLocalServiceBaseImpl.getAssetCategory(long categoryId)
          Gets the asset category with the primary key.
 AssetCategory AssetCategoryLocalServiceBaseImpl.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
          Gets the asset category with the UUID and group id.
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
 

Methods in com.liferay.portlet.asset.service.base that return types with arguments of type AssetCategory
 List<AssetCategory> AssetCategoryLocalServiceBaseImpl.getAssetCategories(int start, int end)
          Gets a range of all the asset categories.
 

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategory
 AssetCategory AssetCategoryLocalServiceBaseImpl.addAssetCategory(AssetCategory assetCategory)
          Adds the asset category to the database.
 void AssetCategoryLocalServiceBaseImpl.deleteAssetCategory(AssetCategory assetCategory)
          Deletes the asset category from the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory)
          Updates the asset category in the database.
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory, boolean merge)
          Updates the asset category in the database.
 

Uses of AssetCategory in com.liferay.portlet.asset.service.http
 

Methods in com.liferay.portlet.asset.service.http that return AssetCategory
static AssetCategory AssetCategoryServiceHttp.addCategory(HttpPrincipal httpPrincipal, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryServiceHttp.getCategory(HttpPrincipal httpPrincipal, long categoryId)
           
static AssetCategory AssetCategoryServiceHttp.updateCategory(HttpPrincipal httpPrincipal, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.service.http that return types with arguments of type AssetCategory
static List<AssetCategory> AssetCategoryServiceHttp.getCategories(HttpPrincipal httpPrincipal, String className, long classPK)
           
static List<AssetCategory> AssetCategoryServiceHttp.getChildCategories(HttpPrincipal httpPrincipal, long parentCategoryId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyCategories(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator obc)
           
static List<AssetCategory> AssetCategoryServiceHttp.getVocabularyRootCategories(HttpPrincipal httpPrincipal, long vocabularyId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.asset.service.http with parameters of type AssetCategory
static JSONArray AssetCategoryJSONSerializer.toJSONArray(AssetCategory[] models)
           
static JSONArray AssetCategoryJSONSerializer.toJSONArray(AssetCategory[][] models)
           
static JSONObject AssetCategoryJSONSerializer.toJSONObject(AssetCategory model)
           
 

Method parameters in com.liferay.portlet.asset.service.http with type arguments of type AssetCategory
static JSONArray AssetCategoryJSONSerializer.toJSONArray(List<AssetCategory> models)
           
 

Uses of AssetCategory in com.liferay.portlet.asset.service.impl
 

Methods in com.liferay.portlet.asset.service.impl that return AssetCategory
 AssetCategory AssetCategoryLocalServiceImpl.addCategory(long userId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceImpl.addCategory(long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceImpl.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceImpl.getCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceImpl.updateCategory(long userId, long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 AssetCategory AssetCategoryServiceImpl.updateCategory(long categoryId, long parentCategoryId, Map<Locale,String> titleMap, long vocabularyId, String[] categoryProperties, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.asset.service.impl that return types with arguments of type AssetCategory
protected  List<AssetCategory> AssetCategoryServiceImpl.filterCategories(List<AssetCategory> categories)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getCategories()
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getCategories(long classNameId, long classPK)
           
 List<AssetCategory> AssetCategoryServiceImpl.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getCategories(String className, long classPK)
           
 List<AssetCategory> AssetCategoryServiceImpl.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getChildCategories(long parentCategoryId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getEntryCategories(long entryId)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getVocabularyCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getVocabularyCategories(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryServiceImpl.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 List<AssetCategory> AssetCategoryLocalServiceImpl.getVocabularyRootCategories(long vocabularyId, int start, int end, OrderByComparator obc)
           
 

Methods in com.liferay.portlet.asset.service.impl with parameters of type AssetCategory
 void AssetCategoryLocalServiceImpl.addCategoryResources(AssetCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void AssetCategoryLocalServiceImpl.addCategoryResources(AssetCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void AssetCategoryLocalServiceImpl.deleteCategory(AssetCategory category)
           
 

Method parameters in com.liferay.portlet.asset.service.impl with type arguments of type AssetCategory
protected  List<AssetCategory> AssetCategoryServiceImpl.filterCategories(List<AssetCategory> categories)
           
protected  long[] AssetCategoryLocalServiceImpl.getCategoryIds(List<AssetCategory> categories)
           
 

Uses of AssetCategory in com.liferay.portlet.asset.service.permission
 

Methods in com.liferay.portlet.asset.service.permission with parameters of type AssetCategory
static void AssetCategoryPermission.check(PermissionChecker permissionChecker, AssetCategory category, String actionId)
           
static boolean AssetCategoryPermission.contains(PermissionChecker permissionChecker, AssetCategory category, String actionId)
           
 

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

Methods in com.liferay.portlet.asset.service.persistence that return AssetCategory
static AssetCategory AssetCategoryUtil.create(long categoryId)
          Creates a new asset category with the primary key.
 AssetCategory AssetCategoryPersistence.create(long categoryId)
          Creates a new asset category with the primary key.
 AssetCategory AssetCategoryPersistenceImpl.create(long categoryId)
          Creates a new asset category with the primary key.
static AssetCategory AssetCategoryUtil.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found.
 AssetCategory AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found.
static AssetCategory AssetCategoryUtil.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache.
 AssetCategory AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache.
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or returns null if it could not be found, optionally using the finder cache.
static AssetCategory AssetCategoryUtil.fetchByPrimaryKey(long categoryId)
          Finds the asset category with the primary key or returns null if it could not be found.
 AssetCategory AssetCategoryPersistence.fetchByPrimaryKey(long categoryId)
          Finds the asset category with the primary key or returns null if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.fetchByPrimaryKey(long categoryId)
          Finds the asset category with the primary key or returns null if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the asset category with the primary key or returns null if it could not be found.
static AssetCategory AssetCategoryUtil.fetchByUUID_G(String uuid, long groupId)
          Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found.
 AssetCategory AssetCategoryPersistence.fetchByUUID_G(String uuid, long groupId)
          Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
          Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found.
static AssetCategory AssetCategoryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 AssetCategory AssetCategoryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
 AssetCategory AssetCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
          Finds the asset category where uuid = ? and groupId = ? or returns null if it could not be found, optionally using the finder cache.
static AssetCategory AssetCategoryFinderUtil.findByG_N(long groupId, String name)
           
 AssetCategory AssetCategoryFinder.findByG_N(long groupId, String name)
           
 AssetCategory AssetCategoryFinderImpl.findByG_N(long groupId, String name)
           
static AssetCategory AssetCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where groupId = ?.
static AssetCategory AssetCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where groupId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where groupId = ?.
static AssetCategory[] AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where groupId = ?.
 AssetCategory[] AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where groupId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where groupId = ?.
static AssetCategory AssetCategoryUtil.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where name = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistence.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory AssetCategoryUtil.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistence.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory[] AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory[] AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and name = ?.
static AssetCategory AssetCategoryUtil.findByP_N_V(long parentCategoryId, String name, long vocabularyId)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistence.findByP_N_V(long parentCategoryId, String name, long vocabularyId)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_V(long parentCategoryId, String name, long vocabularyId)
          Finds the asset category where parentCategoryId = ? and name = ? and vocabularyId = ? or throws a NoSuchCategoryException if it could not be found.
static AssetCategory AssetCategoryUtil.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ? and vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where parentCategoryId = ?.
static AssetCategory AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where parentCategoryId = ?.
static AssetCategory[] AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.
 AssetCategory[] AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where parentCategoryId = ?.
static AssetCategory AssetCategoryUtil.findByPrimaryKey(long categoryId)
          Finds the asset category with the primary key or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistence.findByPrimaryKey(long categoryId)
          Finds the asset category with the primary key or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
          Finds the asset category with the primary key or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the asset category with the primary key or throws a NoSuchModelException if it could not be found.
static AssetCategory AssetCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where uuid = ?.
static AssetCategory AssetCategoryUtil.findByUUID_G(String uuid, long groupId)
          Finds the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistence.findByUUID_G(String uuid, long groupId)
          Finds the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
 AssetCategory AssetCategoryPersistenceImpl.findByUUID_G(String uuid, long groupId)
          Finds the asset category where uuid = ? and groupId = ? or throws a NoSuchCategoryException if it could not be found.
static AssetCategory AssetCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where uuid = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where uuid = ?.
static AssetCategory[] AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where uuid = ?.
 AssetCategory[] AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where uuid = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where uuid = ?.
static AssetCategory AssetCategoryUtil.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
          Finds the first asset category in the ordered set where vocabularyId = ?.
static AssetCategory AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where vocabularyId = ?.
 AssetCategory AssetCategoryPersistenceImpl.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
          Finds the last asset category in the ordered set where vocabularyId = ?.
static AssetCategory[] AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.
 AssetCategory[] AssetCategoryPersistenceImpl.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
          Finds the asset categories before and after the current asset category in the ordered set where vocabularyId = ?.
protected  AssetCategory AssetCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByN_V_PrevAndNext(Session session, AssetCategory assetCategory, String name, long vocabularyId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByP_N_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByP_V_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByParentCategoryId_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, AssetCategory assetCategory, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByVocabularyId_PrevAndNext(Session session, AssetCategory assetCategory, long vocabularyId, OrderByComparator orderByComparator, boolean previous)
           
static AssetCategory AssetCategoryUtil.remove(AssetCategory assetCategory)
           
static AssetCategory AssetCategoryUtil.remove(long categoryId)
          Removes the asset category with the primary key from the database.
 AssetCategory AssetCategoryPersistence.remove(long categoryId)
          Removes the asset category with the primary key from the database.
 AssetCategory AssetCategoryPersistenceImpl.remove(long categoryId)
          Removes the asset category with the primary key from the database.
 AssetCategory AssetCategoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the asset category with the primary key from the database.
protected  AssetCategory AssetCategoryPersistenceImpl.removeImpl(AssetCategory assetCategory)
           
protected  AssetCategory AssetCategoryPersistenceImpl.toUnwrappedModel(AssetCategory assetCategory)
           
static AssetCategory AssetCategoryUtil.update(AssetCategory assetCategory, boolean merge)
           
static AssetCategory AssetCategoryUtil.update(AssetCategory assetCategory, boolean merge, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryUtil.updateImpl(AssetCategory assetCategory, boolean merge)
           
 AssetCategory AssetCategoryPersistence.updateImpl(AssetCategory assetCategory, boolean merge)
           
 AssetCategory AssetCategoryPersistenceImpl.updateImpl(AssetCategory assetCategory, boolean merge)
           
 

Methods in com.liferay.portlet.asset.service.persistence that return types with arguments of type AssetCategory
static List<AssetCategory> AssetCategoryUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.findAll()
          Finds all the asset categories.
 List<AssetCategory> AssetCategoryPersistence.findAll()
          Finds all the asset categories.
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll()
          Finds all the asset categories.
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end)
          Finds a range of all the asset categories.
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end)
          Finds a range of all the asset categories.
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the asset categories.
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories.
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories.
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories.
static List<AssetCategory> AssetCategoryFinderUtil.findByC_C(long classNameId, long classPK)
           
 List<AssetCategory> AssetCategoryFinder.findByC_C(long classNameId, long classPK)
           
 List<AssetCategory> AssetCategoryFinderImpl.findByC_C(long classNameId, long classPK)
           
static List<AssetCategory> AssetCategoryFinderUtil.findByEntryId(long entryId)
           
 List<AssetCategory> AssetCategoryFinder.findByEntryId(long entryId)
           
 List<AssetCategory> AssetCategoryFinderImpl.findByEntryId(long entryId)
           
static List<AssetCategory> AssetCategoryFinderUtil.findByG_N_P(long groupId, String name, String[] categoryProperties)
           
 List<AssetCategory> AssetCategoryFinder.findByG_N_P(long groupId, String name, String[] categoryProperties)
           
 List<AssetCategory> AssetCategoryFinderImpl.findByG_N_P(long groupId, String name, String[] categoryProperties)
           
static List<AssetCategory> AssetCategoryFinderUtil.findByG_N_P(long groupId, String name, String[] categoryProperties, int start, int end)
           
 List<AssetCategory> AssetCategoryFinder.findByG_N_P(long groupId, String name, String[] categoryProperties, int start, int end)
           
 List<AssetCategory> AssetCategoryFinderImpl.findByG_N_P(long groupId, String name, String[] categoryProperties, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByGroupId(long groupId)
          Finds all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId)
          Finds all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId)
          Finds all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where groupId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where groupId = ?.
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId)
          Finds all the asset categories where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId)
          Finds all the asset categories where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId)
          Finds all the asset categories where name = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId, int start, int end)
          Finds a range of all the asset categories where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId, int start, int end)
          Finds a range of all the asset categories where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId, int start, int end)
          Finds a range of all the asset categories where name = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where name = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where name = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name)
          Finds all the asset categories where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name)
          Finds all the asset categories where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name)
          Finds all the asset categories where parentCategoryId = ? and name = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ? and name = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ? and name = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ? and name = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId)
          Finds all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId)
          Finds all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId)
          Finds all the asset categories where parentCategoryId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ? and vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId)
          Finds all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId)
          Finds all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId)
          Finds all the asset categories where parentCategoryId = ?.
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId, int start, int end)
          Finds a range of all the asset categories where parentCategoryId = ?.
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where parentCategoryId = ?.
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid)
          Finds all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid)
          Finds all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid)
          Finds all the asset categories where uuid = ?.
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid, int start, int end)
          Finds a range of all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end)
          Finds a range of all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid, int start, int end)
          Finds a range of all the asset categories where uuid = ?.
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where uuid = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where uuid = ?.
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId)
          Finds all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId)
          Finds all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId)
          Finds all the asset categories where vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId, int start, int end)
          Finds a range of all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId, int start, int end)
          Finds a range of all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId, int start, int end)
          Finds a range of all the asset categories where vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where vocabularyId = ?.
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the asset categories where vocabularyId = ?.
static List<AssetCategory> AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<AssetCategory> AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetEntryUtil.getAssetCategories(long pk)
          Gets all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk)
          Gets all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistenceImpl.getAssetCategories(long pk)
          Gets all the asset categories associated with the asset entry.
static List<AssetCategory> AssetEntryUtil.getAssetCategories(long pk, int start, int end)
          Gets a range of all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk, int start, int end)
          Gets a range of all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistenceImpl.getAssetCategories(long pk, int start, int end)
          Gets a range of all the asset categories associated with the asset entry.
static List<AssetCategory> AssetEntryUtil.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset categories associated with the asset entry.
 List<AssetCategory> AssetEntryPersistenceImpl.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
          Gets an ordered range of all the asset categories associated with the asset entry.
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetCategory
static void AssetEntryUtil.addAssetCategory(long pk, AssetCategory assetCategory)
          Adds an association between the asset entry and the asset category.
 void AssetEntryPersistence.addAssetCategory(long pk, AssetCategory assetCategory)
          Adds an association between the asset entry and the asset category.
 void AssetEntryPersistenceImpl.addAssetCategory(long pk, AssetCategory assetCategory)
          Adds an association between the asset entry and the asset category.
static void AssetCategoryUtil.cacheResult(AssetCategory assetCategory)
          Caches the asset category in the entity cache if it is enabled.
 void AssetCategoryPersistence.cacheResult(AssetCategory assetCategory)
          Caches the asset category in the entity cache if it is enabled.
 void AssetCategoryPersistenceImpl.cacheResult(AssetCategory assetCategory)
          Caches the asset category in the entity cache if it is enabled.
static void AssetCategoryUtil.clearCache(AssetCategory assetCategory)
           
 void AssetCategoryPersistenceImpl.clearCache(AssetCategory assetCategory)
          Clears the cache for the asset category.
protected  void AssetCategoryPersistenceImpl.expandTree(AssetCategory assetCategory)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, AssetCategory assetCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByN_V_PrevAndNext(Session session, AssetCategory assetCategory, String name, long vocabularyId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByP_N_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, String name, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByP_V_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByParentCategoryId_PrevAndNext(Session session, AssetCategory assetCategory, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByUuid_PrevAndNext(Session session, AssetCategory assetCategory, String uuid, OrderByComparator orderByComparator, boolean previous)
           
protected  AssetCategory AssetCategoryPersistenceImpl.getByVocabularyId_PrevAndNext(Session session, AssetCategory assetCategory, long vocabularyId, OrderByComparator orderByComparator, boolean previous)
           
static AssetCategory AssetCategoryUtil.remove(AssetCategory assetCategory)
           
static void AssetEntryUtil.removeAssetCategory(long pk, AssetCategory assetCategory)
          Removes the association between the asset entry and the asset category.
 void AssetEntryPersistence.removeAssetCategory(long pk, AssetCategory assetCategory)
          Removes the association between the asset entry and the asset category.
 void AssetEntryPersistenceImpl.removeAssetCategory(long pk, AssetCategory assetCategory)
          Removes the association between the asset entry and the asset category.
protected  AssetCategory AssetCategoryPersistenceImpl.removeImpl(AssetCategory assetCategory)
           
protected  void AssetCategoryPersistenceImpl.shrinkTree(AssetCategory assetCategory)
           
protected  AssetCategory AssetCategoryPersistenceImpl.toUnwrappedModel(AssetCategory assetCategory)
           
static AssetCategory AssetCategoryUtil.update(AssetCategory assetCategory, boolean merge)
           
static AssetCategory AssetCategoryUtil.update(AssetCategory assetCategory, boolean merge, ServiceContext serviceContext)
           
static AssetCategory AssetCategoryUtil.updateImpl(AssetCategory assetCategory, boolean merge)
           
 AssetCategory AssetCategoryPersistence.updateImpl(AssetCategory assetCategory, boolean merge)
           
 AssetCategory AssetCategoryPersistenceImpl.updateImpl(AssetCategory assetCategory, boolean merge)
           
 

Method parameters in com.liferay.portlet.asset.service.persistence with type arguments of type AssetCategory
static void AssetEntryUtil.addAssetCategories(long pk, List<AssetCategory> assetCategories)
          Adds an association between the asset entry and the asset categories.
 void AssetEntryPersistence.addAssetCategories(long pk, List<AssetCategory> assetCategories)
          Adds an association between the asset entry and the asset categories.
 void AssetEntryPersistenceImpl.addAssetCategories(long pk, List<AssetCategory> assetCategories)
          Adds an association between the asset entry and the asset categories.
static void AssetCategoryUtil.cacheResult(List<AssetCategory> assetCategories)
          Caches the asset categories in the entity cache if it is enabled.
 void AssetCategoryPersistence.cacheResult(List<AssetCategory> assetCategories)
          Caches the asset categories in the entity cache if it is enabled.
 void AssetCategoryPersistenceImpl.cacheResult(List<AssetCategory> assetCategories)
          Caches the asset categories in the entity cache if it is enabled.
static void AssetEntryUtil.removeAssetCategories(long pk, List<AssetCategory> assetCategories)
          Removes the association between the asset entry and the asset categories.
 void AssetEntryPersistence.removeAssetCategories(long pk, List<AssetCategory> assetCategories)
          Removes the association between the asset entry and the asset categories.
 void AssetEntryPersistenceImpl.removeAssetCategories(long pk, List<AssetCategory> assetCategories)
          Removes the association between the asset entry and the asset categories.
static void AssetEntryUtil.setAssetCategories(long pk, List<AssetCategory> assetCategories)
          Sets the asset categories associated with the asset entry, removing and adding associations as necessary.
 void AssetEntryPersistence.setAssetCategories(long pk, List<AssetCategory> assetCategories)
          Sets the asset categories associated with the asset entry, removing and adding associations as necessary.
 void AssetEntryPersistenceImpl.setAssetCategories(long pk, List<AssetCategory> assetCategories)
          Sets the asset categories associated with the asset entry, removing and adding associations as necessary.
 


Liferay 6.0.5