org.openregistry.core.web
Class PersonSearchAction

java.lang.Object
  extended by org.openregistry.core.web.AbstractPersonServiceAction
      extended by org.openregistry.core.web.PersonSearchAction

@Named(value="personSearchAction")
public final class PersonSearchAction
extends AbstractPersonServiceAction

Created by IntelliJ IDEA. User: nmond Date: May 4, 2009 Time: 10:52:01 AM To change this template use File | Settings | File Templates.


Field Summary
 
Fields inherited from class org.openregistry.core.web.AbstractPersonServiceAction
logger, STATIC_SOR_NAME
 
Constructor Summary
PersonSearchAction(PersonService personService)
           
 
Method Summary
 ServiceExecutionResult addSorPerson(ReconciliationCriteria reconciliationCriteria, org.springframework.binding.message.MessageContext context)
           
 java.lang.String addSorPerson(ReconciliationCriteria reconciliationCriteria, org.springframework.webflow.execution.RequestContext context)
           
 boolean hasSorPersonRecord(Person p, java.lang.String sourceSorId)
           
 void setConfirmationMessage(ServiceExecutionResult<Person> serviceExecutionResult, ReconciliationResult reconciliationResult, org.springframework.binding.message.MessageContext context)
           
 void setPreferredPersonIdentifierType(java.lang.String preferredPersonIdentifierType)
           
 boolean updateSorPerson(SorPerson sorPerson, org.springframework.binding.message.MessageContext context)
           
 
Methods inherited from class org.openregistry.core.web.AbstractPersonServiceAction
convertAndReturnStatus, getPersonService, getSpringErrorValidationErrorConverter, setConverter
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PersonSearchAction

@Inject
public PersonSearchAction(PersonService personService)
Method Detail

addSorPerson

public java.lang.String addSorPerson(ReconciliationCriteria reconciliationCriteria,
                                     org.springframework.webflow.execution.RequestContext context)

addSorPerson

public ServiceExecutionResult addSorPerson(ReconciliationCriteria reconciliationCriteria,
                                           org.springframework.binding.message.MessageContext context)

setConfirmationMessage

public void setConfirmationMessage(ServiceExecutionResult<Person> serviceExecutionResult,
                                   ReconciliationResult reconciliationResult,
                                   org.springframework.binding.message.MessageContext context)

updateSorPerson

public boolean updateSorPerson(SorPerson sorPerson,
                               org.springframework.binding.message.MessageContext context)

hasSorPersonRecord

public boolean hasSorPersonRecord(Person p,
                                  java.lang.String sourceSorId)

setPreferredPersonIdentifierType

public void setPreferredPersonIdentifierType(java.lang.String preferredPersonIdentifierType)


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