|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--portlets.compoze.groupware.pref.AbstractPreferences | +--portlets.compoze.groupware.pref.TasksPreferences
This class represents the user configurables settings for the 'Tasks' feature.
For changes to be committed, the update
method must be called.
FeatureGroup.Feature.TASKS
, Serialized FormInner Class Summary | |
static class |
TasksPreferences.OverdueStyle
This class represents the overdue task display style. |
static class |
TasksPreferences.TaskColumn
This class represents the task column for ordering. |
static class |
TasksPreferences.TaskFiltering
This class represents the task filtering. |
static class |
TasksPreferences.TaskOrdering
This class represents the task ordering. |
Field Summary | |
static int |
DEFAULT_TASKS_PER_PAGE
|
Constructor Summary | |
TasksPreferences(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper,
java.lang.String sInstanceLabel)
Constructor. |
Method Summary | |
TasksPreferences.OverdueStyle |
getOverdueStyle()
Gets the overdue style. |
TasksPreferences.TaskFiltering |
getTaskFiltering()
Gets the filtering. |
TasksPreferences.TaskOrdering |
getTaskOrdering()
Gets the task order. |
static SortProperty |
getTaskSortProperty(TasksPreferences.TaskOrdering taskOrdering)
Gets the tasks sort property. |
int |
getTasksPerPage()
Gets the number of tasks per page. |
void |
setOverdueStyle(TasksPreferences.OverdueStyle overdueStyle)
Sets the overdue style. |
void |
setTaskFiltering(TasksPreferences.TaskFiltering taskFiltering)
Sets the filtering. |
void |
setTaskOrdering(TasksPreferences.TaskOrdering taskOrder)
Sets the task order. |
void |
setTasksPerPage(int iTasksPerPage)
Sets the number of tasks per page. |
Methods inherited from class portlets.compoze.groupware.pref.AbstractPreferences |
getInstanceLabel, getPreference, setPreference, setPreference, setPreference, update |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int DEFAULT_TASKS_PER_PAGE
Constructor Detail |
public TasksPreferences(com.bea.p13n.usermgmt.profile.ProfileWrapper userProfileWrapper, java.lang.String sInstanceLabel) throws GroupwareException
userProfileWrapper
- the user profile (may not be null
)Method Detail |
public int getTasksPerPage()
public void setTasksPerPage(int iTasksPerPage)
iTasksPerPage
- the number of tasks per page (mus tbe > 0)public TasksPreferences.TaskOrdering getTaskOrdering()
public void setTaskOrdering(TasksPreferences.TaskOrdering taskOrder)
taskOrder
- the task order (may not be null
)public TasksPreferences.OverdueStyle getOverdueStyle()
public void setOverdueStyle(TasksPreferences.OverdueStyle overdueStyle)
overdue
- the overdue style (may not be null
)public TasksPreferences.TaskFiltering getTaskFiltering()
public void setTaskFiltering(TasksPreferences.TaskFiltering taskFiltering)
taskFiltering
- the filtering (may not be null
)public static SortProperty getTaskSortProperty(TasksPreferences.TaskOrdering taskOrdering)
taskOrdering
- the task ordering (may not be null
)
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |