Class SquadDwrServiceImpl

java.lang.Object
org.beangle.commons.dao.impl.BaseServiceImpl
org.openurp.web.dwr.SquadDwrServiceImpl

public class SquadDwrServiceImpl extends org.beangle.commons.dao.impl.BaseServiceImpl
  • Field Summary

    Fields inherited from class org.beangle.commons.dao.impl.BaseServiceImpl

    entityDao, eventMulticaster, logger
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    getSquades(String grade, Long stdTypeId, Integer departmentId, Long majorId, Long directionId)
    根据参数得到可选班级
    使用位置:页面dwr
    getSquadNames(String grade, Long levelId, Long departId, Long majorId, Long directionId)
    模糊查找行政班级名称

    Methods inherited from class org.beangle.commons.dao.impl.BaseServiceImpl

    getEntityDao, getEventMulticaster, publish, setEntityDao, setEventMulticaster

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • SquadDwrServiceImpl

      public SquadDwrServiceImpl()
  • Method Details

    • getSquades

      public List getSquades(String grade, Long stdTypeId, Integer departmentId, Long majorId, Long directionId)
      根据参数得到可选班级
      使用位置:页面dwr
      Parameters:
      grade -
      stdTypeId -
      departmentId -
      majorId -
      directionId -
      Returns:
    • getSquadNames

      public List getSquadNames(String grade, Long levelId, Long departId, Long majorId, Long directionId)
      模糊查找行政班级名称
      Parameters:
      grade -
      departId -
      majorId -
      directionId -
      stdTypeId -
      Returns: