|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CustomerAddressService
Method Summary | |
---|---|
boolean |
customerAddressActive(String customerNumber,
Integer customerAddressIdentifier)
This method returns true if customer address is active |
boolean |
customerAddressExists(String customerNumber,
Integer customerAddressIdentifier)
This method returns true if customer address exists |
CustomerAddress |
getByPrimaryKey(String customerNumber,
Integer customerAddressIdentifier)
This method returns a customer address by primary key |
Integer |
getNextCustomerAddressIdentifier()
This method gets the next address identifier |
CustomerAddress |
getPrimaryAddress(String customerNumber)
This method returns the CustomerAddress specified as the primary address for a Customer. |
Method Detail |
---|
CustomerAddress getByPrimaryKey(String customerNumber, Integer customerAddressIdentifier)
customerNumber
- customerAddressIdentifier
-
boolean customerAddressExists(String customerNumber, Integer customerAddressIdentifier)
customerNumber
- customerAddressIdentifier
-
Integer getNextCustomerAddressIdentifier()
CustomerAddress getPrimaryAddress(String customerNumber)
customerNumber
-
boolean customerAddressActive(String customerNumber, Integer customerAddressIdentifier)
customerNumber
- customerAddressIdentifier
-
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |