|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2pres.PRBDiaHelper
public abstract class PRBDiaHelper
This is a utility class for PRBDia that provides static methods for creation or other purposes.
PRBDia| Method Summary | |
|---|---|
static void |
createGeneration(SrvContext srvCtx,
List<? extends PRBDia> sel,
String item)
Creates a new generation of correponding behavior of the current object. |
static void |
lock(SrvContext srvCtx,
List<? extends PRBDia> sel)
Locks the corresponding behavior of the current object. |
static void |
unlock(SrvContext srvCtx,
List<? extends PRBDia> sel)
Unlocks the correponding behavior of the current object. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static void createGeneration(SrvContext srvCtx,
List<? extends PRBDia> sel,
String item)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.sel - all objects that will be modified.item -
InoNetException
SrvErrorException
public static void lock(SrvContext srvCtx,
List<? extends PRBDia> sel)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.sel - all objects that will be modified.
InoNetException
SrvErrorException
public static void unlock(SrvContext srvCtx,
List<? extends PRBDia> sel)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.sel - all objects that will be modified.
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||