Uses of Interface
com.bankframe.examples.bo.impl.customer.Customer

Packages that use Customer
com.bankframe.examples.bo.impl.customer   
com.bankframe.examples.bp.customersearch   
 

Uses of Customer in com.bankframe.examples.bo.impl.customer
 

Methods in com.bankframe.examples.bo.impl.customer that return Customer
 Customer CustomerHome.create(java.lang.String ownerId, java.lang.String title, java.lang.String firstName, java.lang.String lastName)
          This method creates a new customer entity instance.
 Customer CustomerHome.findByPrimaryKey(CustomerPK primaryKey)
          This method get a entity instance that is identified by the given primary key.
 

Uses of Customer in com.bankframe.examples.bp.customersearch
 

Methods in com.bankframe.examples.bp.customersearch that return Customer
 Customer CustomerSearchBean.amendCustomer(java.lang.String ownerId, java.lang.String title, java.lang.String firstName, java.lang.String lastName)
          This method amends all the details of the specified customer.
 Customer CustomerSearchBean.getCustomer(java.lang.String ownerId)
          This method retrieves the Customer entity for the specified ownerId.
 Customer CustomerSearch.amendCustomer(java.lang.String ownerId, java.lang.String title, java.lang.String firstName, java.lang.String lastName)
          This method amends all the details of the specified customer.
 Customer CustomerSearch.getCustomer(java.lang.String ownerId)
          This method retrieves the Customer entity for the specified ownerId.
 



Copyright © 2004 Siebel Systems, Inc. All rights reserved.