|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Enumeration
A Enumeration to be used in the updating process. A instance of this interface will iterate over a collection of registers that must be migrated from old layout of fields to a new layout.
Method Summary | |
---|---|
int |
delete()
Delete the current record. |
int |
getSize()
Gets the size of the enumeration. |
boolean |
hasMoreElements()
Tests if this enumeration contains more elements. |
Hashtable |
nextElement()
Returns the next element of this enumeration if this enumeration object has at least one more element to provide. |
int |
update(Persistable persistable)
Update the current record with the Persistable parameter. |
Method Detail |
---|
int delete() throws FloggyException
FloggyException
int getSize()
boolean hasMoreElements()
true
if and only if this enumeration object contains
at least one more element to provide; false
otherwise.Hashtable nextElement() throws FloggyException
FloggyException
- if no more elements exist.int update(Persistable persistable) throws FloggyException
persistable
- The persistable object that will update the current
record.
FloggyException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |