com.ibm.commerce.marketingcenter.objimpl
Interface BIClosedLoopMiningModelHomeBase


public interface BIClosedLoopMiningModelHomeBase

Home interface for Enterprise Bean: BIClosedLoopMiningModel


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright field.
 
Method Summary
 com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModel create(java.lang.Integer segmentationId)
          Creates an instance from a key for Entity Bean: BIClosedLoopMiningModel
 java.util.Enumeration findAllInApplyMember()
          Find all models that are found in the APPLY_MEMBER table.
 com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModel findByPrimaryKey(com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModelKey primaryKey)           Finds an instance using a key for Entity Bean: BIClosedLoopMiningModel
 

Field Detail
public static final java.lang.String COPYRIGHT
IBM Copyright field.
See Also:
Constant Field Values
Method Detail

create

public com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModel create(java.lang.Integer segmentationId)
                                                                        throws javax.ejb.CreateException,
                                                                               java.rmi.RemoteException
Creates an instance from a key for Entity Bean: BIClosedLoopMiningModel
Returns:
com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModel The BIClosedLoopMiningModel created.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findByPrimaryKey

public com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModel findByPrimaryKey(com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModelKey primaryKey)
                                                                                  throws javax.ejb.FinderException,
                                                                                         java.rmi.RemoteException
Finds an instance using a key for Entity Bean: BIClosedLoopMiningModel
Returns:
com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningModel
Throws:
javax.ejb.FinderException - primaryKey
java.rmi.RemoteException

findAllInApplyMember

public java.util.Enumeration findAllInApplyMember()
                                           throws javax.ejb.FinderException,
                                                  java.rmi.RemoteException
Find all models that are found in the APPLY_MEMBER table. SQL: SEGMENTATION_ID IN (SELECT DISTINCT SEGMENTATION_ID FROM APPLY_MEMBER) ORDER BY SEGMENTATION_ID
Returns:
Enumeration The models that are found in the current APPLY_MEMBER table.
Throws:
javax.ejb.FinderException - primaryKey
java.rmi.RemoteException