is.idega.idegaweb.golf.entity
Interface StartingtimeFieldConfigHome

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

public interface StartingtimeFieldConfigHome
extends com.idega.data.IDOHome


Method Summary
 StartingtimeFieldConfig create()
           
 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)
           
 
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

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

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findAllActiveTeetimeFieldConfigurations

java.util.Collection findAllActiveTeetimeFieldConfigurations(com.idega.util.IWTimestamp date)
                                                             throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException

findAll

java.util.Collection<StartingtimeFieldConfig> findAll(java.lang.Integer fieldId,
                                                      java.sql.Date day)
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

java.util.Collection<StartingtimeFieldConfig> findAll(java.lang.Integer fieldId,
                                                      java.sql.Date dayFrom,
                                                      java.sql.Date dayTo)
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

java.util.Collection<StartingtimeFieldConfig> findAllNewest(java.lang.Integer fieldId,
                                                            java.sql.Date dayFrom,
                                                            java.sql.Date dayTo)
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.