de.mid.innovator.srv2api.icw2elem
Class ELPictureAbleHelper

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2elem.ELPictureAbleHelper

public abstract class ELPictureAbleHelper
extends Object

A PictureAble instance may contain a picture.

See Also:
ELPictureAble

Method Summary
static List<ARG_PictureIdRawData> getPictureList(SrvContext srvCtx, List<Integer> seq)
          Returns a list of picture structures.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getPictureList

public static List<ARG_PictureIdRawData> getPictureList(SrvContext srvCtx,
                                                        List<Integer> seq)
                                                 throws InoNetException,
                                                        SrvErrorException
Returns a list of picture structures. Each structure entry contains the client id and the raw data of the picture. The required pictures may be specified by a list of client ids. If the id list is empty the result contains all pictures of the actual model.

Parameters:
srvCtx - The context of the related innovator server.
seq -
Throws:
InoNetException
SrvErrorException