| java.lang.Object dataregistry.VendorPartBean
VendorPartBean | abstract public class VendorPartBean implements EntityBean,VendorPartLocalBusiness(Code) | | This is the bean class for the VendorPartBean enterprise bean.
|
Method Summary | |
public void | ejbActivate() | public Object | ejbCreate(String description, Double price, PartLocal partBean, VendorLocal vendorId) | public Object | ejbCreate(String description, double price, PartLocal part) | public Double | ejbHomeGetAvgPrice() | public Double | ejbHomeGetTotalPricePerVendor(int vendorId) | public void | ejbLoad() | public void | ejbPassivate() | public void | ejbPostCreate(String description, Double price, PartLocal partBean, VendorLocal vendorId) | public void | ejbPostCreate(String description, double price, PartLocal part) | public void | ejbRemove() | abstract public Double | ejbSelectAvgPrice() | abstract public Double | ejbSelectTotalPricePerVendor(int vendorId) | public void | ejbStore() | abstract public String | getDescription() | abstract public Collection | getLineitemBean() | abstract public PartLocal | getPartBean() | abstract public Double | getPrice() | abstract public VendorLocal | getVendor() | abstract public void | setDescription(String description) | public void | setEntityContext(EntityContext aContext) | abstract public void | setLineitemBean(Collection lineitemBean) | abstract public void | setPartBean(PartLocal partBean) | abstract public void | setPrice(Double price) | abstract public void | setVendor(VendorLocal vendor) | public void | unsetEntityContext() |
ejbActivate | public void ejbActivate()(Code) | | See Also: EntityBean.ejbActivate |
ejbHomeGetAvgPrice | public Double ejbHomeGetAvgPrice() throws FinderException(Code) | | |
ejbHomeGetTotalPricePerVendor | public Double ejbHomeGetTotalPricePerVendor(int vendorId) throws FinderException(Code) | | |
ejbLoad | public void ejbLoad()(Code) | | See Also: EntityBean.ejbLoad |
ejbPassivate | public void ejbPassivate()(Code) | | See Also: EntityBean.ejbPassivate |
ejbPostCreate | public void ejbPostCreate(String description, double price, PartLocal part) throws CreateException(Code) | | |
ejbRemove | public void ejbRemove()(Code) | | See Also: EntityBean.ejbRemove |
ejbSelectAvgPrice | abstract public Double ejbSelectAvgPrice() throws FinderException(Code) | | |
ejbSelectTotalPricePerVendor | abstract public Double ejbSelectTotalPricePerVendor(int vendorId) throws FinderException(Code) | | |
ejbStore | public void ejbStore()(Code) | | See Also: EntityBean.ejbStore |
setDescription | abstract public void setDescription(String description)(Code) | | |
setEntityContext | public void setEntityContext(EntityContext aContext)(Code) | | See Also: EntityBean.setEntityContext(EntityContext) |
setLineitemBean | abstract public void setLineitemBean(Collection lineitemBean)(Code) | | |
unsetEntityContext | public void unsetEntityContext()(Code) | | See Also: EntityBean.unsetEntityContext |
|
|