📄 associatormanageservice.java
字号:
package org.helpsoft.session;
import org.helpsoft.entity.hyklx.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.splb.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import org.helpsoft.entity.hyxf.*;
import org.helpsoft.entity.hy.*;
import org.helpsoft.entity.sp.*;
import java.util.*;
/**
* The <code>AssociatorManageService</code> bean exposes the business methods in the interface.
*
* @author cao guangxin - www.relationinfo.com
*/
public interface AssociatorManageService {
/*******************************************************************************************************************
* B U S I N E S S M E T H O D S
*******************************************************************************************************************/
/*******************************************************************************************************************
* P E R S I S T E N C E M E T H O D S
*******************************************************************************************************************/
/**
* Adds a new hy to the storage.
*
* @param model a data object
* @return HyIf a data object with the primary key
*/
org.helpsoft.entity.hy.HyIf addHy(org.helpsoft.entity.hy.HyIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>HyIf</code>.
*
* @param model the data model to store
*/
void saveHy(org.helpsoft.entity.hy.HyIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a hy.
*
* @param id the unique reference for the hy
*/
void deleteHy(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new hyklx to the storage.
*
* @param model a data object
* @return HyklxIf a data object with the primary key
*/
org.helpsoft.entity.hyklx.HyklxIf addHyklx(org.helpsoft.entity.hyklx.HyklxIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>HyklxIf</code>.
*
* @param model the data model to store
*/
void saveHyklx(org.helpsoft.entity.hyklx.HyklxIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a hyklx.
*
* @param id the unique reference for the hyklx
*/
void deleteHyklx(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new hyxf to the storage.
*
* @param model a data object
* @return HyxfIf a data object with the primary key
*/
org.helpsoft.entity.hyxf.HyxfIf addHyxf(org.helpsoft.entity.hyxf.HyxfIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>HyxfIf</code>.
*
* @param model the data model to store
*/
void saveHyxf(org.helpsoft.entity.hyxf.HyxfIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a hyxf.
*
* @param id the unique reference for the hyxf
*/
void deleteHyxf(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new sp to the storage.
*
* @param model a data object
* @return SpIf a data object with the primary key
*/
org.helpsoft.entity.sp.SpIf addSp(org.helpsoft.entity.sp.SpIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>SpIf</code>.
*
* @param model the data model to store
*/
void saveSp(org.helpsoft.entity.sp.SpIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a sp.
*
* @param id the unique reference for the sp
*/
void deleteSp(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new splb to the storage.
*
* @param model a data object
* @return SplbIf a data object with the primary key
*/
org.helpsoft.entity.splb.SplbIf addSplb(org.helpsoft.entity.splb.SplbIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>SplbIf</code>.
*
* @param model the data model to store
*/
void saveSplb(org.helpsoft.entity.splb.SplbIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a splb.
*
* @param id the unique reference for the splb
*/
void deleteSplb(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new czk to the storage.
*
* @param model a data object
* @return CzkIf a data object with the primary key
*/
org.helpsoft.entity.czk.CzkIf addCzk(org.helpsoft.entity.czk.CzkIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>CzkIf</code>.
*
* @param model the data model to store
*/
void saveCzk(org.helpsoft.entity.czk.CzkIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a czk.
*
* @param id the unique reference for the czk
*/
void deleteCzk(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new tx to the storage.
*
* @param model a data object
* @return TxIf a data object with the primary key
*/
org.helpsoft.entity.tx.TxIf addTx(org.helpsoft.entity.tx.TxIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>TxIf</code>.
*
* @param model the data model to store
*/
void saveTx(org.helpsoft.entity.tx.TxIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a tx.
*
* @param id the unique reference for the tx
*/
void deleteTx(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new zkk to the storage.
*
* @param model a data object
* @return ZkkIf a data object with the primary key
*/
org.helpsoft.entity.zkk.ZkkIf addZkk(org.helpsoft.entity.zkk.ZkkIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>ZkkIf</code>.
*
* @param model the data model to store
*/
void saveZkk(org.helpsoft.entity.zkk.ZkkIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a zkk.
*
* @param id the unique reference for the zkk
*/
void deleteZkk(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Adds a new xfmx to the storage.
*
* @param model a data object
* @return XfmxIf a data object with the primary key
*/
org.helpsoft.entity.xfmx.XfmxIf addXfmx(org.helpsoft.entity.xfmx.XfmxIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Stores the <code>XfmxIf</code>.
*
* @param model the data model to store
*/
void saveXfmx(org.helpsoft.entity.xfmx.XfmxIf model) throws org.helpsoft.exception.GenericBusinessException;
/**
* Removes a xfmx.
*
* @param id the unique reference for the xfmx
*/
void deleteXfmx(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return HyIf the data object
*/
org.helpsoft.entity.hy.HyIf getHy(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all hy instances.
*
* @return a collection of HyIf objects.
*/
Collection getHyList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all hy 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 hy instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getHyListSize()</code> = last record),
* any values greater than or equal to the total number of hy instances will cause
* the full set to be returned.
* @return a collection of HyIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getHyList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of hy 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 getHyListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return HyklxIf the data object
*/
org.helpsoft.entity.hyklx.HyklxIf getHyklx(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all hyklx instances.
*
* @return a collection of HyklxIf objects.
*/
Collection getHyklxList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all hyklx 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 hyklx instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getHyklxListSize()</code> = last record),
* any values greater than or equal to the total number of hyklx instances will cause
* the full set to be returned.
* @return a collection of HyklxIf objects, of size <code>(endIndex - startIndex)</code>.
* throws GenericBusinessException if the chosen underlying data-retrieval mechanism does not support returning partial result sets.
*/
Collection getHyklxList(int startIndex, int endIndex) throws org.helpsoft.exception.GenericBusinessException;
/**
* Obtains the total number of hyklx 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 getHyklxListSize() throws org.helpsoft.exception.GenericBusinessException;
/**
* Retrieves a data object from the storage by its primary key.
*
* @param id the unique reference
* @return HyxfIf the data object
*/
org.helpsoft.entity.hyxf.HyxfIf getHyxf(java.lang.String id) throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a collection of all hyxf instances.
*
* @return a collection of HyxfIf objects.
*/
Collection getHyxfList() throws org.helpsoft.exception.GenericBusinessException;
/**
* Returns a subset of all hyxf 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 hyxf instances will simply return an empty set.
* @param endIndex the end index within the result set (<code>getHyxfListSize()</code> = last record),
* any values greater than or equal to the total number of hyxf instances will cause
* the full set to be returned.
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -