Uses of Class
de.xima.fc.entities.InternalSystemMessage
-
Packages that use InternalSystemMessage Package Description de.xima.fc.dao.impl de.xima.fc.dao.interfaces -
-
Uses of InternalSystemMessage in de.xima.fc.dao.impl
Methods in de.xima.fc.dao.impl that return InternalSystemMessage Modifier and Type Method Description InternalSystemMessage
InternalSystemMessageDao. getByUUID(IEntityContext ec, String uuid)
InternalSystemMessage
InternalSystemMessageDao. getByUUID(IEntityContext ec, UUID uuid)
Methods in de.xima.fc.dao.impl that return types with arguments of type InternalSystemMessage Modifier and Type Method Description List<InternalSystemMessage>
InternalSystemMessageDao. getAllByType(IEntityContext ec, EInternalMessageType type)
List<InternalSystemMessage>
InternalSystemMessageDao. getAllUnreadByType(IEntityContext ec, EInternalMessageType type)
-
Uses of InternalSystemMessage in de.xima.fc.dao.interfaces
Methods in de.xima.fc.dao.interfaces that return InternalSystemMessage Modifier and Type Method Description InternalSystemMessage
IInternalSystemMessageDao. getByUUID(IEntityContext ec, String uuid)
InternalSystemMessage
IInternalSystemMessageDao. getByUUID(IEntityContext ec, UUID uuid)
Methods in de.xima.fc.dao.interfaces that return types with arguments of type InternalSystemMessage Modifier and Type Method Description List<InternalSystemMessage>
IInternalSystemMessageDao. getAllByType(IEntityContext ec, EInternalMessageType type)
List<InternalSystemMessage>
IInternalSystemMessageDao. getAllUnreadByType(IEntityContext ec, EInternalMessageType type)
-