Uses of Class
com.primavera.integration.client.bo.object.UserInterfaceView
Packages that use UserInterfaceView
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of UserInterfaceView in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type UserInterfaceViewModifier and TypeMethodDescriptionEnterpriseLoadManager.loadUserInterfaceViews(String[] fields, String sWhereClause, String sOrderBy) Loads multiple UserInterfaceView objects from the database. -
Uses of UserInterfaceView in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return UserInterfaceViewModifier and TypeMethodDescriptionUserInterfaceViewHelper.createBusinessObjectArray(int iSize) UserInterfaceViewHelper.newBusinessObject(Session session) UserInterfaceViewHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type UserInterfaceViewModifier and TypeMethodDescriptionUserInterfaceViewHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) UserInterfaceViewHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserInterfaceViewHelper.load(Session session, String[] fields, ObjectId[] objIds, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code.UserInterfaceViewHelper.load(Session session, String[] fields, String sWhereClause, String sOrderBy, com.primavera.bo.common.PRequestOptions options, com.primavera.bo.base.RemoteTXId txId) An internal load method that should not be called directly from client code. -
Uses of UserInterfaceView in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return UserInterfaceViewModifier and TypeMethodDescriptionstatic UserInterfaceViewLoads a single UserInterfaceView object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type UserInterfaceViewModifier and TypeMethodDescriptionstatic BOIterator<UserInterfaceView>Loads multiple UserInterfaceView objects from the database.