public interface ABOCollection<T> extends Clearable
Modifier and Type | Method and Description |
---|---|
int |
addABO(T abo)
Adds the ABO to the container
|
int |
addABO(T abo,
boolean isCurrent) |
AliveBusinessObject |
getABO(int index) |
int |
getABOCount() |
boolean |
isNewABOAccepted(T abo)
Defines whether this type of ABOs is supposed to be displayed in this collection
|
boolean |
isNewABOAutoInserted()
Defines whether automatic insertion of new ABOs, that have been created by
other users, is desired.
|
void |
removeABO(T abo)
Removes the ABO from the container
|
AliveBusinessObject getABO(int index)
int getABOCount()
int addABO(T abo)
int addABO(T abo, boolean isCurrent)
void removeABO(T abo)
boolean isNewABOAccepted(T abo)
boolean isNewABOAutoInserted()
Copyright © 2014 EsprIT-Systems. All Rights Reserved.