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

File:SmartSchedulerJobStatusTableModelFilter
Purpose:Filter class for the SmartSchedulerJobStatusTableModel
Author(s):Mike Fechner / Consultingwerk Ltd.
Created:16/07/2016 18:45:55,608+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
+ SmartSchedulerJobStatusTableModelFilter (SmartSchedulerJobStatusTableModel_Generated) Constructor for the SmartSchedulerJobStatusTableModelFilter class

Top Property Summary
Options Name Purpose
+ Consultingwerk.OERA.ModelFilter.LogicalFilter Cancel Returns the LogicalFilter for the Cancel field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter DataBaseConnections Returns the CharacterFilter for the DataBaseConnections field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter Description Returns the CharacterFilter for the Description field
+ Consultingwerk.OERA.ModelFilter.DateTimeTzFilter FinishedDateTime Returns the DateTimeTzFilter for the FinishedDateTime field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter JobName Returns the CharacterFilter for the JobName field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter JobStatus Returns the CharacterFilter for the JobStatus field
+ Consultingwerk.OERA.ModelFilter.IntegerFilter MaxExecutionDelay Returns the IntegerFilter for the MaxExecutionDelay field
+ Consultingwerk.OERA.ModelFilter.IntegerFilter Percentage Returns the IntegerFilter for the Percentage field
+ Consultingwerk.OERA.ModelFilter.LogicalFilter Recurring Returns the LogicalFilter for the Recurring 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 SchedulerJobStatusGuid Returns the CharacterFilter for the SchedulerJobStatusGuid field
+ Consultingwerk.OERA.ModelFilter.DateTimeTzFilter StartDateTime Returns the DateTimeTzFilter for the StartDateTime field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter StatusText Returns the CharacterFilter for the StatusText field
+ Consultingwerk.OERA.ModelFilter.CharacterFilter UserGuid Returns the CharacterFilter for the UserGuid 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 SmartSchedulerJobStatusTableModelFilter (SmartSchedulerJobStatusTableModel_Generated)

Purpose: Constructor for the SmartSchedulerJobStatusTableModelFilter class
Notes:

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


Property Detail
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter Cancel

Purpose: Returns the LogicalFilter for the Cancel 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.CharacterFilter Description

Purpose: Returns the CharacterFilter for the Description field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.DateTimeTzFilter FinishedDateTime

Purpose: Returns the DateTimeTzFilter for the FinishedDateTime field
Notes:

Returns Consultingwerk.OERA.ModelFilter.DateTimeTzFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter JobName

Purpose: Returns the CharacterFilter for the JobName field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter JobStatus

Purpose: Returns the CharacterFilter for the JobStatus 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 Percentage

Purpose: Returns the IntegerFilter for the Percentage field
Notes:

Returns Consultingwerk.OERA.ModelFilter.IntegerFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.LogicalFilter Recurring

Purpose: Returns the LogicalFilter for the Recurring 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 SchedulerJobStatusGuid

Purpose: Returns the CharacterFilter for the SchedulerJobStatusGuid field
Notes:

Returns Consultingwerk.OERA.ModelFilter.CharacterFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.DateTimeTzFilter StartDateTime

Purpose: Returns the DateTimeTzFilter for the StartDateTime field
Notes:

Returns Consultingwerk.OERA.ModelFilter.DateTimeTzFilter
Top

PUBLIC Consultingwerk.OERA.ModelFilter.CharacterFilter StatusText

Purpose: Returns the CharacterFilter for the StatusText 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


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