org.openregistry.core.web
Class AbstractPersonServiceAction

java.lang.Object
  extended by org.openregistry.core.web.AbstractPersonServiceAction
Direct Known Subclasses:
PersonAction, PersonSearchAction, RoleAction

public abstract class AbstractPersonServiceAction
extends java.lang.Object

Since:
0.1
Version:
$Revision$ $Date$
Author:
Scott Battaglia

Field Summary
protected  org.slf4j.Logger logger
           
protected static java.lang.String STATIC_SOR_NAME
           
 
Constructor Summary
protected AbstractPersonServiceAction(PersonService personService)
           
 
Method Summary
 boolean convertAndReturnStatus(ServiceExecutionResult<?> serviceExecutionResult, org.springframework.binding.message.MessageContext messageContext, java.lang.String successMessageCode)
           
protected  PersonService getPersonService()
           
protected  SpringErrorValidationErrorConverter getSpringErrorValidationErrorConverter()
           
 void setConverter(SpringErrorValidationErrorConverter converter)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

STATIC_SOR_NAME

protected static final java.lang.String STATIC_SOR_NAME
See Also:
Constant Field Values

logger

protected final org.slf4j.Logger logger
Constructor Detail

AbstractPersonServiceAction

protected AbstractPersonServiceAction(PersonService personService)
Method Detail

getPersonService

protected final PersonService getPersonService()

getSpringErrorValidationErrorConverter

protected final SpringErrorValidationErrorConverter getSpringErrorValidationErrorConverter()

convertAndReturnStatus

public final boolean convertAndReturnStatus(ServiceExecutionResult<?> serviceExecutionResult,
                                            org.springframework.binding.message.MessageContext messageContext,
                                            java.lang.String successMessageCode)

setConverter

public void setConverter(SpringErrorValidationErrorConverter converter)


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