is.idega.idegaweb.golf.entity
Interface UnionMemberInfoHome

All Superinterfaces:
javax.ejb.EJBLocalHome, com.idega.data.IDOHome
All Known Implementing Classes:
UnionMemberInfoHomeImpl

public interface UnionMemberInfoHome
extends com.idega.data.IDOHome


Method Summary
 UnionMemberInfo create()
           
 UnionMemberInfo createLegacy()
           
 java.util.Collection<UnionMemberInfo> findAll(java.util.Collection<java.lang.String> unionIds, java.lang.Character memberStatus)
           
 UnionMemberInfo findByPrimaryKey(int id)
           
 UnionMemberInfo findByPrimaryKey(java.lang.Object pk)
           
 UnionMemberInfo findByPrimaryKeyLegacy(int id)
           
 java.util.Collection<UnionMemberInfo> findByPrimaryKeys(java.util.Collection<?> primaryKeys)
           
 java.util.Collection<UnionMemberInfo> getUnionMemberInfo(int start, int max)
           
 
Methods inherited from interface com.idega.data.IDOHome
createIDO, decode, decode, findByPrimaryKeyCollection, findByPrimaryKeyIDO, getDatasource, getEntityCollectionForPrimaryKeys, setDatasource, setDatasource
 
Methods inherited from interface javax.ejb.EJBLocalHome
remove
 

Method Detail

create

UnionMemberInfo create()
                       throws javax.ejb.CreateException
Throws:
javax.ejb.CreateException

createLegacy

UnionMemberInfo createLegacy()

findByPrimaryKey

UnionMemberInfo findByPrimaryKey(int id)
                                 throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKey

UnionMemberInfo findByPrimaryKey(java.lang.Object pk)
                                 throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findByPrimaryKeyLegacy

UnionMemberInfo findByPrimaryKeyLegacy(int id)
                                       throws java.sql.SQLException
Throws:
java.sql.SQLException

getUnionMemberInfo

java.util.Collection<UnionMemberInfo> getUnionMemberInfo(int start,
                                                         int max)

findAll

java.util.Collection<UnionMemberInfo> findAll(java.util.Collection<java.lang.String> unionIds,
                                              java.lang.Character memberStatus)
Parameters:
unionIds - is Collection of EJBLocalObject.getPrimaryKey() to search by, skipped if null;
memberStatus - is one of:
  • 'A': active
  • 'I': inactive
  • 'H': on hold
  • Returns:
    entities by criteria or Collections.emptyList() on failure;

    findByPrimaryKeys

    java.util.Collection<UnionMemberInfo> findByPrimaryKeys(java.util.Collection<?> primaryKeys)
    Parameters:
    primaryKeys - is Collection of EJBLocalObject.getPrimaryKey() to search by, not null;
    Returns:
    entities by primary keys or Collections.emptyList() on failure;


    Copyright © 2000-2014 idega software. All Rights Reserved.