|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectwt.vc.sessioniteration.SessionIterationServiceFwd
Supported API: false
Extendable: false
Field Summary | |
private static String |
CLASSNAME
|
private static String |
FC_RESOURCE
|
(package private) static boolean |
SERVER
|
Fields inherited from interface wt.method.RemoteAccess |
versionID |
Constructor Summary | |
SessionIterationServiceFwd()
|
Method Summary | |
SessionEditedIteration |
commitSessionIteration(SessionEditedIteration sessionIteration,
String comment)
Commits the session iteration. |
SessionEditedIteration |
createSessionIteration(SessionEditedIteration iteration,
WTPrincipal principal,
String comment)
Creates a session iteration for the specified principal from the given iteration. |
SessionEditedIteration |
deleteSessionIteration(SessionEditedIteration sessionIteration)
Deletes the session iteration. |
private static Manager |
getManager()
|
SessionEditedIteration |
getSessionIteration(SessionEditedIteration iteration,
WTPrincipal principal)
Returns a session iteration for the principal specified (or the current principal if null is passed in) -- if one exists -- that was created from the iteration provided. |
void |
validateCommitSessionIteration(SessionEditedIteration sessionIteration)
Returns true if the session iteration can be commited. |
void |
validateCreateSessionIteration(SessionEditedIteration iteration,
WTPrincipal principal)
Returns true if the principal can create a session iteration from the specified iteration. |
void |
validateDeleteSessionIteration(SessionEditedIteration sessionIteration)
Validates that the session iteration can be deleted. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
static final boolean SERVER
private static final String FC_RESOURCE
private static final String CLASSNAME
Constructor Detail |
public SessionIterationServiceFwd()
Method Detail |
private static Manager getManager() throws WTException
WTException
public SessionEditedIteration getSessionIteration(SessionEditedIteration iteration, WTPrincipal principal) throws WTException
getSessionIteration
in interface SessionIterationService
iteration
- principal
-
WTException
public void validateCreateSessionIteration(SessionEditedIteration iteration, WTPrincipal principal) throws WTException
validateCreateSessionIteration
in interface SessionIterationService
iteration
- principal
-
WTException
public SessionEditedIteration createSessionIteration(SessionEditedIteration iteration, WTPrincipal principal, String comment) throws WTException
createSessionIteration
in interface SessionIterationService
iteration
- principal
- comment
-
WTException
public void validateCommitSessionIteration(SessionEditedIteration sessionIteration) throws WTException
validateCommitSessionIteration
in interface SessionIterationService
sessionIteration
-
WTException
public SessionEditedIteration commitSessionIteration(SessionEditedIteration sessionIteration, String comment) throws WTException
commitSessionIteration
in interface SessionIterationService
sessionIteration
- comment
-
WTException
public void validateDeleteSessionIteration(SessionEditedIteration sessionIteration) throws WTException
validateDeleteSessionIteration
in interface SessionIterationService
sessionIteration
-
WTException
public SessionEditedIteration deleteSessionIteration(SessionEditedIteration sessionIteration) throws WTException
deleteSessionIteration
in interface SessionIterationService
sessionIteration
-
WTException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |