public abstract class BaseCrudRestControllerAbstract<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,D,S extends BaseService<M,C,D,I,U>,I extends Comparable<? super I>,U> extends Object implements ReadRestController<M,C,S,I,U>, WriteRestController<M,D,S,I,U>
| Modifier and Type | Field and Description |
|---|---|
protected org.slf4j.Logger |
LOGGER |
protected S |
service |
FILTER_URL, GET_LIST_URL, GET_URLDELETE_URL, SAVE_URL, UPDATE_URL| Constructor and Description |
|---|
BaseCrudRestControllerAbstract() |
| Modifier and Type | Method and Description |
|---|---|
S |
getService() |
abstract U |
getUser() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitFILTER, GET, GETDELETE, SAVE, UPDATEpublic S getService()
getService in interface ReadRestController<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,S extends BaseService<M,C,D,I,U>,I extends Comparable<? super I>,U>getService in interface WriteRestController<M extends BaseModelAbstract<I>,D,S extends BaseService<M,C,D,I,U>,I extends Comparable<? super I>,U>public abstract U getUser()
getUser in interface ReadRestController<M extends BaseModelAbstract<I>,C extends BaseCriteriaAbstract<I>,S extends BaseService<M,C,D,I,U>,I extends Comparable<? super I>,U>getUser in interface WriteRestController<M extends BaseModelAbstract<I>,D,S extends BaseService<M,C,D,I,U>,I extends Comparable<? super I>,U>Copyright © 2020. All rights reserved.