org.opencrx.application.shop1.cci2
Interface UpdateCustomerParams

All Known Subinterfaces:
UpdateCustomerParams

public interface UpdateCustomerParams


Nested Class Summary
static class UpdateCustomerParams.Member
          The structure's members
 
Method Summary
 CustomerT getCustomer()
          Retrieves the value for the structure field customer.
 Boolean isUpdateAddressData()
          Retrieves the value for the optional structure field updateAddressData.
 Boolean isUpdateBookmarks()
          Retrieves the value for the optional structure field updateBookmarks.
 Boolean isUpdateGenericData()
          Retrieves the value for the optional structure field updateGenericData.
 Boolean isUpdateHobbyAndInterestData()
          Retrieves the value for the optional structure field updateHobbyAndInterestData.
 Boolean isUpdateMainData()
          Retrieves the value for the optional structure field updateMainData.
 

Method Detail

getCustomer

CustomerT getCustomer()
Retrieves the value for the structure field customer.

Returns:
The non-null value for structure field customer.

isUpdateAddressData

Boolean isUpdateAddressData()
Retrieves the value for the optional structure field updateAddressData.

Returns:
The possibly null value for structure field updateAddressData.

isUpdateBookmarks

Boolean isUpdateBookmarks()
Retrieves the value for the optional structure field updateBookmarks.

Returns:
The possibly null value for structure field updateBookmarks.

isUpdateGenericData

Boolean isUpdateGenericData()
Retrieves the value for the optional structure field updateGenericData.

Returns:
The possibly null value for structure field updateGenericData.

isUpdateHobbyAndInterestData

Boolean isUpdateHobbyAndInterestData()
Retrieves the value for the optional structure field updateHobbyAndInterestData.

Returns:
The possibly null value for structure field updateHobbyAndInterestData.

isUpdateMainData

Boolean isUpdateMainData()
Retrieves the value for the optional structure field updateMainData.

Returns:
The possibly null value for structure field updateMainData.


This software is published under the BSD license. Copyright © 2003-2010, CRIXP AG, Switzerland, All rights reserved. Use is subject to license terms.