Uses of Class
org.openiam.elasticsearch.model.PhoneDoc
-
Packages that use PhoneDoc Package Description org.openiam.elasticsearch.converter org.openiam.esb.elasticsearch.repository org.openiam.esb.elasticsearch.repository.impl -
-
Uses of PhoneDoc in org.openiam.elasticsearch.converter
Methods in org.openiam.elasticsearch.converter that return PhoneDoc Modifier and Type Method Description PhoneDoc
PhoneDocumentToEntityConverter. convertToDocument(PhoneEntity entity)
protected PhoneDoc
PhoneDocumentToEntityConverter. newDocument()
Methods in org.openiam.elasticsearch.converter that return types with arguments of type PhoneDoc Modifier and Type Method Description Class<PhoneDoc>
PhoneDocumentToEntityConverter. getDocumentClass()
Methods in org.openiam.elasticsearch.converter with parameters of type PhoneDoc Modifier and Type Method Description Phone
PhoneDocumentToEntityConverter. convertToDTO(PhoneDoc doc)
PhoneEntity
PhoneDocumentToEntityConverter. convertToEntity(PhoneDoc doc)
-
Uses of PhoneDoc in org.openiam.esb.elasticsearch.repository
Methods in org.openiam.esb.elasticsearch.repository that return types with arguments of type PhoneDoc Modifier and Type Method Description default Class<PhoneDoc>
PhoneElasticSearchRepository. getDocumentClass()
-
Uses of PhoneDoc in org.openiam.esb.elasticsearch.repository.impl
Methods in org.openiam.esb.elasticsearch.repository.impl that return types with arguments of type PhoneDoc Modifier and Type Method Description Class<PhoneDoc>
PhoneElasticSearchRepositoryImpl. getDocumentClass()
Methods in org.openiam.esb.elasticsearch.repository.impl with parameters of type PhoneDoc Modifier and Type Method Description void
PhoneElasticSearchRepositoryImpl. prepare(PhoneDoc entity)
-