public class CustomerLinkBuilder extends LinkBuilder<Customer>
ctx, shopProvider, uriInfo
Constructor and Description |
---|
CustomerLinkBuilder(javax.ws.rs.core.UriInfo uriInfo,
javax.inject.Provider<Shop> shopProvider,
javax.ws.rs.core.SecurityContext ctx) |
Modifier and Type | Method and Description |
---|---|
java.util.List<Link> |
get(Customer customer) |
private java.lang.String |
getCustomerHref(GUID customerGuid) |
private java.lang.String |
getCustomerOrdersHref(GUID customerGuid) |
@Inject public CustomerLinkBuilder(javax.ws.rs.core.UriInfo uriInfo, javax.inject.Provider<Shop> shopProvider, javax.ws.rs.core.SecurityContext ctx)