71 lines
1.6 KiB
YAML
Executable File
71 lines
1.6 KiB
YAML
Executable File
loadContent:
|
|
-
|
|
Title: "LoadContent method"
|
|
Function: "loadContent"
|
|
Input:
|
|
CON_CATEGORY: 'ABC_CATEGORY'
|
|
CON_PARENT: '1234567890'
|
|
CON_ID: '6475576C725EA4'
|
|
CON_LANG: 'it'
|
|
CON_VALUE: 'Content Example'
|
|
Output:
|
|
Type: "string"
|
|
deleteContent:
|
|
-
|
|
Title: "delete a row "
|
|
Function: "deleteContent"
|
|
Input:
|
|
CON_CATEGORY: 'ABC_CATEGORY'
|
|
CON_PARENT: '1234567890'
|
|
CON_ID: '6475576C725EA4'
|
|
CON_LANG: 'it'
|
|
Output:
|
|
Type: "NULL"
|
|
-
|
|
Title: "delete a row "
|
|
Function: "deleteContent"
|
|
Input:
|
|
CON_CATEGORY: 'ABC_CATEGORY'
|
|
CON_PARENT: '1234567890'
|
|
CON_ID: '9876543210'
|
|
CON_LANG: 'it'
|
|
Output:
|
|
Type: "NULL"
|
|
addContent1:
|
|
-
|
|
Title: "addContent method, calling the first time"
|
|
Function: "addContent"
|
|
Input:
|
|
CON_CATEGORY: 'ABC_CATEGORY'
|
|
CON_PARENT: '1234567890'
|
|
CON_ID: '9876543210'
|
|
CON_LANG: 'it'
|
|
CON_VALUE: 'addContent method, calling the first time'
|
|
Output:
|
|
Type: integer
|
|
addContentTwice:
|
|
-
|
|
Title: "validate duplicate row, with the addContent method"
|
|
Function: "addContent"
|
|
Input:
|
|
CON_CATEGORY: 'ABC_CATEGORY'
|
|
CON_PARENT: '1234567890'
|
|
CON_ID: '9876543210'
|
|
CON_LANG: 'it'
|
|
CON_VALUE: 'validate duplicate row, now update the row'
|
|
Output:
|
|
Type: "integer"
|
|
addContentAcentos:
|
|
-
|
|
Title: "add content with acentos"
|
|
Function: "addContent"
|
|
Input:
|
|
CON_CATEGORY: 'ABC_CATEGORY'
|
|
CON_PARENT: '1234567890'
|
|
CON_ID: '6475576C725EA4'
|
|
CON_LANG: 'it'
|
|
CON_VALUE: 'áéíóúñÑ'
|
|
Output:
|
|
Type: "integer"
|
|
|
|
|