Interface DAViewManager

All Superinterfaces:
DBViewManager
All Known Implementing Classes:
ActivityCalendarView, CalendarView, CardView, CardViewWfm, CrewShellCompositionServerTableView, CrewShellDraftCompositionServerTableView, CVMaterials, CVViewMeter, overit.geocallapp.wfm.schedulazione.cristallizzazione.monitorattivita.pianogiornaliero.supporto.DailyPlanCardView, EventServerTableView, ResourceForecastCalendarView, ResourceForecastComparatorCalendarView, SchedulableBundlesCardView, ServerTableView, ServerTableViewAccounting, ServerTableViewActiveGroupingConstraint, ServerTableViewActivityForecastHeader, ServerTableViewActivityForecastHeaderSelection, ServerTableViewAddress, ServerTableViewAgendaHistory, ServerTableViewAllocateTechnicians, ServerTableViewBundle, ServerTableViewBundleOperationOrdering, ServerTableViewBundlingRule, ServerTableViewCapacityPlanningActivityDetailResult, ServerTableViewCapacityPlanningActivityResultGantt, ServerTableViewCapacityPlanningResourceDetailResult, ServerTableViewCapacityPlanningScenario, ServerTableViewCopyForecastResourceDetail, ServerTableViewCrewShell, ServerTableViewCrewShellAddress, ServerTableViewCrewShellModel, ServerTableViewCriticalActivityRules, ServerTableViewDailyPlanOrderConfiguration, ServerTableViewDataCollectionSheet, ServerTableViewDataCollectionTemplate, ServerTableViewDataCollectionTemplateStructure, ServerTableViewDataCollectionTemplateStructureGantt, ServerTableViewDCSSchedulingUser, ServerTableViewExpectedMaterial, ServerTableViewForecastActivityDetailGantt, ServerTableViewForecastActivityPriority, ServerTableViewForecastGroupingConstraint, ServerTableViewForecastHeader, ServerTableViewForecastShiftModel, ServerTableViewForecastShiftModelDetail, ServerTableViewImmediateSchedulingActivities, ServerTableViewImmediateSchedulingActivitiesHistory, ServerTableViewImportForecast, ServerTableViewImportForecastResources, ServerTableViewImportOperationActivityFromWo, ServerTableViewImportWarehouseMaterial, ServerTableViewLogDetail, ServerTableViewLogMaster, ServerTableViewLogMaster, ServerTableViewMaterial, ServerTableViewMobileErrorLog, ServerTableViewMultistageGroup, ServerTableViewMultistageWOOperation, ServerTableViewNotifications, ServerTableViewObtainedPermitHistory, ServerTableViewOperationActivity, ServerTableViewOperationCenterAddress, ServerTableViewPermitSingleIntervention, ServerTableViewRequiredPermitHistory, ServerTableViewResourceAddress, ServerTableViewResourceForecastHeaderSelection, ServerTableViewRoughPlanning, ServerTableViewRoughPlanningActivities, ServerTableViewSchedulingProposal, ServerTableViewSchedulingUser, overit.geocallapp.wfm.schedulazione.odl.ricerca.ServerTableViewSearchWO, ServerTableViewSelectionForecastResource, ServerTableViewSelectionRoughPlanningResources, ServerTableViewSerializedMaterial, ServerTableViewStock, ServerTableViewStockDetail, ServerTableViewStockHistory, ServerTableViewTechnicalObject, ServerTableViewTechnicalObjectType, ServerTableViewTimesheet, ServerTableViewTooltipConfiguration, ServerTableViewTooltipConfigurationRules, ServerTableViewTransferRequest, ServerTableViewUser, ServerTableViewWarehouse, ServerTableViewWarehouseMaterial, ServerTableViewWarehouseOperation, ServerTableViewWithCount, ServerTableViewWorkloadDistributionRule, ServerTableViewWorkOrderNote, ServerTableViewWorkOrderOperationType, ServerTableViewWorkOrderType, SynchronizedPlanningMonitorTableView, TableViewSchedulableActivities

public interface DAViewManager extends DBViewManager
Interface that allows, to the components that implement it, to manage a DABase for loading data from database.
  • Field Details

  • Method Details

    • setDa

      void setDa(DABase da)
      Sets the DA DABase used to do the queries that fetches the data from the database
      Parameters:
      da - The DA used by the component.
    • getDa

      DABase getDa()
      Returns the DA used to fetch the records
      Returns:
      The DA associated to the component.
    • setParams

      void setParams(HashGetter hg)
      Sets the HashGetter that contains the values that will be associated to the parameters of the query used to fetch the records of the component. (see DABase)
      Parameters:
      hg - The HashGetter of the parameters used for the query
    • getParams

      HashGetter getParams()
      Returns the HashGetter that contains the values that will be associated to the parameters of the query used to fetch the records of the component (see DABase)
      Returns:
      The HashGetter of the parameters used for the query
    • setQueryId

      void setQueryId(int id)
      Sets the id of the query used to fetch the records of the component. (see DABase)
      Parameters:
      id - The id of the query
    • getQueryId

      int getQueryId()
      Gets the id of the query used to fetch the records of the component. (see DABase)
      Returns:
      The id of the query