is.idega.idegaweb.golf.entity
Interface ZipCodeHome

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

public interface ZipCodeHome
extends com.idega.data.IDOHome


Method Summary
 ZipCode create()
           
 ZipCode createLegacy()
           
 ZipCode findByCode(java.lang.String p0)
           
 ZipCode findByPrimaryKey(int id)
           
 ZipCode findByPrimaryKey(java.lang.Object pk)
           
 ZipCode 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

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

createLegacy

ZipCode createLegacy()

findByPrimaryKey

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

findByPrimaryKey

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

findByPrimaryKeyLegacy

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

findByCode

ZipCode findByCode(java.lang.String p0)
                   throws javax.ejb.FinderException
Throws:
javax.ejb.FinderException


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