public class MessageDaoImpl extends MessageDaoBase
Message
TRANSFORM_NONE
Constructor and Description |
---|
MessageDaoImpl() |
Modifier and Type | Method and Description |
---|---|
protected Collection<Message> |
handleFind(String key)
Performs the core logic for
MessageDaoBase.find(String) |
protected Message |
handleFind(String key,
String languageCode)
Performs the core logic for
MessageDaoBase.find(String, String) |
protected Message |
handleFind(String key,
String languageCode,
String fallbackLanguageCode)
Performs the core logic for
MessageDaoBase.find(String, String, String) |
create, create, create, create, evict, find, find, find, load, load, loadAll, loadAll, remove, remove, remove, transformEntities, transformEntity, update, update
protected Collection<Message> handleFind(String key)
MessageDaoBase.find(String)
handleFind
in class MessageDaoBase
MessageDao.find(String)
protected Message handleFind(String key, String languageCode)
MessageDaoBase.find(String, String)
handleFind
in class MessageDaoBase
com.communote.server.persistence.common.messages.MessageDao#find(String,
com.communote.server.persistence.user.Language)
protected Message handleFind(String key, String languageCode, String fallbackLanguageCode)
MessageDaoBase.find(String, String, String)
handleFind
in class MessageDaoBase
Copyright © 2019 Communote team. All rights reserved.