类 DepartmentServiceImpl
java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.base.service.impl.DepartmentServiceImpl
- 所有已实现的接口:
DepartmentService
public class DepartmentServiceImpl
extends org.beangle.commons.dao.impl.BaseServiceImpl
implements DepartmentService
-
字段概要
从类继承的字段 org.beangle.commons.dao.impl.BaseServiceImpl
entityDao, eventMulticaster, logger -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明返回所有有效的管理部门信息getAdministatives(Integer[] ids) 返回部门代码字符串中指定的管理部门列表getAdministatives(String idSeq) 返回部门代码字符串中指定的管理部门列表返回所有有效的学院信息getColleges(Integer[] ids) 返回部门代码字符串中指定的院系部门列表getColleges(String idSeq) 返回部门代码字符串中指定的院系部门列表getDepartment(Integer id) 根据指定的部门代码,返回部门详细信息.返回所有有效的部门信息getDepartments(Integer[] ids) 返回部门代码数组中指定的部门列表getDepartments(String idSeq) 返回部门代码字符串中指定的部门列表.形式如"xx,xx,xx"getRelatedDeparts(String stdTypeIds) 得到所有的开课院系getTeachDeparts(String idSeq) 查询开课院系void删除制定部门代码的部门,谨慎调用.voidsaveOrUpdate(Department department) 保存新建的部门信息,如果已经存在相同部门代码的部门,则抛出异常.从类继承的方法 org.beangle.commons.dao.impl.BaseServiceImpl
getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster
-
构造器详细资料
-
DepartmentServiceImpl
public DepartmentServiceImpl()
-
-
方法详细资料
-
getDepartments
从接口复制的说明:DepartmentService返回所有有效的部门信息- 指定者:
getDepartments在接口中DepartmentService- 返回:
-
getDepartment
从接口复制的说明:DepartmentService根据指定的部门代码,返回部门详细信息. 没有对应的部门代码,则返回null.- 指定者:
getDepartment在接口中DepartmentService- 返回:
-
getColleges
从接口复制的说明:DepartmentService返回所有有效的学院信息- 指定者:
getColleges在接口中DepartmentService- 返回:
-
getAdministatives
从接口复制的说明:DepartmentService返回所有有效的管理部门信息- 指定者:
getAdministatives在接口中DepartmentService- 返回:
-
getDepartments
从接口复制的说明:DepartmentService返回部门代码数组中指定的部门列表- 指定者:
getDepartments在接口中DepartmentService- 返回:
- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.DepartmentService#getDepartments(java.lang.String[])
-
getAdministatives
从接口复制的说明:DepartmentService返回部门代码字符串中指定的管理部门列表- 指定者:
getAdministatives在接口中DepartmentService- 返回:
- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.DepartmentService#getAdministatives(java.lang.String)
-
getAdministatives
从接口复制的说明:DepartmentService返回部门代码字符串中指定的管理部门列表- 指定者:
getAdministatives在接口中DepartmentService- 返回:
- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.DepartmentService#getAdministatives(java.lang.String[])
-
getColleges
从接口复制的说明:DepartmentService返回部门代码字符串中指定的院系部门列表- 指定者:
getColleges在接口中DepartmentService- 返回:
- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.DepartmentService#getColleges(java.lang.String)
-
getColleges
从接口复制的说明:DepartmentService返回部门代码字符串中指定的院系部门列表- 指定者:
getColleges在接口中DepartmentService- 返回:
- 另请参阅:
-
org.openurp.base.edu.service.service.system.baseinfo.DepartmentService#getColleges(java.lang.String[])
-
getTeachDeparts
从接口复制的说明:DepartmentService查询开课院系- 指定者:
getTeachDeparts在接口中DepartmentService- 返回:
-
getRelatedDeparts
- 指定者:
getRelatedDeparts在接口中DepartmentService
-
saveOrUpdate
从接口复制的说明:DepartmentService保存新建的部门信息,如果已经存在相同部门代码的部门,则抛出异常.- 指定者:
saveOrUpdate在接口中DepartmentService
-
removeDepartment
从接口复制的说明:DepartmentService删除制定部门代码的部门,谨慎调用. 如果要删除的部门信息并不存在,则返回null.- 指定者:
removeDepartment在接口中DepartmentService
-
getDepartments
从接口复制的说明:DepartmentService返回部门代码字符串中指定的部门列表.形式如"xx,xx,xx"- 指定者:
getDepartments在接口中DepartmentService- 返回:
-
getTeachDeparts
从接口复制的说明:DepartmentService得到所有的开课院系- 指定者:
getTeachDeparts在接口中DepartmentService- 返回:
-