com.plumtree.portalpages.browsing.editors.dircommon.doctype
Interface IDocTypePlugInModelRO

All Known Implementing Classes:
DocTypePlugInModel

public interface IDocTypePlugInModelRO

Author:
StephenC This interface is implemented by the Model. It contains all the read-only mothods of the Model accessed by the Views.

Method Summary
 int GetDocTypeChoice()
          returns the value of the radio control (0 for default doctype, 1 otherwise)
 java.lang.String GetDocTypeName(int nDocTypeID)
          returns the name of a given doctype.
 java.lang.String GetDocTypeSubSpaceID()
           
 java.lang.String GetDocTypeTREESUBSPACE()
           
 int GetSelectedDocTypeID()
          returns the currently selected DocType ID
 java.lang.String GetSelectedDocTypeName()
          returns the currently selected DocType Name
 

Method Detail

GetDocTypeChoice

int GetDocTypeChoice()
returns the value of the radio control (0 for default doctype, 1 otherwise)


GetDocTypeName

java.lang.String GetDocTypeName(int nDocTypeID)
returns the name of a given doctype.


GetDocTypeSubSpaceID

java.lang.String GetDocTypeSubSpaceID()
Returns:

GetDocTypeTREESUBSPACE

java.lang.String GetDocTypeTREESUBSPACE()
Returns:

GetSelectedDocTypeID

int GetSelectedDocTypeID()
returns the currently selected DocType ID


GetSelectedDocTypeName

java.lang.String GetSelectedDocTypeName()
returns the currently selected DocType Name




Copyright © 2002,2003,2004,2005 Plumtree Software, Inc., All Rights Reserved.