org.openregistry.core.web
Class PersonAction

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

@Component
public final class PersonAction
extends AbstractPersonServiceAction

Created by IntelliJ IDEA. User: Nancy Mond 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
PersonAction(PersonService personService)
           
 
Method Summary
 java.lang.String moveAllSystemOfRecordPerson(Person fromPerson, Person toPerson)
           
 java.lang.String moveSystemOfRecordPerson(Person fromPerson, Person toPerson, SorPerson sorPerson)
           
 java.lang.String moveSystemOfRecordPersonToNewPerson(Person fromPerson, SorPerson sorPerson)
           
 
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

PersonAction

@Inject
public PersonAction(PersonService personService)
Method Detail

moveSystemOfRecordPerson

public java.lang.String moveSystemOfRecordPerson(Person fromPerson,
                                                 Person toPerson,
                                                 SorPerson sorPerson)

moveSystemOfRecordPersonToNewPerson

public java.lang.String moveSystemOfRecordPersonToNewPerson(Person fromPerson,
                                                            SorPerson sorPerson)

moveAllSystemOfRecordPerson

public java.lang.String moveAllSystemOfRecordPerson(Person fromPerson,
                                                    Person toPerson)


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