void |
BaseControllerModel.add(S entityVO) |
void |
BaseControllerModel.deleteValid(String ids) |
List<S> |
BaseControllerModel.findAllByConditions(S reqObj,
Map<String,String> reqReplaceMap,
String sorter,
String excludeLikeAttr) |
List<S> |
BaseControllerModel.findByAttrs(String attr,
String condition) |
PageVO<S> |
BaseControllerModel.findByPage(S reqObj,
Map<String,String> reqReplaceMap,
String sorter,
String excludeLikeAttr,
Integer current,
Integer pageSize) |
S |
BaseControllerModel.findOneByAttr(String attr,
String condition) |
void |
BaseControllerModel.update(S entityVO) |