is.idega.idegaweb.golf.entity
Class StartingtimeFieldConfigHomeImpl

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

public class StartingtimeFieldConfigHomeImpl
extends com.idega.data.IDOFactory
implements StartingtimeFieldConfigHome

See Also:
Serialized Form

Field Summary
 
Fields inherited from class com.idega.data.IDOFactory
dataSource
 
Constructor Summary
StartingtimeFieldConfigHomeImpl()
           
 
Method Summary
 StartingtimeFieldConfig create()
           
 StartingtimeFieldConfig createLegacy()
           
 java.util.Collection<StartingtimeFieldConfig> findAll(java.lang.Integer fieldId, java.sql.Date day)
           
 java.util.Collection<StartingtimeFieldConfig> findAll(java.lang.Integer fieldId, java.sql.Date dayFrom, java.sql.Date dayTo)
           
 java.util.Collection findAllActiveTeetimeFieldConfigurations(com.idega.util.IWTimestamp date)
           
 java.util.Collection<StartingtimeFieldConfig> findAllNewest(java.lang.Integer fieldId, java.sql.Date dayFrom, java.sql.Date dayTo)
           
 StartingtimeFieldConfig findByPrimaryKey(int id)
           
 StartingtimeFieldConfig findByPrimaryKey(java.lang.Object pk)
           
 StartingtimeFieldConfig findByPrimaryKeyLegacy(int id)
           
 java.lang.Class getEntityInterfaceClass()
           
 
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

StartingtimeFieldConfigHomeImpl

public StartingtimeFieldConfigHomeImpl()
Method Detail

getEntityInterfaceClass

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

create

public StartingtimeFieldConfig create()
                               throws javax.ejb.CreateException
Specified by:
create in interface StartingtimeFieldConfigHome
Throws:
javax.ejb.CreateException

findByPrimaryKey

public StartingtimeFieldConfig findByPrimaryKey(java.lang.Object pk)
                                         throws javax.ejb.FinderException
Specified by:
findByPrimaryKey in interface StartingtimeFieldConfigHome
Throws:
javax.ejb.FinderException

createLegacy

public StartingtimeFieldConfig createLegacy()

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findAllActiveTeetimeFieldConfigurations

public java.util.Collection findAllActiveTeetimeFieldConfigurations(com.idega.util.IWTimestamp date)
                                                             throws javax.ejb.FinderException
Specified by:
findAllActiveTeetimeFieldConfigurations in interface StartingtimeFieldConfigHome
Throws:
javax.ejb.FinderException

findAll

public java.util.Collection<StartingtimeFieldConfig> findAll(java.lang.Integer fieldId,
                                                             java.sql.Date day)
Specified by:
findAll in interface StartingtimeFieldConfigHome
Parameters:
fieldId - is EJBLocalObject.getPrimaryKey(), skipped if null;
day - is StartingtimeFieldConfig.getBeginDate(), skipped if null;
Returns:
entities by criteria, all entities if no criteria and Collections.emptyList() on failure;

findAll

public java.util.Collection<StartingtimeFieldConfig> findAll(java.lang.Integer fieldId,
                                                             java.sql.Date dayFrom,
                                                             java.sql.Date dayTo)
Specified by:
findAll in interface StartingtimeFieldConfigHome
Parameters:
fieldId - is EJBLocalObject.getPrimaryKey(), skipped if null;
dayFrom - is floor of StartingtimeFieldConfig.getBeginDate(), skipped if null;
dayTo - is ceiling of StartingtimeFieldConfig.getBeginDate(), skipped if null;
Returns:
entities by criteria, all entities if no criteria and Collections.emptyList() on failure;

findAllNewest

public java.util.Collection<StartingtimeFieldConfig> findAllNewest(java.lang.Integer fieldId,
                                                                   java.sql.Date dayFrom,
                                                                   java.sql.Date dayTo)
Specified by:
findAllNewest in interface StartingtimeFieldConfigHome
Parameters:
fieldId - is EJBLocalObject.getPrimaryKey(), skipped if null;
dayFrom - is floor of StartingtimeFieldConfig.getBeginDate(), skipped if null;
dayTo - is ceiling of StartingtimeFieldConfig.getBeginDate(), skipped if null;
Returns:
entities by criteria or all entities if no criteria and filtered by latest StartingtimeFieldConfig.getBeginDate() and Collections.emptyList() on failure;


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