@Generated(value="com.microsoft.thrifty.gen.ThriftyCodeGenerator",
comments="https://github.com/microsoft/thrifty")
public interface IFaceLog
| 限定符和类型 | 方法和说明 |
|---|---|
void |
addErrorLog(ErrorLogBean errorLogBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addFeature(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<FaceBean> faecBeans,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
addFeatureMulti(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
addFeatureWithImage(okio.ByteString feature,
java.lang.String featureVersion,
java.lang.Integer personId,
java.lang.Boolean asIdPhotoIfAbsent,
okio.ByteString featurePhoto,
FaceBean faceBean,
java.lang.String removed,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
addImage(okio.ByteString imageData,
java.lang.Integer deviceId,
FaceBean faceBean,
java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
addLog(LogBean logBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogFull(LogBean logBean,
FaceBean faceBean,
okio.ByteString featureImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogs(java.util.List<LogBean> beans,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogsFull(java.util.List<LogBean> logBeans,
java.util.List<FaceBean> faceBeans,
java.util.List<okio.ByteString> featureImages,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogsWithFaceImage(java.util.List<LogBean> logBeans,
java.util.List<okio.ByteString> faceImages,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
addLogWithFaceImage(LogBean logBean,
okio.ByteString faceImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
applyAckChannel(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
applyAckChannelWithDuration(java.lang.Integer duration,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
applyCmdSn(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
applyPersonToken(java.lang.Integer personId,
java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
applyRootToken(java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
applyUserToken(java.lang.Integer userid,
java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
bindBorder(java.lang.Integer personGroupId,
java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
childListForDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
childListForPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
countDeviceByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countDeviceGroupByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countErrorLogByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogLightByVerifyTime(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogLightByVerifyTimeTimestr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countLogLightByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countPersonByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countPersonGroupByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
countPersonLog(java.lang.Integer personId,
java.lang.Long startDate,
java.lang.Long endDate,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback) |
void |
countPersonLogTimeStr(java.lang.Integer personId,
java.lang.String startDate,
java.lang.String endDate,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback) |
void |
createTempPwd(java.lang.Integer targetId,
TmpPwdTargetType targetType,
java.lang.String expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
createTempPwdWithDuration(java.lang.Integer targetId,
TmpPwdTargetType targetType,
java.lang.Integer duration,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
deleteAllFeaturesByPersonId(java.lang.Integer personId,
java.lang.Boolean deleteImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteDevice(java.lang.Integer id,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
deleteDeviceByMac(java.lang.String mac,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
deleteDeviceGroup(java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteErrorLogByWhere(java.lang.String where,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteFeature(java.lang.String featureMd5,
java.lang.Boolean deleteImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
deleteGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteImage(java.lang.String imageMd5,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deleteLogByWhere(java.lang.String where,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePermitById(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePerson(java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonByPapersNum(java.lang.String papersNum,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonGroup(java.lang.Integer personGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonGroupPermit(java.lang.Integer personGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersons(java.util.List<java.lang.Integer> personIdList,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
deletePersonsByPapersNum(java.util.List<java.lang.String> papersNumlist,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
disablePerson(java.lang.Integer personId,
java.lang.Integer moveToGroupId,
java.lang.Boolean deletePhoto,
java.lang.Boolean deleteFeature,
java.lang.Boolean deleteLog,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
disablePersonList(java.util.List<java.lang.Integer> personIdList,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
existsDevice(java.lang.Integer id,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
existsFeature(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
existsImage(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
existsPerson(java.lang.Integer persionId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
faceRecognizePersonPermitted(okio.ByteString imageData,
java.lang.Double threshold,
java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
getDevice(java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
getDeviceByMac(java.lang.String mac,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
getDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback) |
void |
getDeviceGroups(java.util.List<java.lang.Integer> groupIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceGroupBean>> callback) |
void |
getDeviceGroupsBelongs(java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getDeviceGroupsPermit(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getDeviceGroupsPermittedBy(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getDeviceIdOfFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
getDevices(java.util.List<java.lang.Integer> idList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback) |
void |
getDevicesOfGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getFace(java.lang.Integer faceId,
com.microsoft.thrifty.service.ServiceMethodCallback<FaceBean> callback) |
void |
getFaceApiParameters(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void |
getFacesOfFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
getFacesOfImage(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback) |
void |
getFeature(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback) |
void |
getFeatureBytes(java.lang.String md5,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getFeatureBytesList(java.util.List<java.lang.String> md5List,
java.lang.Boolean truncation,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<okio.ByteString>> callback) |
void |
getFeatureBytesTruncation(java.lang.String md5,
java.lang.Boolean truncation,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getFeatures(java.util.List<java.lang.String> md5List,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback) |
void |
getFeaturesByPersonIdAndSdkVersion(java.lang.Integer personId,
java.lang.String sdkVersion,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getFeaturesOfImage(java.lang.String imageMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getFeaturesOfPerson(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getFeaturesPermittedOnDevice(java.lang.Integer deviceId,
java.lang.Boolean ignoreSchedule,
java.lang.String sdkVersion,
java.util.List<java.lang.String> excludeFeatureIds,
java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getGroupPermit(java.lang.Integer deviceId,
java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
getGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
getGroupPermits(java.lang.Integer deviceId,
java.util.List<java.lang.Integer> personGroupIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
getImage(java.lang.String imageMD5,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
getImageBytes(java.lang.String imageMD5,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getImageBytesRef(java.lang.String primaryKey,
java.lang.String refType,
com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback) |
void |
getImageRef(java.lang.String primaryKey,
java.lang.String refType,
com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback) |
void |
getImagesAssociatedByFeature(java.lang.String featureMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
getLogBeansByPersonId(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback) |
void |
getMessageQueueParameters(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback) |
void |
getPerson(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByMobilePhone(java.lang.String mobilePhone,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByMobilePhoneReal(java.lang.String mobilePhone,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByPapersNum(java.lang.String papersNum,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonByPapersNumReal(java.lang.String papersNum,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback) |
void |
getPersonGroups(java.util.List<java.lang.Integer> groupIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonGroupBean>> callback) |
void |
getPersonGroupsBelongs(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonGroupsPermittedBy(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonPermit(java.lang.Integer deviceId,
java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
getPersonPermits(java.lang.Integer deviceId,
java.util.List<java.lang.Integer> personIdList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
getPersonReal(java.lang.Integer personId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
getPersons(java.util.List<java.lang.Integer> idList,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
getPersonsOfGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonsPermittedOnDevice(java.lang.Integer deviceId,
java.lang.Boolean ignoreSchedule,
java.util.List<java.lang.Integer> excludePersonIds,
java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getPersonsReal(java.util.List<java.lang.Integer> idList,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
getProperties(java.lang.String prefix,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void |
getProperty(java.lang.String key,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
getRedisParameters(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback) |
void |
getServiceConfig(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void |
getSubDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getSubPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
getTargetInfo4PwdOnDevice(java.lang.String pwd,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<TmpwdTargetInfo> callback) |
void |
initTopGroup(TopGroupInfo groupInfo,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
isDisable(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isLocal(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
iso8601Time(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
isValidAckChannel(java.lang.String ackChannel,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidCmdSn(java.lang.Integer cmdSn,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidDeviceToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidPassword(java.lang.String userId,
java.lang.String password,
java.lang.Boolean isMd5,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidPersonToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidRootToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
isValidUserToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback) |
void |
listOfParentForDeviceGroup(java.lang.Integer deviceGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
listOfParentForPersonGroup(java.lang.Integer personGroupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadAllPerson(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDeviceByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback) |
void |
loadDeviceGroupByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDeviceGroupIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDeviceIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDistinctIntegerColumn(java.lang.String table,
java.lang.String column,
java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadDistinctStringColumn(java.lang.String table,
java.lang.String column,
java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
loadErrorLogByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<ErrorLogBean>> callback) |
void |
loadFeatureMd5ByUpdate(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
loadFeatureMd5ByUpdateTimeStr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback) |
void |
loadLogByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback) |
void |
loadLogLightByVerifyTime(java.lang.Long timestamp,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback) |
void |
loadLogLightByVerifyTimeTimestr(java.lang.String timestamp,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback) |
void |
loadLogLightByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback) |
void |
loadPermitByUpdate(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
loadPermitByUpdateTimestr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback) |
void |
loadPersonByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
loadPersonByWhereReal(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback) |
void |
loadPersonGroupByWhere(java.lang.String where,
java.lang.Integer startRow,
java.lang.Integer numRows,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonGroupIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonIdByUpdateTime(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonIdByUpdateTimeTimeStr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadPersonIdByWhere(java.lang.String where,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadUpdatedPersons(java.lang.Long timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
loadUpdatedPersonsTimestr(java.lang.String timestamp,
com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback) |
void |
lockWakeup(DeviceBean deviceBean,
java.lang.Boolean ignoreSchedule,
java.lang.String sdkVersion,
com.microsoft.thrifty.service.ServiceMethodCallback<LockWakeupResponse> callback) |
void |
offline(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
online(DeviceBean device,
com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback) |
void |
registerDevice(DeviceBean newDevice,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
releasePersonToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
releaseRootToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
releaseUserToken(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
replaceFeature(java.lang.Integer personId,
java.lang.String featureMd5,
java.lang.Boolean deleteOldFeatureImage,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
rootGroupOfDevice(java.lang.Integer deviceId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
rootGroupOfDeviceGroup(java.lang.Integer groupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
rootGroupOfPerson(java.lang.Integer personId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
rootGroupOfPersonGroup(java.lang.Integer groupId,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
runCmd(java.util.List<java.lang.Integer> target,
java.lang.Boolean group,
java.lang.String cmdpath,
java.lang.String jsonArgs,
java.lang.String ackChannel,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
runTask(java.lang.String taskQueue,
java.lang.String cmdpath,
java.lang.String jsonArgs,
java.lang.String ackChannel,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
runTaskSync(java.lang.String taskQueue,
java.lang.String cmdpath,
java.lang.String jsonArgs,
java.lang.Integer timeoutSecs,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
saveDevice(DeviceBean deviceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
saveDeviceGroup(DeviceGroupBean deviceGroupBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback) |
void |
savePermit(PermitBean permitBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
savePermitWithColumn(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId,
java.lang.String column,
java.lang.String value,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback) |
void |
savePerson(PersonBean personBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonFull(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
okio.ByteString featureImage,
FaceBean faceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonGroup(PersonGroupBean personGroupBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback) |
void |
savePersons(java.util.List<PersonBean> persons,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
savePersonsWithPhoto(java.util.List<okio.ByteString> photos,
java.util.List<PersonBean> persons,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback) |
void |
savePersonWithPhoto(PersonBean personBean,
okio.ByteString idPhoto,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeature(PersonBean personBean,
okio.ByteString idPhoto,
FeatureBean featureBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeatureMultiFaces(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<FaceBean> faceBeans,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeatureMultiImage(PersonBean personBean,
okio.ByteString idPhoto,
okio.ByteString feature,
java.lang.String featureVersion,
java.util.List<okio.ByteString> photos,
java.util.List<FaceBean> faces,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
savePersonWithPhotoAndFeatureSaved(PersonBean personBean,
java.lang.String idPhotoMd5,
java.lang.String featureMd5,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback) |
void |
saveServiceConfig(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
sdkTaskQueueOf(java.lang.String task,
java.lang.String sdkVersion,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
setPersonExpiryDate(java.lang.Integer personId,
java.lang.Long expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setPersonExpiryDateList(java.util.List<java.lang.Integer> personIdList,
java.lang.Long expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setPersonExpiryDateTimeStr(java.lang.Integer personId,
java.lang.String expiryDate,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setProperties(java.util.Map<java.lang.String,java.lang.String> config,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
setProperty(java.lang.String key,
java.lang.String value,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
taskQueueOf(java.lang.String task,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
unbindBorder(java.lang.Integer personGroupId,
java.lang.Integer deviceGroupId,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
unregisterDevice(Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback) |
void |
updateDevice(DeviceBean deviceBean,
Token token,
com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback) |
void |
version(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback) |
void |
versionInfo(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback) |
void addErrorLog(ErrorLogBean errorLogBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void addFeature(okio.ByteString feature, java.lang.String featureVersion, java.lang.Integer personId, java.util.List<FaceBean> faecBeans, java.lang.String removed, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
void addFeatureMulti(okio.ByteString feature, java.lang.String featureVersion, java.lang.Integer personId, java.util.List<okio.ByteString> photos, java.util.List<FaceBean> faces, java.lang.String removed, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
void addFeatureWithImage(okio.ByteString feature, java.lang.String featureVersion, java.lang.Integer personId, java.lang.Boolean asIdPhotoIfAbsent, okio.ByteString featurePhoto, FaceBean faceBean, java.lang.String removed, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
void addImage(okio.ByteString imageData, java.lang.Integer deviceId, FaceBean faceBean, java.lang.Integer personId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback)
void addLog(LogBean logBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void addLogFull(LogBean logBean, FaceBean faceBean, okio.ByteString featureImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void addLogWithFaceImage(LogBean logBean, okio.ByteString faceImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void addLogs(java.util.List<LogBean> beans, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void addLogsFull(java.util.List<LogBean> logBeans, java.util.List<FaceBean> faceBeans, java.util.List<okio.ByteString> featureImages, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void addLogsWithFaceImage(java.util.List<LogBean> logBeans, java.util.List<okio.ByteString> faceImages, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void applyAckChannel(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void applyAckChannelWithDuration(java.lang.Integer duration, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void applyCmdSn(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void applyPersonToken(java.lang.Integer personId, java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
void applyRootToken(java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
void applyUserToken(java.lang.Integer userid, java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
void bindBorder(java.lang.Integer personGroupId, java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void childListForDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void childListForPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void countDeviceByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countDeviceGroupByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countErrorLogByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countLogByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countLogLightByVerifyTime(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countLogLightByVerifyTimeTimestr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countLogLightByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countPersonByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countPersonGroupByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void countPersonLog(java.lang.Integer personId, java.lang.Long startDate, java.lang.Long endDate, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback)
void countPersonLogTimeStr(java.lang.Integer personId, java.lang.String startDate, java.lang.String endDate, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.Integer>> callback)
void createTempPwd(java.lang.Integer targetId, TmpPwdTargetType targetType, java.lang.String expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void createTempPwdWithDuration(java.lang.Integer targetId, TmpPwdTargetType targetType, java.lang.Integer duration, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void deleteAllFeaturesByPersonId(java.lang.Integer personId, java.lang.Boolean deleteImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deleteDevice(java.lang.Integer id, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void deleteDeviceByMac(java.lang.String mac, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void deleteDeviceGroup(java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deleteErrorLogByWhere(java.lang.String where, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deleteFeature(java.lang.String featureMd5, java.lang.Boolean deleteImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void deleteGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deleteImage(java.lang.String imageMd5, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deleteLogByWhere(java.lang.String where, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePermitById(java.lang.Integer deviceGroupId, java.lang.Integer personGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePerson(java.lang.Integer personId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePersonByPapersNum(java.lang.String papersNum, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePersonGroup(java.lang.Integer personGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePersonGroupPermit(java.lang.Integer personGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePersons(java.util.List<java.lang.Integer> personIdList, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void deletePersonsByPapersNum(java.util.List<java.lang.String> papersNumlist, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void disablePerson(java.lang.Integer personId, java.lang.Integer moveToGroupId, java.lang.Boolean deletePhoto, java.lang.Boolean deleteFeature, java.lang.Boolean deleteLog, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void disablePersonList(java.util.List<java.lang.Integer> personIdList, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void existsDevice(java.lang.Integer id, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void existsFeature(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void existsImage(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void existsPerson(java.lang.Integer persionId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void faceRecognizePersonPermitted(okio.ByteString imageData, java.lang.Double threshold, java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void getDevice(java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
void getDeviceByMac(java.lang.String mac, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
void getDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback)
void getDeviceGroups(java.util.List<java.lang.Integer> groupIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceGroupBean>> callback)
void getDeviceGroupsBelongs(java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getDeviceGroupsPermit(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getDeviceGroupsPermittedBy(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getDeviceIdOfFeature(java.lang.String featureMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void getDevices(java.util.List<java.lang.Integer> idList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback)
void getDevicesOfGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getFace(java.lang.Integer faceId, com.microsoft.thrifty.service.ServiceMethodCallback<FaceBean> callback)
void getFaceApiParameters(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
void getFacesOfFeature(java.lang.String featureMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback)
void getFacesOfImage(java.lang.String imageMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FaceBean>> callback)
void getFeature(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<FeatureBean> callback)
void getFeatureBytes(java.lang.String md5, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
void getFeatureBytesList(java.util.List<java.lang.String> md5List, java.lang.Boolean truncation, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<okio.ByteString>> callback)
void getFeatureBytesTruncation(java.lang.String md5, java.lang.Boolean truncation, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
void getFeatures(java.util.List<java.lang.String> md5List, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<FeatureBean>> callback)
void getFeaturesByPersonIdAndSdkVersion(java.lang.Integer personId, java.lang.String sdkVersion, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void getFeaturesOfImage(java.lang.String imageMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void getFeaturesOfPerson(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void getFeaturesPermittedOnDevice(java.lang.Integer deviceId, java.lang.Boolean ignoreSchedule, java.lang.String sdkVersion, java.util.List<java.lang.String> excludeFeatureIds, java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void getGroupPermit(java.lang.Integer deviceId, java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
void getGroupPermitOnDeviceGroup(java.lang.Integer deviceGroupId, java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
void getGroupPermits(java.lang.Integer deviceId, java.util.List<java.lang.Integer> personGroupIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
void getImage(java.lang.String imageMD5, com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback)
void getImageBytes(java.lang.String imageMD5, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
void getImageBytesRef(java.lang.String primaryKey, java.lang.String refType, com.microsoft.thrifty.service.ServiceMethodCallback<okio.ByteString> callback)
void getImageRef(java.lang.String primaryKey, java.lang.String refType, com.microsoft.thrifty.service.ServiceMethodCallback<ImageBean> callback)
void getImagesAssociatedByFeature(java.lang.String featureMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void getLogBeansByPersonId(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback)
void getMessageQueueParameters(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback)
void getPerson(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void getPersonByMobilePhone(java.lang.String mobilePhone, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void getPersonByMobilePhoneReal(java.lang.String mobilePhone, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void getPersonByPapersNum(java.lang.String papersNum, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void getPersonByPapersNumReal(java.lang.String papersNum, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void getPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback)
void getPersonGroups(java.util.List<java.lang.Integer> groupIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonGroupBean>> callback)
void getPersonGroupsBelongs(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getPersonGroupsPermittedBy(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getPersonPermit(java.lang.Integer deviceId, java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
void getPersonPermits(java.lang.Integer deviceId, java.util.List<java.lang.Integer> personIdList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
void getPersonReal(java.lang.Integer personId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void getPersons(java.util.List<java.lang.Integer> idList, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
void getPersonsOfGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getPersonsPermittedOnDevice(java.lang.Integer deviceId, java.lang.Boolean ignoreSchedule, java.util.List<java.lang.Integer> excludePersonIds, java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getPersonsReal(java.util.List<java.lang.Integer> idList, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
void getProperties(java.lang.String prefix, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
void getProperty(java.lang.String key, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void getRedisParameters(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<MQParam,java.lang.String>> callback)
void getServiceConfig(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
void getSubDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getSubPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void getTargetInfo4PwdOnDevice(java.lang.String pwd, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<TmpwdTargetInfo> callback)
void initTopGroup(TopGroupInfo groupInfo, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void isDisable(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isLocal(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidAckChannel(java.lang.String ackChannel, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidCmdSn(java.lang.Integer cmdSn, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidDeviceToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidPassword(java.lang.String userId, java.lang.String password, java.lang.Boolean isMd5, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidPersonToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidRootToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void isValidUserToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Boolean> callback)
void iso8601Time(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void listOfParentForDeviceGroup(java.lang.Integer deviceGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void listOfParentForPersonGroup(java.lang.Integer personGroupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadAllPerson(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadDeviceByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<DeviceBean>> callback)
void loadDeviceGroupByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadDeviceGroupIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadDeviceIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadDistinctIntegerColumn(java.lang.String table, java.lang.String column, java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadDistinctStringColumn(java.lang.String table, java.lang.String column, java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void loadErrorLogByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<ErrorLogBean>> callback)
void loadFeatureMd5ByUpdate(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void loadFeatureMd5ByUpdateTimeStr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.String>> callback)
void loadLogByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogBean>> callback)
void loadLogLightByVerifyTime(java.lang.Long timestamp, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback)
void loadLogLightByVerifyTimeTimestr(java.lang.String timestamp, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback)
void loadLogLightByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<LogLightBean>> callback)
void loadPermitByUpdate(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
void loadPermitByUpdateTimestr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PermitBean>> callback)
void loadPersonByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
void loadPersonByWhereReal(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<PersonBean>> callback)
void loadPersonGroupByWhere(java.lang.String where, java.lang.Integer startRow, java.lang.Integer numRows, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadPersonGroupIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadPersonIdByUpdateTime(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadPersonIdByUpdateTimeTimeStr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadPersonIdByWhere(java.lang.String where, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadUpdatedPersons(java.lang.Long timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void loadUpdatedPersonsTimestr(java.lang.String timestamp, com.microsoft.thrifty.service.ServiceMethodCallback<java.util.List<java.lang.Integer>> callback)
void lockWakeup(DeviceBean deviceBean, java.lang.Boolean ignoreSchedule, java.lang.String sdkVersion, com.microsoft.thrifty.service.ServiceMethodCallback<LockWakeupResponse> callback)
void offline(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void online(DeviceBean device, com.microsoft.thrifty.service.ServiceMethodCallback<Token> callback)
void registerDevice(DeviceBean newDevice, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
void releasePersonToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void releaseRootToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void releaseUserToken(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void replaceFeature(java.lang.Integer personId, java.lang.String featureMd5, java.lang.Boolean deleteOldFeatureImage, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void rootGroupOfDevice(java.lang.Integer deviceId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void rootGroupOfDeviceGroup(java.lang.Integer groupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void rootGroupOfPerson(java.lang.Integer personId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void rootGroupOfPersonGroup(java.lang.Integer groupId, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void runCmd(java.util.List<java.lang.Integer> target, java.lang.Boolean group, java.lang.String cmdpath, java.lang.String jsonArgs, java.lang.String ackChannel, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void runTask(java.lang.String taskQueue, java.lang.String cmdpath, java.lang.String jsonArgs, java.lang.String ackChannel, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void runTaskSync(java.lang.String taskQueue, java.lang.String cmdpath, java.lang.String jsonArgs, java.lang.Integer timeoutSecs, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void saveDevice(DeviceBean deviceBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
void saveDeviceGroup(DeviceGroupBean deviceGroupBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceGroupBean> callback)
void savePermit(PermitBean permitBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
void savePermitWithColumn(java.lang.Integer deviceGroupId, java.lang.Integer personGroupId, java.lang.String column, java.lang.String value, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PermitBean> callback)
void savePerson(PersonBean personBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersonFull(PersonBean personBean, okio.ByteString idPhoto, okio.ByteString feature, java.lang.String featureVersion, okio.ByteString featureImage, FaceBean faceBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersonGroup(PersonGroupBean personGroupBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonGroupBean> callback)
void savePersonWithPhoto(PersonBean personBean, okio.ByteString idPhoto, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersonWithPhotoAndFeature(PersonBean personBean, okio.ByteString idPhoto, FeatureBean featureBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersonWithPhotoAndFeatureMultiFaces(PersonBean personBean, okio.ByteString idPhoto, okio.ByteString feature, java.lang.String featureVersion, java.util.List<FaceBean> faceBeans, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersonWithPhotoAndFeatureMultiImage(PersonBean personBean, okio.ByteString idPhoto, okio.ByteString feature, java.lang.String featureVersion, java.util.List<okio.ByteString> photos, java.util.List<FaceBean> faces, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersonWithPhotoAndFeatureSaved(PersonBean personBean, java.lang.String idPhotoMd5, java.lang.String featureMd5, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<PersonBean> callback)
void savePersons(java.util.List<PersonBean> persons, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void savePersonsWithPhoto(java.util.List<okio.ByteString> photos, java.util.List<PersonBean> persons, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Integer> callback)
void saveServiceConfig(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void sdkTaskQueueOf(java.lang.String task, java.lang.String sdkVersion, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void setPersonExpiryDate(java.lang.Integer personId, java.lang.Long expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void setPersonExpiryDateList(java.util.List<java.lang.Integer> personIdList, java.lang.Long expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void setPersonExpiryDateTimeStr(java.lang.Integer personId, java.lang.String expiryDate, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void setProperties(java.util.Map<java.lang.String,java.lang.String> config, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void setProperty(java.lang.String key, java.lang.String value, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void taskQueueOf(java.lang.String task, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void unbindBorder(java.lang.Integer personGroupId, java.lang.Integer deviceGroupId, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void unregisterDevice(Token token, com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.Void> callback)
void updateDevice(DeviceBean deviceBean, Token token, com.microsoft.thrifty.service.ServiceMethodCallback<DeviceBean> callback)
void version(com.microsoft.thrifty.service.ServiceMethodCallback<java.lang.String> callback)
void versionInfo(com.microsoft.thrifty.service.ServiceMethodCallback<java.util.Map<java.lang.String,java.lang.String>> callback)
Copyright © 2020. All Rights Reserved.