wt.inf.team
Class ContainerTeamManagedInfo

java.lang.Object
  extended bywt.inf.team.ContainerTeamManagedInfo
All Implemented Interfaces:
Externalizable, NetFactor, ObjectMappable, Serializable

public class ContainerTeamManagedInfo
extends Object
implements ObjectMappable, Externalizable

ContainerState is the state 'cookie' of the ContainerTeamManaged interface.

Use the newContainerTeamManagedInfo static factory method(s), not the ContainerTeamManagedInfo 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: false

Extendable: false

See Also:
Serialized Form

Field Summary
static String ACTIVE_FLAG
          Label for the attribute.
private  boolean activeFlag
           
static String ACTUAL_END
          Label for the attribute.
static String ACTUAL_START
          Label for the attribute.
private  Timestamp actualEnd
           
private  Timestamp actualStart
           
static String ALLOW_USER_TO_CONFIGURE_ACCESS
          Label for the attribute; Specifies if the container uses object based access control.
private  boolean allowUserToConfigureAccess
           
private static String CLASSNAME
           
static String CONTAINER_TEAM_ID
          Label for the attribute.
private  ContainerTeamReference containerTeamId
           
static long EXTERNALIZATION_VERSION_UID
           
static String INVITATION_MSG
          Label for the attribute; A invitation message entered by the container creator.
private static int INVITATION_MSG_UPPER_LIMIT
           
private  String invitationMsg
           
protected static long OLD_FORMAT_VERSION_UID
           
static String REQUIRE_CONFIRMATION
          Label for the attribute; Specifies if the container uses auto confirmation.
private  boolean requireConfirmation
           
private static String RESOURCE
           
static String SEND_INVITATIONS
          Label for the attribute; Specifies if the container sends invitations to the members.
private  boolean sendInvitations
           
(package private) static long serialVersionUID
           
private  ContainerTeamManagedState state
           
static String STATE
          Label for the attribute.
private static int STATE_UPPER_LIMIT
           
 
Constructor Summary
ContainerTeamManagedInfo()
           
 
Method Summary
private  void allowUserToConfigureAccessValidate(boolean a_AllowUserToConfigureAccess)
           
private  void containerTeamIdValidate(ContainerTeamReference a_ContainerTeamId)
           
 Timestamp getActualEnd()
          Gets the value of the attribute: ACTUAL_END.
 Timestamp getActualStart()
          Gets the value of the attribute: ACTUAL_START.
 ClassInfo getClassInfo()
          Returns the ClassInfo object for this class.
 String getConceptualClassname()
          Deprecated.  
 ContainerTeamReference getContainerTeamId()
          Gets the object for the association that plays role: CONTAINER_TEAM_ID.
 String getInvitationMsg()
          Gets the value of the attribute: INVITATION_MSG.
 ContainerTeamManagedState getState()
          Gets the value of the attribute: STATE.
protected  void initialize()
          Supports initialization, following construction of an instance.
private  void invitationMsgValidate(String a_InvitationMsg)
           
 boolean isActiveFlag()
          Gets the value of the attribute: ACTIVE_FLAG.
 boolean isAllowUserToConfigureAccess()
          Gets the value of the attribute: ALLOW_USER_TO_CONFIGURE_ACCESS.
 boolean isRequireConfirmation()
          Gets the value of the attribute: REQUIRE_CONFIRMATION.
 boolean isSendInvitations()
          Gets the value of the attribute: SEND_INVITATIONS.
static ContainerTeamManagedInfo newContainerTeamManagedInfo()
          Default factory for the class.
 void readExternal(ObjectInput input)
          Reads the non-transient fields of this class from an external source.
 void readExternal(PersistentRetrieveIfc input)
          Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.
private  boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source, which is not the current version.
protected  boolean readVersion(ContainerTeamManagedInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone)
          Reads the non-transient fields of this class from an external source.
private  void requireConfirmationValidate(boolean a_RequireConfirmation)
           
