|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PromotionNotice | |
wt.maturity | |
wt.maturity.maturityTest |
Uses of PromotionNotice in wt.maturity |
Methods in wt.maturity that return PromotionNotice | |
PromotionNotice |
ThePromotionNoticeConfiguration.getPromotionNotice()
Gets the object for the association that plays role: PROMOTION_NOTICE_ROLE. |
PromotionNotice |
StandardMaturityService.deletePromotionNotice(PromotionNotice pn)
Deletes a PromotionNotice. |
PromotionNotice |
StandardMaturityService.savePromotionNotice(PromotionNotice pn)
Persists the PromotionNotice. |
PromotionNotice |
StandardMaturityService.deletePromotionTargets(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionTarget link between the PromotionNotice and the Promotable. |
PromotionNotice |
StandardMaturityService.deletePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionSeed link between the PromotionNotice and the Promotable. |
PromotionNotice |
PromotionTarget.getPromotionNotice()
Gets the object for the association that plays role: PROMOTION_NOTICE_ROLE. |
PromotionNotice |
PromotionSeed.getPromotionNotice()
Gets the object for the association that plays role: PROMOTION_NOTICE_ROLE. |
static PromotionNotice |
PromotionNotice.newPromotionNotice()
A no-arg new-factory method to construct an initialized instance of a PromotionNotice Supported API: true |
static PromotionNotice |
PromotionNotice.newPromotionNotice(String name)
A new-factory method that construct an initialized instance of a PromotionNotice with the given name. |
PromotionNotice |
MaturityServiceFwd.deletePromotionNotice(PromotionNotice pn)
Deletes a PromotionNotice. |
PromotionNotice |
MaturityServiceFwd.savePromotionNotice(PromotionNotice pn)
Persists the PromotionNotice. |
PromotionNotice |
MaturityServiceFwd.deletePromotionTargets(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionTarget link between the PromotionNotice and the Promotable. |
PromotionNotice |
MaturityServiceFwd.deletePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionSeed link between the PromotionNotice and the Promotable. |
PromotionNotice |
MaturityService.deletePromotionNotice(PromotionNotice pn)
Deletes a PromotionNotice. |
PromotionNotice |
MaturityService.savePromotionNotice(PromotionNotice pn)
Persists the PromotionNotice. |
PromotionNotice |
MaturityService.deletePromotionTargets(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionTarget link between the PromotionNotice and the Promotable. |
PromotionNotice |
MaturityService.deletePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionSeed link between the PromotionNotice and the Promotable. |
Methods in wt.maturity with parameters of type PromotionNotice | |
void |
ThePromotionNoticeConfiguration.setPromotionNotice(PromotionNotice thePromotionNotice)
Sets the object for the association that plays role: PROMOTION_NOTICE_ROLE. |
static ThePromotionNoticeConfiguration |
ThePromotionNoticeConfiguration.newThePromotionNoticeConfiguration(PromotionNotice thePromotionNotice,
MaturityBaseline configuration)
Default factory for the class. |
PromotionNotice |
StandardMaturityService.deletePromotionNotice(PromotionNotice pn)
Deletes a PromotionNotice. |
PromotionNotice |
StandardMaturityService.savePromotionNotice(PromotionNotice pn)
Persists the PromotionNotice. |
PromotionNotice |
StandardMaturityService.deletePromotionTargets(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionTarget link between the PromotionNotice and the Promotable. |
QueryResult |
StandardMaturityService.getPromotionTargets(PromotionNotice pn)
Returns the PromotionTargets associated to the PromotionNotice. |
void |
StandardMaturityService.savePromotionTargets(PromotionNotice pn,
WTSet promotables)
Creates and persists PromotionTargets between the PromotionNotice and the Promotables. |
void |
StandardMaturityService.unattachPromotable(Promotable refObject,
PromotionNotice promotionNotice,
Class linkClass,
String maturityRole)
Deletes the association between a PromotionNotice and a Promotable. |
void |
StandardMaturityService.savePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Creates and persists PromotionSeeds between the PromotionNotice and the Promotables. |
QueryResult |
StandardMaturityService.getPromotionSeeds(PromotionNotice pn)
Supported API: false |
PromotionNotice |
StandardMaturityService.deletePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionSeed link between the PromotionNotice and the Promotable. |
QueryResult |
StandardMaturityService.getBaselineItems(PromotionNotice promotionNotice)
Returns a QueryResult of MaturityVersioned, Baselineable item iterations that are part of the Maturity Baseline associated to the PromotionNotice. |
boolean |
StandardMaturityService.isInBaseline(Promotable promotable,
PromotionNotice promotionNotice)
Returns true, if the MaturityVersioned item iteration is part of the MaturityBaseline associated to the PromotionNotice. |
boolean |
StandardMaturityService.isAnyIterationInBaseline(Promotable promotable,
PromotionNotice promotionNotice)
Returns true, if for this Maturity Baselineable, any items with the same Master are part of the MaturityBaseline associated to the PromotionNotice. |
QueryResult |
StandardMaturityService.getPromotionTargets(PromotionNotice pn,
boolean onlyOtherSide)
Returns the PromotionTargets associated to the PromotionNotice. |
void |
StandardMaturityService.generateViewables(WTCollection collection,
PromotionNotice thePN,
ConfigSpec configSpec,
boolean defaultRep)
Generate ProductView viewables. |
void |
StandardMaturityService.lockTargets(PromotionNotice pn)
Given a PromotionNotice validate and set to the LOCK state the associated PromotionTargets. |
void |
StandardMaturityService.promoteTargets(PromotionNotice pn)
Given a PromotionNotice validate and set to the promotion state defined in the PromotionNotice. |
void |
StandardMaturityService.unlockTargets(PromotionNotice pn)
Given a PromotionNotice validate and set to the create state the associated PromotionTargets. |
void |
PromotionTarget.setPromotionNotice(PromotionNotice thePromotionNotice)
Sets the object for the association that plays role: PROMOTION_NOTICE_ROLE. |
static PromotionTarget |
PromotionTarget.newPromotionTarget(PromotionNotice thePromotionNotice,
Promotable thePromotable)
Default factory for the class. |
void |
PromotionSeed.setPromotionNotice(PromotionNotice thePromotionNotice)
Sets the object for the association that plays role: PROMOTION_NOTICE_ROLE. |
static PromotionSeed |
PromotionSeed.newPromotionSeed(PromotionNotice thePromotionNotice,
Promotable thePromotable)
Default factory for the class. |
static PromotionNoticeIdentity |
PromotionNoticeIdentity.newPromotionNoticeIdentity(PromotionNotice promotionNotice)
Supported API: false |
protected void |
PromotionNoticeIdentity.initialize(PromotionNotice promotionNotice)
Supports initialization, following construction of an instance. |
PromotionNoticeConfigSpec |
PromotionNoticeConfigSpec.newPromotionNoticeConfigSpec(PromotionNotice promotionNotice)
Supported API: true |
protected boolean |
PromotionNotice.readVersion(PromotionNotice thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
void |
MaturityServiceSvr.lockTargets(PromotionNotice pn)
Given a PromotionNotice validate and set to the LOCK state the associated PromotionTargets. |
void |
MaturityServiceSvr.promoteTargets(PromotionNotice pn)
Given a PromotionNotice validate and set to the promotion state defined in the PromotionNotice. |
void |
MaturityServiceSvr.unlockTargets(PromotionNotice pn)
Given a PromotionNotice validate and set to the create state the associated PromotionTargets. |
PromotionNotice |
MaturityServiceFwd.deletePromotionNotice(PromotionNotice pn)
Deletes a PromotionNotice. |
PromotionNotice |
MaturityServiceFwd.savePromotionNotice(PromotionNotice pn)
Persists the PromotionNotice. |
PromotionNotice |
MaturityServiceFwd.deletePromotionTargets(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionTarget link between the PromotionNotice and the Promotable. |
QueryResult |
MaturityServiceFwd.getPromotionTargets(PromotionNotice pn)
Returns the PromotionTargets associated to the PromotionNotice. |
void |
MaturityServiceFwd.savePromotionTargets(PromotionNotice pn,
WTSet promotables)
Creates and persists PromotionTargets between the PromotionNotice and the Promotables. |
void |
MaturityServiceFwd.unattachPromotable(Promotable refObject,
PromotionNotice promotionNotice,
Class linkClass,
String maturityRole)
Deletes the association between a PromotionNotice and a Promotable. |
void |
MaturityServiceFwd.savePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Creates and persists PromotionSeeds between the PromotionNotice and the Promotables. |
QueryResult |
MaturityServiceFwd.getPromotionSeeds(PromotionNotice pn)
Supported API: false |
PromotionNotice |
MaturityServiceFwd.deletePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionSeed link between the PromotionNotice and the Promotable. |
QueryResult |
MaturityServiceFwd.getBaselineItems(PromotionNotice promotionNotice)
Returns a QueryResult of MaturityVersioned, Baselineable item iterations that are part of the Maturity Baseline associated to the PromotionNotice. |
boolean |
MaturityServiceFwd.isInBaseline(Promotable promotable,
PromotionNotice promotionNotice)
Returns true, if the MaturityVersioned item iteration is part of the MaturityBaseline associated to the PromotionNotice. |
boolean |
MaturityServiceFwd.isAnyIterationInBaseline(Promotable promotable,
PromotionNotice promotionNotice)
Returns true, if for this Maturity Baselineable, any items with the same Master are part of the MaturityBaseline associated to the PromotionNotice. |
QueryResult |
MaturityServiceFwd.getPromotionTargets(PromotionNotice pn,
boolean onlyOtherSide)
Returns the PromotionTargets associated to the PromotionNotice. |
void |
MaturityServiceFwd.generateViewables(WTCollection collection,
PromotionNotice thePN,
ConfigSpec configSpec,
boolean defaultRep)
Generate ProductView viewables. |
PromotionNotice |
MaturityService.deletePromotionNotice(PromotionNotice pn)
Deletes a PromotionNotice. |
PromotionNotice |
MaturityService.savePromotionNotice(PromotionNotice pn)
Persists the PromotionNotice. |
PromotionNotice |
MaturityService.deletePromotionTargets(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionTarget link between the PromotionNotice and the Promotable. |
QueryResult |
MaturityService.getPromotionTargets(PromotionNotice pn)
Returns the PromotionTargets associated to the PromotionNotice. |
void |
MaturityService.savePromotionTargets(PromotionNotice pn,
WTSet promotables)
Creates and persists PromotionTargets between the PromotionNotice and the Promotables. |
void |
MaturityService.unattachPromotable(Promotable refObject,
PromotionNotice promotionNotice,
Class linkClass,
String maturityRole)
Deletes the association between a PromotionNotice and a Promotable. |
void |
MaturityService.savePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Creates and persists PromotionSeeds between the PromotionNotice and the Promotables. |
QueryResult |
MaturityService.getPromotionSeeds(PromotionNotice pn)
Supported API: false |
PromotionNotice |
MaturityService.deletePromotionSeeds(PromotionNotice pn,
WTSet promotables)
Deletes the PromotionSeed link between the PromotionNotice and the Promotable. |
QueryResult |
MaturityService.getBaselineItems(PromotionNotice promotionNotice)
Returns a QueryResult of MaturityVersioned, Baselineable item iterations that are part of the Maturity Baseline associated to the PromotionNotice. |
boolean |
MaturityService.isInBaseline(Promotable promotable,
PromotionNotice promotionNotice)
Returns true, if the MaturityVersioned item iteration is part of the MaturityBaseline associated to the PromotionNotice. |
boolean |
MaturityService.isAnyIterationInBaseline(Promotable promotable,
PromotionNotice promotionNotice)
Returns true, if for this Maturity Baselineable, any items with the same Master are part of the MaturityBaseline associated to the PromotionNotice. |
QueryResult |
MaturityService.getPromotionTargets(PromotionNotice pn,
boolean onlyOtherSide)
Returns the PromotionTargets associated to the PromotionNotice. |
void |
MaturityService.generateViewables(WTCollection collection,
PromotionNotice thePN,
ConfigSpec configSpec,
boolean defaultRep)
Generate ProductView viewables. |
Uses of PromotionNotice in wt.maturity.maturityTest |
Methods in wt.maturity.maturityTest with parameters of type PromotionNotice | |
static boolean |
CreatePromotionNotice.createPNWithDoc(PromotionNotice pn)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |