package com.idega.core.location.data; public interface AddressTypeHome extends com.idega.data.IDOHome { public AddressType create() throws javax.ejb.CreateException; public AddressType createLegacy(); public AddressType findByPrimaryKey(Object pk) throws javax.ejb.FinderException; public AddressType findByPrimaryKey(int id) throws javax.ejb.FinderException; public AddressType findByPrimaryKeyLegacy(int id) throws java.sql.SQLException; public AddressType findAddressType2()throws javax.ejb.FinderException; public AddressType findAddressType1()throws javax.ejb.FinderException; }