|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.rendering.base.IDCounter
public final class IDCounter
returns an integer or a String representing that integer while counting it up.
So, two calls in a row receive different values. The highest value returned
is Integer.MAX_VALUE, the lowest is Integer.MIN_VALUE.
Do not use this to create IDs that will be used
for a longer period of time or for a cache/ HashMap etc. Only usable for elements
which will be used in a smaller, better defined context, such as an DynPage.
| Constructor Summary | |
|---|---|
IDCounter()
Deprecated. |
|
| Method Summary | |
|---|---|
static String |
currentID()
Deprecated. As of NetWeaver 7.1 |
static int |
currentVal()
Deprecated. As of NetWeaver 7.1 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IDCounter()
| Method Detail |
|---|
public static int currentVal()
public static String currentID()
| Access Rights |
|---|
| SC | DC | Public Part | ACH |
|---|---|---|---|
[sap.com] KMC-CM
|
[sap.com]
|
api
|
EP-KM-CM
|
[sap.com] KMC-WPC
|
[sap.com] tc/kmc/wpc/wpcfacade
|
api
|
EP-PIN-WPC-WCM
|
|
SAP NetWeaver 7.40 SP 07 KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||