Package net.ideahut.springboot.crud
Class CrudController
java.lang.Object
net.ideahut.springboot.crud.CrudController
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionprotected net.ideahut.springboot.object.Resultbody(CrudAction action, byte[] data) protected net.ideahut.springboot.object.Resultcollection(String manager, String name, Integer index, Integer size, String count, String filters, String orders, String fields, String loads) protected net.ideahut.springboot.object.Resultconstant()protected net.ideahut.springboot.object.Resultprotected net.ideahut.springboot.object.Resultprotected abstract CrudHandlerhandler()protected net.ideahut.springboot.object.Resultprotected net.ideahut.springboot.object.Resultparameter(CrudAction action) protected abstract CrudPermissionprotected net.ideahut.springboot.object.Result
-
Constructor Details
-
CrudController
public CrudController()
-
-
Method Details