Package | Description |
---|---|
psdi.mbo | |
psdi.server | |
psdi.webclient.system.session |
Modifier and Type | Method and Description |
---|---|
MboRemote |
MboSet.addAtIndex(long accessModifier,
int ind)
Adds a new object to the collection at the index specified.
|
void |
MboSet.commit()
Makes all changes sent to the database since the last commit() or
rollback() call, permanent.
|
MboSetRemote |
Mbo.getMboSet(java.lang.String name,
java.lang.String objectName,
java.lang.String relationship)
Retrieve the named(1st parameter) Mboset if it has been instanciated
or create a new MboSet using the name(1st parameter) if it has not
been instanciated.
|
MboValueData[][] |
MboSet.getMboValueData(int rowStart,
int rowCount,
java.lang.String[] attribute)
Get MboValueData for the specified rows and attributes.
|
MboValueData |
Mbo.getMboValueData(java.lang.String attribute)
Returns the MboValueData for the specified attribute.
|
MboValueData[] |
Mbo.getMboValueData(java.lang.String[] attribute)
Returns an array of MboValue objects for the specified attributes.
|
MboValueData |
Mbo.getMboValueData(java.lang.String attribute,
boolean ignoreFieldFlags)
Overloaded method of getMboValueData() to take a flag indicating if the logic
of attribute readonlyness can be ignored.
|
MboValueData[] |
Mbo.getMboValueDataForDownload(java.lang.String[] attribute) |
MboValueInfoStatic |
Mbo.getMboValueInfoStatic(java.lang.String attribute)
Get MboValueInfoStatic object of the attribute.
|
MboValueInfoStatic[] |
Mbo.getMboValueInfoStatic(java.lang.String[] attribute)
Get a list of MboValueInfoStatic for an array of attributes.
|
void |
MboSet.rollback()
Discards all changes sent to the database since the last commit() or
rollback() call.
|
void |
MboSet.save()
Sends changes to the database for all objects in the collection.
|
void |
MboSet.save(long flags)
Save the object with the specified flags.
|
void |
MboSet.saveTransaction(MXTransaction txn)
Save the object on the specified transaction.
|
void |
MboSet.setQbe(java.lang.String[] attribute,
java.lang.String expression)
Similar to
setQbe(String attribute, String expression) , except that this will
OR together the same expression for multiple attributes. |
void |
MboSet.setQbe(java.lang.String[] attribute,
java.lang.String[] expression)
Similar to
setQbe(String attribute, String expression) , except that this will
take array of expression and attributes. |
void |
MboSet.setQbe(java.lang.String attribute,
MboSetRemote lookup)
Set QBE for this attribute to the values derived from the multiple
selection of the lookup mbo set passed in.
|
void |
MboSet.setQbe(java.lang.String attribute,
java.lang.String expression)
Add an expression to the existing Qbe.
|
void |
MboSet.setQbe(java.lang.String attribute,
java.lang.String[] expression) |
void |
Mbo.setValue(java.lang.String attributeName,
float val,
long accessModifier)
Sets a float value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
MboSetRemote |
Mbo.smartFill(java.lang.String attribute,
java.lang.String value,
boolean exact)
Similar to getList().
|
MboSetRemote |
Mbo.smartFind(java.lang.String attribute,
java.lang.String value,
boolean exact)
Similar to getList().
|
MboSetRemote |
Mbo.smartFind(java.lang.String appName,
java.lang.String attribute,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specifyed attribute and value of the current record.
|
Modifier and Type | Method and Description |
---|---|
java.util.Map<java.lang.String,java.util.Set<java.lang.String>> |
MXServer.getLoadedTenants()
unload tenant from all maximo caches
|
java.util.Set<java.lang.String> |
MXServer.getLoadedTenants(java.lang.String cacheName)
remove tenant from specific cache
|
void |
MXServer.reloadMaximoCache(boolean flag)
reloads all maximo caches
|
void |
MXServer.reloadMaximoCache(java.lang.String cacheName,
boolean updateAllServers)
reloads specific cache
|
void |
MXServer.reloadMaximoCache(java.lang.String cacheName,
java.lang.String key,
boolean flag)
Reloads a specific sub component of the cache object.
|
void |
MXServer.unloadInactiveCaches(long interval)
unload tenant from all maximo caches
|
void |
MXServer.unloadTenantCache()
unload tenant from all maximo caches
|
void |
MXServer.unloadTenantCache(java.lang.String cacheName)
remove tenant from specific cache
|
Modifier and Type | Method and Description |
---|---|
int |
WebClientSession.handleEvent(WebClientEvent event) |
void |
WebClientSession.handleRequest(javax.servlet.http.HttpServletRequest request,
javax.servlet.http.HttpServletResponse response) |
boolean |
WebClientSessionFactory.hasAvailableSessions()
Returns a boolean on whether or not the factory can create a new session.
|
Constructor and Description |
---|
WebClientSession(javax.servlet.http.HttpSession httpSession)
Deprecated.
WebClientSessions should be created via the WebClientSessionFactory createSession method.
|