private  void sendInvitationsValidate(boolean a_SendInvitations)
           
 void setActiveFlag(boolean a_ActiveFlag)
          Sets the value of the attribute: ACTIVE_FLAG.
 void setActualEnd(Timestamp a_ActualEnd)
          Sets the value of the attribute: ACTUAL_END.
 void setActualStart(Timestamp a_ActualStart)
          Sets the value of the attribute: ACTUAL_START.
 void setAllowUserToConfigureAccess(boolean a_AllowUserToConfigureAccess)
          Sets the value of the attribute: ALLOW_USER_TO_CONFIGURE_ACCESS.
 void setContainerTeamId(ContainerTeamReference a_ContainerTeamId)
          Sets the object for the association that plays role: CONTAINER_TEAM_ID.
 void setInvitationMsg(String a_InvitationMsg)
          Sets the value of the attribute: INVITATION_MSG.
 void setRequireConfirmation(boolean a_RequireConfirmation)
          Sets the value of the attribute: REQUIRE_CONFIRMATION.
 void setSendInvitations(boolean a_SendInvitations)
          Sets the value of the attribute: SEND_INVITATIONS.
 void setState(ContainerTeamManagedState a_State)
          Sets the value of the attribute: STATE.
private  void stateValidate(ContainerTeamManagedState a_State)
           
 String toString()
          Returns the conceptual (modeled) name for the class.
 void writeExternal(ObjectOutput output)
          Writes the non-transient fields of this class to an external source.
 void writeExternal(PersistentStoreIfc output)
          Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

RESOURCE

private static final String RESOURCE
See Also:
Constant Field Values

CLASSNAME

private static final String CLASSNAME

STATE

public static final String STATE
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

STATE_UPPER_LIMIT

private static int STATE_UPPER_LIMIT

state

private ContainerTeamManagedState state

REQUIRE_CONFIRMATION

public static final String REQUIRE_CONFIRMATION
Label for the attribute; Specifies if the container uses auto confirmation.

Supported API: false

See Also:
Constant Field Values

requireConfirmation

private boolean requireConfirmation

SEND_INVITATIONS

public static final String SEND_INVITATIONS
Label for the attribute; Specifies if the container sends invitations to the members.

Supported API: false

See Also:
Constant Field Values

sendInvitations

private boolean sendInvitations

ALLOW_USER_TO_CONFIGURE_ACCESS

public static final String ALLOW_USER_TO_CONFIGURE_ACCESS
Label for the attribute; Specifies if the container uses object based access control.

Supported API: false

See Also:
Constant Field Values

allowUserToConfigureAccess

private boolean allowUserToConfigureAccess

INVITATION_MSG

public static final String INVITATION_MSG
Label for the attribute; A invitation message entered by the container creator. The message is included on the container invitations.

Supported API: false

See Also:
Constant Field Values

INVITATION_MSG_UPPER_LIMIT

private static int INVITATION_MSG_UPPER_LIMIT

invitationMsg

private String invitationMsg

ACTIVE_FLAG

public static final String ACTIVE_FLAG
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

activeFlag

private boolean activeFlag

ACTUAL_START

public static final String ACTUAL_START
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

actualStart

private Timestamp actualStart

ACTUAL_END

public static final String ACTUAL_END
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

actualEnd

private Timestamp actualEnd

CONTAINER_TEAM_ID

public static final String CONTAINER_TEAM_ID
Label for the attribute.

Supported API: false

See Also:
Constant Field Values

containerTeamId

private ContainerTeamReference containerTeamId

serialVersionUID

static final long serialVersionUID
See Also:
Constant Field Values

EXTERNALIZATION_VERSION_UID

public static final long EXTERNALIZATION_VERSION_UID
See Also:
Constant Field Values

OLD_FORMAT_VERSION_UID

protected static final long OLD_FORMAT_VERSION_UID
See Also:
Constant Field Values
Constructor Detail

ContainerTeamManagedInfo

public ContainerTeamManagedInfo()
Method Detail

writeExternal

public void writeExternal(ObjectOutput output)
                   throws IOException
Writes the non-transient fields of this class to an external source.

Supported API: false

Specified by:
writeExternal in interface Externalizable
Parameters:
output -
Throws:
IOException

readExternal

public void readExternal(ObjectInput input)
                  throws IOException,
                         ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Specified by:
