|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.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(NameID name,
int messageType)
|
|
LocalizedRequestInfo(NameID name,
int messageType,
InternalID internalID)
|
|
LocalizedRequestInfo(NameID name,
int messageType,
int ifelse,
int action)
|
|
LocalizedRequestInfo(NameID name,
int messageType,
int ifelse,
int action,
InternalID internalID)
|
Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self. |
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. |
InternalID |
getInternalID()
Returns internal IDs for field IDs. |
int |
getMessageType()
Returns the message type. |
NameID |
getName()
Returns name of message. |
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(InternalID internalID)
Sets internal IDs for field IDs. |
void |
setMessageType(int messageType)
Sets the message type. |
void |
setName(NameID name)
Sets name of message. |
Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public LocalizedRequestInfo()
public LocalizedRequestInfo(NameID name, int messageType)
public LocalizedRequestInfo(NameID name, int messageType, int ifelse, int action)
public LocalizedRequestInfo(NameID name, int messageType, InternalID internalID)
public LocalizedRequestInfo(NameID name, int messageType, int ifelse, int action, InternalID internalID)
Method Detail |
public NameID getName()
public void setName(NameID 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 InternalID getInternalID()
public void setInternalID(InternalID internalID)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |