de.mid.innovator.srv2api.icw2pres
Class PRBDiaHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2pres.PRBDiaHelper

public abstract class PRBDiaHelper
extends Object

This is a utility class for PRBDia that provides static methods for creation or other purposes.

See Also:
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

createGeneration

public static void createGeneration(SrvContext srvCtx,
                                    List<? extends PRBDia> sel,
                                    String item)
                             throws InoNetException,
                                    SrvErrorException
Creates a new generation of correponding behavior of the current object.

Parameters:
srvCtx - The context of the related innovator server.
sel - all objects that will be modified.
item -
Throws:
InoNetException
SrvErrorException

lock

public static void lock(SrvContext srvCtx,
                        List<? extends PRBDia> sel)
                 throws InoNetException,
                        SrvErrorException
Locks the corresponding behavior of the current object.

Parameters:
srvCtx - The context of the related innovator server.
sel - all objects that will be modified.
Throws:
InoNetException
SrvErrorException

unlock

public static void unlock(SrvContext srvCtx,
                          List<? extends PRBDia> sel)
                   throws InoNetException,
                          SrvErrorException
Unlocks the correponding behavior of the current object.

Parameters:
srvCtx - The context of the related innovator server.
sel - all objects that will be modified.
Throws:
InoNetException
SrvErrorException