public class CustomerLinkBuilder extends java.lang.Object implements LinkBuilder<Customer>
Constructor and Description |
---|
CustomerLinkBuilder() |
Modifier and Type | Method and Description |
---|---|
java.util.List<Link> |
get(ShopRequestContext shopRequestContext,
Customer customer) |
static Link |
getCustomerLink(ShopRequestContext shopRequestContext,
GUID customerGuid,
java.lang.String rel) |
private static java.lang.String |
getCustomerOrdersHref(ShopRequestContext shopRequestContext,
GUID customerGuid) |
public java.util.List<Link> get(ShopRequestContext shopRequestContext, Customer customer)
get
in interface LinkBuilder<Customer>
public static Link getCustomerLink(ShopRequestContext shopRequestContext, GUID customerGuid, java.lang.String rel)
private static java.lang.String getCustomerOrdersHref(ShopRequestContext shopRequestContext, GUID customerGuid)