Uses of Class
org.openregistry.core.web.resources.representations.PersonRequestRepresentation

Packages that use PersonRequestRepresentation
org.openregistry.core.web.resources   
org.openregistry.core.web.resources.representations   
 

Uses of PersonRequestRepresentation in org.openregistry.core.web.resources
 

Methods in org.openregistry.core.web.resources with parameters of type PersonRequestRepresentation
static void PeopleResourceUtils.buildModifiedSorPerson(PersonRequestRepresentation request, SorPerson sorPerson, ReferenceRepository referenceRepository)
           
static ReconciliationCriteria PeopleResourceUtils.buildReconciliationCriteriaFrom(PersonRequestRepresentation request, org.springframework.beans.factory.ObjectFactory<ReconciliationCriteria> factory, ReferenceRepository referenceRepository)
           
 javax.ws.rs.core.Response PeopleResource.linkSorPersonWithCalculatedPerson(java.lang.String personId, java.lang.String personIdType, PersonRequestRepresentation personRequestRepresentation)
           
 javax.ws.rs.core.Response SystemOfRecordPeopleResource.processIncomingPerson(PersonRequestRepresentation personRequestRepresentation, java.lang.String sorSourceId, java.lang.String forceAdd)
           
 javax.ws.rs.core.Response SystemOfRecordPeopleResource.updateIncomingPerson(java.lang.String sorSourceId, java.lang.String sorPersonId, PersonRequestRepresentation request)
           
 

Uses of PersonRequestRepresentation in org.openregistry.core.web.resources.representations
 

Methods in org.openregistry.core.web.resources.representations that return PersonRequestRepresentation
static PersonRequestRepresentation PersonRequestRepresentation.forExistingPersonExistingSoRRecord()
          Factory method for use only for mocking purposes in tests
static PersonRequestRepresentation PersonRequestRepresentation.forExistingPersonNoSoRRecord()
          Factory method for use only for mocking purposes in tests
static PersonRequestRepresentation PersonRequestRepresentation.forLinkingSorPersonBad()
          Factory method for use only for mocking purposes in tests
static PersonRequestRepresentation PersonRequestRepresentation.forLinkingSorPersonGood()
          Factory method for use only for mocking purposes in tests
static PersonRequestRepresentation PersonRequestRepresentation.forMultiplePeople()
          Factory method for use only for mocking purposes in tests
static PersonRequestRepresentation PersonRequestRepresentation.forNewPerson()
          Factory method for use only for mocking purposes in tests
static PersonRequestRepresentation PersonRequestRepresentation.modifyRepresentationWithRequiredData()
           
static PersonRequestRepresentation PersonRequestRepresentation.withValidationErrors()
          Factory method for use only for mocking purposes in tests
 



Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.