@AccessLevel(value=EXTERNAL) public interface ConcernRoleDAO extends curam.util.persistence.ReaderDAO<java.lang.Long,ConcernRole>
Modifier and Type | Interface and Description |
---|---|
static interface |
ConcernRoleDAO.ConcernRoleGetConcreteReaderDAOsEvent
Interface to the concern role events functionality surrounding the get
method.
|
Modifier and Type | Method and Description |
---|---|
void |
addConcernRoleType(java.lang.String key,
curam.util.persistence.ReaderDAO<java.lang.Long,? extends ConcernRole> readerDAO)
Adds the given Concern Role type to the map of concern role types.
|
ConcernRole |
readByAlternateID(java.lang.String alternateID,
curam.codetable.impl.CONCERNROLESTATUSEntry status) |
ConcernRole readByAlternateID(java.lang.String alternateID, curam.codetable.impl.CONCERNROLESTATUSEntry status)
alternateID
- the alternate ID to search forstatus
- the status to search forvoid addConcernRoleType(java.lang.String key, curam.util.persistence.ReaderDAO<java.lang.Long,? extends ConcernRole> readerDAO)
key
- Key for the map entry.readerDAO
- The concern role type object to be added to the map of concern
role types.