|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ShoppingCategory | |
|---|---|
| com.liferay.portlet.shopping.model | |
| com.liferay.portlet.shopping.service | |
| com.liferay.portlet.shopping.service.persistence | |
| com.liferay.portlet.shopping.util.test | |
| 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 |
ShoppingItem.getCategory()
|
ShoppingCategory |
ShoppingItemWrapper.getCategory()
|
ShoppingCategory |
ShoppingCategoryWrapper.getWrappedModel()
|
ShoppingCategory |
ShoppingCategoryWrapper.getWrappedShoppingCategory()
Deprecated. As of 6.1.0, replaced by ShoppingCategoryWrapper.getWrappedModel() |
ShoppingCategory |
ShoppingCategoryWrapper.toEscapedModel()
|
ShoppingCategory |
ShoppingCategoryModel.toEscapedModel()
|
ShoppingCategory |
ShoppingCategoryWrapper.toUnescapedModel()
|
ShoppingCategory |
ShoppingCategoryModel.toUnescapedModel()
|
| Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCategory | |
|---|---|
CacheModel<ShoppingCategory> |
ShoppingCategoryWrapper.toCacheModel()
|
CacheModel<ShoppingCategory> |
ShoppingCategoryModel.toCacheModel()
|
| 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.service |
|---|
| Methods in com.liferay.portlet.shopping.service that return ShoppingCategory | |
|---|---|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.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 |
ShoppingCategoryLocalServiceUtil.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryService.addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.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. |
ShoppingCategory |
ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.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. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.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. |
ShoppingCategory |
ShoppingCategoryLocalService.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 |
ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
ShoppingCategory |
ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.fetchShoppingCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalService.fetchShoppingCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.fetchShoppingCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryService.getCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalService.getCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getCategory(long groupId,
String categoryName)
|
ShoppingCategory |
ShoppingCategoryLocalService.getCategory(long groupId,
String categoryName)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getCategory(long groupId,
String categoryName)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.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 |
ShoppingCategoryLocalServiceUtil.getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.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)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.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 |
ShoppingCategoryLocalService.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 |
ShoppingCategoryLocalServiceWrapper.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. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
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 | |
|---|---|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(long categoryId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(long categoryId)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(long categoryId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.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. |
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.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)
|
void |
ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
static void |
ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
void |
ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
void |
ShoppingCategoryLocalService.addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
static void |
ShoppingCategoryLocalServiceUtil.addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
ShoppingCategory |
ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
void |
ShoppingCategoryLocalServiceWrapper.deleteCategory(ShoppingCategory category)
|
void |
ShoppingCategoryLocalService.deleteCategory(ShoppingCategory category)
|
static void |
ShoppingCategoryLocalServiceUtil.deleteCategory(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
ShoppingCategory |
ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalService.getParentCategory(ShoppingCategory category)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.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. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
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_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByG_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByG_N(long groupId,
String name,
boolean retrieveFromCache)
Returns the shopping category where groupId = ? and name = ? or returns null if it could not be found, optionally using the finder cache. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found. |
static ShoppingCategory |
ShoppingCategoryUtil.findByG_N(long groupId,
String name)
Returns the shopping category where groupId = ? and name = ? or throws a NoSuchCategoryException if it could not be found. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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. |
ShoppingCategory |
ShoppingCategoryPersistence.removeByG_N(long groupId,
String name)
Removes the shopping category where groupId = ? and name = ? from the database. |
static ShoppingCategory |
ShoppingCategoryUtil.removeByG_N(long groupId,
String name)
Removes the shopping category where groupId = ? and name = ? from the database. |
static ShoppingCategory |
ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory)
|
static ShoppingCategory |
ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory)
|
static ShoppingCategory |
ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory)
|
| Methods in com.liferay.portlet.shopping.service.persistence that return types with arguments of type ShoppingCategory | |
|---|---|
Map<Serializable,ShoppingCategory> |
ShoppingCategoryPersistence.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
static Map<Serializable,ShoppingCategory> |
ShoppingCategoryUtil.fetchByPrimaryKeys(Set<Serializable> primaryKeys)
|
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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll(int start,
int end,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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)
|
static ShoppingCategory |
ShoppingCategoryUtil.update(ShoppingCategory shoppingCategory,
ServiceContext serviceContext)
|
ShoppingCategory |
ShoppingCategoryPersistence.updateImpl(ShoppingCategory shoppingCategory)
|
static ShoppingCategory |
ShoppingCategoryUtil.updateImpl(ShoppingCategory shoppingCategory)
|
| 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. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.fetchByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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 = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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 = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.filterFindByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories that the user has permissions to view where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findAll(int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll(int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_First(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByG_P_Last(long groupId,
long parentCategoryId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByG_P(long groupId,
long parentCategoryId,
int start,
int end,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ? and parentCategoryId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_First(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the first shopping category in the ordered set where groupId = ?. |
ShoppingCategory |
ShoppingCategoryPersistence.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
static ShoppingCategory |
ShoppingCategoryUtil.findByGroupId_Last(long groupId,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns the last shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.findByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator<ShoppingCategory> 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<ShoppingCategory> orderByComparator)
Returns the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findByGroupId(long groupId,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
Returns an ordered range of all the shopping categories where groupId = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findWithDynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<ShoppingCategory> orderByComparator)
|
| Uses of ShoppingCategory in com.liferay.portlet.shopping.util.test |
|---|
| Methods in com.liferay.portlet.shopping.util.test that return ShoppingCategory | |
|---|---|
static ShoppingCategory |
ShoppingTestUtil.addCategory(long groupId)
|
static ShoppingCategory |
ShoppingTestUtil.addCategory(long groupId,
long parentCategoryId)
|
static ShoppingCategory |
ShoppingTestUtil.addCategory(ServiceContext serviceContext)
|
static ShoppingCategory |
ShoppingTestUtil.addCategory(String name,
long groupId,
long parentCategoryId)
|
static ShoppingCategory |
ShoppingTestUtil.addCategory(String name,
long parentCategoryId,
ServiceContext serviceContext)
|
|
Liferay 7.0-ce-m3 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||