| 程序包 | 说明 |
|---|---|
| net.gdface.facelog.db |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IDeviceGroupManager.addJunction(DeviceGroupBean bean,
java.util.Collection<PersonGroupBean> linkedBeans)
|
void |
IDeviceGroupManager.addJunction(DeviceGroupBean bean,
PersonGroupBean... linkedBeans)
|
void |
IDeviceGroupManager.addJunction(DeviceGroupBean bean,
PersonGroupBean linked)
add junction between
DeviceGroupBean and PersonGroupBean if junction not exists |
void |
IPersonGroupManager.addJunction(PersonGroupBean bean,
java.util.Collection<DeviceGroupBean> linkedBeans)
|
void |
IPersonGroupManager.addJunction(PersonGroupBean bean,
DeviceGroupBean... linkedBeans)
|
void |
IPersonGroupManager.addJunction(PersonGroupBean bean,
DeviceGroupBean linked)
add junction between
PersonGroupBean and DeviceGroupBean if junction not exists |
void |
TableListener.afterDelete(B bean)
Invoked just after deleting a B record in the database.
|
void |
TableListener.Adapter.afterDelete(B bean) |
void |
TableListener.ListenerContainer.afterDelete(B bean) |
void |
TableListener.DecoratorExecutorListener.afterDelete(B bean) |
void |
TableListener.afterInsert(B bean)
Invoked just after a B record is inserted in the database.
|
void |
TableListener.Adapter.afterInsert(B bean) |
void |
TableListener.ListenerContainer.afterInsert(B bean) |
void |
TableListener.DecoratorExecutorListener.afterInsert(B bean) |
void |
TableListener.afterUpdate(B bean)
Invoked just after updating a B record in the database.
|
void |
TableListener.Adapter.afterUpdate(B bean) |
void |
TableListener.ListenerContainer.afterUpdate(B bean) |
void |
TableListener.DecoratorExecutorListener.afterUpdate(B bean) |
void |
TableListener.beforeDelete(B bean)
Invoked just before deleting a B record in the database.
|
void |
TableListener.Adapter.beforeDelete(B bean) |
void |
TableListener.ListenerContainer.beforeDelete(B bean) |
void |
TableListener.DecoratorExecutorListener.beforeDelete(B bean) |
void |
TableListener.beforeInsert(B bean)
Invoked just before inserting a B record into the database.
|
void |
TableListener.Adapter.beforeInsert(B bean) |
void |
TableListener.ListenerContainer.beforeInsert(B bean) |
void |
TableListener.DecoratorExecutorListener.beforeInsert(B bean) |
void |
TableListener.beforeUpdate(B bean)
Invoked just before updating a B record in the database.
|
void |
TableListener.Adapter.beforeUpdate(B bean) |
void |
TableListener.ListenerContainer.beforeUpdate(B bean) |
void |
TableListener.DecoratorExecutorListener.beforeUpdate(B bean) |
void |
TableManager.Action.call(B bean)
do action for
bean |
DeviceGroupBean |
IDeviceGroupManager.checkCycleOfParent(DeviceGroupBean bean)
Ensures the self-reference field is not cycle :
fl_device_group(parent) |
java.lang.Integer |
IPersonGroupManager.checkCycleOfParent(java.lang.Integer id)
Ensures the self-reference field is not cycle :
fl_person_group(parent) |
java.lang.Integer |
IDeviceGroupManager.checkCycleOfParent(java.lang.Integer id)
Ensures the self-reference field is not cycle :
fl_device_group(parent) |
PersonGroupBean |
IPersonGroupManager.checkCycleOfParent(PersonGroupBean bean)
Ensures the self-reference field is not cycle :
fl_person_group(parent) |
B |
TableManager.checkDuplicate(B bean)
Check duplicated row by primary keys,if row exists throw exception
|
B |
TableManager.BaseAdapter.checkDuplicate(B bean) |
java.lang.Integer |
IPersonManager.checkDuplicate(java.lang.Integer id)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.Integer |
IPersonGroupManager.checkDuplicate(java.lang.Integer id)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.Integer |
ILogManager.checkDuplicate(java.lang.Integer id)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.Integer |
IFaceManager.checkDuplicate(java.lang.Integer id)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.Integer |
IDeviceManager.checkDuplicate(java.lang.Integer id)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.Integer |
IDeviceGroupManager.checkDuplicate(java.lang.Integer id)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.String |
IStoreManager.checkDuplicate(java.lang.String md5)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.String |
IImageManager.checkDuplicate(java.lang.String md5)
Check duplicated row by primary keys,if row exists throw exception
|
java.lang.String |
IFeatureManager.checkDuplicate(java.lang.String md5)
Check duplicated row by primary keys,if row exists throw exception
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.childListByParent(DeviceGroupBean bean)
|
java.util.List<PersonGroupBean> |
IPersonGroupManager.childListByParent(java.lang.Integer id)
return child bean list (self included) by the self-reference field :
fl_person_group(parent) throw RuntimeDaoException if self-reference field is cycle |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.childListByParent(java.lang.Integer id)
return child bean list (self included) by the self-reference field :
fl_device_group(parent) throw RuntimeDaoException if self-reference field is cycle |
java.util.List<PersonGroupBean> |
IPersonGroupManager.childListByParent(PersonGroupBean bean)
|
int |
TableManager.countAll()
Retrieves the number of rows of the table.
|
int |
TableManager.BaseAdapter.countAll() |
int |
TableManager.countUsingTemplate(B bean)
count the number of elements of a specific bean
|
int |
TableManager.BaseAdapter.countUsingTemplate(B bean) |
int |
TableManager.countUsingTemplate(B bean,
int searchType)
count the number of elements of a specific bean given the search type
|
int |
TableManager.countWhere(java.lang.String where)
Retrieves the number of rows of the table with a 'where' clause.
|
int |
TableManager.delete(B bean)
Delete row according to primary keys of bean.
|
int |
TableManager.BaseAdapter.delete(B bean) |
int |
IDeviceManager.delete(java.util.Collection<DeviceBean> beans)
Delete beans.
|
int |
IDeviceGroupManager.delete(java.util.Collection<DeviceGroupBean> beans)
Delete beans.
|
int |
IFaceManager.delete(java.util.Collection<FaceBean> beans)
Delete beans.
|
int |
IFeatureManager.delete(java.util.Collection<FeatureBean> beans)
Delete beans.
|
int |
IImageManager.delete(java.util.Collection<ImageBean> beans)
Delete beans.
|
int |
ILogManager.delete(java.util.Collection<LogBean> beans)
Delete beans.
|
int |
IPermitManager.delete(java.util.Collection<PermitBean> beans)
Delete beans.
|
int |
IPersonManager.delete(java.util.Collection<PersonBean> beans)
Delete beans.
|
int |
IPersonGroupManager.delete(java.util.Collection<PersonGroupBean> beans)
Delete beans.
|
int |
IStoreManager.delete(java.util.Collection<StoreBean> beans)
Delete beans.
|
int |
IDeviceManager.delete(DeviceBean... beans)
Delete beans.
|
int |
IDeviceGroupManager.delete(DeviceGroupBean... beans)
Delete beans.
|
int |
IFaceManager.delete(FaceBean... beans)
Delete beans.
|
int |
IFeatureManager.delete(FeatureBean... beans)
Delete beans.
|
int |
IImageManager.delete(ImageBean... beans)
Delete beans.
|
int |
ILogManager.delete(LogBean... beans)
Delete beans.
|
int |
IPermitManager.delete(PermitBean... beans)
Delete beans.
|
int |
IPersonManager.delete(PersonBean... beans)
Delete beans.
|
int |
IPersonGroupManager.delete(PersonGroupBean... beans)
Delete beans.
|
int |
IStoreManager.delete(StoreBean... beans)
Delete beans.
|
int |
TableManager.deleteAll()
Deletes all rows from table.
|
int |
TableManager.BaseAdapter.deleteAll() |
int |
TableManager.deleteByIndex(int keyIndex,
java.lang.Object... keys)
Deletes rows using key.
|
int |
TableManager.BaseAdapter.deleteByIndex(int keyIndex,
java.lang.Object... keys) |
int |
ILogManager.deleteByIndexCompareFace(java.lang.Integer compareFace)
Deletes rows using the compare_face index.
|
int |
ILogManager.deleteByIndexDeviceId(java.lang.Integer deviceId)
Deletes rows using the device_id index.
|
int |
IImageManager.deleteByIndexDeviceId(java.lang.Integer deviceId)
Deletes rows using the device_id index.
|
int |
IPersonManager.deleteByIndexExpiryDate(java.util.Date expiryDate)
Deletes rows using the expiry_date index.
|
int |
IFaceManager.deleteByIndexFeatureMd5(java.lang.String featureMd5)
Deletes rows using the feature_md5 index.
|
int |
IPersonManager.deleteByIndexGroupId(java.lang.Integer groupId)
Deletes rows using the group_id index.
|
int |
IDeviceManager.deleteByIndexGroupId(java.lang.Integer groupId)
Deletes rows using the group_id index.
|
int |
IPersonManager.deleteByIndexImageMd5(java.util.Collection<java.lang.String> indexs)
Deletes rows for each image_md5 index.
|
int |
IPersonManager.deleteByIndexImageMd5(java.lang.String... indexs)
Deletes rows for each image_md5 index.
|
int |
IPersonManager.deleteByIndexImageMd5(java.lang.String imageMd5)
Deletes rows using the image_md5 index.
|
int |
IFaceManager.deleteByIndexImageMd5(java.lang.String imageMd5)
Deletes rows using the image_md5 index.
|
int |
IDeviceManager.deleteByIndexMac(java.util.Collection<java.lang.String> indexs)
Deletes rows for each mac index.
|
int |
IDeviceManager.deleteByIndexMac(java.lang.String... indexs)
Deletes rows for each mac index.
|
int |
IDeviceManager.deleteByIndexMac(java.lang.String mac)
Deletes rows using the mac index.
|
int |
IPersonManager.deleteByIndexMobilePhone(java.util.Collection<java.lang.String> indexs)
Deletes rows for each mobile_phone index.
|
int |
IPersonManager.deleteByIndexMobilePhone(java.lang.String... indexs)
Deletes rows for each mobile_phone index.
|
int |
IPersonManager.deleteByIndexMobilePhone(java.lang.String mobilePhone)
Deletes rows using the mobile_phone index.
|
int |
IPersonManager.deleteByIndexPapersNum(java.util.Collection<java.lang.String> indexs)
Deletes rows for each papers_num index.
|
int |
IPersonManager.deleteByIndexPapersNum(java.lang.String... indexs)
Deletes rows for each papers_num index.
|
int |
IPersonManager.deleteByIndexPapersNum(java.lang.String papersNum)
Deletes rows using the papers_num index.
|
int |
IPersonGroupManager.deleteByIndexParent(java.lang.Integer parent)
Deletes rows using the parent index.
|
int |
IDeviceGroupManager.deleteByIndexParent(java.lang.Integer parent)
Deletes rows using the parent index.
|
int |
ILogManager.deleteByIndexPersonId(java.lang.Integer personId)
Deletes rows using the person_id index.
|
int |
IFeatureManager.deleteByIndexPersonId(java.lang.Integer personId)
Deletes rows using the person_id index.
|
int |
IDeviceManager.deleteByIndexSerialNo(java.util.Collection<java.lang.String> indexs)
Deletes rows for each serial_no index.
|
int |
IDeviceManager.deleteByIndexSerialNo(java.lang.String... indexs)
Deletes rows for each serial_no index.
|
int |
IDeviceManager.deleteByIndexSerialNo(java.lang.String serialNo)
Deletes rows using the serial_no index.
|
int |
ILogManager.deleteByIndexVerifyFeature(java.lang.String verifyFeature)
Deletes rows using the verify_feature index.
|
int |
IFeatureManager.deleteByIndexVersion(java.lang.String version)
Deletes rows using the feature_version index.
|
int |
IPersonManager.deleteByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Delete rows according to primary key.
|
int |
IPersonGroupManager.deleteByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Delete rows according to primary key.
|
int |
ILogManager.deleteByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Delete rows according to primary key.
|
int |
IFaceManager.deleteByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Delete rows according to primary key.
|
int |
IDeviceManager.deleteByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Delete rows according to primary key.
|
int |
IDeviceGroupManager.deleteByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Delete rows according to primary key.
|
int |
IStoreManager.deleteByPrimaryKey(java.util.Collection<java.lang.String> keys)
Delete rows according to primary key.
|
int |
IImageManager.deleteByPrimaryKey(java.util.Collection<java.lang.String> keys)
Delete rows according to primary key.
|
int |
IFeatureManager.deleteByPrimaryKey(java.util.Collection<java.lang.String> keys)
Delete rows according to primary key.
|
int |
IPersonManager.deleteByPrimaryKey(int... keys)
Delete rows according to primary key.
|
int |
IPersonGroupManager.deleteByPrimaryKey(int... keys)
Delete rows according to primary key.
|
int |
ILogManager.deleteByPrimaryKey(int... keys)
Delete rows according to primary key.
|
int |
IFaceManager.deleteByPrimaryKey(int... keys)
Delete rows according to primary key.
|
int |
IDeviceManager.deleteByPrimaryKey(int... keys)
Delete rows according to primary key.
|
int |
IDeviceGroupManager.deleteByPrimaryKey(int... keys)
Delete rows according to primary key.
|
int |
IPersonManager.deleteByPrimaryKey(java.lang.Integer id)
Delete row according to its primary keys.
|
int |
IPersonGroupManager.deleteByPrimaryKey(java.lang.Integer id)
Delete row according to its primary keys.
|
int |
ILogManager.deleteByPrimaryKey(java.lang.Integer id)
Delete row according to its primary keys.
|
int |
IFaceManager.deleteByPrimaryKey(java.lang.Integer id)
Delete row according to its primary keys.
|
int |
IDeviceManager.deleteByPrimaryKey(java.lang.Integer id)
Delete row according to its primary keys.
|
int |
IDeviceGroupManager.deleteByPrimaryKey(java.lang.Integer id)
Delete row according to its primary keys.
|
int |
IPermitManager.deleteByPrimaryKey(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId)
Delete row according to its primary keys.
|
int |
TableManager.deleteByPrimaryKey(java.lang.Object... keys)
Delete row according to its primary keys.
|
int |
TableManager.BaseAdapter.deleteByPrimaryKey(java.lang.Object... keys) |
int |
IStoreManager.deleteByPrimaryKey(java.lang.String... keys)
Delete rows according to primary key.
|
int |
IImageManager.deleteByPrimaryKey(java.lang.String... keys)
Delete rows according to primary key.
|
int |
IFeatureManager.deleteByPrimaryKey(java.lang.String... keys)
Delete rows according to primary key.
|
int |
IStoreManager.deleteByPrimaryKey(java.lang.String md5)
Delete row according to its primary keys.
|
int |
IImageManager.deleteByPrimaryKey(java.lang.String md5)
Delete row according to its primary keys.
|
int |
IFeatureManager.deleteByPrimaryKey(java.lang.String md5)
Delete row according to its primary keys.
|
int |
TableManager.deleteByWhere(java.lang.String where)
Deletes rows from the table using a 'where' clause.
|
int |
IDeviceGroupManager.deleteDeviceBeansByGroupId(java.lang.Integer idOfDeviceGroup)
delete the associated
DeviceBean objects from fl_device.group_id field. |
int |
IDeviceGroupManager.deleteDeviceGroupBeansByParent(java.lang.Integer idOfDeviceGroup)
delete the associated
DeviceGroupBean objects from fl_device_group.parent field. |
int |
IFeatureManager.deleteFaceBeansByFeatureMd5(java.lang.String md5OfFeature)
delete the associated
FaceBean objects from fl_face.feature_md5 field. |
int |
IImageManager.deleteFaceBeansByImageMd5(java.lang.String md5OfImage)
delete the associated
FaceBean objects from fl_face.image_md5 field. |
int |
IPersonManager.deleteFeatureBeansByPersonId(java.lang.Integer idOfPerson)
delete the associated
FeatureBean objects from fl_feature.person_id field. |
int |
IDeviceManager.deleteImageBeansByDeviceId(java.lang.Integer idOfDevice)
delete the associated
ImageBean objects from fl_image.device_id field. |
int |
IDeviceGroupManager.deleteJunction(DeviceGroupBean bean,
java.util.Collection<PersonGroupBean> linkedBeans)
|
int |
IDeviceGroupManager.deleteJunction(DeviceGroupBean bean,
PersonGroupBean... linkedBeans)
|
int |
IDeviceGroupManager.deleteJunction(DeviceGroupBean bean,
PersonGroupBean linked)
remove junction between
DeviceGroupBean and PersonGroupBean |
int |
IPersonGroupManager.deleteJunction(PersonGroupBean bean,
java.util.Collection<DeviceGroupBean> linkedBeans)
|
int |
IPersonGroupManager.deleteJunction(PersonGroupBean bean,
DeviceGroupBean... linkedBeans)
|
int |
IPersonGroupManager.deleteJunction(PersonGroupBean bean,
DeviceGroupBean linked)
remove junction between
PersonGroupBean and DeviceGroupBean |
int |
IFaceManager.deleteLogBeansByCompareFace(java.lang.Integer idOfFace)
delete the associated
LogBean objects from fl_log.compare_face field. |
int |
IDeviceManager.deleteLogBeansByDeviceId(java.lang.Integer idOfDevice)
delete the associated
LogBean objects from fl_log.device_id field. |
int |
IPersonManager.deleteLogBeansByPersonId(java.lang.Integer idOfPerson)
delete the associated
LogBean objects from fl_log.person_id field. |
int |
IFeatureManager.deleteLogBeansByVerifyFeature(java.lang.String md5OfFeature)
delete the associated
LogBean objects from fl_log.verify_feature field. |
int |
IDeviceGroupManager.deletePermitBeansByDeviceGroupId(java.lang.Integer idOfDeviceGroup)
delete the associated
PermitBean objects from fl_permit.device_group_id field. |
int |
IPersonGroupManager.deletePermitBeansByPersonGroupId(java.lang.Integer idOfPersonGroup)
delete the associated
PermitBean objects from fl_permit.person_group_id field. |
int |
IPersonGroupManager.deletePersonBeansByGroupId(java.lang.Integer idOfPersonGroup)
delete the associated
PersonBean objects from fl_person.group_id field. |
int |
IImageManager.deletePersonBeansByImageMd5(java.lang.String md5OfImage)
delete the associated
PersonBean objects from fl_person.image_md5 field. |
int |
IPersonGroupManager.deletePersonGroupBeansByParent(java.lang.Integer idOfPersonGroup)
delete the associated
PersonGroupBean objects from fl_person_group.parent field. |
int |
TableManager.deleteUsingTemplate(B bean)
Deletes rows using a template.
|
void |
TableListener.done()
Invoked in finally block, just after insert,update,delete.
|
void |
TableListener.Adapter.done() |
void |
TableListener.ListenerContainer.done() |
void |
TableListener.DecoratorExecutorListener.done() |
boolean |
TableManager.existsByPrimaryKey(B bean)
Returns true if this table contains row specified by primary key fields of B.
|
boolean |
TableManager.BaseAdapter.existsByPrimaryKey(B bean) |
boolean |
IPersonManager.existsPrimaryKey(java.lang.Integer id)
Returns true if this fl_person contains row with primary key fields.
|
boolean |
IPersonGroupManager.existsPrimaryKey(java.lang.Integer id)
Returns true if this fl_person_group contains row with primary key fields.
|
boolean |
ILogManager.existsPrimaryKey(java.lang.Integer id)
Returns true if this fl_log contains row with primary key fields.
|
boolean |
IFaceManager.existsPrimaryKey(java.lang.Integer id)
Returns true if this fl_face contains row with primary key fields.
|
boolean |
IDeviceManager.existsPrimaryKey(java.lang.Integer id)
Returns true if this fl_device contains row with primary key fields.
|
boolean |
IDeviceGroupManager.existsPrimaryKey(java.lang.Integer id)
Returns true if this fl_device_group contains row with primary key fields.
|
boolean |
IPermitManager.existsPrimaryKey(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId)
Returns true if this fl_permit contains row with primary key fields.
|
boolean |
TableManager.existsPrimaryKey(java.lang.Object... keys)
Returns true if this table contains row with primary key fields.
|
boolean |
TableManager.BaseAdapter.existsPrimaryKey(java.lang.Object... keys) |
boolean |
IStoreManager.existsPrimaryKey(java.lang.String md5)
Returns true if this fl_store contains row with primary key fields.
|
boolean |
IImageManager.existsPrimaryKey(java.lang.String md5)
Returns true if this fl_image contains row with primary key fields.
|
boolean |
IFeatureManager.existsPrimaryKey(java.lang.String md5)
Returns true if this fl_feature contains row with primary key fields.
|
void |
TableManager.fire(int event,
B bean)
see also #fire(TableListener.Event, B)
|
void |
TableManager.fire(TableListener.Event event,
B bean)
|
<B> void |
TableListener.Event.fire(TableListener.ListenerContainer<B> container,
B bean)
fire current event by
TableListener.ListenerContainer |
<B extends BaseBean<B>> |
TableListener.Event.fire(TableManager<B> manager,
B bean) |
DeviceBean[] |
IDeviceGroupManager.getDeviceBeansByGroupId(DeviceGroupBean bean)
Retrieves the
DeviceBean object from the fl_device.group_id field. |
DeviceBean[] |
IDeviceGroupManager.getDeviceBeansByGroupId(java.lang.Integer idOfDeviceGroup)
Retrieves the
DeviceBean object from the fl_device.group_id field. |
java.util.List<DeviceBean> |
IDeviceGroupManager.getDeviceBeansByGroupIdAsList(DeviceGroupBean bean)
see also #getDeviceBeansByGroupIdAsList(DeviceGroupBean,int,int)
|
java.util.List<DeviceBean> |
IDeviceGroupManager.getDeviceBeansByGroupIdAsList(DeviceGroupBean bean,
int startRow,
int numRows)
Retrieves the
DeviceBean object from fl_device.group_id field. |
java.util.List<DeviceBean> |
IDeviceGroupManager.getDeviceBeansByGroupIdAsList(java.lang.Integer idOfDeviceGroup)
Retrieves the
DeviceBean object from fl_device.group_id field. |
DeviceGroupBean[] |
IDeviceGroupManager.getDeviceGroupBeansByParent(DeviceGroupBean bean)
Retrieves the
DeviceGroupBean object from the fl_device_group.parent field. |
DeviceGroupBean[] |
IDeviceGroupManager.getDeviceGroupBeansByParent(java.lang.Integer idOfDeviceGroup)
Retrieves the
DeviceGroupBean object from the fl_device_group.parent field. |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.getDeviceGroupBeansByParentAsList(DeviceGroupBean bean)
see also #getDeviceGroupBeansByParentAsList(DeviceGroupBean,int,int)
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.getDeviceGroupBeansByParentAsList(DeviceGroupBean bean,
int startRow,
int numRows)
Retrieves the
DeviceGroupBean object from fl_device_group.parent field. |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.getDeviceGroupBeansByParentAsList(java.lang.Integer idOfDeviceGroup)
Retrieves the
DeviceGroupBean object from fl_device_group.parent field. |
FaceBean[] |
IFeatureManager.getFaceBeansByFeatureMd5(FeatureBean bean)
Retrieves the
FaceBean object from the fl_face.feature_md5 field. |
FaceBean[] |
IFeatureManager.getFaceBeansByFeatureMd5(java.lang.String md5OfFeature)
Retrieves the
FaceBean object from the fl_face.feature_md5 field. |
java.util.List<FaceBean> |
IFeatureManager.getFaceBeansByFeatureMd5AsList(FeatureBean bean)
see also #getFaceBeansByFeatureMd5AsList(FeatureBean,int,int)
|
java.util.List<FaceBean> |
IFeatureManager.getFaceBeansByFeatureMd5AsList(FeatureBean bean,
int startRow,
int numRows)
Retrieves the
FaceBean object from fl_face.feature_md5 field. |
java.util.List<FaceBean> |
IFeatureManager.getFaceBeansByFeatureMd5AsList(java.lang.String md5OfFeature)
Retrieves the
FaceBean object from fl_face.feature_md5 field. |
FaceBean[] |
IImageManager.getFaceBeansByImageMd5(ImageBean bean)
Retrieves the
FaceBean object from the fl_face.image_md5 field. |
FaceBean[] |
IImageManager.getFaceBeansByImageMd5(java.lang.String md5OfImage)
Retrieves the
FaceBean object from the fl_face.image_md5 field. |
java.util.List<FaceBean> |
IImageManager.getFaceBeansByImageMd5AsList(ImageBean bean)
see also #getFaceBeansByImageMd5AsList(ImageBean,int,int)
|
java.util.List<FaceBean> |
IImageManager.getFaceBeansByImageMd5AsList(ImageBean bean,
int startRow,
int numRows)
Retrieves the
FaceBean object from fl_face.image_md5 field. |
java.util.List<FaceBean> |
IImageManager.getFaceBeansByImageMd5AsList(java.lang.String md5OfImage)
Retrieves the
FaceBean object from fl_face.image_md5 field. |
FeatureBean[] |
IPersonManager.getFeatureBeansByPersonId(java.lang.Integer idOfPerson)
Retrieves the
FeatureBean object from the fl_feature.person_id field. |
FeatureBean[] |
IPersonManager.getFeatureBeansByPersonId(PersonBean bean)
Retrieves the
FeatureBean object from the fl_feature.person_id field. |
java.util.List<FeatureBean> |
IPersonManager.getFeatureBeansByPersonIdAsList(java.lang.Integer idOfPerson)
Retrieves the
FeatureBean object from fl_feature.person_id field. |
java.util.List<FeatureBean> |
IPersonManager.getFeatureBeansByPersonIdAsList(PersonBean bean)
see also #getFeatureBeansByPersonIdAsList(PersonBean,int,int)
|
java.util.List<FeatureBean> |
IPersonManager.getFeatureBeansByPersonIdAsList(PersonBean bean,
int startRow,
int numRows)
Retrieves the
FeatureBean object from fl_feature.person_id field. |
ImageBean[] |
IDeviceManager.getImageBeansByDeviceId(DeviceBean bean)
Retrieves the
ImageBean object from the fl_image.device_id field. |
ImageBean[] |
IDeviceManager.getImageBeansByDeviceId(java.lang.Integer idOfDevice)
Retrieves the
ImageBean object from the fl_image.device_id field. |
java.util.List<ImageBean> |
IDeviceManager.getImageBeansByDeviceIdAsList(DeviceBean bean)
see also #getImageBeansByDeviceIdAsList(DeviceBean,int,int)
|
java.util.List<ImageBean> |
IDeviceManager.getImageBeansByDeviceIdAsList(DeviceBean bean,
int startRow,
int numRows)
Retrieves the
ImageBean object from fl_image.device_id field. |
java.util.List<ImageBean> |
IDeviceManager.getImageBeansByDeviceIdAsList(java.lang.Integer idOfDevice)
Retrieves the
ImageBean object from fl_image.device_id field. |
<T extends BaseBean<T>> |
TableManager.getImportedBeans(B bean,
int ikIndex)
Retrieves imported T objects by fkIndex.
|
<T extends BaseBean<T>> |
TableManager.BaseAdapter.getImportedBeans(B bean,
int ikIndex) |
<T extends BaseBean<T>> |
TableManager.getImportedBeansAsList(B bean,
int ikIndex)
Retrieves imported T objects by ikIndex.
|
<T extends BaseBean<T>> |
TableManager.BaseAdapter.getImportedBeansAsList(B bean,
int ikIndex) |
LogBean[] |
IFaceManager.getLogBeansByCompareFace(FaceBean bean)
Retrieves the
LogBean object from the fl_log.compare_face field. |
LogBean[] |
IFaceManager.getLogBeansByCompareFace(java.lang.Integer idOfFace)
Retrieves the
LogBean object from the fl_log.compare_face field. |
java.util.List<LogBean> |
IFaceManager.getLogBeansByCompareFaceAsList(FaceBean bean)
see also #getLogBeansByCompareFaceAsList(FaceBean,int,int)
|
java.util.List<LogBean> |
IFaceManager.getLogBeansByCompareFaceAsList(FaceBean bean,
int startRow,
int numRows)
Retrieves the
LogBean object from fl_log.compare_face field. |
java.util.List<LogBean> |
IFaceManager.getLogBeansByCompareFaceAsList(java.lang.Integer idOfFace)
Retrieves the
LogBean object from fl_log.compare_face field. |
LogBean[] |
IDeviceManager.getLogBeansByDeviceId(DeviceBean bean)
Retrieves the
LogBean object from the fl_log.device_id field. |
LogBean[] |
IDeviceManager.getLogBeansByDeviceId(java.lang.Integer idOfDevice)
Retrieves the
LogBean object from the fl_log.device_id field. |
java.util.List<LogBean> |
IDeviceManager.getLogBeansByDeviceIdAsList(DeviceBean bean)
see also #getLogBeansByDeviceIdAsList(DeviceBean,int,int)
|
java.util.List<LogBean> |
IDeviceManager.getLogBeansByDeviceIdAsList(DeviceBean bean,
int startRow,
int numRows)
Retrieves the
LogBean object from fl_log.device_id field. |
java.util.List<LogBean> |
IDeviceManager.getLogBeansByDeviceIdAsList(java.lang.Integer idOfDevice)
Retrieves the
LogBean object from fl_log.device_id field. |
LogBean[] |
IPersonManager.getLogBeansByPersonId(java.lang.Integer idOfPerson)
Retrieves the
LogBean object from the fl_log.person_id field. |
LogBean[] |
IPersonManager.getLogBeansByPersonId(PersonBean bean)
Retrieves the
LogBean object from the fl_log.person_id field. |
java.util.List<LogBean> |
IPersonManager.getLogBeansByPersonIdAsList(java.lang.Integer idOfPerson)
Retrieves the
LogBean object from fl_log.person_id field. |
java.util.List<LogBean> |
IPersonManager.getLogBeansByPersonIdAsList(PersonBean bean)
see also #getLogBeansByPersonIdAsList(PersonBean,int,int)
|
java.util.List<LogBean> |
IPersonManager.getLogBeansByPersonIdAsList(PersonBean bean,
int startRow,
int numRows)
Retrieves the
LogBean object from fl_log.person_id field. |
LogBean[] |
IFeatureManager.getLogBeansByVerifyFeature(FeatureBean bean)
Retrieves the
LogBean object from the fl_log.verify_feature field. |
LogBean[] |
IFeatureManager.getLogBeansByVerifyFeature(java.lang.String md5OfFeature)
Retrieves the
LogBean object from the fl_log.verify_feature field. |
java.util.List<LogBean> |
IFeatureManager.getLogBeansByVerifyFeatureAsList(FeatureBean bean)
see also #getLogBeansByVerifyFeatureAsList(FeatureBean,int,int)
|
java.util.List<LogBean> |
IFeatureManager.getLogBeansByVerifyFeatureAsList(FeatureBean bean,
int startRow,
int numRows)
Retrieves the
LogBean object from fl_log.verify_feature field. |
java.util.List<LogBean> |
IFeatureManager.getLogBeansByVerifyFeatureAsList(java.lang.String md5OfFeature)
Retrieves the
LogBean object from fl_log.verify_feature field. |
PermitBean[] |
IDeviceGroupManager.getPermitBeansByDeviceGroupId(DeviceGroupBean bean)
Retrieves the
PermitBean object from the fl_permit.device_group_id field. |
PermitBean[] |
IDeviceGroupManager.getPermitBeansByDeviceGroupId(java.lang.Integer idOfDeviceGroup)
Retrieves the
PermitBean object from the fl_permit.device_group_id field. |
java.util.List<PermitBean> |
IDeviceGroupManager.getPermitBeansByDeviceGroupIdAsList(DeviceGroupBean bean)
see also #getPermitBeansByDeviceGroupIdAsList(DeviceGroupBean,int,int)
|
java.util.List<PermitBean> |
IDeviceGroupManager.getPermitBeansByDeviceGroupIdAsList(DeviceGroupBean bean,
int startRow,
int numRows)
Retrieves the
PermitBean object from fl_permit.device_group_id field. |
java.util.List<PermitBean> |
IDeviceGroupManager.getPermitBeansByDeviceGroupIdAsList(java.lang.Integer idOfDeviceGroup)
Retrieves the
PermitBean object from fl_permit.device_group_id field. |
PermitBean[] |
IPersonGroupManager.getPermitBeansByPersonGroupId(java.lang.Integer idOfPersonGroup)
Retrieves the
PermitBean object from the fl_permit.person_group_id field. |
PermitBean[] |
IPersonGroupManager.getPermitBeansByPersonGroupId(PersonGroupBean bean)
Retrieves the
PermitBean object from the fl_permit.person_group_id field. |
java.util.List<PermitBean> |
IPersonGroupManager.getPermitBeansByPersonGroupIdAsList(java.lang.Integer idOfPersonGroup)
Retrieves the
PermitBean object from fl_permit.person_group_id field. |
java.util.List<PermitBean> |
IPersonGroupManager.getPermitBeansByPersonGroupIdAsList(PersonGroupBean bean)
see also #getPermitBeansByPersonGroupIdAsList(PersonGroupBean,int,int)
|
java.util.List<PermitBean> |
IPersonGroupManager.getPermitBeansByPersonGroupIdAsList(PersonGroupBean bean,
int startRow,
int numRows)
Retrieves the
PermitBean object from fl_permit.person_group_id field. |
PersonBean[] |
IPersonGroupManager.getPersonBeansByGroupId(java.lang.Integer idOfPersonGroup)
Retrieves the
PersonBean object from the fl_person.group_id field. |
PersonBean[] |
IPersonGroupManager.getPersonBeansByGroupId(PersonGroupBean bean)
Retrieves the
PersonBean object from the fl_person.group_id field. |
java.util.List<PersonBean> |
IPersonGroupManager.getPersonBeansByGroupIdAsList(java.lang.Integer idOfPersonGroup)
Retrieves the
PersonBean object from fl_person.group_id field. |
java.util.List<PersonBean> |
IPersonGroupManager.getPersonBeansByGroupIdAsList(PersonGroupBean bean)
see also #getPersonBeansByGroupIdAsList(PersonGroupBean,int,int)
|
java.util.List<PersonBean> |
IPersonGroupManager.getPersonBeansByGroupIdAsList(PersonGroupBean bean,
int startRow,
int numRows)
Retrieves the
PersonBean object from fl_person.group_id field. |
PersonBean[] |
IImageManager.getPersonBeansByImageMd5(ImageBean bean)
Retrieves the
PersonBean object from the fl_person.image_md5 field. |
PersonBean[] |
IImageManager.getPersonBeansByImageMd5(java.lang.String md5OfImage)
Retrieves the
PersonBean object from the fl_person.image_md5 field. |
java.util.List<PersonBean> |
IImageManager.getPersonBeansByImageMd5AsList(ImageBean bean)
see also #getPersonBeansByImageMd5AsList(ImageBean,int,int)
|
java.util.List<PersonBean> |
IImageManager.getPersonBeansByImageMd5AsList(ImageBean bean,
int startRow,
int numRows)
Retrieves the
PersonBean object from fl_person.image_md5 field. |
java.util.List<PersonBean> |
IImageManager.getPersonBeansByImageMd5AsList(java.lang.String md5OfImage)
Retrieves the
PersonBean object from fl_person.image_md5 field. |
PersonGroupBean[] |
IPersonGroupManager.getPersonGroupBeansByParent(java.lang.Integer idOfPersonGroup)
Retrieves the
PersonGroupBean object from the fl_person_group.parent field. |
PersonGroupBean[] |
IPersonGroupManager.getPersonGroupBeansByParent(PersonGroupBean bean)
Retrieves the
PersonGroupBean object from the fl_person_group.parent field. |
java.util.List<PersonGroupBean> |
IPersonGroupManager.getPersonGroupBeansByParentAsList(java.lang.Integer idOfPersonGroup)
Retrieves the
PersonGroupBean object from fl_person_group.parent field. |
java.util.List<PersonGroupBean> |
IPersonGroupManager.getPersonGroupBeansByParentAsList(PersonGroupBean bean)
see also #getPersonGroupBeansByParentAsList(PersonGroupBean,int,int)
|
java.util.List<PersonGroupBean> |
IPersonGroupManager.getPersonGroupBeansByParentAsList(PersonGroupBean bean,
int startRow,
int numRows)
Retrieves the
PersonGroupBean object from fl_person_group.parent field. |
<T extends BaseBean<T>> |
TableManager.getReferencedBean(B bean,
int fkIndex)
Retrieves the T object referenced by fkName.
|
<T extends BaseBean<T>> |
TableManager.BaseAdapter.getReferencedBean(B bean,
int fkIndex) |
FaceBean |
ILogManager.getReferencedByCompareFace(LogBean bean)
Retrieves the
FaceBean object referenced by LogBean.getCompareFace()() field. |
DeviceGroupBean |
IPermitManager.getReferencedByDeviceGroupId(PermitBean bean)
Retrieves the
DeviceGroupBean object referenced by PermitBean.getDeviceGroupId()() field. |
DeviceBean |
IImageManager.getReferencedByDeviceId(ImageBean bean)
Retrieves the
DeviceBean object referenced by ImageBean.getDeviceId()() field. |
DeviceBean |
ILogManager.getReferencedByDeviceId(LogBean bean)
Retrieves the
DeviceBean object referenced by LogBean.getDeviceId()() field. |
FeatureBean |
IFaceManager.getReferencedByFeatureMd5(FaceBean bean)
Retrieves the
FeatureBean object referenced by FaceBean.getFeatureMd5()() field. |
DeviceGroupBean |
IDeviceManager.getReferencedByGroupId(DeviceBean bean)
Retrieves the
DeviceGroupBean object referenced by DeviceBean.getGroupId()() field. |
PersonGroupBean |
IPersonManager.getReferencedByGroupId(PersonBean bean)
Retrieves the
PersonGroupBean object referenced by PersonBean.getGroupId()() field. |
ImageBean |
IFaceManager.getReferencedByImageMd5(FaceBean bean)
Retrieves the
ImageBean object referenced by FaceBean.getImageMd5()() field. |
ImageBean |
IPersonManager.getReferencedByImageMd5(PersonBean bean)
Retrieves the
ImageBean object referenced by PersonBean.getImageMd5()() field. |
DeviceGroupBean |
IDeviceGroupManager.getReferencedByParent(DeviceGroupBean bean)
Retrieves the
DeviceGroupBean object referenced by DeviceGroupBean.getParent()() field. |
PersonGroupBean |
IPersonGroupManager.getReferencedByParent(PersonGroupBean bean)
Retrieves the
PersonGroupBean object referenced by PersonGroupBean.getParent()() field. |
PersonGroupBean |
IPermitManager.getReferencedByPersonGroupId(PermitBean bean)
Retrieves the
PersonGroupBean object referenced by PermitBean.getPersonGroupId()() field. |
PersonBean |
IFeatureManager.getReferencedByPersonId(FeatureBean bean)
Retrieves the
PersonBean object referenced by FeatureBean.getPersonId()() field. |
PersonBean |
ILogManager.getReferencedByPersonId(LogBean bean)
Retrieves the
PersonBean object referenced by LogBean.getPersonId()() field. |
FeatureBean |
ILogManager.getReferencedByVerifyFeature(LogBean bean)
Retrieves the
FeatureBean object referenced by LogBean.getVerifyFeature()() field. |
protected abstract B |
TableManager.BaseAdapter.insert(B bean)
Insert the B bean into the database.
|
boolean |
IDeviceGroupManager.isCycleOnParent(DeviceGroupBean bean)
test whether the self-reference field is cycle :
fl_device_group(parent) |
boolean |
IPersonGroupManager.isCycleOnParent(java.lang.Integer id)
test whether the self-reference field is cycle :
fl_person_group(parent) |
boolean |
IDeviceGroupManager.isCycleOnParent(java.lang.Integer id)
test whether the self-reference field is cycle :
fl_device_group(parent) |
boolean |
IPersonGroupManager.isCycleOnParent(PersonGroupBean bean)
test whether the self-reference field is cycle :
fl_person_group(parent) |
int |
IDeviceGroupManager.levelOfParent(DeviceGroupBean bean)
|
int |
IPersonGroupManager.levelOfParent(java.lang.Integer id)
get level count on the self-reference field :
fl_person_group(parent) |
int |
IDeviceGroupManager.levelOfParent(java.lang.Integer id)
get level count on the self-reference field :
fl_device_group(parent) |
int |
IPersonGroupManager.levelOfParent(PersonGroupBean bean)
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.listOfParent(DeviceGroupBean bean)
|
java.util.List<PersonGroupBean> |
IPersonGroupManager.listOfParent(java.lang.Integer id)
return bean list ( include
bean) by the self-reference field : fl_person_group(parent) first element is top bean |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.listOfParent(java.lang.Integer id)
return bean list ( include
bean) by the self-reference field : fl_device_group(parent) first element is top bean |
java.util.List<PersonGroupBean> |
IPersonGroupManager.listOfParent(PersonGroupBean bean)
|
B[] |
TableManager.loadAll()
Loads all the rows from table.
|
B[] |
TableManager.BaseAdapter.loadAll() |
B[] |
TableManager.loadAll(int startRow,
int numRows)
Loads the given number of rows from table, given the start row.
|
B[] |
TableManager.BaseAdapter.loadAll(int startRow,
int numRows) |
int |
TableManager.loadAll(int startRow,
int numRows,
TableManager.Action<B> action)
Loads the given number of rows from table, given the start row and dealt with action.
|
int |
TableManager.BaseAdapter.loadAll(int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadAll(TableManager.Action<B> action)
Loads each row from table and dealt with action.
|
int |
TableManager.BaseAdapter.loadAll(TableManager.Action<B> action) |
java.util.List<B> |
TableManager.loadAllAsList()
Loads all the rows from table.
|
java.util.List<B> |
TableManager.BaseAdapter.loadAllAsList() |
java.util.List<B> |
TableManager.loadAllAsList(int startRow,
int numRows)
Loads the given number of rows from table, given the start row.
|
java.util.List<B> |
TableManager.BaseAdapter.loadAllAsList(int startRow,
int numRows) |
B[] |
TableManager.loadByIndex(int keyIndex,
java.lang.Object... keys)
Retrieves a array of B bean using the index specified by keyIndex.
|
B[] |
TableManager.BaseAdapter.loadByIndex(int keyIndex,
java.lang.Object... keys) |
java.util.List<B> |
TableManager.loadByIndexAsList(int keyIndex,
java.lang.Object... keys)
Retrieves a list of B bean using the index specified by keyIndex.
|
java.util.List<B> |
TableManager.BaseAdapter.loadByIndexAsList(int keyIndex,
java.lang.Object... keys) |
LogBean[] |
ILogManager.loadByIndexCompareFace(java.lang.Integer compareFace)
Retrieves an array of LogBean using the compare_face index.
|
java.util.List<LogBean> |
ILogManager.loadByIndexCompareFaceAsList(java.lang.Integer compareFace)
Retrieves a list of LogBean using the compare_face index.
|
LogBean[] |
ILogManager.loadByIndexDeviceId(java.lang.Integer deviceId)
Retrieves an array of LogBean using the device_id index.
|
ImageBean[] |
IImageManager.loadByIndexDeviceId(java.lang.Integer deviceId)
Retrieves an array of ImageBean using the device_id index.
|
java.util.List<LogBean> |
ILogManager.loadByIndexDeviceIdAsList(java.lang.Integer deviceId)
Retrieves a list of LogBean using the device_id index.
|
java.util.List<ImageBean> |
IImageManager.loadByIndexDeviceIdAsList(java.lang.Integer deviceId)
Retrieves a list of ImageBean using the device_id index.
|
PersonBean[] |
IPersonManager.loadByIndexExpiryDate(java.util.Date expiryDate)
Retrieves an array of PersonBean using the expiry_date index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexExpiryDateAsList(java.util.Date expiryDate)
Retrieves a list of PersonBean using the expiry_date index.
|
FaceBean[] |
IFaceManager.loadByIndexFeatureMd5(java.lang.String featureMd5)
Retrieves an array of FaceBean using the feature_md5 index.
|
java.util.List<FaceBean> |
IFaceManager.loadByIndexFeatureMd5AsList(java.lang.String featureMd5)
Retrieves a list of FaceBean using the feature_md5 index.
|
PersonBean[] |
IPersonManager.loadByIndexGroupId(java.lang.Integer groupId)
Retrieves an array of PersonBean using the group_id index.
|
DeviceBean[] |
IDeviceManager.loadByIndexGroupId(java.lang.Integer groupId)
Retrieves an array of DeviceBean using the group_id index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexGroupIdAsList(java.lang.Integer groupId)
Retrieves a list of PersonBean using the group_id index.
|
java.util.List<DeviceBean> |
IDeviceManager.loadByIndexGroupIdAsList(java.lang.Integer groupId)
Retrieves a list of DeviceBean using the group_id index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexImageMd5(java.util.Collection<java.lang.String> indexs)
Retrieves an unique PersonBean for each image_md5 index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexImageMd5(java.lang.String... indexs)
Retrieves an unique PersonBean for each image_md5 index.
|
PersonBean |
IPersonManager.loadByIndexImageMd5(java.lang.String imageMd5)
Retrieves an unique PersonBean using the image_md5 index.
|
FaceBean[] |
IFaceManager.loadByIndexImageMd5(java.lang.String imageMd5)
Retrieves an array of FaceBean using the image_md5 index.
|
java.util.List<FaceBean> |
IFaceManager.loadByIndexImageMd5AsList(java.lang.String imageMd5)
Retrieves a list of FaceBean using the image_md5 index.
|
PersonBean |
IPersonManager.loadByIndexImageMd5Checked(java.lang.String imageMd5)
Retrieves an unique PersonBean using the image_md5 index.
|
java.util.List<DeviceBean> |
IDeviceManager.loadByIndexMac(java.util.Collection<java.lang.String> indexs)
Retrieves an unique DeviceBean for each mac index.
|
java.util.List<DeviceBean> |
IDeviceManager.loadByIndexMac(java.lang.String... indexs)
Retrieves an unique DeviceBean for each mac index.
|
DeviceBean |
IDeviceManager.loadByIndexMac(java.lang.String mac)
Retrieves an unique DeviceBean using the mac index.
|
DeviceBean |
IDeviceManager.loadByIndexMacChecked(java.lang.String mac)
Retrieves an unique DeviceBean using the mac index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexMobilePhone(java.util.Collection<java.lang.String> indexs)
Retrieves an unique PersonBean for each mobile_phone index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexMobilePhone(java.lang.String... indexs)
Retrieves an unique PersonBean for each mobile_phone index.
|
PersonBean |
IPersonManager.loadByIndexMobilePhone(java.lang.String mobilePhone)
Retrieves an unique PersonBean using the mobile_phone index.
|
PersonBean |
IPersonManager.loadByIndexMobilePhoneChecked(java.lang.String mobilePhone)
Retrieves an unique PersonBean using the mobile_phone index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexPapersNum(java.util.Collection<java.lang.String> indexs)
Retrieves an unique PersonBean for each papers_num index.
|
java.util.List<PersonBean> |
IPersonManager.loadByIndexPapersNum(java.lang.String... indexs)
Retrieves an unique PersonBean for each papers_num index.
|
PersonBean |
IPersonManager.loadByIndexPapersNum(java.lang.String papersNum)
Retrieves an unique PersonBean using the papers_num index.
|
PersonBean |
IPersonManager.loadByIndexPapersNumChecked(java.lang.String papersNum)
Retrieves an unique PersonBean using the papers_num index.
|
PersonGroupBean[] |
IPersonGroupManager.loadByIndexParent(java.lang.Integer parent)
Retrieves an array of PersonGroupBean using the parent index.
|
DeviceGroupBean[] |
IDeviceGroupManager.loadByIndexParent(java.lang.Integer parent)
Retrieves an array of DeviceGroupBean using the parent index.
|
java.util.List<PersonGroupBean> |
IPersonGroupManager.loadByIndexParentAsList(java.lang.Integer parent)
Retrieves a list of PersonGroupBean using the parent index.
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.loadByIndexParentAsList(java.lang.Integer parent)
Retrieves a list of DeviceGroupBean using the parent index.
|
LogBean[] |
ILogManager.loadByIndexPersonId(java.lang.Integer personId)
Retrieves an array of LogBean using the person_id index.
|
FeatureBean[] |
IFeatureManager.loadByIndexPersonId(java.lang.Integer personId)
Retrieves an array of FeatureBean using the person_id index.
|
java.util.List<LogBean> |
ILogManager.loadByIndexPersonIdAsList(java.lang.Integer personId)
Retrieves a list of LogBean using the person_id index.
|
java.util.List<FeatureBean> |
IFeatureManager.loadByIndexPersonIdAsList(java.lang.Integer personId)
Retrieves a list of FeatureBean using the person_id index.
|
java.util.List<DeviceBean> |
IDeviceManager.loadByIndexSerialNo(java.util.Collection<java.lang.String> indexs)
Retrieves an unique DeviceBean for each serial_no index.
|
java.util.List<DeviceBean> |
IDeviceManager.loadByIndexSerialNo(java.lang.String... indexs)
Retrieves an unique DeviceBean for each serial_no index.
|
DeviceBean |
IDeviceManager.loadByIndexSerialNo(java.lang.String serialNo)
Retrieves an unique DeviceBean using the serial_no index.
|
DeviceBean |
IDeviceManager.loadByIndexSerialNoChecked(java.lang.String serialNo)
Retrieves an unique DeviceBean using the serial_no index.
|
LogBean[] |
ILogManager.loadByIndexVerifyFeature(java.lang.String verifyFeature)
Retrieves an array of LogBean using the verify_feature index.
|
java.util.List<LogBean> |
ILogManager.loadByIndexVerifyFeatureAsList(java.lang.String verifyFeature)
Retrieves a list of LogBean using the verify_feature index.
|
FeatureBean[] |
IFeatureManager.loadByIndexVersion(java.lang.String version)
Retrieves an array of FeatureBean using the feature_version index.
|
java.util.List<FeatureBean> |
IFeatureManager.loadByIndexVersionAsList(java.lang.String version)
Retrieves a list of FeatureBean using the feature_version index.
|
B |
TableManager.loadByPrimaryKey(B bean)
Loads a B bean from the table using primary key fields of
bean. |
B |
TableManager.BaseAdapter.loadByPrimaryKey(B bean) |
java.util.List<PersonBean> |
IPersonManager.loadByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Loads
PersonBean from the fl_person using primary key fields. |
java.util.List<PersonGroupBean> |
IPersonGroupManager.loadByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Loads
PersonGroupBean from the fl_person_group using primary key fields. |
java.util.List<LogBean> |
ILogManager.loadByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Loads
LogBean from the fl_log using primary key fields. |
java.util.List<FaceBean> |
IFaceManager.loadByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Loads
FaceBean from the fl_face using primary key fields. |
java.util.List<DeviceBean> |
IDeviceManager.loadByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Loads
DeviceBean from the fl_device using primary key fields. |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.loadByPrimaryKey(java.util.Collection<java.lang.Integer> keys)
Loads
DeviceGroupBean from the fl_device_group using primary key fields. |
java.util.List<StoreBean> |
IStoreManager.loadByPrimaryKey(java.util.Collection<java.lang.String> keys)
Loads
StoreBean from the fl_store using primary key fields. |
java.util.List<ImageBean> |
IImageManager.loadByPrimaryKey(java.util.Collection<java.lang.String> keys)
Loads
ImageBean from the fl_image using primary key fields. |
java.util.List<FeatureBean> |
IFeatureManager.loadByPrimaryKey(java.util.Collection<java.lang.String> keys)
Loads
FeatureBean from the fl_feature using primary key fields. |
java.util.List<PersonBean> |
IPersonManager.loadByPrimaryKey(int... keys)
Loads
PersonBean from the fl_person using primary key fields. |
java.util.List<PersonGroupBean> |
IPersonGroupManager.loadByPrimaryKey(int... keys)
Loads
PersonGroupBean from the fl_person_group using primary key fields. |
java.util.List<LogBean> |
ILogManager.loadByPrimaryKey(int... keys)
Loads
LogBean from the fl_log using primary key fields. |
java.util.List<FaceBean> |
IFaceManager.loadByPrimaryKey(int... keys)
Loads
FaceBean from the fl_face using primary key fields. |
java.util.List<DeviceBean> |
IDeviceManager.loadByPrimaryKey(int... keys)
Loads
DeviceBean from the fl_device using primary key fields. |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.loadByPrimaryKey(int... keys)
Loads
DeviceGroupBean from the fl_device_group using primary key fields. |
PersonBean |
IPersonManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
PersonBean from the fl_person using primary key fields. |
PersonGroupBean |
IPersonGroupManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
PersonGroupBean from the fl_person_group using primary key fields. |
LogBean |
ILogManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
LogBean from the fl_log using primary key fields. |
FaceBean |
IFaceManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
FaceBean from the fl_face using primary key fields. |
DeviceBean |
IDeviceManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
DeviceBean from the fl_device using primary key fields. |
DeviceGroupBean |
IDeviceGroupManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
DeviceGroupBean from the fl_device_group using primary key fields. |
PermitBean |
IPermitManager.loadByPrimaryKey(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId)
Loads a
PermitBean from the fl_permit using primary key fields. |
B |
TableManager.loadByPrimaryKey(java.lang.Object... keys)
Loads a B bean from the table using primary key fields.
|
B |
TableManager.BaseAdapter.loadByPrimaryKey(java.lang.Object... keys) |
java.util.List<StoreBean> |
IStoreManager.loadByPrimaryKey(java.lang.String... keys)
Loads
StoreBean from the fl_store using primary key fields. |
java.util.List<ImageBean> |
IImageManager.loadByPrimaryKey(java.lang.String... keys)
Loads
ImageBean from the fl_image using primary key fields. |
java.util.List<FeatureBean> |
IFeatureManager.loadByPrimaryKey(java.lang.String... keys)
Loads
FeatureBean from the fl_feature using primary key fields. |
StoreBean |
IStoreManager.loadByPrimaryKey(java.lang.String md5)
Loads a
StoreBean from the fl_store using primary key fields. |
ImageBean |
IImageManager.loadByPrimaryKey(java.lang.String md5)
Loads a
ImageBean from the fl_image using primary key fields. |
FeatureBean |
IFeatureManager.loadByPrimaryKey(java.lang.String md5)
Loads a
FeatureBean from the fl_feature using primary key fields. |
B |
TableManager.loadByPrimaryKeyChecked(B bean)
|
B |
TableManager.BaseAdapter.loadByPrimaryKeyChecked(B bean) |
PersonBean |
IPersonManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
PersonBean from the fl_person using primary key fields. |
PersonGroupBean |
IPersonGroupManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
PersonGroupBean from the fl_person_group using primary key fields. |
LogBean |
ILogManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
LogBean from the fl_log using primary key fields. |
FaceBean |
IFaceManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
FaceBean from the fl_face using primary key fields. |
DeviceBean |
IDeviceManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
DeviceBean from the fl_device using primary key fields. |
DeviceGroupBean |
IDeviceGroupManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
DeviceGroupBean from the fl_device_group using primary key fields. |
PermitBean |
IPermitManager.loadByPrimaryKeyChecked(java.lang.Integer deviceGroupId,
java.lang.Integer personGroupId)
Loads a
PermitBean from the fl_permit using primary key fields. |
B |
TableManager.loadByPrimaryKeyChecked(java.lang.Object... keys)
|
B |
TableManager.BaseAdapter.loadByPrimaryKeyChecked(java.lang.Object... keys) |
StoreBean |
IStoreManager.loadByPrimaryKeyChecked(java.lang.String md5)
Loads a
StoreBean from the fl_store using primary key fields. |
ImageBean |
IImageManager.loadByPrimaryKeyChecked(java.lang.String md5)
Loads a
ImageBean from the fl_image using primary key fields. |
FeatureBean |
IFeatureManager.loadByPrimaryKeyChecked(java.lang.String md5)
Loads a
FeatureBean from the fl_feature using primary key fields. |
B[] |
TableManager.loadBySql(java.lang.String sql,
java.lang.Object[] argList,
int[] fieldList)
Load all the elements using a SQL statement specifying a list of fields to be retrieved.
|
B[] |
TableManager.BaseAdapter.loadBySql(java.lang.String sql,
java.lang.Object[] argList,
int[] fieldList) |
java.util.List<B> |
TableManager.loadBySqlAsList(java.lang.String sql,
java.lang.Object[] argList,
int[] fieldList)
Load all elements using a SQL statement specifying a list of fields to be retrieved.
|
java.util.List<B> |
TableManager.BaseAdapter.loadBySqlAsList(java.lang.String sql,
java.lang.Object[] argList,
int[] fieldList) |
int |
TableManager.loadBySqlForAction(java.lang.String sql,
java.lang.Object[] argList,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
Load each the elements using a SQL statement specifying a list of fields to be retrieved and dealt by action.
|
B[] |
TableManager.loadByWhere(java.lang.String where)
Retrieves an array of B given a sql 'where' clause.
|
B[] |
TableManager.BaseAdapter.loadByWhere(java.lang.String where) |
B[] |
TableManager.loadByWhere(java.lang.String where,
int[] fieldList)
Retrieves an array of B bean given a sql where clause, and a list of fields.
|
B[] |
TableManager.BaseAdapter.loadByWhere(java.lang.String where,
int[] fieldList) |
B[] |
TableManager.loadByWhere(java.lang.String where,
int[] fieldList,
int startRow,
int numRows)
Retrieves an array of B bean given a sql where clause and a list of fields, and startRow and numRows.
|
B[] |
TableManager.BaseAdapter.loadByWhere(java.lang.String where,
int[] fieldList,
int startRow,
int numRows) |
int |
TableManager.loadByWhere(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql where clause and a list of fields, and startRow and numRows,
and dealt with action.
|
int |
TableManager.BaseAdapter.loadByWhere(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadByWhere(java.lang.String where,
int[] fieldList,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql where clause, and a list of fields,
and dealt with action.
|
int |
TableManager.BaseAdapter.loadByWhere(java.lang.String where,
int[] fieldList,
TableManager.Action<B> action) |
int |
TableManager.loadByWhere(java.lang.String where,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql 'where' clause and dealt with action.
|
int |
TableManager.BaseAdapter.loadByWhere(java.lang.String where,
TableManager.Action<B> action) |
java.util.List<B> |
TableManager.loadByWhereAsList(java.lang.String where)
Retrieves a list of B bean given a sql 'where' clause.
|
java.util.List<B> |
TableManager.BaseAdapter.loadByWhereAsList(java.lang.String where) |
java.util.List<B> |
TableManager.loadByWhereAsList(java.lang.String where,
int[] fieldList)
Retrieves a list of B bean given a sql where clause, and a list of fields.
|
java.util.List<B> |
TableManager.BaseAdapter.loadByWhereAsList(java.lang.String where,
int[] fieldList) |
java.util.List<B> |
TableManager.loadByWhereAsList(java.lang.String where,
int[] fieldList,
int startRow,
int numRows)
Retrieves a list of B bean given a sql where clause and a list of fields, and startRow and numRows.
|
java.util.List<B> |
TableManager.BaseAdapter.loadByWhereAsList(java.lang.String where,
int[] fieldList,
int startRow,
int numRows) |
int |
TableManager.loadByWhereForAction(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action)
Retrieves each row of B bean given a sql where clause and a list of fields, and startRow and numRows,
and dealt wity action
It is up to you to pass the 'WHERE' in your where clauses.
|
int |
TableManager.BaseAdapter.loadByWhereForAction(java.lang.String where,
int[] fieldList,
int startRow,
int numRows,
TableManager.Action<B> action) |
<T> java.util.List<T> |
TableManager.loadColumnAsList(java.lang.String column,
boolean distinct,
java.lang.String where,
int startRow,
int numRows)
Load column from table.
|
<T> java.util.List<T> |
TableManager.BaseAdapter.loadColumnAsList(java.lang.String column,
boolean distinct,
java.lang.String where,
int startRow,
int numRows) |
B |
TableManager.loadUniqueUsingTemplate(B bean)
Loads a unique B bean from a template one giving a c
|
B |
TableManager.loadUniqueUsingTemplateChecked(B bean)
Loads a unique B bean from a template one giving a c
|
B[] |
TableManager.loadUsingTemplate(B bean)
Loads an array of B from a template one.
|
B[] |
TableManager.BaseAdapter.loadUsingTemplate(B bean) |
int |
TableManager.loadUsingTemplate(B bean,
int[] fieldList,
int startRow,
int numRows,
int searchType,
TableManager.Action<B> action)
Loads each row from a template one, given the start row and number of rows and dealt with action.
|
B[] |
TableManager.loadUsingTemplate(B bean,
int startRow,
int numRows)
Loads an array of B bean from a template one, given the start row and number of rows.
|
B[] |
TableManager.BaseAdapter.loadUsingTemplate(B bean,
int startRow,
int numRows) |
B[] |
TableManager.loadUsingTemplate(B bean,
int startRow,
int numRows,
int searchType)
Loads a list of B bean from a template one, given the start row and number of rows.
|
B[] |
TableManager.BaseAdapter.loadUsingTemplate(B bean,
int startRow,
int numRows,
int searchType) |
int |
TableManager.loadUsingTemplate(B bean,
int startRow,
int numRows,
TableManager.Action<B> action)
Loads each row from a template one, given the start row and number of rows and dealt with action.
|
int |
TableManager.BaseAdapter.loadUsingTemplate(B bean,
int startRow,
int numRows,
TableManager.Action<B> action) |
int |
TableManager.loadUsingTemplate(B bean,
TableManager.Action<B> action)
Loads each row from a template one and dealt with action.
|
int |
TableManager.BaseAdapter.loadUsingTemplate(B bean,
TableManager.Action<B> action) |
java.util.List<B> |
TableManager.loadUsingTemplateAsList(B bean)
Loads a list of B bean from a template one.
|
java.util.List<B> |
TableManager.BaseAdapter.loadUsingTemplateAsList(B bean) |
java.util.List<B> |
TableManager.loadUsingTemplateAsList(B bean,
int startRow,
int numRows)
Loads a list of B bean from a template one, given the start row and number of rows.
|
java.util.List<B> |
TableManager.BaseAdapter.loadUsingTemplateAsList(B bean,
int startRow,
int numRows) |
java.util.List<B> |
TableManager.loadUsingTemplateAsList(B bean,
int startRow,
int numRows,
int searchType)
Loads an array of B bean from a template one, given the start row and number of rows.
|
java.util.List<B> |
TableManager.BaseAdapter.loadUsingTemplateAsList(B bean,
int startRow,
int numRows,
int searchType) |
java.util.List<PersonGroupBean> |
IPersonGroupManager.loadViaPermitAsList(DeviceGroupBean bean)
see also #loadViaPermitAsList(PersonGroupBean,int,int)
|
java.util.List<PersonGroupBean> |
IPersonGroupManager.loadViaPermitAsList(DeviceGroupBean bean,
int startRow,
int numRows)
Retrieves an list of PersonGroupBean using the junction table Permit, given a DeviceGroupBean,
specifying the start row and the number of rows.
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.loadViaPermitAsList(PersonGroupBean bean)
see also #loadViaPermitAsList(DeviceGroupBean,int,int)
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.loadViaPermitAsList(PersonGroupBean bean,
int startRow,
int numRows)
Retrieves an list of DeviceGroupBean using the junction table Permit, given a PersonGroupBean,
specifying the start row and the number of rows.
|
<T> T |
TableManager.runAsTransaction(java.util.concurrent.Callable<T> fun)
Run
Callable<T> as a transaction. |
void |
TableManager.runAsTransaction(java.lang.Runnable fun)
Run
Runnable as a transaction.no return |
B |
TableManager.save(B bean)
Saves the B bean into the database.
|
B |
TableManager.BaseAdapter.save(B bean) |
B[] |
TableManager.save(B[] beans)
Saves an array of B bean into the database.
|
B[] |
TableManager.BaseAdapter.save(B[] beans) |
B |
TableManager.save(B bean,
java.lang.Object... args)
Save the B bean and referenced beans and imported beans (array) into the database.
|
B |
TableManager.BaseAdapter.save(B bean,
java.lang.Object... args) |
<C extends java.util.Collection<B>> |
TableManager.save(C beans)
Saves a collection of B bean into the database as transaction.
|
<C extends java.util.Collection<B>> |
TableManager.BaseAdapter.save(C beans) |
DeviceBean |
IDeviceManager.save(DeviceBean bean,
DeviceGroupBean refDevicegroupByGroupId,
java.util.Collection<ImageBean> impImageByDeviceId,
java.util.Collection<LogBean> impLogByDeviceId)
Save the DeviceBean bean and referenced beans and imported beans into the database.
|
DeviceBean |
IDeviceManager.save(DeviceBean bean,
DeviceGroupBean refDevicegroupByGroupId,
ImageBean[] impImageByDeviceId,
LogBean[] impLogByDeviceId)
Save the DeviceBean bean and referenced beans and imported beans into the database.
|
DeviceGroupBean |
IDeviceGroupManager.save(DeviceGroupBean bean,
DeviceGroupBean refDevicegroupByParent,
java.util.Collection<DeviceBean> impDeviceByGroupId,
java.util.Collection<DeviceGroupBean> impDevicegroupByParent,
java.util.Collection<PermitBean> impPermitByDeviceGroupId)
Save the DeviceGroupBean bean and referenced beans and imported beans into the database.
|
DeviceGroupBean |
IDeviceGroupManager.save(DeviceGroupBean bean,
DeviceGroupBean refDevicegroupByParent,
DeviceBean[] impDeviceByGroupId,
DeviceGroupBean[] impDevicegroupByParent,
PermitBean[] impPermitByDeviceGroupId)
Save the DeviceGroupBean bean and referenced beans and imported beans into the database.
|
FaceBean |
IFaceManager.save(FaceBean bean,
FeatureBean refFeatureByFeatureMd5,
ImageBean refImageByImageMd5,
java.util.Collection<LogBean> impLogByCompareFace)
Save the FaceBean bean and referenced beans and imported beans into the database.
|
FaceBean |
IFaceManager.save(FaceBean bean,
FeatureBean refFeatureByFeatureMd5,
ImageBean refImageByImageMd5,
LogBean[] impLogByCompareFace)
Save the FaceBean bean and referenced beans and imported beans into the database.
|
FeatureBean |
IFeatureManager.save(FeatureBean bean,
PersonBean refPersonByPersonId,
java.util.Collection<FaceBean> impFaceByFeatureMd5,
java.util.Collection<LogBean> impLogByVerifyFeature)
Save the FeatureBean bean and referenced beans and imported beans into the database.
|
FeatureBean |
IFeatureManager.save(FeatureBean bean,
PersonBean refPersonByPersonId,
FaceBean[] impFaceByFeatureMd5,
LogBean[] impLogByVerifyFeature)
Save the FeatureBean bean and referenced beans and imported beans into the database.
|
ImageBean |
IImageManager.save(ImageBean bean,
DeviceBean refDeviceByDeviceId,
java.util.Collection<FaceBean> impFaceByImageMd5,
java.util.Collection<PersonBean> impPersonByImageMd5)
Save the ImageBean bean and referenced beans and imported beans into the database.
|
ImageBean |
IImageManager.save(ImageBean bean,
DeviceBean refDeviceByDeviceId,
FaceBean[] impFaceByImageMd5,
PersonBean[] impPersonByImageMd5)
Save the ImageBean bean and referenced beans and imported beans into the database.
|
LogBean |
ILogManager.save(LogBean bean,
DeviceBean refDeviceByDeviceId,
FaceBean refFaceByCompareFace,
FeatureBean refFeatureByVerifyFeature,
PersonBean refPersonByPersonId)
Save the LogBean bean and referenced beans and imported beans into the database.
|
PermitBean |
IPermitManager.save(PermitBean bean,
DeviceGroupBean refDevicegroupByDeviceGroupId,
PersonGroupBean refPersongroupByPersonGroupId)
Save the PermitBean bean and referenced beans and imported beans into the database.
|
PersonBean |
IPersonManager.save(PersonBean bean,
ImageBean refImageByImageMd5,
PersonGroupBean refPersongroupByGroupId,
java.util.Collection<FeatureBean> impFeatureByPersonId,
java.util.Collection<LogBean> impLogByPersonId)
Save the PersonBean bean and referenced beans and imported beans into the database.
|
PersonBean |
IPersonManager.save(PersonBean bean,
ImageBean refImageByImageMd5,
PersonGroupBean refPersongroupByGroupId,
FeatureBean[] impFeatureByPersonId,
LogBean[] impLogByPersonId)
Save the PersonBean bean and referenced beans and imported beans into the database.
|
PersonGroupBean |
IPersonGroupManager.save(PersonGroupBean bean,
PersonGroupBean refPersongroupByParent,
java.util.Collection<PermitBean> impPermitByPersonGroupId,
java.util.Collection<PersonBean> impPersonByGroupId,
java.util.Collection<PersonGroupBean> impPersongroupByParent)
Save the PersonGroupBean bean and referenced beans and imported beans into the database.
|
PersonGroupBean |
IPersonGroupManager.save(PersonGroupBean bean,
PersonGroupBean refPersongroupByParent,
PermitBean[] impPermitByPersonGroupId,
PersonBean[] impPersonByGroupId,
PersonGroupBean[] impPersongroupByParent)
Save the PersonGroupBean bean and referenced beans and imported beans into the database.
|
B[] |
TableManager.saveAsTransaction(B[] beans)
Saves an array of B bean into the database as transaction.
|
B[] |
TableManager.BaseAdapter.saveAsTransaction(B[] beans) |
B |
TableManager.saveAsTransaction(B bean,
java.lang.Object... args)
Transaction version for sync save
|
B |
TableManager.BaseAdapter.saveAsTransaction(B bean,
java.lang.Object... args) |
<C extends java.util.Collection<B>> |
TableManager.saveAsTransaction(C beans)
Saves a collection of B bean into the database.
|
<C extends java.util.Collection<B>> |
TableManager.BaseAdapter.saveAsTransaction(C beans) |
DeviceBean |
IDeviceManager.saveAsTransaction(DeviceBean bean,
DeviceGroupBean refDevicegroupByGroupId,
java.util.Collection<ImageBean> impImageByDeviceId,
java.util.Collection<LogBean> impLogByDeviceId)
Transaction version for sync save
see also IDeviceManager.save(DeviceBean , DeviceGroupBean , java.util.Collection , java.util.Collection ) |
DeviceBean |
IDeviceManager.saveAsTransaction(DeviceBean bean,
DeviceGroupBean refDevicegroupByGroupId,
ImageBean[] impImageByDeviceId,
LogBean[] impLogByDeviceId)
Transaction version for sync save
see also IDeviceManager.save(DeviceBean , DeviceGroupBean , ImageBean[] , LogBean[] ) |
DeviceGroupBean |
IDeviceGroupManager.saveAsTransaction(DeviceGroupBean bean,
DeviceGroupBean refDevicegroupByParent,
java.util.Collection<DeviceBean> impDeviceByGroupId,
java.util.Collection<DeviceGroupBean> impDevicegroupByParent,
java.util.Collection<PermitBean> impPermitByDeviceGroupId)
Transaction version for sync save
see also IDeviceGroupManager.save(DeviceGroupBean , DeviceGroupBean , java.util.Collection , java.util.Collection , java.util.Collection ) |
DeviceGroupBean |
IDeviceGroupManager.saveAsTransaction(DeviceGroupBean bean,
DeviceGroupBean refDevicegroupByParent,
DeviceBean[] impDeviceByGroupId,
DeviceGroupBean[] impDevicegroupByParent,
PermitBean[] impPermitByDeviceGroupId)
Transaction version for sync save
see also IDeviceGroupManager.save(DeviceGroupBean , DeviceGroupBean , DeviceBean[] , DeviceGroupBean[] , PermitBean[] ) |
FaceBean |
IFaceManager.saveAsTransaction(FaceBean bean,
FeatureBean refFeatureByFeatureMd5,
ImageBean refImageByImageMd5,
java.util.Collection<LogBean> impLogByCompareFace)
Transaction version for sync save
see also IFaceManager.save(FaceBean , FeatureBean , ImageBean , java.util.Collection ) |
FaceBean |
IFaceManager.saveAsTransaction(FaceBean bean,
FeatureBean refFeatureByFeatureMd5,
ImageBean refImageByImageMd5,
LogBean[] impLogByCompareFace)
Transaction version for sync save
see also IFaceManager.save(FaceBean , FeatureBean , ImageBean , LogBean[] ) |
FeatureBean |
IFeatureManager.saveAsTransaction(FeatureBean bean,
PersonBean refPersonByPersonId,
java.util.Collection<FaceBean> impFaceByFeatureMd5,
java.util.Collection<LogBean> impLogByVerifyFeature)
Transaction version for sync save
see also IFeatureManager.save(FeatureBean , PersonBean , java.util.Collection , java.util.Collection ) |
FeatureBean |
IFeatureManager.saveAsTransaction(FeatureBean bean,
PersonBean refPersonByPersonId,
FaceBean[] impFaceByFeatureMd5,
LogBean[] impLogByVerifyFeature)
Transaction version for sync save
see also IFeatureManager.save(FeatureBean , PersonBean , FaceBean[] , LogBean[] ) |
ImageBean |
IImageManager.saveAsTransaction(ImageBean bean,
DeviceBean refDeviceByDeviceId,
java.util.Collection<FaceBean> impFaceByImageMd5,
java.util.Collection<PersonBean> impPersonByImageMd5)
Transaction version for sync save
see also IImageManager.save(ImageBean , DeviceBean , java.util.Collection , java.util.Collection ) |
ImageBean |
IImageManager.saveAsTransaction(ImageBean bean,
DeviceBean refDeviceByDeviceId,
FaceBean[] impFaceByImageMd5,
PersonBean[] impPersonByImageMd5)
Transaction version for sync save
see also IImageManager.save(ImageBean , DeviceBean , FaceBean[] , PersonBean[] ) |
LogBean |
ILogManager.saveAsTransaction(LogBean bean,
DeviceBean refDeviceByDeviceId,
FaceBean refFaceByCompareFace,
FeatureBean refFeatureByVerifyFeature,
PersonBean refPersonByPersonId)
Transaction version for sync save
see also ILogManager.save(LogBean , DeviceBean , FaceBean , FeatureBean , PersonBean ) |
PermitBean |
IPermitManager.saveAsTransaction(PermitBean bean,
DeviceGroupBean refDevicegroupByDeviceGroupId,
PersonGroupBean refPersongroupByPersonGroupId)
Transaction version for sync save
see also IPermitManager.save(PermitBean , DeviceGroupBean , PersonGroupBean ) |
PersonBean |
IPersonManager.saveAsTransaction(PersonBean bean,
ImageBean refImageByImageMd5,
PersonGroupBean refPersongroupByGroupId,
java.util.Collection<FeatureBean> impFeatureByPersonId,
java.util.Collection<LogBean> impLogByPersonId)
Transaction version for sync save
see also IPersonManager.save(PersonBean , ImageBean , PersonGroupBean , java.util.Collection , java.util.Collection ) |
PersonBean |
IPersonManager.saveAsTransaction(PersonBean bean,
ImageBean refImageByImageMd5,
PersonGroupBean refPersongroupByGroupId,
FeatureBean[] impFeatureByPersonId,
LogBean[] impLogByPersonId)
Transaction version for sync save
see also IPersonManager.save(PersonBean , ImageBean , PersonGroupBean , FeatureBean[] , LogBean[] ) |
PersonGroupBean |
IPersonGroupManager.saveAsTransaction(PersonGroupBean bean,
PersonGroupBean refPersongroupByParent,
java.util.Collection<PermitBean> impPermitByPersonGroupId,
java.util.Collection<PersonBean> impPersonByGroupId,
java.util.Collection<PersonGroupBean> impPersongroupByParent)
Transaction version for sync save
see also IPersonGroupManager.save(PersonGroupBean , PersonGroupBean , java.util.Collection , java.util.Collection , java.util.Collection ) |
PersonGroupBean |
IPersonGroupManager.saveAsTransaction(PersonGroupBean bean,
PersonGroupBean refPersongroupByParent,
PermitBean[] impPermitByPersonGroupId,
PersonBean[] impPersonByGroupId,
PersonGroupBean[] impPersongroupByParent)
Transaction version for sync save
see also IPersonGroupManager.save(PersonGroupBean , PersonGroupBean , PermitBean[] , PersonBean[] , PersonGroupBean[] ) |
B |
TableManager.saveCollection(B bean,
java.lang.Object... args)
Save the B bean and referenced beans and imported beans (collection) into the database.
|
B |
TableManager.BaseAdapter.saveCollection(B bean,
java.lang.Object... args) |
B |
TableManager.saveCollectionAsTransaction(B bean,
java.lang.Object... args)
Transaction version for sync save
|
B |
TableManager.BaseAdapter.saveCollectionAsTransaction(B bean,
java.lang.Object... args) |
<C extends java.util.Collection<DeviceBean>> |
IDeviceGroupManager.setDeviceBeansByGroupId(DeviceGroupBean bean,
C importedBeans)
set the
DeviceBean object java.util.Collection associate to DeviceGroupBean by the fl_device.group_id field. |
DeviceBean[] |
IDeviceGroupManager.setDeviceBeansByGroupId(DeviceGroupBean bean,
DeviceBean[] importedBeans)
set the
DeviceBean object array associate to DeviceGroupBean by the fl_device.group_id field. |
<C extends java.util.Collection<DeviceGroupBean>> |
IDeviceGroupManager.setDeviceGroupBeansByParent(DeviceGroupBean bean,
C importedBeans)
set the
DeviceGroupBean object java.util.Collection associate to DeviceGroupBean by the fl_device_group.parent field. |
DeviceGroupBean[] |
IDeviceGroupManager.setDeviceGroupBeansByParent(DeviceGroupBean bean,
DeviceGroupBean[] importedBeans)
set the
DeviceGroupBean object array associate to DeviceGroupBean by the fl_device_group.parent field. |
<C extends java.util.Collection<FaceBean>> |
IFeatureManager.setFaceBeansByFeatureMd5(FeatureBean bean,
C importedBeans)
set the
FaceBean object java.util.Collection associate to FeatureBean by the fl_face.feature_md5 field. |
FaceBean[] |
IFeatureManager.setFaceBeansByFeatureMd5(FeatureBean bean,
FaceBean[] importedBeans)
set the
FaceBean object array associate to FeatureBean by the fl_face.feature_md5 field. |
<C extends java.util.Collection<FaceBean>> |
IImageManager.setFaceBeansByImageMd5(ImageBean bean,
C importedBeans)
set the
FaceBean object java.util.Collection associate to ImageBean by the fl_face.image_md5 field. |
FaceBean[] |
IImageManager.setFaceBeansByImageMd5(ImageBean bean,
FaceBean[] importedBeans)
set the
FaceBean object array associate to ImageBean by the fl_face.image_md5 field. |
<C extends java.util.Collection<FeatureBean>> |
IPersonManager.setFeatureBeansByPersonId(PersonBean bean,
C importedBeans)
set the
FeatureBean object java.util.Collection associate to PersonBean by the fl_feature.person_id field. |
FeatureBean[] |
IPersonManager.setFeatureBeansByPersonId(PersonBean bean,
FeatureBean[] importedBeans)
set the
FeatureBean object array associate to PersonBean by the fl_feature.person_id field. |
<C extends java.util.Collection<ImageBean>> |
IDeviceManager.setImageBeansByDeviceId(DeviceBean bean,
C importedBeans)
set the
ImageBean object java.util.Collection associate to DeviceBean by the fl_image.device_id field. |
ImageBean[] |
IDeviceManager.setImageBeansByDeviceId(DeviceBean bean,
ImageBean[] importedBeans)
set the
ImageBean object array associate to DeviceBean by the fl_image.device_id field. |
<T extends BaseBean<T>,C extends java.util.Collection<T>> |
TableManager.setImportedBeans(B bean,
C importedBeans,
int ikIndex)
Set the importedBeans associates to the bean by fkIndex
|
<T extends BaseBean<T>,C extends java.util.Collection<T>> |
TableManager.BaseAdapter.setImportedBeans(B bean,
C importedBeans,
int ikIndex) |
<T extends BaseBean<T>> |
TableManager.setImportedBeans(B bean,
T[] importedBeans,
int ikIndex)
Set the importedBeans associates to the bean by
ikIndex |
<T extends BaseBean<T>> |
TableManager.BaseAdapter.setImportedBeans(B bean,
T[] importedBeans,
int ikIndex) |
<C extends java.util.Collection<LogBean>> |
IFaceManager.setLogBeansByCompareFace(FaceBean bean,
C importedBeans)
set the
LogBean object java.util.Collection associate to FaceBean by the fl_log.compare_face field. |
LogBean[] |
IFaceManager.setLogBeansByCompareFace(FaceBean bean,
LogBean[] importedBeans)
set the
LogBean object array associate to FaceBean by the fl_log.compare_face field. |
<C extends java.util.Collection<LogBean>> |
IDeviceManager.setLogBeansByDeviceId(DeviceBean bean,
C importedBeans)
set the
LogBean object java.util.Collection associate to DeviceBean by the fl_log.device_id field. |
LogBean[] |
IDeviceManager.setLogBeansByDeviceId(DeviceBean bean,
LogBean[] importedBeans)
set the
LogBean object array associate to DeviceBean by the fl_log.device_id field. |
<C extends java.util.Collection<LogBean>> |
IPersonManager.setLogBeansByPersonId(PersonBean bean,
C importedBeans)
set the
LogBean object java.util.Collection associate to PersonBean by the fl_log.person_id field. |
LogBean[] |
IPersonManager.setLogBeansByPersonId(PersonBean bean,
LogBean[] importedBeans)
set the
LogBean object array associate to PersonBean by the fl_log.person_id field. |
<C extends java.util.Collection<LogBean>> |
IFeatureManager.setLogBeansByVerifyFeature(FeatureBean bean,
C importedBeans)
set the
LogBean object java.util.Collection associate to FeatureBean by the fl_log.verify_feature field. |
LogBean[] |
IFeatureManager.setLogBeansByVerifyFeature(FeatureBean bean,
LogBean[] importedBeans)
set the
LogBean object array associate to FeatureBean by the fl_log.verify_feature field. |
<C extends java.util.Collection<PermitBean>> |
IDeviceGroupManager.setPermitBeansByDeviceGroupId(DeviceGroupBean bean,
C importedBeans)
set the
PermitBean object java.util.Collection associate to DeviceGroupBean by the fl_permit.device_group_id field. |
PermitBean[] |
IDeviceGroupManager.setPermitBeansByDeviceGroupId(DeviceGroupBean bean,
PermitBean[] importedBeans)
set the
PermitBean object array associate to DeviceGroupBean by the fl_permit.device_group_id field. |
<C extends java.util.Collection<PermitBean>> |
IPersonGroupManager.setPermitBeansByPersonGroupId(PersonGroupBean bean,
C importedBeans)
set the
PermitBean object java.util.Collection associate to PersonGroupBean by the fl_permit.person_group_id field. |
PermitBean[] |
IPersonGroupManager.setPermitBeansByPersonGroupId(PersonGroupBean bean,
PermitBean[] importedBeans)
set the
PermitBean object array associate to PersonGroupBean by the fl_permit.person_group_id field. |
<C extends java.util.Collection<PersonBean>> |
IPersonGroupManager.setPersonBeansByGroupId(PersonGroupBean bean,
C importedBeans)
set the
PersonBean object java.util.Collection associate to PersonGroupBean by the fl_person.group_id field. |
PersonBean[] |
IPersonGroupManager.setPersonBeansByGroupId(PersonGroupBean bean,
PersonBean[] importedBeans)
set the
PersonBean object array associate to PersonGroupBean by the fl_person.group_id field. |
<C extends java.util.Collection<PersonBean>> |
IImageManager.setPersonBeansByImageMd5(ImageBean bean,
C importedBeans)
set the
PersonBean object java.util.Collection associate to ImageBean by the fl_person.image_md5 field. |
PersonBean[] |
IImageManager.setPersonBeansByImageMd5(ImageBean bean,
PersonBean[] importedBeans)
set the
PersonBean object array associate to ImageBean by the fl_person.image_md5 field. |
<C extends java.util.Collection<PersonGroupBean>> |
IPersonGroupManager.setPersonGroupBeansByParent(PersonGroupBean bean,
C importedBeans)
set the
PersonGroupBean object java.util.Collection associate to PersonGroupBean by the fl_person_group.parent field. |
PersonGroupBean[] |
IPersonGroupManager.setPersonGroupBeansByParent(PersonGroupBean bean,
PersonGroupBean[] importedBeans)
set the
PersonGroupBean object array associate to PersonGroupBean by the fl_person_group.parent field. |
<T extends BaseBean<T>> |
TableManager.setReferencedBean(B bean,
T beanToSet,
int fkIndex)
Associates the B object to the T object by fkName field.
|
<T extends BaseBean<T>> |
TableManager.BaseAdapter.setReferencedBean(B bean,
T beanToSet,
int fkIndex) |
FaceBean |
ILogManager.setReferencedByCompareFace(LogBean bean,
FaceBean beanToSet)
|
DeviceGroupBean |
IPermitManager.setReferencedByDeviceGroupId(PermitBean bean,
DeviceGroupBean beanToSet)
Associates the
PermitBean object to the DeviceGroupBean object by PermitBean.getDeviceGroupId()() field. |
DeviceBean |
IImageManager.setReferencedByDeviceId(ImageBean bean,
DeviceBean beanToSet)
|
DeviceBean |
ILogManager.setReferencedByDeviceId(LogBean bean,
DeviceBean beanToSet)
|
FeatureBean |
IFaceManager.setReferencedByFeatureMd5(FaceBean bean,
FeatureBean beanToSet)
|
DeviceGroupBean |
IDeviceManager.setReferencedByGroupId(DeviceBean bean,
DeviceGroupBean beanToSet)
|
PersonGroupBean |
IPersonManager.setReferencedByGroupId(PersonBean bean,
PersonGroupBean beanToSet)
|
ImageBean |
IFaceManager.setReferencedByImageMd5(FaceBean bean,
ImageBean beanToSet)
|
ImageBean |
IPersonManager.setReferencedByImageMd5(PersonBean bean,
ImageBean beanToSet)
|
DeviceGroupBean |
IDeviceGroupManager.setReferencedByParent(DeviceGroupBean bean,
DeviceGroupBean beanToSet)
Associates the
DeviceGroupBean object to the DeviceGroupBean object by DeviceGroupBean.getParent()() field. |
PersonGroupBean |
IPersonGroupManager.setReferencedByParent(PersonGroupBean bean,
PersonGroupBean beanToSet)
Associates the
PersonGroupBean object to the PersonGroupBean object by PersonGroupBean.getParent()() field. |
PersonGroupBean |
IPermitManager.setReferencedByPersonGroupId(PermitBean bean,
PersonGroupBean beanToSet)
Associates the
PermitBean object to the PersonGroupBean object by PermitBean.getPersonGroupId()() field. |
PersonBean |
IFeatureManager.setReferencedByPersonId(FeatureBean bean,
PersonBean beanToSet)
|
PersonBean |
ILogManager.setReferencedByPersonId(LogBean bean,
PersonBean beanToSet)
|
FeatureBean |
ILogManager.setReferencedByVerifyFeature(LogBean bean,
FeatureBean beanToSet)
|
DeviceGroupBean |
IDeviceGroupManager.topOfParent(DeviceGroupBean bean)
|
PersonGroupBean |
IPersonGroupManager.topOfParent(java.lang.Integer id)
return top bean that with
null self-reference field : fl_person_group(parent) |
DeviceGroupBean |
IDeviceGroupManager.topOfParent(java.lang.Integer id)
return top bean that with
null self-reference field : fl_device_group(parent) |
PersonGroupBean |
IPersonGroupManager.topOfParent(PersonGroupBean bean)
|
protected abstract B |
TableManager.BaseAdapter.update(B bean)
Update the B bean record in the database according to the changes.
|
Copyright © 2019. All Rights Reserved.