• 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

    我的公众号:

  • 相关阅读:
    Ubuntu系统下的实用软件推荐
    上传项目到GitHub
    eclipse+fileSyncPlugin+svn+jenkins+tomcat
    js,jq获取元素位置属性及兼容性写法
    清除浮动的几种方法
    sub,dl,dt,排版,横向滚动条,浮动元素居中,box-sizing
    a里面不能嵌套a
    随笔
    自适应屏幕轮播图详解
    tip
  • 原文地址:https://www.cnblogs.com/eason-liu/p/7136159.html
Copyright © 2020-2023  润新知