|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidAttributeException | |
---|---|
com.unica.publicapi.plan.api |
Uses of InvalidAttributeException in com.unica.publicapi.plan.api |
---|
Methods in com.unica.publicapi.plan.api that throw InvalidAttributeException | |
---|---|
Handle |
IPlanAPI.addInvoiceLineItem(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
API to add new line item in invoice |
Handle |
IPlanAPI.addProjectBudgetLineItem(IExecutionContext context,
Handle hProject,
AttributeMap attributeMap)
Use this API to add new project budget line item |
void |
IPlanAPI.addProjectRequestRecepients(IExecutionContext context,
Handle hProjectRequest,
AttributeMap[] attributeMap)
Add new project request recipient to project request |
Handle |
IPlanAPI.appendAttachment(IExecutionContext context,
Handle hParent,
AttributeMap attachmentAttributes)
|
Handle |
IPlanAPI.appendGridRow(IExecutionContext context,
Handle hGrid,
AttributeMap rowAttributeMap)
Append a new grid row to the specified object, applying the supplied grid row attributes. |
void |
IPlanAPI.copyProjectResources(IExecutionContext context,
Handle hProjectSource,
Handle hProjectDestination)
API to copy resource (People tab of project) from source project to destination project. |
Handle |
IPlanAPI.createApproval(IExecutionContext context,
AttributeMap attributeMap)
Create a new approval component with specified attributes and user information from the execution context. |
Handle |
IPlanAPI.createAsset(IExecutionContext context,
Handle hAssetLibrary,
AttributeMap attributes)
|
Handle |
IPlanAPI.createAssetFolder(IExecutionContext context,
Handle parentHandle,
AttributeMap attributeMap)
|
Handle |
IPlanAPI.createFinancialAccount(IExecutionContext context,
AttributeMap attributeMap)
API to create new financial account. |
Handle |
IPlanAPI.createFolder(IExecutionContext context,
AttributeMap attributeMap)
Create a new folder applying the specified attributes and user information from the execution context. |
Handle |
IPlanAPI.createInvoice(IExecutionContext context,
AttributeMap attributeMap)
API to create new Invoice in Plan |
Handle |
IPlanAPI.createMarketingObject(IExecutionContext context,
java.lang.String templateType,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new marketing object component from the named template, applying the specified attributes and user information from the execution context. |
Handle |
IPlanAPI.createOffer(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new offer component from the named template, applying the specified attributes and user information from the execution context. |
Handle |
IPlanAPI.createProject(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new project component from the named template, applying the specified attributes and user information from the execution context. |
Handle |
IPlanAPI.createProjectRequest(IExecutionContext context,
java.lang.String templateName,
AttributeMap attributeMap)
Create a new project request instance from the named template, applying the specified attributes and user information from the execution context. |
void |
IPlanAPI.dateRipplingForWorkflowTasks(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Do date rippling for the Project Workflow. |
void |
IPlanAPI.deleteInvoiceLineItem(IExecutionContext context,
Handle hInvoiceLineItem)
Use this API to delete a invoice line item |
void |
IPlanAPI.deleteProjectLineItem(IExecutionContext context,
Handle hProjectLineItem)
Use this API to delete a project line item |
void |
IPlanAPI.discardProjectBudgetChanges(IExecutionContext context,
Handle handle)
Use this API to discard changes done in project budget |
void |
IPlanAPI.finalizeProjectBudgetChanges(IExecutionContext context,
Handle handle,
AttributeMap attrMap)
Use this API to finalize changes done in project budget |
Handle |
IPlanAPI.findApprovalByAttribute(IExecutionContext context,
java.lang.String ApprovalAttributeName,
java.lang.Object[] ApprovalAttributeValues)
Find the Approval object that matches the supplied attributes. |
Handle |
IPlanAPI.findAssetByAttribute(IExecutionContext context,
Handle hAssetLibrary,
java.lang.String attributeName,
java.lang.Object attributeValue)
|
Handle |
IPlanAPI.findAssetLibraryByAttribute(IExecutionContext context,
java.lang.String attributeName,
java.lang.Object attributeValue)
Finds an asset library that matches the supplied attribute. |
Handle |
IPlanAPI.findFinancialAccountByNumber(IExecutionContext context,
java.lang.String accountNumber)
API to find financial account by account number |
Handle |
IPlanAPI.findFolderByAttributes(IExecutionContext context,
java.lang.String name,
java.lang.Object[] values)
Finds the folder that matches the either of supplied folder name/description. |
Handle |
IPlanAPI.findInvoiceByNumberAndVendor(IExecutionContext context,
java.lang.String invoiceNumber,
java.lang.String vendorCode)
API to find invoice by number and vendor code |
Handle |
IPlanAPI.findMarketingObjectByAttribute(IExecutionContext context,
java.lang.String type,
java.lang.String moAttributeName,
java.lang.Object[] moAttributeValues)
Finds the marketing object that matches the supplied attribute. |
Handle |
IPlanAPI.findOfferOrOfferListByAttributes(IExecutionContext context,
java.lang.String name,
java.lang.Object[] values)
Finds the offer or offer list that matches the supplied attribute. |
Handle |
IPlanAPI.findProjectByAttribute(IExecutionContext context,
java.lang.String name,
java.lang.Object[] values)
Finds the project that matches the supplied attribute. |
Handle |
IPlanAPI.findProjectRequestByAttribute(IExecutionContext context,
java.lang.String name,
java.lang.Object[] values)
Finds the project request that matches the supplied attribute. |
Handle |
IPlanAPI.findTeamByAttribute(IExecutionContext context,
java.lang.String attributeName,
java.lang.Object attributeValue)
|
Handle |
IPlanAPI.findUserByAttribute(IExecutionContext context,
java.lang.String attributeName,
java.lang.Object[] attributeValues)
|
Handle |
IPlanAPI.findWorkflowTaskByAttribute(IExecutionContext context,
Handle hProject,
java.lang.String taskAttributeName,
java.lang.Object[] taskAttributeValues)
Finds the workflow task that matches the supplied attribute. |
AttributeMap |
IPlanAPI.getFinancialAccountBudget(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Use this API to get financial account budget information |
java.util.List |
IPlanAPI.getMembersByParticipationLevel(IExecutionContext context,
Handle hProject,
ProjectParticipantLevelEnum participantLevel)
Return members for a specific participation level for an existing project. |
java.util.List |
IPlanAPI.getMembersByRole(IExecutionContext context,
Handle handle,
java.lang.String roleName)
Return a list of members for a specific member role for an existing object. |
java.util.List |
IPlanAPI.getMembersByRoleType(IExecutionContext context,
Handle handle,
java.lang.String roleType)
|
AttributeMap |
IPlanAPI.getProjectBudget(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
|
AttributeMap |
IPlanAPI.getProjectBudgetLineItemAllocation(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Allocations (total, yearly, quarterly) of project line items is returned by the parameters passed in attributeMap Parameter |
AttributeMap |
IPlanAPI.getProjectBudgetLineItemSummary(IExecutionContext context,
Handle hProject,
boolean getLastVersion)
Use this API to get project line item summary information i.e. |
java.util.List |
IPlanAPI.getProjectLineItems(IExecutionContext context,
Handle hProject,
boolean getLastVersion)
Deprecated. use IPlanAPI.listProjectLineItems() to get list of ProjectLineItemHandle
and to get attributes of individual line item, use IPlanAPI.getAttributes() providing ProjectLineItemHandle |
java.util.List |
IPlanAPI.getReviewersByRole(IExecutionContext context,
Handle hProject,
java.lang.String roleName)
Return a list of reviewers for a specific reviewer role for an existing project. |
AttributeMap |
IPlanAPI.getSubProjectAllocation(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Allocations (total, yearly, quarterly) of sub project is returned by the parameters passed in attributeMap Parameter |
AttributeMap |
IPlanAPI.getSubProjectBudgetSummary(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Use this API function to extract Sub Project Budget information. |
java.util.List |
IPlanAPI.listApprovals(IExecutionContext context,
AttributeMap attributeMap)
Lists all approvals whose attributes match those specified. |
java.util.List |
IPlanAPI.listAssetFolders(IExecutionContext context,
Handle hAssetLibrary,
AttributeMap attributes)
|
java.util.List |
IPlanAPI.listAssetLibraries(IExecutionContext context,
AttributeMap attributeMap)
Lists all asset libraries whose attributes match those specified; only asset libraries that the client has read permissions are considered. |
java.util.List |
IPlanAPI.listAssets(IExecutionContext context,
Handle hAssetLibrary,
AttributeMap attributes)
|
java.util.List<Handle> |
IPlanAPI.listFolders(IExecutionContext context,
AttributeMap attributeMap)
Lists all the folders matching to either folder name/description specified; only folders that the client has read permissions for are considered. |
java.util.List |
IPlanAPI.listGridRows(IExecutionContext context,
Handle hGrid,
AttributeMap rowAttributeMap)
Lists all the grid rows whose attributes match those specified for the object; only grids that the client has read permissions for are considered. |
java.util.List |
IPlanAPI.listMarketingObjects(IExecutionContext context,
AttributeMap attributeMap)
Lists all the marketing objects whose attributes match those specified; only marketing objects that the client has read permissions for are considered. |
java.util.List<Handle> |
IPlanAPI.listOffersAndOfferLists(IExecutionContext context,
AttributeMap attributeMap)
Lists all the offers and offer lists whose attributes match those specified; only offers that the client has read permissions for are considered. |
java.util.List |
IPlanAPI.listProjectLineItems(IExecutionContext context,
Handle hProject,
boolean getLastVersion)
Use this API to get list of all project line item handles |
java.util.List |
IPlanAPI.listProjectRequests(IExecutionContext context,
AttributeMap attributeMap)
Lists all projects request whose attributes match those specified; only project requests that the client has read permissions for are considered. |
java.util.List |
IPlanAPI.listProjects(IExecutionContext context,
AttributeMap attributeMap)
Lists all projects whose attributes match those specified; only projects that the client has read permissions for are considered. |
java.util.List |
IPlanAPI.listTeams(IExecutionContext context,
AttributeMap attributes)
|
java.util.List |
IPlanAPI.listUsers(IExecutionContext context,
AttributeMap attributes)
|
java.util.List |
IPlanAPI.listWorkflowTasks(IExecutionContext context,
Handle hProject,
AttributeMap taskAttributeMap)
Lists all the workflow tasks whose attributes match those specified; only tasks that the client has read permissions for are considered. |
void |
IPlanAPI.publishFolder(IExecutionContext context,
Handle handle)
Transition state of folder represented by supplied handle to PUBLISHED state This API will publish given folder and all its parent folders if not published. |
void |
IPlanAPI.publishOffer(IExecutionContext context,
Handle handle,
java.lang.String comments)
Transition state of offer represented by supplied handle to PUBLISHED state |
void |
IPlanAPI.redraftOffer(IExecutionContext context,
Handle handle,
java.lang.String comments)
Transition state of offer represented by supplied handle to DRAFT state |
void |
IPlanAPI.retireOffer(IExecutionContext context,
Handle handle,
java.lang.String comments)
Transition state of offer represented by supplied handle to RETIRED state |
void |
IPlanAPI.setMembersByParticipationLevel(IExecutionContext context,
Handle hProject,
Handle[] users,
ProjectParticipantLevelEnum participantLevel,
boolean appendOrReplace)
Update members for a specific participation level for an existing project. |
void |
IPlanAPI.setMembersByRole(IExecutionContext context,
Handle hProject,
Handle[] users,
java.lang.String roleName,
boolean appendOrReplace)
Update members for a specific member role for an existing Plan objects. |
void |
IPlanAPI.setReviewersByRole(IExecutionContext context,
Handle hProject,
Handle[] users,
java.lang.String roleName,
boolean appendOrReplace)
Update reviewers for a specific reviewer role for an existing project. |
void |
IPlanAPI.transitionApprovalStateByHandle(IExecutionContext context,
Handle hApproval,
ApprovalStateEnum stateEnum,
java.lang.String comments)
Change the approval state of an existing approval to a new state. |
void |
IPlanAPI.transitionInvoiceState(IExecutionContext context,
Handle handle,
InvoiceStateEnum stateEnum,
AttributeMap attributeMap)
API to update state of the Invoice |
void |
IPlanAPI.transitionMarketingObjectStateByHandle(IExecutionContext context,
Handle hMarketingObject,
java.lang.String state,
java.lang.String comments)
Transition a supplied Marketing Object's state to the new state. |
void |
IPlanAPI.transitionProjectRequestStateByHandle(IExecutionContext context,
Handle hProjectRequest,
ProjectStateEnum stateEnum,
java.lang.String comments)
Finds the project request and transition its state to the new state. On resubmitting returned request, request 'Re-approval Rule' would be: If project request returned and then resubmitted, request is processed by all recipients again To accept request by recipient, "onBehalfOfUserID" user id should be valid recipinet's id. |
void |
IPlanAPI.transitionProjectStateByHandle(IExecutionContext context,
Handle hProject,
ProjectStateEnum stateEnum,
java.lang.String comments)
Overloaded API with comments parameters. |
void |
IPlanAPI.transitionWorkflowTaskStateByHandle(IExecutionContext context,
Handle hTask,
TaskStateEnum taskStateEnum,
java.lang.String comments)
Overloaded API with comments parameters. |
void |
IPlanAPI.updateAttribute(IExecutionContext context,
Handle handle,
java.lang.String attributeName,
java.lang.Object[] attributeValues)
Update the attribute of the object instance given by the specified handle. |
void |
IPlanAPI.updateAttributes(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Update one or more attributes of the object instance given by the specified handle. |
void |
IPlanAPI.updateFinancialAccountBudget(IExecutionContext context,
Handle sourceAccount,
int fiscalYear,
AttributeMap attributeMap)
API to update account budget information in one call you can update budget information for one financial year |
void |
IPlanAPI.updateMembersByRoleType(IExecutionContext context,
Handle handle,
java.lang.String roleType,
Handle[] hUser)
|
void |
IPlanAPI.updateProjectLineItemAllocation(IExecutionContext context,
Handle handle,
AttributeMap attributeMap)
Use this API function to update project line item allocation |
void |
IPlanAPI.updateProjectRequestRecepient(IExecutionContext context,
Handle hProjectRequest,
Handle userHandle,
AttributeMap attributeMap)
Update project request recipients. |
void |
IPlanAPI.updateSubProjectAllocation(IExecutionContext context,
Handle handle,
Handle hSubProject,
AttributeMap attributeMap)
Use this API function to update sub project allocation |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |