ICustomerProfile<T> Interface
Type Parameters
- T
Implements
public interface ICustomerProfile<T> extends ICustomerReadonlyProfile<T>, IEntityUpdateOperations<T>
Encapsulates a single customer profile behavior. The type of the customer profile.
Method Summary
| Modifier and Type | Method and Description |
|---|---|
| abstract T |
update(T customerProfile)
Updates the customer profile. |
Method Details
update
public abstract T update(T customerProfile)
Updates the customer profile.
Parameters:
customerProfile
- The customer profile information.
Returns:
The updated customer profile.