Package overit.geocall.ui
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
Interface that allows, to the components that implement it, to manage a DABase for loading data from database.
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptiongetDa()Returns the DA used to fetch the recordsReturns theHashGetterthat contains the values that will be associated to the parameters of the query used to fetch the records of the component (seeDABase)intGets the id of the query used to fetch the records of the component.voidSets the DADABaseused to do the queries that fetches the data from the databasevoidsetParams(HashGetter hg) Sets theHashGetterthat contains the values that will be associated to the parameters of the query used to fetch the records of the component.voidsetQueryId(int id) Sets the id of the query used to fetch the records of the component.Methods inherited from interface overit.geocall.ui.DBViewManager
changedMetaData, getDBView, getMode, getRo, setDBView, setFROM, setMode, setRo, setTO
-
Field Details
-
PAGE_NEXT
- See Also:
-
PAGE_PREVIOUS
- See Also:
-
PAGE_FIRST
- See Also:
-
PAGE_LAST
- See Also:
-
-
Method Details
-
setDa
Sets the DADABaseused 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
Sets theHashGetterthat contains the values that will be associated to the parameters of the query used to fetch the records of the component. (seeDABase)- Parameters:
hg- The HashGetter of the parameters used for the query
-
getParams
HashGetter getParams()Returns theHashGetterthat contains the values that will be associated to the parameters of the query used to fetch the records of the component (seeDABase)- 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. (seeDABase)- Parameters:
id- The id of the query
-
getQueryId
int getQueryId()Gets the id of the query used to fetch the records of the component. (seeDABase)- Returns:
- The id of the query
-