Package org.bgerp.model.msg.config
Class TagConfig
java.lang.Object
org.bgerp.app.cfg.Config
org.bgerp.model.msg.config.TagConfig
Message tags config
-
Nested Class Summary
Nested ClassesNested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException -
Field Summary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintgetSelectedHistoryTag(Collection<Integer> messageTagIds) Returns value of selected history storing tag.Methods inherited from class org.bgerp.app.cfg.Config
initWhen, throwValidationException
-
Constructor Details
-
TagConfig
-
-
Method Details
-
getTagList
-
getTagMap
-
getSelectedHistoryTag
Returns value of selected history storing tag.- Parameters:
messageTagIds- all message tags.- Returns:
TagConfig.Tag.TAG_HISTORY_ALL_ID,TagConfig.Tag.TAG_HISTORY_WITH_ADDRESS_IDor 0 if none is selected.
-