类 ClassroomServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.base.service.impl.ClassroomServiceImpl
- 所有已实现的接口:
ClassroomService
public class ClassroomServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements ClassroomService
-
字段概要
从类继承的字段 org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明getBuildings(Integer campusId) 获取指定校区的教学楼(给DWR使用)getClassroom(Integer id) 根据指定的教室编码,查询教室的详细信息 如果没有该教室,返回null;void删除教室信息,慎用.voidsaveOrUpdate(Room classroom) 保存新的教室信息,如果教室已经存在则抛出异常.从类继承的方法 org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
构造器详细资料
-
ClassroomServiceImpl
public ClassroomServiceImpl()
-
-
方法详细资料
-
getClassroom
从接口复制的说明:ClassroomService根据指定的教室编码,查询教室的详细信息 如果没有该教室,返回null;- 指定者:
getClassroom在接口中ClassroomService- 返回:
- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.ClassroomService#getClassroom(java.lang.Long)
-
getBuildings
从接口复制的说明:ClassroomService获取指定校区的教学楼(给DWR使用)- 指定者:
getBuildings在接口中ClassroomService- 返回:
-
removeClassroom
从接口复制的说明:ClassroomService删除教室信息,慎用. 如果教室id不存在,返回.- 指定者:
removeClassroom在接口中ClassroomService- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.ClassroomService#removeClassroom(java.lang.String)
-
saveOrUpdate
从接口复制的说明:ClassroomService保存新的教室信息,如果教室已经存在则抛出异常.- 指定者:
saveOrUpdate在接口中ClassroomService
-