public class JpaDestinationDao extends org.eurekaclinical.standardapis.dao.GenericDao<DestinationEntity,Long> implements DestinationDao
| Constructor and Description |
|---|
JpaDestinationDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider) |
| Modifier and Type | Method and Description |
|---|---|
List<DestinationEntity> |
getAll() |
List<CohortDestinationEntity> |
getAllCohortDestinations() |
List<I2B2DestinationEntity> |
getAllI2B2Destinations() |
List<PatientSetExtractorDestinationEntity> |
getAllPatientSetExtractorDestinations() |
List<PatientSetSenderDestinationEntity> |
getAllPatientSetSenderDestinations() |
List<TabularFileDestinationEntity> |
getAllTabularFileDestinations() |
DestinationEntity |
getByName(String name)
Gets a configuration by name.
|
create, getEntityManager, getListAsc, getListByAttribute, getListByAttribute, getListByAttribute, getUniqueByAttribute, getUniqueByAttribute, refresh, remove, retrieve, update@Inject public JpaDestinationDao(com.google.inject.Provider<javax.persistence.EntityManager> inManagerProvider)
public DestinationEntity getByName(String name)
ConfigDaogetByName in interface ConfigDao<DestinationEntity>name - the configuration, or null if there is not one
with that name.public List<DestinationEntity> getAll()
getAll in interface org.eurekaclinical.standardapis.dao.Dao<DestinationEntity,Long>getAll in class org.eurekaclinical.standardapis.dao.GenericDao<DestinationEntity,Long>public List<CohortDestinationEntity> getAllCohortDestinations()
getAllCohortDestinations in interface DestinationDaopublic List<I2B2DestinationEntity> getAllI2B2Destinations()
getAllI2B2Destinations in interface DestinationDaopublic List<PatientSetExtractorDestinationEntity> getAllPatientSetExtractorDestinations()
getAllPatientSetExtractorDestinations in interface DestinationDaopublic List<PatientSetSenderDestinationEntity> getAllPatientSetSenderDestinations()
getAllPatientSetSenderDestinations in interface DestinationDaopublic List<TabularFileDestinationEntity> getAllTabularFileDestinations()
getAllTabularFileDestinations in interface DestinationDaoCopyright © 2012–2017 Emory University. All rights reserved.