Class MMPresEntryHelper
- java.lang.Object
-
- de.mid.innovator.srv2api.icw2meta.MMPresEntryHelper
-
public abstract class MMPresEntryHelper extends java.lang.Object
This is a utility class for MMPresEntry that provides static methods for creation or other purposes.- See Also:
MMPresEntry
-
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.util.List<MMPresEntry>
create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<? extends MM2Presentation> seqPres)
Creates a new presentation entry.
-
-
-
Method Detail
-
create
public static java.util.List<MMPresEntry> create(SrvContext srvCtx, MMProfile ohProfile, MMFormatAble ohFormatAble, java.util.List<? extends MM2Presentation> seqPres) throws InoNetException, SrvErrorException
Creates a new presentation entry.- Parameters:
srvCtx
- The context of the related innovator server.ohProfile
- the profile which contains the presentation entry to be createdohFormatAble
- the format able element which contains the presentation entry to be createdseqPres
- list of meta presentations to be created as presentation entry- Throws:
InoNetException
SrvErrorException
-
-