is.idega.idegaweb.golf.entity
Class UnionMemberInfoHomeImpl

java.lang.Object
  extended by com.idega.data.IDOFactory
      extended by is.idega.idegaweb.golf.entity.UnionMemberInfoHomeImpl
All Implemented Interfaces:
com.idega.data.IDOHome, UnionMemberInfoHome, java.io.Serializable, javax.ejb.EJBLocalHome

public class UnionMemberInfoHomeImpl
extends com.idega.data.IDOFactory
implements UnionMemberInfoHome

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.idega.data.IDOFactory
dataSource
 
Constructor Summary
UnionMemberInfoHomeImpl()
           
 
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)
           
protected  java.lang.Class getEntityInterfaceClass()
           
 java.util.Collection<UnionMemberInfo> getUnionMemberInfo(int start, int max)
           
 
Methods inherited from class com.idega.data.IDOFactory
createEntity, createIDO, decode, decode, findByPrimaryKeyCollection, findByPrimaryKeyIDO, findByPrimaryKeyIDO, findSubTypeByPrimaryKeyIDO, findSubTypesByPrimaryKeysIDO, getDatasource, getEntityBeanClass, getEntityCollectionForPrimaryKeys, getEntitySetForPrimaryKeys, getHomesForSubtypes, getHomesForSubtypes, idoCheckInPooledEntity, idoCheckOutPooledEntity, idoCreate, idoCreate, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, idoFindByPrimaryKey, remove, setDatasource, setDatasource
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
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
 

Constructor Detail

UnionMemberInfoHomeImpl

public UnionMemberInfoHomeImpl()
Method Detail

getEntityInterfaceClass

protected java.lang.Class getEntityInterfaceClass()
Specified by:
getEntityInterfaceClass in class com.idega.data.IDOFactory

create

public UnionMemberInfo create()
                       throws javax.ejb.CreateException
Specified by:
create in interface UnionMemberInfoHome
Throws:
javax.ejb.CreateException

createLegacy

public UnionMemberInfo createLegacy()
Specified by:
createLegacy in interface UnionMemberInfoHome

findByPrimaryKey

public UnionMemberInfo findByPrimaryKey(int id)
                                 throws javax.ejb.FinderException
Specified by:
findByPrimaryKey in interface UnionMemberInfoHome
Throws:
javax.ejb.FinderException

findByPrimaryKey

public UnionMemberInfo findByPrimaryKey(java.lang.Object pk)
Specified by:
findByPrimaryKey in interface UnionMemberInfoHome

findAll

public java.util.Collection<UnionMemberInfo> findAll(java.util.Collection<java.lang.String> unionIds,
                                                     java.lang.Character memberStatus)
Specified by:
findAll in interface UnionMemberInfoHome
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

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

    findByPrimaryKeyLegacy

    public UnionMemberInfo findByPrimaryKeyLegacy(int id)
                                           throws java.sql.SQLException
    Specified by:
    findByPrimaryKeyLegacy in interface UnionMemberInfoHome
    Throws:
    java.sql.SQLException

    getUnionMemberInfo

    public java.util.Collection<UnionMemberInfo> getUnionMemberInfo(int start,
                                                                    int max)
    Specified by:
    getUnionMemberInfo in interface UnionMemberInfoHome


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