Uses of Class
de.xima.fc.entities.SystemMessage
-
Packages that use SystemMessage Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces de.xima.fc.gui.bean.settings de.xima.fc.gui.bean.user de.xima.fc.message -
-
Uses of SystemMessage in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return types with arguments of type SystemMessage Modifier and Type Method Description List<SystemMessage>
SystemMessageDao. allActiveByDate(IEntityContext ec, Date date)
List<SystemMessage>
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 SystemMessage Modifier and Type Method Description List<SystemMessage>
ISystemMessageDao. allActiveByDate(IEntityContext ec, Date date)
Retrieves all system messages that are both #isFlagActive()
and available at the given date.List<SystemMessage>
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 SystemMessage Modifier and Type Method Description SystemMessage
SystemMessagesBean.EntityListModelImpl. getNew()
Methods in de.xima.fc.gui.bean.settings that return types with arguments of type SystemMessage Modifier and Type Method Description IEntityListModel<SystemMessage>
SystemMessagesBean. getModel()
Methods in de.xima.fc.gui.bean.settings with parameters of type SystemMessage Modifier and Type Method Description void
SystemMessagesBean. copy(SystemMessage message)
Copies the given message.Collection<ELanguage>
SystemMessagesBean. getAvailableLanguages(SystemMessage msg)
String
SystemMessagesBean. getHtmlSearchData(SystemMessage msg)
String
SystemMessagesBean. getLanguagesForMessage(SystemMessage message)
String
SystemMessagesBean. getMessageTitle(SystemMessage message, ELanguage previewLang)
String
SystemMessagesBean. getPlainSearchData(SystemMessage msg)
SystemMessageI18n
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 SystemMessage Modifier and Type Method Description void
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 SystemMessage Modifier and Type Method Description Collection<SystemMessage>
UserProfileBean. 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 SystemMessage Modifier and Type Method Description static SystemMessage
MessageCopyUtil. doCopy(SystemMessage message)
Methods in de.xima.fc.message with parameters of type SystemMessage Modifier and Type Method Description static SystemMessage
MessageCopyUtil. doCopy(SystemMessage message)
static void
MessageCopyUtil. doCopy(SystemMessage source, SystemMessage target)
-