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 InternalSystemMessageInternalSystemMessageDao. getByUUID(IEntityContext ec, String uuid)InternalSystemMessageInternalSystemMessageDao. 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 InternalSystemMessageIInternalSystemMessageDao. getByUUID(IEntityContext ec, String uuid)InternalSystemMessageIInternalSystemMessageDao. 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) 
 -