Uses of Interface
org.beangle.ems.log.BusinessLog
-
Packages that use BusinessLog Package Description org.beangle.ems.log org.beangle.ems.log.model -
-
Uses of BusinessLog in org.beangle.ems.log
Methods in org.beangle.ems.log that return BusinessLog Modifier and Type Method Description BusinessLogBusinessLogDetail. getLog() -
Uses of BusinessLog in org.beangle.ems.log.model
Classes in org.beangle.ems.log.model that implement BusinessLog Modifier and Type Class Description classBusinessLogBean业务日志实现Methods in org.beangle.ems.log.model that return BusinessLog Modifier and Type Method Description BusinessLogBusinessLogDetailBean. getLog()Methods in org.beangle.ems.log.model with parameters of type BusinessLog Modifier and Type Method Description voidBusinessLogDetailBean. setLog(BusinessLog log)Constructors in org.beangle.ems.log.model with parameters of type BusinessLog Constructor Description BusinessLogDetailBean(BusinessLog log, String content)
-