|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Controls user selection of resource identifiers as scope intput to report execution.
Copyright (c) SAP AG 2004
| Nested Class Summary | |
static interface |
IScopeController.IScopeEntry
A scope list entry. |
| Field Summary | |
static int |
SCOPE_MODE_ANY
|
static int |
SCOPE_MODE_LIST
|
static int |
SCOPE_MODE_NONE
|
| Method Summary | |
RID |
getBrowseLocation()
In case this controller has scope mode SCOPE_MODE_ANY, returns the best starting location for browsing resources. |
String |
getScopeLabel()
Get a label suitable for user interfaces, for the scope list. |
List |
getScopeList()
In case this controller has scope mode SCOPE_MODE_LIST, returns the list of available scopes as list of IScopeController.IScopeEntrys. |
int |
getScopeMode()
Gives the scope mode of this controller. |
boolean |
prefersSingleSelection()
Gives preference whether single or mutiple scopes should be selected as input to a report. |
| Field Detail |
public static final int SCOPE_MODE_NONE
public static final int SCOPE_MODE_ANY
public static final int SCOPE_MODE_LIST
| Method Detail |
public int getScopeMode()
public boolean prefersSingleSelection()
RID. For certain reports however, selecting a single
resource may be the prefered way of operation.
public List getScopeList()
throws ResourceException
IScopeController.IScopeEntrys. The list may contain
each RID only once in a IScopeController.IScopeEntry.
For all other scope modes, the list may be null
IScopeController.IScopeEntrys
ResourceException - on failure to retrieve entry listpublic String getScopeLabel()
null may be returned.
null if none available.
public RID getBrowseLocation()
throws ResourceException
null if
the controller does not care where browsing should start.
null
ResourceException - on failure to determine location
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||