public class OffsetIPRelativeControllerImpl extends AbstractReportController<OffsetIPRelativeEntity> implements OffsetIPRelativeController
构造器和说明 |
---|
OffsetIPRelativeControllerImpl(ReportDBSessionController dbSessionController) |
限定符和类型 | 方法和说明 |
---|---|
java.util.List<OffsetIPRelativeEntity> |
find(java.lang.String childIP)
根据IP返回offsetIPRelativeAction对象
|
java.util.List<OffsetIPRelativeEntity> |
find(java.lang.String motherId,
java.lang.String childIP)
根据motherID和IP返回offsetIPRelativeAction对象,正确返回应为一条或0条数据
|
void |
remove(QueryCondition queryCondition)
删除记录,根据查询条件来删除
|
void |
remove(java.lang.String motherID,
java.lang.String ip)
根据motherID ip删除表数据
|
boolean |
saveOrUpdate(OffsetIPRelativeEntity entity)
保存一条打印偏移数据
|
add, find, findOne, findWithTotalCount, getById, remove, update
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
add, find, findOne, findWithTotalCount, getById, remove, update
public OffsetIPRelativeControllerImpl(ReportDBSessionController dbSessionController)
public boolean saveOrUpdate(OffsetIPRelativeEntity entity)
OffsetIPRelativeController
saveOrUpdate
在接口中 OffsetIPRelativeController
public java.util.List<OffsetIPRelativeEntity> find(java.lang.String motherId, java.lang.String childIP)
OffsetIPRelativeController
find
在接口中 OffsetIPRelativeController
public java.util.List<OffsetIPRelativeEntity> find(java.lang.String childIP)
OffsetIPRelativeController
find
在接口中 OffsetIPRelativeController
public void remove(java.lang.String motherID, java.lang.String ip)
OffsetIPRelativeController
remove
在接口中 OffsetIPRelativeController
public void remove(QueryCondition queryCondition) throws java.lang.Exception
DataOperator
remove
在接口中 DataOperator<OffsetIPRelativeEntity>
remove
在类中 AbstractReportController<OffsetIPRelativeEntity>
queryCondition
- 查询条件java.lang.Exception