Package org.openurp.base.service.impl
Class BaseInfoServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.base.service.impl.BaseInfoServiceImpl
- All Implemented Interfaces:
BaseInfoService
public class BaseInfoServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements BaseInfoService
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetBaseInfo(Class clazz, Integer id) getBaseInfos(Class clazz, School school) FIXME 这个类的调用因该仅限于基础信息Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
BaseInfoServiceImpl
public BaseInfoServiceImpl()
-
-
Method Details
-
getBaseInfos
FIXME 这个类的调用因该仅限于基础信息- Specified by:
getBaseInfosin interfaceBaseInfoService
-
getBaseInfo
- Specified by:
getBaseInfoin interfaceBaseInfoService
-