|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.team.TeamHelper
TeamHelper provides client invokable meethods to team services. These
methods are executed on the client side.
Supported API: true
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
static long |
EXTERNALIZATION_VERSION_UID
|
protected static long |
OLD_FORMAT_VERSION_UID
|
private static String |
RESOURCE
|
(package private) static long |
serialVersionUID
|
static TeamService |
service
Supported API: true |
private static boolean |
VERBOSE
|
Constructor Summary | |
TeamHelper()
|
Method Summary | |
void |
readExternal(ObjectInput input)
Reads the non-transient fields of this class from an external source. |
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(TeamHelper thisObject,
ObjectInput input,
long readSerialVersionUID,
boolean passThrough,
boolean superDone)
Reads the non-transient fields of this class from an external source. |
static TeamManaged |
setTeam(TeamManaged object,
Team team)
Set the team of the TeamManaged object. |
static TeamManaged |
setTeam(TeamManaged object,
TeamReference teamRef)
Set the team of the TeamManaged object. |
static TeamManaged |
setTeamTemplate(TeamManaged object,
TeamTemplate teamTemplate)
Set the team template of the TeamManaged object. |
static TeamManaged |
setTeamTemplate(TeamManaged object,
TeamTemplateReference teamTemplateRef)
Set the team template of the TeamManaged object. |
void |
writeExternal(ObjectOutput output)
Writes the non-transient fields of this class to an external source. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
private static final String RESOURCE
private static final String CLASSNAME
public static final TeamService service
static final long serialVersionUID
public static final long EXTERNALIZATION_VERSION_UID
protected static final long OLD_FORMAT_VERSION_UID
private static boolean VERBOSE
Constructor Detail |
public TeamHelper()
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(TeamHelper 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 static TeamManaged setTeam(TeamManaged object, Team team) throws TeamException, WTPropertyVetoException
object
- the TeamManaged object whose team will be setteam
- the team to be set on the TeamManaged object.
TeamException
WTPropertyVetoException
public static TeamManaged setTeam(TeamManaged object, TeamReference teamRef) throws WTException, TeamException, WTPropertyVetoException
object
- the TeamManaged object whose team should be setteamRef
- the TeamReference of the team that should be set on the TeamManaged object.
WTException
TeamException
WTPropertyVetoException
public static TeamManaged setTeamTemplate(TeamManaged object, TeamTemplate teamTemplate) throws TeamException, WTPropertyVetoException
object
- the TeamManaged object whose team will be setteamTemplate
- the teamTemplate to be set on the TeamManaged object.
TeamException
WTPropertyVetoException
public static TeamManaged setTeamTemplate(TeamManaged object, TeamTemplateReference teamTemplateRef) throws WTException, TeamException, WTPropertyVetoException
object
- the TeamManaged object whose team should be setteamTemplateRef
- the TeamTemplateReference of the team that should be set on the TeamManaged object.
WTException
TeamException
WTPropertyVetoException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |