| Package | Description |
|---|---|
| org.eurekaclinical.useragreementservice.dao | |
| org.eurekaclinical.useragreementservice.entity |
| Modifier and Type | Method and Description |
|---|---|
UserAgreementEntity |
UserAgreementDao.createOrUpdate(String inText) |
UserAgreementEntity |
JpaUserAgreementDao.createOrUpdate(String inText)
Updates the user agreement, or creates it if none has been previously
created.
|
UserAgreementEntity |
UserAgreementDao.getCurrent() |
UserAgreementEntity |
JpaUserAgreementDao.getCurrent()
Gets the current user agreement.
|
| Modifier and Type | Field and Description |
|---|---|
static javax.persistence.metamodel.SingularAttribute<UserAgreementEntity,Date> |
UserAgreementEntity_.effectiveAt |
static javax.persistence.metamodel.SingularAttribute<UserAgreementEntity,Date> |
UserAgreementEntity_.expiredAt |
static javax.persistence.metamodel.SingularAttribute<UserAgreementEntity,Long> |
UserAgreementEntity_.id |
static javax.persistence.metamodel.SingularAttribute<UserAgreementEntity,String> |
UserAgreementEntity_.text |
static javax.persistence.metamodel.SingularAttribute<UserAgreementStatusEntity,UserAgreementEntity> |
UserAgreementStatusEntity_.userAgreement |
| Modifier and Type | Method and Description |
|---|---|
UserAgreementEntity |
UserAgreementStatusEntity.getUserAgreement() |
| Modifier and Type | Method and Description |
|---|---|
void |
UserAgreementStatusEntity.setUserAgreement(UserAgreementEntity userAgreement) |
Copyright © 2016 Emory University. All rights reserved.