Documentation
for developers and administrators
Home
APIs
Processing
Billing
Management
Webhooks
Manuals
Terminology
User Guides
User Interface Reference
How-To Tutorials
Lessons
Data Dictionaries
UniCore
UniCharge
UniBill
Build
Properties Definition
Resources (Directory Structure)
Zip and Country Codes
Development
Log Files
Permissions
JNDI Names
Job Queues
Reference Materials
Supported Providers (Banks & Networks)
UniPay Codes & Code Mappings
Integrated 3rd Party Libraries
Diagrams and Documents
Entire website
This section only
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.
Available Fields:
Complete Date
Create Date
Creator Code
Error Message
File Name
File Size
Generation Time
Id
Parameters
Report Code
Report Generation CL
Report Name
Report Type CL
Start Date
Status CL
Complete Date
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.
Create Date
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.
Creator Code
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.
Error Message
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).
File Name
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.
File Size
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).
Generation Time
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.
Id
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.
Parameters
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.
Report Code
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.
Report Generation CL
Added On:
07/17/14
SQL Column:
REPORT_GENERATION_CL
Java Field:
reportGenerationCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Report Generation Classifier
Attributes:
Enumeration of possible values of report file generation types.
Report Name
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.
Report Type CL
Added On:
07/17/14
SQL Column:
REPORT_TYPE_CL
Java Field:
reportTypeCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Report Type Classifier
Attributes:
Enumeration of possible types of reports.
Start Date
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.
Status CL
Added On:
07/17/14
SQL Column:
STATUS_CL
Java Field:
statusCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
Report Status Classifier
Attributes:
Represents current status of report queque.