public class RSConfigService extends AppService implements AppServiceRemote
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
LOGGER |
currentState, dbManager, INIT, liveObjCount, load, LOAD, mxServer, name, RUN, running, stateCmdList, stateList, STOP, urlAPPLOGGER, CRONTASKLOGGER, CRONTASKMGRLOGGER, CRONTASKMGRSQLLOGGER, DBCONNECTIONLOGGER, DDLOGGER, DMLOGGER, EVENTLOGGER, EXCEPTIONLOGGER, MAILLOGGER, MAXIMOLOGGER, MTLOGGER, NULLMBOPOINTER, SECURITY, SENDFAILEDLOGGER, SERVICELOGGER, SQLLOGGERappenderPrefix, LOGGERNAME_APP, LOGGERNAME_CRONTASK, LOGGERNAME_CRONTASKMGR, LOGGERNAME_DBCONNECTION, LOGGERNAME_DD, LOGGERNAME_DM, LOGGERNAME_DMPREVIEW, LOGGERNAME_EVENT, LOGGERNAME_EXCEPTION, LOGGERNAME_MAIL, LOGGERNAME_MAXIMO, LOGGERNAME_MT, LOGGERNAME_NULLMBOPOINTER, LOGGERNAME_SECURITY, LOGGERNAME_SENDFAILED, LOGGERNAME_SERVICE, LOGGERNAME_SQL, LOGGERNAME_SQL_CRONTASKMGR, LOGGERNAME_TXN, loggerPrefix| Constructor and Description |
|---|
RSConfigService()
Construct the RSConfigService object without sending a parameter.
|
RSConfigService(MXServer mxServer)
Construct the RSConfigService object by sending in a server environment parameter.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMainTableName(java.lang.String appName,
UserInfo userinfo)
Returns set of result set attributes for a given portlet not including dot notation fields if any.
|
static MboRemote |
getRSConfigMbo(MboRemote layout,
java.lang.String attribute)
Get ResultSet config MBO for a given attribute name.
|
boolean |
isDotNotationFieldPersistent(java.lang.String layoutid,
java.lang.String fieldName,
UserInfo userinfo)
Determines if the dot notation field is persistent.
|
checkSecurity, configure, destroy, freeDBConnection, freeMboSet, getCriteria, getCriteriaList, getCurrentState, getDBConnection, getLiveObjCount, getLoad, getMaximoDD, getMaxVar, getMboSet, getMXServer, getName, getProfile, getProxy, getSchemaOwner, getServiceInfo, getServiceLogger, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, init, initCriteriaList, isAppService, isRunning, isSingletonService, restart, setName, setProxy, setRunning, setURL, verifyUser, verifyUserclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcheckSecurity, getCriteria, getCurrentState, getLiveObjCount, getMboSet, getName, getSchemaOwner, getSetForRelationship, getSetFromKeys, getStateCmdList, getStateList, getURL, verifyUser, verifyUserisAppService, isSingletonService, restartpublic static final java.lang.String LOGGER
public RSConfigService()
throws java.rmi.RemoteException
none - java.rmi.RemoteExceptionpublic RSConfigService(MXServer mxServer) throws java.rmi.RemoteException
mxServer - The "Server Environment" for the created Service Contract.java.rmi.RemoteExceptionpublic java.lang.String getMainTableName(java.lang.String appName,
UserInfo userinfo)
throws MXException,
java.rmi.RemoteException
MXExceptionjava.rmi.RemoteExceptionpublic boolean isDotNotationFieldPersistent(java.lang.String layoutid,
java.lang.String fieldName,
UserInfo userinfo)
throws java.rmi.RemoteException,
MXException
layoutid - PortletIdfieldName - Attribute selecteduserinfo - UserInfojava.rmi.RemoteExceptionMXExceptionpublic static MboRemote getRSConfigMbo(MboRemote layout, java.lang.String attribute) throws MXException, java.rmi.RemoteException
layout - - LAYOUT Mboattribute - nameMXExceptionjava.rmi.RemoteException