de.mid.innovator.srv2api.icw2meta
Class ARG_CopyRoleExecutionDlgInitOut

java.lang.Object
  extended by de.mid.innovator.srv2api.icw2meta.ARG_CopyRoleExecutionDlgInitOut
All Implemented Interfaces:
de.mid.innovator.srv2api.impl.MarshallAble

public class ARG_CopyRoleExecutionDlgInitOut
extends Object
implements de.mid.innovator.srv2api.impl.MarshallAble


Field Summary
 List<String> seqName
          list of names (user role+profile)
 List<MMProfile> seqProfile
          list of profiles
 List<ADUsrRole> seqRole
          list of user roles
 
Constructor Summary
ARG_CopyRoleExecutionDlgInitOut()
           
ARG_CopyRoleExecutionDlgInitOut(List<ADUsrRole> seqRole, List<MMProfile> seqProfile, List<String> seqName)
           
 
Method Summary
 void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
           
 void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel, SrvContext srvctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

seqName

public List<String> seqName
list of names (user role+profile)


seqProfile

public List<MMProfile> seqProfile
list of profiles


seqRole

public List<ADUsrRole> seqRole
list of user roles

Constructor Detail

ARG_CopyRoleExecutionDlgInitOut

public ARG_CopyRoleExecutionDlgInitOut()

ARG_CopyRoleExecutionDlgInitOut

public ARG_CopyRoleExecutionDlgInitOut(List<ADUsrRole> seqRole,
                                       List<MMProfile> seqProfile,
                                       List<String> seqName)
Method Detail

marshal

public void marshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
marshal in interface de.mid.innovator.srv2api.impl.MarshallAble

resolveReferences

public void resolveReferences(de.mid.innovator.srv2api.impl.SrvMemTelegram tel)
Specified by:
resolveReferences in interface de.mid.innovator.srv2api.impl.MarshallAble

unmarshal

public void unmarshal(de.mid.innovator.srv2api.impl.SrvMemTelegram tel,
                      SrvContext srvctx)
Specified by:
unmarshal in interface de.mid.innovator.srv2api.impl.MarshallAble