PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD
 

StaicDiagram
Class CustomerProxy

public class CustomerProxy
 
Links:
Dependency Dependency20 from CustomerProxy to DAOFactory
to Class20 DAOFactory
 

Method Summary
public Customer
getCustomer(String customerId)
public void
save(Customer customer)





Method Detail

getCustomer
public Customer getCustomer (String customerId)
 
Full name:
StaicDiagram.CustomerProxy.getCustomer
Notation:
+ getCustomer (customerId: String) : Customer
Parameter:
customerId: String
Public.
Return Type:
Customer
 

save
public void save (Customer customer)
 
Full name:
StaicDiagram.CustomerProxy.save
Notation:
+ save (customer: Customer) : void
Parameter:
customer: Customer
Public.
Return Type:
void
 

PREV CLASS NEXT CLASS
SUMMARY: INNER | FIELD | CONSTR | METHODDETAIL: FIELD | CONSTR | METHOD