Uses of Class
com.primavera.integration.client.bo.object.Calendar
Packages that use Calendar
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Calendar in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type CalendarModifier and TypeMethodDescriptionEnterpriseLoadManager.loadCalendars(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Calendar objects from the database.GlobalObjectManager.loadCalendars(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Calendar objects from the database.Methods in com.primavera.integration.client with parameters of type CalendarModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createCalendars(Calendar[] calendars) Creates multiple Calendar objects in the database.voidGlobalObjectManager.deleteCalendars(Calendar[] calendars) Deletes multiple Calendar objects from the database.voidGlobalObjectManager.updateCalendars(Calendar[] calendars) Updates multiple Calendar objects in the database.voidGlobalObjectManager.updateCalendars(Calendar[] calendars, boolean replaceHolidayOrExceptions) Updates multiple Calendar objects in the database with the option to replace all holidays and exceptions. -
Uses of Calendar in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return CalendarModifier and TypeMethodDescriptionCalendar[]CalendarHelper.createBusinessObjectArray(int iSize) CalendarHelper.newBusinessObject(Session session) CalendarHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type CalendarModifier and TypeMethodDescriptionCalendarHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) CalendarHelper.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.CalendarHelper.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.CalendarHelper.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 Calendar in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return CalendarModifier and TypeMethodDescriptionstatic CalendarLoads a single Calendar object from the database.Calendar.loadBaseCalendar(String[] fields) Loads an associated Calendar object from the database.Activity.loadCalendar(String[] fields) Loads an associated Calendar object from the database.Resource.loadCalendar(String[] fields) Loads an associated Calendar object from the database.BaselineProject.loadDefaultCalendar(String[] fields) Loads an associated Calendar object from the database.Project.loadDefaultCalendar(String[] fields) Loads an associated Calendar object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type CalendarModifier and TypeMethodDescriptionstatic BOIterator<Calendar>Loads multiple Calendar objects from the database.BaselineProject.loadProjectCalendars(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Calendar objects from the database.Project.loadProjectCalendars(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated Calendar objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type CalendarModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Calendar objects in the database.static voidDeletes multiple Calendar objects from the database.static voidDeletes multiple calendar objects in a hierarchy from the database and set the new parent of all child objects.static voidUpdates multiple Calendar objects in the database.static voidUpdates multiple Calendar objects in the database with the option to replace all holidays and exceptions.