Package one.xingyi.reference4.person
Class PersonController
- java.lang.Object
-
- one.xingyi.core.store.ControllerUsingMap<Person>
-
- one.xingyi.reference4.person.PersonController
-
- All Implemented Interfaces:
IPersonController
public class PersonController extends one.xingyi.core.store.ControllerUsingMap<Person> implements IPersonController
-
-
Constructor Summary
Constructors Constructor Description PersonController()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Personprototype(java.lang.String id)java.lang.StringstateFn(Person entity)-
Methods inherited from class one.xingyi.core.store.ControllerUsingMap
createWithId, createWithoutId, createWithoutIdRequestFrom, 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.reference4.person.server.controller.IPersonController
createWithId, createWithoutId, createWithoutIdRequestFrom, delete, get, getOptional, put
-
-
-
-
Method Detail
-
stateFn
public java.lang.String stateFn(Person entity)
- Specified by:
stateFnin interfaceIPersonController
-
-