@Service @Transactional public class SqlCrudmaService extends AbstractCrudmaService
| Constructor and Description |
|---|
SqlCrudmaService() |
| Modifier and Type | Method and Description |
|---|---|
long |
count(BusinessComponent bc) |
SqlComponentObject |
get(BusinessComponent bc) |
io.tesler.api.data.ResultPage<SqlComponentObject> |
getAll(BusinessComponent bc) |
SQLMetaDTO |
getMeta(BusinessComponent bc) |
MetaDTO |
getMetaEmpty(BusinessComponent bc) |
ActionResultDTO |
invokeAction(BusinessComponent bc,
String actionName,
Map<String,Object> data) |
ActionResultDTO |
update(BusinessComponent bc,
Map<String,Object> data) |
associate, buildMeta, buildMeta, create, delete, getMetaNew, getOnFieldUpdateMeta, previewpublic SqlComponentObject get(BusinessComponent bc)
get in interface Crudmaget in class AbstractCrudmaServicepublic io.tesler.api.data.ResultPage<SqlComponentObject> getAll(BusinessComponent bc)
getAll in interface CrudmagetAll in class AbstractCrudmaServicepublic ActionResultDTO update(BusinessComponent bc, Map<String,Object> data)
update in interface Crudmaupdate in class AbstractCrudmaServicepublic SQLMetaDTO getMeta(BusinessComponent bc)
getMeta in interface CrudmagetMeta in class AbstractCrudmaServicepublic MetaDTO getMetaEmpty(BusinessComponent bc)
getMetaEmpty in interface CrudmagetMetaEmpty in class AbstractCrudmaServicepublic long count(BusinessComponent bc)
count in interface Crudmacount in class AbstractCrudmaServicepublic ActionResultDTO invokeAction(BusinessComponent bc, String actionName, Map<String,Object> data)
invokeAction in interface CrudmainvokeAction in class AbstractCrudmaServiceCopyright © 2018–2022 Tesler. All rights reserved.