T - public interface FormUpdateProducer<T>
FormUpdate objects for editing its targets| Modifier and Type | Method and Description |
|---|---|
boolean |
canUpdate(SessionService c)
Can the producer provide a FormUpdate for the current user.
|
FormUpdate<T> |
getFormUpdate(AppContext c)
produce a FormUpdate for the target type appropriate for
the requesting user
|
FormUpdate<T> getFormUpdate(AppContext c)
c - AppContextboolean canUpdate(SessionService c)
FormPolicyc -