|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--oracle.dss.selection.step.Step
|
+--oracle.dss.selection.calcStep.CalcStep
|
+--oracle.dss.selection.calcStep.RelationshipShareStep
RelationshipShareStep
| Field Summary | |
static java.lang.String |
MEMBERTYPE_DIMMEMBERConstant defining the type of the "relative to member" operand. |
static java.lang.String |
MEMBERTYPE_PARENTConstant defining the type of the "relative to member" operand. |
static java.lang.String |
MEMBERTYPE_TOTALConstant defining the type of the "relative to member" operand. |
| Fields inherited from class oracle.dss.selection.step.Step |
ADD, BASE_STATE_INDEX, CURRENT_STATE_INDEX, KEEP, LONG, MEDIUM, REMOVE, SELECT, SHORT |
| Constructor Summary | |
RelationshipShareStep()Default constructor for Relationship Share calculation step. | |
| Method Summary | |
java.lang.Object |
clone()Implements the clone method. |
boolean |
equals(java.lang.Object obj)Tests this Step for true equality |
java.lang.Class |
getEvaluatorClass()Retrieves the StepEvaluator class object that is associated with this Step object. |
java.lang.String |
getEvaluatorClassName()Retrieves the evaluator class name name associated with the calc. |
java.util.Vector |
getMeasureDependencyIDs(java.lang.String measDim)Get measure unique ID dependencies in this step |
CalcValue |
getShareDimension()Retrieves the dimension the share is calculated upon. |
CalcValue |
getShareDimensionMember()Retrieves the dimension member the share is calculated upon. |
CalcValue |
getShareHierarchy()Retrieves the hierarchy the share is calculated upon. |
CalcValue |
getShareMeasure()Retrieves the measure the share is calculated upon. |
CalcValue |
getShareMemberType()Retrieves the "relative to member" type the share is calculated upon. |
java.lang.String |
getViewClassName()Retrieves the view class name name associated with the calc. |
java.lang.Object |
getXML( context)Returns the XML representation of the object. |
void |
setShareDimension(CalcValue dimension)Sets the dimension the share is calculated upon. |
void |
setShareDimensionMember(CalcValue dimensionMember)Sets the dimension member the share is calculated upon. |
void |
setShareHierarchy(CalcValue hierarchy)Sets the hierarchy the share is calculated upon. |
void |
setShareMeasure(CalcValue measure)Sets the measure the share is calculated upon. |
void |
setShareMemberType(CalcValue memberType)Sets the "relative to member" type the share is calculated upon. |
void |
setXML( context, java.lang.Object node)Sets the XML representation of the object. |
java.lang.String |
toString()Generates the string representation of this RelationshipShareStep object. |
| Methods inherited from class oracle.dss.selection.calcStep.CalcStep |
copyProps, dump, getDescription, getDescription, getFolder, getID, getInstance, getNumberFormatString, getPersistableAttributes, getPersistableComponents, getType, getXMLAsString, initialize, isType, setDescription, setFolder, setID, setNumberFormatString, setPersistableAttributes, setPersistableComponents, setType, setXMLAsString, updateCalcValue |
| Methods inherited from class oracle.dss.selection.step.Step |
addPropertyChangeListener, copyFrom, getAction, getDimension, getDispQDR, getHierarchy, getQDR, getQDRDescription, isEnabled, isValid, removePropertyChangeListener, setAction, setDescription, setDimension, setDispQDR, setEnabled, setHierarchy, setQDR, setQDRDescription, setValid |
| Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface oracle.dss.util.persistence.Persistable |
getPersistableAttributes, getPersistableComponents, initialize, setPersistableAttributes, setPersistableComponents |
| Methods inherited from interface oracle.dss.util.persistence.StringXMLizable |
getXMLAsString, setXMLAsString |
| Methods inherited from interface oracle.dss.bicontext.ObjectFactory |
getObjectInstanceClassName, setObjectInstanceClassName |
| Field Detail |
public static final java.lang.String MEMBERTYPE_TOTAL
public static final java.lang.String MEMBERTYPE_PARENT
public static final java.lang.String MEMBERTYPE_DIMMEMBER
| Constructor Detail |
public RelationshipShareStep()
| Method Detail |
public java.lang.Object clone()
clone in class CalcStepObject which represents a clone of this relationship share calculation object.public boolean equals(java.lang.Object obj)
equals in class CalcStepobj - Step to compare it totrue if completely internally equalpublic java.util.Vector getMeasureDependencyIDs(java.lang.String measDim)
getMeasureDependencyIDs in class CalcStepmeasDim - the measure dimension ID for those steps that need to know if they have measure members
public java.lang.Class getEvaluatorClass()
throws SelectionException
StepEvaluator class object that is associated with this Step object. The QueryServer object uses this class to instantiate the appropriate StepEvaluator object.getEvaluatorClass in class StepClass object.SelectionException - If the StepEvaluator class is not found.public java.lang.String getEvaluatorClassName()
getEvaluatorClassName in class CalcStepString which represents the evaluator class name.public CalcValue getShareDimension()
CalcValue which represents the dimension for the Share.public CalcValue getShareDimensionMember()
CalcValue which represents the dimension member for the Share.public CalcValue getShareHierarchy()
CalcValue which represents the hierarchy for the Share.public CalcValue getShareMeasure()
CalcValue which represents the measure for the Share.public CalcValue getShareMemberType()
CalcValue which represents the "relative to member" for the Share.public java.lang.String getViewClassName()
getViewClassName in class CalcStepString which represents the view class name.public void setShareDimension(CalcValue dimension)
Dimension - A CalcValue value that represents the dimension the share is calculated upon.public void setShareDimensionMember(CalcValue dimensionMember)
dimensionMember - A CalcValue value that represents the dimension member the share is calculated upon.public void setShareHierarchy(CalcValue hierarchy)
shareHierarchy - A CalcValue value that represents the hierarchy the share is calculated upon.public void setShareMeasure(CalcValue measure)
measureShare - A CalcValue value that represents the measure the share is calculated upon.public void setShareMemberType(CalcValue memberType)
memberShare - A CalcValue value that represents the "relative to member" the share is calculated upon.public java.lang.Object getXML( context)
getXML in class CalcStepcontext - The control settings that is send by the container (caller)ObjectScope
public void setXML( context,
java.lang.Object node)
setXML in class CalcStepcontext - The control settings that is send by the container (caller)node - The XML representation of the objectpublic java.lang.String toString()
RelationshipShareStep object.toString in class CalcStepRelationshipShareStep object.
|
Oracle™ Business Intelligence Beans Java API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||