Uses of Class
com.primavera.integration.client.bo.object.Shift
Packages that use Shift
Package
Description
Main classes, including Session, JobManager and GlobalObjectManager
Business object helper classes
Client business object classes
-
Uses of Shift in com.primavera.integration.client
Methods in com.primavera.integration.client that return types with arguments of type ShiftModifier and TypeMethodDescriptionEnterpriseLoadManager.loadShifts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Shift objects from the database.GlobalObjectManager.loadShifts(String[] fields, String sWhereClause, String sOrderBy) Loads multiple Shift objects from the database.Methods in com.primavera.integration.client with parameters of type ShiftModifier and TypeMethodDescriptionObjectId[]GlobalObjectManager.createShifts(Shift[] shifts) Creates multiple Shift objects in the database.voidGlobalObjectManager.deleteShifts(Shift[] shifts) Deletes multiple Shift objects from the database.voidGlobalObjectManager.updateShifts(Shift[] shifts) Updates multiple Shift objects in the database. -
Uses of Shift in com.primavera.integration.client.bo.helper
Methods in com.primavera.integration.client.bo.helper that return ShiftModifier and TypeMethodDescriptionShift[]ShiftHelper.createBusinessObjectArray(int iSize) ShiftHelper.newBusinessObject(Session session) ShiftHelper.newBusinessObject(Session session, ObjectId objectId) Methods in com.primavera.integration.client.bo.helper that return types with arguments of type ShiftModifier and TypeMethodDescriptionShiftHelper.load(Session session, BusinessObject boParent, String[] fields, String sWhereClause, String sOrderBy) ShiftHelper.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.ShiftHelper.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.ShiftHelper.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 Shift in com.primavera.integration.client.bo.object
Methods in com.primavera.integration.client.bo.object that return ShiftModifier and TypeMethodDescriptionstatic ShiftLoads a single Shift object from the database.Loads an associated Shift object from the database.Loads an associated Shift object from the database.Methods in com.primavera.integration.client.bo.object that return types with arguments of type ShiftModifier and TypeMethodDescriptionstatic BOIterator<Shift>Loads multiple Shift objects from the database.Methods in com.primavera.integration.client.bo.object with parameters of type ShiftModifier and TypeMethodDescriptionstatic ObjectId[]Creates multiple Shift objects in the database.static voidDeletes multiple Shift objects from the database.static voidUpdates multiple Shift objects in the database.