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
Distribution Schema
UML
Added On:
01/09/15
SQL Table:
IAPP_DISTRIBUTION_SCHEMA
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
DistributionSchema
Entity that represents general information about distribution schema.
Available Fields:
Code
Create Date
Distribution Schema Detail FK
Is Active
Name
Ref Code
Scope CL
Scope Code
Code
Added On:
01/09/15
SQL Column:
CODE
Java Field:
code
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Identifier / Primary Key
Attributes:
Unique
Code of the distribution schema in the system.
Create Date
Added On:
01/09/15
SQL Column:
CREATE_DATE
Java Field:
createDate
Status:
Active
SQL Type:
datetime
Java Type:
Date
Attributes:
Date when the record was created
Distribution Schema Detail FK
Added On:
08/31/16
SQL Column:
DISTRIBUTION_SCHEMA_DETAIL_FK
Java Field:
distributionSchemaDetails
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
References
Distribution Schema Detail
Attributes:
Reference to the entity that represents distribution schema details.
Is Active
Added On:
01/09/15
SQL Column:
IS_ACTIVE
Java Field:
isActive
Status:
Active
SQL Type:
tinyint(1)
Java Type:
Boolean
Attributes:
Default:true
Indicates whether the record is active in the system.
Name
Added On:
01/09/15
SQL Column:
NAME
Java Field:
name
Status:
Active
SQL Type:
varchar(100)
Java Type:
String
Attributes:
Name of the distribution schema.
Ref Code
Added On:
01/27/17
SQL Column:
REF_CODE
Java Field:
refCode
Status:
Active
SQL Type:
varchar(20)
Java Type:
String
Attributes:
Secondary identifier of distribution schema that can be used to cross-reference records between UniPay and integrated systems.
Scope CL
Added On:
01/09/15
SQL Column:
SCOPE_CL
Java Field:
scopeCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
References
User Classifier
Attributes:
Reference to the entity that represents enumeration of possible types of users available within the system.
Scope Code
Added On:
01/09/15
SQL Column:
SCOPE_CODE
Java Field:
scopeCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Unique code of the selected scope (user) within the system that the schema is assigned to.