|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.idega.data.IDOFactory
is.idega.idegaweb.golf.entity.UnionMemberInfoHomeImpl
public class UnionMemberInfoHomeImpl
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 |
---|
public UnionMemberInfoHomeImpl()
Method Detail |
---|
protected java.lang.Class getEntityInterfaceClass()
getEntityInterfaceClass
in class com.idega.data.IDOFactory
public UnionMemberInfo create() throws javax.ejb.CreateException
create
in interface UnionMemberInfoHome
javax.ejb.CreateException
public UnionMemberInfo createLegacy()
createLegacy
in interface UnionMemberInfoHome
public UnionMemberInfo findByPrimaryKey(int id) throws javax.ejb.FinderException
findByPrimaryKey
in interface UnionMemberInfoHome
javax.ejb.FinderException
public UnionMemberInfo findByPrimaryKey(java.lang.Object pk)
findByPrimaryKey
in interface UnionMemberInfoHome
public java.util.Collection<UnionMemberInfo> findAll(java.util.Collection<java.lang.String> unionIds, java.lang.Character memberStatus)
findAll
in interface UnionMemberInfoHome
unionIds
- is Collection
of EJBLocalObject.getPrimaryKey()
to search by, skipped if null
;memberStatus
- is one of:
Collections.emptyList()
on failure;public java.util.Collection<UnionMemberInfo> findByPrimaryKeys(java.util.Collection<?> primaryKeys)
findByPrimaryKeys
in interface UnionMemberInfoHome
primaryKeys
- is Collection
of EJBLocalObject.getPrimaryKey()
to search by, not null
;
Collections.emptyList()
on failure;public UnionMemberInfo findByPrimaryKeyLegacy(int id) throws java.sql.SQLException
findByPrimaryKeyLegacy
in interface UnionMemberInfoHome
java.sql.SQLException
public java.util.Collection<UnionMemberInfo> getUnionMemberInfo(int start, int max)
getUnionMemberInfo
in interface UnionMemberInfoHome
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |