|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Part | |
---|---|
com.sri.emo.controller | This package contains controller classes for the modelling program. |
com.sri.emo.dbobj | |
com.sri.emo.dbobj.model_tree | This package allows assembling of Emo nodes into a tree hierarchy where related nodes, attributes, parts, etc are loaded into this tree. |
com.sri.emo.wizard.completion.model | Underlying model for completion Wizard. |
com.sri.emo.wizard.completion.persistence | This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. |
com.sri.emo.wizard.creation.model | Underlying model for completion Wizard. |
com.sri.emo.wizard.creation.persistence | This package contains the relevant persistence classes to allow serialization of the completion model to and from an underlying database. |
Uses of Part in com.sri.emo.controller |
---|
Methods in com.sri.emo.controller with parameters of type Part | |
---|---|
static Block |
NodeAction.addPicklist(Part part,
ExpressoRequest request,
ExpressoResponse response,
String nodeId)
|
static void |
AddNodeAction.filterAttribs(List allAttribs,
Part part,
ArrayList attribsForThisPart)
iterate through list of all attributes and filter those that belong to the specified Part into the output list |
static void |
AddNodeAction.filterJoinedDataObjectRelations(List allRelations,
Part part,
List relatedDataObjectsForThisPart)
|
protected Block |
NodeAction.getAttributeInputBlock(Attribute[] attribs,
Part part,
ExpressoRequest request,
boolean readOnly)
Utility to create an input block for a given attribute part. |
protected Block |
AddNodeAction.getAttributeOutputBlock(Node node,
ExpressoRequest request,
Part part,
boolean canEdit,
List attribs)
Utility to create an output block for a given attribute part. |
protected Block |
AddNodeAction.getBlock(Node node,
ExpressoRequest request,
Part part,
boolean canEdit,
List attribs,
List relatedNodes)
|
protected Block |
AddNodeAction.getSharedNodeBlock(Node node,
ExpressoRequest request,
Part part,
boolean canEdit,
List relatedNodes)
Utility to create an output block for a given shared node part. |
protected Block |
NodeAction.getSharedNodeBlock(String srcNodeId,
String srcType,
ExpressoRequest request,
Part part,
String nodeTitle,
boolean canEdit)
Utility to create an output block for a given shared node part. |
void |
TreeViewVisitor.visitPart(Part part)
Populates the view with a Part (or Slot) |
Uses of Part in com.sri.emo.dbobj |
---|
Methods in com.sri.emo.dbobj that return Part | |
---|---|
static Part |
PartsFactory.getAttribPart(String srcNodetype,
String attribName)
|
Part |
Attribute.getExplicitPart()
Returns the value for an explicit Part if it has been set. |
Part |
WizStep.getPart()
Get the part that is associated with this step. |
Part |
Attribute.getPart()
Retrieve the part why which this attribute belongs to. |
static Part |
PartsFactory.getPart(int partId)
convenience method to get part from ID; hits db, so not as effective as other methods which retrieve from hash table. |
static Part |
PartsFactory.getPart(String partId)
convenience method to get part from ID; hits db, so not as effective as other methods which retrieve from hash table. |
static Part |
PartsFactory.getPart(String parentType,
String partType,
String relation)
|
static Part |
Part.getPartFromXMLName(String name)
|
Part[] |
NodeType.getParts()
queries db for all parts; not efficient for repeated use. |
Part[] |
Node.getParts()
Get all parts within this node. |
static Part[] |
PartsFactory.getParts(String nodeType)
|
static Part[] |
PartsFactory.getPartsWithPicklists()
|
Methods in com.sri.emo.dbobj with parameters of type Part | |
---|---|
void |
Attribute.setExplicitPart(Part explicitPart)
Sets the part for this attribute explicitly. |
Uses of Part in com.sri.emo.dbobj.model_tree |
---|
Methods in com.sri.emo.dbobj.model_tree with parameters of type Part | |
---|---|
void |
ModelVisitor.visitPart(Part part)
Visits a Part |
Uses of Part in com.sri.emo.wizard.completion.model |
---|
Methods in com.sri.emo.wizard.completion.model that return Part | |
---|---|
Part |
CompletionPartsBean.getPart()
|
Methods in com.sri.emo.wizard.completion.model with parameters of type Part | |
---|---|
CompletionPartsBean |
CompletionBean.getPartsBeanFromPart(Part key)
Retrieve a specific parts bean given the specified part. |
Constructors in com.sri.emo.wizard.completion.model with parameters of type Part | |
---|---|
CompletionPartsBean(CompletionBean myOwner,
Part myPart)
Constructor that takes the parent bean and an associated Part object. |
Uses of Part in com.sri.emo.wizard.completion.persistence |
---|
Methods in com.sri.emo.wizard.completion.persistence that return Part | |
---|---|
Part |
CompletionDetails.getPart()
Retrieve the part. |
Uses of Part in com.sri.emo.wizard.creation.model |
---|
Methods in com.sri.emo.wizard.creation.model that return Part | |
---|---|
Part |
CreationPartsBean.getPart()
|
Methods in com.sri.emo.wizard.creation.model with parameters of type Part | |
---|---|
CreationPartsBean |
CreationBean.getPartsBeanFromPart(Part key)
Retrieve a specific parts bean given the specified part. |
boolean |
CreationBean.hasPartsBeanFromPart(Part key)
|
Constructors in com.sri.emo.wizard.creation.model with parameters of type Part | |
---|---|
CreationPartsBean(CreationBean myOwner,
Part myPart)
Constructor that takes the parent bean and an associated Part object. |
Uses of Part in com.sri.emo.wizard.creation.persistence |
---|
Methods in com.sri.emo.wizard.creation.persistence that return Part | |
---|---|
Part |
CreationDetails.getPart()
Retrieve the part. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |