| 程序包 | 说明 |
|---|---|
| net.gdface.facelog.db |
| 限定符和类型 | 字段和说明 |
|---|---|
static DeviceGroupBean |
DeviceGroupBean.NULL
NULL
DeviceGroupBean bean , IMMUTABLE instance |
| 限定符和类型 | 方法和说明 |
|---|---|
<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 |
DeviceGroupBean.asImmutable()
set
this as immutable object |
DeviceGroupBean |
DeviceGroupBean.asNULL()
|
DeviceGroupBean |
DeviceGroupBean.Builder.build()
return a clone instance of
DeviceGroupBean.Builder.TEMPLATE |
DeviceGroupBean |
IDeviceGroupManager.checkCycleOfParent(DeviceGroupBean bean)
Ensures the self-reference field is not cycle :
fl_device_group(parent) |
DeviceGroupBean |
DeviceGroupBean.clone() |
DeviceGroupBean |
DeviceGroupBean.cloneMutable() |
DeviceGroupBean |
DeviceGroupBean.copy(DeviceGroupBean bean) |
DeviceGroupBean |
DeviceGroupBean.copy(DeviceGroupBean bean,
int... fieldList) |
DeviceGroupBean |
DeviceGroupBean.copy(DeviceGroupBean bean,
java.lang.String... fieldList) |
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. |
DeviceGroupBean |
PermitBean.getReferencedByDeviceGroupId()
Getter method for
PermitBean.referencedByDeviceGroupId. |
DeviceGroupBean |
IPermitManager.getReferencedByDeviceGroupId(PermitBean bean)
Retrieves the
DeviceGroupBean object referenced by PermitBean.getDeviceGroupId()() field. |
DeviceGroupBean |
DeviceBean.getReferencedByGroupId()
Getter method for
DeviceBean.referencedByGroupId. |
DeviceGroupBean |
IDeviceManager.getReferencedByGroupId(DeviceBean bean)
Retrieves the
DeviceGroupBean object referenced by DeviceBean.getGroupId()() field. |
DeviceGroupBean |
DeviceGroupBean.getReferencedByParent()
Getter method for
referencedByParent. |
DeviceGroupBean |
IDeviceGroupManager.getReferencedByParent(DeviceGroupBean bean)
Retrieves the
DeviceGroupBean object referenced by getParent()() field. |
DeviceGroupBean[] |
IDeviceGroupManager.loadByIndexParent(java.lang.Integer parent)
Retrieves an array of DeviceGroupBean using the parent index.
|
DeviceGroupBean |
IDeviceGroupManager.loadByPrimaryKey(java.lang.Integer id)
Loads a
DeviceGroupBean from the fl_device_group using primary key fields. |
DeviceGroupBean |
IDeviceGroupManager.loadByPrimaryKeyChecked(java.lang.Integer id)
Loads a
DeviceGroupBean from the fl_device_group using primary key fields. |
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.
|
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[] ) |
DeviceGroupBean[] |
IDeviceGroupManager.setDeviceGroupBeansByParent(DeviceGroupBean bean,
DeviceGroupBean[] importedBeans)
set the
DeviceGroupBean object array associate to DeviceGroupBean by the fl_device_group.parent field. |
DeviceGroupBean |
IPermitManager.setReferencedByDeviceGroupId(PermitBean bean,
DeviceGroupBean beanToSet)
Associates the
PermitBean object to the DeviceGroupBean object by PermitBean.getDeviceGroupId()() field. |
DeviceGroupBean |
IDeviceManager.setReferencedByGroupId(DeviceBean bean,
DeviceGroupBean beanToSet)
|
DeviceGroupBean |
IDeviceGroupManager.setReferencedByParent(DeviceGroupBean bean,
DeviceGroupBean beanToSet)
|
DeviceGroupBean |
IDeviceGroupManager.topOfParent(DeviceGroupBean bean)
|
DeviceGroupBean |
IDeviceGroupManager.topOfParent(java.lang.Integer id)
return top bean that with
null self-reference field : fl_device_group(parent) |
| 限定符和类型 | 方法和说明 |
|---|---|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.childListByParent(DeviceGroupBean bean)
|
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 |
IBeanConverter<DeviceGroupBean,N_DEVICEGROUP> |
IDbConverter.getDeviceGroupBeanConverter()
return a converter
DeviceGroupBean -> N_DEVICEGROUP |
IBeanConverter<DeviceGroupBean,R_DEVICEGROUP> |
BaseDbConverterGeneric.getDeviceGroupBeanConverter() |
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. |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.listOfParent(DeviceGroupBean 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<DeviceGroupBean> |
IDeviceGroupManager.loadByIndexParentAsList(java.lang.Integer parent)
Retrieves a list of DeviceGroupBean using the parent index.
|
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<DeviceGroupBean> |
IDeviceGroupManager.loadByPrimaryKey(int... keys)
Loads
DeviceGroupBean from the fl_device_group using primary key fields. |
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.
|
static java.util.List<DeviceGroupBean> |
DeviceGroupBean.replaceNull(java.util.List<DeviceGroupBean> source) |
static java.util.List<DeviceGroupBean> |
DeviceGroupBean.replaceNullInstance(java.util.List<DeviceGroupBean> source) |
| 限定符和类型 | 方法和说明 |
|---|---|
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,
DeviceGroupBean... linkedBeans)
|
void |
IPersonGroupManager.addJunction(PersonGroupBean bean,
DeviceGroupBean linked)
add junction between
PersonGroupBean and DeviceGroupBean if junction not exists |
DeviceGroupBean |
IDeviceGroupManager.checkCycleOfParent(DeviceGroupBean bean)
Ensures the self-reference field is not cycle :
fl_device_group(parent) |
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.childListByParent(DeviceGroupBean bean)
|
int |
DeviceGroupComparator.compare(DeviceGroupBean b1,
DeviceGroupBean b2) |
int |
DeviceGroupBean.compareTo(DeviceGroupBean object) |
DeviceGroupBean |
DeviceGroupBean.copy(DeviceGroupBean bean) |
DeviceGroupBean |
DeviceGroupBean.copy(DeviceGroupBean bean,
int... fieldList) |
DeviceGroupBean |
DeviceGroupBean.copy(DeviceGroupBean bean,
java.lang.String... fieldList) |
int |
IDeviceGroupManager.delete(DeviceGroupBean... beans)
Delete beans.
|
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,
DeviceGroupBean... linkedBeans)
|
int |
IPersonGroupManager.deleteJunction(PersonGroupBean bean,
DeviceGroupBean linked)
remove junction between
PersonGroupBean and DeviceGroupBean |
protected void |
BeanConverterUtils.DeviceGroupBeanConverter.doFromRight(DeviceGroupBean left,
R_DEVICEGROUP right) |
protected void |
BeanConverterUtils.DeviceGroupBeanConverter.doToRight(DeviceGroupBean left,
R_DEVICEGROUP right) |
DeviceBean[] |
IDeviceGroupManager.getDeviceBeansByGroupId(DeviceGroupBean bean)
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. |
DeviceGroupBean[] |
IDeviceGroupManager.getDeviceGroupBeansByParent(DeviceGroupBean bean)
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. |
PermitBean[] |
IDeviceGroupManager.getPermitBeansByDeviceGroupId(DeviceGroupBean bean)
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. |
DeviceGroupBean |
IDeviceGroupManager.getReferencedByParent(DeviceGroupBean bean)
Retrieves the
DeviceGroupBean object referenced by getParent()() field. |
boolean |
IDeviceGroupManager.isCycleOnParent(DeviceGroupBean bean)
test whether the self-reference field is cycle :
fl_device_group(parent) |
int |
IDeviceGroupManager.levelOfParent(DeviceGroupBean bean)
|
java.util.List<DeviceGroupBean> |
IDeviceGroupManager.listOfParent(DeviceGroupBean bean)
|
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.
|
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.
|
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.
|
PermitBean |
IPermitManager.save(PermitBean bean,
DeviceGroupBean refDevicegroupByDeviceGroupId,
PersonGroupBean refPersongroupByPersonGroupId)
Save the PermitBean bean and referenced beans and imported beans into the database.
|
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[] ) |
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[] ) |
PermitBean |
IPermitManager.saveAsTransaction(PermitBean bean,
DeviceGroupBean refDevicegroupByDeviceGroupId,
PersonGroupBean refPersongroupByPersonGroupId)
Transaction version for sync save
see also IPermitManager.save(PermitBean , DeviceGroupBean , PersonGroupBean ) |
<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. |
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<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. |
void |
PermitBean.setReferencedByDeviceGroupId(DeviceGroupBean reference)
Setter method for
PermitBean.referencedByDeviceGroupId. |
DeviceGroupBean |
IPermitManager.setReferencedByDeviceGroupId(PermitBean bean,
DeviceGroupBean beanToSet)
Associates the
PermitBean object to the DeviceGroupBean object by PermitBean.getDeviceGroupId()() field. |
DeviceGroupBean |
IDeviceManager.setReferencedByGroupId(DeviceBean bean,
DeviceGroupBean beanToSet)
|
void |
DeviceBean.setReferencedByGroupId(DeviceGroupBean reference)
Setter method for
DeviceBean.referencedByGroupId. |
void |
DeviceGroupBean.setReferencedByParent(DeviceGroupBean reference)
Setter method for
referencedByParent. |
DeviceGroupBean |
IDeviceGroupManager.setReferencedByParent(DeviceGroupBean bean,
DeviceGroupBean beanToSet)
|
DeviceGroupBean.Builder |
DeviceGroupBean.Builder.template(DeviceGroupBean bean)
set a bean as template,must not be
null |
DeviceGroupBean |
IDeviceGroupManager.topOfParent(DeviceGroupBean bean)
|
java.util.List<java.lang.Integer> |
IDeviceGroupManager.toPrimaryKeyList(DeviceGroupBean... beans)
return a primary key list from
DeviceGroupBean array |
| 限定符和类型 | 方法和说明 |
|---|---|
void |
IPersonGroupManager.addJunction(PersonGroupBean bean,
java.util.Collection<DeviceGroupBean> linkedBeans)
|
int |
IDeviceGroupManager.delete(java.util.Collection<DeviceGroupBean> beans)
Delete beans.
|
int |
IPersonGroupManager.deleteJunction(PersonGroupBean bean,
java.util.Collection<DeviceGroupBean> linkedBeans)
|
static java.util.List<DeviceGroupBean> |
DeviceGroupBean.replaceNull(java.util.List<DeviceGroupBean> source) |
static java.util.List<DeviceGroupBean> |
DeviceGroupBean.replaceNullInstance(java.util.List<DeviceGroupBean> source) |
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.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 ) |
java.util.List<java.lang.Integer> |
IDeviceGroupManager.toPrimaryKeyList(java.util.Collection<DeviceGroupBean> beans)
return a primary key list from
DeviceGroupBean collection |
| 构造器和说明 |
|---|
BeanConverterUtils.DeviceGroupBeanConverter(java.lang.Class<DeviceGroupBean> leftClass,
java.lang.Class<R_DEVICEGROUP> rightClass) |
BeanConverterUtils.DeviceGroupBeanConverter(java.lang.Class<DeviceGroupBean> leftClass,
java.lang.Class<R_DEVICEGROUP> rightClass,
java.lang.String javaFields)
constructor
|
Copyright © 2019. All Rights Reserved.