Namespace: Consultingwerk.SmartFramework.Scheduler
Class 
SmartSchedulerJobPlanTableModelFilter Copy to Clipboard
Parent classes:
Inherits: Consultingwerk.OERA.ModelFilter.TableModelFilter

File:SmartSchedulerJobPlanTableModelFilter
Purpose:Filter class for the SmartSchedulerJobPlanTableModel
Author(s):Mark Bartscherer / Consultingwerk Ltd.
Created:30/05/2016 10:32:40,451+02:00



Top Method Summary
Options Name Purpose
+ LOGICAL CanFind () Returns if a record meeting the current Filter criteria can be found
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.ModelFilter.TableModelFilter Reset () Clears the Filters currently present for the TableModel
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
+ Consultingwerk.OERA.TableModel Run () Executes the Filter
Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter

Top Constructor Summary
Options Name Purpose
+ SmartSchedulerJobPlanTableModelFilter (SmartSchedulerJobPlanTableModel_Generated) Constructor for the SmartSchedulerJobPlanTableModelFilter class

Top Property Summary
Options Name Purpose
+ Consultingwerk.OERA.ModelFilter.LogicalFilter Active Returns the LogicalFilter for the Active field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter DataBaseConnections Returns the CharacterFilter for the DataBaseConnections field
+ Consultingwerk.OERA.ModelFilter.IntegerFilter MaxExecutionDelay Returns the IntegerFilter for the MaxExecutionDelay field
+ Consultingwerk.OERA.ModelFilter.IntegerFilter MaxRuntime Returns the IntegerFilter for the MaxRuntime field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter PlanningType Returns the CharacterFilter for the PlanningType field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringApril Returns the LogicalFilter for the RecurringApril field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringAugust Returns the LogicalFilter for the RecurringAugust field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter RecurringDaylist Returns the CharacterFilter for the RecurringDaylist field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringDecember Returns the LogicalFilter for the RecurringDecember field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter RecurringExecutionTimes Returns the CharacterFilter for the RecurringExecutionTimes field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringFebruary Returns the LogicalFilter for the RecurringFebruary field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringFriday Returns the LogicalFilter for the RecurringFriday field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringJanuary Returns the LogicalFilter for the RecurringJanuary field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringJuly Returns the LogicalFilter for the RecurringJuly field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringJune Returns the LogicalFilter for the RecurringJune field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringMarch Returns the LogicalFilter for the RecurringMarch field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringMay Returns the LogicalFilter for the RecurringMay field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringMonday Returns the LogicalFilter for the RecurringMonday field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringNovember Returns the LogicalFilter for the RecurringNovember field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringOctober Returns the LogicalFilter for the RecurringOctober field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringSaturday Returns the LogicalFilter for the RecurringSaturday field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringSeptember Returns the LogicalFilter for the RecurringSeptember field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringSunday Returns the LogicalFilter for the RecurringSunday field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringThursday Returns the LogicalFilter for the RecurringThursday field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringTuesday Returns the LogicalFilter for the RecurringTuesday field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringWednesday Returns the LogicalFilter for the RecurringWednesday field
+ Consultingwerk.OERA.ModelFilter.DateTimeTzFilter ScheduleDateTime Returns the DateTimeTzFilter for the ScheduleDateTime field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter SchedulerJobGuid Returns the CharacterFilter for the SchedulerJobGuid field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter SchedulerJobName Returns the CharacterFilter for the SchedulerJobName field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter SchedulerJobPlanGuid Returns the CharacterFilter for the SchedulerJobPlanGuid field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter UserGuid Returns the CharacterFilter for the UserGuid field
+ Consultingwerk.OERA.ModelFilter.DateTimeTzFilter ValidFrom Returns the DateTimeTzFilter for the ValidFrom field
+ Consultingwerk.OERA.ModelFilter.DateTimeTzFilter ValidTo Returns the DateTimeTzFilter for the ValidTo field
+ Consultingwerk.OERA.ModelFilter.IntegerFilter WeekInterval Returns the IntegerFilter for the WeekInterval field


Method Detail
Top

PUBLIC LOGICAL CanFind ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Returns if a record meeting the current Filter criteria can be found
Notes: Invokes the CanFind() method of the TableModel instance

Returns LOGICAL
The reference to the TableModel instance
Top

PUBLIC Consultingwerk.OERA.ModelFilter.TableModelFilter Reset ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Clears the Filters currently present for the TableModel
Notes:

Returns Consultingwerk.OERA.ModelFilter.TableModelFilter
The reference to the TableModelFilter instance
Top

