Class ProjectIssue
Issues are known problems within a project plan that require attention or corrective action. You can manually create issues, or you can generate issues in the Project Management application by defining project thresholds. You can associate these issues with work breakdown structure (WBS) elements, activities, or resources.
When you add an issue, you can assign a priority level, tracking layout, and responsible manager to the issue. An issue's tracking layout assignment is helpful when you want to quickly open the tracking layout that best displays the problem area. An issue's responsible manager assignment identifies the person responsible for addressing the issue. You can record historical details for the issue and e-mail issue details, along with your notes and the issue's history, to any member of the project's staff.
This business object supports user defined fields (UDFs). Use the UDFValue business object to assign UDFs.
See Also: Quick reference of ProjectIssue fields
-
Constructor Summary
ConstructorsConstructorDescriptionProjectIssue(Session session) Class constructor specifying the Session.ProjectIssue(Session session, ObjectId objId) Class constructor specifying the Session and ObjectId of the object.ProjectIssue(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) Class constructor called internally after objects are retrieved from the server. -
Method Summary
Modifier and TypeMethodDescriptioncreate()Creates this ProjectIssue object in the database.static ObjectId[]create(Session session, ProjectIssue[] projectissues) Creates multiple ProjectIssue objects in the database.voiddelete()Deletes this ProjectIssue object from the database.static voiddelete(Session session, ProjectIssue[] projectissues) Deletes multiple ProjectIssue objects from the database.Gets the short ID that uniquely identifies the activity within the project.Gets the name of the activity.Gets the unique ID of the activity to which the project issue applies.doubleGets the actual value of the threshold parameter for the project issue.static String[]Gets all fields for this business object.Gets the date this project issue was created.Gets the name of the user that created this project issue.Gets the date the project issue was identified.static String[]Deprecated.static String[]Gets all fields that can be filtered.Gets the identifier of the project issue.static String[]An internal method that should not be called directly by client code.An internal method that should not be called directly by client code.static String[]An internal method that should not be called directly by client code.booleanGets the boolean value indicating if this business object is related to a Project or Baseline.booleanGets the boolean value indicating if this business object is related to a template Project.Gets the date this project issue was last updated.Gets the name of the user that last updated this project issue.doubleGets the lower value of the threshold parameter that triggered the project issue.static String[]Gets all fields in the main group for this business object.static String[]Gets all fields that are always exported at a minimum by the new flat XML exportergetName()Gets the name of the project issue.getNotes()Gets the notes associated with the project issue.Gets the unique ID generated by the system.Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".Gets the unique ID of the project manager from the project's OBS tree who is responsible for the project issue.Gets the parent id of the WBS element.Gets the priority of the project issue.Gets the short code that uniquely identifies the project.Gets the name of the associated project.Gets the unique ID of the associated project.Gets the unique ID of the associated project threshold for the project issue.Gets the notes associated with the project issue.static String[]Gets all fields that must be set before calling create() on this business object.Gets the date the project issue was resolved.Gets the short code that uniquely identifies the resource.Gets the name of the resource.Gets the unique ID of the associated resource for this project issue.Gets the current status of the project issue.Gets the unique ID of the associated threshold parameter for the project issue.doubleGets the upper value of the threshold parameter which triggered the project issue.Gets the short code assigned to each WBS element for identification.Gets the name of the WBS element.Gets the unique ID of the WBS to which the project issue applies.static String[]Gets all writable fields for this business object.static ProjectIssueLoads a single ProjectIssue object from the database.static BOIterator<ProjectIssue>Loads multiple ProjectIssue objects from the database.loadActivity(String[] fields) Loads an associated Activity object from the database.loadIssueHistory(String[] fields) Loads an associated IssueHistory object from the database.Loads an associated OBS object from the database.loadProject(String[] fields) Loads an associated Project object from the database.loadProjectThreshold(String[] fields) Loads an associated ProjectThreshold object from the database.loadResource(String[] fields) Loads an associated Resource object from the database.loadThresholdParameter(String[] fields) Loads an associated ThresholdParameter object from the database.loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) Loads multiple associated UDFValue objects from the database.Loads an associated WBS object from the database.voidSets the unique ID of the activity to which the project issue applies.voidsetActualValue(double d) Sets the actual value of the threshold parameter for the project issue.voidSets the date the project issue was identified.voidSets the identifier of the project issue.voidsetLowerThreshold(double d) Sets the lower value of the threshold parameter that triggered the project issue.voidSets the name of the project issue.voidSets the notes associated with the project issue.voidSets the unique ID generated by the system.voidSets the unique ID of the project manager from the project's OBS tree who is responsible for the project issue.voidsetPriority(IssuePriority enm) Sets the priority of the project issue.voidSets the unique ID of the associated project.voidSets the date the project issue was resolved.voidSets the unique ID of the associated resource for this project issue.voidsetStatus(IssueStatus enm) Sets the current status of the project issue.voidsetUpperThreshold(double d) Sets the upper value of the threshold parameter which triggered the project issue.voidSets the unique ID of the WBS to which the project issue applies.toString()Returns a string representation of the object.voidupdate()Updates this ProjectIssue object in the database.static voidupdate(Session session, ProjectIssue[] projectissues) Updates multiple ProjectIssue objects in the database.Methods inherited from class com.primavera.integration.client.bo.BusinessObject
equals, getMaxFieldLength, getValue, getValue, hashCode, isNull, setEarlyDate, setNullMethods inherited from class com.primavera.integration.client.BOBase
combineFields
-
Constructor Details
-
ProjectIssue
Class constructor specifying the Session. This constructor is most commonly used when create() is intended to be called on this object.- Parameters:
session- the Session
-
ProjectIssue
Class constructor specifying the Session and ObjectId of the object. This constructor is most commonly used when update() will be called on this object.- Parameters:
session- the SessionobjId- the ObjectId- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
ProjectIssue
public ProjectIssue(Session session, com.primavera.infr.db.PrmRowSet rowSet, int iIndex) throws BusinessObjectException Class constructor called internally after objects are retrieved from the server. Client code should use one of the other constructors for this class.- Parameters:
session- the SessionrowSet- the PrmRowSet retrieved from the serveriIndex- the row index in the PrmRowSet associated with this business object- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
-
Method Details
-
loadProject
public Project loadProject(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated Project object from the database.- Parameters:
fields- fields to load- Returns:
- Project the Project object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadActivity
public Activity loadActivity(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated Activity object from the database.- Parameters:
fields- fields to load- Returns:
- Activity the Activity object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadResource
public Resource loadResource(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated Resource object from the database.- Parameters:
fields- fields to load- Returns:
- Resource the Resource object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadOBS
public OBS loadOBS(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated OBS object from the database.- Parameters:
fields- fields to load- Returns:
- OBS the OBS object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadWBS
public WBS loadWBS(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated WBS object from the database.- Parameters:
fields- fields to load- Returns:
- WBS the WBS object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadIssueHistory
public IssueHistory loadIssueHistory(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated IssueHistory object from the database.- Parameters:
fields- fields to load- Returns:
- IssueHistory the IssueHistory object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadProjectThreshold
public ProjectThreshold loadProjectThreshold(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated ProjectThreshold object from the database.- Parameters:
fields- fields to load- Returns:
- ProjectThreshold the ProjectThreshold object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadThresholdParameter
public ThresholdParameter loadThresholdParameter(String[] fields) throws ServerException, NetworkException, BusinessObjectException Loads an associated ThresholdParameter object from the database.- Parameters:
fields- fields to load- Returns:
- ThresholdParameter the ThresholdParameter object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
loadUDFValues
public BOIterator<UDFValue> loadUDFValues(String[] fields, String sWhereClause, String sOrderBy) throws ServerException, NetworkException, BusinessObjectException Loads multiple associated UDFValue objects from the database.- Parameters:
fields- fields to loadsWhereClause- where clausesOrderBy- order-by clause- Returns:
- BOIterator a business object iterator used to get the results of the load request
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
getObjectId
Gets the unique ID generated by the system. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Overrides:
getObjectIdin classBusinessObject- Returns:
- the value in the field ObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setObjectId
Sets the unique ID generated by the system. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Overrides:
setObjectIdin classBusinessObject- Parameters:
o- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getProjectObjectId
Gets the unique ID of the associated project. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field ProjectObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setProjectObjectId
Sets the unique ID of the associated project. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Parameters:
o- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getProjectId
Gets the short code that uniquely identifies the project.- Returns:
- the value in the field ProjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getResourceObjectId
Gets the unique ID of the associated resource for this project issue. If a parent resource is selected, the issue applies to all child resources as well. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field ResourceObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setResourceObjectId
Sets the unique ID of the associated resource for this project issue. If a parent resource is selected, the issue applies to all child resources as well. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Parameters:
o- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getResourceId
Gets the short code that uniquely identifies the resource.- Returns:
- the value in the field ResourceId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getResourceName
Gets the name of the resource.- Returns:
- the value in the field ResourceName
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getActivityObjectId
Gets the unique ID of the activity to which the project issue applies. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field ActivityObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setActivityObjectId
Sets the unique ID of the activity to which the project issue applies. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Parameters:
o- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getOBSObjectId
Gets the unique ID of the project manager from the project's OBS tree who is responsible for the project issue. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field OBSObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setOBSObjectId
Sets the unique ID of the project manager from the project's OBS tree who is responsible for the project issue. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Parameters:
o- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getName
Gets the name of the project issue. Issues which are automatically generated by the threshold monitor are named after the threshold parameter that triggered the project issue. This field must contain a valid value in order to create this type of business object in the database.- Returns:
- the value in the field Name
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setName
Sets the name of the project issue. Issues which are automatically generated by the threshold monitor are named after the threshold parameter that triggered the project issue. This field must contain a valid value in order to create this type of business object in the database.- Parameters:
s- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getPriority
Gets the priority of the project issue. Valid values are 'Top', 'High', 'Normal', 'Low', and 'Lowest'.- Returns:
- the value in the field Priority
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setPriority
Sets the priority of the project issue. Valid values are 'Top', 'High', 'Normal', 'Low', and 'Lowest'.- Parameters:
enm- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getResolutionDate
Gets the date the project issue was resolved.- Returns:
- the value in the field ResolutionDate
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setResolutionDate
Sets the date the project issue was resolved.- Parameters:
d- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getOBSName
Gets the name of the person/role in the organization, sometimes referred to as the "responsible manager".- Returns:
- the value in the field OBSName
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getWBSCode
Gets the short code assigned to each WBS element for identification. Each WBS element is uniquely identified by concatenating its own code together with its parents' codes.- Returns:
- the value in the field WBSCode
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getWBSName
Gets the name of the WBS element.- Returns:
- the value in the field WBSName
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getParentWBSObjectId
Gets the parent id of the WBS element.- Returns:
- the value in the field ParentWBSObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getProjectName
Gets the name of the associated project.- Returns:
- the value in the field ProjectName
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getIdentifiedBy
Gets the identifier of the project issue. This may be the name of the user who created the project issue or Monitor, if the project issue was automatically generated by the threshold monitor.- Returns:
- the value in the field IdentifiedBy
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setIdentifiedBy
Sets the identifier of the project issue. This may be the name of the user who created the project issue or Monitor, if the project issue was automatically generated by the threshold monitor.- Parameters:
s- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getDateIdentified
Gets the date the project issue was identified.- Returns:
- the value in the field DateIdentified
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setDateIdentified
Sets the date the project issue was identified.- Parameters:
d- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getNotes
Gets the notes associated with the project issue. This field may not be included in the where clause or order by clause specified when loading business objects.- Returns:
- the value in the field Notes
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setNotes
Sets the notes associated with the project issue. This field may not be included in the where clause or order by clause specified when loading business objects.- Parameters:
s- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getRawTextNote
Gets the notes associated with the project issue. This field may not be included in the where clause or order by clause specified when loading business objects.- Returns:
- the value in the field RawTextNote
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getActivityName
Gets the name of the activity. The activity name does not have to be unique.- Returns:
- the value in the field ActivityName
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getActivityId
Gets the short ID that uniquely identifies the activity within the project.- Returns:
- the value in the field ActivityId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getStatus
Gets the current status of the project issue. Valid values are 'Open', 'On Hold', and 'Closed'.- Returns:
- the value in the field Status
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setStatus
Sets the current status of the project issue. Valid values are 'Open', 'On Hold', and 'Closed'.- Parameters:
enm- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getWBSObjectId
Gets the unique ID of the WBS to which the project issue applies. If a parent WBS is selected, the project issue applies to all child elements as well. If the top WBS is selected, the project issue applies to the entire project. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field WBSObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setWBSObjectId
Sets the unique ID of the WBS to which the project issue applies. If a parent WBS is selected, the project issue applies to all child elements as well. If the top WBS is selected, the project issue applies to the entire project. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Parameters:
o- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getUpperThreshold
Gets the upper value of the threshold parameter which triggered the project issue. Issues are triggered when the actual/observed parameters values are greater than or equal to the upper threshold.- Returns:
- the value in the field UpperThreshold
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setUpperThreshold
Sets the upper value of the threshold parameter which triggered the project issue. Issues are triggered when the actual/observed parameters values are greater than or equal to the upper threshold.- Parameters:
d- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getActualValue
Gets the actual value of the threshold parameter for the project issue. Issues are automatically generated by the threshold monitor when actual values of threshold parameters exceed target values.- Returns:
- the value in the field ActualValue
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setActualValue
Sets the actual value of the threshold parameter for the project issue. Issues are automatically generated by the threshold monitor when actual values of threshold parameters exceed target values.- Parameters:
d- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getLowerThreshold
Gets the lower value of the threshold parameter that triggered the project issue. Issues are triggered when the actual/observed parameters values are less than or equal to the lower threshold.- Returns:
- the value in the field LowerThreshold
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
setLowerThreshold
Sets the lower value of the threshold parameter that triggered the project issue. Issues are triggered when the actual/observed parameters values are less than or equal to the lower threshold.- Parameters:
d- the value to set this field to- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getThresholdParameterObjectId
Gets the unique ID of the associated threshold parameter for the project issue. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field ThresholdParameterObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getProjectThresholdObjectId
Gets the unique ID of the associated project threshold for the project issue. This field is automatically loaded by default whenever this type of business object is loaded from the database.- Returns:
- the value in the field ProjectThresholdObjectId
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getCreateDate
Gets the date this project issue was created.- Returns:
- the value in the field CreateDate
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getLastUpdateDate
Gets the date this project issue was last updated.- Returns:
- the value in the field LastUpdateDate
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getCreateUser
Gets the name of the user that created this project issue.- Returns:
- the value in the field CreateUser
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getLastUpdateUser
Gets the name of the user that last updated this project issue.- Returns:
- the value in the field LastUpdateUser
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getIsBaseline
Gets the boolean value indicating if this business object is related to a Project or Baseline.- Returns:
- the value in the field IsBaseline
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getIsTemplate
Gets the boolean value indicating if this business object is related to a template Project.- Returns:
- the value in the field IsTemplate
- Throws:
BusinessObjectException- if a problem occurred in the client-side business objects
-
getRequiredCreateFields
Gets all fields that must be set before calling create() on this business object. Generally the array will contain one field in each position, but if this business object requires either one field or another field to be set, both of those fields will appear in an element of the returned array separated by '|'. For example, if this business object requires field A to always be set, and field B or field C to be set, one element in the returned array will contain A, and one element will contain B|C.- Returns:
- String[] an array of required create fields
-
getFilterableFields
Gets all fields that can be filtered.- Returns:
- String[] an array of filterable fields
-
getInternalDefaultLoadFields
An internal method that should not be called directly by client code.- Returns:
- String[] an internal array
-
getAllFields
Gets all fields for this business object.- Returns:
- String[] an array of all fields
-
getInternalAllFields
An internal method that should not be called directly by client code.- Returns:
- String[] an internal array
-
getInternalAllFieldsSet
An internal method that should not be called directly by client code.- Returns:
- String[] an internal array
-
getMainFields
Gets all fields in the main group for this business object.- Returns:
- String[] an array of fields in this group
-
getWritableFields
Gets all writable fields for this business object.- Returns:
- String[] an array of writable fields
-
getDefaultXMLExportFields
Deprecated.Gets the fields that are exported by the hierarchical XML exporter when no fields are specified. This method is no longer relevant since the hierarchical XML exporter has been replaced by the flat XML exporter.- Returns:
- String[] an array of field names
-
getMinimumXMLExportFields
Gets all fields that are always exported at a minimum by the new flat XML exporter- Returns:
- String[] an array of exported fields
-
toString
Returns a string representation of the object. The output is in XML. -
create
Creates this ProjectIssue object in the database.- Returns:
- ObjectId the unique ID of the newly created ProjectIssue object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
create
public static ObjectId[] create(Session session, ProjectIssue[] projectissues) throws ServerException, NetworkException, BusinessObjectException Creates multiple ProjectIssue objects in the database.- Parameters:
session- the Session objectprojectissues- array of ProjectIssue objects to create- Returns:
- ObjectId[] the array of unique IDs of newly created ProjectIssue objects
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
load
public static ProjectIssue load(Session session, String[] fields, ObjectId objId) throws ServerException, NetworkException, BusinessObjectException Loads a single ProjectIssue object from the database.- Parameters:
session- the Session objectfields- fields to loadobjId- unique ID of the ProjectIssue object- Returns:
- ProjectIssue the ProjectIssue object
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
load
public static BOIterator<ProjectIssue> load(Session session, String[] fields, ObjectId[] objIds) throws ServerException, NetworkException, BusinessObjectException Loads multiple ProjectIssue objects from the database.- Parameters:
session- the Session objectfields- fields to loadobjIds- object ids of the ProjectIssue objects- Returns:
- BOIterator a business object iterator used to get the results of the load request
- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
update
Updates this ProjectIssue object in the database.- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
update
public static void update(Session session, ProjectIssue[] projectissues) throws ServerException, NetworkException, BusinessObjectException Updates multiple ProjectIssue objects in the database.- Parameters:
session- the Session objectprojectissues- array of ProjectIssue objects to update- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
delete
Deletes this ProjectIssue object from the database.- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-
delete
public static void delete(Session session, ProjectIssue[] projectissues) throws ServerException, NetworkException, BusinessObjectException Deletes multiple ProjectIssue objects from the database.- Parameters:
session- the Session objectprojectissues- array of ProjectIssue objects to delete- Throws:
ServerException- if a problem occurred on the server-sideNetworkException- if a problem occurred in the network layerBusinessObjectException- if a problem occurred in the client-side business objects
-