Liferay 6.0.5

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

Packages that use ShoppingCategory
com.liferay.portlet.shopping.model   
com.liferay.portlet.shopping.model.impl   
com.liferay.portlet.shopping.service   
com.liferay.portlet.shopping.service.base   
com.liferay.portlet.shopping.service.http   
com.liferay.portlet.shopping.service.impl   
com.liferay.portlet.shopping.service.permission   
com.liferay.portlet.shopping.service.persistence   
com.liferay.portlet.shopping.util   
 

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.getWrappedShoppingCategory()
           
 ShoppingCategory ShoppingCategoryWrapper.toEscapedModel()
           
 ShoppingCategory ShoppingCategoryModel.toEscapedModel()
          Gets a copy of this shopping category as an escaped model instance by wrapping it with an AutoEscapeBeanHandler.
 

Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCategory
 int ShoppingCategoryWrapper.compareTo(ShoppingCategory shoppingCategory)
           
 int ShoppingCategoryModel.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.model.impl
 

Classes in com.liferay.portlet.shopping.model.impl that implement ShoppingCategory
 class ShoppingCategoryImpl
           
 

Methods in com.liferay.portlet.shopping.model.impl that return ShoppingCategory
 ShoppingCategory ShoppingItemImpl.getCategory()
           
 ShoppingCategory ShoppingCategoryModelImpl.toEscapedModel()
           
static ShoppingCategory ShoppingCategoryModelImpl.toModel(ShoppingCategorySoap soapModel)
          Converts the soap model instance into a normal model instance.
 

Methods in com.liferay.portlet.shopping.model.impl that return types with arguments of type ShoppingCategory
static List<ShoppingCategory> ShoppingCategoryModelImpl.toModels(ShoppingCategorySoap[] soapModels)
          Converts the soap model instances into normal model instances.
 

Methods in com.liferay.portlet.shopping.model.impl with parameters of type ShoppingCategory
 int ShoppingCategoryModelImpl.compareTo(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)
           
 ShoppingCategory ShoppingCategoryServiceWrapper.addCategory(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 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 ShoppingCategoryServiceWrapper.getCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryServiceUtil.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryService.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getCategory(long categoryId)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalService.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
           
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.getShoppingCategory(long categoryId)
          Gets the shopping category with the primary key.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.getShoppingCategory(long categoryId)
          Gets the shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalService.getShoppingCategory(long categoryId)
          Gets the shopping category with the primary key.
 ShoppingCategory ShoppingCategoryServiceWrapper.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryServiceUtil.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 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 ShoppingCategoryLocalService.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.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
 

Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCategory
 List<ShoppingCategory> ShoppingCategoryLocalServiceWrapper.getCategories(long groupId)
           
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryLocalService.getCategories(long groupId)
           
 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> ShoppingCategoryLocalService.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)
          Gets a range of all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryLocalServiceUtil.getShoppingCategories(int start, int end)
          Gets a range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryLocalService.getShoppingCategories(int start, int end)
          Gets 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 addCommunityPermissions, boolean addGuestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category, String[] communityPermissions, String[] guestPermissions)
           
static void ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category, String[] communityPermissions, 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)
           
 void ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
static void ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 void 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.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
static ShoppingCategory ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
 

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

