+

Search Tips   |   Advanced Search


com.ibm.workplace.wcm.api.authoring
Interface CustomItemBean


public interface CustomItemBean

CustomItemBean Interface for the CustomItemBean used for custom JSP usage for WCM Authoring UI


Method Summary
 java.lang.String getDocumentPath()
          getDocumentPath returns the path to the document associated with this CustomItemBean
 java.lang.String getEncoding()
          getEncoding returns encoding associated with CustomItemBean
 java.lang.String getFieldName()
          getFieldName returns the fieldname associated with the CustomItemBean
 java.lang.Object getFieldValue()
          getFieldValue returns the value of the field associated with the CustomItemBean
 java.lang.String getSubmitFunctionName()
          getSubmitFunctionName get the name of the submit function.
 boolean isDraft()
          isDraft whether or not the document is draft
 boolean isExpired()
          isExpired whether or not the document is expired
 boolean isPublished()
          isPublished whether or not the document is published
 void setFieldValue(java.lang.Object p_fieldValue)
          setFieldValue sets the value of the field
 void setSubmitFunctionName(java.lang.String p_fname)
          setSubmitFunctionName set the name of the submit function.
 

Method Detail

getFieldName

 java.lang.String getFieldName()
getFieldName returns the fieldname associated with the CustomItemBean

Returns:
String the fieldname associated with the CustomItemBean

getFieldValue

 java.lang.Object getFieldValue()
getFieldValue returns the value of the field associated with the CustomItemBean

Returns:
Object the value of the field

setFieldValue

 void setFieldValue(java.lang.Object p_fieldValue)
setFieldValue sets the value of the field

Parameters:
p_fieldValue - the field value to set

getEncoding

 java.lang.String getEncoding()
getEncoding returns encoding associated with CustomItemBean

Returns:
String encoding associated with CustomItemBean

setSubmitFunctionName

 void setSubmitFunctionName(java.lang.String p_fname)
setSubmitFunctionName set the name of the submit function. Used to find the javascript submit function

Parameters:
p_fname - the name of the submit function

getSubmitFunctionName

 java.lang.String getSubmitFunctionName()
getSubmitFunctionName get the name of the submit function. Used to find the javascript submit function

Returns:
String the name of the submit function

getDocumentPath

 java.lang.String getDocumentPath()
getDocumentPath returns the path to the document associated with this CustomItemBean

Returns:
String the path to the document

isExpired

 boolean isExpired()
isExpired whether or not the document is expired

Returns:
boolean whether or not the document is expired

isPublished

 boolean isPublished()
isPublished whether or not the document is published

Returns:
boolean whether or not the document is published

isDraft

 boolean isDraft()
isDraft whether or not the document is draft

Returns:
boolean whether or not the document is draft