PUBLIC Consultingwerk.OERA.TableModel Run ()

Inherited from Consultingwerk.OERA.ModelFilter.TableModelFilter
Purpose: Executes the Filter
Notes: Invokes the Fill method of the TableModel instance

Returns Consultingwerk.OERA.TableModel
The reference to the TableModel instance


Constructor Detail
Top

PUBLIC SmartSchedulerJobPlanTableModelFilter (SmartSchedulerJobPlanTableModel_Generated)

Purpose: Constructor for the SmartSchedulerJobPlanTableModelFilter class
Notes:

Parameters:
poTableModel Consultingwerk.SmartFramework.Scheduler.SmartSchedulerJobPlanTableModel_Generated
The reference to the TableModel for this Filter class


Property Detail
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter Active

Purpose: Returns the LogicalFilter for the Active field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter DataBaseConnections

Purpose: Returns the CharacterFilter for the DataBaseConnections field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.IntegerFilter MaxExecutionDelay

Purpose: Returns the IntegerFilter for the MaxExecutionDelay field
Notes:

Returns Consultingwerk.OERA.ModelFilter.IntegerFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.IntegerFilter MaxRuntime

Purpose: Returns the IntegerFilter for the MaxRuntime field
Notes:

Returns Consultingwerk.OERA.ModelFilter.IntegerFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter PlanningType

Purpose: Returns the CharacterFilter for the PlanningType field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringApril

Purpose: Returns the LogicalFilter for the RecurringApril field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringAugust

Purpose: Returns the LogicalFilter for the RecurringAugust field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter RecurringDaylist

Purpose: Returns the CharacterFilter for the RecurringDaylist field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringDecember

Purpose: Returns the LogicalFilter for the RecurringDecember field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter RecurringExecutionTimes

Purpose: Returns the CharacterFilter for the RecurringExecutionTimes field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringFebruary

Purpose: Returns the LogicalFilter for the RecurringFebruary field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringFriday

Purpose: Returns the LogicalFilter for the RecurringFriday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringJanuary

Purpose: Returns the LogicalFilter for the RecurringJanuary field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringJuly

Purpose: Returns the LogicalFilter for the RecurringJuly field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringJune

Purpose: Returns the LogicalFilter for the RecurringJune field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringMarch

Purpose: Returns the LogicalFilter for the RecurringMarch field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringMay

Purpose: Returns the LogicalFilter for the RecurringMay field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringMonday

Purpose: Returns the LogicalFilter for the RecurringMonday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringNovember

Purpose: Returns the LogicalFilter for the RecurringNovember field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringOctober

Purpose: Returns the LogicalFilter for the RecurringOctober field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringSaturday

Purpose: Returns the LogicalFilter for the RecurringSaturday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringSeptember

Purpose: Returns the LogicalFilter for the RecurringSeptember field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringSunday

Purpose: Returns the LogicalFilter for the RecurringSunday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringThursday

Purpose: Returns the LogicalFilter for the RecurringThursday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringTuesday

Purpose: Returns the LogicalFilter for the RecurringTuesday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter RecurringWednesday

Purpose: Returns the LogicalFilter for the RecurringWednesday field
Notes:

Returns Consultingwerk.OERA.ModelFilter.LogicalFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.DateTimeTzFilter ScheduleDateTime

Purpose: Returns the DateTimeTzFilter for the ScheduleDateTime field
Notes:

Returns Consultingwerk.OERA.ModelFilter.DateTimeTzFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter SchedulerJobGuid

Purpose: Returns the CharacterFilter for the SchedulerJobGuid field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter SchedulerJobName

Purpose: Returns the CharacterFilter for the SchedulerJobName field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter SchedulerJobPlanGuid

Purpose: Returns the CharacterFilter for the SchedulerJobPlanGuid field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter UserGuid

Purpose: Returns the CharacterFilter for the UserGuid field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.DateTimeTzFilter ValidFrom

Purpose: Returns the DateTimeTzFilter for the ValidFrom field
Notes:

Returns Consultingwerk.OERA.ModelFilter.DateTimeTzFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.DateTimeTzFilter ValidTo

Purpose: Returns the DateTimeTzFilter for the ValidTo field
Notes:

Returns Consultingwerk.OERA.ModelFilter.DateTimeTzFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.IntegerFilter WeekInterval

Purpose: Returns the IntegerFilter for the WeekInterval field
Notes:

Returns Consultingwerk.OERA.ModelFilter.IntegerFilter


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:40:58