|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Objectde.mid.innovator.srv2api.icw2meta.ADClientAbleHelper
public abstract class ADClientAbleHelper
This is a utility class for ADClientAble that provides static methods for creation or other purposes.
ADClientAble| Method Summary | ||
|---|---|---|
static List<K_MODIFY> |
getModifyDialogs(SrvContext srvCtx,
K_CLIENT_LOCATION kClientLocation,
List<? extends ADClientAble> seqModel,
List<? extends ADClientAble> seqPresentation)
All modify dialogs which are allowed for the specified elements. |
|
static
|
getReferences(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELElement> seqSel,
ARG_IRefRestriction valRestrictOut,
List<ARG_IRefViewSpecification> seqViewSpec)
Internal request used by de.mid.innovator.ref.ReferencesCollector. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static List<K_MODIFY> getModifyDialogs(SrvContext srvCtx,
K_CLIENT_LOCATION kClientLocation,
List<? extends ADClientAble> seqModel,
List<? extends ADClientAble> seqPresentation)
throws InoNetException,
SrvErrorException
srvCtx - The context of the related innovator server.kClientLocation - kind of the client locationseqModel - seqPresentation -
InoNetException
SrvErrorException
public static <T extends ADClientAble> List<T> getReferences(Class<T> returnType,
SrvContext srvCtx,
List<? extends ELElement> seqSel,
ARG_IRefRestriction valRestrictOut,
List<ARG_IRefViewSpecification> seqViewSpec)
throws InoNetException,
SrvErrorException
returnType - Specifies the type of elements to be returned.srvCtx - The context of the related innovator server.seqSel - sequence of selected elementsvalRestrictOut - restriction argumentseqViewSpec - view specification
InoNetException
SrvErrorException
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||