|
Liferay 6.2.0 | |||||||||
| 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 | |
| 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 | |
|---|---|
abstract ShoppingCategory |
ShoppingItem.getCategory()
|
ShoppingCategory |
ShoppingItemWrapper.getCategory()
|
ShoppingCategory |
ShoppingCategoryWrapper.getWrappedModel()
|
ShoppingCategory |
ShoppingCategoryWrapper.getWrappedShoppingCategory()
Deprecated. As of 6.1.0, replaced by ShoppingCategoryWrapper.getWrappedModel() |
abstract ShoppingCategory |
ShoppingCategoryModel.toEscapedModel()
|
ShoppingCategory |
ShoppingCategoryWrapper.toEscapedModel()
|
abstract ShoppingCategory |
ShoppingCategoryModel.toUnescapedModel()
|
ShoppingCategory |
ShoppingCategoryWrapper.toUnescapedModel()
|
| Methods in com.liferay.portlet.shopping.model that return types with arguments of type ShoppingCategory | |
|---|---|
abstract CacheModel<ShoppingCategory> |
ShoppingCategoryModel.toCacheModel()
|
CacheModel<ShoppingCategory> |
ShoppingCategoryWrapper.toCacheModel()
|
| Methods in com.liferay.portlet.shopping.model with parameters of type ShoppingCategory | |
|---|---|
abstract 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)
|
abstract ShoppingCategory |
ShoppingCategoryLocalService.addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
abstract 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. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
abstract 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. |
abstract 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. |
abstract 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. |
abstract ShoppingCategory |
ShoppingCategoryLocalService.deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.fetchShoppingCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.fetchShoppingCategory(long categoryId)
|
abstract ShoppingCategory |
ShoppingCategoryLocalService.fetchShoppingCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getCategory(long categoryId)
|
abstract ShoppingCategory |
ShoppingCategoryLocalService.getCategory(long categoryId)
|
abstract ShoppingCategory |
ShoppingCategoryService.getCategory(long categoryId)
|
static ShoppingCategory |
ShoppingCategoryServiceUtil.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryServiceWrapper.getCategory(long categoryId)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getCategory(long groupId,
String categoryName)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getCategory(long groupId,
String categoryName)
|
abstract ShoppingCategory |
ShoppingCategoryLocalService.getCategory(long groupId,
String categoryName)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
|
abstract 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. |
abstract ShoppingCategory |
ShoppingCategoryLocalService.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)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
abstract ShoppingCategory |
ShoppingCategoryLocalService.updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
abstract 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 |
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. |
abstract ShoppingCategory |
ShoppingCategoryLocalService.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)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId)
|
abstract List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId)
|
abstract List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.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)
|
abstract List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
abstract 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> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(long categoryId)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(long categoryId)
|
abstract List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(long categoryId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getParentCategories(ShoppingCategory category)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getParentCategories(ShoppingCategory category)
|
abstract 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. |
abstract 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)
|
abstract 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)
|
abstract 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. |
abstract ShoppingCategory |
ShoppingCategoryLocalService.addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
void |
ShoppingCategoryLocalServiceWrapper.deleteCategory(ShoppingCategory category)
|
static void |
ShoppingCategoryLocalServiceUtil.deleteCategory(ShoppingCategory category)
|
abstract 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. |
abstract 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)
|
abstract List<ShoppingCategory> |
ShoppingCategoryLocalService.getParentCategories(ShoppingCategory category)
|
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.getParentCategory(ShoppingCategory category)
|
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getParentCategory(ShoppingCategory category)
|
abstract 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. |
abstract ShoppingCategory |
ShoppingCategoryLocalService.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 | |
|---|---|
abstract 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. |
abstract 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. |
abstract 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. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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. |
abstract 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. |
abstract 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)
|
abstract 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 | |
|---|---|
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract List<ShoppingCategory> |
ShoppingCategoryPersistence.findAll()
Returns all the shopping categories. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll()
Returns all the shopping categories. |
abstract 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. |
abstract 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. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 = ?. |
abstract 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 | |
|---|---|
abstract 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)
|
abstract 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 | |
|---|---|
abstract 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.2.0 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||