📄 associatormanageservice.java
字号:
* @return a collection of HyxfIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getHyxfList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of hyxf objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getHyxfListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return SpIf the data object
*/
org.helpsoft.entity.sp.SpIf getSp(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all sp instances.
*
* @return a collection of SpIf objects.
*/
Collection getSpList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all sp instances.
*
* @param startIndex the start index within the result set (1 = first record);
* any zero/negative values are regarded as 1, and any values greater than or equal to
* the total number of sp instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getSpListSize()</code> = last record),
* any values greater than or equal to the total number of sp instances will cause
* the full set to be returned.
* @return a collection of SpIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getSpList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of sp objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getSpListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return SplbIf the data object
*/
org.helpsoft.entity.splb.SplbIf getSplb(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all splb instances.
*
* @return a collection of SplbIf objects.
*/
Collection getSplbList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all splb instances.
*
* @param startIndex the start index within the result set (1 = first record);
* any zero/negative values are regarded as 1, and any values greater than or equal to
* the total number of splb instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getSplbListSize()</code> = last record),
* any values greater than or equal to the total number of splb instances will cause
* the full set to be returned.
* @return a collection of SplbIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getSplbList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of splb objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getSplbListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return CzkIf the data object
*/
org.helpsoft.entity.czk.CzkIf getCzk(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all czk instances.
*
* @return a collection of CzkIf objects.
*/
Collection getCzkList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all czk instances.
*
* @param startIndex the start index within the result set (1 = first record);
* any zero/negative values are regarded as 1, and any values greater than or equal to
* the total number of czk instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getCzkListSize()</code> = last record),
* any values greater than or equal to the total number of czk instances will cause
* the full set to be returned.
* @return a collection of CzkIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getCzkList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of czk objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getCzkListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return TxIf the data object
*/
org.helpsoft.entity.tx.TxIf getTx(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all tx instances.
*
* @return a collection of TxIf objects.
*/
Collection getTxList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all tx instances.
*
* @param startIndex the start index within the result set (1 = first record);
* any zero/negative values are regarded as 1, and any values greater than or equal to
* the total number of tx instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getTxListSize()</code> = last record),
* any values greater than or equal to the total number of tx instances will cause
* the full set to be returned.
* @return a collection of TxIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getTxList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of tx objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getTxListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return ZkkIf the data object
*/
org.helpsoft.entity.zkk.ZkkIf getZkk(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all zkk instances.
*
* @return a collection of ZkkIf objects.
*/
Collection getZkkList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all zkk instances.
*
* @param startIndex the start index within the result set (1 = first record);
* any zero/negative values are regarded as 1, and any values greater than or equal to
* the total number of zkk instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getZkkListSize()</code> = last record),
* any values greater than or equal to the total number of zkk instances will cause
* the full set to be returned.
* @return a collection of ZkkIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getZkkList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of zkk objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getZkkListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return XfmxIf the data object
*/
org.helpsoft.entity.xfmx.XfmxIf getXfmx(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all xfmx instances.
*
* @return a collection of XfmxIf objects.
*/
Collection getXfmxList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all xfmx instances.
*
* @param startIndex the start index within the result set (1 = first record);
* any zero/negative values are regarded as 1, and any values greater than or equal to
* the total number of xfmx instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getXfmxListSize()</code> = last record),
* any values greater than or equal to the total number of xfmx instances will cause
* the full set to be returned.
* @return a collection of XfmxIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getXfmxList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of xfmx objects in the storage.
* <b>NOTE:</b>If this session fa?ade is configured <b>not</b> to use the FastLaneReader,
* this call will be very computationally wasteful as it will first have to retrieve all entities from
* the entity bean's <code>findAll</code> method.
*
* @return an integer value.
*/
int getXfmxListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified hykh field.
*
* @param hykh the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByHykh(java.lang.String hykh) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified hyxm field.
*
* @param hyxm the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByHyxm(java.lang.String hyxm) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified kdjb field.
*
* @param kdjb the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByKdjb(java.lang.String kdjb) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified dqzt field.
*
* @param dqzt the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByDqzt(java.lang.String dqzt) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified hyjf field.
*
* @param hyjf the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByHyjf(java.lang.String hyjf) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified bz field.
*
* @param bz the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByBz(java.lang.String bz) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified hyxb field.
*
* @param hyxb the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByHyxb(java.lang.String hyxb) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified csrq field.
*
* @param csrq the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByCsrq(java.lang.String csrq) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified dwzy field.
*
* @param dwzy the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByDwzy(java.lang.String dwzy) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified yddh field.
*
* @param yddh the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByYddh(java.lang.String yddh) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified gddh field.
*
* @param gddh the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByGddh(java.lang.String gddh) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified dzyj field.
*
* @param dzyj the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByDzyj(java.lang.String dzyj) throws org.helpsoft.exception.GenericBusinessException;
/**
*
* Retrieves a list of data object for the specified zjlx field.
*
* @param zjlx the field
* @return Collection of HyIf data objects, empty list in case no results were found.
*/
java.util.Collection findHyByZjlx(java.lang.String zjlx) throws org.helpsoft.exception.GenericBusinessException;
/**
*
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -