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