com.plumtree.portalpages.browsing.editors.dircommon
Class CardPropertyObject

java.lang.Object
  extended by com.plumtree.portalpages.browsing.editors.dircommon.CardPropertyObject

public class CardPropertyObject
extends java.lang.Object

Author:
stephenc

Field Summary
static int ID_OF_CONTENT_LANGUAGE
           
static int ID_OF_CRAWLER_TAG
           
static int ID_OF_DESC
           
static int ID_OF_DOC_TYPE_PROP
           
static int ID_OF_IMAGE_UUID
           
static int ID_OF_NAME
           
static int ID_OF_OPEN_DOC_URL
           
 boolean m_bIsDate
           
 boolean m_bIsDeleteable
           
 boolean m_bIsDisplayable
           
 boolean m_bIsReadOnly
           
 boolean m_bIsURL
           
 XPDateTime m_dtDateValue
           
 int m_nPropID
           
 int m_nPropType
           
 java.lang.String m_sPropName
           
 java.lang.String m_sPropValue
           
 
Constructor Summary
CardPropertyObject(IPTCardPropertyValue _ptCardPropVal, int _nRowNum, IPTQueryResult _ptqrProperties, AActivitySpace _asOwner)
          Creates a new CardPropertyObject object.
 
Method Summary
static XPHashtable createHashtableOfObjIDByRow(IPTQueryResult _ptQR)
           
static boolean isPropertyDeletable(int _nPropID)
           
static boolean isPropertyDisplayable(int _nPropID)
           
static boolean isPropertyDisplayedAsURL(IPTQueryResult _ptqrProperties, int _nRowNum)
           
static boolean isPropertyReadOnly(IPTQueryResult _ptqrProperties, int _nRowNum)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

ID_OF_NAME

public static final int ID_OF_NAME
See Also:
Constant Field Values

ID_OF_OPEN_DOC_URL

public static final int ID_OF_OPEN_DOC_URL
See Also:
Constant Field Values

ID_OF_DESC

public static final int ID_OF_DESC
See Also:
Constant Field Values

ID_OF_DOC_TYPE_PROP

public static final int ID_OF_DOC_TYPE_PROP
See Also:
Constant Field Values

ID_OF_IMAGE_UUID

public static final int ID_OF_IMAGE_UUID
See Also:
Constant Field Values

ID_OF_CONTENT_LANGUAGE

public static final int ID_OF_CONTENT_LANGUAGE
See Also:
Constant Field Values

ID_OF_CRAWLER_TAG

public static final int ID_OF_CRAWLER_TAG
See Also:
Constant Field Values

m_sPropName

public java.lang.String m_sPropName

m_sPropValue

public java.lang.String m_sPropValue

m_dtDateValue

public XPDateTime m_dtDateValue

m_bIsDate

public boolean m_bIsDate

m_bIsDeleteable

public boolean m_bIsDeleteable

m_bIsDisplayable

public boolean m_bIsDisplayable

m_bIsReadOnly

public boolean m_bIsReadOnly

m_bIsURL

public boolean m_bIsURL

m_nPropID

public int m_nPropID

m_nPropType

public int m_nPropType
Constructor Detail

CardPropertyObject

public CardPropertyObject(IPTCardPropertyValue _ptCardPropVal,
                          int _nRowNum,
                          IPTQueryResult _ptqrProperties,
                          AActivitySpace _asOwner)
Creates a new CardPropertyObject object.

Parameters:
_ptCardPropVal -
_nRowNum -
_ptqrProperties -
Method Detail

isPropertyDeletable

public static boolean isPropertyDeletable(int _nPropID)
Parameters:
_nPropID -
Returns:

isPropertyDisplayedAsURL

public static boolean isPropertyDisplayedAsURL(IPTQueryResult _ptqrProperties,
                                               int _nRowNum)
Parameters:
_ptqrProperties -
_nRowNum -
Returns:

isPropertyDisplayable

public static boolean isPropertyDisplayable(int _nPropID)
Parameters:
_nPropID -
Returns:

isPropertyReadOnly

public static boolean isPropertyReadOnly(IPTQueryResult _ptqrProperties,
                                         int _nRowNum)
Parameters:
_ptqrProperties -
_nRowNum -
Returns:

createHashtableOfObjIDByRow

public static XPHashtable createHashtableOfObjIDByRow(IPTQueryResult _ptQR)
Parameters:
_ptQR -
Returns:



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