Package one.xingyi.certificates
Class MdmAdapter
- java.lang.Object
-
- one.xingyi.core.store.ControllerUsingMap<Certificate>
-
- one.xingyi.certificates.MdmAdapter
-
- All Implemented Interfaces:
ICertificateController
public class MdmAdapter extends one.xingyi.core.store.ControllerUsingMap<Certificate> implements ICertificateController
-
-
Constructor Summary
Constructors Constructor Description MdmAdapter()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Certificateprototype(java.lang.String id)java.lang.StringstateFn(Certificate 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.certificates.server.controller.ICertificateController
createWithId, delete, get, getOptional, put
-
-
-
-
Method Detail
-
stateFn
public java.lang.String stateFn(Certificate entity)
- Specified by:
stateFnin interfaceICertificateController
-
prototype
protected Certificate prototype(java.lang.String id)
- Specified by:
prototypein classone.xingyi.core.store.ControllerUsingMap<Certificate>
-
-