Liferay 6.0.3

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()
           
 

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)
           
 

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)
           
 

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)
           
static AssetCategory AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
           
 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)
           
static AssetCategory AssetCategoryLocalServiceUtil.createAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalService.createAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceWrapper.getAssetCategory(long categoryId)
           
static AssetCategory AssetCategoryLocalServiceUtil.getAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalService.getAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceWrapper.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
           
static AssetCategory AssetCategoryLocalServiceUtil.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
           
 AssetCategory AssetCategoryLocalService.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
           
 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)
           
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
 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)
           
static List<AssetCategory> AssetCategoryLocalServiceUtil.getAssetCategories(int start, int end)
           
 List<AssetCategory> AssetCategoryLocalService.getAssetCategories(int start, int end)
           
 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)
           
static AssetCategory AssetCategoryLocalServiceUtil.addAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalService.addAssetCategory(AssetCategory assetCategory)
           
 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)
           
static void AssetCategoryLocalServiceUtil.deleteAssetCategory(AssetCategory assetCategory)
           
 void AssetCategoryLocalService.deleteAssetCategory(AssetCategory assetCategory)
           
 void AssetCategoryLocalServiceWrapper.deleteCategory(AssetCategory category)
           
static void AssetCategoryLocalServiceUtil.deleteCategory(AssetCategory category)
           
 void AssetCategoryLocalService.deleteCategory(AssetCategory category)
           
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory)
           
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalServiceWrapper.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
static AssetCategory AssetCategoryLocalServiceUtil.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
 AssetCategory AssetCategoryLocalService.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
 

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)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.createAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.getAssetCategory(long categoryId)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.getAssetCategoryByUuidAndGroupId(String uuid, long groupId)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
 

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

Methods in com.liferay.portlet.asset.service.base with parameters of type AssetCategory
 AssetCategory AssetCategoryLocalServiceBaseImpl.addAssetCategory(AssetCategory assetCategory)
           
 void AssetCategoryLocalServiceBaseImpl.deleteAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory)
           
 AssetCategory AssetCategoryLocalServiceBaseImpl.updateAssetCategory(AssetCategory assetCategory, boolean merge)
           
 

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)
           
 AssetCategory AssetCategoryPersistence.create(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.create(long categoryId)
           
static AssetCategory AssetCategoryUtil.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId)
           
 AssetCategory AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId)
           
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId)
           
static AssetCategory AssetCategoryUtil.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache)
           
 AssetCategory AssetCategoryPersistence.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache)
           
 AssetCategory AssetCategoryPersistenceImpl.fetchByP_N_V(long parentCategoryId, String name, long vocabularyId, boolean retrieveFromCache)
           
