@Service(value="roleService") public class SimpleRoleService extends GenericEntityService<RoleEntity,String> implements RoleService
eventPublisherentityFactory, entityType, logger, logicPrimaryKeyValidator, primaryKeyType, validator| 构造器和说明 |
|---|
SimpleRoleService() |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
disable(String roleId) |
void |
enable(String roleId) |
RoleDao |
getDao() |
protected org.hswebframework.web.id.IDGenerator<String> |
getIDGenerator() |
String |
insert(RoleEntity entity) |
int |
updateByPk(String s,
RoleEntity entity) |
dataExisted, deleteByPk, init, physicalDeleteByPk, pushCreatedEvent, pushModifyEvent, saveOrUpdate, selectByPk, selectByPk, setEventPublisher, updateByPk, updateByPkassertNotNull, assertNotNull, createEntity, entityFactoryIsEnabled, getEntityInstanceType, getEntityType, getPrimaryKeyType, setEntityFactory, setLogicPrimaryKeyValidator, setValidator, tryValidate, tryValidate, tryValidate, tryValidateProperty, tryValidateProperty, tryValidatePropertyclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitcount, select, selectPager, selectSinglesaveOrUpdate, updateByPkdeleteByPkcreateEntity, getEntityInstanceTypecount, select, selectByPk, selectByPkcount, createQuery, createQuery, selectcount, select, selectPager, selectSinglecreateUpdate, createUpdate, createUpdate, createUpdatecreateDelete, createDelete, createDeleteprotected org.hswebframework.web.id.IDGenerator<String> getIDGenerator()
getIDGenerator 在类中 GenericEntityService<RoleEntity,String>public RoleDao getDao()
getDao 在接口中 DefaultDSLDeleteService<RoleEntity,String>getDao 在接口中 DefaultDSLUpdateService<RoleEntity,String>getDao 在接口中 DefaultQueryByEntityService<RoleEntity>getDao 在接口中 GenericService<RoleEntity,String>public String insert(RoleEntity entity)
insert 在接口中 InsertService<RoleEntity,String>insert 在类中 GenericEntityService<RoleEntity,String>public int updateByPk(String s, RoleEntity entity)
updateByPk 在接口中 UpdateService<RoleEntity,String>updateByPk 在类中 GenericEntityService<RoleEntity,String>public void enable(String roleId)
enable 在接口中 RoleServicepublic void disable(String roleId)
disable 在接口中 RoleServiceCopyright © 2016–2020. All rights reserved.