类 LicenseGroupServiceImpl

java.lang.Object
net.guerlab.smart.platform.server.service.BaseServiceImpl<LicenseGroup,​java.lang.Long,​LicenseGroupMapper,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>
net.guerlab.smart.license.service.service.impl.LicenseGroupServiceImpl
所有已实现的接口:
LicenseGroupService, net.guerlab.smart.platform.server.service.BaseDeleteService<LicenseGroup,​java.lang.Long,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>, net.guerlab.smart.platform.server.service.BaseFindService<LicenseGroup,​java.lang.Long,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>, net.guerlab.smart.platform.server.service.BaseSaveService<LicenseGroup,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>, net.guerlab.smart.platform.server.service.BaseService<LicenseGroup,​java.lang.Long,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>, net.guerlab.smart.platform.server.service.BaseUpdateService<LicenseGroup,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>, net.guerlab.smart.platform.server.service.QueryWrapperGetter<LicenseGroup,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>

@Service
public class LicenseGroupServiceImpl
extends net.guerlab.smart.platform.server.service.BaseServiceImpl<LicenseGroup,​java.lang.Long,​LicenseGroupMapper,​net.guerlab.smart.license.core.searchparams.LicenseGroupSearchParams>
implements LicenseGroupService
授权组服务实现
作者:
guer
  • 字段概要

    从类继承的字段 net.guerlab.smart.platform.server.service.BaseServiceImpl

    baseMapper, entityClass, mapperClass, sequence

    从接口继承的字段 net.guerlab.smart.license.service.service.LicenseGroupService

    LICENSE_GROUP_NAME_MAX_LENGTH
  • 构造器概要

    构造器 
    构造器 说明
    LicenseGroupServiceImpl()  
  • 方法概要

    修饰符和类型 方法 说明
    void addLicensedNumber​(java.lang.Long licenseGroupId)
    添加已授权数量
    protected void deleteByIdBefore​(java.lang.Long id, java.lang.Boolean force)  
    protected void insertBefore​(LicenseGroup entity)  
    void setLicenseService​(LicenseService licenseService)  
    protected void updateAfter​(LicenseGroup entity)  
    protected void updateBefore​(LicenseGroup entity)  

    从类继承的方法 net.guerlab.smart.platform.server.service.BaseServiceImpl

    currentMapperClass, currentModelClass, delete, delete, delete, deleteAfter, deleteBefore, deleteById, deleteByIdAfter, getBaseMapper, insert, insertAfter, selectAll, selectAll, selectById, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectPage, setBaseMapper, setSequence, update, update, update, updateById

    从类继承的方法 java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    从接口继承的方法 net.guerlab.smart.platform.server.service.BaseDeleteService

    delete, delete, delete, delete, deleteById, deleteById

    从接口继承的方法 net.guerlab.smart.platform.server.service.BaseFindService

    selectAll, selectAll, selectById, selectByIdOptional, selectCount, selectCount, selectList, selectList, selectList, selectOne, selectOne, selectOneOptional, selectOneOptional, selectPage

    从接口继承的方法 net.guerlab.smart.platform.server.service.BaseSaveService

    insert

    从接口继承的方法 net.guerlab.smart.platform.server.service.BaseUpdateService

    update, update, update, updateById

    从接口继承的方法 net.guerlab.smart.license.service.service.LicenseGroupService

    getEntityClass

    从接口继承的方法 net.guerlab.smart.platform.server.service.QueryWrapperGetter

    getLambdaQueryWrapper, getQueryWrapper, getQueryWrapper, getQueryWrapperWithSelectMethod, getQueryWrapperWithSelectMethod