org.hippoecm.hst.content.beans.standard
Class HippoRequest
java.lang.Object
org.hippoecm.hst.content.beans.standard.HippoItem
org.hippoecm.hst.content.beans.standard.HippoRequest
- All Implemented Interfaces:
- Comparable<HippoBean>, ObjectConverterAware, NodeAware, HippoBean, HippoRequestBean
Deprecated.
@Deprecated
@Node(jcrType="hippo:request")
public class HippoRequest
- extends HippoItem
- implements HippoRequestBean
Unused since CMS 2.12.01
Methods inherited from class org.hippoecm.hst.content.beans.standard.HippoItem |
attach, compareTo, detach, equalCompare, equals, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getObjectConverter, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, hashCode, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf, setNode, setObjectConverter |
Methods inherited from interface org.hippoecm.hst.content.beans.standard.HippoBean |
equalCompare, getAvailableTranslationsBean, getBean, getBean, getCanonicalPath, getCanonicalUUID, getChildBeans, getChildBeans, getChildBeansByName, getChildBeansByName, getContextualBean, getContextualParentBean, getEqualComparator, getLinkedBean, getLinkedBeans, getLocalizedName, getName, getNode, getParentBean, getPath, getProperties, getProperty, getProperty, getProperty, getValueProvider, isAncestor, isDescendant, isHippoDocumentBean, isHippoFolderBean, isLeaf, isSelf |
Methods inherited from interface org.hippoecm.hst.content.beans.NodeAware |
setNode |
HippoRequest
public HippoRequest()
- Deprecated.
getDocument
public HippoBean getDocument()
- Deprecated.
- Specified by:
getDocument
in interface HippoRequestBean
- Returns:
- the HippoBean this request is for or
null
getReason
public String getReason()
- Deprecated.
- Specified by:
getReason
in interface HippoRequestBean
- Returns:
- the reason of the request, or
null
when there is not (yet) a reason
getRequestDate
public Calendar getRequestDate()
- Deprecated.
- Specified by:
getRequestDate
in interface HippoRequestBean
- Returns:
- the date the request takes place or
null
when not present
getRequestUsername
public String getRequestUsername()
- Deprecated.
- Specified by:
getRequestUsername
in interface HippoRequestBean
- Returns:
- the username for this request or
null
getType
public String getType()
- Deprecated.
- Specified by:
getType
in interface HippoRequestBean
- Returns:
- the type of the request or
null
Copyright © 2008-2012 Hippo. All Rights Reserved.