类 BaseInfoServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.base.service.impl.BaseInfoServiceImpl
- 所有已实现的接口:
BaseInfoService
public class BaseInfoServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements BaseInfoService
-
字段概要
从类继承的字段 org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBaseInfo(Class clazz, Integer id) getBaseInfos(Class clazz, School school) FIXME 这个类的调用因该仅限于基础信息从类继承的方法 org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
构造器详细资料
-
BaseInfoServiceImpl
public BaseInfoServiceImpl()
-
-
方法详细资料
-
getBaseInfos
FIXME 这个类的调用因该仅限于基础信息- 指定者:
getBaseInfos在接口中BaseInfoService
-
getBaseInfo
- 指定者:
getBaseInfo在接口中BaseInfoService
-