Skip navigation links
A B C D E F G H I K L M N O P Q R S T U V W 

A

accountID - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the account field Real type Integer
accountName - Variable in class com.trackplus.track.ws.beans.WSAccountBean
The account name, like "Development".
accountName - Variable in class com.trackplus.track.ws.beans.WSCostBean
The name of account
accountNumber - Variable in class com.trackplus.track.ws.beans.WSAccountBean
The account number can be any string, like "457-28734".
acounts - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The accounts specified in the issue's project
action - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The action selected to perform on this attachment.
ADD_COMMENT - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate.Actions
 
addAttachment(String, String, String, File) - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
addAttachmentInputStream(String, String, String, File) - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
addComment(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method demonstrates how to add a comment to an item.
addGroup(String) - Method in class com.trackplus.track.ws.samples.GroupSample
 
addList() - Method in class com.trackplus.track.ws.samples.ListSample
Add a selection list.
addListOption(String, String) - Method in class com.trackplus.track.ws.samples.ListSample
Add an option to a given list.
addListOptions(WSRequestOptionArray) - Method in interface com.trackplus.track.ws.IService
Add an array of options to a custom list.
addListOptions(Integer, WSListOptionBean[], Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
addListOptions(WSRequestOptionArray) - Method in class com.trackplus.track.ws.tsl.TSLFacade
add an array of options to a list
addPersonsToGroup(WSRequestGroupAssigment) - Method in interface com.trackplus.track.ws.IService
Add person(s) to group.
addPersonsToGroup(String, String[]) - Method in class com.trackplus.track.ws.samples.GroupSample
 
addPersonsToGroup(Integer, List<Integer>, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
addPersonsToGroup(WSRequestGroupAssigment) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Add person(s) to group.
addProject() - Method in class com.trackplus.track.ws.samples.ProjectSample
 
addProject(String) - Method in class com.trackplus.track.ws.samples.ProjectSample
 
addRoleAssignment(WSRequestRoleAssignmentEdit) - Method in interface com.trackplus.track.ws.IService
Add a single role assignment for a single user and project.
addRoleAssignment(WSRoleAssignmentEditBean) - Method in class com.trackplus.track.ws.samples.RoleSample
Add a role assignment.
addRoleAssignment(WSRoleAssignmentEditBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
addRoleAssignment(WSRequestRoleAssignmentEdit) - Method in class com.trackplus.track.ws.tsl.TSLFacade
add a role assignment
archiveItem(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Set the archive flag for an item.
archiveItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method shows how to archive an item.
archiveItem(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
archiveItem(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Set archive flag for item
attachKey - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The object id of this attachment in the database.
attachmentBean - Variable in class com.trackplus.track.ws.beans.WSRequestAttachment
Wrapped attachmentBean.
attachmentBean - Variable in class com.trackplus.track.ws.beans.WSResponseAttachment
Wrapped attachmentBean
attachmentBeans - Variable in class com.trackplus.track.ws.beans.WSResponseAttachmentArray
Wrapped attachmentBeans
attachments - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The attachments
attachments - Variable in class com.trackplus.track.ws.beans.WSItemBean
Items can have any number of attachments.
AttachmentSample - Class in com.trackplus.track.ws.samples
This class demonstrates how to use the TCl library to work with attachments.
AttachmentSample() - Constructor for class com.trackplus.track.ws.samples.AttachmentSample
 
AttachmentSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.AttachmentSample
 
attachName - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The name of this attachment.

B

BaseOptionSample - Class in com.trackplus.track.ws.samples
In some input forms you may define fields where the user can select from a number of options, like status, priority, manager or responsible.
BaseOptionSample() - Constructor for class com.trackplus.track.ws.samples.BaseOptionSample
 
BaseOptionSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.BaseOptionSample
 
baseOptionsContainer - Variable in class com.trackplus.track.ws.beans.WSResponseBaseOptionsContainer
the base options container
binaryData - Variable in class com.trackplus.track.ws.beans.WSResponseDownloadAttachment
 
budget - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The budget for an item
build - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The build
build - Variable in class com.trackplus.track.ws.beans.WSItemBean
The build is a free from text attribute to mark an item as belonging to a specific build.
build - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The build
buildLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized build Label
buildSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
BusinessException - Exception in com.trackplus.track.ws.tsl.bdelegate
A business exception
BusinessException() - Constructor for exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
BusinessException(String) - Constructor for exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
BusinessException(String, Throwable) - Constructor for exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
BusinessException.DELETE_ERROR_CODES - Interface in com.trackplus.track.ws.tsl.bdelegate
 

C

cbaPField - Static variable in class com.trackplus.track.ws.samples.CbaSample
The user password
CbaSample - Class in com.trackplus.track.ws.samples
This is an example of using Container base authentication
CbaSample() - Constructor for class com.trackplus.track.ws.samples.CbaSample
 
cbaUName - Static variable in class com.trackplus.track.ws.samples.CbaSample
The user login name
CHANGE_STATUS - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate.Actions
 
changedBy - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The last person that modify the item
changedBy - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
Real type: integer
changedBy - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The last person that modify the item
changedByID - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The object id of the user who modified this budget entry.
changedByID - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The id of the user who modify the budget Real type Integer
changedByID - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The id of the last person that modify the item Real type:integer
changedByID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the last person that modified the item.
changedByLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized changedBy label
changedByName - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The name of the user who last changed this budget entry.
changedByName - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The name of the user who change the estimated budget
changedByName - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The full name of the last person that modify the item
changedByOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
changedBySettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
changeItemStatus(WSRequestItem) - Method in interface com.trackplus.track.ws.IService
Save a change status of an item.
changeItemStatus(WSRequestItem) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
changeStatus(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method demonstrates how to change the item status.
checked - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
checkVersion() - Method in class com.trackplus.track.ws.dungs.LoginDungs
Check the server version and print the compatible versions
checkVersion(WSRequestString) - Method in interface com.trackplus.track.ws.IService
It is assumed that the interface evolves over time.
checkVersion() - Method in class com.trackplus.track.ws.samples.LoginSample
Check the server version and print the compatible versions
checkVersion(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
children - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
childrenIds - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The ids of children
childrenIds - Variable in class com.trackplus.track.ws.beans.WSItemBean
This array holds the object ids of all sub-ordinated items.
clearListOptions(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Clear custom list options.
clearListOptions(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
clearListOptions(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Clear a list options
com.trackplus.track.ws - package com.trackplus.track.ws
 
com.trackplus.track.ws.beans - package com.trackplus.track.ws.beans
 
com.trackplus.track.ws.dungs - package com.trackplus.track.ws.dungs
 
com.trackplus.track.ws.samples - package com.trackplus.track.ws.samples
 
com.trackplus.track.ws.tsl - package com.trackplus.track.ws.tsl
 
com.trackplus.track.ws.tsl.bdelegate - package com.trackplus.track.ws.tsl.bdelegate
 
comment - Variable in class com.trackplus.track.ws.beans.WSRequestComment
The wrapped item bean
commentIDs - Variable in class com.trackplus.track.ws.beans.WSRequestDeleteComments
wrapped array
comments - Variable in class com.trackplus.track.ws.beans.WSItemBean
This attribute holds the comments on this item.
commentSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
connector - Variable in class com.trackplus.track.ws.dungs.LoginDungs
The client facade for the web service.
connector - Variable in class com.trackplus.track.ws.samples.LoginSample
The client facade for the web service.
consInfEdit - Variable in class com.trackplus.track.ws.beans.WSItemBean
This attribute holds the list of RACI persons in the "consulted" and "informed" roles.
consInfShow - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The consultant and informant information
copyItem(WSRequestCopyItem) - Method in interface com.trackplus.track.ws.IService
Create a clone of the item.
copyItem(Integer, Integer, boolean, boolean, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
copyItem(WSRequestCopyItem) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
cost - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the cost field Real type Double
costs - Variable in class com.trackplus.track.ws.beans.WSItemHistoryBean
The cost changes history
costs - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The costs for an items
created - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The date when the item was created; Real type: dateTime The date format is:"yyyy-MM-dd H:mm:ss.S"
created - Variable in class com.trackplus.track.ws.beans.WSItemBean
The date and time when the item was created.
created - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The date when the item was created; Real type: dateTime The date format is:"yyyy-MM-dd H:mm:ss.S"
createdByName - Variable in class com.trackplus.track.ws.beans.WSCostBean
The name of user who create this cost
createdDate - Variable in class com.trackplus.track.ws.beans.WSComment
The date and time the comment was created.
createdDate - Variable in class com.trackplus.track.ws.beans.WSCommentEdit
The date this comment was first created.
createdLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized created Label
createdSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
createItem() - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
createItem() - Method in class com.trackplus.track.ws.samples.ItemSample
Create an item, setting all required parameters.
createItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
Create an item, setting all required parameters.
createItem(String, int) - Method in class com.trackplus.track.ws.samples.ItemSample
 
createItems(int, String) - Method in class com.trackplus.track.ws.samples.ItemSample
 
createUser(int) - Method in class com.trackplus.track.ws.samples.PersonSample
 
currency - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The currency used in the issue's project
currency - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The currency specified in the issue's project
customFieldLabels - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The custom fields labels WSLabelValueBean.value= The field id WSLabelValueBean.label=The field label
customFieldOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
customFields - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The custom fields for this item
customFieldSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
customFieldValues - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The custom fields values for this item
customFieldValues - Variable in class com.trackplus.track.ws.beans.WSItemBean
This array holds the custom field values.

D

deepCopy - Variable in class com.trackplus.track.ws.beans.WSRequestCopyItem
Used to copy the all history if this field have value="true"
deleteAttachemnt(WSAttachmentBean) - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
deleteAttachment(WSRequestAttachment) - Method in interface com.trackplus.track.ws.IService
Delete an attachment.
deleteAttachment(Integer, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteAttachment(WSRequestAttachment) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
deleteComments(WSRequestDeleteComments) - Method in interface com.trackplus.track.ws.IService
Delete one or more comments for the given item.
deleteComments(String) - Method in class com.trackplus.track.ws.samples.ItemSample
 
deleteComments(Integer, Locale, Integer, Integer[]) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteComments(WSRequestDeleteComments) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
deleteGroup(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Delete a group by its object identifier without replacement.
deleteGroup(String) - Method in class com.trackplus.track.ws.samples.GroupSample
 
deleteGroup(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteGroup(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
delete a group by id
deleteItem(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Set the delete flag for an item.
deleteItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method demonstrates how to mark an item as deleted.
deleteItem(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteItem(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Set delete flag for item
deleteItemLinks(WSRequestDeleteItemLinks) - Method in interface com.trackplus.track.ws.IService
Delete one or more links for the given item.
deleteItemLinks(String, String[]) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
deleteItemLinks(Integer, Locale, Integer, Integer[]) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteItemLinks(WSRequestDeleteItemLinks) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
deleteList(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Delete a custom list.
deleteList(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteList(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Delete a list
deleteListOption(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Delete a custom list option.
deleteListOption(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteListOption(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
delete a list option
deleteOption(String) - Method in class com.trackplus.track.ws.samples.ListSample
Delete an option by its object id.
deletePerson(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Delete a person by its object identifier without replacement.
deletePerson(String) - Method in class com.trackplus.track.ws.samples.PersonSample
Delete a user from the database based on its object id.
deletePerson(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deletePerson(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
delete a person by id
deleteProject(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Delete a project specified by its object identifier.
deleteProject(String) - Method in class com.trackplus.track.ws.samples.ProjectSample
 
deleteProject(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
deleteProject(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Delete a project by its object identifier.
description - Variable in class com.trackplus.track.ws.beans.WSAccountBean
The optional description for this account.
description - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
A description for this attachment.
description - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The description for this budget entry.
description - Variable in class com.trackplus.track.ws.beans.WSComment
The rich text description of the comment.
description - Variable in class com.trackplus.track.ws.beans.WSCommentEdit
The rich text description of this comment.
description - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the description field
description - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The item description, is an HTML text.
description - Variable in class com.trackplus.track.ws.beans.WSItemBean
The item description, which can be a longer HTML formatted text.
description - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
 
description - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The item description, is an HTML text.
descriptionLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized description Label
descriptionSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
disabled - Variable in class com.trackplus.track.ws.beans.WSPersonBean
 
displayItemBean - Variable in class com.trackplus.track.ws.beans.WSResponseDisplayItem
Wrapped displayItemBean
displayValue - Variable in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
downloadAttachment(WSRequestAttachment) - Method in interface com.trackplus.track.ws.IService
Obtain the attachment file as a web-service attachment.
downloadAttachment(WSAttachmentBean) - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
downloadAttachment(WSRequestAttachment) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 

E

EDIT - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate.Actions
 
editable - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
 
editComment(WSRequestComment) - Method in interface com.trackplus.track.ws.IService
Edit a comment.
editComment(String) - Method in class com.trackplus.track.ws.samples.ItemSample
 
editComment(Integer, Locale, Integer, Integer, String) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
editComment(WSRequestComment) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
editItemContextBean - Variable in class com.trackplus.track.ws.beans.WSResponseEditItemContext
Wrapped edititemContextBean
effortdate - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the effort date field Real type Date The date format is: "yyyy-MM-dd".
endDate - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The end date scheduled for item; Real type: date; The date format is: "yyyy-MM-dd"
endDate - Variable in class com.trackplus.track.ws.beans.WSItemBean
The items end date or due date.
endDate - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The end date scheduled for item; Real type: date; The date format is: "yyyy-MM-dd"
endDateLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized endDate Label
endDateSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
errorCode - Variable in class com.trackplus.track.ws.beans.WSResponse
 
errorMessages - Variable in class com.trackplus.track.ws.beans.WSResponse
The error messages in case of status!=0
errorMessages - Variable in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
The message that are already localized
estimatedBudget - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The estimated budget
estimatedCost - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The estimated cost Real type Double
estimatedHours - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The estimated hours Real type Double
executeCustomQuery(WSRequestQueryConfig) - Method in interface com.trackplus.track.ws.IService
Execute a custom query.
executeCustomQuery() - Method in class com.trackplus.track.ws.samples.QuerySample
 
executeCustomQuery(WSQueryConfigBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
executeCustomQuery(WSRequestQueryConfig) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
executeQuery(String) - Method in class com.trackplus.track.ws.dungs.QuerySample
Execute the query
executeQuery(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Execute the query with given id.
executeQuery(String) - Method in class com.trackplus.track.ws.samples.QuerySample
 
executeQuery(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
executeQuery(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
executeReport(WSExecuteReportContext, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
externalLink - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
 

F

fieldId - Variable in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
fieldID - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The id of the filed change Real type:integer
fieldName - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The localized name of the filed change
fieldsConfig - Variable in class com.trackplus.track.ws.beans.WSEditItemContextBean
The fields configuration
fieldsConfig - Variable in class com.trackplus.track.ws.beans.WSItemContextBean
The fields configuration
fieldsConfigBean - Variable in class com.trackplus.track.ws.beans.WSResponseFieldsConfig
The wrapped WSFieldsConfigBean value
fileName - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The original file name for this attachment when it was uploaded.
firstTime - Variable in class com.trackplus.track.ws.beans.WSRequestQueryConfig
This field is used only for loading an WSQueryConfigBean from server
form - Variable in class com.trackplus.track.ws.beans.WSEditItemContextBean
The form for edit the item
formBean - Variable in class com.trackplus.track.ws.beans.WSResponseForm
Wrapped formBean
FormSample - Class in com.trackplus.track.ws.samples
In Track+ you can define any number of forms (input masks) and assign them to actions like edit, change status, and so on, depending on project and issue type.
FormSample() - Constructor for class com.trackplus.track.ws.samples.FormSample
 
FormSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.FormSample
 
fullName - Variable in class com.trackplus.track.ws.beans.WSAccountBean
The full Name of the account: accountNumber-accountName
fullName - Variable in class com.trackplus.track.ws.beans.WSPersonBean
 

G

getAccountID() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getAccountName() - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
getAccountName() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getAccountNumber() - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
getAcounts() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getAction() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getAction() - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
getAllGroups() - Method in interface com.trackplus.track.ws.IService
Get all groups.
getAllGroups() - Method in class com.trackplus.track.ws.samples.GroupSample
 
getAllGroups(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getAllGroups() - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get all groups.
getAllPersons() - Method in interface com.trackplus.track.ws.IService
Get all persons.
getAllPersons(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getAllPersons() - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get all persons.
getAllProjects() - Method in interface com.trackplus.track.ws.IService
Get all project (workspace) names and object identifiers.
getAllProjects() - Method in class com.trackplus.track.ws.samples.ProjectSample
 
getAllProjects(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getAllProjects() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getAllRoles() - Method in interface com.trackplus.track.ws.IService
Get all roles.
getAllRoles() - Method in class com.trackplus.track.ws.samples.RoleSample
Get an array with all roles with label as role name and value as role id.
getAllRoles(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getAllRoles() - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get all roles
getAllUsers() - Method in class com.trackplus.track.ws.samples.PersonSample
Return all users in the database in an array.
getAssignmentRolesByProject(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get an array with all role ids and for each role the user ids for the project identified by the object id.
getAssignmentRolesByProject(String) - Method in class com.trackplus.track.ws.samples.RoleSample
Get a array with all role assignments for all users and groups for a given project or workspace.
getAssignmentRolesByProject(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getAssignmentRolesByProject(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get all assigned roles for project
getAssignmentRolesByProjectName(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get an array with all role ids and for each role the user ids for the project identified by its name.
getAssignmentRolesByProjectName(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getAssignmentRolesByProjectName(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getAttachKey() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getAttachmentBean() - Method in class com.trackplus.track.ws.beans.WSRequestAttachment
 
getAttachmentBean() - Method in class com.trackplus.track.ws.beans.WSResponseAttachment
 
getAttachmentBeans() - Method in class com.trackplus.track.ws.beans.WSResponseAttachmentArray
 
getAttachmentID() - Method in class com.trackplus.track.ws.beans.WSRequestAttachment
 
getAttachments() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getAttachments() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getAttachName() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getBaseDropDownContainer(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getBaseOptionsContainer() - Method in class com.trackplus.track.ws.beans.WSResponseBaseOptionsContainer
 
getBaseOptionsContainer() - Method in interface com.trackplus.track.ws.IService
Returns the base options (selections): contains all projects (workspaces), item types, priorities, and states
getBaseOptionsContainer() - Method in class com.trackplus.track.ws.samples.BaseOptionSample
Getting the base options: all projects; all issueTypes; all priorities; all severities; all states;
getBaseOptionsContainer() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getBinaryData() - Method in class com.trackplus.track.ws.beans.WSResponseDownloadAttachment
 
getBudget() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getBuild() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getBuild() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getBuild() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getBuildLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getBuildSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getChangedBy() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getChangedBy() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getChangedBy() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getChangedByID() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getChangedByID() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getChangedByID() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getChangedByID() - Method in class com.trackplus.track.ws.beans.WSItemBean
The object id of the last person that modified the item.
getChangedByLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getChangedByName() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getChangedByName() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getChangedByName() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getChangedByOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getChangedBys() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getChangedBySettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getChangeStatusItemContext(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Obtain the change status item context.
getChangeStatusItemContext(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getChangeStatusItemContext(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getChangeStatusItemForm(WSRequestItemLocation) - Method in interface com.trackplus.track.ws.IService
Get the form for change status for an item.
getChangeStatusItemForm(WSRequestItemLocation) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getChecked() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
getChildren() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
getChildrenIds() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getChildrenIds() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getColIndex() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getCols() - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
getColSpan() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getComment() - Method in class com.trackplus.track.ws.beans.WSRequestComment
 
getCommentIDs() - Method in class com.trackplus.track.ws.beans.WSRequestDeleteComments
 
getComments() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getComments() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getComments() - Method in class com.trackplus.track.ws.beans.WSResponseCommentArray
 
getComments(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get all comments for the given item object identifier.
getComments(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getComments(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getCommentSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getConsInfEdit() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getConsInfShow() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getConsultantGroups() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getConsultantGroups() - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
getConsultantInformantSelector() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getConsultantPersons() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getConsultantPersons() - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
getConsultantsInformants() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getContentType() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getCost() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getCosts() - Method in class com.trackplus.track.ws.beans.WSItemHistoryBean
 
getCosts() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getCreated() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getCreated() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getCreated() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getCreateDate() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getCreatedByName() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getCreatedDate() - Method in class com.trackplus.track.ws.beans.WSComment
 
getCreatedDate() - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
getCreatedLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getCreatedSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getCssStyle() - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
getCsvEncoding() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getCsvSeparator() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getCurrency() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getCurrency() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getCurrencyName() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getCurrencySymbol() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getCustomFieldLabels() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getCustomFieldOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getCustomFields() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getCustomFields() - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
getCustomFields() - Method in interface com.trackplus.track.ws.IService
Obtain all custom fields defined.
getCustomFields() - Method in class com.trackplus.track.ws.samples.ItemSample
 
getCustomFields(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getCustomFields() - Method in class com.trackplus.track.ws.tsl.TSLFacade
Obtain all custom fields defined.
getCustomFieldSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getCustomFieldValues() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getCustomFieldValues() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getDataSourceType() - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
getDeepCopy() - Method in class com.trackplus.track.ws.beans.WSRequestCopyItem
 
getDefaultAcount() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultAcountList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultInitialState() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultInitialStateList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultItemType() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultItemTypeList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultManager() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultManagerList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultPriority() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultPriorityList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultResponsible() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultResponsibleList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultSeverity() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultSeverityList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDefaultUnitForWork() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDefaultUnitForWorkList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getDepartment() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getDepartmentTree() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSComment
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSListBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSParameter
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getDescription() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getDescriptionLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getDescriptionSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getDesignPath() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getDesignPaths() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getDisabled() - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
getDisplayItem(String) - Method in class com.trackplus.track.ws.dungs.ItemHandler
Retrieve an item by its identifier.
getDisplayItem(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Obtain an item and the display values for fields.
getDisplayItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
Retrieve an item by its identifier.
getDisplayItem(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getDisplayItemBean() - Method in class com.trackplus.track.ws.beans.WSResponseDisplayItem
 
getDisplayItemBean(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getDisplayValue() - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
getDomainPat() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getEditForm() - Method in class com.trackplus.track.ws.samples.FormSample
 
getEditGroup(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get a group for edit purposes.
getEditGroup(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditGroup(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Obtain a bean permitting to edit a group.
getEditItemContext(String) - Method in class com.trackplus.track.ws.dungs.ItemHandler
The item context contains all objects the item proper references.
getEditItemContext(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Obtain the edit item context.
getEditItemContext(String) - Method in class com.trackplus.track.ws.samples.ItemSample
The item context contains all objects the item proper references.
getEditItemContext(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditItemContext(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditItemContextBean() - Method in class com.trackplus.track.ws.beans.WSResponseEditItemContext
 
getEditItemForm(WSRequestItemLocation) - Method in interface com.trackplus.track.ws.IService
Get the form for edit item.
getEditItemForm(WSRequestItemLocation) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditPerson(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get the person identified by the object id without selection options.
getEditPerson(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditPerson(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditPersonByLoginName(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get the person identified by the login name without selection options.
getEditPersonByLoginName(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditPersonByLoginName(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditPersonWithContext(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get the person identified by the object id with selection options.
getEditPersonWithContext(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditPersonWithContext(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditPersonWithContextByLoginName(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get the person identified by the login name with selection options.
getEditPersonWithContextByLoginName(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditPersonWithContextByLoginName(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get the person identified by the login name with selection options.
getEditProject(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get a project without selection options by its project id.
getEditProject(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditProject(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditProjectByName(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get a project without selection options by its name.
getEditProjectByName(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditProjectByName(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get a project without selection options.
getEditProjectWithContext(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get a project with selection options by its project id.
getEditProjectWithContext(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditProjectWithContext(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEditProjectWithContextByName(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get a project with selection options by its project name.
getEditProjectWithContextByName(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getEditProjectWithContextByName(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getEffortdate() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getEmailLead() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getEmployeeId() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getEndDate() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getEndDate() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getEndDate() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getEndDateLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getEndDateSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getErrorCode() - Method in class com.trackplus.track.ws.beans.WSResponse
 
getErrorCode() - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
getErrorMessages() - Method in interface com.trackplus.track.ws.beans.IResponse
Get the error message list in case the status is not zero.
getErrorMessages() - Method in class com.trackplus.track.ws.beans.WSResponse
 
getErrorMessages() - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
getEstimatedBudget() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getEstimatedCost() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getEstimatedHours() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getExecuteReportContext() - Method in class com.trackplus.track.ws.beans.WSRequestExecuteReport
 
getExportFormat() - Method in class com.trackplus.track.ws.beans.WSTQLQueryBean
 
getExternalLink() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getFieldId() - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
getFieldId() - Method in class com.trackplus.track.ws.beans.WSCustomFieldValue
 
getFieldID() - Method in class com.trackplus.track.ws.beans.WSFieldOptions
 
getFieldID() - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
getFieldID() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getFieldID() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getFieldName() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getFields() - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
getFields() - Method in class com.trackplus.track.ws.beans.WSResponseFieldArray
 
getFieldsConfig() - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
getFieldsConfig() - Method in class com.trackplus.track.ws.beans.WSItemContextBean
 
getFieldsConfigBean() - Method in class com.trackplus.track.ws.beans.WSResponseFieldsConfig
 
getFileName() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getFirstName() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getFirstTime() - Method in class com.trackplus.track.ws.beans.WSRequestQueryConfig
 
getForm() - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
getForm(Integer, String, String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getFormBean() - Method in class com.trackplus.track.ws.beans.WSResponseForm
 
getFullFileNameAttachment(String, Integer, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getFullName() - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
getFullName() - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
getGlobalList(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getGlobalLists() - Method in interface com.trackplus.track.ws.IService
Get all global (public) custom selection lists.
getGlobalLists() - Method in class com.trackplus.track.ws.samples.ListSample
Get all lists available to you.
getGlobalLists() - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get all global lists
getGroupEdit() - Method in class com.trackplus.track.ws.beans.WSRequestGroupEdit
 
getGroupEdit() - Method in class com.trackplus.track.ws.beans.WSResponseGroupEdit
 
getGroupEdit(String) - Method in class com.trackplus.track.ws.samples.GroupSample
 
getGroupID() - Method in class com.trackplus.track.ws.beans.WSRequestGroupAssigment
 
getGroups() - Method in class com.trackplus.track.ws.beans.WSResponseGroupArray
 
getHidden() - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
getHistory(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method obtains the complete item history.
getHistoryValues() - Method in class com.trackplus.track.ws.beans.WSItemHistoryBean
 
getHomePage() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getHorizontalAlign(String) - Static method in class com.trackplus.track.ws.samples.FormSample
 
getHorizontalAlign(int) - Static method in class com.trackplus.track.ws.samples.FormSample
 
getHours() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getHoursPerWorkDay() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getHoursPerWorkDay() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getIcon() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
getId() - Method in class com.trackplus.track.ws.beans.WSField
 
getId() - Method in class com.trackplus.track.ws.beans.WSFormBean
 
getId() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getId() - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
getId() - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
getId() - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
getId() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
getIncomingEmail() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getInformantGroups() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getInformantGroups() - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
getInformantPersons() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getInformantPersons() - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
getInstance() - Static method in class com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegateFactory
 
getIsCbaAllowed() - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
getIsInTestMode() - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
getIssueNoSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getIssueType() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getIssueType() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getIssueTypeID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getIssueTypeID() - Method in class com.trackplus.track.ws.beans.WSRequestItemLocation
 
getIssueTypeID() - Method in class com.trackplus.track.ws.beans.WSRequestMoveItem
 
getIssueTypeLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getIssueTypeOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getIssueTypes() - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
getIssueTypes() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getIssueTypes(WSRequestString) - Method in interface com.trackplus.track.ws.IService
getIssueTypes(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getIssueTypes(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Deprecated.
getIssueTypeSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getItem() - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
getItem() - Method in class com.trackplus.track.ws.beans.WSItemContextBean
 
getItem(String) - Method in class com.trackplus.track.ws.dungs.ItemHandler
Retrieve an item by its identifier.
getItem(WSRequestString) - Method in interface com.trackplus.track.ws.IService
This method fetches a specific item specified by its object id from the database.
getItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
Retrieve an item by its identifier.
getItem(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getItem(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getItemAttachments(String) - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
getItemBean() - Method in class com.trackplus.track.ws.beans.WSRequestItem
 
getItemBean() - Method in class com.trackplus.track.ws.beans.WSResponseItem
 
getItemContext(String) - Method in class com.trackplus.track.ws.dungs.ItemHandler
The item context contains all objects the item proper references.
getItemContext(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Obtain the item context.
getItemContext(String) - Method in class com.trackplus.track.ws.samples.ItemSample
The item context contains all objects the item proper references.
getItemContext(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getItemContext(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getItemContextBean() - Method in class com.trackplus.track.ws.beans.WSRequestItemContext
 
getItemContextBean() - Method in class com.trackplus.track.ws.beans.WSResponseItemContext
 
getItemContextBeans() - Method in class com.trackplus.track.ws.beans.WSResponseItemContextArray
 
getItemContexts(String[]) - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
getItemContexts(WSRequestStringArray) - Method in interface com.trackplus.track.ws.IService
This method obtains the items for the given object identifiers.
getItemContexts(String[]) - Method in class com.trackplus.track.ws.samples.ItemSample
 
getItemContexts(String[], Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getItemContexts(WSRequestStringArray) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getItemHistory(WSRequestString) - Method in interface com.trackplus.track.ws.IService
This method fetches the history for a specific item specified by its object id from the database.
getItemHistory(String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getItemHistory(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getItemHistoryBean() - Method in class com.trackplus.track.ws.beans.WSResponseItemHistory
 
getItemID() - Method in class com.trackplus.track.ws.beans.WSRequestCopyItem
 
getItemID() - Method in class com.trackplus.track.ws.beans.WSRequestMoveItem
 
getItemKey() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getItemLink(WSRequestItemLink) - Method in interface com.trackplus.track.ws.IService
Get a link for the given id
getItemLink(String, String) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
getItemLink(Integer, Locale, Integer, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getItemLink(WSRequestItemLink) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getItemLinkBean() - Method in class com.trackplus.track.ws.beans.WSRequestItemLinkEdit
 
getItemLinkBean() - Method in class com.trackplus.track.ws.beans.WSResponseItemLink
 
getItemLinkBeans() - Method in class com.trackplus.track.ws.beans.WSResponseItemLinkArray
 
getItemLinkID() - Method in class com.trackplus.track.ws.beans.WSRequestItemLink
 
getItemLinkIDs() - Method in class com.trackplus.track.ws.beans.WSRequestDeleteItemLinks
 
getItemLinks(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get all links for the given item object identifier.
getItemLinks(String) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
getItemLinks(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getItemLinks(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getItemTypes(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get all item types available for the given project (workspace) (workspace).
getItemTypes(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getKey() - Method in class com.trackplus.track.ws.beans.WSKeyValueBean
 
getKeyword() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSField
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSIntegerStringBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSLabelValueBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSOptionBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSSortedOptionBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
getLabel() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
getLabelHAlign() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getLabelVAlign() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getLabelValueBeans() - Method in class com.trackplus.track.ws.beans.WSResponseLabelValueBeanArray
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getLastEdit() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getLastEditLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getLastEditSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getLastLogin() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getLastName() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getLeaf() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
getLinkedWorkItemID() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getLinkedWorkItemTitle() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getLinkTpeParameters(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get link type parameters
getLinkTpeParameters(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get link type parameters
getLinkType() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getLinkTypeName() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getLinkTypeParameters(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getLinkTypeParams(String) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
getLinkTypes() - Method in interface com.trackplus.track.ws.IService
get all link types
getLinkTypes() - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
getLinkTypes(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getLinkTypes() - Method in class com.trackplus.track.ws.tsl.TSLFacade
get all link types
getLisID() - Method in class com.trackplus.track.ws.beans.WSRequestOptionArray
 
getList() - Method in class com.trackplus.track.ws.beans.WSRequestList
 
getList() - Method in class com.trackplus.track.ws.beans.WSResponseList
 
getListID() - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
getListOptions(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get all options for a custom list.
getListOptions(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getListOptions(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
get all options for a list
getListOptionsByParent(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get all sub-options of a parent option.
getListOptionsByParent(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getListOptionsByParent(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getLists() - Method in class com.trackplus.track.ws.beans.WSResponseListArray
 
getLocale() - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
getLocale() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getLocales() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getLocalizedKey() - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
getLocalizedParams() - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
getLoginName() - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
getLogonBean() - Method in class com.trackplus.track.ws.beans.WSRequestLogon
 
getManager() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getManager() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getManagerID() - Method in class com.trackplus.track.ws.beans.WSItemBean
The object id of the fixed RACI role "manager", the person assigned to this item as a manager.
getManagerLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getManagerOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getManagers() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getManagerSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getMoveItemContext(WSRequestMoveItem) - Method in interface com.trackplus.track.ws.IService
Move item to another project (workspace) and item type.
getMoveItemContext(String, Integer, String, String, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getMoveItemContext(WSRequestMoveItem) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getMoveItemForm(WSRequestItemLocation) - Method in interface com.trackplus.track.ws.IService
Get the form for moving an item to another project (workspace) or item type.
getMoveItemForm(WSRequestItemLocation) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getName() - Method in class com.trackplus.track.ws.beans.WSField
 
getName() - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
getName() - Method in class com.trackplus.track.ws.beans.WSGroupBean
 
getName() - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
getName() - Method in class com.trackplus.track.ws.beans.WSListBean
 
getName() - Method in class com.trackplus.track.ws.beans.WSParameter
 
getName() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getName() - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
getNewComment() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getNewEditPersonWithContext(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getNewEditProjectWithContext(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getNewItemChildContext(WSRequestNewItemChild) - Method in interface com.trackplus.track.ws.IService
Create a new child item context.
getNewItemChildContext(String, String, Integer, Locale, String) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getNewItemChildContext(WSRequestNewItemChild) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getNewItemChildForm(WSRequestItemLocation) - Method in interface com.trackplus.track.ws.IService
Get the form for editing a new child item.
getNewItemChildForm(WSRequestItemLocation) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getNewItemContext(WSRequestItemLocation) - Method in interface com.trackplus.track.ws.IService
Create a new item context.
getNewItemContext(String, String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getNewItemContext(WSRequestItemLocation) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getNewItemForm(WSRequestItemLocation) - Method in interface com.trackplus.track.ws.IService
Get the form for edit new item.
getNewItemForm(WSRequestItemLocation) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getNewObjectID() - Method in class com.trackplus.track.ws.beans.WSRequestReplaceAndDelete
 
getNewPersonWithContext() - Method in interface com.trackplus.track.ws.IService
Get an empty person with all selection options.
getNewPersonWithContext() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getNewProjectWithContext() - Method in interface com.trackplus.track.ws.IService
Get a new empty project with selection options.
getNewProjectWithContext() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getNewShowValue() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getNewTransction() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getNewValue() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getNodes() - Method in class com.trackplus.track.ws.beans.WSResponseTreeNodeArray
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSGroupBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSItemBean
The unique object id of the item.
getObjectID() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSListBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSOptionBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSRequestReplaceAndDelete
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSSortedOptionBean
 
getObjectID() - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
getObjectIDLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getOldShowValue() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getOldValue() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getOnBudgetPlan() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getOnPlan() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getOption() - Method in class com.trackplus.track.ws.beans.WSRequestOption
 
getOptions() - Method in class com.trackplus.track.ws.beans.WSFieldOptions
 
getOptions() - Method in class com.trackplus.track.ws.beans.WSParameter
 
getOptions() - Method in class com.trackplus.track.ws.beans.WSRequestOptionArray
 
getOptions() - Method in class com.trackplus.track.ws.beans.WSResponseListOptionArray
 
getOptions() - Method in class com.trackplus.track.ws.beans.WSResponseOptionArray
 
getOptionsByList(String) - Method in class com.trackplus.track.ws.samples.ListSample
Retrieve all options for a given list.
getOriginator() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getOriginator() - Method in class com.trackplus.track.ws.beans.WSComment
 
getOriginator() - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
getOriginator() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getOriginator() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getOriginatorID() - Method in class com.trackplus.track.ws.beans.WSItemBean
The object id of the person that created the item.
getOriginatorLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getOriginatorOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getOriginators() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getOriginatorSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getPanels() - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
getParameters() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getParameters() - Method in class com.trackplus.track.ws.beans.WSResponseParameterArray
 
getParams() - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
getParams() - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
getParentID() - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
getParentID() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getParentID() - Method in class com.trackplus.track.ws.beans.WSRequestNewItemChild
 
getPasswd() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getPasswd2() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getPassword() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getPassword() - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
getPerson() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getPerson() - Method in class com.trackplus.track.ws.beans.WSResponsePerson
 
getPersonEdit() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getPersonEdit() - Method in class com.trackplus.track.ws.beans.WSRequestPersonEdit
 
getPersonEdit() - Method in class com.trackplus.track.ws.beans.WSResponsePersonEdit
 
getPersonEdit(String) - Method in class com.trackplus.track.ws.samples.PersonSample
Get a bean of a user based on his object id.
getPersonEditByLoginName(String) - Method in class com.trackplus.track.ws.samples.PersonSample
Get a bean of a user based on his login name.
getPersonEditWithContext() - Method in class com.trackplus.track.ws.beans.WSResponsePersonEditWithContext
 
getPersonID() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getPersonID() - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
getPersonIDs() - Method in class com.trackplus.track.ws.beans.WSRequestGroupAssigment
 
getPersonIDs() - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
getPersonIDs() - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
getPersons() - Method in class com.trackplus.track.ws.beans.WSResponsePersonArray
 
getPersonsForGroup(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get persons in the group
getPersonsForGroup(String) - Method in class com.trackplus.track.ws.samples.GroupSample
 
getPersonsForGroup(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getPersonsForGroup(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get persons in the group
getPhone() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getPort() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getPrefEmailType() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getPreferredLocale() - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
getPrefilBy() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getPrefilByList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getPrefix() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getPriorities() - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
getPriorities() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getPriority() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getPriority() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getPriorityID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getPriorityLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getPriorityOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getPrioritySettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getPrivateItem() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getPrivateItem() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getPrivateItem() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getProject() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getProject() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getProject() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getProjectEdit() - Method in class com.trackplus.track.ws.beans.WSRequestProjectEdit
 
getProjectEdit() - Method in class com.trackplus.track.ws.beans.WSResponseProjectEdit
 
getProjectEdit(String) - Method in class com.trackplus.track.ws.samples.ProjectSample
 
getProjectEditBean() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getProjectEditWithContext() - Method in class com.trackplus.track.ws.beans.WSResponseProjectEditWithContext
 
getProjectFromEmail() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getProjectFromEmailName() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getProjectID() - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
getProjectID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getProjectID() - Method in class com.trackplus.track.ws.beans.WSRequestItemLocation
 
getProjectID() - Method in class com.trackplus.track.ws.beans.WSRequestMoveItem
 
getProjectID() - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
getProjectID() - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
getProjectLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getProjectList(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getProjectLists(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get all custom lists configured specifically for a workspace or project.
getProjectLists(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Get list configured on project
getProjectOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getProjects() - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
getProjects() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getProjects() - Method in interface com.trackplus.track.ws.IService
Get project (workspace) names and object identifiers but only those where this user has access rights and items in.
getProjects() - Method in class com.trackplus.track.ws.samples.ProjectSample
 
getProjects() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getProjectsAsTree() - Method in interface com.trackplus.track.ws.IService
Get all projects (workspaces) as a tree node array, preserving the hierarchy.
getProjectsAsTree() - Method in class com.trackplus.track.ws.samples.BaseOptionSample
 
getProjectsAsTree() - Method in class com.trackplus.track.ws.samples.ProjectSample
 
getProjectsAsTree(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getProjectsAsTree() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getProjectSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getProjectsIssueTypes() - Method in class com.trackplus.track.ws.samples.BaseOptionSample
Obtains the projects from the server
getProjectState() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getProjectStateList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getProjectsWithCreateIssueRightForItemType(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getProjectsWithCreateItemRightForItemType(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Get the projects where the current user has create permissions for items of the given item type.
getProjectsWithCreateItemRightForItemType(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getProjectType() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
getProjectTypeList() - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
getProtocol() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getProtocolList() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getQueries() - Method in class com.trackplus.track.ws.dungs.QuerySample
 
getQueries() - Method in interface com.trackplus.track.ws.IService
Get all queries in a hierarchical structure.
getQueries() - Method in class com.trackplus.track.ws.samples.QuerySample
 
getQueries(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getQueries() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getQuery() - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
getQueryConfigBean() - Method in class com.trackplus.track.ws.beans.WSRequestQueryConfig
 
getQueryID() - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
getQueryKey() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getQueryString() - Method in class com.trackplus.track.ws.beans.WSTQLQueryBean
 
getQueryType() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getReadOnly() - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
getReadOnly() - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
getReleaseNoticed() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getReleaseNoticed() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getReleaseNoticedID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getReleaseNoticedLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getReleaseNoticedOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getReleaseNoticedSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getReleaseScheduled() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getReleaseScheduled() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getReleaseScheduledID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getReleaseScheduledLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getReleaseScheduledOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getReleaseScheduledSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getRelScheduled() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getRemindMeOnDays() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getRemindMeOnDaysList() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getRemindPriorityLevel() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getRemindPriorityLevels() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getRemindSeverityLevel() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getRemindSeverityLevels() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getReportBeans() - Method in class com.trackplus.track.ws.beans.WSResponseQueryResult
 
getReportConfigBean() - Method in class com.trackplus.track.ws.beans.WSResponseQueryConfig
 
getReportConfiguration() - Method in class com.trackplus.track.ws.beans.WSResponseReportConfiguration
 
getReportConfiguration(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getReportID() - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
getReportID() - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
getReports(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getReportType() - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
getRepositoryType() - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
getRequired() - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
getResponsible() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getResponsible() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getResponsibleID() - Method in class com.trackplus.track.ws.beans.WSItemBean
The object id of the fixed RACI role "responsible", the person assigned to this item as a manager.
getResponsibleLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getResponsibleOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getResponsibles() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getResponsibleSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getRoleAssignmentEdit() - Method in class com.trackplus.track.ws.beans.WSRequestRoleAssignmentEdit
 
getRoleAssignments() - Method in class com.trackplus.track.ws.beans.WSResponseRoleAssignmentArray
 
getRoleID() - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
getRoleID() - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
getRowIndex() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getRows() - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
getRowSpan() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getSecurityConnection() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getSecurityConnectionList() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getSelectedChangedBys() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedConsultantGroups() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getSelectedConsultantPersons() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getSelectedConsultantsInformants() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedInformantGroups() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getSelectedInformantPersons() - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
getSelectedIssueTypes() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedManagers() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedOriginators() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedPriorities() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedProjects() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedRelScheduled() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedResponsibles() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedSeverities() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSelectedStates() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSerialVersionUID() - Static method in class com.trackplus.track.ws.beans.WSAccessBean
 
getServerName() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getServerVersionAndCompatible() - Method in interface com.trackplus.track.ws.IService
Get the server version and compatible versions.
getServerVersionAndCompatible() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getSessionTimeout() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getSeverities() - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
getSeverities() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getSeverity() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSeverity() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getSeverityID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getSeverityLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSeverityOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getSeveritySettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getSize() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getSizeKb() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getSizeString() - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
getSortOrder() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
getSortOrderValue() - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
getSortOrderValue() - Method in class com.trackplus.track.ws.beans.WSSortedOptionBean
 
getSortOrderValue() - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
getStartDate() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getStartDate() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getStartDate() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getStartDateLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getStartDateSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getState() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getState() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getStateFlag() - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
getStateID() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getStateLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getStateOptions() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getStates() - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
getStates() - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
getStateSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getStatus() - Method in interface com.trackplus.track.ws.beans.IResponse
Get the status of the response.
getStatus() - Method in class com.trackplus.track.ws.beans.WSResponse
 
getSubject() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getSubstituteID() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getSubstitutePersonsList() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getSuperiorWorkitem() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSuperiorWorkitem() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getSuperiorWorkitem() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getSuperiorWorkitemLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSuperiorWorkitemSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getSuperiorWorkitemSynopsys() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSuperiorWorkitemSynopsys() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getSuperiorWorkitemSynopsys() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getSynopsis() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSynopsis() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getSynopsis() - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
getSynopsisLabel() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getSynopsysSettings() - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
getTabs() - Method in class com.trackplus.track.ws.beans.WSFormBean
 
getTimeAndCost() - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
getTimeAndCost() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
getTimeUnit() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getTimeUnit() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getTimeUnits() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getTimeZones() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getTooltip() - Method in class com.trackplus.track.ws.beans.WSField
 
getTooltip() - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
getTotalCost() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getTotalHours() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getTransactionID() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getType() - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
getType() - Method in class com.trackplus.track.ws.beans.WSField
 
getType() - Method in class com.trackplus.track.ws.beans.WSParameter
 
getUsedProjects() - Method in interface com.trackplus.track.ws.IService
Get all project (workspace) names and object identifiers for this user.
getUsedProjects() - Method in class com.trackplus.track.ws.samples.ProjectSample
 
getUsedProjects(Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
getUsedProjects() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
getUser() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
getUserEmail() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getUserLevel() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getUserLevelList() - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
getUsername() - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
getUserName() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getUsers() - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
getUserTz() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getValue() - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
getValue() - Method in class com.trackplus.track.ws.beans.WSCustomFieldValue
 
getValue() - Method in class com.trackplus.track.ws.beans.WSIntegerStringBean
 
getValue() - Method in class com.trackplus.track.ws.beans.WSKeyValueBean
 
getValue() - Method in class com.trackplus.track.ws.beans.WSLabelValueBean
 
getValue() - Method in class com.trackplus.track.ws.beans.WSRequestString
 
getValue() - Method in class com.trackplus.track.ws.beans.WSResponseString
 
getValue() - Method in class com.trackplus.track.ws.beans.WSResponseStringArray
 
getValueHAlign() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getValues() - Method in class com.trackplus.track.ws.beans.WSRequestStringArray
 
getValueVAlign() - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
getVerticalAlign(String) - Static method in class com.trackplus.track.ws.samples.FormSample
 
getVerticalAlign(int) - Static method in class com.trackplus.track.ws.samples.FormSample
 
getWorkingHours() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSComment
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSCostBean
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSRequestDeleteComments
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSRequestDeleteItemLinks
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSRequestItemLink
 
getWorkItemID() - Method in class com.trackplus.track.ws.beans.WSRequestItemLinkEdit
 
getWSBusinessDelegate() - Method in class com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegateFactory
Get a WSBusinessDelegate implementation
groupEdit - Variable in class com.trackplus.track.ws.beans.WSRequestGroupEdit
The wrapped group edit bean
groupID - Variable in class com.trackplus.track.ws.beans.WSRequestGroupAssigment
Id of group
groups - Variable in class com.trackplus.track.ws.beans.WSResponseGroupArray
Wrapped groups
GroupSample - Class in com.trackplus.track.ws.samples
 
GroupSample() - Constructor for class com.trackplus.track.ws.samples.GroupSample
 
GroupSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.GroupSample
 

H

handleTCLFacadeException(TCLFacadeException) - Method in class com.trackplus.track.ws.dungs.LoginDungs
Simple Handler for TCLFacadeException
handleTCLFacadeException(TCLFacadeException) - Method in class com.trackplus.track.ws.samples.LoginSample
Simple Handler for TCLFacadeException
historyValues - Variable in class com.trackplus.track.ws.beans.WSItemHistoryBean
all history changes
hours - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the hours field Real type Double
hoursPerWorkDay - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
 

I

icon - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
id - Variable in class com.trackplus.track.ws.beans.WSField
The id of the field
id - Variable in class com.trackplus.track.ws.beans.WSFormBean
Identifier of the form
id - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
inheritAuthor - Variable in class com.trackplus.track.ws.beans.WSGroupEditBean
 
inheritManager - Variable in class com.trackplus.track.ws.beans.WSGroupEditBean
 
inheritResponsible - Variable in class com.trackplus.track.ws.beans.WSGroupEditBean
 
IRequest - Interface in com.trackplus.track.ws.beans
A common interface for all request parameter to web-service methods.
IResponse - Interface in com.trackplus.track.ws.beans
The common interface for all responses to any request to the web service.
isActivateInlineEdit() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isActivateLayout() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isAdminOrGuest() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isArchived() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
IsCbaAllowed - Variable in class com.trackplus.track.ws.beans.WSPersonBean
 
isCost() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
isDeleted() - Method in class com.trackplus.track.ws.beans.WSItemBean
 
isEditable() - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
isEnabled() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
IService - Interface in com.trackplus.track.ws
The interface for the Track+ web service.
isForceLdap() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isInheritAuthor() - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
isInheritManager() - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
isInheritResponsible() - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
isInTestMode - Variable in class com.trackplus.track.ws.beans.WSLogonBean
 
isKeepMessagesOnServer() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
isLdapOn() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isLdapUser() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isLinking() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
isLoggedIn() - Method in interface com.trackplus.track.ws.IService
This method returns the current login status.
isLoggedIn() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
isModifyDueDate() - Method in class com.trackplus.track.ws.beans.WSAccessBean
This permits the user holding this bean to modify due dates.
isModifyIssue() - Method in class com.trackplus.track.ws.beans.WSAccessBean
This permits the current user to modify due dates of the item this bean is attached to.
isModifyManagerAndResponsible() - Method in class com.trackplus.track.ws.beans.WSAccessBean
This permits the current user to modify manager and responsible fields of the item this bean is attached to.
isNoEmail() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
ISO_DATE_FORMAT - Static variable in interface com.trackplus.track.ws.WSConstants
 
ISO_DATE_TIME_FORMAT - Static variable in interface com.trackplus.track.ws.WSConstants
 
isPopulated() - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
Are the fields of this form bean already populated?
isPopulated() - Method in class com.trackplus.track.ws.beans.WSTQLQueryBean
Are the fields of this form bean already populated?
isProjectHasReleases() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
isRemindMeAsManager() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isRemindMeAsOriginator() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isRemindMeAsResponsible() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isRequired() - Method in class com.trackplus.track.ws.beans.WSParameter
 
isSaveAttachments() - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
isSelectable() - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
isSendFromProjectEmail() - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
issueNoSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
issueType - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The issue Type (bug, new feature, improvment....)
issueType - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The issue Type (bug, new feature, improvment....)
issueTypeID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the item type or "sub-class" of items, like bugs, tasks, requirements, documents, document sections.
issueTypeID - Variable in class com.trackplus.track.ws.beans.WSRequestItemLocation
The id of issue type
issueTypeID - Variable in class com.trackplus.track.ws.beans.WSRequestMoveItem
The id of issue type
issueTypeLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized issueType Label
issueTypeOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
issueTypes - Variable in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
All issue types defined.
issueTypeSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
isUseQuery() - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
isValue() - Method in class com.trackplus.track.ws.beans.WSResponseBoolean
 
isWork() - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
item - Variable in class com.trackplus.track.ws.beans.WSEditItemContextBean
The edit item
item - Variable in class com.trackplus.track.ws.beans.WSItemContextBean
The edit item
itemBean - Variable in class com.trackplus.track.ws.beans.WSRequestItem
The wrapped item bean
itemBean - Variable in class com.trackplus.track.ws.beans.WSResponseItem
Wrapped item bean
itemContextBean - Variable in class com.trackplus.track.ws.beans.WSRequestItemContext
The item context
itemContextBean - Variable in class com.trackplus.track.ws.beans.WSResponseItemContext
Wrapped itemContextBean
itemContextBeans - Variable in class com.trackplus.track.ws.beans.WSResponseItemContextArray
Wrapped itemContextBean
ItemHandler - Class in com.trackplus.track.ws.dungs
This class serves as a little example how to work with the Track+ client library (TCL).
ItemHandler() - Constructor for class com.trackplus.track.ws.dungs.ItemHandler
The constructor.
ItemHandler(TCLFacade) - Constructor for class com.trackplus.track.ws.dungs.ItemHandler
Constructor with existing connection.
itemHistoryBean - Variable in class com.trackplus.track.ws.beans.WSResponseItemHistory
Wrapped itemHistoryBean
itemID - Variable in class com.trackplus.track.ws.beans.WSRequestCopyItem
The itemID
itemID - Variable in class com.trackplus.track.ws.beans.WSRequestMoveItem
The id of the item
itemKey - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The object id of the issue this attachment belongs to.
itemLinkBean - Variable in class com.trackplus.track.ws.beans.WSResponseItemLink
 
itemLinkIDs - Variable in class com.trackplus.track.ws.beans.WSRequestDeleteItemLinks
wrapped array
ItemLinkSample - Class in com.trackplus.track.ws.samples
 
ItemLinkSample() - Constructor for class com.trackplus.track.ws.samples.ItemLinkSample
The constructor.
ItemLinkSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.ItemLinkSample
Constructor with existing connection.
ItemSample - Class in com.trackplus.track.ws.samples
This class serves as a little example how to work with the Track+ client library (TCL).
ItemSample() - Constructor for class com.trackplus.track.ws.samples.ItemSample
The constructor.
ItemSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.ItemSample
Constructor with existing connection.

K

keepMessagesOnServer - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 

L

label - Variable in class com.trackplus.track.ws.beans.WSField
The default label
label - Variable in class com.trackplus.track.ws.beans.WSIntegerStringBean
 
label - Variable in class com.trackplus.track.ws.beans.WSSortedOptionBean
The display label of the option
label - Variable in class com.trackplus.track.ws.beans.WSStateOptionBean
the display value
label - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
labelValueBeans - Variable in class com.trackplus.track.ws.beans.WSResponseLabelValueBeanArray
Wrapped laValueBeans
lastEdit - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The date of last modification.
lastEdit - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the lastEdit field Real type: date The date format is:"yyyy-MM-dd H:mm:ss.S"
lastEdit - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The last modify date.
lastEdit - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
Last edit date Real type: date The date format is:"yyyy-MM-dd H:mm:ss.S"
lastEdit - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The last modify date.
lastEdit - Variable in class com.trackplus.track.ws.beans.WSItemBean
The date and time of the last modification.
lastEdit - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
The last modify date.
lastEdit - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The last modify date.
lastEditLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized lastEdit Label
lastEditSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
leaf - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
linkedWorkItemID - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
Real type: integer
linkedWorkItemTitle - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
 
linkType - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
Link type with direction
linkTypeName - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
 
list - Variable in class com.trackplus.track.ws.beans.WSRequestList
 
list - Variable in class com.trackplus.track.ws.beans.WSResponseList
Wrapped persons
lists - Variable in class com.trackplus.track.ws.beans.WSResponseListArray
Wrapped list
ListSample - Class in com.trackplus.track.ws.samples
This class provides handling for custom selection lists (tags, labels).
ListSample() - Constructor for class com.trackplus.track.ws.samples.ListSample
Constructor
ListSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.ListSample
 
loadList(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Load a single custom list by id with all its options.
loadList(Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
loadList(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
load a list by id with all options
loadPersonByLoginNameWithRights(String) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
loadQueryConfigBean(WSRequestQueryConfig) - Method in interface com.trackplus.track.ws.IService
Load the query configuration bean with given selections.
loadQueryConfigBean(WSRequestQueryConfig) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
loadReportConfigBean() - Method in class com.trackplus.track.ws.samples.QuerySample
 
loadReportConfigBean(WSQueryConfigBean, Integer, Locale, boolean) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
Locale - Variable in class com.trackplus.track.ws.beans.WSLogonBean
 
LOCALE_KEY - Static variable in interface com.trackplus.track.ws.WSConstants
 
localizedKey - Variable in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
The message key used to localize the message
localizedParams - Variable in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
The parameters used to localize the messages
login() - Method in class com.trackplus.track.ws.dungs.LoginDungs
 
login(String, String) - Method in class com.trackplus.track.ws.dungs.LoginDungs
Login via web-service in Track+ system
login(WSRequestLogon) - Method in interface com.trackplus.track.ws.IService
This method is used to log in the client with the user specific data stored in the WSLogonBean (mainly user name and password).
login() - Method in class com.trackplus.track.ws.samples.LoginSample
 
login(String, String) - Method in class com.trackplus.track.ws.samples.LoginSample
Login via web-service in Track+ system
login(WSRequestLogon) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
loginByNameAndPassword(String, String) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
LoginDungs - Class in com.trackplus.track.ws.dungs
This class demonstrates how to use the TCL (Track+ Client Library) to login into a Track+ server via the web service interface.
LoginDungs() - Constructor for class com.trackplus.track.ws.dungs.LoginDungs
Constructor
LoginDungs(TCLFacade) - Constructor for class com.trackplus.track.ws.dungs.LoginDungs
 
loginName - Variable in class com.trackplus.track.ws.beans.WSPersonBean
 
LoginSample - Class in com.trackplus.track.ws.samples
This class demonstrates how to use the TCL (Track+ Client Library) to login into a Track+ server via the web service interface.
LoginSample() - Constructor for class com.trackplus.track.ws.samples.LoginSample
Constructor
LoginSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.LoginSample
 
logoff() - Method in interface com.trackplus.track.ws.IService
This method is used to log off the user from the Track+ server and invalidate the corresponding session.
logoff() - Method in class com.trackplus.track.ws.tsl.TSLFacade
 

M

main(String[]) - Static method in class com.trackplus.track.ws.dungs.ItemHandler
 
main(String[]) - Static method in class com.trackplus.track.ws.dungs.LoginDungs
 
main(String[]) - Static method in class com.trackplus.track.ws.dungs.QuerySample
Convert all documents to new structure
main(String[]) - Static method in class com.trackplus.track.ws.samples.AttachmentSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.BaseOptionSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.CbaSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.FormSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.GroupSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.ItemLinkSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.ItemSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.ListSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.LoginSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.PersonSample
Demonstrator for how to add, view, modify, and delete users.
main(String[]) - Static method in class com.trackplus.track.ws.samples.ProjectSample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.QuerySample
 
main(String[]) - Static method in class com.trackplus.track.ws.samples.RoleSample
 
manager - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The manager
manager - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The manager
managerID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the fixed RACI role "manager", the person assigned to this item as a manager.
managerLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The localized manager label
managerOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
managerSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
modifyItem(String) - Method in class com.trackplus.track.ws.dungs.ItemHandler
This method demonstrates how to change some aspects of an item.
modifyItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method demonstrates how to change some aspects of an item.
MOVE - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate.Actions
 
moveItem(WSRequestItem) - Method in interface com.trackplus.track.ws.IService
Move an item to a new space or item type.
moveItem(WSRequestItem) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 

N

name - Variable in class com.trackplus.track.ws.beans.WSField
The name of the field
name - Variable in class com.trackplus.track.ws.beans.WSGroupBean
 
name - Variable in class com.trackplus.track.ws.beans.WSGroupEditBean
 
NEED_REPLACE - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.BusinessException.DELETE_ERROR_CODES
 
NEW - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate.Actions
 
NEW_CHILD - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate.Actions
 
newComment - Variable in class com.trackplus.track.ws.beans.WSItemBean
A new comment to add to this item.
newShowValue - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The new show values
newTransction - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
...
newValue - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The new value in ISO format for date format is "yyyy-MM-dd" for date-time format is "yyyy-MM-dd H:mm:ss.S"
NO_RIGHT_TO_DELETE - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.BusinessException.DELETE_ERROR_CODES
 
nodes - Variable in class com.trackplus.track.ws.beans.WSResponseTreeNodeArray
 
NOT_EMPTY_WARNING - Static variable in interface com.trackplus.track.ws.tsl.bdelegate.BusinessException.DELETE_ERROR_CODES
 

O

objectID - Variable in class com.trackplus.track.ws.beans.WSAccountBean
The value for the objectID field Real type Integer
objectID - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The unique object identifier for this budget bean.
objectID - Variable in class com.trackplus.track.ws.beans.WSCommentEdit
The unique object id for this comment.
objectID - Variable in class com.trackplus.track.ws.beans.WSCostBean
The id of the bean Real type Integer
objectID - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The id of the item
objectID - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The value for the objectID field Real type Integer
objectID - Variable in class com.trackplus.track.ws.beans.WSGroupBean
 
objectID - Variable in class com.trackplus.track.ws.beans.WSGroupEditBean
 
objectID - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The value for the objectID field Real type Integer
objectID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The unique object id of the item.
objectID - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
Real type: integer
objectID - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The id of the item
objectID - Variable in class com.trackplus.track.ws.beans.WSSortedOptionBean
The id of the option
objectID - Variable in class com.trackplus.track.ws.beans.WSStateOptionBean
The id of the state
objectIDLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The localized objectID label
oldShowValue - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The old show value
oldValue - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The old value is ISO format for date format is "yyyy-MM-dd" for date-time format is "yyyy-MM-dd H:mm:ss.S"
onBudgetPlan - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
If the item is on budget plan or not Real type: boolean
onPlan - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
If the item is on plan or not Real type: boolean
option - Variable in class com.trackplus.track.ws.beans.WSRequestOption
The wrapped person edit bean
options - Variable in class com.trackplus.track.ws.beans.WSRequestOptionArray
 
options - Variable in class com.trackplus.track.ws.beans.WSResponseListOptionArray
Wrapped persons
options - Variable in class com.trackplus.track.ws.beans.WSResponseOptionArray
Wrapped options
originator - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The person that first uploaded this attachment to the server.
originator - Variable in class com.trackplus.track.ws.beans.WSComment
The original author of this comment.
originator - Variable in class com.trackplus.track.ws.beans.WSCommentEdit
The person who created this comment.
originator - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The Person who create the item
originator - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The Person who create the item
originatorID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the person that created the item.
originatorLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized originator label
originatorOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
originatorSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 

P

parameters - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
 
parameters - Variable in class com.trackplus.track.ws.beans.WSResponseParameterArray
Wrapped params
parentID - Variable in class com.trackplus.track.ws.beans.WSRequestNewItemChild
The parent issue id
password - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
password - Variable in class com.trackplus.track.ws.beans.WSLogonBean
 
personEdit - Variable in class com.trackplus.track.ws.beans.WSRequestPersonEdit
The wrapped person edit bean
personID - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the person field Real type Integer
personID - Variable in class com.trackplus.track.ws.beans.WSPersonBean
 
personIDs - Variable in class com.trackplus.track.ws.beans.WSRequestGroupAssigment
Ids of the person
persons - Variable in class com.trackplus.track.ws.beans.WSResponsePersonArray
Wrapped persons
PersonSample - Class in com.trackplus.track.ws.samples
 
PersonSample() - Constructor for class com.trackplus.track.ws.samples.PersonSample
 
PersonSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.PersonSample
 
pField - Static variable in class com.trackplus.track.ws.dungs.LoginDungs
The user password
pField - Static variable in class com.trackplus.track.ws.samples.LoginSample
The user password
populated - Variable in class com.trackplus.track.ws.beans.WSTQLEditBean
 
port - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
preferredLocale - Variable in class com.trackplus.track.ws.beans.WSPersonBean
 
printAttachments(WSAttachmentBean[]) - Method in class com.trackplus.track.ws.samples.AttachmentSample
 
printBaseFields(WSItemBean) - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
printBaseFields(WSItemBean) - Method in class com.trackplus.track.ws.samples.ItemSample
 
printDisplayItem(WSDisplayItemBean) - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
printDisplayItem(WSDisplayItemBean) - Method in class com.trackplus.track.ws.samples.ItemSample
 
printEditItemContext(WSEditItemContextBean, WSField[]) - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
printEditItemContext(WSEditItemContextBean, WSField[]) - Method in class com.trackplus.track.ws.samples.ItemSample
 
printForm(WSFormBean) - Static method in class com.trackplus.track.ws.samples.FormSample
 
printItem(WSItemBean) - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
printItem(WSItemBean) - Method in class com.trackplus.track.ws.samples.ItemSample
 
printItemSimple(WSItemBean) - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
printItemSimple(WSItemBean) - Method in class com.trackplus.track.ws.samples.ItemSample
 
println(String) - Method in class com.trackplus.track.ws.dungs.QuerySample
 
printNode(WSTreeNode, String) - Static method in class com.trackplus.track.ws.samples.BaseOptionSample
 
printOptions(WSOptionBean[]) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
printParameters(WSParameter[]) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
printPersons(WSPersonBean[]) - Method in class com.trackplus.track.ws.samples.PersonSample
 
priorities - Variable in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
All priorities.
priority - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The priority
priority - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The priority
priorityID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the item priority, like "high", "low", "soon", "never".
priorityLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized priority Label
priorityOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
prioritySettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
privateItem - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
private item real type: Boolean
privateItem - Variable in class com.trackplus.track.ws.beans.WSItemBean
Items can be marked as private and then become invisible to anybody but the creator of the item.
privateItem - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
private item real type: Boolean
project - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The project
project - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The project
projectEdit - Variable in class com.trackplus.track.ws.beans.WSRequestProjectEdit
The wrapped project edit bean
projectID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the project or workspace this item belongs to.
projectID - Variable in class com.trackplus.track.ws.beans.WSRequestItemLocation
The id of the project
projectID - Variable in class com.trackplus.track.ws.beans.WSRequestMoveItem
The id of the project
projectLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized project Label
projectOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
projects - Variable in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
All projects accessible to this user.
ProjectSample - Class in com.trackplus.track.ws.samples
 
ProjectSample() - Constructor for class com.trackplus.track.ws.samples.ProjectSample
 
ProjectSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.ProjectSample
 
projectSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
protocol - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 

Q

queryConfigBean - Variable in class com.trackplus.track.ws.beans.WSRequestQueryConfig
the query configuration bean
QuerySample - Class in com.trackplus.track.ws.dungs
This class demonstrates how to retrieve a number of issues from a Track+ server by a query via the web service interface using the Track+ Client Library (TCL).
QuerySample() - Constructor for class com.trackplus.track.ws.dungs.QuerySample
 
QuerySample(TCLFacade) - Constructor for class com.trackplus.track.ws.dungs.QuerySample
 
QuerySample - Class in com.trackplus.track.ws.samples
This class demonstrates how to retrieve a number of issues from a Track+ server by a query via the web service interface using the Track+ Client Library (TCL).
QuerySample() - Constructor for class com.trackplus.track.ws.samples.QuerySample
 
QuerySample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.QuerySample
 

R

readOnly - Variable in class com.trackplus.track.ws.beans.WSEditItemContextBean
If the item is read only
releaseNoticed - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The release where the item(bug,problem report) was noticed
releaseNoticed - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The release where the item(bug,problem report) was noticed
releaseNoticedID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the release where the item(bug,problem report) was noticed.
releaseNoticedLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized releaseNoticed Label
releaseNoticedOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
releaseNoticedSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
releaseScheduled - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The release scheduled;
releaseScheduled - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The release scheduled;
releaseScheduledID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the release scheduled, that is the release for which a fix is scheduled.
releaseScheduledLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized releaseScheduled Label
releaseScheduledOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
releaseScheduledSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
removePersonsFromGroup(WSRequestGroupAssigment) - Method in interface com.trackplus.track.ws.IService
Remove person(s) from group.
removePersonsFromGroup(String, String[]) - Method in class com.trackplus.track.ws.samples.GroupSample
 
removePersonsFromGroup(Integer, List<Integer>, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
removePersonsFromGroup(WSRequestGroupAssigment) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Remove person(s) from group.
removeRoleAssignment(WSRequestRoleAssignmentEdit) - Method in interface com.trackplus.track.ws.IService
Remove a single role assignment for a single user and project.
removeRoleAssignment(WSRoleAssignmentEditBean) - Method in class com.trackplus.track.ws.samples.RoleSample
Remove a role assignment.
removeRoleAssignment(WSRoleAssignmentEditBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
removeRoleAssignment(WSRequestRoleAssignmentEdit) - Method in class com.trackplus.track.ws.tsl.TSLFacade
remove a role assignment
replaceAndDeleteGroup(WSRequestReplaceAndDelete) - Method in interface com.trackplus.track.ws.IService
Replace and delete a group.
replaceAndDeleteGroup(WSRequestReplaceAndDelete) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
replaceAndDeletePerson(WSRequestReplaceAndDelete) - Method in interface com.trackplus.track.ws.IService
Replace and delete a person.
replaceAndDeletePerson(Integer, Integer, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
replaceAndDeletePerson(WSRequestReplaceAndDelete) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
reportBeans - Variable in class com.trackplus.track.ws.beans.WSResponseQueryResult
The list of report beans.
reportConfigBean - Variable in class com.trackplus.track.ws.beans.WSResponseQueryConfig
The wrapped report config bean
reportConfiguration - Variable in class com.trackplus.track.ws.beans.WSResponseReportConfiguration
 
responsible - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The responsible person
responsible - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The responsible person
responsibleID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the fixed RACI role "responsible", the person assigned to this item as a manager.
responsibleLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized responsible label
responsibleOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
responsibleSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
roleAssignments - Variable in class com.trackplus.track.ws.beans.WSResponseRoleAssignmentArray
 
RoleSample - Class in com.trackplus.track.ws.samples
 
RoleSample() - Constructor for class com.trackplus.track.ws.samples.RoleSample
The constructor
RoleSample(TCLFacade) - Constructor for class com.trackplus.track.ws.samples.RoleSample
 
run() - Method in class com.trackplus.track.ws.dungs.ItemHandler
 
run() - Method in class com.trackplus.track.ws.dungs.LoginDungs
 
run() - Method in class com.trackplus.track.ws.samples.ItemSample
 
run() - Method in class com.trackplus.track.ws.samples.LoginSample
 

S

saveAttachment(WSRequestAttachment, DataHandler) - Method in interface com.trackplus.track.ws.IService
Save an attachment.
saveAttachment(Integer, String, String, InputStream, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveAttachment(WSRequestAttachment, DataHandler) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
saveChangeStatusItem(WSItemBean, Integer, String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveGroup(WSRequestGroupEdit) - Method in interface com.trackplus.track.ws.IService
Save a group.
saveGroup(WSGroupEditBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveGroup(WSRequestGroupEdit) - Method in class com.trackplus.track.ws.tsl.TSLFacade
save a group
saveItem(WSRequestItem) - Method in interface com.trackplus.track.ws.IService
This method makes the item bean persistent (saves it into the database).
saveItem(WSItemBean, Integer, String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveItem(WSRequestItem) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
saveItemLink(WSRequestItemLinkEdit) - Method in interface com.trackplus.track.ws.IService
Save a item link.
saveItemLink(String, WSItemLinkBean) - Method in class com.trackplus.track.ws.samples.ItemLinkSample
 
saveItemLink(Integer, Locale, Integer, WSItemLinkBean) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveItemLink(WSRequestItemLinkEdit) - Method in class com.trackplus.track.ws.tsl.TSLFacade
 
saveList(WSRequestList) - Method in interface com.trackplus.track.ws.IService
Save a custom list.
saveList(WSListBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveList(WSRequestList) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Save a list
saveListOption(WSRequestOption) - Method in interface com.trackplus.track.ws.IService
Save a custom list option.
saveListOption(WSListOptionBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveListOption(WSRequestOption) - Method in class com.trackplus.track.ws.tsl.TSLFacade
save a list option
saveMoveItem(WSItemBean, Integer, String, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
savePerson(WSRequestPersonEdit) - Method in interface com.trackplus.track.ws.IService
Save a person.
savePerson(WSPersonEditBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
savePerson(WSRequestPersonEdit) - Method in class com.trackplus.track.ws.tsl.TSLFacade
save a person
saveProject(WSRequestProjectEdit) - Method in interface com.trackplus.track.ws.IService
Save a project.
saveProject(WSProjectEditBean, Integer, Locale) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
saveProject(WSRequestProjectEdit) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Save a person.
securityConnection - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
securityConnectionList - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
selectable - Variable in class com.trackplus.track.ws.beans.WSTreeNode
 
serverName - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setAccountID(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setAccountName(String) - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
setAccountName(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setAccountNumber(String) - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
setAcounts(WSAccountBean[]) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setAction(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setAction(String) - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
setActivateInlineEdit(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setActivateLayout(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setAdminOrGuest(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setArchived(boolean) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setAttachKey(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setAttachmentBean(WSAttachmentBean) - Method in class com.trackplus.track.ws.beans.WSRequestAttachment
 
setAttachmentBean(WSAttachmentBean) - Method in class com.trackplus.track.ws.beans.WSResponseAttachment
 
setAttachmentBeans(WSAttachmentBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseAttachmentArray
 
setAttachmentID(String) - Method in class com.trackplus.track.ws.beans.WSRequestAttachment
 
setAttachments(WSAttachmentBean[]) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setAttachments(WSAttachmentBean[]) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setAttachName(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setBaseOptionsContainer(WSBaseOptionsContainer) - Method in class com.trackplus.track.ws.beans.WSResponseBaseOptionsContainer
 
setBinaryData(DataHandler) - Method in class com.trackplus.track.ws.beans.WSResponseDownloadAttachment
 
setBudget(WSBudgetBean) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setBuild(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setBuild(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setBuild(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setBuildLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setBuildSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setChangedBy(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setChangedBy(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setChangedBy(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setChangedByID(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setChangedByID(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setChangedByID(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setChangedByID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setChangedByLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setChangedByName(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setChangedByName(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setChangedByName(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setChangedByOptions(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setChangedBys(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setChangedBySettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setChecked(Boolean) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setChildren(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setChildrenIds(String[]) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setChildrenIds(String[]) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setColIndex(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setCols(int) - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
setColSpan(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setComment(WSCommentEdit) - Method in class com.trackplus.track.ws.beans.WSRequestComment
 
setCommentIDs(String[]) - Method in class com.trackplus.track.ws.beans.WSRequestDeleteComments
 
setComments(WSComment[]) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setComments(WSComment[]) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setComments(WSCommentEdit[]) - Method in class com.trackplus.track.ws.beans.WSResponseCommentArray
 
setCommentSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setConsInfEdit(WSConsInfEdit) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setConsInfShow(WSConsInfShow) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setConsultantGroups(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setConsultantGroups(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
setConsultantInformantSelector(String) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setConsultantPersons(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setConsultantPersons(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
setConsultantsInformants(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setContentType(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setCost(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setCost(boolean) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setCosts(WSCostBean[]) - Method in class com.trackplus.track.ws.beans.WSItemHistoryBean
 
setCosts(WSCostBean[]) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setCreated(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setCreated(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setCreated(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setCreateDate(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setCreatedByName(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setCreatedDate(String) - Method in class com.trackplus.track.ws.beans.WSComment
 
setCreatedDate(String) - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
setCreatedLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setCreatedSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setCssStyle(String) - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
setCsvEncoding(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setCsvSeparator(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setCurrency(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setCurrency(String) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setCurrencyName(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setCurrencySymbol(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setCustomFieldLabels(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setCustomFieldOptions(WSFieldOptions[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setCustomFields(WSCustomFieldDisplayValue[]) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setCustomFieldSettings(WSFieldSettingsBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setCustomFieldValues(WSCustomFieldDisplayValue[]) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setCustomFieldValues(WSCustomFieldValue[]) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setDataSourceType(String) - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
setDeepCopy(String) - Method in class com.trackplus.track.ws.beans.WSRequestCopyItem
 
setDefaultAcount(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultAcountList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultInitialState(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultInitialStateList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultItemType(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultItemTypeList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultManager(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultManagerList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultPriority(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultPriorityList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultResponsible(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultResponsibleList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultSeverity(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultSeverityList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDefaultUnitForWork(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDefaultUnitForWorkList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setDeleted(boolean) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setDepartment(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setDepartmentTree(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSComment
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSListBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSParameter
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setDescription(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setDescriptionLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setDescriptionSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setDesignPath(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setDesignPaths(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setDisabled(String) - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
setDisplayItemBean(WSDisplayItemBean) - Method in class com.trackplus.track.ws.beans.WSResponseDisplayItem
 
setDisplayValue(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
setDomainPat(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setEditable(boolean) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setEditItemContextBean(WSEditItemContextBean) - Method in class com.trackplus.track.ws.beans.WSResponseEditItemContext
 
setEffortdate(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setEmailLead(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setEmployeeId(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setEnabled(boolean) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setEndDate(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setEndDate(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setEndDate(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setEndDateLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setEndDateSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setErrorCode(String) - Method in class com.trackplus.track.ws.beans.WSResponse
 
setErrorCode(int) - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
setErrorMessages(String[]) - Method in class com.trackplus.track.ws.beans.WSResponse
 
setErrorMessages(String[]) - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
setEstimatedBudget(WSEstimatedBudgetBean) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setEstimatedCost(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setEstimatedHours(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setExecuteReportContext(WSExecuteReportContext) - Method in class com.trackplus.track.ws.beans.WSRequestExecuteReport
 
setExportFormat(String) - Method in class com.trackplus.track.ws.beans.WSTQLQueryBean
 
setExternalLink(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setFieldId(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
setFieldId(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldValue
 
setFieldID(String) - Method in class com.trackplus.track.ws.beans.WSFieldOptions
 
setFieldID(String) - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
setFieldID(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setFieldID(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setFieldName(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setFields(WSFormFieldBean[]) - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
setFields(WSField[]) - Method in class com.trackplus.track.ws.beans.WSResponseFieldArray
 
setFieldsConfig(WSFieldsConfigBean) - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
setFieldsConfig(WSFieldsConfigBean) - Method in class com.trackplus.track.ws.beans.WSItemContextBean
 
setFieldsConfigBean(WSFieldsConfigBean) - Method in class com.trackplus.track.ws.beans.WSResponseFieldsConfig
 
setFileName(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setFirstName(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setFirstTime(String) - Method in class com.trackplus.track.ws.beans.WSRequestQueryConfig
 
setForceLdap(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setForm(WSFormBean) - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
setFormBean(WSFormBean) - Method in class com.trackplus.track.ws.beans.WSResponseForm
 
setFullName(String) - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
setFullName(String) - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
setGroupEdit(WSGroupEditBean) - Method in class com.trackplus.track.ws.beans.WSRequestGroupEdit
 
setGroupEdit(WSGroupEditBean) - Method in class com.trackplus.track.ws.beans.WSResponseGroupEdit
 
setGroupID(String) - Method in class com.trackplus.track.ws.beans.WSRequestGroupAssigment
 
setGroups(WSGroupBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseGroupArray
 
setHidden(String) - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
setHistoryValues(WSHistoryValues[]) - Method in class com.trackplus.track.ws.beans.WSItemHistoryBean
 
setHomePage(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setHours(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setHoursPerWorkDay(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setHoursPerWorkDay(String) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setIcon(String) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setId(String) - Method in class com.trackplus.track.ws.beans.WSField
 
setId(String) - Method in class com.trackplus.track.ws.beans.WSFormBean
 
setId(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setId(Integer) - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
setId(Integer) - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
setId(String) - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
setId(String) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setIncomingEmail(WSIncomingEmailBean) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setInformantGroups(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setInformantGroups(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
setInformantPersons(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setInformantPersons(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfShow
 
setInheritAuthor(boolean) - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
setInheritManager(boolean) - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
setInheritResponsible(boolean) - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
setIsCbaAllowed(Boolean) - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
setIsInTestMode(String) - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
setIssueNoSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setIssueType(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setIssueType(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setIssueTypeID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setIssueTypeID(String) - Method in class com.trackplus.track.ws.beans.WSRequestItemLocation
 
setIssueTypeID(String) - Method in class com.trackplus.track.ws.beans.WSRequestMoveItem
 
setIssueTypeLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setIssueTypeOptions(WSSortedOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setIssueTypes(WSSortedOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
setIssueTypes(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setIssueTypeSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setItem(WSItemBean) - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
setItem(WSItemBean) - Method in class com.trackplus.track.ws.beans.WSItemContextBean
 
setItemBean(WSItemBean) - Method in class com.trackplus.track.ws.beans.WSRequestItem
 
setItemBean(WSItemBean) - Method in class com.trackplus.track.ws.beans.WSResponseItem
 
setItemContextBean(WSItemContextBean) - Method in class com.trackplus.track.ws.beans.WSRequestItemContext
 
setItemContextBean(WSItemContextBean) - Method in class com.trackplus.track.ws.beans.WSResponseItemContext
 
setItemContextBeans(WSItemContextBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseItemContextArray
 
setItemHistoryBean(WSItemHistoryBean) - Method in class com.trackplus.track.ws.beans.WSResponseItemHistory
 
setItemID(String) - Method in class com.trackplus.track.ws.beans.WSRequestCopyItem
 
setItemID(String) - Method in class com.trackplus.track.ws.beans.WSRequestMoveItem
 
setItemKey(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setItemLinkBean(WSItemLinkBean) - Method in class com.trackplus.track.ws.beans.WSRequestItemLinkEdit
 
setItemLinkBean(WSItemLinkBean) - Method in class com.trackplus.track.ws.beans.WSResponseItemLink
 
setItemLinkBeans(WSItemLinkBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseItemLinkArray
 
setItemLinkID(String) - Method in class com.trackplus.track.ws.beans.WSRequestItemLink
 
setItemLinkIDs(String[]) - Method in class com.trackplus.track.ws.beans.WSRequestDeleteItemLinks
 
setKeepMessagesOnServer(boolean) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setKey(String) - Method in class com.trackplus.track.ws.beans.WSKeyValueBean
 
setKeyword(String) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSField
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSIntegerStringBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSLabelValueBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSOptionBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSSortedOptionBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
setLabel(String) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setLabelHAlign(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setLabelVAlign(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setLabelValueBeans(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseLabelValueBeanArray
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setLastEdit(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setLastEditLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setLastEditSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setLastLogin(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setLastName(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setLdapOn(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setLdapUser(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setLeaf(Boolean) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setLinkedWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setLinkedWorkItemTitle(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setLinking(boolean) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setLinkType(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setLinkTypeName(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setLisID(String) - Method in class com.trackplus.track.ws.beans.WSRequestOptionArray
 
setList(WSListBean) - Method in class com.trackplus.track.ws.beans.WSRequestList
 
setList(WSListBean) - Method in class com.trackplus.track.ws.beans.WSResponseList
 
setListID(String) - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
setLists(WSListBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseListArray
 
setLocale(String) - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
setLocale(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setLocales(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setLocalizedKey(String) - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
setLocalizedParams(String[]) - Method in exception com.trackplus.track.ws.tsl.bdelegate.BusinessException
 
setLoginName(String) - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
setLogonBean(WSLogonBean) - Method in class com.trackplus.track.ws.beans.WSRequestLogon
 
setManager(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setManager(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setManagerID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setManagerLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setManagerOptions(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setManagers(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setManagerSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setModifyDueDate(boolean) - Method in class com.trackplus.track.ws.beans.WSAccessBean
This permits the current user to modify due dates of the item this bean is attached to.
setModifyIssue(boolean) - Method in class com.trackplus.track.ws.beans.WSAccessBean
This permits the current user to modify the item this bean is attached to.
setModifyManagerAndResponsible(boolean) - Method in class com.trackplus.track.ws.beans.WSAccessBean
This permits the current user to modify manager and responsible fields of the item this bean is attached to.
setName(String) - Method in class com.trackplus.track.ws.beans.WSField
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSGroupBean
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSListBean
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSParameter
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setName(String) - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
setNewComment(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setNewObjectID(String) - Method in class com.trackplus.track.ws.beans.WSRequestReplaceAndDelete
 
setNewShowValue(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setNewTransction(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setNewValue(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setNodes(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSResponseTreeNodeArray
 
setNoEmail(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSAccountBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSGroupBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSGroupEditBean
 
setObjectID(Integer) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSListBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSOptionBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSRequestReplaceAndDelete
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSSortedOptionBean
 
setObjectID(String) - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
setObjectIDLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setOldShowValue(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setOldValue(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setOnBudgetPlan(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setOnPlan(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setOption(WSListOptionBean) - Method in class com.trackplus.track.ws.beans.WSRequestOption
 
setOptions(WSOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldOptions
 
setOptions(WSOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSParameter
 
setOptions(WSListOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSRequestOptionArray
 
setOptions(WSListOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseListOptionArray
 
setOptions(WSOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseOptionArray
 
setOriginator(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setOriginator(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSComment
 
setOriginator(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
setOriginator(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setOriginator(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setOriginatorID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setOriginatorLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setOriginatorOptions(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setOriginators(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setOriginatorSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setPanels(WSFormPanelBean[]) - Method in class com.trackplus.track.ws.beans.WSFormTabBean
 
setParameters(WSKeyValueBean[]) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setParameters(WSParameter[]) - Method in class com.trackplus.track.ws.beans.WSResponseParameterArray
 
setParams(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
setParams(WSParameter[]) - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
setParentID(String) - Method in class com.trackplus.track.ws.beans.WSListOptionBean
 
setParentID(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setParentID(String) - Method in class com.trackplus.track.ws.beans.WSRequestNewItemChild
 
setPasswd(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setPasswd2(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setPassword(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setPassword(String) - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
setPerson(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setPerson(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSResponsePerson
 
setPersonEdit(WSPersonEditBean) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setPersonEdit(WSPersonEditBean) - Method in class com.trackplus.track.ws.beans.WSRequestPersonEdit
 
setPersonEdit(WSPersonEditBean) - Method in class com.trackplus.track.ws.beans.WSResponsePersonEdit
 
setPersonEditWithContext(WSPersonEditWithContext) - Method in class com.trackplus.track.ws.beans.WSResponsePersonEditWithContext
 
setPersonID(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setPersonID(String) - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
setPersonIDs(String[]) - Method in class com.trackplus.track.ws.beans.WSRequestGroupAssigment
 
setPersonIDs(String[]) - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
setPersonIDs(String[]) - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
setPersons(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSResponsePersonArray
 
setPhone(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setPort(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setPrefEmailType(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setPreferredLocale(String) - Method in class com.trackplus.track.ws.beans.WSPersonBean
 
setPrefilBy(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setPrefilByList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setPrefix(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setPriorities(WSSortedOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
setPriorities(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setPriority(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setPriority(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setPriorityID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setPriorityLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setPriorityOptions(WSSortedOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setPrioritySettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setPrivateItem(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setPrivateItem(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setPrivateItem(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setProject(WSOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setProject(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setProject(WSOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setProjectEdit(WSProjectEditBean) - Method in class com.trackplus.track.ws.beans.WSRequestProjectEdit
 
setProjectEdit(WSProjectEditBean) - Method in class com.trackplus.track.ws.beans.WSResponseProjectEdit
 
setProjectEditBean(WSProjectEditBean) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setProjectEditWithContext(WSProjectEditWithContext) - Method in class com.trackplus.track.ws.beans.WSResponseProjectEditWithContext
 
setProjectFromEmail(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setProjectFromEmailName(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setProjectHasReleases(boolean) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setProjectID(String) - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
setProjectID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setProjectID(String) - Method in class com.trackplus.track.ws.beans.WSRequestItemLocation
 
setProjectID(String) - Method in class com.trackplus.track.ws.beans.WSRequestMoveItem
 
setProjectID(String) - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
setProjectID(String) - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
setProjectLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setProjectOptions(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setProjects(WSOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
setProjects(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setProjectSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setProjectState(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setProjectStateList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setProjectType(String) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setProjectTypeList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
setProtocol(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setProtocolList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setQuery(String) - Method in class com.trackplus.track.ws.beans.WSTQLEditBean
 
setQueryConfigBean(WSQueryConfigBean) - Method in class com.trackplus.track.ws.beans.WSRequestQueryConfig
 
setQueryID(String) - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
setQueryKey(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setQueryString(String) - Method in class com.trackplus.track.ws.beans.WSTQLQueryBean
 
setQueryType(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setReadOnly(String) - Method in class com.trackplus.track.ws.beans.WSEditItemContextBean
 
setReadOnly(String) - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
setReleaseNoticed(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setReleaseNoticed(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setReleaseNoticedID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setReleaseNoticedLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setReleaseNoticedOptions(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setReleaseNoticedSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setReleaseScheduled(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setReleaseScheduled(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setReleaseScheduledID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setReleaseScheduledLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setReleaseScheduledOptions(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setReleaseScheduledSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setRelScheduled(WSTreeNode[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setRemindMeAsManager(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setRemindMeAsOriginator(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setRemindMeAsResponsible(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setRemindMeOnDays(String[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setRemindMeOnDaysList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setRemindPriorityLevel(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setRemindPriorityLevels(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setRemindSeverityLevel(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setRemindSeverityLevels(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setReportBeans(WSQueryResultItemBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseQueryResult
 
setReportConfigBean(WSQueryConfigBean) - Method in class com.trackplus.track.ws.beans.WSResponseQueryConfig
 
setReportConfiguration(WSReportConfiguration) - Method in class com.trackplus.track.ws.beans.WSResponseReportConfiguration
 
setReportID(String) - Method in class com.trackplus.track.ws.beans.WSExecuteReportContext
 
setReportID(String) - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
setReportType(String) - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
setRepositoryType(String) - Method in class com.trackplus.track.ws.beans.WSQueryInfoBean
 
setRequired(String) - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
setRequired(boolean) - Method in class com.trackplus.track.ws.beans.WSParameter
 
setResponsible(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setResponsible(WSPersonBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setResponsibleID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setResponsibleLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setResponsibleOptions(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setResponsibles(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setResponsibleSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setRoleAssignmentEdit(WSRoleAssignmentEditBean) - Method in class com.trackplus.track.ws.beans.WSRequestRoleAssignmentEdit
 
setRoleAssignments(WSRoleAssignmentBean[]) - Method in class com.trackplus.track.ws.beans.WSResponseRoleAssignmentArray
 
setRoleID(String) - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
setRoleID(String) - Method in class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
setRowIndex(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setRows(int) - Method in class com.trackplus.track.ws.beans.WSFormPanelBean
 
setRowSpan(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setSaveAttachments(boolean) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setSecurityConnection(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setSecurityConnectionList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setSelectable(boolean) - Method in class com.trackplus.track.ws.beans.WSTreeNode
 
setSelectedChangedBys(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedConsultantGroups(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setSelectedConsultantPersons(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setSelectedConsultantsInformants(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedInformantGroups(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setSelectedInformantPersons(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSConsInfEdit
 
setSelectedIssueTypes(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedManagers(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedOriginators(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedPriorities(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedProjects(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedRelScheduled(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedResponsibles(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedSeverities(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSelectedStates(String[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSendFromProjectEmail(boolean) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setServerName(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setSessionTimeout(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setSeverities(WSSortedOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
setSeverities(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setSeverity(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSeverity(WSSortedOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setSeverityID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setSeverityLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSeverityOptions(WSSortedOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setSeveritySettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setSize(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setSizeKb(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setSizeString(String) - Method in class com.trackplus.track.ws.beans.WSAttachmentBean
 
setSortOrder(String) - Method in class com.trackplus.track.ws.beans.WSItemLinkBean
 
setSortOrderValue(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
setSortOrderValue(String) - Method in class com.trackplus.track.ws.beans.WSSortedOptionBean
 
setSortOrderValue(String) - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
setStartDate(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setStartDate(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setStartDate(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setStartDateLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setStartDateSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setState(WSStateOptionBean) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setState(WSStateOptionBean) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setStateFlag(String) - Method in class com.trackplus.track.ws.beans.WSStateOptionBean
 
setStateID(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setStateLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setStateOptions(WSStateOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setStates(WSStateOptionBean[]) - Method in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
setStates(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSQueryConfigBean
 
setStateSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setStatus(String) - Method in class com.trackplus.track.ws.beans.WSResponse
 
setSubject(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setSubstituteID(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setSubstitutePersonsList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setSuperiorWorkitem(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSuperiorWorkitem(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setSuperiorWorkitem(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setSuperiorWorkitemLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSuperiorWorkitemSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setSuperiorWorkitemSynopsys(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSuperiorWorkitemSynopsys(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setSuperiorWorkitemSynopsys(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setSynopsis(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSynopsis(String) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setSynopsis(String) - Method in class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
setSynopsisLabel(String) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setSynopsysSettings(WSFieldSettingsBean) - Method in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
setTabs(WSFormTabBean[]) - Method in class com.trackplus.track.ws.beans.WSFormBean
 
setTimeAndCost(WSTimeAndCost) - Method in class com.trackplus.track.ws.beans.WSDisplayItemBean
 
setTimeAndCost(WSTimeAndCost) - Method in class com.trackplus.track.ws.beans.WSItemBean
 
setTimeUnit(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setTimeUnit(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setTimeUnits(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setTimeZones(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setTooltip(String) - Method in class com.trackplus.track.ws.beans.WSField
 
setTooltip(String) - Method in class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
setTotalCost(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setTotalHours(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setTransactionID(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setType(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
setType(String) - Method in class com.trackplus.track.ws.beans.WSField
 
setType(String) - Method in class com.trackplus.track.ws.beans.WSParameter
 
setURIs(String) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
setUseQuery(boolean) - Method in class com.trackplus.track.ws.beans.WSReportConfiguration
 
setUser(String) - Method in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
setUserEmail(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setUserLevel(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setUserLevelList(WSLabelValueBean[]) - Method in class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
setUsername(String) - Method in class com.trackplus.track.ws.beans.WSLogonBean
 
setUserName(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setUsers(WSPersonBean[]) - Method in class com.trackplus.track.ws.beans.WSTimeAndCost
 
setUserTz(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setValue(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
setValue(String) - Method in class com.trackplus.track.ws.beans.WSCustomFieldValue
 
setValue(Integer) - Method in class com.trackplus.track.ws.beans.WSIntegerStringBean
 
setValue(String) - Method in class com.trackplus.track.ws.beans.WSKeyValueBean
 
setValue(String) - Method in class com.trackplus.track.ws.beans.WSLabelValueBean
 
setValue(String) - Method in class com.trackplus.track.ws.beans.WSRequestString
 
setValue(boolean) - Method in class com.trackplus.track.ws.beans.WSResponseBoolean
 
setValue(String) - Method in class com.trackplus.track.ws.beans.WSResponseString
 
setValue(String[]) - Method in class com.trackplus.track.ws.beans.WSResponseStringArray
 
setValueHAlign(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setValues(String[]) - Method in class com.trackplus.track.ws.beans.WSRequestStringArray
 
setValueVAlign(String) - Method in class com.trackplus.track.ws.beans.WSFormFieldBean
 
setWork(boolean) - Method in class com.trackplus.track.ws.beans.WSProjectEditBean
 
setWorkingHours(String) - Method in class com.trackplus.track.ws.beans.WSPersonEditBean
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSBudgetBean
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSComment
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSCommentEdit
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSCostBean
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSHistoryValues
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSRequestDeleteComments
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSRequestDeleteItemLinks
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSRequestItemLink
 
setWorkItemID(String) - Method in class com.trackplus.track.ws.beans.WSRequestItemLinkEdit
 
severities - Variable in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
All severities.
severity - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The id of severity
severity - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The id of severity
severityID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the item severity.
severityLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized severity Label
severityOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
severitySettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
size - Variable in class com.trackplus.track.ws.beans.WSAttachmentBean
The file size (in bytes or kBytes or MBytes) for this attachment, including unit, like "1345 MB".
sortOrder - Variable in class com.trackplus.track.ws.beans.WSItemLinkBean
Real type: integer
sortOrderValue - Variable in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
Comparable value, used to sort the fields Real type int If this value is null should compare by displayValue
sortOrderValue - Variable in class com.trackplus.track.ws.beans.WSSortedOptionBean
Comparable value Real type int
sortOrderValue - Variable in class com.trackplus.track.ws.beans.WSStateOptionBean
the comparable value real type: int
startDate - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The start date scheduled for item; Real type: date; The date format is: "yyyy-MM-dd".
startDate - Variable in class com.trackplus.track.ws.beans.WSItemBean
The items start date.
startDate - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The start date scheduled for item; Real type: date; The date format is: "yyyy-MM-dd".
startDateLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized startDate Label
startDateSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
startTime() - Method in class com.trackplus.track.ws.dungs.LoginDungs
 
startTime() - Method in class com.trackplus.track.ws.samples.LoginSample
 
state - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The status (open, analyzed, implemented, closed,...) of the item;
state - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The status (open, analyzed, implemented, closed,...) of the item;
stateFlag - Variable in class com.trackplus.track.ws.beans.WSStateOptionBean
The flag of the state: Real type : int 0=active; 1=closed 2=inactive
stateID - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the item status (open, analyzed, implemented, closed,...).
stateLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized state Label
stateOptions - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
states - Variable in class com.trackplus.track.ws.beans.WSBaseOptionsContainer
All statuses.
stateSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
status - Variable in class com.trackplus.track.ws.beans.WSResponse
The status of execution of the web-service.
STATUS_DB_EXCEPTION - Static variable in interface com.trackplus.track.ws.IService
This status is returned when a database exception occurs.
STATUS_LOGIC_EXCEPTION - Static variable in interface com.trackplus.track.ws.IService
This status is returned when a business logic exception is thrown.
STATUS_OK - Static variable in interface com.trackplus.track.ws.IService
This status is returned if there were no errors.
STATUS_VALIDATION_EXCEPTION - Static variable in interface com.trackplus.track.ws.IService
This status is returned when some data are not valid
stopTime(String) - Method in class com.trackplus.track.ws.dungs.LoginDungs
 
stopTime(String) - Method in class com.trackplus.track.ws.samples.LoginSample
 
subject - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the subject field
superiorWorkitem - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The parent id Real type: integer
superiorWorkitem - Variable in class com.trackplus.track.ws.beans.WSItemBean
The object id of the items parent item.
superiorWorkitem - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The parent id Real type: integer
superiorWorkitemLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized superiorWorkitem Label
superiorWorkitemSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
superiorWorkitemSynopsys - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The parent title
superiorWorkitemSynopsys - Variable in class com.trackplus.track.ws.beans.WSItemBean
The title of the parent item.
superiorWorkitemSynopsys - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The parent title
synopsis - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The item title
synopsis - Variable in class com.trackplus.track.ws.beans.WSItemBean
The title of the item.
synopsis - Variable in class com.trackplus.track.ws.beans.WSQueryResultItemBean
The item title
synopsisLabel - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
Localized synopsis Label
synopsysSettings - Variable in class com.trackplus.track.ws.beans.WSFieldsConfigBean
 

T

tabs - Variable in class com.trackplus.track.ws.beans.WSFormBean
The tabs inside this form
TACL - Static variable in interface com.trackplus.track.ws.WSConstants
 
timeAndCost - Variable in class com.trackplus.track.ws.beans.WSDisplayItemBean
The time and cost
timeAndCost - Variable in class com.trackplus.track.ws.beans.WSItemBean
This attribute holds all time and cost related information.
timeUnit - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The time unit (hours or work days).
timeUnit - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The time unit Real type Integer
timeUnits - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The time units
tooltip - Variable in class com.trackplus.track.ws.beans.WSField
The default tooltip
totalCost - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The total cost associated with this budget entry.
totalHours - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The total hours of work related to this budget entry.
transactionID - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The id of the transaction.
translate(String) - Method in class com.trackplus.track.ws.tsl.TSLLocalize
This method takes the resource string (like "item.prompt.project") and returns a suitable localized readable string (like "Projekt" in German or project in English).
translate(String, String[]) - Method in class com.trackplus.track.ws.tsl.TSLLocalize
 
TSLFacade - Class in com.trackplus.track.ws.tsl
This class provides all interface methods available to to deal with the Track+ server.
TSLFacade() - Constructor for class com.trackplus.track.ws.tsl.TSLFacade
empty constructor
TSLLocalize - Class in com.trackplus.track.ws.tsl
This class provides assistance to localize resource strings.
TSLLocalize(Locale) - Constructor for class com.trackplus.track.ws.tsl.TSLLocalize
 
type - Variable in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
type - Variable in class com.trackplus.track.ws.beans.WSField
The type of the field

U

uName - Static variable in class com.trackplus.track.ws.dungs.LoginDungs
The user login name
uName - Static variable in class com.trackplus.track.ws.samples.LoginSample
The user login name
unarchiveItem(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Reset the archive flag for an item.
unarchiveItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method shows how to restore an archived item.
unarchiveItem(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
unarchiveItem(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
Reset the archive flag for an item.
undeleteItem(WSRequestString) - Method in interface com.trackplus.track.ws.IService
Reset the delete flag for an item.
undeleteItem(String) - Method in class com.trackplus.track.ws.samples.ItemSample
This method shows how to restore an item that has been marked as deleted previously.
undeleteItem(Integer, Locale, Integer) - Method in interface com.trackplus.track.ws.tsl.bdelegate.WSBusinessDelegate
 
undeleteItem(WSRequestString) - Method in class com.trackplus.track.ws.tsl.TSLFacade
reset delete flag for item
url - Static variable in class com.trackplus.track.ws.dungs.LoginDungs
The URL to the Allegra web service.
url - Static variable in class com.trackplus.track.ws.samples.CbaSample
 
url - Static variable in class com.trackplus.track.ws.samples.LoginSample
The URL to the Track+ web service.
user - Variable in class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
USER_KEY - Static variable in interface com.trackplus.track.ws.WSConstants
 
username - Variable in class com.trackplus.track.ws.beans.WSLogonBean
 
users - Variable in class com.trackplus.track.ws.beans.WSTimeAndCost
The user list who create the costs

V

value - Variable in class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
value - Variable in class com.trackplus.track.ws.beans.WSIntegerStringBean
 
value - Variable in class com.trackplus.track.ws.beans.WSRequestString
The incapsulated string value
value - Variable in class com.trackplus.track.ws.beans.WSResponseString
The wrapped string value
values - Variable in class com.trackplus.track.ws.beans.WSRequestStringArray
wrapped array

W

workItemID - Variable in class com.trackplus.track.ws.beans.WSBudgetBean
The object id of the related workitem (issue).
workItemID - Variable in class com.trackplus.track.ws.beans.WSComment
The object id of the issue this comment belongs to.
workItemID - Variable in class com.trackplus.track.ws.beans.WSCommentEdit
The unique object id of the issue this comment belongs to.
workItemID - Variable in class com.trackplus.track.ws.beans.WSCostBean
The value for the workitem field Real type Integer
workItemID - Variable in class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
The id of the item Real type Integer
workItemID - Variable in class com.trackplus.track.ws.beans.WSHistoryValues
The id of the item Real type:integer
writeToFile(InputStream, String) - Static method in class com.trackplus.track.ws.samples.AttachmentSample
 
WSAccessBean - Class in com.trackplus.track.ws.beans
 
WSAccessBean() - Constructor for class com.trackplus.track.ws.beans.WSAccessBean
The constructor for this access bean.
WSAccountBean - Class in com.trackplus.track.ws.beans
A web service class corresponding to com.aurel.track.beans.TAccountBean in the core.
WSAccountBean() - Constructor for class com.trackplus.track.ws.beans.WSAccountBean
 
WSAttachmentBean - Class in com.trackplus.track.ws.beans
This bean class is a container for attachments.
WSAttachmentBean() - Constructor for class com.trackplus.track.ws.beans.WSAttachmentBean
 
WSBaseOptionsContainer - Class in com.trackplus.track.ws.beans
Contains the selection options for selection boxes for the current user.
WSBaseOptionsContainer() - Constructor for class com.trackplus.track.ws.beans.WSBaseOptionsContainer
 
WSBudgetBean - Class in com.trackplus.track.ws.beans
This class contains all work and budget related attributes.
WSBudgetBean() - Constructor for class com.trackplus.track.ws.beans.WSBudgetBean
 
WSBusinessDelegate - Interface in com.trackplus.track.ws.tsl.bdelegate
An business delegate interface for web-service operations
WSBusinessDelegate.Actions - Interface in com.trackplus.track.ws.tsl.bdelegate
 
WSBusinessDelegateFactory - Class in com.trackplus.track.ws.tsl.bdelegate
Factory from business delegate
WSComment - Class in com.trackplus.track.ws.beans
This class is a container for issue comments.
WSComment() - Constructor for class com.trackplus.track.ws.beans.WSComment
 
WSCommentEdit - Class in com.trackplus.track.ws.beans
This class is a container for editable issue comments.
WSCommentEdit() - Constructor for class com.trackplus.track.ws.beans.WSCommentEdit
 
WSConsInfEdit - Class in com.trackplus.track.ws.beans
This class offers access to the list of consulted and informed for an project and issue type.
WSConsInfEdit() - Constructor for class com.trackplus.track.ws.beans.WSConsInfEdit
 
WSConsInfShow - Class in com.trackplus.track.ws.beans
This class offers access to the list of consulted and informed for a project and issue type.
WSConsInfShow() - Constructor for class com.trackplus.track.ws.beans.WSConsInfShow
 
WSConstants - Interface in com.trackplus.track.ws
Useful constants used in web service
WSCostBean - Class in com.trackplus.track.ws.beans
This class contains actual expense (cost or work) incurred for an issue.
WSCostBean() - Constructor for class com.trackplus.track.ws.beans.WSCostBean
 
WSCustomFieldDisplayValue - Class in com.trackplus.track.ws.beans
 
WSCustomFieldDisplayValue() - Constructor for class com.trackplus.track.ws.beans.WSCustomFieldDisplayValue
 
WSCustomFieldValue - Class in com.trackplus.track.ws.beans
 
WSCustomFieldValue() - Constructor for class com.trackplus.track.ws.beans.WSCustomFieldValue
 
WSDisplayItemBean - Class in com.trackplus.track.ws.beans
An wrapper for item bean this class contains an item bean ant the display values for fields
The display value for a field is obtained from showValues.
WSDisplayItemBean() - Constructor for class com.trackplus.track.ws.beans.WSDisplayItemBean
 
WSEditItemContextBean - Class in com.trackplus.track.ws.beans
The editable item context Contains all information needed to edit an item in given context Only present fields in the form are loaded
WSEditItemContextBean() - Constructor for class com.trackplus.track.ws.beans.WSEditItemContextBean
 
WSEstimatedBudgetBean - Class in com.trackplus.track.ws.beans
An web service class corresponding to TActualEstimatedBudgetBean
WSEstimatedBudgetBean() - Constructor for class com.trackplus.track.ws.beans.WSEstimatedBudgetBean
 
WSExecuteReportContext - Class in com.trackplus.track.ws.beans
Context need to execute a report: -id of template -data source -parameters
WSExecuteReportContext() - Constructor for class com.trackplus.track.ws.beans.WSExecuteReportContext
 
WSField - Class in com.trackplus.track.ws.beans
A class used to represent a custom field
WSField() - Constructor for class com.trackplus.track.ws.beans.WSField
 
WSFieldOptions - Class in com.trackplus.track.ws.beans
A bean that contains the drop-down options for field of type select
WSFieldOptions() - Constructor for class com.trackplus.track.ws.beans.WSFieldOptions
 
WSFieldsConfigBean - Class in com.trackplus.track.ws.beans
Contains the fields configuration for different project and issueTpe
WSFieldsConfigBean() - Constructor for class com.trackplus.track.ws.beans.WSFieldsConfigBean
 
WSFieldSettingsBean - Class in com.trackplus.track.ws.beans
The setting for the field: -required or not -visible/hidden -validators -etc
WSFieldSettingsBean() - Constructor for class com.trackplus.track.ws.beans.WSFieldSettingsBean
 
WSFormBean - Class in com.trackplus.track.ws.beans
An web service bean used to represent a screen form TScreenBean
WSFormBean() - Constructor for class com.trackplus.track.ws.beans.WSFormBean
 
WSFormFieldBean - Class in com.trackplus.track.ws.beans
A bean class used to represent a screen field
WSFormFieldBean() - Constructor for class com.trackplus.track.ws.beans.WSFormFieldBean
 
WSFormPanelBean - Class in com.trackplus.track.ws.beans
WS bean used to represent a panel TScreenPanelBean
WSFormPanelBean() - Constructor for class com.trackplus.track.ws.beans.WSFormPanelBean
 
WSFormTabBean - Class in com.trackplus.track.ws.beans
Web service bean used to represent a tab screen TScreenTabBean
WSFormTabBean() - Constructor for class com.trackplus.track.ws.beans.WSFormTabBean
 
WSGroupBean - Class in com.trackplus.track.ws.beans
This class holds base information from group
WSGroupBean() - Constructor for class com.trackplus.track.ws.beans.WSGroupBean
 
WSGroupEditBean - Class in com.trackplus.track.ws.beans
This class holds all information from group
WSGroupEditBean() - Constructor for class com.trackplus.track.ws.beans.WSGroupEditBean
 
WSHistoryValues - Class in com.trackplus.track.ws.beans
The generic history values bean
WSHistoryValues() - Constructor for class com.trackplus.track.ws.beans.WSHistoryValues
 
WSIncomingEmailBean - Class in com.trackplus.track.ws.beans
 
WSIncomingEmailBean() - Constructor for class com.trackplus.track.ws.beans.WSIncomingEmailBean
 
WSIntegerStringBean - Class in com.trackplus.track.ws.beans
 
WSIntegerStringBean() - Constructor for class com.trackplus.track.ws.beans.WSIntegerStringBean
 
WSItemBean - Class in com.trackplus.track.ws.beans
This class represents an item bean.
WSItemBean() - Constructor for class com.trackplus.track.ws.beans.WSItemBean
 
WSItemContextBean - Class in com.trackplus.track.ws.beans
WS bean used to represent the context for an editable item WorkItemContext
WSItemContextBean() - Constructor for class com.trackplus.track.ws.beans.WSItemContextBean
 
WSItemHistoryBean - Class in com.trackplus.track.ws.beans
Contains the history of an item
WSItemHistoryBean() - Constructor for class com.trackplus.track.ws.beans.WSItemHistoryBean
 
WSItemLinkBean - Class in com.trackplus.track.ws.beans
This class represent an item link bean
WSItemLinkBean() - Constructor for class com.trackplus.track.ws.beans.WSItemLinkBean
 
WSKeyValueBean - Class in com.trackplus.track.ws.beans
 
WSKeyValueBean() - Constructor for class com.trackplus.track.ws.beans.WSKeyValueBean
 
WSKeyValueBean(String, String) - Constructor for class com.trackplus.track.ws.beans.WSKeyValueBean
 
WSLabelValueBean - Class in com.trackplus.track.ws.beans
 
WSLabelValueBean() - Constructor for class com.trackplus.track.ws.beans.WSLabelValueBean
 
WSLabelValueBean(String, String) - Constructor for class com.trackplus.track.ws.beans.WSLabelValueBean
 
WSListBean - Class in com.trackplus.track.ws.beans
 
WSListBean() - Constructor for class com.trackplus.track.ws.beans.WSListBean
 
WSListOptionBean - Class in com.trackplus.track.ws.beans
 
WSListOptionBean() - Constructor for class com.trackplus.track.ws.beans.WSListOptionBean
 
WSLogonBean - Class in com.trackplus.track.ws.beans
This class represents a bean which holds information for user login.
WSLogonBean() - Constructor for class com.trackplus.track.ws.beans.WSLogonBean
The standard constructor.
WSLogonBean(String, String, String) - Constructor for class com.trackplus.track.ws.beans.WSLogonBean
Constructor for this class, already containing all information needed to perform a login.
WSOptionBean - Class in com.trackplus.track.ws.beans
 
WSOptionBean() - Constructor for class com.trackplus.track.ws.beans.WSOptionBean
 
WSParameter - Class in com.trackplus.track.ws.beans
 
WSParameter() - Constructor for class com.trackplus.track.ws.beans.WSParameter
 
WSPersonBean - Class in com.trackplus.track.ws.beans
This class holds base information that is known about a user, like his first and last name, e-mail, and so on.
WSPersonBean() - Constructor for class com.trackplus.track.ws.beans.WSPersonBean
 
WSPersonEditBean - Class in com.trackplus.track.ws.beans
This class holds all information that is known about a user, like his first and last name, e-mail, encrypted password, his preferences, and so on.
WSPersonEditBean() - Constructor for class com.trackplus.track.ws.beans.WSPersonEditBean
 
WSPersonEditWithContext - Class in com.trackplus.track.ws.beans
An wrapper class over an person, contains the person and options
WSPersonEditWithContext() - Constructor for class com.trackplus.track.ws.beans.WSPersonEditWithContext
 
WSProjectEditBean - Class in com.trackplus.track.ws.beans
This class holds information that is known about a project
WSProjectEditBean() - Constructor for class com.trackplus.track.ws.beans.WSProjectEditBean
 
WSProjectEditWithContext - Class in com.trackplus.track.ws.beans
 
WSProjectEditWithContext() - Constructor for class com.trackplus.track.ws.beans.WSProjectEditWithContext
 
WSQueryConfigBean - Class in com.trackplus.track.ws.beans
This class contains a query filter configuration.
WSQueryConfigBean() - Constructor for class com.trackplus.track.ws.beans.WSQueryConfigBean
 
WSQueryInfoBean - Class in com.trackplus.track.ws.beans
This bean contains information about a single query statement.
WSQueryInfoBean() - Constructor for class com.trackplus.track.ws.beans.WSQueryInfoBean
 
WSQueryResultItemBean - Class in com.trackplus.track.ws.beans
This class represents a single row of a query result.
WSQueryResultItemBean() - Constructor for class com.trackplus.track.ws.beans.WSQueryResultItemBean
 
WSReportConfiguration - Class in com.trackplus.track.ws.beans
 
WSReportConfiguration() - Constructor for class com.trackplus.track.ws.beans.WSReportConfiguration
 
WSRequest - Class in com.trackplus.track.ws.beans
A default implementation for IRequest
WSRequest() - Constructor for class com.trackplus.track.ws.beans.WSRequest
 
WSRequestAttachment - Class in com.trackplus.track.ws.beans
A request wrapper over a WSAttachmentBean.
WSRequestAttachment() - Constructor for class com.trackplus.track.ws.beans.WSRequestAttachment
 
WSRequestComment - Class in com.trackplus.track.ws.beans
A request wrapper over a WSComment.
WSRequestComment() - Constructor for class com.trackplus.track.ws.beans.WSRequestComment
 
WSRequestCopyItem - Class in com.trackplus.track.ws.beans
An request class for copy an item
WSRequestCopyItem() - Constructor for class com.trackplus.track.ws.beans.WSRequestCopyItem
 
WSRequestDeleteComments - Class in com.trackplus.track.ws.beans
A request wrapper over an array of string
WSRequestDeleteComments() - Constructor for class com.trackplus.track.ws.beans.WSRequestDeleteComments
 
WSRequestDeleteItemLinks - Class in com.trackplus.track.ws.beans
 
WSRequestDeleteItemLinks() - Constructor for class com.trackplus.track.ws.beans.WSRequestDeleteItemLinks
 
WSRequestExecuteReport - Class in com.trackplus.track.ws.beans
A request for execution an report
WSRequestExecuteReport() - Constructor for class com.trackplus.track.ws.beans.WSRequestExecuteReport
 
WSRequestGroupAssigment - Class in com.trackplus.track.ws.beans
 
WSRequestGroupAssigment() - Constructor for class com.trackplus.track.ws.beans.WSRequestGroupAssigment
 
WSRequestGroupEdit - Class in com.trackplus.track.ws.beans
 
WSRequestGroupEdit() - Constructor for class com.trackplus.track.ws.beans.WSRequestGroupEdit
 
WSRequestItem - Class in com.trackplus.track.ws.beans
A request wrapper over a WSItemBean
WSRequestItem() - Constructor for class com.trackplus.track.ws.beans.WSRequestItem
 
WSRequestItemContext - Class in com.trackplus.track.ws.beans
A request wrapper over a WSItemContextBean
WSRequestItemContext() - Constructor for class com.trackplus.track.ws.beans.WSRequestItemContext
 
WSRequestItemLink - Class in com.trackplus.track.ws.beans
 
WSRequestItemLink() - Constructor for class com.trackplus.track.ws.beans.WSRequestItemLink
 
WSRequestItemLinkEdit - Class in com.trackplus.track.ws.beans
 
WSRequestItemLinkEdit() - Constructor for class com.trackplus.track.ws.beans.WSRequestItemLinkEdit
 
WSRequestItemLocation - Class in com.trackplus.track.ws.beans
This class represent a request wrapper over a item locatio: contains the project id and issue type id
WSRequestItemLocation() - Constructor for class com.trackplus.track.ws.beans.WSRequestItemLocation
 
WSRequestList - Class in com.trackplus.track.ws.beans
 
WSRequestList() - Constructor for class com.trackplus.track.ws.beans.WSRequestList
 
WSRequestLogon - Class in com.trackplus.track.ws.beans
A request that contains an WSLogonBean used to login in the web-service
WSRequestLogon() - Constructor for class com.trackplus.track.ws.beans.WSRequestLogon
 
WSRequestMoveItem - Class in com.trackplus.track.ws.beans
An request wrapper used to move an item to other project and issuetype
WSRequestMoveItem() - Constructor for class com.trackplus.track.ws.beans.WSRequestMoveItem
 
WSRequestNewItemChild - Class in com.trackplus.track.ws.beans
 
WSRequestNewItemChild() - Constructor for class com.trackplus.track.ws.beans.WSRequestNewItemChild
 
WSRequestOption - Class in com.trackplus.track.ws.beans
 
WSRequestOption() - Constructor for class com.trackplus.track.ws.beans.WSRequestOption
 
WSRequestOptionArray - Class in com.trackplus.track.ws.beans
 
WSRequestOptionArray() - Constructor for class com.trackplus.track.ws.beans.WSRequestOptionArray
 
WSRequestPersonEdit - Class in com.trackplus.track.ws.beans
 
WSRequestPersonEdit() - Constructor for class com.trackplus.track.ws.beans.WSRequestPersonEdit
 
WSRequestProjectEdit - Class in com.trackplus.track.ws.beans
 
WSRequestProjectEdit() - Constructor for class com.trackplus.track.ws.beans.WSRequestProjectEdit
 
WSRequestQueryConfig - Class in com.trackplus.track.ws.beans
A request wrapper over a WSQueryConfigBean
WSRequestQueryConfig() - Constructor for class com.trackplus.track.ws.beans.WSRequestQueryConfig
 
WSRequestReplaceAndDelete - Class in com.trackplus.track.ws.beans
An request that incapsulate an String
WSRequestReplaceAndDelete() - Constructor for class com.trackplus.track.ws.beans.WSRequestReplaceAndDelete
 
WSRequestRoleAssignmentEdit - Class in com.trackplus.track.ws.beans
 
WSRequestRoleAssignmentEdit() - Constructor for class com.trackplus.track.ws.beans.WSRequestRoleAssignmentEdit
 
WSRequestString - Class in com.trackplus.track.ws.beans
An request that incapsulate an String
WSRequestString() - Constructor for class com.trackplus.track.ws.beans.WSRequestString
 
WSRequestStringArray - Class in com.trackplus.track.ws.beans
A request wrapper over an array of string
WSRequestStringArray() - Constructor for class com.trackplus.track.ws.beans.WSRequestStringArray
 
WSResponse - Class in com.trackplus.track.ws.beans
The generic response to any request to the web-service.
WSResponse() - Constructor for class com.trackplus.track.ws.beans.WSResponse
 
WSResponseAttachment - Class in com.trackplus.track.ws.beans
This class wraps a WSAttachmentBean response object together with a response status code and error messages.
WSResponseAttachment() - Constructor for class com.trackplus.track.ws.beans.WSResponseAttachment
 
WSResponseAttachment(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseAttachment
 
WSResponseAttachmentArray - Class in com.trackplus.track.ws.beans
This class wraps a WSAttachmentBean array response object together with a response status code and error messages.
WSResponseAttachmentArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseAttachmentArray
 
WSResponseAttachmentArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseAttachmentArray
 
WSResponseBaseOptionsContainer - Class in com.trackplus.track.ws.beans
This class wraps a WSBaseOptionsContainer response object together with a response status code and error messages.
WSResponseBaseOptionsContainer() - Constructor for class com.trackplus.track.ws.beans.WSResponseBaseOptionsContainer
 
WSResponseBaseOptionsContainer(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseBaseOptionsContainer
 
WSResponseBoolean - Class in com.trackplus.track.ws.beans
This class wraps a Boolean response object together with a response status code and error messages.
WSResponseBoolean() - Constructor for class com.trackplus.track.ws.beans.WSResponseBoolean
 
WSResponseBoolean(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseBoolean
 
WSResponseCommentArray - Class in com.trackplus.track.ws.beans
This class wraps a WSCommentEdit response object together with a response status code and error messages.
WSResponseCommentArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseCommentArray
 
WSResponseCommentArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseCommentArray
 
WSResponseDisplayItem - Class in com.trackplus.track.ws.beans
This class wraps a WSDisplayItemBean response object together with a response status code and error messages.
WSResponseDisplayItem() - Constructor for class com.trackplus.track.ws.beans.WSResponseDisplayItem
 
WSResponseDisplayItem(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseDisplayItem
 
WSResponseDownloadAttachment - Class in com.trackplus.track.ws.beans
This class wraps a DataHandler response object together with a response status code and error messages.
WSResponseDownloadAttachment() - Constructor for class com.trackplus.track.ws.beans.WSResponseDownloadAttachment
 
WSResponseDownloadAttachment(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseDownloadAttachment
 
WSResponseEditItemContext - Class in com.trackplus.track.ws.beans
This class wraps a WSEditItemContextBean response object together with a response status code and error messages.
WSResponseEditItemContext() - Constructor for class com.trackplus.track.ws.beans.WSResponseEditItemContext
 
WSResponseEditItemContext(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseEditItemContext
 
WSResponseFieldArray - Class in com.trackplus.track.ws.beans
This class wraps a WSField array response object together with a response status code and error messages.
WSResponseFieldArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseFieldArray
 
WSResponseFieldArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseFieldArray
 
WSResponseFieldsConfig - Class in com.trackplus.track.ws.beans
This class wraps a WSFieldsConfigBean response object together with a response status code and error messages.
WSResponseFieldsConfig() - Constructor for class com.trackplus.track.ws.beans.WSResponseFieldsConfig
 
WSResponseFieldsConfig(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseFieldsConfig
 
WSResponseForm - Class in com.trackplus.track.ws.beans
A replay wrapper over a WSFormBean
WSResponseForm() - Constructor for class com.trackplus.track.ws.beans.WSResponseForm
 
WSResponseForm(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseForm
 
WSResponseGroupArray - Class in com.trackplus.track.ws.beans
 
WSResponseGroupArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseGroupArray
 
WSResponseGroupArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseGroupArray
 
WSResponseGroupEdit - Class in com.trackplus.track.ws.beans
 
WSResponseGroupEdit() - Constructor for class com.trackplus.track.ws.beans.WSResponseGroupEdit
 
WSResponseGroupEdit(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseGroupEdit
 
WSResponseItem - Class in com.trackplus.track.ws.beans
This class wraps a WSItemBean response object together with a response status code and error messages.
WSResponseItem() - Constructor for class com.trackplus.track.ws.beans.WSResponseItem
 
WSResponseItem(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseItem
 
WSResponseItemContext - Class in com.trackplus.track.ws.beans
An replay wrapper over an WSItemContextBean
WSResponseItemContext() - Constructor for class com.trackplus.track.ws.beans.WSResponseItemContext
 
WSResponseItemContext(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseItemContext
 
WSResponseItemContextArray - Class in com.trackplus.track.ws.beans
This class wraps a WSItemContextBean array response object together with a response status code and error messages.
WSResponseItemContextArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseItemContextArray
 
WSResponseItemContextArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseItemContextArray
 
WSResponseItemHistory - Class in com.trackplus.track.ws.beans
This class wraps a WSItemHistoryBean array response object together with a response status code and error messages.
WSResponseItemHistory() - Constructor for class com.trackplus.track.ws.beans.WSResponseItemHistory
 
WSResponseItemHistory(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseItemHistory
 
WSResponseItemLink - Class in com.trackplus.track.ws.beans
This class wraps a WSItemLinkBean response object together with a response status code and error messages.
WSResponseItemLink() - Constructor for class com.trackplus.track.ws.beans.WSResponseItemLink
 
WSResponseItemLink(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseItemLink
 
WSResponseItemLinkArray - Class in com.trackplus.track.ws.beans
This class wraps a WSItemLinkBean array response object together with a response status code and error messages.
WSResponseItemLinkArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseItemLinkArray
 
WSResponseItemLinkArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseItemLinkArray
 
WSResponseLabelValueBeanArray - Class in com.trackplus.track.ws.beans
This class wraps a WSLabelValueBean array response object together with a response status code and error messages.
WSResponseLabelValueBeanArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseLabelValueBeanArray
 
WSResponseLabelValueBeanArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseLabelValueBeanArray
 
WSResponseList - Class in com.trackplus.track.ws.beans
 
WSResponseList() - Constructor for class com.trackplus.track.ws.beans.WSResponseList
 
WSResponseList(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseList
 
WSResponseListArray - Class in com.trackplus.track.ws.beans
 
WSResponseListArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseListArray
 
WSResponseListArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseListArray
 
WSResponseListOptionArray - Class in com.trackplus.track.ws.beans
 
WSResponseListOptionArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseListOptionArray
 
WSResponseListOptionArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseListOptionArray
 
WSResponseOptionArray - Class in com.trackplus.track.ws.beans
 
WSResponseOptionArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseOptionArray
 
WSResponseOptionArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseOptionArray
 
WSResponseParameterArray - Class in com.trackplus.track.ws.beans
 
WSResponseParameterArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseParameterArray
 
WSResponseParameterArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseParameterArray
 
WSResponsePerson - Class in com.trackplus.track.ws.beans
This class wraps a WSPersonBean response object together with a response status code and error messages.
WSResponsePerson() - Constructor for class com.trackplus.track.ws.beans.WSResponsePerson
 
WSResponsePerson(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponsePerson
 
WSResponsePersonArray - Class in com.trackplus.track.ws.beans
 
WSResponsePersonArray() - Constructor for class com.trackplus.track.ws.beans.WSResponsePersonArray
 
WSResponsePersonArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponsePersonArray
 
WSResponsePersonEdit - Class in com.trackplus.track.ws.beans
 
WSResponsePersonEdit() - Constructor for class com.trackplus.track.ws.beans.WSResponsePersonEdit
 
WSResponsePersonEdit(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponsePersonEdit
 
WSResponsePersonEditWithContext - Class in com.trackplus.track.ws.beans
 
WSResponsePersonEditWithContext() - Constructor for class com.trackplus.track.ws.beans.WSResponsePersonEditWithContext
 
WSResponsePersonEditWithContext(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponsePersonEditWithContext
 
WSResponseProjectEdit - Class in com.trackplus.track.ws.beans
 
WSResponseProjectEdit() - Constructor for class com.trackplus.track.ws.beans.WSResponseProjectEdit
 
WSResponseProjectEdit(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseProjectEdit
 
WSResponseProjectEditWithContext - Class in com.trackplus.track.ws.beans
 
WSResponseProjectEditWithContext() - Constructor for class com.trackplus.track.ws.beans.WSResponseProjectEditWithContext
 
WSResponseProjectEditWithContext(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseProjectEditWithContext
 
WSResponseQueryConfig - Class in com.trackplus.track.ws.beans
This class wraps a WSQueryConfigBean response object together with a response status code and error messages.
WSResponseQueryConfig() - Constructor for class com.trackplus.track.ws.beans.WSResponseQueryConfig
 
WSResponseQueryConfig(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseQueryConfig
 
WSResponseQueryResult - Class in com.trackplus.track.ws.beans
This class wraps a WSQueryResultItemBean array response object together with a response status code and error messages.
WSResponseQueryResult() - Constructor for class com.trackplus.track.ws.beans.WSResponseQueryResult
 
WSResponseQueryResult(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseQueryResult
 
WSResponseReportConfiguration - Class in com.trackplus.track.ws.beans
 
WSResponseReportConfiguration() - Constructor for class com.trackplus.track.ws.beans.WSResponseReportConfiguration
 
WSResponseReportConfiguration(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseReportConfiguration
 
WSResponseRoleAssignmentArray - Class in com.trackplus.track.ws.beans
 
WSResponseRoleAssignmentArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseRoleAssignmentArray
 
WSResponseRoleAssignmentArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseRoleAssignmentArray
 
WSResponseString - Class in com.trackplus.track.ws.beans
A response wrapper over a string value.
WSResponseString() - Constructor for class com.trackplus.track.ws.beans.WSResponseString
 
WSResponseString(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseString
 
WSResponseStringArray - Class in com.trackplus.track.ws.beans
This class wraps a string array response object together with a response status code and error messages.
WSResponseStringArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseStringArray
 
WSResponseTreeNodeArray - Class in com.trackplus.track.ws.beans
 
WSResponseTreeNodeArray() - Constructor for class com.trackplus.track.ws.beans.WSResponseTreeNodeArray
 
WSResponseTreeNodeArray(WSResponse) - Constructor for class com.trackplus.track.ws.beans.WSResponseTreeNodeArray
 
WSRoleAssignmentBean - Class in com.trackplus.track.ws.beans
 
WSRoleAssignmentBean() - Constructor for class com.trackplus.track.ws.beans.WSRoleAssignmentBean
 
WSRoleAssignmentEditBean - Class in com.trackplus.track.ws.beans
 
WSRoleAssignmentEditBean() - Constructor for class com.trackplus.track.ws.beans.WSRoleAssignmentEditBean
 
WSSortedOptionBean - Class in com.trackplus.track.ws.beans
An option comparable by sortOrderValue
WSSortedOptionBean() - Constructor for class com.trackplus.track.ws.beans.WSSortedOptionBean
 
WSStateOptionBean - Class in com.trackplus.track.ws.beans
The state bean
WSStateOptionBean() - Constructor for class com.trackplus.track.ws.beans.WSStateOptionBean
 
WSTimeAndCost - Class in com.trackplus.track.ws.beans
 
WSTimeAndCost() - Constructor for class com.trackplus.track.ws.beans.WSTimeAndCost
 
WSTQLEditBean - Class in com.trackplus.track.ws.beans
This class provides space for handling definition and storage of a TQL query expression.
WSTQLEditBean() - Constructor for class com.trackplus.track.ws.beans.WSTQLEditBean
 
WSTQLQueryBean - Class in com.trackplus.track.ws.beans
This class holds a TQL query string and the desired export format, like XML, Excel csv, or HTML.
WSTQLQueryBean() - Constructor for class com.trackplus.track.ws.beans.WSTQLQueryBean
 
WSTreeNode - Class in com.trackplus.track.ws.beans
 
WSTreeNode() - Constructor for class com.trackplus.track.ws.beans.WSTreeNode
 
A B C D E F G H I K L M N O P Q R S T U V W 
Skip navigation links
Aufgabenmanagement für Ihr Team
Copyright © 2020 Steinbeis GmbH & Co. KG