|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IBatchAdminImportFileParser
Interface all AdminDataVO batch import parser should implement.
| Method Summary | |
|---|---|
boolean |
hasMore()
|
void |
init(java.lang.String orgId)
Initialization method that should be called before any users are parsed form the data. |
AdminDataVO |
next()
Fetches the next available AdminDataVO from the file. |
| Method Detail |
|---|
void init(java.lang.String orgId)
orgId - organization id of organization to import users to.boolean hasMore()
AdminDataVO next()
throws java.text.ParseException
java.text.ParseException - if the row in the import was invalid and couldn't
be parsed properly.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||