readExternal in interface Externalizable
Parameters:
input -
Throws:
IOException
ClassNotFoundException

readVersion

protected boolean readVersion(ContainerTeamManagedInfo thisObject,
                              ObjectInput input,
                              long readSerialVersionUID,
                              boolean passThrough,
                              boolean superDone)
                       throws IOException,
                              ClassNotFoundException
Reads the non-transient fields of this class from an external source.

Supported API: false

Parameters:
thisObject -
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

readOldVersion

private boolean readOldVersion(ObjectInput input,
                               long readSerialVersionUID,
                               boolean passThrough,
                               boolean superDone)
                        throws IOException,
                               ClassNotFoundException
Reads the non-transient fields of this class from an external source, which is not the current version.

Parameters:
input -
readSerialVersionUID -
passThrough -
superDone -
Returns:
boolean
Throws:
IOException
ClassNotFoundException

writeExternal

public void writeExternal(PersistentStoreIfc output)
                   throws SQLException,
                          DatastoreException
Used by Persistent Data Service to obtain the values of the persistent attributes of this class, so they can be written to a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
writeExternal in interface ObjectMappable
Parameters:
output -
Throws:
SQLException
DatastoreException

readExternal

public void readExternal(PersistentRetrieveIfc input)
                  throws SQLException,
                         DatastoreException
Used by Persistent Data Service to populate the persistent attributes of this class from a persistent store.

(Not intended for general use.)

Supported API: false

Specified by:
readExternal in interface ObjectMappable
Parameters:
input -
Throws:
SQLException
DatastoreException

getConceptualClassname

public String getConceptualClassname()
Deprecated.  

Returns the conceptual (modeled) name for the class.

Supported API: false

Specified by:
getConceptualClassname in interface NetFactor
Returns:
String

toString

public String toString()
Returns the conceptual (modeled) name for the class.

Supported API: false

Returns:
String

getClassInfo

public ClassInfo getClassInfo()
                       throws WTIntrospectionException
Returns the ClassInfo object for this class.

Supported API: false

Specified by:
getClassInfo in interface NetFactor
Returns:
ClassInfo
Throws:
WTIntrospectionException

getState

public ContainerTeamManagedState getState()
Gets the value of the attribute: STATE.

Supported API: false

Returns:
ContainerTeamManagedState

setState

public void setState(ContainerTeamManagedState a_State)
              throws WTPropertyVetoException
Sets the value of the attribute: STATE.

Supported API: false

Parameters:
a_State -
Throws:
WTPropertyVetoException

stateValidate

private void stateValidate(ContainerTeamManagedState a_State)
                    throws WTPropertyVetoException
Parameters:
a_State -
Throws:
WTPropertyVetoException

isRequireConfirmation

public boolean isRequireConfirmation()
Gets the value of the attribute: REQUIRE_CONFIRMATION. Specifies if the container uses auto confirmation.

Supported API: false

Returns:
boolean

setRequireConfirmation

public void setRequireConfirmation(boolean a_RequireConfirmation)
                            throws WTPropertyVetoException
Sets the value of the attribute: REQUIRE_CONFIRMATION. Specifies if the container uses auto confirmation.

Supported API: false

Parameters:
a_RequireConfirmation -
Throws:
WTPropertyVetoException

requireConfirmationValidate

private void requireConfirmationValidate(boolean a_RequireConfirmation)
                                  throws WTPropertyVetoException
Parameters:
a_RequireConfirmation -
Throws:
WTPropertyVetoException

isSendInvitations

public boolean isSendInvitations()
Gets the value of the attribute: SEND_INVITATIONS. Specifies if the container sends invitations to the members.

Supported API: false

Returns:
boolean

setSendInvitations

public void setSendInvitations(boolean a_SendInvitations)
                        throws WTPropertyVetoException
Sets the value of the attribute: SEND_INVITATIONS. Specifies if the container sends invitations to the members.

Supported API: false

Parameters:
a_SendInvitations -
Throws:
WTPropertyVetoException

sendInvitationsValidate

private void sendInvitationsValidate(boolean a_SendInvitations)
                              throws WTPropertyVetoException
Parameters:
a_SendInvitations -
Throws:
WTPropertyVetoException

