Package ru.bgcrm.model.message
Class TagConfig
java.lang.Object
org.bgerp.app.cfg.Config
ru.bgcrm.model.message.TagConfig
Message tags config.
-
Nested Class Summary
Nested classes/interfaces inherited from class org.bgerp.app.cfg.Config
Config.InitStopException
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionint
getSelectedHistoryTag
(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_ID
or 0 if none is selected.
-