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

    我的公众号:

  • 相关阅读:
    HDU 1501 Zipper(DFS)
    HDU 2181 哈密顿绕行世界问题(DFS)
    HDU 1254 推箱子(BFS)
    HDU 1045 Fire Net (DFS)
    HDU 2212 DFS
    HDU 1241Oil Deposits (DFS)
    HDU 1312 Red and Black (DFS)
    HDU 1010 Tempter of the Bone(DFS+奇偶剪枝)
    HDU 1022 Train Problem I(栈)
    HDU 1008 u Calculate e
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136159.html
Copyright © 2011-2022 走看看