|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.inf.team.ContainerTeamManagedInfo
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
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 |
private static final String RESOURCE
private static final String CLASSNAME
public static final String STATE
private static int STATE_UPPER_LIMIT
private ContainerTeamManagedState state
public static final String REQUIRE_CONFIRMATION
private boolean requireConfirmation
public static final String SEND_INVITATIONS
private boolean sendInvitations
public static final String ALLOW_USER_TO_CONFIGURE_ACCESS
private boolean allowUserToConfigureAccess
public static final String INVITATION_MSG
private static int INVITATION_MSG_UPPER_LIMIT
private String invitationMsg
public static final String ACTIVE_FLAG
private boolean activeFlag
public static final String ACTUAL_START
private Timestamp actualStart
public static final String ACTUAL_END
private Timestamp actualEnd
public static final String CONTAINER_TEAM_ID
private ContainerTeamReference containerTeamId
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
Constructor Detail |
public ContainerTeamManagedInfo()
Method Detail |
public void writeExternal(ObjectOutput output) throws IOException
writeExternal
in interface Externalizable
output
-
IOException
public void readExternal(ObjectInput input) throws IOException, ClassNotFoundException
readExternal
in interface Externalizable
input
-
IOException
ClassNotFoundException
protected boolean readVersion(ContainerTeamManagedInfo thisObject, ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
thisObject
- input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
private boolean readOldVersion(ObjectInput input, long readSerialVersionUID, boolean passThrough, boolean superDone) throws IOException, ClassNotFoundException
input
- readSerialVersionUID
- passThrough
- superDone
-
IOException
ClassNotFoundException
public void writeExternal(PersistentStoreIfc output) throws SQLException, DatastoreException
(Not intended for general use.)
Supported API: false
writeExternal
in interface ObjectMappable
output
-
SQLException
DatastoreException
public void readExternal(PersistentRetrieveIfc input) throws SQLException, DatastoreException
(Not intended for general
use.)
Supported API: false
readExternal
in interface ObjectMappable
input
-
SQLException
DatastoreException
public String getConceptualClassname()
getConceptualClassname
in interface NetFactor
public String toString()
public ClassInfo getClassInfo() throws WTIntrospectionException
getClassInfo
in interface NetFactor
WTIntrospectionException
public ContainerTeamManagedState getState()
public void setState(ContainerTeamManagedState a_State) throws WTPropertyVetoException
a_State
-
WTPropertyVetoException
private void stateValidate(ContainerTeamManagedState a_State) throws WTPropertyVetoException
a_State
-
WTPropertyVetoException
public boolean isRequireConfirmation()
public void setRequireConfirmation(boolean a_RequireConfirmation) throws WTPropertyVetoException
a_RequireConfirmation
-
WTPropertyVetoException
private void requireConfirmationValidate(boolean a_RequireConfirmation) throws WTPropertyVetoException
a_RequireConfirmation
-
WTPropertyVetoException
public boolean isSendInvitations()
public void setSendInvitations(boolean a_SendInvitations) throws WTPropertyVetoException
a_SendInvitations
-
WTPropertyVetoException
private void sendInvitationsValidate(boolean a_SendInvitations) throws WTPropertyVetoException
a_SendInvitations
-
WTPropertyVetoException
public boolean isAllowUserToConfigureAccess()
public void setAllowUserToConfigureAccess(boolean a_AllowUserToConfigureAccess) throws WTPropertyVetoException
a_AllowUserToConfigureAccess
-
WTPropertyVetoException
private void allowUserToConfigureAccessValidate(boolean a_AllowUserToConfigureAccess) throws WTPropertyVetoException
a_AllowUserToConfigureAccess
-
WTPropertyVetoException
public String getInvitationMsg()
public void setInvitationMsg(String a_InvitationMsg) throws WTPropertyVetoException
a_InvitationMsg
-
WTPropertyVetoException
private void invitationMsgValidate(String a_InvitationMsg) throws WTPropertyVetoException
a_InvitationMsg
-
WTPropertyVetoException
public boolean isActiveFlag()
public void setActiveFlag(boolean a_ActiveFlag) throws WTPropertyVetoException
a_ActiveFlag
-
WTPropertyVetoException
public Timestamp getActualStart()
public void setActualStart(Timestamp a_ActualStart) throws WTPropertyVetoException
a_ActualStart
-
WTPropertyVetoException
public Timestamp getActualEnd()
public void setActualEnd(Timestamp a_ActualEnd) throws WTPropertyVetoException
a_ActualEnd
-
WTPropertyVetoException
public ContainerTeamReference getContainerTeamId()
public void setContainerTeamId(ContainerTeamReference a_ContainerTeamId) throws WTPropertyVetoException
a_ContainerTeamId
-
WTPropertyVetoException
private void containerTeamIdValidate(ContainerTeamReference a_ContainerTeamId) throws WTPropertyVetoException
a_ContainerTeamId
-
WTPropertyVetoException
public static ContainerTeamManagedInfo newContainerTeamManagedInfo() throws WTException
WTException
protected void initialize() throws WTException
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |