public class ClassesServiceImpl
extends com.ptteng.common.dao.BaseDaoServiceImpl
implements com.ptteng.common.skill.service.ClassesService
| 构造器和说明 |
|---|
ClassesServiceImpl() |
| 限定符和类型 | 方法和说明 |
|---|---|
java.lang.Integer |
countClassesIds() |
java.lang.Integer |
countClassesIdsByOid(java.lang.Long oid) |
java.lang.Integer |
countClassesIdsByOidAndGrade(java.lang.Long oid,
java.lang.Long grade) |
java.lang.Integer |
countClassesIdsByType(java.lang.String type) |
boolean |
delete(java.lang.Long id) |
java.util.List<java.lang.Long> |
getClassesIds(java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByName(java.lang.String name,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsbyOccupation(java.lang.Long oid,
java.lang.Long start,
java.lang.Long limit) |
java.util.List<java.lang.Long> |
getClassesIdsbyOccupationAndType(java.lang.Long oid,
java.lang.String type,
java.lang.Long start,
java.lang.Long limit,
java.lang.Integer classesStart,
java.lang.Integer classesSize) |
java.util.List<java.lang.Long> |
getClassesIdsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByOidAndGrade(java.lang.Long oid,
java.lang.Long grade,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByOidAndName(java.lang.Long oid,
java.lang.String name,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByOidAndNameAndType(java.lang.Long oid,
java.lang.String name,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByOidAndType(java.lang.Long oid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByType(java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit) |
java.util.List<java.lang.Long> |
getClassesIdsByTypeAndName(java.lang.String type,
java.lang.String name,
java.lang.Integer start,
java.lang.Integer limit) |
com.ptteng.common.skill.model.Classes |
getObjectById(java.lang.Long id) |
java.util.List<com.ptteng.common.skill.model.Classes> |
getObjectsByIds(java.util.List<java.lang.Long> ids) |
java.lang.Long |
insert(com.ptteng.common.skill.model.Classes classes) |
java.util.List<com.ptteng.common.skill.model.Classes> |
insertList(java.util.List<com.ptteng.common.skill.model.Classes> classesList) |
boolean |
update(com.ptteng.common.skill.model.Classes classes) |
boolean |
updateList(java.util.List<com.ptteng.common.skill.model.Classes> classesList) |
deleteList, fakeDelete, getDao, getIdsByDynamicCondition, main, setDaopublic java.lang.Long insert(com.ptteng.common.skill.model.Classes classes)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insert 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Classes> insertList(java.util.List<com.ptteng.common.skill.model.Classes> classesList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
insertList 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean delete(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
delete 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean update(com.ptteng.common.skill.model.Classes classes)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
update 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic boolean updateList(java.util.List<com.ptteng.common.skill.model.Classes> classesList)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
updateList 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic com.ptteng.common.skill.model.Classes getObjectById(java.lang.Long id)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectById 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<com.ptteng.common.skill.model.Classes> getObjectsByIds(java.util.List<java.lang.Long> ids)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getObjectsByIds 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByOidAndGrade(java.lang.Long oid,
java.lang.Long grade,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByOidAndGrade 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByName(java.lang.String name,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByName 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByOid(java.lang.Long oid,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByOid 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByType(java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByType 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByOidAndName(java.lang.Long oid,
java.lang.String name,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByOidAndName 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByOidAndNameAndType(java.lang.Long oid,
java.lang.String name,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByOidAndNameAndType 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByOidAndType(java.lang.Long oid,
java.lang.String type,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByOidAndType 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsByTypeAndName(java.lang.String type,
java.lang.String name,
java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsByTypeAndName 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countClassesIdsByOidAndGrade(java.lang.Long oid,
java.lang.Long grade)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countClassesIdsByOidAndGrade 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countClassesIdsByOid(java.lang.Long oid)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countClassesIdsByOid 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countClassesIdsByType(java.lang.String type)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countClassesIdsByType 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIds(java.lang.Integer start,
java.lang.Integer limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIds 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.lang.Integer countClassesIds()
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
countClassesIds 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsbyOccupation(java.lang.Long oid,
java.lang.Long start,
java.lang.Long limit)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsbyOccupation 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionpublic java.util.List<java.lang.Long> getClassesIdsbyOccupationAndType(java.lang.Long oid,
java.lang.String type,
java.lang.Long start,
java.lang.Long limit,
java.lang.Integer classesStart,
java.lang.Integer classesSize)
throws com.gemantic.common.exception.ServiceException,
com.gemantic.common.exception.ServiceDaoException
getClassesIdsbyOccupationAndType 在接口中 com.ptteng.common.skill.service.ClassesServicecom.gemantic.common.exception.ServiceExceptioncom.gemantic.common.exception.ServiceDaoExceptionCopyright © 2016. All Rights Reserved.