zoukankan      html  css  js  c++  java
  • Component Interface相关面试题

    下面的列表中的问题很常见,Component Interface是很重要的。你知道基本知识比知道答案更重要。

    Q:以下陈述是错误的。

    A:一个Component Interface 可以map多个PeopleSoft Component。❌

    Q:用来跟踪PeopleSoft 对象的变化的系统表是?

    A:PSRELEASE

    Q:Which of the following are TRUE when a Component Interface (CI) is created on component that has Add action enabled?

    A:Get keys, Create keys and Find keys gets created automaticallyThe Create method is created alongwith the other Standard methods for the CI

    Q:如果你是PS开发人员,在什么情况下Component Interface比Component更有优势?

    A:一个组件在PeopleSoft系统中只是通过页面展示。一个组件接口,可以通过编程的方式来访问和修改数据库,组件接口更灵活,可以是以下形式:PeopleCode, Java, C/C++, or Component Object Model [COM]。

    Q:描述下用peoplecode实现组件接口的步骤。

    A:1、创建一个用户session(Establish a user session)

    2、获取组件接口(Get the Component Interface)

    3、pulate the Create Keys

    4、eate an Instance of the CI

    5、pulate the required fields

    6、Save the CI

    Q:组件接口的主要属性

    A:Keys, Properties & Collections, Methods and Name

    Q:当创建组件接口的时候,哪个标准属性是默认的。

    A:GetHIstoryItems

    我的公众号:

  • 相关阅读:
    谈对信息增益与决策树的理解
    k近邻法
    感知机相关难点细解
    点到空间中面的距离
    统计学习方法中的标注问题
    Hoeffding不等式与泛化误差上界
    经验风险与期望风险
    先验概率与后验概率
    spring和springboot常用注解总结
    多环境下读取不同的配置文件
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136159.html
Copyright © 2011-2022 走看看