|
Liferay 6.0-ee-sp2 | |||||||||
| 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 | |
|---|---|
ShoppingCategory |
ShoppingItemWrapper.getCategory()
|
ShoppingCategory |
ShoppingItem.getCategory()
|
ShoppingCategory |
ShoppingCategoryWrapper.getWrappedShoppingCategory()
|
ShoppingCategory |
ShoppingCategoryWrapper.toEscapedModel()
|
ShoppingCategory |
ShoppingCategoryModel.toEscapedModel()
|
| 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)
|
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)
Returns the shopping category with the primary key. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
ShoppingCategory |
ShoppingCategoryLocalService.getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
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 or adds it if it does not yet exist. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory,
boolean merge)
Updates the shopping category in the database or adds it if it does not yet exist. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory,
boolean merge)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory,
boolean merge)
Updates the shopping category in the database or adds it if it does not yet exist. |
| Methods in com.liferay.portlet.shopping.service that return types with arguments of type ShoppingCategory | |
|---|---|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getCategories(long groupId)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryLocalService.getCategories(long groupId)
|
List<ShoppingCategory> |
ShoppingCategoryServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryService.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
ShoppingCategoryLocalServiceWrapper.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
List<ShoppingCategory> |
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)
Returns a range of all the shopping categories. |
static List<ShoppingCategory> |
ShoppingCategoryLocalServiceUtil.getShoppingCategories(int start,
int end)
Returns a range of all the shopping categories. |
List<ShoppingCategory> |
ShoppingCategoryLocalService.getShoppingCategories(int start,
int end)
Returns a range of all the shopping categories. |
| Methods in com.liferay.portlet.shopping.service with parameters of type ShoppingCategory | |
|---|---|
void |
ShoppingCategoryLocalServiceWrapper.addCategoryResources(ShoppingCategory category,
boolean 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 or adds it if it does not yet exist. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalServiceWrapper.updateShoppingCategory(ShoppingCategory shoppingCategory,
boolean merge)
Updates the shopping category in the database or adds it if it does not yet exist. |
static ShoppingCategory |
ShoppingCategoryLocalServiceUtil.updateShoppingCategory(ShoppingCategory shoppingCategory,
boolean merge)
Updates the shopping category in the database or adds it if it does not yet exist. |
ShoppingCategory |
ShoppingCategoryLocalService.updateShoppingCategory(ShoppingCategory shoppingCategory,
boolean merge)
Updates the shopping category in the database or adds it if it does not yet exist. |
| Uses of ShoppingCategory in com.liferay.portlet.shopping.service.persistence |
|---|
| Methods in com.liferay.portlet.shopping.service.persistence that return ShoppingCategory | |
|---|---|
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. |
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. |
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Filters the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByG_P_PrevAndNext(long categoryId,
long groupId,
long parentCategoryId,
OrderByComparator orderByComparator)
Filters the shopping categories before and after the current shopping category in the ordered set where groupId = ? and parentCategoryId = ?. |
static ShoppingCategory[] |
ShoppingCategoryUtil.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Filters the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
ShoppingCategory[] |
ShoppingCategoryPersistence.filterFindByGroupId_PrevAndNext(long categoryId,
long groupId,
OrderByComparator orderByComparator)
Filters the shopping categories before and after the current shopping category in the ordered set where groupId = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
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. |
static ShoppingCategory |
ShoppingCategoryUtil.remove(ShoppingCategory shoppingCategory)
|
ShoppingCategory |
ShoppingCategoryPersistence.remove(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)
|
| 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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
static List<ShoppingCategory> |
ShoppingCategoryUtil.findAll()
Finds all the shopping categories. |
List<ShoppingCategory> |
ShoppingCategoryPersistence.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. |
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. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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 = ?. |
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. |
static void |
ShoppingCategoryUtil.clearCache(ShoppingCategory shoppingCategory)
|
static ShoppingCategory |
ShoppingCategoryUtil.remove(ShoppingCategory shoppingCategory)
|
ShoppingCategory |
ShoppingCategoryPersistence.remove(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)
|
| 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. |
|
Liferay 6.0-ee-sp2 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||