Liferay 6.1.2-ce-ga3

Uses of Interface
com.liferay.portlet.shopping.model.ShoppingCategory

Packages that use ShoppingCategory
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.persistence   
 

Uses of ShoppingCategory in com.liferay.portlet.shopping.model
 

Classes in com.liferay.portlet.shopping.model that implement ShoppingCategory
 class ShoppingCategoryWrapper
           This class is a wrapper for ShoppingCategory.
 

Methods in com.liferay.portlet.shopping.model that return ShoppingCategory
 ShoppingCategory ShoppingItemWrapper.getCategory()
           
 ShoppingCategory ShoppingItem.getCategory()
           
 ShoppingCategory ShoppingCategoryWrapper.getWrappedModel()
           
 ShoppingCategory ShoppingCategoryWrapper.getWrappedShoppingCategory()
          Deprecated. Renamed to ShoppingCategoryWrapper.getWrappedModel()
 ShoppingCategory ShoppingCategoryModel.toEscapedModel()
           
 ShoppingCategory ShoppingCategoryWrapper.toEscapedModel()
           
 ShoppingCategory ShoppingCategoryModel.toUnescapedModel()
           
 ShoppingCategory ShoppingCategoryWrapper.toUnescapedModel()
           
 

Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCategory
 CacheModel<ShoppingCategory> ShoppingCategoryModel.toCacheModel()
           
 CacheModel<ShoppingCategory> ShoppingCategoryWrapper.toCacheModel()
           
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCategory
 int ShoppingCategoryModel.compareTo(ShoppingCategory shoppingCategory)
           
 int ShoppingCategoryWrapper.compareTo(ShoppingCategory shoppingCategory)
           
static ShoppingCategorySoap ShoppingCategorySoap.toSoapModel(ShoppingCategory model)
           
static ShoppingCategorySoap[] ShoppingCategorySoap.toSoapModels(ShoppingCategory[] models)
           
static ShoppingCategorySoap[][] ShoppingCategorySoap.toSoapModels(ShoppingCategory[][] models)
           
 

Method parameters in com.liferay.portlet.shopping.model with type arguments of type ShoppingCategory
static ShoppingCategorySoap[] ShoppingCategorySoap.toSoapModels(List<ShoppingCategory> models)
           
 

Constructors in com.liferay.portlet.shopping.model with parameters of type ShoppingCategory
ShoppingCategoryWrapper(ShoppingCategory shoppingCategory)
           
 

Uses of ShoppingCategory in com.liferay.portlet.shopping.service
 

Methods in com.liferay.portlet.shopping.service that return ShoppingCategory
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalService.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryServiceUtil.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryService.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 ShoppingCategory ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.createShoppingCategory(long categoryId)
          Creates a new shopping category with the primary key.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.createShoppingCategory(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalService.createShoppingCategory(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryLocalService.deleteShoppingCategory(long categoryId)
          Deletes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 ShoppingCategory ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.fetchShoppingCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.fetchShoppingCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalService.fetchShoppingCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryServiceUtil.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryService.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalService.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getShoppingCategory(long categoryId)
          Returns the shopping category with the primary key.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getShoppingCategory(long categoryId)
          Returns the shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalService.getShoppingCategory(long categoryId)
          Returns the shopping category with the primary key.
static ShoppingCategory ShoppingCategoryServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryService.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalService.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database or adds it if it does not yet exist.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database or adds it if it does not yet exist.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCategory
static List<ShoppingCategory> ShoppingCategoryServiceUtil.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getCategories(long groupId)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryService.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryServiceWrapper.getCategories(long groupId)
           
static List<ShoppingCategory> ShoppingCategoryServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getCategories(long groupId, long parentCategoryId, int start, int end)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<ShoppingCategory> ShoppingCategoryService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<ShoppingCategory> ShoppingCategoryServiceWrapper.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getParentCategories(long categoryId)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getParentCategories(long categoryId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(long categoryId)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getShoppingCategories(int start, int end)
          Returns a range of all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getShoppingCategories(int start, int end)
          Returns a range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryLocalService.getShoppingCategories(int start, int end)
          Returns a range of all the shopping categories.
 

Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCategory
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category, boolean addGroupPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category, String[] groupPermissions, String[] guestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category, String[] groupPermissions, String[] guestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category, String[] groupPermissions, String[] guestPermissions)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 ShoppingCategory ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 void ShoppingCategoryLocalServiceWrapper.deleteCategory(ShoppingCategory category)
           
static void ShoppingCategoryLocalServiceUtil.deleteCategory(ShoppingCategory category)
           
 void ShoppingCategoryLocalService.deleteCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 ShoppingCategory ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database or adds it if it does not yet exist.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database or adds it if it does not yet exist.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database or adds it if it does not yet exist.
 

Uses of ShoppingCategory in com.liferay.portlet.shopping.service.persistence
 

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCategory
 ShoppingCategory ShoppingCategoryPersistence.create(long categoryId)
          Creates a new shopping category with the primary key.
static ShoppingCategory ShoppingCategoryUtil.create(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory ShoppingCategoryPersistence.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.fetchByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.fetchByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or returns null if it could not be found.
static ShoppingCategory ShoppingCategoryUtil.fetchByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or returns null if it could not be found.
 ShoppingCategory[] ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set of shopping categories that the user has permission to view where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Returns the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Returns the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
static ShoppingCategory ShoppingCategoryUtil.findByPrimaryKey(long categoryId)
          Returns the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistence.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
static ShoppingCategory ShoppingCategoryUtil.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
static ShoppingCategory ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCategory
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId)
          Returns all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId)
          Returns all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the shopping categories that the user has permission to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId)
          Returns all the shopping categories that the user has permission to view where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId)
          Returns all the shopping categories that the user has permission to view where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping categories that the user has permission to view where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping categories that the user has permission to view where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll()
          Returns all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll()
          Returns all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll(int start, int end)
          Returns a range of all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll(int start, int end)
          Returns a range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByG_P(long groupId, long parentCategoryId)
          Returns all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByG_P(long groupId, long parentCategoryId)
          Returns all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Returns a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId)
          Returns all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId)
          Returns all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId, int start, int end)
          Returns a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Returns an ordered range of all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery)
           
static List<ShoppingCategory> ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end)
           
static List<ShoppingCategory> ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery, int start, int end, OrderByComparator orderByComparator)
           
 

Methods in com.liferay.portlet.shopping.service.persistence with parameters of type ShoppingCategory
 void ShoppingCategoryPersistence.cacheResult(ShoppingCategory shoppingCategory)
          Caches the shopping category in the entity cache if it is enabled.
static void ShoppingCategoryUtil.cacheResult(ShoppingCategory shoppingCategory)
          Caches the shopping category in the entity cache if it is enabled.
static void ShoppingCategoryUtil.clearCache(ShoppingCategory shoppingCategory)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
static ShoppingCategory ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 

Method parameters in com.liferay.portlet.shopping.service.persistence with type arguments of type ShoppingCategory
 void ShoppingCategoryPersistence.cacheResult(List<ShoppingCategory> shoppingCategories)
          Caches the shopping categories in the entity cache if it is enabled.
static void ShoppingCategoryUtil.cacheResult(List<ShoppingCategory> shoppingCategories)
          Caches the shopping categories in the entity cache if it is enabled.
 


Liferay 6.1.2-ce-ga3