Uses of Class
com.primavera.integration.client.bo.object.RoleCode
Packages that use RoleCode
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RoleCode in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RoleCodeModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRoleCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RoleCode objects from the database. -
Uses of RoleCode in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RoleCodeModifier and TypeMethodDescriptionRoleCode[]RoleCodeHelper.createBusinessObjectArray(int iSize) RoleCodeHelper.newBusinessObject(Session session) RoleCodeHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RoleCodeModifier and TypeMethodDescriptionRoleCodeHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleCodeHelper.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.RoleCodeHelper.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.RoleCodeHelper.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 RoleCode in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RoleCodeModifier and TypeMethodDescriptionstatic RoleCodeLoads a single RoleCode object from the database.RoleCode.loadParentRoleCode(String[] fields) Loads an associated RoleCode object from the database.RoleCodeAssignment.loadRoleCode(String[] fields) Loads an associated RoleCode object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RoleCodeModifier and TypeMethodDescriptionstatic BOIterator<RoleCode>Loads multiple RoleCode objects from the database.RoleCodeType.loadAllRoleCodes(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RoleCode objects from the database.RoleCode.loadRoleCodeChildren(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RoleCode objects from the database.RoleCodeType.loadRootRoleCodes(String[] fields) Loads all root RoleCode objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RoleCodeModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple RoleCode objects in the database.RoleCode.createRoleCodeChild(RoleCode rolecodechild) Creates an associated RoleCode object in the database.ObjectId[]RoleCode.createRoleCodeChildren(RoleCode[] rolecodechildren) Creates multiple associated RoleCode objects in the database.static voidDeletes multiple RoleCode objects from the database.static voidUpdates multiple RoleCode objects in the database.