-
public interface FieldValuesInterface for field values.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidfetchFields(DNStateManager sm)Method to retrieve the fields and store them in the object managed by StateManager.voidfetchNonLoadedFields(DNStateManager sm)Method to retrieve the unloaded fields and store them in the object managed by StateManager.FetchPlangetFetchPlanForLoading()Accessor for any FetchPlan to use when loading of fields (if any).
-
-
-
Method Detail
-
fetchFields
void fetchFields(DNStateManager sm)
Method to retrieve the fields and store them in the object managed by StateManager.- Parameters:
sm- StateManager for the object
-
fetchNonLoadedFields
void fetchNonLoadedFields(DNStateManager sm)
Method to retrieve the unloaded fields and store them in the object managed by StateManager.- Parameters:
sm- StateManager for the object
-
getFetchPlanForLoading
FetchPlan getFetchPlanForLoading()
Accessor for any FetchPlan to use when loading of fields (if any).- Returns:
- The Fetch Plan
-
-