public class ApplicationParameterOM extends Object implements Serializable
| Constructor and Description |
|---|
ApplicationParameterOM(SessionInfo sessionInfo)
Creates an instance of the Application Parameter OM object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
deleteJournalOrderCachedXfmParameter()
Internal Use Only
To delete an xfmparameter value for journal,used in jhat.
|
void |
deleteUserParameter(String parameterKey)
Delete a user parameter value that has been set for an application.
|
String |
getUserParameter(String parameterKey)
Gets a user parameter that has been set for an application.
|
byte[] |
getUserParameterBasic(String appSessionID,
String parameterKey)
Gets a user parameter that has been set for an application.
|
void |
setJournalOrderCachedXfmParameter()
Internal Use Only
To set an xfmparameter value for journal, used in jhat.
|
void |
setUserParameter(String parameterKey,
String value)
Sets the value for a specified user paramater in an application.
|
void |
setUserParameterBasic(String appSessionID,
String parameterKey,
byte[] value)
Sets the value for a specified user paramater in an application.
|
public ApplicationParameterOM(SessionInfo sessionInfo) throws HFMException
sessionInfo - session informationHFMException - ${link ErrorCodeConsts#FAILED_OM_INIT}public byte[] getUserParameterBasic(String appSessionID, String parameterKey) throws HFMException
appSessionID - the application session id for the application where the value will be retirieved fromparameterKey - the paramater name that will be retrievedHFMException - ErrorCodeConsts.UNABLE_TO_GET_APP_PARAMpublic void setUserParameterBasic(String appSessionID, String parameterKey, byte[] value) throws HFMException
appSessionID - The session id which corresponds to the application where the value will be setparameterKey - The key that will map to the value being saved in the applicationvalue - The value that will be saved at the specified key in the applicationHFMException - ErrorCodeConsts.UNABLE_TO_SET_APP_PARAMpublic String getUserParameter(String parameterKey) throws HFMException
parameterKey - the paramater name that will be retrievedHFMException - ErrorCodeConsts.UNABLE_TO_GET_APP_PARAMpublic void setUserParameter(String parameterKey, String value) throws HFMException
parameterKey - The key that will map to the value being saved in the applicationvalue - The value that will be saved at the specified key in the applicationHFMException - ErrorCodeConsts.UNABLE_TO_SET_APP_PARAMpublic void deleteUserParameter(String parameterKey) throws HFMException
parameterKey - the paramater name that will be deletedHFMExceptionpublic void setJournalOrderCachedXfmParameter()
throws HFMException
HFMExceptionpublic void deleteJournalOrderCachedXfmParameter()
throws HFMException
HFMExceptionCopyright 2007, 2026, Oracle. All rights reserved.