Package one.xingyi.reference3.person
Class PersonController<J>
- java.lang.Object
-
- one.xingyi.core.store.ControllerUsingMap<Person>
-
- one.xingyi.reference3.person.PersonController<J>
-
- All Implemented Interfaces:
IPersonController
public class PersonController<J> extends one.xingyi.core.store.ControllerUsingMap<Person> implements IPersonController
-
-
Constructor Summary
Constructors Constructor Description PersonController(one.xingyi.core.marshelling.JsonParser<J> parser)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PersoncreateWithoutIdRequestFrom(one.xingyi.core.http.ServiceRequest serviceRequest)protected Personprototype(java.lang.String id)voidreset()java.lang.StringstateFn(Person entity)-
Methods inherited from class one.xingyi.core.store.ControllerUsingMap
createWithId, createWithoutId, delete, get, getOptional, put, wrap
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface one.xingyi.reference3.person.server.controller.IPersonController
createWithId, createWithoutId, delete, get, getOptional, put
-
-
-
-
Constructor Detail
-
PersonController
public PersonController(one.xingyi.core.marshelling.JsonParser<J> parser)
-
-
Method Detail
-
stateFn
public java.lang.String stateFn(Person entity)
- Specified by:
stateFnin interfaceIPersonController
-
reset
public void reset()
-
prototype
protected Person prototype(java.lang.String id)
- Specified by:
prototypein classone.xingyi.core.store.ControllerUsingMap<Person>
-
createWithoutIdRequestFrom
public Person createWithoutIdRequestFrom(one.xingyi.core.http.ServiceRequest serviceRequest)
- Specified by:
createWithoutIdRequestFromin interfaceIPersonController- Overrides:
createWithoutIdRequestFromin classone.xingyi.core.store.ControllerUsingMap<Person>
-
-