|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use CopyMultiRules | |
wt.enterprise | Provides the abstract building blocks of functionality from which most businesses classes are extended; also defines support for template processors, delegates and factories that are useful for UI development for these business classes. |
Uses of CopyMultiRules in wt.enterprise |
Fields in wt.enterprise declared as CopyMultiRules | |
private static CopyMultiRules |
StandardEnterpriseService.MULTIRULES
|
private CopyMultiRules |
EnterpriseServiceEvent.copyMultiRules
|
Methods in wt.enterprise that return CopyMultiRules | |
CopyMultiRules |
EnterpriseServiceEvent.getCopyMultiRules()
Gets the value of the attribute: copyMultiRules; Rules used for this multi-copy. |
Methods in wt.enterprise with parameters of type CopyMultiRules | |
protected void |
StandardEnterpriseService.dispatchVetoableEvent(String eventType,
CopyObjectInfo[] copyInformation,
CopyMultiRules rules)
Dispatch a EnterpriseServiceEvent that includes the event type and target (i.e., CopyObjectInfo). |
CopyObjectInfo[] |
StandardEnterpriseService.saveMultiObjectCopy(CopyMultiRules copyMultiRules,
CopyObjectInfo[] copyInformation)
Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change. |
private void |
StandardEnterpriseService.doMultiCopyRelationships(CopyMultiRules rules,
WTObject original,
WTObject copy,
Hashtable copyObjectMap)
|
private void |
StandardEnterpriseService.handleMultiRelationships(CopyMultiRules rules,
CopyObjectInfo[] items)
|
CopyObjectInfo[] |
EnterpriseServiceFwd.saveMultiObjectCopy(CopyMultiRules copyMultiRules,
CopyObjectInfo[] copyInformation)
Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change. |
void |
EnterpriseServiceEvent.setCopyMultiRules(CopyMultiRules a_CopyMultiRules)
Sets the value of the attribute: copyMultiRules; Rules used for this multi-copy. |
CopyObjectInfo[] |
EnterpriseService.saveMultiObjectCopy(CopyMultiRules copyMultiRules,
CopyObjectInfo[] copyInformation)
Used after the client has called newMultiObjectCopy and set any attributes on the objects that it wants to change. |
protected boolean |
CopyMultiRules.readVersion(CopyMultiRules thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
Constructors in wt.enterprise with parameters of type CopyMultiRules | |
EnterpriseServiceEvent(String eventType,
CopyObjectInfo[] copyInformation,
CopyMultiRules copyMultiRules)
Constructs a EnterpriseServiceEvent instance. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |