|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of StatusInfo in org.kuali.student.core.comments.ui.client.service |
---|
Methods in org.kuali.student.core.comments.ui.client.service that return StatusInfo | |
---|---|
StatusInfo |
CommentRpcService.removeComment(String commentId,
String referenceId,
String referenceTypeKey)
Removes a comment. |
Method parameters in org.kuali.student.core.comments.ui.client.service with type arguments of type StatusInfo | |
---|---|
void |
CommentRpcServiceAsync.removeComment(String commentId,
String referenceId,
String referenceTypeKey,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
Removes a comment. |
Uses of StatusInfo in org.kuali.student.core.comments.ui.server |
---|
Methods in org.kuali.student.core.comments.ui.server that return StatusInfo | |
---|---|
StatusInfo |
CommentRpcGwtServlet.removeComment(String commentId,
String referenceId,
String referenceTypeKey)
|
Uses of StatusInfo in org.kuali.student.core.document.ui.client.service |
---|
Methods in org.kuali.student.core.document.ui.client.service that return StatusInfo | |
---|---|
StatusInfo |
DocumentRpcService.addDocumentCategoryToDocument(String documentId,
String documentCategoryKey)
|
StatusInfo |
DocumentRpcService.deleteDocument(String documentId)
|
StatusInfo |
DocumentRpcService.deleteRefDocRelation(String docRelationId)
|
StatusInfo |
DocumentRpcService.deleteRefDocRelationAndOrphanedDoc(String docRelationId,
String documentId)
|
StatusInfo |
DocumentRpcService.removeDocumentCategoryFromDocument(String documentId,
String documentCategoryKey)
|
Method parameters in org.kuali.student.core.document.ui.client.service with type arguments of type StatusInfo | |
---|---|
void |
DocumentRpcServiceAsync.addDocumentCategoryToDocument(String documentId,
String documentCategoryKey,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
|
void |
DocumentRpcServiceAsync.deleteDocument(String documentId,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
|
void |
DocumentRpcServiceAsync.deleteRefDocRelation(String docRelationId,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
|
void |
DocumentRpcServiceAsync.deleteRefDocRelationAndOrphanedDoc(String docRelationId,
String documentId,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
|
void |
DocumentRpcServiceAsync.removeDocumentCategoryFromDocument(String documentId,
String documentCategoryKey,
com.google.gwt.user.client.rpc.AsyncCallback<StatusInfo> callback)
|
Uses of StatusInfo in org.kuali.student.core.document.ui.server |
---|
Methods in org.kuali.student.core.document.ui.server that return StatusInfo | |
---|---|
StatusInfo |
DocumentRpcGwtServlet.addDocumentCategoryToDocument(String documentId,
String documentCategoryKey)
|
StatusInfo |
DocumentRpcGwtServlet.deleteDocument(String documentId)
|
StatusInfo |
DocumentRpcGwtServlet.deleteRefDocRelation(String documentId)
|
StatusInfo |
DocumentRpcGwtServlet.deleteRefDocRelationAndOrphanedDoc(String docRelationId,
String documentId)
|
StatusInfo |
DocumentRpcGwtServlet.removeDocumentCategoryFromDocument(String documentId,
String documentCategoryKey)
|
Uses of StatusInfo in org.kuali.student.r1.core.atp.service |
---|
Methods in org.kuali.student.r1.core.atp.service that return StatusInfo | |
---|---|
StatusInfo |
AtpService.deleteAtp(String atpKey)
Deprecated. Deletes an existing Academic Time Period |
StatusInfo |
AtpService.removeDateRange(String dateRangeKey)
Deprecated. Removes an existing daterange. |
StatusInfo |
AtpService.removeMilestone(String milestoneKey)
Deprecated. Removes an existing milestone. |
Uses of StatusInfo in org.kuali.student.r1.core.atp.service.impl |
---|
Methods in org.kuali.student.r1.core.atp.service.impl that return StatusInfo | |
---|---|
StatusInfo |
AtpServiceImpl.deleteAtp(String atpKey)
|
StatusInfo |
AtpServiceImpl.removeDateRange(String dateRangeKey)
|
StatusInfo |
AtpServiceImpl.removeMilestone(String milestoneKey)
|
Uses of StatusInfo in org.kuali.student.r1.core.comment.service |
---|
Methods in org.kuali.student.r1.core.comment.service that return StatusInfo | |
---|---|
StatusInfo |
CommentService.removeComment(String commentId,
String referenceId,
String referenceTypeKey)
Deprecated. Removes a comment from a reference. |
StatusInfo |
CommentService.removeComments(String referenceId)
Deprecated. Removes all comments associated with a single reference |
StatusInfo |
CommentService.removeTag(String tagId,
String referenceId,
String referenceTypeKey)
Deprecated. Removes a tag from a reference. |
StatusInfo |
CommentService.removeTags(String tagId)
Deprecated. Removes a tag from all references to which it is linked. |
Uses of StatusInfo in org.kuali.student.r1.core.comment.service.impl |
---|
Methods in org.kuali.student.r1.core.comment.service.impl that return StatusInfo | |
---|---|
StatusInfo |
CommentServiceImpl.removeComment(String commentId,
String referenceId,
String referenceTypeKey)
Deprecated. This overridden method ... |
StatusInfo |
CommentServiceImpl.removeComments(String referenceId)
Deprecated. This overridden method ... |
StatusInfo |
CommentServiceImpl.removeTag(String tagId,
String referenceId,
String referenceTypeKey)
Deprecated. This overridden method ... |
StatusInfo |
CommentServiceImpl.removeTags(String tagId)
Deprecated. This overridden method ... |
Uses of StatusInfo in org.kuali.student.r1.core.document.service |
---|
Methods in org.kuali.student.r1.core.document.service that return StatusInfo | |
---|---|
StatusInfo |
DocumentService.addDocumentCategoryToDocument(String documentId,
String documentCategoryKey)
Deprecated. Adds an existing document category to a document. |
StatusInfo |
DocumentService.deleteDocument(String documentId)
Deprecated. Deletes an existing document. |
StatusInfo |
DocumentService.deleteRefDocRelation(String refDocRelationId)
Deprecated. Removes a relationship between a reference and a document. |
StatusInfo |
DocumentService.removeDocumentCategoryFromDocument(String documentId,
String documentCategoryKey)
Deprecated. Removes an existing category from a document. |
Uses of StatusInfo in org.kuali.student.r1.core.document.service.impl |
---|
Methods in org.kuali.student.r1.core.document.service.impl that return StatusInfo | |
---|---|
StatusInfo |
DocumentServiceImpl.addDocumentCategoryToDocument(String documentId,
String documentCategoryKey)
|
StatusInfo |
DocumentServiceImpl.deleteDocument(String documentId)
|
StatusInfo |
DocumentServiceImpl.deleteRefDocRelation(String refDocRelationId)
|
StatusInfo |
DocumentServiceImpl.removeDocumentCategoryFromDocument(String documentId,
String documentCategoryKey)
|
Uses of StatusInfo in org.kuali.student.r1.core.enumerationmanagement.service |
---|
Methods in org.kuali.student.r1.core.enumerationmanagement.service that return StatusInfo | |
---|---|
StatusInfo |
EnumerationManagementService.removeEnumeratedValue(String enumerationKey,
String code)
Removes a value from a particular Enumeration. |
Uses of StatusInfo in org.kuali.student.r1.core.enumerationmanagement.service.impl |
---|
Methods in org.kuali.student.r1.core.enumerationmanagement.service.impl that return StatusInfo | |
---|---|
StatusInfo |
EnumerationManagementServiceImpl.removeEnumeratedValue(String enumerationKey,
String code)
|
Uses of StatusInfo in org.kuali.student.r1.core.proposal.service |
---|
Methods in org.kuali.student.r1.core.proposal.service that return StatusInfo | |
---|---|
StatusInfo |
ProposalService.deleteProposal(String proposalId)
Deletes an existing Proposal |
Uses of StatusInfo in org.kuali.student.r1.core.proposal.service.impl |
---|
Methods in org.kuali.student.r1.core.proposal.service.impl that return StatusInfo | |
---|---|
StatusInfo |
ProposalServiceImpl.deleteProposal(String proposalId)
Deprecated. |
Uses of StatusInfo in org.kuali.student.r1.core.statement.service |
---|
Methods in org.kuali.student.r1.core.statement.service that return StatusInfo | |
---|---|
StatusInfo |
StatementService.deleteRefStatementRelation(String refStatementRelationId)
Removes a relationship between a statement and an object. |
StatusInfo |
StatementService.deleteReqComponent(String reqComponentId)
Deletes a requirement component |
StatusInfo |
StatementService.deleteStatement(String statementId)
Deletes a statement |
StatusInfo |
StatementService.deleteStatementTreeView(String statementId)
Deletes the entire statement tree |
Uses of StatusInfo in org.kuali.student.r1.core.statement.service.impl |
---|
Methods in org.kuali.student.r1.core.statement.service.impl that return StatusInfo | |
---|---|
StatusInfo |
StatementServiceImpl.deleteRefStatementRelation(String refStatementRelationId)
Deprecated. |
StatusInfo |
StatementServiceImpl.deleteReqComponent(String reqComponentId)
Deprecated. |
StatusInfo |
StatementServiceImpl.deleteStatement(String statementId)
Deprecated. |
StatusInfo |
StatementServiceImpl.deleteStatementTreeView(String statementId)
Deprecated. |
Uses of StatusInfo in org.kuali.student.r1.lum.lrc.service |
---|
Methods in org.kuali.student.r1.lum.lrc.service that return StatusInfo | |
---|---|
StatusInfo |
LrcService.deleteResultValue(String resultValueId,
ContextInfo contextInfo)
Delete a result value. |
StatusInfo |
LrcService.deleteResultValuesGroup(String resultValuesGroupId,
ContextInfo contextInfo)
Deletes an existing result component. |
Uses of StatusInfo in org.kuali.student.r1.lum.lrc.service.impl |
---|
Methods in org.kuali.student.r1.lum.lrc.service.impl that return StatusInfo | |
---|---|
StatusInfo |
LrcServiceImpl.deleteResultValue(String resultValueId,
ContextInfo context)
|
StatusInfo |
LrcServiceImpl.deleteResultValuesGroup(String resultValuesGroupId,
ContextInfo context)
|
Uses of StatusInfo in org.kuali.student.r1.lum.lu.service |
---|
Methods in org.kuali.student.r1.lum.lu.service that return StatusInfo | |
---|---|
StatusInfo |
LuService.addCluResourceRequirement(String resourceTypeKey,
String cluId)
Add a Resource requirement to a CLU |
StatusInfo |
LuService.addCluSetsToCluSet(String cluSetId,
List<String> addedCluSetIdList)
Adds a list of CLU sets to another CluSet. |
StatusInfo |
LuService.addCluSetToCluSet(String cluSetId,
String addedCluSetId)
Adds one CLU set to another |
StatusInfo |
LuService.addClusToCluSet(List<String> cluIdList,
String cluSetId)
Adds a list of CLUs to a CLU set. |
StatusInfo |
LuService.addCluToCluSet(String cluId,
String cluSetId)
Add a CLU to a CLU set |
StatusInfo |
LuService.deleteClu(String cluId)
Deletes an existing CLU |
StatusInfo |
LuService.deleteCluCluRelation(String cluCluRelationId)
Deletes a relationship between two CLUs |
StatusInfo |
LuService.deleteCluLoRelation(String cluLoRelationId)
Removes a relationship between a learning objective and a Clu. |
StatusInfo |
LuService.deleteCluPublication(String cluPublicationId)
Deletes an existing clu publication object |
StatusInfo |
LuService.deleteCluResult(String cluResultId)
Deletes an existing clu result |
StatusInfo |
LuService.deleteCluSet(String cluSetId)
Delete a CLU set |
StatusInfo |
LuService.deleteLui(String luiId)
Deletes a LUI record |
StatusInfo |
LuService.deleteLuiLuiRelation(String luiLuiRelationId)
Deletes a relationship between two LUIs |
StatusInfo |
LuService.removeCluFromCluSet(String cluId,
String cluSetId)
Remove a CLU from a CLU set |
StatusInfo |
LuService.removeCluResourceRequirement(String resourceTypeKey,
String cluId)
Remove a Resource requirement from a CLU |
StatusInfo |
LuService.removeCluSetFromCluSet(String cluSetId,
String removedCluSetId)
Removes one CLU set from another |
StatusInfo |
LuService.setCurrentCluVersion(String cluVersionId,
Date currentVersionStart)
Sets a specific version of the Clu as current. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |