Class DataLoader

java.lang.Object
overit.geocallapp.utilities.ux.ui.data.DataLoader
All Implemented Interfaces:
Serializable, Identified
Direct Known Subclasses:
GroupingConstraintDataLoader, PriorityDataLoader, WorkCenterDataLoader

public abstract class DataLoader extends Object implements Identified, Serializable
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

      protected Identity _identity
  • Constructor Details

    • DataLoader

      public DataLoader()
  • Method Details

    • getIdentity

      public Identity getIdentity()
      Description copied from interface: Identified
      Returns the Identity associated to the component
      Specified by:
      getIdentity in interface Identified
      Returns:
      The Identity of the user currently logged in the application
    • setIdentity

      public void setIdentity(Identity identity)
      Description copied from interface: Identified
      Sets the Identity to the component
      Specified by:
      setIdentity in interface Identified
      Parameters:
      identity - The Identity that must be associated to the component
    • load

      public abstract DBView load()
    • onlyIds

      public abstract LongSet onlyIds()