All Methods Static Methods Instance Methods Concrete Methods
| Modifier and Type |
Method and Description |
<A,R> BatchResponse<R> |
batchOperation(InforContext context,
WSHubOperation<A,R> operation,
List<A> arguments) |
<A,R,T> Map<T,R> |
batchOperationToMap(List<A> arguments,
BatchResponse<R> results,
Map<T,A> map) |
void |
closeConnection(Connection connection,
Statement statement,
ResultSet resultSet)
Close the connection with the database
|
net.datastream.schemas.mp_functions.SessionType |
createInforSession(InforContext context) |
net.datastream.schemas.mp_functions.MessageConfigType |
createMessageConfig()
Generates MessageConfig element that can be added to the request to tell the
server to omit the InformationAlert and WarningAlert elements from the
response.
|
org.xmlsoap.schemas.ws._2002._04.secext.Security |
createSecurityHeader(InforContext context) |
void |
demandDatabaseConnection() |
static String |
extractEntityCode(String code) |
static EntityOrganizationCodePair |
extractEntityOrganizationCodePair(String code) |
static String |
extractOrganizationCode(String code) |
static InforException |
generateFault(String reason) |
static InforException |
generateFault(String reason,
ExceptionInfo[] errors) |
static String |
getCacheKey(InforContext inforContext,
String... parts) |
static String |
getCacheKeyWithLang(InforContext inforContext,
String... parts) |
CustomFieldsTools |
getCustomFieldsTools() |
DataSource |
getDataSource() |
DataTypeTools |
getDataTypeTools() |
javax.persistence.EntityManager |
getEntityManager() |
FieldDescriptionTools |
getFieldDescriptionsTools() |
GridTools |
getGridTools() |
InforContext |
getInforContext(Credentials credentials) |
InforContext |
getInforContext(Credentials credentials,
String sessionID) |
InforContext |
getInforContext(String username,
String password) |
InforFieldTools |
getInforFieldTools() |
net.datastream.schemas.mp_fields.ORGANIZATIONID_Type |
getOrganization(InforContext inforContext) |
net.datastream.schemas.mp_fields.ORGANIZATIONID_Type |
getOrganization(InforContext inforContext,
String organizationCode) |
String |
getOrganizationCode(InforContext inforContext) |
String |
getOrganizationCode(InforContext context,
String organizationCode) |
String |
getTenant(InforContext inforContext) |
boolean |
isDatabaseConnectionConfigured() |
void |
log(Level logLevel,
String message) |
<A,R> R |
performInforOperation(InforContext context,
InforOperation<A,R> operation,
A argument) |
<T> BatchResponse<T> |
processCallables(List<Callable<T>> mylist) |
void |
processRunnables(List<Runnable> mylist) |
void |
processRunnables(Runnable... runnables) |