Interface SystemPortlet
-
public interface SystemPortlet
SystemPortlet objects are intended as output of logic/formula elements to be rendered by the UI. They represent the different portlets that are typically available on the application's home screen.Example:
See the variousapi.newSystemPortlet(SystemPortlet.TYPE_QUOTES)
TYPE_XXX
constants for more details.
-
-
Field Summary
Fields Modifier and Type Field Description static String
TYPE_CHARTS
String constant representing the home screen's Charts liststatic String
TYPE_CLAIMS
String constant representing the home screen's Claims liststatic String
TYPE_CONTRACTS
String constant representing the home screen's Contracts liststatic String
TYPE_DASHBOARDS
String constant representing the home screen's Dashboards liststatic String
TYPE_PENDINGAPPROVALS
String constant representing the home screen's Pending Approvals liststatic String
TYPE_PENDINGCREATIONWFS
String constant representing the home screen's Pending Creation Workflows liststatic String
TYPE_PRICEGRIDS
String constant representing the home screen's Price Grids liststatic String
TYPE_PRICELISTS
String constant representing the home screen's Price Lists liststatic String
TYPE_QUICKSEARCH
String constant representing the home screen's Product Quick Search panelstatic String
TYPE_QUOTES
String constant representing the home screen's Quotes liststatic String
TYPE_REBATES
String constant representing the home screen's Rebate Agreements liststatic String
TYPE_TODOS
String constant representing the home screen's To Do list
-
-
-
Field Detail
-
TYPE_PRICEGRIDS
static final String TYPE_PRICEGRIDS
String constant representing the home screen's Price Grids list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_PRICELISTS
static final String TYPE_PRICELISTS
String constant representing the home screen's Price Lists list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_REBATES
static final String TYPE_REBATES
String constant representing the home screen's Rebate Agreements list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_QUOTES
static final String TYPE_QUOTES
String constant representing the home screen's Quotes list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_CONTRACTS
static final String TYPE_CONTRACTS
String constant representing the home screen's Contracts list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_CLAIMS
static final String TYPE_CLAIMS
String constant representing the home screen's Claims list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_CHARTS
static final String TYPE_CHARTS
String constant representing the home screen's Charts list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_DASHBOARDS
static final String TYPE_DASHBOARDS
String constant representing the home screen's Dashboards list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_QUICKSEARCH
static final String TYPE_QUICKSEARCH
String constant representing the home screen's Product Quick Search panel- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_TODOS
static final String TYPE_TODOS
String constant representing the home screen's To Do list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_PENDINGAPPROVALS
static final String TYPE_PENDINGAPPROVALS
String constant representing the home screen's Pending Approvals list- Since:
- 7.0
- See Also:
- Constant Field Values
-
TYPE_PENDINGCREATIONWFS
static final String TYPE_PENDINGCREATIONWFS
String constant representing the home screen's Pending Creation Workflows list- Since:
- 7.0
- See Also:
- Constant Field Values
-
-