|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.vc.baseline.BaselineServiceFwd
This service interface defines the service API for recording that a Baselineable
belongs to a Baseline
by persisting a BaselineMember
association.
BaselineHelper
has no helper methodsStandardBaselineService
has listenersBaselineServiceEvent
WTException
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
BaselineServiceFwd()
|
Method Summary | |
Baseline |
addToBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Adds the Baselineable item to the Baseline. |
Baseline |
addToBaseline(Vector a_baselineables,
Baseline a_baseline)
Deprecated. Replaced by addToBaseline(WTCollection, Baseline) |
Baseline |
addToBaseline(WTCollection baselineables,
Baseline baseline)
Adds the collection of Baselineable items to the Baseline. |
QueryResult |
getBaselineItems(Baseline a_baseline)
Returns a QueryResult of Baselineable item iterations that are part of the Baseline. |
QueryResult |
getBaselines(Baselineable a_baselineable)
Returns a QueryResult of Baseline objects that this Baselineable item iteration is part of. |
QueryResult |
getBaselines(Baselineable a_baselineable,
Class baselineClass)
Returns a QueryResult of Baseline objects of a specified class that this Baselineable item iteration is part of. |
WTKeyedMap |
getBaselines(WTCollection baselineables)
Returns a map of baselineables (as keys) to the collection of Baselines they're members of. |
WTKeyedMap |
getBaselines(WTCollection baselineables,
Class baselineClass)
Returns a map of baselineables (as keys) to the collection of baselines (of the given class) they're members of. |
QueryResult |
getManagedBaselines(Baselineable a_baselineable)
Returns a QueryResult of ManagedBaseline objects that this Baselineable item iteration is part of. |
private static Manager |
getManager()
|
boolean |
isAnyIterationInBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Returns true, if for this Baselineable, any items with the same Master are part of the Baseline. |
boolean |
isInBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Returns true, if the Baselineable item iteration is part of the Baseline. |
Baseline |
populateBaseline(Persistable a_object,
Baseline a_baseline,
ConfigSpec a_configSpec)
Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the ConfigSpec. |
Baseline |
populateBaseline(Persistable a_object,
Baseline a_baseline,
Navigator a_navigator)
Adds the Baselineable item iterations to the Baseline by navigating recursively from the object using the Navigator. |
Baseline |
removeFromBaseline(Baselineable a_baselineable,
Baseline a_baseline)
Removes the Baselineable item iteration from the Baseline. |
Baseline |
removeFromBaseline(Vector a_baselineables,
Baseline a_baseline)
Deprecated. Replaced by removeFromBaseline(WTCollection, Baseline) |
Baseline |
removeFromBaseline(WTCollection baselineables,
Baseline baseline)
Removes the collection of Baselineable item iterations from the Baseline. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public BaselineServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public QueryResult getBaselines(Baselineable a_baselineable) throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
getBaselines
in interface BaselineService
a_baselineable
-
WTException
public WTKeyedMap getBaselines(WTCollection baselineables) throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
getBaselines
in interface BaselineService
baselineables
-
WTException
public QueryResult getBaselines(Baselineable a_baselineable, Class baselineClass) throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
getBaselines
in interface BaselineService
a_baselineable
- baselineClass
-
WTException
public WTKeyedMap getBaselines(WTCollection baselineables, Class baselineClass) throws WTException
Note that the Baselineable is considered a member of an IteratedPartialBaseline
only if it is a member of its latest iteration(s).
getBaselines
in interface BaselineService
baselineables
- baselineClass
-
WTException
public QueryResult getManagedBaselines(Baselineable a_baselineable) throws WTException
getManagedBaselines
in interface BaselineService
a_baselineable
-
WTException
public QueryResult getBaselineItems(Baseline a_baseline) throws WTException
getBaselineItems
in interface BaselineService
a_baseline
-
WTException
public boolean isInBaseline(Baselineable a_baselineable, Baseline a_baseline) throws WTException
isInBaseline
in interface BaselineService
a_baselineable
- a_baseline
-
WTException
public boolean isAnyIterationInBaseline(Baselineable a_baselineable, Baseline a_baseline) throws WTException
isAnyIterationInBaseline
in interface BaselineService
a_baselineable
- a_baseline
-
WTException
public Baseline addToBaseline(Baselineable a_baselineable, Baseline a_baseline) throws WTException
addToBaseline
in interface BaselineService
a_baselineable
- a_baseline
-
WTException
public Baseline addToBaseline(Vector a_baselineables, Baseline a_baseline) throws WTException
addToBaseline(WTCollection, Baseline)
addToBaseline
in interface BaselineService
a_baselineables
- a_baseline
-
WTException
public Baseline addToBaseline(WTCollection baselineables, Baseline baseline) throws WTException
addToBaseline
in interface BaselineService
baselineables
- baseline
-
WTException
public Baseline removeFromBaseline(Baselineable a_baselineable, Baseline a_baseline) throws WTException
removeFromBaseline
in interface BaselineService
a_baselineable
- a_baseline
-
WTException
public Baseline removeFromBaseline(Vector a_baselineables, Baseline a_baseline) throws WTException
removeFromBaseline(WTCollection, Baseline)
removeFromBaseline
in interface BaselineService
a_baselineables
- a_baseline
-
WTException
public Baseline populateBaseline(Persistable a_object, Baseline a_baseline, Navigator a_navigator) throws WTException
populateBaseline
in interface BaselineService
a_object
- a_baseline
- a_navigator
-
WTException
public Baseline populateBaseline(Persistable a_object, Baseline a_baseline, ConfigSpec a_configSpec) throws WTException
populateBaseline
in interface BaselineService
a_object
- a_baseline
- a_configSpec
-
WTException
public Baseline removeFromBaseline(WTCollection baselineables, Baseline baseline) throws WTException
removeFromBaseline
in interface BaselineService
baselineables
- baseline
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |