Uses of Class
com.primavera.integration.client.bo.object.IssueHistory
Packages that use IssueHistory
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of IssueHistory in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type IssueHistoryModifier and TypeMethodDescriptionEnterpriseLoadManager.loadIssueHistories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple IssueHistory objects from the database. -
Uses of IssueHistory in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return IssueHistoryModifier and TypeMethodDescriptionIssueHistoryHelper.createBusinessObjectArray(int iSize) IssueHistoryHelper.newBusinessObject(Session session) IssueHistoryHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type IssueHistoryModifier and TypeMethodDescriptionIssueHistoryHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) IssueHistoryHelper.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.IssueHistoryHelper.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.IssueHistoryHelper.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 IssueHistory in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return IssueHistoryModifier and TypeMethodDescriptionstatic IssueHistoryLoads a single IssueHistory object from the database.ProjectIssue.loadIssueHistory(String[] fields) Loads an associated IssueHistory object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type IssueHistoryModifier and TypeMethodDescriptionstatic BOIterator<IssueHistory>Loads multiple IssueHistory objects from the database.BaselineProject.loadIssueHistories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated IssueHistory objects from the database.Project.loadIssueHistories(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated IssueHistory objects from the database.