isAllowUserToConfigureAccess

public boolean isAllowUserToConfigureAccess()
Gets the value of the attribute: ALLOW_USER_TO_CONFIGURE_ACCESS. Specifies if the container uses object based access control.

Supported API: false

Returns:
boolean

setAllowUserToConfigureAccess

public void setAllowUserToConfigureAccess(boolean a_AllowUserToConfigureAccess)
                                   throws WTPropertyVetoException
Sets the value of the attribute: ALLOW_USER_TO_CONFIGURE_ACCESS. Specifies if the container uses object based access control.

Supported API: false

Parameters:
a_AllowUserToConfigureAccess -
Throws:
WTPropertyVetoException

allowUserToConfigureAccessValidate

private void allowUserToConfigureAccessValidate(boolean a_AllowUserToConfigureAccess)
                                         throws WTPropertyVetoException
Parameters:
a_AllowUserToConfigureAccess -
Throws:
WTPropertyVetoException

getInvitationMsg

public String getInvitationMsg()
Gets the value of the attribute: INVITATION_MSG. A invitation message entered by the container creator. The message is included on the container invitations.

Supported API: false

Returns:
String

setInvitationMsg

public void setInvitationMsg(String a_InvitationMsg)
                      throws WTPropertyVetoException
Sets the value of the attribute: INVITATION_MSG. A invitation message entered by the container creator. The message is included on the container invitations.

Supported API: false

Parameters:
a_InvitationMsg -
Throws:
WTPropertyVetoException

invitationMsgValidate

private void invitationMsgValidate(String a_InvitationMsg)
                            throws WTPropertyVetoException
Parameters:
a_InvitationMsg -
Throws:
WTPropertyVetoException

isActiveFlag

public boolean isActiveFlag()
Gets the value of the attribute: ACTIVE_FLAG.

Supported API: false

Returns:
boolean

setActiveFlag

public void setActiveFlag(boolean a_ActiveFlag)
                   throws WTPropertyVetoException
Sets the value of the attribute: ACTIVE_FLAG.

Supported API: false

Parameters:
a_ActiveFlag -
Throws:
WTPropertyVetoException

getActualStart

public Timestamp getActualStart()
Gets the value of the attribute: ACTUAL_START.

Supported API: false

Returns:
Timestamp

setActualStart

public void setActualStart(Timestamp a_ActualStart)
                    throws WTPropertyVetoException
Sets the value of the attribute: ACTUAL_START.

Supported API: false

Parameters:
a_ActualStart -
Throws:
WTPropertyVetoException

getActualEnd

public Timestamp getActualEnd()
Gets the value of the attribute: ACTUAL_END.

Supported API: false

Returns:
Timestamp

setActualEnd

public void setActualEnd(Timestamp a_ActualEnd)
                  throws WTPropertyVetoException
Sets the value of the attribute: ACTUAL_END.

Supported API: false

Parameters:
a_ActualEnd -
Throws:
WTPropertyVetoException

getContainerTeamId

public ContainerTeamReference getContainerTeamId()
Gets the object for the association that plays role: CONTAINER_TEAM_ID.

Supported API: false

Returns:
ContainerTeamReference

setContainerTeamId

public void setContainerTeamId(ContainerTeamReference a_ContainerTeamId)
                        throws WTPropertyVetoException
Sets the object for the association that plays role: CONTAINER_TEAM_ID.

Supported API: false

Parameters:
a_ContainerTeamId -
Throws:
WTPropertyVetoException

containerTeamIdValidate

private void containerTeamIdValidate(ContainerTeamReference a_ContainerTeamId)
                              throws WTPropertyVetoException
Parameters:
a_ContainerTeamId -
Throws:
WTPropertyVetoException

newContainerTeamManagedInfo

public static ContainerTeamManagedInfo newContainerTeamManagedInfo()
                                                            throws WTException
Default factory for the class.

Supported API: false

Returns:
ContainerTeamManagedInfo
Throws:
WTException

initialize

protected void initialize()
                   throws WTException
Supports initialization, following construction of an instance. Invoked by "new" factory having the same signature.

Supported API: false

Throws:
WTException