org.opencrx.application.shop1.cci2
Interface GetProductPricesResult

All Known Subinterfaces:
GetProductPricesResult

public interface GetProductPricesResult


Nested Class Summary
static class GetProductPricesResult.Member
          The structure's members
 
Method Summary
<T extends ProductPriceListT>
List<T>
getProductPriceList()
          Retrieves a list containing all the elements for the structure field productPriceList.
 ReturnStatusT getStatus()
          Retrieves the value for the structure field status.
 

Method Detail

getProductPriceList

<T extends ProductPriceListT> List<T> getProductPriceList()
Retrieves a list containing all the elements for the structure field productPriceList.

Returns:
A list containing all elements for this structure field.

getStatus

ReturnStatusT getStatus()
Retrieves the value for the structure field status.

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


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