Class AddressCheckResource
java.lang.Object
ch.tocco.nice2.rest.core.spi.AbstractRestResource
ch.tocco.nice2.optional.address.impl.action.AddressCheckResource
- All Implemented Interfaces:
RestResource
@Path("/address/actions/addressCheck/{user-key}")
public class AddressCheckResource
extends AbstractRestResource
-
Nested Class Summary
-
Field Summary
Fields inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
uriInfo
-
Constructor Summary
ConstructorDescriptionAddressCheckResource
(AddressService addressService, L10N l10N, PrincipalService principalService, Context context) -
Method Summary
Methods inherited from class ch.tocco.nice2.rest.core.spi.AbstractRestResource
getPathParameter, setUriInfo, tryGetInt
-
Constructor Details
-
AddressCheckResource
public AddressCheckResource(AddressService addressService, L10N l10N, PrincipalService principalService, Context context)
-
-
Method Details
-
getAddressCheckBean
@GET @Produces("application/json") public AddressCheckResource.AddressCheckBean getAddressCheckBean(@PathParam("user-key") String userPK)
-