@Service @Primary public class FailureActionDefinitionService extends AbstractBaseDomainObjectService<FailureActionDefinition,FailureActionDefinitionEntity> implements IFailureActionDefinitionService
domainObjectClass, entityClass
构造器和说明 |
---|
FailureActionDefinitionService() |
限定符和类型 | 方法和说明 |
---|---|
void |
deleteById(long failureActionDefinitionId)
通过ID删除对象
|
FailureActionDefinition |
getByName(String name)
根据名称查询FailureActionDefinition
|
protected IBaseEntityHandler<FailureActionDefinitionEntity> |
getEntityHandler() |
List<FailureActionDefinition> |
listActiveObject()
获取所有激活的FailureActionDefinition
|
List<FailureActionDefinition> |
listByActionCodeAndGroup(String actionCode,
long actionCodeGroupId)
根据actioncode(模糊查询)和actioncodegroup查询FailureActionDefinition集合
|
List<FailureActionDefinition> |
listByGroupId(long failureActionCodeGroupId)
查询组下面所有的FailureActionDefinition
|
FailureActionDefinition |
save(FailureActionDefinition failureActionDefinition)
保存对象,并返回更新的对象
|
countByFilter, createClientObject, createClientObject, createClientObjects, createClientObjects, createFilter, delete, deleteByIds, getByFilter, getById, getByIdAndEvict, getInternalEntities, getInternalEntity, getObjectType, list, list, listByFilter, listSimpleData, pagingByFilter, saveAll
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
countByFilter, createFilter, delete, deleteByIds, getByFilter, getById, getByIdAndEvict, list, list, listByFilter, listSimpleData, pagingByFilter, saveAll
public List<FailureActionDefinition> listByActionCodeAndGroup(String actionCode, long actionCodeGroupId)
IFailureActionDefinitionService
listByActionCodeAndGroup
在接口中 IFailureActionDefinitionService
public FailureActionDefinition save(FailureActionDefinition failureActionDefinition)
IBaseDomainObjectService
public void deleteById(long failureActionDefinitionId)
IBaseDomainObjectService
public List<FailureActionDefinition> listActiveObject()
IFailureActionDefinitionService
listActiveObject
在接口中 IFailureActionDefinitionService
public List<FailureActionDefinition> listByGroupId(long failureActionCodeGroupId)
IFailureActionDefinitionService
listByGroupId
在接口中 IFailureActionDefinitionService
failureActionCodeGroupId
- failureActionCodeGroupIdprotected IBaseEntityHandler<FailureActionDefinitionEntity> getEntityHandler()
public FailureActionDefinition getByName(String name)
IFailureActionDefinitionService
getByName
在接口中 IFailureActionDefinitionService
Copyright © 2019. All rights reserved.