com.ibm.commerce.marketingcenter.objimpl
Interface BIClosedLoopMiningMemberResultsHomeBase


public interface BIClosedLoopMiningMemberResultsHomeBase

Home interface for Enterprise Bean: BIClosedLoopMiningMemberResults


Field Summary
static java.lang.String COPYRIGHT
          IBM Copyright field.
 
Method Summary
 com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResults create(java.lang.Integer segmentationId, java.lang.Long subId, java.lang.Long memberId)
          Creates an instance from a key for Entity Bean: BIClosedLoopMiningMemberResults
 java.util.Enumeration findAll()
          Finds all the enties in the APPLY_MEMBER table
 com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResults findByPrimaryKey(com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResultsKey primaryKey)
          Finds an instance using a key for Entity Bean: BIClosedLoopMiningMemberResults
 java.util.Enumeration findByScore(java.lang.Integer segmentationId, java.lang.Integer segmentIndex, java.lang.Double score)           Finds all the entries in the APPLY_MEMBER table that meet the parameters, having at least the specified score EJBQL: select e from BIClosedLoopMiningMemberResultsBean e where e.segmentationId = ?1 and e.segmentIndex = ?2 and e.score >= ?3
 

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.BIClosedLoopMiningMemberResults create(java.lang.Integer segmentationId,
                                                                                       java.lang.Long subId,
                                                                                       java.lang.Long memberId)
                                                                                throws javax.ejb.CreateException,
                                                                                       java.rmi.RemoteException
Creates an instance from a key for Entity Bean: BIClosedLoopMiningMemberResults
Returns:
com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResults The BIClosedLoopMiningMemberResults created.
Throws:
javax.ejb.CreateException
java.rmi.RemoteException

findByPrimaryKey

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

findAll

public java.util.Enumeration findAll()
                              throws javax.ejb.FinderException,
                                     java.rmi.RemoteException
Finds all the enties in the APPLY_MEMBER table
Returns:
Enumeration The list of APPLY_MEMBER rows
Throws:
javax.ejb.FinderException
java.rmi.RemoteException

findByScore

public java.util.Enumeration findByScore(java.lang.Integer segmentationId,
                                         java.lang.Integer segmentIndex,
                                         java.lang.Double score)
                                  throws javax.ejb.FinderException,
                                         java.rmi.RemoteException
Finds all the entries in the APPLY_MEMBER table that meet the parameters, having at least the specified score EJBQL: select e from BIClosedLoopMiningMemberResultsBean e where e.segmentationId = ?1 and e.segmentIndex = ?2 and e.score >= ?3
Returns:
Enumeration The list of APPLY_MEMBER rows which meet the specified criteria.
Throws:
javax.ejb.FinderException
java.rmi.RemoteException