CustomerAvailabilityOperations Class

Implements

public class CustomerAvailabilityOperations extends BasePartnerComponent<QuadrupleTuple<String,String,String,String>> implements IAvailability

Single customer availability operations implementation.

Constructor Summary

Constructor Description
CustomerAvailabilityOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId, String availabilityId)

Initializes a new instance of the CustomerAvailabilityOperations class.

Method Summary

Modifier and Type Method and Description
Availability get()

Retrieves the availability information.

Inherited Members

BasePartnerComponent<TContext>.getContext() BasePartnerComponent<TContext>.getPartner() java.lang.Object.clone() java.lang.Object.equals(java.lang.Object) java.lang.Object.finalize() java.lang.Object.getClass() java.lang.Object.hashCode() java.lang.Object.notify() java.lang.Object.notifyAll() java.lang.Object.toString() java.lang.Object.wait() java.lang.Object.wait(long) java.lang.Object.wait(long,int)

Constructor Details

CustomerAvailabilityOperations

public CustomerAvailabilityOperations(IPartner rootPartnerOperations, String customerId, String productId, String skuId, String availabilityId)

Initializes a new instance of the CustomerAvailabilityOperations class.

Parameters:

rootPartnerOperations - The root partner operations instance.
customerId - Identifier for the customer.
productId - Identifier for the product.
skuId - Identifier for the SKU.
availabilityId - Identifier for the availability.

Method Details

get

public Availability get()

Retrieves the availability information.

Returns:

The availability information.

Applies to