Protocol.Covington.WorkRequest.BLL.Request Class
Summary description for Request.

Access: Public
Base Classes: Object
  Members Description  
    _selectedID    
    _selectedView    
    _requestID    
    _divisionID    
    _locationID    
    _departmentID    
    _clientID    
    _personID    
    _priorityID    
    _categoryID    
    _actionID    
    _priorityRank    
    _errorMsg    
    _criteria    
    _subject    
    _number    
    _requestCompletionDate    
    _required    
    _description    
    _attachmentPath    
    _machines    
    _states    
    _comments    
    _attachments    
    Request    
    ListProject Purpose: ListProject method. This method will display all records in the Project table.

 
    ListCategory Purpose: ListCategory method. This method will display all records in the Category table.

 
    ListAction Purpose: ListAction method. This method will display all records in the Action table.

 
    ListPriority Purpose: ListPriority method. This method will display all records in the Priority table.

 
    ListClient Purpose: ListClient method. This method will display all records in the Client table.

 
    ListRequester Purpose: ListRequestor method. This method will display all records in the Person table.

 
    ListLocation Purpose: ListLocation method. This method will display all records in the Location table.

 
    ListDepartment Purpose: ListDepartment method. This method will display all records in the Department table.

 
    ListDivision Purpose: ListDivision method. This method will display all records in the Department table.

 
    ListMachine Purpose: ListMachine method. This method will display all records in the Machine table.

 
    List Purpose: List method. This method will display all records in the Request table.

 
    Find Purpose: Find method. This method will find data meeting criteria from Request table.

 
    CreateCriteria    
    Add Purpose: Add method.

 
    CalculateNextRequestNumber Purpose: SetRequestNumber method. This method will set the Request Number. Will append Location Code to a number

 
    Change Purpose: Change method. This method will change a row from the Request table.

 
    Delete Purpose: Delete method. This method will delete data from Request table.

 
    Dispose Purpose: Dispose method.

 
    AddNoneDataRow    
    RequestID    
    Subject    
    PersonID    
    ErrorMSG    
    Number Purpose: Number for humans to identify the Request By Actually contains the location prefix and a sequence number so in theory it is actually a Code and not a number Should use Code not Number

 
    Code Purpose: Number for humans to identify the Request By Actually contains the location prefix and a sequence number so in theory it is actually a Code and not a number Use of Code is preferred over Number

 
    DivisionID    
    LocationID    
    DepartmentID    
    SelectedID    
    ClientID    
    PriorityID    
    PriorityRank    
    CategoryID    
    ActionID    
    Criteria    
    Description    
    RequestedCompletionDate    
    Required    
    SelectedView    
    Attachments    
    Machines    
    States    
    Comments    
    AttachmentPath