Report Queue


Added On:  07/17/14 
SQL Table:  IAPP_REPORT_QUEUE 
Module:  UniCore 
Type:  Entity  Status:  Active 
Java Class:  ReportQueue 
Entity that represents report queue information.
Added On:  07/17/14
SQL Column:  COMPLETE_DATE
Java Field:  completeDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date when the report was completed.
Added On:  07/17/14
SQL Column:  CREATE_DATE
Java Field:  createDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date when the record was created.
Added On:  07/17/14
SQL Column:  CREATOR_CODE
Java Field:  creatorCode
Status:  Active
SQL Type:  varchar(60)
Java Type:  String
Attributes:
Name of the user that created the report.
Added On:  07/17/14
SQL Column:  ERROR_MESSAGE
Java Field:  errorMessage
Status:  Active
SQL Type:  varchar(8000)
Java Type:  String
Attributes:
Additional message that includes information about the occured error (if any).
Added On:  07/17/14
SQL Column:  FILE_NAME
Java Field:  fileName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
The full file name of the report.
Added On:  10/10/14
SQL Column:  FILE_SIZE
Java Field:  fileSize
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Attributes:
The size of created report file (Kb).
Added On:  07/17/14
SQL Column:  GENERATION_TIME
Java Field:  generationTime
Status:  Active
SQL Type:  int(11)
Java Type:  Integer
Attributes:
Time when the report file was generated.
Added On:  07/17/14
SQL Column:  ID
Java Field:  id
Status:  Active
SQL Type:  bigint(20)
Java Type:  Long
Identifier / Primary Key
Attributes: Unique, Required, CreateOnly, ReadOnly
Identifier of the object used for references; auto-incremented integer value.
Added On:  07/17/14
SQL Column:  PARAMETERS
Java Field:  parameters
Status:  Active
SQL Type:  longtext
Java Type:  String
Attributes:
Additional configurable options of the report.
Added On:  07/17/14
SQL Column:  REPORT_CODE
Java Field:  reportCode
Status:  Active
SQL Type:  varchar(100)
Java Type:  String
Attributes:
The unique code of the report in the system.
Added On:  07/17/14
SQL Column:  REPORT_GENERATION_CL
Java Field:  reportGenerationCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Enumeration of possible values of report file generation types.
Added On:  07/17/14
SQL Column:  REPORT_NAME
Java Field:  reportName
Status:  Active
SQL Type:  varchar(255)
Java Type:  String
Attributes:
The full name of the report.
Added On:  07/17/14
SQL Column:  REPORT_TYPE_CL
Java Field:  reportTypeCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Enumeration of possible types of reports.
Added On:  07/17/14
SQL Column:  START_DATE
Java Field:  startDate
Status:  Active
SQL Type:  datetime
Java Type:  Date
Attributes:
The date when the report was started.
Added On:  07/17/14
SQL Column:  STATUS_CL
Java Field:  statusCl
Status:  Active
SQL Type:  varchar(1)
Java Type:  String
Attributes:
Represents current status of report queque.