Uses of Class
com.primavera.integration.client.bo.object.RoleLimit
Packages that use RoleLimit
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of RoleLimit in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type RoleLimitModifier and TypeMethodDescriptionEnterpriseLoadManager.loadRoleLimits(String[] fields, String sWhereClause, String sOrderBy) Loads multiple RoleLimit objects from the database. -
Uses of RoleLimit in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return RoleLimitModifier and TypeMethodDescriptionRoleLimitHelper.createBusinessObjectArray(int iSize) RoleLimitHelper.newBusinessObject(Session session) RoleLimitHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type RoleLimitModifier and TypeMethodDescriptionRoleLimitHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) RoleLimitHelper.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.RoleLimitHelper.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.RoleLimitHelper.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 RoleLimit in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return RoleLimitModifier and TypeMethodDescriptionstatic RoleLimitLoads a single RoleLimit object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type RoleLimitModifier and TypeMethodDescriptionstatic BOIterator<RoleLimit>Loads multiple RoleLimit objects from the database.Role.loadRoleLimits(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated RoleLimit objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type RoleLimitModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple RoleLimit objects in the database.Role.createRoleLimit(RoleLimit rolelimit) Creates an associated RoleLimit object in the database.ObjectId[]Role.createRoleLimits(RoleLimit[] rolelimits) Creates multiple associated RoleLimit objects in the database.static voidDeletes multiple RoleLimit objects from the database.static voidUpdates multiple RoleLimit objects in the database.