Package wt.maturity
Class PromotionNotice
java.lang.Object
wt.fc._WTObject
wt.fc.WTObject
wt.enterprise._Managed
wt.enterprise.Managed
wt.maturity._PromotionNotice
wt.maturity.PromotionNotice
- All Implemented Interfaces:
Externalizable,Serializable,wt.access._AccessControlled,wt.access._AccessControlList,wt.access._AdHocControlled,wt.access._IdentityAccessControlled,wt.access._PolicyAccessControlled,wt.access._SecurityLabeled,AccessControlled,wt.access.AccessControlList,AdHocControlled,wt.access.IdentityAccessControlled,wt.access.PolicyAccessControlled,SecurityLabeled,wt.admin._DomainAdministered,DomainAdministered,wt.content._ContentHolder,ContentHolder,wt.esi._Releasable,Releasable,wt.fc._Identified,wt.fc._NetFactor,wt.fc._ObjectMappable,wt.fc._Persistable,wt.fc._UniquelyIdentified,wt.fc.adminlock._AdministrativelyLockable,AdministrativelyLockable,wt.fc.BusinessInformation,Identified,NetFactor,ObjectMappable,Persistable,UniquelyIdentified,wt.folder._CabinetBased,wt.folder._Foldered,wt.folder._FolderEntry,wt.folder._FolderServiceManaged,CabinetBased,Foldered,FolderEntry,wt.folder.FolderServiceManaged,wt.folder.history.Movable,wt.iba.value._IBAHolder,wt.iba.value.IBAHolder,DisplayIdentification,wt.index._Indexable,Indexable,wt.inf.container._WTContained,wt.inf.container._WTContainedIdentified,WTContained,WTContainedIdentified,_LifeCycleManaged,LifeCycleManaged,wt.maturity._PromotionNoticeTypeInterface,wt.maturity.PromotionNoticeTypeInterface,wt.notify._Notifiable,Notifiable,_OrganizationOwned,_OrganizationOwnedImpl,wt.org.electronicIdentity._ElectronicallySignable,wt.org.electronicIdentity.ElectronicallySignable,OrganizationOwned,OrganizationOwnedImpl,wt.ownership._Ownable,wt.ownership.Ownable,wt.recent.RecentlyVisited,_TeamManaged,TeamManaged,wt.type._Typed,wt.type._TypeManaged,wt.type.FlexTyped,wt.type.Typed,wt.type.TypeManaged,wt.workflow.forum._SubjectOfForum,SubjectOfForum,wt.workflow.notebook._SubjectOfNotebook,wt.workflow.notebook.SubjectOfNotebook
@GenAsPersistable(superClass=Managed.class,interfaces={wt.org.electronicIdentity.ElectronicallySignable.class,ContentHolder.class,UniquelyIdentified.class,WTContainedIdentified.class,wt.type.Typed.class,OrganizationOwnedImpl.class,wt.recent.RecentlyVisited.class,wt.access.IdentityAccessControlled.class,wt.folder.history.Movable.class,Releasable.class,wt.maturity.PromotionNoticeTypeInterface.class},extendable=true,versions={-7744214240381361482L,2447790518480162958L},properties={@GeneratedProperty(name="number",type=java.lang.String.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PUBLIC,setExceptions={}),constraints=@PropertyConstraints(stringCase=UPPER_CASE),columnProperties=@ColumnProperties(index=true,columnName="PROMOTIONNOTICENUMBER")),@GeneratedProperty(name="name",type=java.lang.String.class,supportedAPI=PUBLIC,accessors=@PropertyAccessors(setAccess=PUBLIC,setExceptions={}),constraints=@PropertyConstraints(upperLimit=160,required=true),columnProperties=@ColumnProperties(persistent=true)),@GeneratedProperty(name="description",type=java.lang.String.class,supportedAPI=PUBLIC,constraints=@PropertyConstraints(upperLimit=4000)),@GeneratedProperty(name="promotionDate",type=java.sql.Timestamp.class,supportedAPI=PUBLIC),@GeneratedProperty(name="maturityState",type=State.class,supportedAPI=PUBLIC),@GeneratedProperty(name="needBy",type=java.sql.Timestamp.class,supportedAPI=PUBLIC,javaDoc="The date by which this promotion notice should be completed"),@GeneratedProperty(name="longDescription",type=HTMLText.class,supportedAPI=PUBLIC,javaDoc="An end-user provided statement to describe this PromotionNotice.",columnProperties=@ColumnProperties(columnName="longDescription"))},foreignKeys={@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="configuration",type=MaturityBaseline.class,supportedAPI=PUBLIC,autoNavigate=true,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="thePromotionNotice",cardinality=ONE)),@GeneratedForeignKey(foreignKeyRole=@ForeignKeyRole(name="collectedBaseline",type=ManagedBaseline.class,constraints=@PropertyConstraints(required=true)),myRole=@MyRole(name="thePromotionNotice",cardinality=ONE))},tableProperties=@TableProperties(oracleTableSize=LARGE,compositeIndex20="+UPPER(name)"),iconProperties=@IconProperties(standardIcon="netmarkets/images/defer_default.gif",openIcon="netmarkets/images/defer_default.gif"))
public class PromotionNotice
extends _PromotionNotice
The implementation of PromotionNotices. The associated PromotionTargets are promoted in maturity through the Maturity
process.
Use the newPromotionNotice static factory method(s), not the PromotionNotice constructor,
to construct instances of this class. Instances must be constructed using the static factory(s), in order to ensure
proper initialization of the instance.
Supported API: true
Extendable: true
- See Also:
-
Field Summary
Fields inherited from class wt.maturity._PromotionNotice
CONFIGURATION, CONFIGURATION_REFERENCE, DESCRIPTION, LONG_DESCRIPTION, MATURITY_STATE, NAME, NEED_BY, NUMBER, PROMOTION_DATEFields inherited from interface wt.lifecycle._LifeCycleManaged
LIFE_CYCLE_STATE, STATEFields inherited from interface wt.org._OrganizationOwned
ORGANIZATION_CODING_SYSTEM, ORGANIZATION_NAME, ORGANIZATION_UNIQUE_IDENTIFIERFields inherited from interface wt.org._OrganizationOwnedImpl
ORGANIZATION_REFERENCEFields inherited from interface wt.team._TeamManaged
TEAM_ID, TEAM_TEMPLATE_ID -
Method Summary
Modifier and TypeMethodDescriptionvoidValidate that the name, description, requester and RequestType attributes have user supplied values.Gets the value of the attribute: ORGANIZATION.protected voidinitialize(String name) Supports initialization, following construction of an instance.static PromotionNoticeA no-arg new-factory method to construct an initialized instance of a PromotionNotice
Supported API: truestatic PromotionNoticenewPromotionNotice(String name) A new-factory method that construct an initialized instance of a PromotionNotice with the given name.voidsetOrganization(WTOrganization a_Organization) Sets the value of the attribute: ORGANIZATION.Methods inherited from class wt.maturity._PromotionNotice
getConfiguration, getDescription, getLongDescription, getMaturityState, getName, getNeedBy, getNumber, getOrganizationCodingSystem, getOrganizationName, getOrganizationReference, getOrganizationUniqueIdentifier, getPromotionDate, setConfiguration, setConfigurationReference, setDescription, setLongDescription, setMaturityState, setName, setNeedBy, setNumber, setOrganizationReference, setPromotionDateMethods inherited from class wt.enterprise._Managed
getCreator, getLifeCycleState, getState, getTeamId, getTeamTemplateIdMethods inherited from class wt.fc.WTObject
getDisplayIdentifier, getDisplayIdentity, getDisplayType
-
Method Details
-
newPromotionNotice
A no-arg new-factory method to construct an initialized instance of a PromotionNotice
Supported API: true- Returns:
- PromotionNotice
- Throws:
WTException
-
newPromotionNotice
A new-factory method that construct an initialized instance of a PromotionNotice with the given name.
Supported API: true- Parameters:
name-- Returns:
- PromotionNotice
- Throws:
WTException
-
initialize
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.
Supported API: true- Parameters:
name-- Throws:
WTException
-
checkAttributes
Validate that the name, description, requester and RequestType attributes have user supplied values.
Supported API: true- Specified by:
checkAttributesin interfacePersistable- Overrides:
checkAttributesin classWTObject- Throws:
InvalidAttributeException
-
getOrganization
Gets the value of the attribute: ORGANIZATION.
Supported API: true- Returns:
- WTOrganization
-
setOrganization
Sets the value of the attribute: ORGANIZATION.
Supported API: true- Parameters:
a_Organization-- Throws:
WTPropertyVetoException
-