Methods in com.liferay.portlet.shopping.service.base that return ShoppingCategory
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.createShoppingCategory(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.getShoppingCategory(long categoryId)
          Gets the shopping category with the primary key.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
 

Methods in com.liferay.portlet.shopping.service.base that return types with arguments of type ShoppingCategory
 List<ShoppingCategory> ShoppingCategoryLocalServiceBaseImpl.getShoppingCategories(int start, int end)
          Gets a range of all the shopping categories.
 

Methods in com.liferay.portlet.shopping.service.base with parameters of type ShoppingCategory
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.addShoppingCategory(ShoppingCategory shoppingCategory)
          Adds the shopping category to the database.
 void ShoppingCategoryLocalServiceBaseImpl.deleteShoppingCategory(ShoppingCategory shoppingCategory)
          Deletes the shopping category from the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.updateShoppingCategory(ShoppingCategory shoppingCategory)
          Updates the shopping category in the database.
 ShoppingCategory ShoppingCategoryLocalServiceBaseImpl.updateShoppingCategory(ShoppingCategory shoppingCategory, boolean merge)
          Updates the shopping category in the database.
 

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

Methods in com.liferay.portlet.shopping.service.http that return ShoppingCategory
static ShoppingCategory ShoppingCategoryServiceHttp.addCategory(HttpPrincipal httpPrincipal, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryServiceHttp.getCategory(HttpPrincipal httpPrincipal, long categoryId)
           
static ShoppingCategory ShoppingCategoryServiceHttp.updateCategory(HttpPrincipal httpPrincipal, long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.shopping.service.http with parameters of type ShoppingCategory
static JSONArray ShoppingCategoryJSONSerializer.toJSONArray(ShoppingCategory[] models)
           
static JSONArray ShoppingCategoryJSONSerializer.toJSONArray(ShoppingCategory[][] models)
           
static JSONObject ShoppingCategoryJSONSerializer.toJSONObject(ShoppingCategory model)
           
 

Method parameters in com.liferay.portlet.shopping.service.http with type arguments of type ShoppingCategory
static JSONArray ShoppingCategoryJSONSerializer.toJSONArray(List<ShoppingCategory> models)
           
 

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

Methods in com.liferay.portlet.shopping.service.impl that return ShoppingCategory
 ShoppingCategory ShoppingCategoryLocalServiceImpl.addCategory(long userId, long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryServiceImpl.addCategory(long parentCategoryId, String name, String description, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryServiceImpl.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceImpl.getCategory(long categoryId)
           
 ShoppingCategory ShoppingCategoryLocalServiceImpl.getParentCategory(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryServiceImpl.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 ShoppingCategory ShoppingCategoryLocalServiceImpl.updateCategory(long categoryId, long parentCategoryId, String name, String description, boolean mergeWithParentCategory, ServiceContext serviceContext)
           
 

Methods in com.liferay.portlet.shopping.service.impl that return types with arguments of type ShoppingCategory
 List<ShoppingCategory> ShoppingCategoryLocalServiceImpl.getCategories(long groupId)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceImpl.getCategories(long groupId, long parentCategoryId, int start, int end)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceImpl.getParentCategories(long categoryId)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceImpl.getParentCategories(ShoppingCategory category)
           
 

Methods in com.liferay.portlet.shopping.service.impl with parameters of type ShoppingCategory
 void ShoppingCategoryLocalServiceImpl.addCategoryResources(ShoppingCategory category, boolean addCommunityPermissions, boolean addGuestPermissions)
           
 void ShoppingCategoryLocalServiceImpl.addCategoryResources(ShoppingCategory category, String[] communityPermissions, String[] guestPermissions)
           
 void ShoppingCategoryLocalServiceImpl.deleteCategory(ShoppingCategory category)
           
 List<ShoppingCategory> ShoppingCategoryLocalServiceImpl.getParentCategories(ShoppingCategory category)
           
 ShoppingCategory ShoppingCategoryLocalServiceImpl.getParentCategory(ShoppingCategory category)
           
protected  long ShoppingCategoryLocalServiceImpl.getParentCategoryId(ShoppingCategory category, long parentCategoryId)
           
protected  void ShoppingCategoryLocalServiceImpl.mergeCategories(ShoppingCategory fromCategory, long toCategoryId)
           
 

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

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

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

Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCategory
static ShoppingCategory ShoppingCategoryUtil.create(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory ShoppingCategoryPersistence.create(long categoryId)
          Creates a new shopping category with the primary key.
 ShoppingCategory ShoppingCategoryPersistenceImpl.create(long categoryId)
          Creates a new shopping category with the primary key.
static ShoppingCategory ShoppingCategoryUtil.fetchByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or returns null if it could not be found.
 ShoppingCategory ShoppingCategoryPersistence.fetchByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or returns null if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.fetchByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or returns null if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.fetchByPrimaryKey(Serializable primaryKey)
          Finds the shopping category with the primary key or returns null if it could not be found.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByG_P_First(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByG_P_Last(long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.findByG_P_PrevAndNext(long categoryId, long groupId, long parentCategoryId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByGroupId_First(long groupId, OrderByComparator orderByComparator)
          Finds the first shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistence.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ?.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByGroupId_Last(long groupId, OrderByComparator orderByComparator)
          Finds the last shopping category in the ordered set where groupId = ?.
static ShoppingCategory[] ShoppingCategoryUtil.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
 ShoppingCategory[] ShoppingCategoryPersistenceImpl.findByGroupId_PrevAndNext(long categoryId, long groupId, OrderByComparator orderByComparator)
          Finds the shopping categories before and after the current shopping category in the ordered set where groupId = ?.
static ShoppingCategory ShoppingCategoryUtil.findByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistence.findByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByPrimaryKey(long categoryId)
          Finds the shopping category with the primary key or throws a NoSuchCategoryException if it could not be found.
 ShoppingCategory ShoppingCategoryPersistenceImpl.findByPrimaryKey(Serializable primaryKey)
          Finds the shopping category with the primary key or throws a NoSuchModelException if it could not be found.
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingCategory ShoppingCategoryUtil.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryPersistence.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryPersistenceImpl.remove(long categoryId)
          Removes the shopping category with the primary key from the database.
 ShoppingCategory ShoppingCategoryPersistenceImpl.remove(Serializable primaryKey)
          Removes the shopping category with the primary key from the database.
static ShoppingCategory ShoppingCategoryUtil.remove(ShoppingCategory shoppingCategory)
           
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.removeImpl(ShoppingCategory shoppingCategory)
           
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.toUnwrappedModel(ShoppingCategory shoppingCategory)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 ShoppingCategory ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 

Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCategory
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.filterFindByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.filterFindByGroupId(long groupId)
          Filters by the user's permissions and finds all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end)
          Filters by the user's permissions and finds a range of all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.filterFindByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Filters by the user's permissions and finds an ordered range of all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll()
          Finds all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll()
          Finds all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findAll()
          Finds all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll(int start, int end)
          Finds a range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll(int start, int end)
          Finds a range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findAll(int start, int end)
          Finds a range of all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryUtil.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistence.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findAll(int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories.
static List<ShoppingCategory> ShoppingCategoryUtil.findByG_P(long groupId, long parentCategoryId)
          Finds all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByG_P(long groupId, long parentCategoryId)
          Finds all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId)
          Finds all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Finds a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Finds a range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end)
          Finds 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, OrderByComparator orderByComparator)
          Finds an ordered 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)
          Finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findByG_P(long groupId, long parentCategoryId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId)
          Finds all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId)
          Finds all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findByGroupId(long groupId)
          Finds all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end)
          Finds a range of all the shopping categories where groupId = ?.
static List<ShoppingCategory> ShoppingCategoryUtil.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistence.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds an ordered range of all the shopping categories where groupId = ?.
 List<ShoppingCategory> ShoppingCategoryPersistenceImpl.findByGroupId(long groupId, int start, int end, OrderByComparator orderByComparator)
          Finds 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
static void ShoppingCategoryUtil.cacheResult(ShoppingCategory shoppingCategory)
          Caches the shopping category in the entity cache if it is enabled.
 void ShoppingCategoryPersistence.cacheResult(ShoppingCategory shoppingCategory)
          Caches the shopping category in the entity cache if it is enabled.
 void ShoppingCategoryPersistenceImpl.cacheResult(ShoppingCategory shoppingCategory)
          Caches the shopping category in the entity cache if it is enabled.
static void ShoppingCategoryUtil.clearCache(ShoppingCategory shoppingCategory)
           
 void ShoppingCategoryPersistenceImpl.clearCache(ShoppingCategory shoppingCategory)
          Clears the cache for the shopping category.
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.getByG_P_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, long parentCategoryId, OrderByComparator orderByComparator, boolean previous)
           
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.getByGroupId_PrevAndNext(Session session, ShoppingCategory shoppingCategory, long groupId, OrderByComparator orderByComparator, boolean previous)
           
static ShoppingCategory ShoppingCategoryUtil.remove(ShoppingCategory shoppingCategory)
           
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.removeImpl(ShoppingCategory shoppingCategory)
           
protected  ShoppingCategory ShoppingCategoryPersistenceImpl.toUnwrappedModel(ShoppingCategory shoppingCategory)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge)
           
static ShoppingCategory ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory, boolean merge, ServiceContext serviceContext)
           
static ShoppingCategory ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 ShoppingCategory ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 ShoppingCategory ShoppingCategoryPersistenceImpl.updateImpl(ShoppingCategory shoppingCategory, boolean merge)
           
 

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

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

Methods in com.liferay.portlet.shopping.util with parameters of type ShoppingCategory
static String ShoppingUtil.getBreadcrumbs(ShoppingCategory category, javax.servlet.jsp.PageContext pageContext, RenderRequest renderRequest, RenderResponse renderResponse)
           
 


Liferay 6.0.5