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
resource Store
Added On:
03/31/20
SQL Table:
RESOURCE_STORE
Module:
UniCore
Type:
Entity
Status:
Active
Java Class:
resourceStore
Available Fields:
Id
Key Name
Scope Cl
Scope Code
Text Content
Id
Added On:
03/04/24
SQL Column:
ID
Java Field:
id
Status:
Active
SQL Type:
bigint(20)
Java Type:
Long
Identifier / Primary Key
Attributes:
Unique resource store ID generated by the system.
Key Name
Added On:
03/31/20
SQL Column:
KEY_NAME
Java Field:
keyName
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
Name of the resource.
Scope Cl
Added On:
03/04/24
SQL Column:
SCOPE_CL
Java Field:
scopeCl
Status:
Active
SQL Type:
varchar(1)
Java Type:
String
Attributes:
Reference to an object that this resource is associated with. Used in conjunction with scope_code.
Scope Code
Added On:
03/04/24
SQL Column:
SCOPE_CODE
Java Field:
scopeCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Reference to an object that this resource is associated with. Used in conjunction with scope_cl.
Text Content
Added On:
03/31/20
SQL Column:
TEXT_CONTENT
Java Field:
textContent
Status:
Active
SQL Type:
longtext
Java Type:
String
Attributes:
Content of the resource.