@Path(value="/")
@Consumes(value={"application/json","application/text","text/html","application/x-www-form-urlencoded"})
@Produces(value="application/json;charset=utf-8")
public class UserUpdateService<U extends User>
extends SecurableService
User (Particularly Logged in ones)| Modifier and Type | Field and Description |
|---|---|
protected UserServiceImpl<U,ResetPassword.ResetPasswordResponse> |
userService |
protected org.apache.commons.collections.Transformer |
userTransformer
A
Transformer that accepts a User and can return a any Object back. |
applicationContext, CACHE, NO_CACHE, request, response| Constructor and Description |
|---|
UserUpdateService() |
UserUpdateService(boolean checkAuthFiltered) |
| Modifier and Type | Method and Description |
|---|---|
UserServiceImpl<U,ResetPassword.ResetPasswordResponse> |
getUserService() |
org.apache.commons.collections.Transformer |
getUserTransformer() |
void |
setUserService(UserServiceImpl<U,ResetPassword.ResetPasswordResponse> userService) |
void |
setUserTransformer(org.apache.commons.collections.Transformer userTransformer) |
checkAuthFilterInvoked, filter, queryfilter, getCacheDef, getTestString, queryprotected transient UserServiceImpl<U extends User,ResetPassword.ResetPasswordResponse> userService
protected transient org.apache.commons.collections.Transformer userTransformer
Transformer that accepts a User and can return a any Object back.
and applies a filter one last time before its sent out.
public UserUpdateService()
public UserUpdateService(boolean checkAuthFiltered)
public UserServiceImpl<U,ResetPassword.ResetPasswordResponse> getUserService()
public void setUserService(UserServiceImpl<U,ResetPassword.ResetPasswordResponse> userService)
public org.apache.commons.collections.Transformer getUserTransformer()
public void setUserTransformer(org.apache.commons.collections.Transformer userTransformer)
Copyright © 2018. All rights reserved.