Class StudentInfoServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.edu.student.info.service.impl.StudentInfoServiceImpl
- All Implemented Interfaces:
StudentInfoService
public class StudentInfoServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements StudentInfoService
-
Field Summary
Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription<T extends StudentInfoBean>
TgetStudentInfo(Class<T> stdClass, Student std) Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
Constructor Details
-
StudentInfoServiceImpl
public StudentInfoServiceImpl()
-
-
Method Details
-
getStudentInfo
- Specified by:
getStudentInfoin interfaceStudentInfoService
-