Method Summary |
|
protected String | buildTypePrefsContext(String type, String prefix, String context, Preferences prefs) Add the two context references for defaults for this type.
Parameters: type - The resource type (i.e. |
protected void | cancelEdit() Cancel the edit and cleanup. |
public boolean | getLocUpdated() |
public String | getMsgNotiAnn1() Returns the ResourceLoader value. |
public String | getMsgNotiAnn2() |
public String | getMsgNotiAnn3() |
public String | getMsgNotiMail1() |
public String | getMsgNotiMail2() |
public String | getMsgNotiMail3() |
public String | getMsgNotiRsrc1() |
public String | getMsgNotiRsrc2() |
public String | getMsgNotiRsrc3() |
public String | getMsgNotiSyll1() |
public String | getMsgNotiSyll2() |
public String | getMsgNotiSyll3() |
public boolean | getNotiUpdated() |
public List | getPrefExcludeItems() |
public List | getPrefLocales() |
public List | getPrefOrderItems() |
public List | getPrefTimeZones() |
public String | getRefreshElement() |
public String | getSelectedAnnItem() |
public String[] | getSelectedExcludeItems() |
public String | getSelectedLocaleName() |
public String | getSelectedLocaleString() |
public String | getSelectedMailItem() |
public String[] | getSelectedOrderItems() |
public String | getSelectedRefreshItem() |
public String | getSelectedRsrcItem() |
public String | getSelectedSyllItem() |
public String | getSelectedTimeZone() |
protected String | getStringPref(String pref_base, String type, Preferences prefs) Retrieve a preference
Parameters: pres_base - The name of the group of properties (i.e. |
public boolean | getTzUpdated() |
public String | getUserId() |
protected boolean | hasValue(String eval) |
protected int | indexOf(String value, List siteList) Find the site in the list that has this id - return the position. |
public boolean | isPrivacyEnabled() |
public boolean | isTabUpdated() |
protected void | loadNotiData() |
protected void | loadRefreshData() Load refresh data from stored information. |
public String | processActionAdd() Process the add command from the edit view. |
public String | processActionAddAll() |
public String | processActionCancel() Process the cancel command from the edit view. |
public String | processActionEdit() Process the edit command. |
public String | processActionLocCancel() |
public String | processActionLocFrmEdit() Process the cancel command from the edit view. |
public String | processActionLocSave() Process the save command from the edit view. |
public String | processActionMoveDown() |
public String | processActionMoveUp() |
public String | processActionNotiCancel() |
public String | processActionNotiFrmEdit() Process the cancel command from the edit view. |
public String | processActionNotiFrmRefresh() Process cancel and navigate to list page. |
public String | processActionNotiSave() Process the save command from the edit view. |
public String | processActionPrivFrmEdit() Process the cancel command from the edit view. |
public String | processActionRefreshCancel() Process cancel and navigate to list page. |
public String | processActionRefreshFrmEdit() |
public String | processActionRefreshFrmNoti() |
public String | processActionRemove() |
public String | processActionRemoveAll() |
public String | processActionSave() Process the save command from the edit view. |
public String | processActionTZFrmEdit() Process the cancel command from the edit view. |
public String | processActionTzCancel() |
public String | processActionTzSave() Process the save command from the edit view. |
protected void | readTypePrefs(String type, String prefix, PreferencesEdit edit, String data) Read the two context references for defaults for this type from the form.
Parameters: type - The resource type (i.e. |
protected void | saveEdit() Save any changed values from the edit and cleanup. |
public void | setLocUpdated(boolean locUpdated) |
public void | setNotiUpdated(boolean notiUpdated) |
public void | setPrefExcludeItems(List prefExcludeItems) |
public void | setPrefLocales(List prefLocales) |
public void | setPrefOrderItems(List prefOrderItems) |
public void | setPrefTimeZones(List prefTimeZones) |
public void | setPreferencesService(PreferencesService mgr) |
public void | setRefreshElement(String element) Set the "peer" html element to refresh on the next rendering. |
public void | setSelectedAnnItem(String selectedAnnItem) |
public void | setSelectedExcludeItems(String[] selectedExcludeItems) |
public void | setSelectedLocaleString(String selectedLocale) |
public void | setSelectedMailItem(String selectedMailItem) |
public void | setSelectedOrderItems(String[] selectedOrderItems) |
public void | setSelectedRefreshItem(String selectedRefreshItem) |
public void | setSelectedRsrcItem(String selectedRsrcItem) |
public void | setSelectedSyllItem(String selectedSyllItem) |
public void | setSelectedTimeZone(String selectedTimeZone) |
public void | setSessionManager(SessionManager mgr) |
protected void | setStringPref(String pref_base, String type, PreferencesEdit edit, String newval) Set an integer preference.
Parameters: pres_base - The name of the group of properties (i.e. |
public void | setTabUpdated(boolean tabUpdated) |
public void | setTzUpdated(boolean tzUpdated) |
protected void | setUserEditingOn() |
public void | setUserId(String userId) |