|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TransactionalDocument | |
---|---|
edu.sampleu.bookstore.document | |
edu.sampleu.travel.approval | |
edu.sampleu.travel.document | |
org.kuali.rice.kew.rule.document | |
org.kuali.rice.kim.document | |
org.kuali.rice.kim.impl.type | |
org.kuali.rice.kns.service | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.kns.service.impl | |
org.kuali.rice.kns.web.struts.form | Copyright 2005-2014 The Kuali Foundation Licensed under the Educational Community License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. |
org.kuali.rice.krad.document | |
org.kuali.rice.krad.service | Core service interfaces. |
org.kuali.rice.krad.service.impl | Core service implementations. |
Uses of TransactionalDocument in edu.sampleu.bookstore.document |
---|
Classes in edu.sampleu.bookstore.document that implement TransactionalDocument | |
---|---|
class |
BookOrderDocument
|
Uses of TransactionalDocument in edu.sampleu.travel.approval |
---|
Classes in edu.sampleu.travel.approval that implement TransactionalDocument | |
---|---|
class |
TravelAuthorizationDocument
Travel authorization transactional document. |
Uses of TransactionalDocument in edu.sampleu.travel.document |
---|
Classes in edu.sampleu.travel.document that implement TransactionalDocument | |
---|---|
class |
TravelDocument2
|
Uses of TransactionalDocument in org.kuali.rice.kew.rule.document |
---|
Classes in org.kuali.rice.kew.rule.document that implement TransactionalDocument | |
---|---|
class |
RuleDocument
This is the business object that represents the DisbursementVoucher document in Kuali. |
Uses of TransactionalDocument in org.kuali.rice.kim.document |
---|
Classes in org.kuali.rice.kim.document that implement TransactionalDocument | |
---|---|
class |
IdentityManagementGroupDocument
This is a description of what this class does - bhargavp don't forget to fill this in. |
class |
IdentityManagementKimDocument
This is a description of what this class does - bhargavp don't forget to fill this in. |
class |
IdentityManagementPersonDocument
This is a description of what this class does - shyu don't forget to fill this in. |
class |
IdentityManagementRoleDocument
This is a description of what this class does - bhargavp don't forget to fill this in. |
Uses of TransactionalDocument in org.kuali.rice.kim.impl.type |
---|
Classes in org.kuali.rice.kim.impl.type that implement TransactionalDocument | |
---|---|
class |
IdentityManagementTypeAttributeTransactionalDocument
This is a description of what this class does - shyu don't forget to fill this in. |
Uses of TransactionalDocument in org.kuali.rice.kns.service |
---|
Methods in org.kuali.rice.kns.service with parameters of type TransactionalDocument | |
---|---|
Boolean |
TransactionalDocumentDictionaryService.getAllowsCopy(TransactionalDocument document)
Deprecated. Returns whether or not this document's data dictionary file has flagged it to allow document copies. |
Collection |
TransactionalDocumentDictionaryService.getDefaultExistenceChecks(TransactionalDocument document)
Deprecated. The collection of ReferenceDefinition objects defined as DefaultExistenceChecks for the MaintenanceDocument. |
Uses of TransactionalDocument in org.kuali.rice.kns.service.impl |
---|
Methods in org.kuali.rice.kns.service.impl with parameters of type TransactionalDocument | |
---|---|
Boolean |
TransactionalDocumentDictionaryServiceImpl.getAllowsCopy(TransactionalDocument document)
Deprecated. |
Collection |
TransactionalDocumentDictionaryServiceImpl.getDefaultExistenceChecks(TransactionalDocument document)
Deprecated. This overridden method ... |
Uses of TransactionalDocument in org.kuali.rice.kns.web.struts.form |
---|
Methods in org.kuali.rice.kns.web.struts.form that return TransactionalDocument | |
---|---|
TransactionalDocument |
KualiTransactionalDocumentFormBase.getTransactionalDocument()
This method retrieves an instance of the form. |
protected TransactionalDocument |
KualiTransactionalDocumentFormBase.instantiateTransactionalDocumentByDocumentTypeName(String documentTypeName)
|
Uses of TransactionalDocument in org.kuali.rice.krad.document |
---|
Classes in org.kuali.rice.krad.document that implement TransactionalDocument | |
---|---|
class |
TransactionalDocumentBase
Base class for transactional documents |
Uses of TransactionalDocument in org.kuali.rice.krad.service |
---|
Methods in org.kuali.rice.krad.service with parameters of type TransactionalDocument | |
---|---|
boolean |
DictionaryValidationService.validateDefaultExistenceChecksForNewCollectionItem(TransactionalDocument document,
BusinessObject accountingLine,
String collectionName)
This method does an existence check against all references of a transactionalDocument Appropriate errors will also be placed in the GlobalVariables.ErrorMap. |
boolean |
DictionaryValidationService.validateDefaultExistenceChecksForTransDoc(TransactionalDocument document)
This method does an existence check against all references of a transactionalDocument Appropriate errors will also be placed in the GlobalVariables.ErrorMap. |
Uses of TransactionalDocument in org.kuali.rice.krad.service.impl |
---|
Methods in org.kuali.rice.krad.service.impl with parameters of type TransactionalDocument | |
---|---|
boolean |
DictionaryValidationServiceImpl.validateDefaultExistenceChecksForNewCollectionItem(TransactionalDocument document,
BusinessObject newCollectionItem,
String collectionName)
|
boolean |
DictionaryValidationServiceImpl.validateDefaultExistenceChecksForTransDoc(TransactionalDocument document)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |