|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingCategoryServiceUtil
@ProviderType public class ShoppingCategoryServiceUtil
Provides the remote service utility for ShoppingCategory. This utility wraps
com.liferay.portlet.shopping.service.impl.ShoppingCategoryServiceImpl and is the
primary access point for service operations in application layer code running
on a remote server. Methods of this service are expected to have security
checks based on the propagated JAAS credentials because this service can be
accessed remotely.
ShoppingCategoryService,
com.liferay.portlet.shopping.service.base.ShoppingCategoryServiceBaseImpl,
com.liferay.portlet.shopping.service.impl.ShoppingCategoryServiceImpl| Constructor Summary | |
|---|---|
ShoppingCategoryServiceUtil()
|
|
| Method Summary | |
|---|---|
static ShoppingCategory |
addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
static void |
deleteCategory(long categoryId)
|
static String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
static List<ShoppingCategory> |
getCategories(long groupId)
|
static List<ShoppingCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
static int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
static ShoppingCategory |
getCategory(long categoryId)
|
static ShoppingCategoryService |
getService()
|
static void |
getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
static void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
void |
setService(ShoppingCategoryService service)
Deprecated. As of 6.2.0 |
static ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingCategoryServiceUtil()
| Method Detail |
|---|
public static ShoppingCategory addCategory(long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
PortalException
public static void deleteCategory(long categoryId)
throws PortalException
PortalExceptionpublic static String getBeanIdentifier()
public static List<ShoppingCategory> getCategories(long groupId)
public static List<ShoppingCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
public static int getCategoriesCount(long groupId,
long parentCategoryId)
public static ShoppingCategory getCategory(long categoryId)
throws PortalException
PortalException
public static void getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
public static void setBeanIdentifier(String beanIdentifier)
beanIdentifier - the Spring bean ID for this bean
public static ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
throws PortalException
PortalExceptionpublic static ShoppingCategoryService getService()
@Deprecated public void setService(ShoppingCategoryService service)
|
Liferay 7.0-ce-m3 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||