| Package | Description |
|---|---|
| org.finra.herd.dao | |
| org.finra.herd.dao.impl | |
| org.finra.herd.model.api.xml |
| Modifier and Type | Method and Description |
|---|---|
SubjectMatterExpertContactDetails |
SubjectMatterExpertDao.getSubjectMatterExpertByKey(SubjectMatterExpertKey subjectMatterExpertKey)
Gets information for the specified subject matter expert.
|
| Modifier and Type | Method and Description |
|---|---|
SubjectMatterExpertContactDetails |
SubjectMatterExpertDaoImpl.getSubjectMatterExpertByKey(SubjectMatterExpertKey subjectMatterExpertKey) |
SubjectMatterExpertContactDetails |
SubjectMatterExpertDaoImpl.SubjectMatterExpertContactDetailsMapper.mapFromAttributes(Attributes attributes)
Map attributes to a subject matter expert details object.
|
| Modifier and Type | Field and Description |
|---|---|
protected SubjectMatterExpertContactDetails |
SubjectMatterExpert.contactDetails |
| Modifier and Type | Method and Description |
|---|---|
SubjectMatterExpertContactDetails |
ObjectFactory.createSubjectMatterExpertContactDetails()
Create an instance of
SubjectMatterExpertContactDetails |
SubjectMatterExpertContactDetails |
SubjectMatterExpert.getContactDetails()
Gets the value of the contactDetails property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
SubjectMatterExpert.setContactDetails(SubjectMatterExpertContactDetails value)
Sets the value of the contactDetails property.
|
| Constructor and Description |
|---|
SubjectMatterExpert(SubjectMatterExpertKey subjectMatterExpertKey,
SubjectMatterExpertContactDetails contactDetails)
Fully-initialising value constructor
|
Copyright © 2019. All rights reserved.