|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.ws.gradebook.ColumnFilter
public class ColumnFilter
This filter can be used to restrict the number of columns you get back in the getGradebookColumns method.
It is also used by the ScoreFilter to restrict the number of columns you get back from the getGradesXXX methods.
Refer to the various uses of this class for more details on how you would use it (i.e. use depends on method)
(C) Copyright Blackboard Inc. 2007-2008 - All Rights Reserved
| Constructor Summary | |
|---|---|
ColumnFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String |
firstId()
Id of the first column. |
java.lang.String |
firstName()
Title of the first column. |
java.lang.String[] |
getExpansionData()
|
int |
getFilterType()
The filter type. |
java.lang.String[] |
getIds()
|
java.lang.String[] |
getNames()
|
boolean |
isExternalGrade()
|
void |
setExpansionData(java.lang.String[] expansionData)
Expansion data is currently ignored. |
void |
setExternalGrade(boolean externalGrade)
|
void |
setFilterType(int filterType)
This is one of the defined types in this class. |
void |
setIds(java.lang.String[] ids)
|
void |
setNames(java.lang.String[] names)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColumnFilter()
| Method Detail |
|---|
public java.lang.String firstName()
public java.lang.String[] getIds()
public void setIds(java.lang.String[] ids)
ids - array of column idspublic java.lang.String[] getNames()
public void setNames(java.lang.String[] names)
names - array of column titlespublic java.lang.String firstId()
public int getFilterType()
public void setFilterType(int filterType)
GET_COLUMN_BY_COURSE_IDGET_COLUMN_BY_COURSE_ID_AND_COLUMN_NAMEGET_COLUMN_BY_IDSGET_COLUMN_BY_EXTERNAL_GRADE_FLAG
filterType - one of the predefined filter typepublic boolean isExternalGrade()
public void setExternalGrade(boolean externalGrade)
externalGrade - flag to indicates whether the column is selected as "External Grade".public java.lang.String[] getExpansionData()
public void setExpansionData(java.lang.String[] expansionData)
expansionData - the expansionData to set (For Future Use)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||