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

    我的公众号:

  • 相关阅读:
    flutter 日常所记
    flutter 项目打包出错问题
    flutter去除白屏,添加启动图
    flutter快捷键总结
    flutter组件总结
    首次使用flutter
    微信小程序引入坐标反解析
    公众号H5引入微信地图组件的正确姿势
    小程序获取unionid的方法
    对比两个文件夹或者文件的差异
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136159.html
Copyright © 2011-2022 走看看