public interface PlatformLocalHome
extends javax.ejb.EJBLocalHome
| Modifier and Type | Method and Description |
|---|---|
PlatformLocal |
create(Integer primaryKey) |
PlatformLocal |
create(PlatformPk primaryKey) |
PlatformLocal |
findByPrimaryKey(Integer primaryKey) |
PlatformLocal |
findByPrimaryKey(PlatformPk primaryKey) |
PlatformLocal create(Integer primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionPlatformLocal create(PlatformPk primaryKey) throws javax.ejb.CreateException
javax.ejb.CreateExceptionPlatformLocal findByPrimaryKey(Integer primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionPlatformLocal findByPrimaryKey(PlatformPk primaryKey) throws javax.ejb.FinderException
javax.ejb.FinderExceptionCopyright © 1999–2017 The Apache Software Foundation. All rights reserved.