| 限定符和类型 | 方法和说明 |
|---|---|
default void |
addBehavior(MODEL model) |
default void |
afterAdd(MODEL model) |
default void |
afterDelete(MODEL model) |
default void |
afterFetch(Collection<Map<String,Object>> list) |
default void |
afterUpdate(MODEL model) |
default void |
beforeAdd(MODEL model) |
default void |
beforeDelete(MODEL model) |
default String |
beforeFetch(List<Condition> conditions) |
default void |
beforeUpdate(MODEL model) |
default void |
editBehavior(MODEL model) |
default void |
excelExport(Object workbook) |
default void |
excelImport(Object workbook) |
default List<Row> |
extraRow(List<Condition> conditions) |
default void |
searchCondition(Map<String,Object> condition) |
@Comment(value="\u67e5\u8be2\u524d\uff0c\u8fd4\u56de\u503c\u4e3a\uff1a\u81ea\u5b9a\u4e49\u67e5\u8be2\u6761\u4ef6") default String beforeFetch(List<Condition> conditions)
@Comment(value="\u67e5\u8be2\u540e\u7ed3\u679c\u5904\u7406") default void afterFetch(@Comment(value="\u67e5\u8be2\u7ed3\u679c") Collection<Map<String,Object>> list)
@Comment(value="\u6570\u636e\u65b0\u589e\u884c\u4e3a\uff0c\u53ef\u5bf9\u6570\u636e\u505a\u521d\u59cb\u5316\u7b49\u64cd\u4f5c") default void addBehavior(MODEL model)
@Comment(value="\u6570\u636e\u7f16\u8f91\u884c\u4e3a\uff0c\u5bf9\u5f85\u7f16\u8f91\u7684\u6570\u636e\u505a\u9884\u5904\u7406") default void editBehavior(MODEL model)
@Comment(value="\u9ed8\u8ba4\u67e5\u8be2\u6761\u4ef6") default void searchCondition(Map<String,Object> condition)
@Comment(value="excel\u5bfc\u51fa\uff0c\u53c2\u6570\u9700\u8981\u5f3a\u8f6c\u4e3aWorkBook\u5bf9\u8c61") default void excelExport(@Comment(value="POI\u6587\u6863\u5bf9\u8c61") Object workbook)
@Comment(value="excel\u5bfc\u5165\uff0c\u53c2\u6570\u9700\u8981\u5f3a\u8f6c\u4e3aWorkBook\u5bf9\u8c61") default void excelImport(@Comment(value="POI\u6587\u6863\u5bf9\u8c61") Object workbook)
Copyright © 2023. All rights reserved.