de.mid.innovator.srv2api.icw2meta
Class MMFormatAbleHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2meta.MMFormatAbleHelper

public abstract class MMFormatAbleHelper
extends Object

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

See Also:
MMFormatAble

Method Summary
static void deleteFormat(SrvContext srvCtx, MMProfile ohProfile, List<? extends MMFormatAble> seqAble)
          Deletes the specified formats.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

deleteFormat

public static void deleteFormat(SrvContext srvCtx,
                                MMProfile ohProfile,
                                List<? extends MMFormatAble> seqAble)
                         throws InoNetException,
                                SrvErrorException
Deletes the specified formats.

Parameters:
srvCtx - The context of the related innovator server.
ohProfile - profile of the format - optional element
seqAble - list of format able elements
Throws:
InoNetException
SrvErrorException