public interface LicenseLocalHome
extends javax.ejb.EJBLocalHome
| Modifier and Type | Method and Description |
|---|---|
LicenseLocal |
create(Integer field1) |
LicenseLocal |
create(LicensePk primaryKey) |
LicenseLocal |
findByPrimaryKey(Integer primaryKey) |
LicenseLocal |
findByPrimaryKey(LicensePk primaryKey) |
LicenseLocal create(Integer field1) throws javax.ejb.CreateException
javax.ejb.CreateExceptionLicenseLocal create(LicensePk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionLicenseLocal findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionLicenseLocal findByPrimaryKey(LicensePk primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.