Class PRBDiaHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2pres.PRBDiaHelper
-
public abstract class PRBDiaHelper extends java.lang.Object
This is a utility class for PRBDia that provides static methods for creation or other purposes.- See Also:
PRBDia
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
lock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)
Locks the corresponding behavior of the current object.static void
unlock(SrvContext srvCtx, java.util.List<? extends PRBDia> sel)
Unlocks the correponding behavior of the current object.
-
-
-
Method Detail
-
lock
public static void lock(SrvContext srvCtx, java.util.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, java.util.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
-
-