|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.caf.rt.bol.util.Paging
public class Paging
This objects specifies paging properties for a particular query
| Constructor Summary | |
|---|---|
Paging(int maxResults)
Constructs a paging option that specifies only the maximum number of results to be returned |
|
Paging(int firstResult,
int maxResults)
Constructs a paging option that specifies the starting index from the result and the the maximum number of results to be returned |
|
| Method Summary | |
|---|---|
int |
getFirstResult()
Returns the starting index from the result to be returned |
int |
getMaxResults()
Returns the maximum number of results to be returned |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Paging(int maxResults)
maxResults - the maximum number of results to be returned
public Paging(int firstResult,
int maxResults)
firstResult - the starting index from the resultmaxResults - the maximum number of results to be returned| Method Detail |
|---|
public int getMaxResults()
public int getFirstResult()
| Access Rights |
|---|
| SC | DC |
|---|---|
[sap.com] CAF
|
[sap.com] caf/runtime/ear
|
|
SAP NetWeaver 7.20 (SP01) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||