|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.liferay.portlet.shopping.service.ShoppingCategoryLocalServiceWrapper
@ProviderType public class ShoppingCategoryLocalServiceWrapper
Provides a wrapper for ShoppingCategoryLocalService.
ShoppingCategoryLocalService| Constructor Summary | |
|---|---|
ShoppingCategoryLocalServiceWrapper(ShoppingCategoryLocalService shoppingCategoryLocalService)
|
|
| Method Summary | ||
|---|---|---|
ShoppingCategory |
addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
|
|
void |
addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
void |
addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
|
|
void |
addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
|
|
void |
addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
|
|
ShoppingCategory |
addShoppingCategory(ShoppingCategory shoppingCategory)
Adds the shopping category to the database. |
|
ShoppingCategory |
createShoppingCategory(long categoryId)
Creates a new shopping category with the primary key. |
|
void |
deleteCategories(long groupId)
|
|
void |
deleteCategory(long categoryId)
|
|
void |
deleteCategory(ShoppingCategory category)
|
|
PersistedModel |
deletePersistedModel(PersistedModel persistedModel)
|
|
ShoppingCategory |
deleteShoppingCategory(long categoryId)
Deletes the shopping category with the primary key from the database. |
|
ShoppingCategory |
deleteShoppingCategory(ShoppingCategory shoppingCategory)
Deletes the shopping category from the database. |
|
DynamicQuery |
dynamicQuery()
|
|
|
dynamicQuery(DynamicQuery dynamicQuery)
Performs a dynamic query on the database and returns the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Performs a dynamic query on the database and returns a range of the matching rows. |
|
|
dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Performs a dynamic query on the database and returns an ordered range of the matching rows. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery)
Returns the number of rows matching the dynamic query. |
|
long |
dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
Returns the number of rows matching the dynamic query. |
|
ShoppingCategory |
fetchShoppingCategory(long categoryId)
|
|
ActionableDynamicQuery |
getActionableDynamicQuery()
|
|
String |
getBeanIdentifier()
Returns the Spring bean ID for this bean. |
|
List<ShoppingCategory> |
getCategories(long groupId)
|
|
List<ShoppingCategory> |
getCategories(long groupId,
long parentCategoryId,
int start,
int end)
|
|
int |
getCategoriesCount(long groupId,
long parentCategoryId)
|
|
ShoppingCategory |
getCategory(long categoryId)
|
|
ShoppingCategory |
getCategory(long groupId,
String categoryName)
|
|
List<ShoppingCategory> |
getParentCategories(long categoryId)
|
|
List<ShoppingCategory> |
getParentCategories(ShoppingCategory category)
|
|
ShoppingCategory |
getParentCategory(ShoppingCategory category)
|
|
PersistedModel |
getPersistedModel(Serializable primaryKeyObj)
|
|
List<ShoppingCategory> |
getShoppingCategories(int start,
int end)
Returns a range of all the shopping categories. |
|
int |
getShoppingCategoriesCount()
Returns the number of shopping categories. |
|
ShoppingCategory |
getShoppingCategory(long categoryId)
Returns the shopping category with the primary key. |
|
void |
getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
|
|
ShoppingCategoryLocalService |
getWrappedService()
|
|
ShoppingCategoryLocalService |
getWrappedShoppingCategoryLocalService()
Deprecated. As of 6.1.0, replaced by getWrappedService() |
|
void |
setBeanIdentifier(String beanIdentifier)
Sets the Spring bean ID for this bean. |
|
void |
setWrappedService(ShoppingCategoryLocalService shoppingCategoryLocalService)
|
|
void |
setWrappedShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
Deprecated. As of 6.1.0, replaced by setWrappedService(com.liferay.portlet.shopping.service.ShoppingCategoryLocalService) |
|
ShoppingCategory |
updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
|
|
ShoppingCategory |
updateShoppingCategory(ShoppingCategory shoppingCategory)
Updates the shopping category in the database or adds it if it does not yet exist. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ShoppingCategoryLocalServiceWrapper(ShoppingCategoryLocalService shoppingCategoryLocalService)
| Method Detail |
|---|
public ShoppingCategory addCategory(long userId,
long parentCategoryId,
String name,
String description,
ServiceContext serviceContext)
throws PortalException
addCategory in interface ShoppingCategoryLocalServicePortalException
public void addCategoryResources(ShoppingCategory category,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addCategoryResources in interface ShoppingCategoryLocalServicePortalException
public void addCategoryResources(ShoppingCategory category,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException
addCategoryResources in interface ShoppingCategoryLocalServicePortalException
public void addCategoryResources(long categoryId,
boolean addGroupPermissions,
boolean addGuestPermissions)
throws PortalException
addCategoryResources in interface ShoppingCategoryLocalServicePortalException
public void addCategoryResources(long categoryId,
String[] groupPermissions,
String[] guestPermissions)
throws PortalException
addCategoryResources in interface ShoppingCategoryLocalServicePortalExceptionpublic ShoppingCategory addShoppingCategory(ShoppingCategory shoppingCategory)
addShoppingCategory in interface ShoppingCategoryLocalServiceshoppingCategory - the shopping category
public ShoppingCategory createShoppingCategory(long categoryId)
createShoppingCategory in interface ShoppingCategoryLocalServicecategoryId - the primary key for the new shopping category
public void deleteCategories(long groupId)
throws PortalException
deleteCategories in interface ShoppingCategoryLocalServicePortalException
public void deleteCategory(ShoppingCategory category)
throws PortalException
deleteCategory in interface ShoppingCategoryLocalServicePortalException
public void deleteCategory(long categoryId)
throws PortalException
deleteCategory in interface ShoppingCategoryLocalServicePortalException
public PersistedModel deletePersistedModel(PersistedModel persistedModel)
throws PortalException
deletePersistedModel in interface PersistedModelLocalServicedeletePersistedModel in interface ShoppingCategoryLocalServicePortalException
public ShoppingCategory deleteShoppingCategory(long categoryId)
throws PortalException
deleteShoppingCategory in interface ShoppingCategoryLocalServicecategoryId - the primary key of the shopping category
PortalException - if a shopping category with the primary key could not be foundpublic ShoppingCategory deleteShoppingCategory(ShoppingCategory shoppingCategory)
deleteShoppingCategory in interface ShoppingCategoryLocalServiceshoppingCategory - the shopping category
public DynamicQuery dynamicQuery()
dynamicQuery in interface ShoppingCategoryLocalServicepublic <T> List<T> dynamicQuery(DynamicQuery dynamicQuery)
dynamicQuery in interface ShoppingCategoryLocalServicedynamicQuery - the dynamic query
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.shopping.model.impl.ShoppingCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ShoppingCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)
public <T> List<T> dynamicQuery(DynamicQuery dynamicQuery,
int start,
int end,
OrderByComparator<T> orderByComparator)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.shopping.model.impl.ShoppingCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
dynamicQuery in interface ShoppingCategoryLocalServicedynamicQuery - the dynamic querystart - the lower bound of the range of model instancesend - the upper bound of the range of model instances (not inclusive)orderByComparator - the comparator to order the results by (optionally null)
public long dynamicQueryCount(DynamicQuery dynamicQuery)
dynamicQueryCount in interface ShoppingCategoryLocalServicedynamicQuery - the dynamic query
public long dynamicQueryCount(DynamicQuery dynamicQuery,
Projection projection)
dynamicQueryCount in interface ShoppingCategoryLocalServicedynamicQuery - the dynamic queryprojection - the projection to apply to the query
public ShoppingCategory fetchShoppingCategory(long categoryId)
fetchShoppingCategory in interface ShoppingCategoryLocalServicepublic ActionableDynamicQuery getActionableDynamicQuery()
getActionableDynamicQuery in interface ShoppingCategoryLocalServicepublic String getBeanIdentifier()
getBeanIdentifier in interface ShoppingCategoryLocalServicepublic List<ShoppingCategory> getCategories(long groupId)
getCategories in interface ShoppingCategoryLocalService
public List<ShoppingCategory> getCategories(long groupId,
long parentCategoryId,
int start,
int end)
getCategories in interface ShoppingCategoryLocalService
public int getCategoriesCount(long groupId,
long parentCategoryId)
getCategoriesCount in interface ShoppingCategoryLocalService
public ShoppingCategory getCategory(long categoryId)
throws PortalException
getCategory in interface ShoppingCategoryLocalServicePortalException
public ShoppingCategory getCategory(long groupId,
String categoryName)
getCategory in interface ShoppingCategoryLocalService
public List<ShoppingCategory> getParentCategories(ShoppingCategory category)
throws PortalException
getParentCategories in interface ShoppingCategoryLocalServicePortalException
public List<ShoppingCategory> getParentCategories(long categoryId)
throws PortalException
getParentCategories in interface ShoppingCategoryLocalServicePortalException
public ShoppingCategory getParentCategory(ShoppingCategory category)
throws PortalException
getParentCategory in interface ShoppingCategoryLocalServicePortalException
public PersistedModel getPersistedModel(Serializable primaryKeyObj)
throws PortalException
getPersistedModel in interface PersistedModelLocalServicegetPersistedModel in interface ShoppingCategoryLocalServicePortalException
public List<ShoppingCategory> getShoppingCategories(int start,
int end)
Useful when paginating results. Returns a maximum of end - start instances. start and end are not primary keys, they are indexes in the result set. Thus, 0 refers to the first result in the set. Setting both start and end to QueryUtil.ALL_POS will return the full result set. If orderByComparator is specified, then the query will include the given ORDER BY logic. If orderByComparator is absent and pagination is required (start and end are not QueryUtil.ALL_POS), then the query will include the default ORDER BY logic from com.liferay.portlet.shopping.model.impl.ShoppingCategoryModelImpl. If both orderByComparator and pagination are absent, for performance reasons, the query will not have an ORDER BY clause and the returned result set will be sorted on by the primary key in an ascending order.
getShoppingCategories in interface ShoppingCategoryLocalServicestart - the lower bound of the range of shopping categoriesend - the upper bound of the range of shopping categories (not inclusive)
public int getShoppingCategoriesCount()
getShoppingCategoriesCount in interface ShoppingCategoryLocalService
public ShoppingCategory getShoppingCategory(long categoryId)
throws PortalException
getShoppingCategory in interface ShoppingCategoryLocalServicecategoryId - the primary key of the shopping category
PortalException - if a shopping category with the primary key could not be found
public void getSubcategoryIds(List<Long> categoryIds,
long groupId,
long categoryId)
getSubcategoryIds in interface ShoppingCategoryLocalServicepublic void setBeanIdentifier(String beanIdentifier)
setBeanIdentifier in interface ShoppingCategoryLocalServicebeanIdentifier - the Spring bean ID for this bean
public ShoppingCategory updateCategory(long categoryId,
long parentCategoryId,
String name,
String description,
boolean mergeWithParentCategory,
ServiceContext serviceContext)
throws PortalException
updateCategory in interface ShoppingCategoryLocalServicePortalExceptionpublic ShoppingCategory updateShoppingCategory(ShoppingCategory shoppingCategory)
updateShoppingCategory in interface ShoppingCategoryLocalServiceshoppingCategory - the shopping category
@Deprecated public ShoppingCategoryLocalService getWrappedShoppingCategoryLocalService()
getWrappedService()
@Deprecated public void setWrappedShoppingCategoryLocalService(ShoppingCategoryLocalService shoppingCategoryLocalService)
setWrappedService(com.liferay.portlet.shopping.service.ShoppingCategoryLocalService)
public ShoppingCategoryLocalService getWrappedService()
getWrappedService in interface ServiceWrapper<ShoppingCategoryLocalService>public void setWrappedService(ShoppingCategoryLocalService shoppingCategoryLocalService)
setWrappedService in interface ServiceWrapper<ShoppingCategoryLocalService>
|
Liferay 7.0-ce-m6 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||