static AssetCategory AssetCategoryUtil.fetchByPrimaryKey(long categoryId)
           
 AssetCategory AssetCategoryPersistence.fetchByPrimaryKey(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.fetchByPrimaryKey(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
           
static AssetCategory AssetCategoryUtil.fetchByUUID_G(String uuid, long groupId)
           
 AssetCategory AssetCategoryPersistence.fetchByUUID_G(String uuid, long groupId)
           
 AssetCategory AssetCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId)
           
static AssetCategory AssetCategoryUtil.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 AssetCategory AssetCategoryPersistence.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
 AssetCategory AssetCategoryPersistenceImpl.fetchByUUID_G(String uuid, long groupId, boolean retrieveFromCache)
           
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)
           
 AssetCategory AssetCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByN_V_First(String name, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByN_V_Last(String name, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByN_V_PrevAndNext(long categoryId, String name, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_First(long parentCategoryId, String name, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_Last(long parentCategoryId, String name, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByP_N_PrevAndNext(long categoryId, long parentCategoryId, String name, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByP_N_V(long parentCategoryId, String name, long vocabularyId)
           
 AssetCategory AssetCategoryPersistence.findByP_N_V(long parentCategoryId, String name, long vocabularyId)
           
 AssetCategory AssetCategoryPersistenceImpl.findByP_N_V(long parentCategoryId, String name, long vocabularyId)
           
static AssetCategory AssetCategoryUtil.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByP_V_First(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByP_V_Last(long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByP_V_PrevAndNext(long categoryId, long parentCategoryId, long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByParentCategoryId_First(long parentCategoryId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByParentCategoryId_Last(long parentCategoryId, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByParentCategoryId_PrevAndNext(long categoryId, long parentCategoryId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByPrimaryKey(long categoryId)
           
 AssetCategory AssetCategoryPersistence.findByPrimaryKey(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
           
static AssetCategory AssetCategoryUtil.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_First(String uuid, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByUUID_G(String uuid, long groupId)
           
 AssetCategory AssetCategoryPersistence.findByUUID_G(String uuid, long groupId)
           
 AssetCategory AssetCategoryPersistenceImpl.findByUUID_G(String uuid, long groupId)
           
static AssetCategory AssetCategoryUtil.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByUuid_Last(String uuid, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByUuid_PrevAndNext(long categoryId, String uuid, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByVocabularyId_First(long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory AssetCategoryUtil.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistence.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory AssetCategoryPersistenceImpl.findByVocabularyId_Last(long vocabularyId, OrderByComparator orderByComparator)
           
static AssetCategory[] AssetCategoryUtil.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistence.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
           
 AssetCategory[] AssetCategoryPersistenceImpl.findByVocabularyId_PrevAndNext(long categoryId, long vocabularyId, OrderByComparator orderByComparator)
           
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)
           
 AssetCategory AssetCategoryPersistence.remove(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.remove(long categoryId)
           
 AssetCategory AssetCategoryPersistenceImpl.remove(Serializable primaryKey)
           
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)
           
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.filterFindByGroupId(long groupId)
           
static List<AssetCategory> AssetCategoryUtil.filterFindByGroupId(long groupId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findAll()
           
 List<AssetCategory> AssetCategoryPersistence.findAll()
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll()
           
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll(int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
           
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)
           
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId)
           
static List<AssetCategory> AssetCategoryUtil.findByGroupId(long groupId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId)
           
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId)
           
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByN_V(String name, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name)
           
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name)
           
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_N(long parentCategoryId, String name, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId)
           
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId)
           
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByP_V(long parentCategoryId, long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId)
           
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId)
           
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByParentCategoryId(long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid)
           
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid)
           
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByUuid(String uuid, int start, int end, OrderByComparator orderByComparator)
           
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId)
           
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId)
           
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId, int start, int end)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId, int start, int end)
           
static List<AssetCategory> AssetCategoryUtil.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistence.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetCategoryPersistenceImpl.findByVocabularyId(long vocabularyId, int start, int end, OrderByComparator orderByComparator)
           
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)
           
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk)
           
 List<AssetCategory> AssetEntryPersistenceImpl.getAssetCategories(long pk)
           
static List<AssetCategory> AssetEntryUtil.getAssetCategories(long pk, int start, int end)
           
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk, int start, int end)
           
 List<AssetCategory> AssetEntryPersistenceImpl.getAssetCategories(long pk, int start, int end)
           
static List<AssetCategory> AssetEntryUtil.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetEntryPersistence.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
           
 List<AssetCategory> AssetEntryPersistenceImpl.getAssetCategories(long pk, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.asset.service.persistence with parameters of type AssetCategory
static void AssetEntryUtil.addAssetCategory(long pk, AssetCategory assetCategory)
           
 void AssetEntryPersistence.addAssetCategory(long pk, AssetCategory assetCategory)
           
 void AssetEntryPersistenceImpl.addAssetCategory(long pk, AssetCategory assetCategory)
           
static void AssetCategoryUtil.cacheResult(AssetCategory assetCategory)
           
 void AssetCategoryPersistence.cacheResult(AssetCategory assetCategory)
           
 void AssetCategoryPersistenceImpl.cacheResult(AssetCategory assetCategory)
           
static void AssetCategoryUtil.clearCache(AssetCategory assetCategory)
           
 void AssetCategoryPersistenceImpl.clearCache(AssetCategory assetCategory)
           
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)
           
 void AssetEntryPersistence.removeAssetCategory(long pk, AssetCategory assetCategory)
           
 void AssetEntryPersistenceImpl.removeAssetCategory(long pk, AssetCategory assetCategory)
           
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)
           
 void AssetEntryPersistence.addAssetCategories(long pk, List<AssetCategory> assetCategories)
           
 void AssetEntryPersistenceImpl.addAssetCategories(long pk, List<AssetCategory> assetCategories)
           
static void AssetCategoryUtil.cacheResult(List<AssetCategory> assetCategories)
           
 void AssetCategoryPersistence.cacheResult(List<AssetCategory> assetCategories)
           
 void AssetCategoryPersistenceImpl.cacheResult(List<AssetCategory> assetCategories)
           
static void AssetEntryUtil.removeAssetCategories(long pk, List<AssetCategory> assetCategories)
           
 void AssetEntryPersistence.removeAssetCategories(long pk, List<AssetCategory> assetCategories)
           
 void AssetEntryPersistenceImpl.removeAssetCategories(long pk, List<AssetCategory> assetCategories)
           
static void AssetEntryUtil.setAssetCategories(long pk, List<AssetCategory> assetCategories)
           
 void AssetEntryPersistence.setAssetCategories(long pk, List<AssetCategory> assetCategories)
           
 void AssetEntryPersistenceImpl.setAssetCategories(long pk, List<AssetCategory> assetCategories)
           
 


Liferay 6.0.3