Uses of Class
de.xima.fc.entities.SystemMessage
Packages that use SystemMessage
Package
Description
-
Uses of SystemMessage in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionSystemMessageDao.allActiveByDate
(IEntityContext ec, Date date) SystemMessageDao.allByDate
(IEntityContext ec, Date date) protected IFCDaoActionHook<SystemMessage>
SystemMessageDao.getPreActionHook()
-
Uses of SystemMessage in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionISystemMessageDao.allActiveByDate
(IEntityContext ec, Date date) Retrieves all system messages that are both #isFlagActive()
and available at the given date.ISystemMessageDao.allByDate
(IEntityContext ec, Date date) Retrieves all system messages that are available at the given date. -
Uses of SystemMessage in de.xima.fc.gui.bean.settings
Methods in de.xima.fc.gui.bean.settings that return SystemMessageMethods in de.xima.fc.gui.bean.settings that return types with arguments of type SystemMessageMethods in de.xima.fc.gui.bean.settings with parameters of type SystemMessageModifier and TypeMethodDescriptionvoid
SystemMessagesBean.copy
(SystemMessage message) Copies the given message.SystemMessagesBean.getAvailableLanguages
(SystemMessage msg) SystemMessagesBean.getHtmlSearchData
(SystemMessage msg) SystemMessagesBean.getLanguagesForMessage
(SystemMessage message) SystemMessagesBean.getMessageTitle
(SystemMessage message, ELanguage previewLang) SystemMessagesBean.getPlainSearchData
(SystemMessage msg) SystemMessagesBean.getSystemMessageI18n
(SystemMessage msg, ELanguage language) boolean
SystemMessagesBean.hasSystemMessageI18n
(SystemMessage msg, ELanguage language) Method parameters in de.xima.fc.gui.bean.settings with type arguments of type SystemMessageModifier and TypeMethodDescriptionvoid
SystemMessagesBean.setModel
(IEntityListModel<SystemMessage> model) -
Uses of SystemMessage in de.xima.fc.gui.bean.user
Methods in de.xima.fc.gui.bean.user that return types with arguments of type SystemMessageModifier and TypeMethodDescriptionUserProfileBean.getAvailableMessages()
// TODO Allow the user to hide message he does not wish to see anymore (profile setting) -
Uses of SystemMessage in de.xima.fc.message
Methods in de.xima.fc.message that return SystemMessageModifier and TypeMethodDescriptionstatic SystemMessage
MessageCopyUtil.doCopy
(SystemMessage message) Methods in de.xima.fc.message with parameters of type SystemMessageModifier and TypeMethodDescriptionstatic SystemMessage
MessageCopyUtil.doCopy
(SystemMessage message) static void
MessageCopyUtil.doCopy
(SystemMessage source, SystemMessage target)