Class DataLoader
java.lang.Object
overit.geocallapp.utilities.ux.ui.data.DataLoader
- All Implemented Interfaces:
Serializable,Identified
- Direct Known Subclasses:
GroupingConstraintDataLoader,PriorityDataLoader,WorkCenterDataLoader
A new DataLoader is defined when the same logic
for loading a dbview needs to be maintained in multiple points of the code.
- Since:
- 19.0
- See Also:
-
Field Details
-
_identity
-
-
Constructor Details
-
DataLoader
public DataLoader()
-
-
Method Details
-
getIdentity
Description copied from interface:IdentifiedReturns theIdentityassociated to the component- Specified by:
getIdentityin interfaceIdentified- Returns:
- The Identity of the user currently logged in the application
-
setIdentity
Description copied from interface:IdentifiedSets theIdentityto the component- Specified by:
setIdentityin interfaceIdentified- Parameters:
identity- The Identity that must be associated to the component
-
load
-
onlyIds
-