Method Summary |
|
public FetchGroup | add(String fieldName) Method to add a field of the class to the fetch group. |
public void | deregisterListener(FetchPlan plan) Method to deregister a listener for changes to this FetchGroup. |
public void | disconnectFromListeners() Method to disconnect this fetch group from all listeners since the group is removed from use. |
public String | getClassName() Accessor for the class for this fetch group. |
public Class | getFetchGroupClass() Accessor for the class that this group is for. |
public String[] | getFieldNames() Accessor for the names of the fields in this fetch group. |
public String | getName() Accessor for the group name. |
public boolean | getPostLoad() Accessor for whether to call postLoad when this group is loaded. |
public boolean | hasField(String fieldName) Accessor for whether a particular field is in this group. |
public void | registerListener(FetchPlan plan) Method to register a listener for changes to this FetchGroup. |
public FetchGroup | remove(String fieldName) Method to remove a field of the class from the fetch group. |
public void | setPostLoad(boolean postLoad) Mutator for whether the postLoad callback should be called on loading this fetch group. |