public interface UserDefinedTableService
| Modifier and Type | Method and Description |
|---|---|
String |
createUserDefinedTableRows(InforContext context,
String tableName,
List<UDTRow> rows) |
int |
deleteUserDefinedTableRows(InforContext context,
String tableName,
UDTRow filters) |
UDTRow |
getMapAsUDTRow(String tableName,
Map<String,Object> mapRow) |
List<UDTRow> |
getMapsAsUDTRows(String tableName,
List<Map<String,Object>> mapRows) |
Map<String,Object> |
getUDTRowAsMap(UDTRow row) |
List<Map<String,Object>> |
getUDTRowsAsMaps(List<UDTRow> row) |
List<Map<String,Object>> |
readUserDefinedTableRows(InforContext context,
String tableName,
UDTRow filters,
List<String> fieldsToRead) |
int |
updateUserDefinedTableRows(InforContext context,
String tableName,
UDTRow fieldsToUpdate,
UDTRow filters) |
String createUserDefinedTableRows(InforContext context, String tableName, List<UDTRow> rows) throws InforException
InforExceptionList<Map<String,Object>> readUserDefinedTableRows(InforContext context, String tableName, UDTRow filters, List<String> fieldsToRead) throws InforException
InforExceptionint updateUserDefinedTableRows(InforContext context, String tableName, UDTRow fieldsToUpdate, UDTRow filters) throws InforException
InforExceptionint deleteUserDefinedTableRows(InforContext context, String tableName, UDTRow filters) throws InforException
InforExceptionMap<String,Object> getUDTRowAsMap(UDTRow row) throws InforException
InforExceptionList<Map<String,Object>> getUDTRowsAsMaps(List<UDTRow> row) throws InforException
InforExceptionUDTRow getMapAsUDTRow(String tableName, Map<String,Object> mapRow) throws InforException
InforExceptionList<UDTRow> getMapsAsUDTRows(String tableName, List<Map<String,Object>> mapRows) throws InforException
InforExceptionCopyright © 2024 CERN European Organization for Nuclear Research. All rights reserved.