public class AppUserFactory.UpdatePersonRequiredPage extends java.lang.Object implements RequiredPage<AU>
AM_REQUIRED_PAGE_ATTR, REQUIRED_PAGE_RETURN_ATTR, REQUIRED_PAGES_ATTR
Constructor and Description |
---|
UpdatePersonRequiredPage() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getNotifyText(AU person)
If a notification email is being sent (possibly triggered
by a different required page).
|
FormResult |
getPage(SessionService<AU> user)
What page should be shown
|
BaseFilter<AU> |
notifiable(SessionService<AU> sess)
Filter for people who should be notified by email of a message
(e.g.
|
boolean |
required(SessionService<AU> user)
Does this required page need to be shown now
|
public boolean required(SessionService<AU> user)
RequiredPage
required
in interface RequiredPage<AU extends AppUser>
public FormResult getPage(SessionService<AU> user)
RequiredPage
getPage
in interface RequiredPage<AU extends AppUser>
public BaseFilter<AU> notifiable(SessionService<AU> sess)
RequiredPage
notifiable
in interface RequiredPage<AU extends AppUser>
public java.lang.String getNotifyText(AU person)
RequiredPage
getNotifyText
in interface RequiredPage<AU extends AppUser>