|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.LocalizedRequestInfo
public class LocalizedRequestInfo
The LocalizedRequestInfo
class
is used to describe the properties of a message. This class is used
in retrieving the message text of a message object.
The following table lists the specific parameters you need to set with each message type, while retrieving the message text corresponding to the locale given in the content information.
Message Type setMessageType(int) |
Accompanying Items You Need To Include To Be Localized |
System Message AR_LOCAL_TEXT_SYSTEM_MESSAGE |
|
Active Link Message AR_LOCAL_TEXT_ACT_LINK_MESSAGE |
|
Filter Message AR_LOCAL_TEXT_FILTER_MESSAGE |
|
Active Link Help Text AR_LOCAL_TEXT_ACT_LINK_HELP |
|
Form Help Text AR_LOCAL_TEXT_FORM_HELP |
|
Field Help Text AR_LOCAL_TEXT_FIELD_HELP |
|
Container Description AR_LOCAL_TEXT_CONTAIN_DESC |
|
List Menu Definition AR_LOCAL_TEXT_SYSTEM_MESSAGE |
|
External Report AR_LOCAL_TEXT_EXTERN_REPORT |
|
Container Label AR_LOCAL_TEXT_CONTAINER_LABEL |
|
Container Help Text AR_LOCAL_TEXT_CONTAINER_HELP |
|
Application Help Text AR_LOCAL_TEXT_APPLICATION_HELP |
|
Application About AR_LOCAL_TEXT_APPLICATION_ABOUT |
|
Constructor Summary | |
---|---|
LocalizedRequestInfo()
|
|
LocalizedRequestInfo(String name,
int messageType)
|
|
LocalizedRequestInfo(String name,
int messageType,
int internalID)
|
|
LocalizedRequestInfo(String name,
int messageType,
int ifelse,
int action)
|
|
LocalizedRequestInfo(String name,
int messageType,
int ifelse,
int action,
int internalID)
|
Method Summary | |
---|---|
Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
boolean |
equals(Object obj)
|
int |
getAction()
Returns the order of the actions in the If/Else list. |
int |
getIfElse()
Returns whether the action is the If list or the Else list. |
int |
getInternalID()
Returns internal IDs for field IDs. |
int |
getMessageType()
Returns the message type. |
String |
getName()
Returns name of message. |
int |
hashCode()
|
void |
setAction(int action)
Sets the order of the actions in the If/Else list. |
void |
setIfElse(int ifelse)
Sets whether the action is the If list or the Else list. |
void |
setInternalID(int internalID)
Sets internal IDs for field IDs. |
void |
setMessageType(int messageType)
Sets the message type. |
void |
setName(String name)
Sets name of message. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public LocalizedRequestInfo()
public LocalizedRequestInfo(String name, int messageType)
public LocalizedRequestInfo(String name, int messageType, int ifelse, int action)
public LocalizedRequestInfo(String name, int messageType, int internalID)
public LocalizedRequestInfo(String name, int messageType, int ifelse, int action, int internalID)
Method Detail |
---|
public String getName()
public void setName(String name)
public int getMessageType()
Constants.AR_LOCAL_TEXT_SYSTEM_MESSAGE
0
Constants.AR_LOCAL_TEXT_ACT_LINK_MESSAGE
1
Constants.AR_LOCAL_TEXT_FILTER_MESSAGE
2
Constants.AR_LOCAL_TEXT_ACT_LINK_HELP
3
Constants.AR_LOCAL_TEXT_FORM_HELP
4
Constants.AR_LOCAL_TEXT_FIELD_HELP
5
Constants.AR_LOCAL_TEXT_CONTAIN_DESC
6
Constants.AR_LOCAL_TEXT_LIST_MENU_DEFN
7
Constants.AR_LOCAL_TEXT_EXTERN_REPORT
8
Constants.AR_LOCAL_TEXT_CONTAINER_LABEL
9
Constants.AR_LOCAL_TEXT_CONTAINER_HELP
10
Constants.AR_LOCAL_TEXT_APPLICATION_HELP
11
Constants.AR_LOCAL_TEXT_APPLICATION_ABOUT
12
Constants.AR_LOCAL_TEXT_APPLICATION_HELP_INDEX
13
Constants.AR_LOCAL_TEXT_FLASHBRD_MESSAGE
14
Constants.AR_LOCAL_TEXT_FLASHBRD_LABEL
15
public void setMessageType(int messageType)
Constants.AR_LOCAL_TEXT_SYSTEM_MESSAGE
0
Constants.AR_LOCAL_TEXT_ACT_LINK_MESSAGE
1
Constants.AR_LOCAL_TEXT_FILTER_MESSAGE
2
Constants.AR_LOCAL_TEXT_ACT_LINK_HELP
3
Constants.AR_LOCAL_TEXT_FORM_HELP
4
Constants.AR_LOCAL_TEXT_FIELD_HELP
5
Constants.AR_LOCAL_TEXT_CONTAIN_DESC
6
Constants.AR_LOCAL_TEXT_LIST_MENU_DEFN
7
Constants.AR_LOCAL_TEXT_EXTERN_REPORT
8
Constants.AR_LOCAL_TEXT_CONTAINER_LABEL
9
Constants.AR_LOCAL_TEXT_CONTAINER_HELP
10
Constants.AR_LOCAL_TEXT_APPLICATION_HELP
11
Constants.AR_LOCAL_TEXT_APPLICATION_ABOUT
12
Constants.AR_LOCAL_TEXT_APPLICATION_HELP_INDEX
13
Constants.AR_LOCAL_TEXT_FLASHBRD_MESSAGE
14
Constants.AR_LOCAL_TEXT_FLASHBRD_LABEL
15
public int getIfElse()
public void setIfElse(int ifelse)
public int getAction()
public void setAction(int action)
public int getInternalID()
public void setInternalID(int internalID)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String toString()
toString
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object obj)
equals
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |