|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface SequenceManager
The SequenceManager
interface provides a single sequence(String)
method to provide the next number within
a defined sequence.
The SequenceManager is accessed using EbaseSystem.getSequenceManager()
.
Method Summary | |
---|---|
int |
sequence(java.lang.String sequenceName)
Returns the next number within the sequence specified by sequenceName . |
Method Detail |
---|
int sequence(java.lang.String sequenceName) throws com.ebasetech.xi.exceptions.FormRuntimeException
sequenceName
. Sequences are defined and maintained
using the Ebase Xi Designer.
com.ebasetech.xi.exceptions.FormRuntimeException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |