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
Method Detail |
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
public com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResults findByPrimaryKey(com.ibm.commerce.marketingcenter.objects.BIClosedLoopMiningMemberResultsKey primaryKey) throws javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findAll() throws javax.ejb.FinderException, java.rmi.RemoteException
public java.util.Enumeration findByScore(java.lang.Integer segmentationId, java.lang.Integer segmentIndex, java.lang.Double score) throws javax.ejb.FinderException, java.rmi.RemoteException
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.