|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectblackboard.ws.gradebook.GradingSchemaFilter
public class GradingSchemaFilter
This filter can be used to query for the grading schema(s) in a course.
The filter will match any item that matches the given filterType value
A null/empty string array for attribute id is ignored, no schema(s) are loaded for this value
A null/empty string attribute title is ignored, no schema(s) are loaded for this value
An invalid string value in the attribute array, that does not exist in the system is ignored, no error generated
(C) Copyright Blackboard Inc. 2007-2008 - All Rights Reserved
| Constructor Summary | |
|---|---|
GradingSchemaFilter()
|
|
| Method Summary | |
|---|---|
java.lang.String[] |
getExpansionData()
|
int |
getFilterType()
The filter type. |
java.lang.String[] |
getIds()
|
java.lang.String |
getTitle()
|
void |
setExpansionData(java.lang.String[] expansionData)
Expansion data is currently ignored. |
void |
setFilterType(int filterType)
This is one of the defined types in this class. |
void |
setIds(java.lang.String[] ids)
|
void |
setTitle(java.lang.String title)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public GradingSchemaFilter()
| Method Detail |
|---|
public java.lang.String getTitle()
public void setTitle(java.lang.String title)
title - title of the schemapublic java.lang.String[] getIds()
public void setIds(java.lang.String[] ids)
ids - ids of grading schemaspublic int getFilterType()
public void setFilterType(int filterType)
GET_GRADING_SCHEMA_BY_COURSE_ID, please ensure that the filter type and
courseId are set.
Possible Values are:
filterType - one of the predefined filter typepublic 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 | |||||||||