Package | Description |
---|---|
psdi.app.dpldasset | |
psdi.app.dpldasset.virtual | |
psdi.webclient.beans.dpldasset |
Modifier and Type | Method and Description |
---|---|
protected PromoteValuesRemote |
PromoteAction.getPromoteValues(MboRemote mbo,
java.lang.String defaultsKey)
Gets and caches the default promoteValues.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PromoteAction.applyDefaults(PromoteNodeRemote promtionObject,
PromoteValuesRemote defaults)
Apply Defaults
|
protected void |
PromoteAction.validateDefaults(MboRemote mbo,
PromoteValuesRemote defaults)
Validate the promotion defaults.
|
Modifier and Type | Class and Description |
---|---|
class |
PromoteValues
PromoteValues (TLOAMPRMVALUE object) is a non-persistent Mbo that gets its initial values from TLOAMPromoteDefault . |
Modifier and Type | Method and Description |
---|---|
protected void |
PromoteNode.applyDefaultAttribute(PromoteValuesRemote defaults,
java.lang.String attributeName)
Set the attribute of promoteNode to the current value of the attribute if it is not read only on
promoteNode, otherwise leave as is.
|
int |
PromoteNode.promote(PromoteValuesRemote defaults,
boolean topLevelSelection,
boolean promotedByParent)
Promote nodes and optionally their children using the default values passed.
|
int |
PromoteNodeRemote.promote(PromoteValuesRemote defaults,
boolean topLevelSelection,
boolean promotedByParent)
Promote this deployed asset.
|
protected PromoteNodeSetRemote |
PromoteNode.promoteChildren(PromoteValuesRemote defaults)
Promotes all the children of this node
|
void |
PromoteNodeSet.promoteToAssets(PromoteValuesRemote promoteValues)
Promote all the assets in the set (if not already promoted or linked).
|
void |
PromoteNodeSetRemote.promoteToAssets(PromoteValuesRemote promoteValues) |
protected boolean |
PromoteNode.setDefaults(PromoteNodeRemote child,
PromoteValuesRemote defaults)
set Defaults
|
int |
PromoteNode.setDefaults(PromoteValuesRemote defaults,
boolean fromApplyDefaultsButton)
For the promotion values section of the promotion dialog, set the defaults as allowed and needed.
|
int |
PromoteNodeRemote.setDefaults(PromoteValuesRemote defaults,
boolean fromApplyDefaultsButton)
Set the defaults from the passed object.
|
Modifier and Type | Method and Description |
---|---|
protected void |
PromoteNodeBean.applyDefaults(PromoteValuesRemote parentMbo)
Apply Defaults
|