|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectblackboard.data.BbObject
blackboard.cms.portfolio.Portfolio
The Portfolio class provides a representation of a portfolio
within the Blackboard application.
| Field Summary | |
static blackboard.persist.DataType |
DATA_TYPE
Object data type constant used in brokering loaders and persisters |
| Fields inherited from class blackboard.data.BbObject |
_bbAttributes |
| Constructor Summary | |
Portfolio()
Creates an instance of Portfolio with default property values. |
|
| Method Summary | |
boolean |
getAccountsAccessInd()
|
boolean |
getAvailableInd()
Returns the availability flag for the Portfolio. |
java.lang.String |
getBgColor()
Returns the background color for this Portfolio. |
blackboard.persist.Id |
getButtonStyleId()
Returns the button style Id for the Portfolio . |
boolean |
getCommentsSharedInd()
Returns the comments flag for the Portfolio. |
blackboard.persist.DataType |
getDataType()
Returns the DataType identifier for this object. |
java.lang.String |
getDescription()
Returns the Portfolio description. |
java.lang.String |
getLearningObjectives()
Returns the Portfolio Learning objectives. |
blackboard.persist.Id |
getOwnerId()
Returns the owner Id for the Portfolio . |
java.lang.String |
getTextColor()
Returns the text color for this Portfolio. |
boolean |
getTextNavInd()
Returns the text navigation flag for the Portfolio. |
java.lang.String |
getTitle()
Returns the title for this Portfolio. |
void |
setAccountsAccessInd(boolean val)
|
void |
setAvailableInd(boolean val)
Sets the availability flag for the Portfolio. |
void |
setBgColor(java.lang.String str)
Sets the background color for the Portfolio. |
void |
setButtonStyleId(blackboard.persist.Id id)
Sets the button style Id for this Portfolio. |
void |
setCommentsSharedInd(boolean val)
Sets the comments flag for the Portfolio. |
void |
setDescription(java.lang.String str)
Sets the description for the Portfolio. |
void |
setLearningObjectives(java.lang.String str)
Sets the Learning Objectives for the Portfolio. |
void |
setOwnerId(blackboard.persist.Id id)
Sets the owner Id for the Portfolio. |
void |
setTextColor(java.lang.String str)
Sets the text color for this Portfolio. |
void |
setTextNavInd(boolean val)
Sets the text navigation flag for the Portfolio. |
void |
setTitle(java.lang.String strTitle)
Sets the title for this Portfolio. |
| Methods inherited from class blackboard.data.BbObject |
clone, getBbAttributes, getCreatedDate, getId, getModifiedDate, persist, setCreatedDate, setId, setModifiedDate, toString, validate |
| Methods inherited from class java.lang.Object |
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final blackboard.persist.DataType DATA_TYPE
| Constructor Detail |
public Portfolio()
Portfolio with default property values.
| Method Detail |
public boolean getAvailableInd()
Portfolio. This flag determines whether or not the Portfolio is available to users (other than the owner).
Portfolio is available.public void setAvailableInd(boolean val)
Portfolio. This flag determines whether or not the Portfolio is available to users (other than the owner).
val - true if the Portfolio should be available, false otherwise.public java.lang.String getBgColor()
Portfolio. The background color is displayed in the left-hand side of the frame when viewing/previewing a Portfolio
String representing the background color for the Portfolio.public void setBgColor(java.lang.String str)
Portfolio. The background color is displayed in the left-hand side of the frame when viewing/previewing a Portfolio
str - a String representing the background color for the Portfolio. Values should be in hexidecimal RGB format. For example: #FFFFFF, #004263public boolean getCommentsSharedInd()
Portfolio. This flag determines whether or not the Portfolio is available to users (other than the owner).
Portfolio allows comments to be posted.public void setCommentsSharedInd(boolean val)
Portfolio. This flag determines whether or not users can post comments to the Portfolio. The comments link will be rendered as the last item in the Portfolio navigation menu.
val - true if this Portfolio should allow comments, false otherwise.public boolean getTextNavInd()
Portfolio. This flag determines whether or not the Portfolio is using text based navigation items.
Portfolio is using text-based navigation. If false, it is using buttonstyles.public void setTextNavInd(boolean val)
Portfolio. This flag determines whether or not the Portfolio is using text based navigation items.
val - true if the Portfolio should use text based navigation, false for buttonstyle navigation.public java.lang.String getDescription()
Portfolio description.
String representing the description for the Portfolio.public void setDescription(java.lang.String str)
Portfolio.
str - a String representing the description for the Portfolio.public java.lang.String getLearningObjectives()
Portfolio Learning objectives.
String representing the learning objectives for the Portfolio.public void setLearningObjectives(java.lang.String str)
Portfolio.
str - a String representing the Learning Objectives for the Portfolio.public blackboard.persist.Id getOwnerId()
Id for the Portfolio .
Id for this Portfolio.public void setOwnerId(blackboard.persist.Id id)
Id for the Portfolio.
id - an owner Id for the Portfolio.public blackboard.persist.Id getButtonStyleId()
Id for the Portfolio .
Id for this Portfolio.public void setButtonStyleId(blackboard.persist.Id id)
Id for this Portfolio.
id - a button style Id for this Portfolio.public boolean getAccountsAccessInd()
public void setAccountsAccessInd(boolean val)
public java.lang.String getTextColor()
Portfolio. The text color, when using text navigation, is the color of the navigation item text.
String representing the text color for this Portfolio.public void setTextColor(java.lang.String str)
Portfolio. The text color, when using text navigation, is the color of the navigation item text.
str - a String representing the text color for this Portfolio. Values should be in hexidecimal RGB format. For example: #FFFFFF, #004263public java.lang.String getTitle()
Portfolio.
String representing the title for this Portfolio.public void setTitle(java.lang.String strTitle)
Portfolio.
strTitle - a String representing the title for this Portfolio.public blackboard.persist.DataType getDataType()
DataType identifier for this object. Can be used to
uniquely identify the "type" of this data object.
DataType for this object
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||