Skip to content

Commit

Permalink
Merge pull request #133 from bhewett/master
Browse files Browse the repository at this point in the history
Final 1.17 code generated build
  • Loading branch information
Bob Hewett committed Jun 3, 2015
2 parents 710aa8a + 19680e7 commit 2b7fd05
Show file tree
Hide file tree
Showing 88 changed files with 3,596 additions and 609 deletions.
2,887 changes: 2,724 additions & 163 deletions mozu-java-core/ChangeLog.txt

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion mozu-java-core/src/main/java/com/mozu/api/Version.java
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@

public class Version
{
public final static String API_VERSION = "1.17.15134.1";
public final static String API_VERSION = "1.17.15154.0";
}
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
import com.mozu.api.security.AuthTicket;
import org.apache.commons.lang.StringUtils;
/** <summary>
*
* commerce/carts/cartextendedproperties related resources. DOCUMENT_HERE
* </summary>
*/
public class ExtendedPropertyClient {

/**
*
* carts-cartextendedproperties Get GetExtendedProperties description DOCUMENT_HERE
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>> mozuClient=GetExtendedPropertiesClient();
* client.setBaseAddress(url);
Expand All @@ -44,14 +44,14 @@ public static MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.Ex
}

/**
*
* carts-cartextendedproperties Post AddExtendedProperties description DOCUMENT_HERE
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>> mozuClient=AddExtendedPropertiesClient( extendedProperties);
* client.setBaseAddress(url);
* client.executeRequest();
* ExtendedProperty extendedProperty = client.Result();
* </code></pre></p>
* @param extendedProperties
* @param extendedProperties Mozu.CommerceRuntime.Contracts.Commerce.ExtendedProperty ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>>
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
Expand All @@ -70,15 +70,15 @@ public static MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.Ex
}

/**
*
* carts-cartextendedproperties Put UpdateExtendedProperty description DOCUMENT_HERE
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty> mozuClient=UpdateExtendedPropertyClient( extendedProperty, key);
* client.setBaseAddress(url);
* client.executeRequest();
* ExtendedProperty extendedProperty = client.Result();
* </code></pre></p>
* @param key
* @param extendedProperty
* @param extendedProperty Mozu.CommerceRuntime.Contracts.Commerce.ExtendedProperty ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
Expand All @@ -89,17 +89,17 @@ public static MozuClient<com.mozu.api.contracts.commerceruntime.commerce.Extende
}

/**
*
* carts-cartextendedproperties Put UpdateExtendedProperty description DOCUMENT_HERE
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty> mozuClient=UpdateExtendedPropertyClient( extendedProperty, key, upsert, responseFields);
* client.setBaseAddress(url);
* client.executeRequest();
* ExtendedProperty extendedProperty = client.Result();
* </code></pre></p>
* @param key
* @param responseFields
* @param responseFields A list or array of fields returned for a call. These fields may be customized and may be used for various types of data calls in Mozu. For example, responseFields are returned for retrieving or updating attributes, carts, and messages in Mozu.
* @param upsert
* @param extendedProperty
* @param extendedProperty Mozu.CommerceRuntime.Contracts.Commerce.ExtendedProperty ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
Expand All @@ -118,14 +118,14 @@ public static MozuClient<com.mozu.api.contracts.commerceruntime.commerce.Extende
}

/**
*
* carts-cartextendedproperties Put UpdateExtendedProperties description DOCUMENT_HERE
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>> mozuClient=UpdateExtendedPropertiesClient( extendedProperties);
* client.setBaseAddress(url);
* client.executeRequest();
* ExtendedProperty extendedProperty = client.Result();
* </code></pre></p>
* @param extendedProperties
* @param extendedProperties Mozu.CommerceRuntime.Contracts.Commerce.ExtendedProperty ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>>
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
Expand All @@ -136,15 +136,15 @@ public static MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.Ex
}

/**
*
* carts-cartextendedproperties Put UpdateExtendedProperties description DOCUMENT_HERE
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>> mozuClient=UpdateExtendedPropertiesClient( extendedProperties, upsert);
* client.setBaseAddress(url);
* client.executeRequest();
* ExtendedProperty extendedProperty = client.Result();
* </code></pre></p>
* @param upsert
* @param extendedProperties
* @param extendedProperties Mozu.CommerceRuntime.Contracts.Commerce.ExtendedProperty ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty>>
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
* @see com.mozu.api.contracts.commerceruntime.commerce.ExtendedProperty
Expand All @@ -163,7 +163,7 @@ public static MozuClient<List<com.mozu.api.contracts.commerceruntime.commerce.Ex
}

/**
*
* carts-cartextendedproperties Delete DeleteExtendedProperties description DOCUMENT_HERE
* <p><pre><code>
* MozuClient mozuClient=DeleteExtendedPropertiesClient( keys);
* client.setBaseAddress(url);
Expand All @@ -186,7 +186,7 @@ public static MozuClient deleteExtendedPropertiesClient(List<String> keys) throw
}

/**
*
* carts-cartextendedproperties Delete DeleteExtendedProperty description DOCUMENT_HERE
* <p><pre><code>
* MozuClient mozuClient=DeleteExtendedPropertyClient( key);
* client.setBaseAddress(url);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@
import com.mozu.api.security.AuthTicket;
import org.apache.commons.lang.StringUtils;
/** <summary>
*
* Allows you to temporarily hold a product from inventory while a shopper is filling out payment information. You create a product reservation when a shopper proceeds to check out and then release the reservation when the order process is complete.
* </summary>
*/
public class SoftAllocationClient {

/**
*
* Retrieves a list of sof allocations according to any specified filter criteria and sort options.
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.productadmin.SoftAllocationCollection> mozuClient=GetSoftAllocationsClient();
* client.setBaseAddress(url);
Expand All @@ -38,18 +38,18 @@ public static MozuClient<com.mozu.api.contracts.productadmin.SoftAllocationColle
}

/**
*
* Retrieves a list of sof allocations according to any specified filter criteria and sort options.
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.productadmin.SoftAllocationCollection> mozuClient=GetSoftAllocationsClient( startIndex, pageSize, sortBy, filter, responseFields);
* client.setBaseAddress(url);
* client.executeRequest();
* SoftAllocationCollection softAllocationCollection = client.Result();
* </code></pre></p>
* @param filter
* @param pageSize
* @param responseFields
* @param sortBy
* @param startIndex
* @param filter A set of filter expressions representing the search parameters for a query: eq=equals, ne=not equals, gt=greater than, lt = less than or equals, gt = greater than or equals, lt = less than or equals, sw = starts with, or cont = contains. Optional.
* @param pageSize The number of results to display on each page when creating paged results from a query. The amount is divided and displayed on the `pageCount `amount of pages. The default is 20 and maximum value is 200 per page.
* @param responseFields A list or array of fields returned for a call. These fields may be customized and may be used for various types of data calls in Mozu. For example, responseFields are returned for retrieving or updating attributes, carts, and messages in Mozu.
* @param sortBy The element to sort the results by and the channel in which the results appear. Either ascending (a-z) or descending (z-a) channel. Optional.
* @param startIndex When creating paged results from a query, this value indicates the zero-based offset in the complete result set where the returned entities begin. For example, with a `pageSize `of 25, to get the 51st through the 75th items, use `startIndex=3`.
* @param dataViewMode DataViewMode
* @return Mozu.Api.MozuClient <com.mozu.api.contracts.productadmin.SoftAllocationCollection>
* @see com.mozu.api.contracts.productadmin.SoftAllocationCollection
Expand All @@ -67,7 +67,7 @@ public static MozuClient<com.mozu.api.contracts.productadmin.SoftAllocationColle
}

/**
*
* Retrieves the details of a soft allocation.
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.productadmin.SoftAllocation> mozuClient=GetSoftAllocationClient( softAllocationId);
* client.setBaseAddress(url);
Expand All @@ -85,14 +85,14 @@ public static MozuClient<com.mozu.api.contracts.productadmin.SoftAllocation> get
}

/**
*
* Retrieves the details of a soft allocation.
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.productadmin.SoftAllocation> mozuClient=GetSoftAllocationClient( softAllocationId, responseFields);
* client.setBaseAddress(url);
* client.executeRequest();
* SoftAllocation softAllocation = client.Result();
* </code></pre></p>
* @param responseFields
* @param responseFields A list or array of fields returned for a call. These fields may be customized and may be used for various types of data calls in Mozu. For example, responseFields are returned for retrieving or updating attributes, carts, and messages in Mozu.
* @param softAllocationId
* @param dataViewMode DataViewMode
* @return Mozu.Api.MozuClient <com.mozu.api.contracts.productadmin.SoftAllocation>
Expand All @@ -111,15 +111,15 @@ public static MozuClient<com.mozu.api.contracts.productadmin.SoftAllocation> get
}

/**
*
* Creates a new product reservation for a product. This places a hold on the product inventory for the quantity specified during the ordering process.
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.productadmin.SoftAllocation>> mozuClient=AddSoftAllocationsClient( softAllocationsIn);
* client.setBaseAddress(url);
* client.executeRequest();
* SoftAllocation softAllocation = client.Result();
* </code></pre></p>
* @param dataViewMode DataViewMode
* @param softAllocationsIn
* @param softAllocationsIn Mozu.ProductAdmin.Contracts.SoftAllocation ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.productadmin.SoftAllocation>>
* @see com.mozu.api.contracts.productadmin.SoftAllocation
* @see com.mozu.api.contracts.productadmin.SoftAllocation
Expand All @@ -138,15 +138,15 @@ public static MozuClient<List<com.mozu.api.contracts.productadmin.SoftAllocation
}

/**
*
* Converts a set of existing softAllocations into productReservations
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.productadmin.ProductReservation>> mozuClient=ConvertToProductReservationClient( softAllocations);
* client.setBaseAddress(url);
* client.executeRequest();
* ProductReservation productReservation = client.Result();
* </code></pre></p>
* @param dataViewMode DataViewMode
* @param softAllocations
* @param softAllocations Mozu.ProductAdmin.Contracts.SoftAllocation ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.productadmin.ProductReservation>>
* @see com.mozu.api.contracts.productadmin.ProductReservation
* @see com.mozu.api.contracts.productadmin.SoftAllocation
Expand All @@ -165,15 +165,15 @@ public static MozuClient<List<com.mozu.api.contracts.productadmin.ProductReserva
}

/**
*
* Updates a set of softAllocations expiration time in a non trassactional batch
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.productadmin.SoftAllocation>> mozuClient=RenewSoftAllocationsClient( softAllocationRenew);
* client.setBaseAddress(url);
* client.executeRequest();
* SoftAllocation softAllocation = client.Result();
* </code></pre></p>
* @param dataViewMode DataViewMode
* @param softAllocationRenew
* @param softAllocationRenew Mozu.ProductAdmin.Contracts.SoftAllocationRenew ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.productadmin.SoftAllocation>>
* @see com.mozu.api.contracts.productadmin.SoftAllocation
* @see com.mozu.api.contracts.productadmin.SoftAllocationRenew
Expand All @@ -192,15 +192,15 @@ public static MozuClient<List<com.mozu.api.contracts.productadmin.SoftAllocation
}

/**
*
* Updates a soft allocationt. This updates a hold on the product inventory for the quantity specified during the ordering process.
* <p><pre><code>
* MozuClient<List<com.mozu.api.contracts.productadmin.SoftAllocation>> mozuClient=UpdateSoftAllocationsClient( softAllocations);
* client.setBaseAddress(url);
* client.executeRequest();
* SoftAllocation softAllocation = client.Result();
* </code></pre></p>
* @param dataViewMode DataViewMode
* @param softAllocations
* @param softAllocations Mozu.ProductAdmin.Contracts.SoftAllocation ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <List<com.mozu.api.contracts.productadmin.SoftAllocation>>
* @see com.mozu.api.contracts.productadmin.SoftAllocation
* @see com.mozu.api.contracts.productadmin.SoftAllocation
Expand All @@ -219,7 +219,7 @@ public static MozuClient<List<com.mozu.api.contracts.productadmin.SoftAllocation
}

/**
*
* Deletes a soft allocation. You might delete a allocation when an order or cart is not processed to return the product quantity back to inventory.
* <p><pre><code>
* MozuClient mozuClient=DeleteSoftAllocationClient( softAllocationId);
* client.setBaseAddress(url);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -446,14 +446,14 @@ public static MozuClient<com.mozu.api.contracts.customer.CustomerAccountCollecti
}

/**
*
* Changes a collection of shopper passwords
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.customer.ChangePasswordResultCollection> mozuClient=ChangePasswordsClient( accountPasswordInfos);
* client.setBaseAddress(url);
* client.executeRequest();
* ChangePasswordResultCollection changePasswordResultCollection = client.Result();
* </code></pre></p>
* @param accountPasswordInfos
* @param accountPasswordInfos Mozu.Customer.Contracts.AccountPasswordInfoCollection ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <com.mozu.api.contracts.customer.ChangePasswordResultCollection>
* @see com.mozu.api.contracts.customer.ChangePasswordResultCollection
* @see com.mozu.api.contracts.customer.AccountPasswordInfoCollection
Expand All @@ -464,15 +464,15 @@ public static MozuClient<com.mozu.api.contracts.customer.ChangePasswordResultCol
}

/**
*
* Changes a collection of shopper passwords
* <p><pre><code>
* MozuClient<com.mozu.api.contracts.customer.ChangePasswordResultCollection> mozuClient=ChangePasswordsClient( accountPasswordInfos, responseFields);
* client.setBaseAddress(url);
* client.executeRequest();
* ChangePasswordResultCollection changePasswordResultCollection = client.Result();
* </code></pre></p>
* @param responseFields
* @param accountPasswordInfos
* @param responseFields A list or array of fields returned for a call. These fields may be customized and may be used for various types of data calls in Mozu. For example, responseFields are returned for retrieving or updating attributes, carts, and messages in Mozu.
* @param accountPasswordInfos Mozu.Customer.Contracts.AccountPasswordInfoCollection ApiType DOCUMENT_HERE
* @return Mozu.Api.MozuClient <com.mozu.api.contracts.customer.ChangePasswordResultCollection>
* @see com.mozu.api.contracts.customer.ChangePasswordResultCollection
* @see com.mozu.api.contracts.customer.AccountPasswordInfoCollection
Expand Down
Loading

0 comments on commit 2b7fd05

Please sign in to comment.