public abstract class BaseFeatureSeImpl extends java.lang.Object implements FeatureSe
Constructor and Description |
---|
BaseFeatureSeImpl() |
Modifier and Type | Method and Description |
---|---|
CodeBean |
getFeatureByHex(java.lang.String featureId)
根据特征码ID在表中查找指定的记录
|
boolean |
removeFeatureByHex(java.lang.String featureId)
根据特征码ID中表中删除指定的记录
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addFeature, addFeature, clearAll, getFeature, removeFeature, searchCode, size
public BaseFeatureSeImpl()
public CodeBean getFeatureByHex(java.lang.String featureId)
FeatureSe
getFeatureByHex
in interface FeatureSe
featureId
- 特征码ID,MD5校验码(32字节HEX字符串)null
,featureId
为null
或空返回null
public boolean removeFeatureByHex(java.lang.String featureId)
FeatureSe
removeFeatureByHex
in interface FeatureSe
featureId
- 特征码ID,MD5校验码(32字节HEX字符串)Copyright © 2020. All rights reserved.