|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
@ControlInterface
public interface DiscountManagerControl
A custom Java Control used to manage user discounts.
| Method Summary | |
|---|---|
com.bea.p13n.management.data.repository.DataItem |
getDiscount(String name, ResourceContext context)Return the DataItem for the given name. |
SortableFilterablePagedResult<String> |
getDiscountNames(int pageSize, ResourceContext context)Returns a PagedResult of Strings representing the names of all the user discounts within the system, in arbitrary order. |
SortableFilterablePagedResult<com.bea.p13n.management.data.repository.DataItem> |
getDiscounts(int pageSize, ResourceContext context)Returns a PagedResult of all the DataItem objects within the system representing user discounts, in arbitrary order. |
| Method Detail |
|---|
SortableFilterablePagedResult<com.bea.p13n.management.data.repository.DataItem> getDiscounts(int pageSize,
ResourceContext context)
throws com.bea.p13n.management.data.repository.PersistenceException
PagedResult of all the DataItem objects within the system representing user discounts, in arbitrary order. Returns an empty list if no user discounts are defined.pageSize - the int page size for the PagedResultcontext - the resource contextPagedResult of RuleModel objectscom.bea.p13n.management.data.repository.PersistenceException - if an error occurs while trying to query for the model dataPagedResult, RuleModel
SortableFilterablePagedResult<String> getDiscountNames(int pageSize,
ResourceContext context)
throws com.bea.p13n.management.data.repository.PersistenceException
PagedResult of Strings representing the names of all the user discounts within the system, in arbitrary order. Returns an empty list if no user discounts are defined.pageSize - the int page size for the PagedResultcontext - the resource contextPagedResult of RuleModel objectscom.bea.p13n.management.data.repository.PersistenceException - if an error occurs while trying to query for the model dataPagedResult
com.bea.p13n.management.data.repository.DataItem getDiscount(String name,
ResourceContext context)
throws com.bea.p13n.management.data.repository.PersistenceException
DataItem for the given name.name -context - the resource contextcom.bea.p13n.management.data.repository.PersistenceException
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.