Package org.cyclos.impl.users
Interface UserLocatorHandler.BasicUserVOFiller
-
- Enclosing interface:
- UserLocatorHandler
public static interface UserLocatorHandler.BasicUserVOFillerMarksBasicUserVOs to be filled in a batch
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidadd(BasicUserVO vo)Adds a VO to be filledvoidfill()Fills all added VOs
-
-
-
Method Detail
-
add
void add(BasicUserVO vo)
Adds a VO to be filled
-
fill
void fill()
Fills all added VOs
-
-