org.rivetlogic.scar.action
Class MyCheckedOutDocsTreeAction

java.lang.Object
  extended by org.rivetlogic.scar.action.BaseAction
      extended by org.rivetlogic.scar.action.MyCheckedOutDocsTreeAction
All Implemented Interfaces:
java.io.Serializable

@Name(value="action.checkedoutdocs")
@Scope(value=SESSION)
public class MyCheckedOutDocsTreeAction
extends BaseAction

Backing bean for the 'My Checked-Out Documents' tree component.

Author:
Rivet Logic Corporation
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.rivetlogic.scar.action.BaseAction
raarServices, user
 
Constructor Summary
MyCheckedOutDocsTreeAction()
           
 
Method Summary
 java.lang.String getCheckedOutDocs()
           
 java.lang.String getCheckoutInstructionsPartA()
           
 java.lang.String getCheckoutInstructionsPartB()
           
 java.lang.String getCheckoutInstructionsPartC()
           
 java.lang.String getCheckoutInstructionsTooltip()
           
 java.lang.String getMyCheckedOutDocsWebDavUrl()
           
 void handleOtherTreeSelectedEvent()
           
 boolean isTreeSelected()
           
 void setTreeSelected(boolean treeSelected)
           
 
Methods inherited from class org.rivetlogic.scar.action.BaseAction
getUser, setUser
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MyCheckedOutDocsTreeAction

public MyCheckedOutDocsTreeAction()
Method Detail

getCheckedOutDocs

public java.lang.String getCheckedOutDocs()

handleOtherTreeSelectedEvent

public void handleOtherTreeSelectedEvent()

isTreeSelected

public boolean isTreeSelected()

setTreeSelected

public void setTreeSelected(boolean treeSelected)

getCheckoutInstructionsPartA

public java.lang.String getCheckoutInstructionsPartA()

getCheckoutInstructionsPartB

public java.lang.String getCheckoutInstructionsPartB()

getCheckoutInstructionsPartC

public java.lang.String getCheckoutInstructionsPartC()

getCheckoutInstructionsTooltip

public java.lang.String getCheckoutInstructionsTooltip()

getMyCheckedOutDocsWebDavUrl

public java.lang.String getMyCheckedOutDocsWebDavUrl()


Copyright 2008, Rivet Logic Corporation.