Uses of Class
com.primavera.integration.client.bo.object.RoleCodeAssignment
Packages that use RoleCodeAssignment
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RoleCodeAssignment in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RoleCodeAssignmentModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRoleCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RoleCodeAssignment objects from the database. -
Uses of RoleCodeAssignment in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RoleCodeAssignmentModifier and TypeMethodDescriptionRoleCodeAssignmentHelper.createBusinessObjectArray(int iSize) RoleCodeAssignmentHelper.newBusinessObject(Session session) RoleCodeAssignmentHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RoleCodeAssignmentModifier and TypeMethodDescriptionRoleCodeAssignmentHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleCodeAssignmentHelper.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.RoleCodeAssignmentHelper.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.RoleCodeAssignmentHelper.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 RoleCodeAssignment in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RoleCodeAssignmentModifier and TypeMethodDescriptionstatic RoleCodeAssignmentLoads a single RoleCodeAssignment object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RoleCodeAssignmentModifier and TypeMethodDescriptionstatic BOIterator<RoleCodeAssignment>Loads multiple RoleCodeAssignment objects from the database.Role.loadRoleCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RoleCodeAssignment objects from the database.RoleCode.loadRoleCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RoleCodeAssignment objects from the database.RoleCodeType.loadRoleCodeAssignments(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RoleCodeAssignment objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RoleCodeAssignmentModifier and TypeMethodDescriptionstatic ObjectId[]RoleCodeAssignment.create(Session session, RoleCodeAssignment[] rolecodeassignments) Creates multiple RoleCodeAssignment objects in the database.static voidRoleCodeAssignment.delete(Session session, RoleCodeAssignment[] rolecodeassignments) Deletes multiple RoleCodeAssignment objects from the database.static voidRoleCodeAssignment.update(Session session, RoleCodeAssignment[] rolecodeassignments) Updates multiple RoleCodeAssignment objects in the database.