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 Content
Added On:
03/12/15
SQL Table:
RESOURCE_CONTENT
Module:
UniCharge
Type:
Entity
Status:
Active
Java Class:
ResourceContent
Entity that represents information about the content and the content for a particular resource itself .
Available Fields:
Content
Content Type
Id
Portfolio Code
Content
Added On:
03/12/15
SQL Column:
CONTENT
Java Field:
content
Status:
Active
SQL Type:
longblob
Java Type:
byte[]
Attributes:
The file (application configuration file, key, etc.) that can be downloaded to the terminal.
Content Type
Added On:
04/07/15
SQL Column:
CONTENT_TYPE
Java Field:
contentType
Status:
Active
SQL Type:
varchar(50)
Java Type:
String
Attributes:
The type of used resource content (application, image, file, etc.).
Id
Added On:
03/12/15
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.
Portfolio Code
Added On:
03/12/15
SQL Column:
PORTFOLIO_CODE
Java Field:
portfolioCode
Status:
Active
SQL Type:
int(11)
Java Type:
Integer
Attributes:
Portfolio that this resource belongs to.