|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of Organization in org.kuali.kfs.coa.batch.dataaccess |
---|
Methods in org.kuali.kfs.coa.batch.dataaccess that return Organization | |
---|---|
Organization |
LedgerReferenceValuePreparedStatementCachingDao.getOrganization(String chartOfAccountsCode,
String organizationCode)
|
Uses of Organization in org.kuali.kfs.coa.batch.dataaccess.impl |
---|
Methods in org.kuali.kfs.coa.batch.dataaccess.impl that return Organization | |
---|---|
Organization |
LedgerReferenceValuePreparedStatementCachingDaoJdbc.getOrganization(String chartOfAccountsCode,
String organizationCode)
|
Uses of Organization in org.kuali.kfs.coa.businessobject |
---|
Methods in org.kuali.kfs.coa.businessobject that return Organization | |
---|---|
Organization |
SubAccount.getOrg()
|
Organization |
ReportingCode.getOrg()
|
Organization |
AccountGlobal.getOrganization()
Gets the organization attribute. |
Organization |
Account.getOrganization()
Gets the organization attribute. |
Organization |
OrganizationReversionGlobalOrganization.getOrganization()
Gets the organization attribute. |
Organization |
OrganizationReversionDetail.getOrganization()
Gets the organization attribute. |
Organization |
OrganizationReversion.getOrganization()
|
Organization |
PriorYearAccount.getOrganization()
Gets the organization attribute. |
Organization |
AccountDelegateModel.getOrganization()
Gets the organization attribute. |
Organization |
OrganizationExtension.getOrganization()
Gets the organization attribute. |
Organization |
ProjectCode.getOrganization()
Gets the organization attribute. |
Organization |
AccountIntf.getOrganization()
Gets the organization attribute. |
Organization |
PriorYearOrganization.getOrganization()
Gets the organization attribute. |
Organization |
Organization.getReportsToOrganization()
Gets the reportsToOrganization attribute. |
Organization |
PriorYearOrganization.getReportsToOrganization()
Gets the reportsToOrganization attribute. |
Methods in org.kuali.kfs.coa.businessobject that return types with arguments of type Organization | |
---|---|
List<Organization> |
OrganizationReversion.getOrganizations()
Gets the organization attribute. |
Methods in org.kuali.kfs.coa.businessobject with parameters of type Organization | |
---|---|
void |
SubAccount.setOrg(Organization org)
Deprecated. |
void |
ReportingCode.setOrg(Organization org)
Deprecated. |
void |
AccountGlobal.setOrganization(Organization organization)
Sets the organization attribute value. |
void |
Account.setOrganization(Organization organization)
Deprecated. |
void |
OrganizationReversionGlobalOrganization.setOrganization(Organization organization)
Deprecated. |
void |
OrganizationReversionDetail.setOrganization(Organization organization)
Deprecated. |
void |
OrganizationReversion.setOrganization(Organization organization)
|
void |
PriorYearAccount.setOrganization(Organization organization)
Deprecated. |
void |
AccountDelegateModel.setOrganization(Organization organization)
Deprecated. |
void |
OrganizationExtension.setOrganization(Organization organization)
Deprecated. |
void |
ProjectCode.setOrganization(Organization organization)
Sets the organization attribute. |
void |
AccountIntf.setOrganization(Organization organization)
Deprecated. |
void |
PriorYearOrganization.setOrganization(Organization organization)
Deprecated. |
void |
Organization.setReportsToOrganization(Organization reportsToOrganization)
Deprecated. |
void |
PriorYearOrganization.setReportsToOrganization(Organization reportsToOrganization)
Deprecated. |
Method parameters in org.kuali.kfs.coa.businessobject with type arguments of type Organization | |
---|---|
void |
OrganizationReversion.setOrganizations(List<Organization> organization)
Deprecated. |
Uses of Organization in org.kuali.kfs.coa.dataaccess |
---|
Methods in org.kuali.kfs.coa.dataaccess that return Organization | |
---|---|
Organization |
OrganizationDao.getByPrimaryId(String chartOfAccountsCode,
String organizationCode)
This method retrieves a Org based on primary keys |
Methods in org.kuali.kfs.coa.dataaccess that return types with arguments of type Organization | |
---|---|
List<Organization> |
OrganizationDao.getActiveOrgsByType(String organizationTypeCode)
Returns a list of active organizations with the given organization type code. |
Methods in org.kuali.kfs.coa.dataaccess with parameters of type Organization | |
---|---|
void |
OrganizationDao.save(Organization organization)
This method saves a specific Org |
Uses of Organization in org.kuali.kfs.coa.dataaccess.impl |
---|
Methods in org.kuali.kfs.coa.dataaccess.impl that return Organization | |
---|---|
Organization |
OrganizationDaoOjb.getByPrimaryId(String chartOfAccountsCode,
String organizationCode)
|
Methods in org.kuali.kfs.coa.dataaccess.impl that return types with arguments of type Organization | |
---|---|
List<Organization> |
OrganizationDaoOjb.getActiveOrgsByType(String organizationTypeCode)
|
Methods in org.kuali.kfs.coa.dataaccess.impl with parameters of type Organization | |
---|---|
void |
OrganizationDaoOjb.save(Organization organization)
|
Uses of Organization in org.kuali.kfs.coa.document.validation.impl |
---|
Fields in org.kuali.kfs.coa.document.validation.impl declared as Organization | |
---|---|
protected Organization |
OrgRule.newOrg
|
protected Organization |
OrgPreRules.newOrg
|
protected Organization |
OrgRule.oldOrg
|
Methods in org.kuali.kfs.coa.document.validation.impl with parameters of type Organization | |
---|---|
protected boolean |
OrgRule.getOrgMustReportToSelf(Organization organization)
This checks our Parameter rules to see if this org needs to report to itself |
protected void |
OrgPreRules.updateHRMSUpdateDate(Organization oldData,
Organization newData)
Check if the HRMS data has changed on this document. |
Uses of Organization in org.kuali.kfs.coa.identity |
---|
Fields in org.kuali.kfs.coa.identity declared as Organization | |
---|---|
protected Organization |
OrgReviewRole.organization
|
Methods in org.kuali.kfs.coa.identity that return Organization | |
---|---|
Organization |
OrgReviewRole.getOrganization()
Gets the organization attribute. |
Methods in org.kuali.kfs.coa.identity with parameters of type Organization | |
---|---|
void |
OrgReviewRole.setOrganization(Organization organization)
Sets the organization attribute value. |
Uses of Organization in org.kuali.kfs.coa.service |
---|
Methods in org.kuali.kfs.coa.service that return Organization | |
---|---|
Organization |
OrganizationService.getByPrimaryId(String chartOfAccountsCode,
String organizationCode)
This method retrieves an organization instance by its composite primary keys (parameters passed in). |
Organization |
OrganizationService.getByPrimaryIdWithCaching(String chartOfAccountsCode,
String organizationCode)
Method is used by KualiOrgReviewAttribute to enable caching of orgs for routing. |
Methods in org.kuali.kfs.coa.service that return types with arguments of type Organization | |
---|---|
List<Organization> |
OrganizationService.getActiveFinancialOrgs()
Returns a list of active financial processing organizations. |
List<Organization> |
OrganizationService.getActiveOrgsByType(String organizationTypeCode)
Returns a list of active organizations with the given organization type code. |
Uses of Organization in org.kuali.kfs.coa.service.impl |
---|
Methods in org.kuali.kfs.coa.service.impl that return Organization | |
---|---|
Organization |
OrganizationServiceImpl.getByPrimaryId(String chartOfAccountsCode,
String organizationCode)
|
Organization |
OrganizationServiceImpl.getByPrimaryIdWithCaching(String chartOfAccountsCode,
String organizationCode)
Implements the getByPrimaryId method defined by OrganizationService. |
Methods in org.kuali.kfs.coa.service.impl that return types with arguments of type Organization | |
---|---|
List<Organization> |
OrganizationServiceImpl.getActiveFinancialOrgs()
|
List<Organization> |
OrganizationServiceImpl.getActiveOrgsByType(String organizationTypeCode)
|
Uses of Organization in org.kuali.kfs.gl.batch.service |
---|
Methods in org.kuali.kfs.gl.batch.service that return Organization | |
---|---|
Organization |
AccountingCycleCachingService.getOrganization(String chartOfAccountsCode,
String organizationCode)
|
Uses of Organization in org.kuali.kfs.gl.batch.service.impl |
---|
Methods in org.kuali.kfs.gl.batch.service.impl that return Organization | |
---|---|
Organization |
AccountingCycleCachingServiceImpl.getOrganization(String chartOfAccountsCode,
String organizationCode)
|
Uses of Organization in org.kuali.kfs.gl.businessobject |
---|
Methods in org.kuali.kfs.gl.businessobject that return Organization | |
---|---|
Organization |
CollectorHeader.getOrganization()
Gets the organization attribute. |
Methods in org.kuali.kfs.gl.businessobject with parameters of type Organization | |
---|---|
void |
CollectorHeader.setOrganization(Organization organization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.ar.businessobject |
---|
Methods in org.kuali.kfs.module.ar.businessobject that return Organization | |
---|---|
Organization |
OrganizationOptions.getOrganization()
Gets the organization attribute. |
Organization |
OrganizationAccountingDefault.getOrganization()
Gets the organization attribute. |
Organization |
CustomerInvoiceItemCode.getOrganization()
Gets the organization attribute. |
Organization |
SystemInformation.getProcessingOrganization()
Gets the processingOrganization attribute. |
Organization |
OrganizationOptions.getProcessingOrganization()
Gets the processingOrganization attribute. |
Organization |
AccountsReceivableDocumentHeader.getProcessingOrganization()
Gets the processingOrganization attribute. |
Methods in org.kuali.kfs.module.ar.businessobject with parameters of type Organization | |
---|---|
void |
OrganizationOptions.setOrganization(Organization organization)
Deprecated. |
void |
OrganizationAccountingDefault.setOrganization(Organization organization)
Deprecated. |
void |
CustomerInvoiceItemCode.setOrganization(Organization organization)
Deprecated. |
void |
SystemInformation.setProcessingOrganization(Organization processingOrganization)
Deprecated. |
void |
OrganizationOptions.setProcessingOrganization(Organization processingOrganization)
Deprecated. |
void |
AccountsReceivableDocumentHeader.setProcessingOrganization(Organization processingOrganization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.ar.document |
---|
Fields in org.kuali.kfs.module.ar.document declared as Organization | |
---|---|
protected Organization |
CustomerInvoiceDocument.billedByOrganization
|
Methods in org.kuali.kfs.module.ar.document that return Organization | |
---|---|
Organization |
CustomerInvoiceDocument.getBilledByOrganization()
Gets the billedByOrganization attribute. |
Methods in org.kuali.kfs.module.ar.document with parameters of type Organization | |
---|---|
void |
CustomerInvoiceDocument.setBilledByOrganization(Organization billedByOrganization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.ar.report.service.impl |
---|
Methods in org.kuali.kfs.module.ar.report.service.impl with parameters of type Organization | |
---|---|
File |
AccountsReceivableReportServiceImpl.generateStatement(String billingChartCode,
String billingOrgCode,
String customerNumber,
Organization processingOrg,
List<CustomerStatementDetailReportDataHolder> details)
This method... |
protected String |
AccountsReceivableReportServiceImpl.getChartAndOrgCodesCombined(Organization org)
This method... |
Uses of Organization in org.kuali.kfs.module.ar.report.util |
---|
Constructors in org.kuali.kfs.module.ar.report.util with parameters of type Organization | |
---|---|
CustomerStatementDetailReportDataHolder(FinancialSystemDocumentHeader docHeader,
Organization processingOrg,
String docType,
org.kuali.rice.kns.util.KualiDecimal totalAmount)
|
Uses of Organization in org.kuali.kfs.module.bc.businessobject |
---|
Methods in org.kuali.kfs.module.bc.businessobject that return Organization | |
---|---|
Organization |
BudgetConstructionAccountSummary.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionObjectSummary.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionPullup.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionTwoPlugListMove.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionAccountOrganizationHierarchy.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionMonthSummary.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionObjectDump.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionAccountBalance.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionSalaryTotal.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionAccountSelect.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionSalarySocialSecurityNumber.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionLevelSummary.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionOrganizationReports.getOrganization()
Gets the organization attribute. |
Organization |
BudgetConstructionHeader.getOrganizationLevelOrganization()
Gets the organizationLevelOrganization attribute. |
Organization |
BudgetConstructionPullup.getReportsToOrganization()
Gets the reportsToOrganization attribute. |
Organization |
BudgetConstructionOrganizationReports.getReportsToOrganization()
Gets the reportsToOrganization attribute. |
Organization |
BudgetConstructionControlList.getSelectedOrganization()
Gets the selectedOrganization attribute. |
Organization |
BudgetConstructionPositionFunding.getSelectedOrganization()
Gets the selectedOrganization attribute. |
Methods in org.kuali.kfs.module.bc.businessobject with parameters of type Organization | |
---|---|
void |
BudgetConstructionAccountSummary.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionObjectSummary.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionPullup.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionTwoPlugListMove.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionAccountOrganizationHierarchy.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionMonthSummary.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionObjectDump.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionAccountBalance.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionSalaryTotal.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionAccountSelect.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionSalarySocialSecurityNumber.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionLevelSummary.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionOrganizationReports.setOrganization(Organization organization)
Deprecated. |
void |
BudgetConstructionHeader.setOrganizationLevelOrganization(Organization organizationLevelOrganization)
Deprecated. |
void |
BudgetConstructionPullup.setReportsToOrganization(Organization reportsToOrganization)
Deprecated. |
void |
BudgetConstructionOrganizationReports.setReportsToOrganization(Organization reportsToOrganization)
Deprecated. |
void |
BudgetConstructionControlList.setSelectedOrganization(Organization selectedOrganization)
Deprecated. |
void |
BudgetConstructionPositionFunding.setSelectedOrganization(Organization selectedOrganization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.bc.document |
---|
Fields in org.kuali.kfs.module.bc.document declared as Organization | |
---|---|
protected Organization |
BudgetConstructionDocument.organizationLevelOrganization
|
Methods in org.kuali.kfs.module.bc.document that return Organization | |
---|---|
Organization |
BudgetConstructionDocument.getOrganizationLevelOrganization()
Gets the organizationLevelOrganization attribute. |
Methods in org.kuali.kfs.module.bc.document with parameters of type Organization | |
---|---|
void |
BudgetConstructionDocument.setOrganizationLevelOrganization(Organization organizationLevelOrganization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.bc.document.service |
---|
Methods in org.kuali.kfs.module.bc.document.service that return types with arguments of type Organization | |
---|---|
List<Organization> |
BudgetConstructionProcessorService.getProcessorOrgs(org.kuali.rice.kim.bo.Person person)
|
Methods in org.kuali.kfs.module.bc.document.service with parameters of type Organization | |
---|---|
boolean |
BudgetConstructionProcessorService.isOrgProcessor(Organization organization,
org.kuali.rice.kim.bo.Person person)
|
Uses of Organization in org.kuali.kfs.module.bc.document.service.impl |
---|
Methods in org.kuali.kfs.module.bc.document.service.impl that return types with arguments of type Organization | |
---|---|
List<Organization> |
BudgetConstructionProcessorServiceImpl.getProcessorOrgs(org.kuali.rice.kim.bo.Person person)
|
Methods in org.kuali.kfs.module.bc.document.service.impl with parameters of type Organization | |
---|---|
boolean |
BudgetConstructionProcessorServiceImpl.isOrgProcessor(Organization organization,
org.kuali.rice.kim.bo.Person person)
|
Uses of Organization in org.kuali.kfs.module.cab.businessobject |
---|
Methods in org.kuali.kfs.module.cab.businessobject that return Organization | |
---|---|
Organization |
Pretag.getOrganization()
Gets the organization attribute. |
Methods in org.kuali.kfs.module.cab.businessobject with parameters of type Organization | |
---|---|
void |
Pretag.setOrganization(Organization organization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.cg.businessobject |
---|
Methods in org.kuali.kfs.module.cg.businessobject that return Organization | |
---|---|
Organization |
ProposalOrganization.getOrganization()
Gets the organization attribute. |
Organization |
AwardOrganization.getOrganization()
Gets the organization attribute. |
Methods in org.kuali.kfs.module.cg.businessobject with parameters of type Organization | |
---|---|
void |
ProposalOrganization.setOrganization(Organization organization)
Deprecated. |
void |
AwardOrganization.setOrganization(Organization organization)
Deprecated. Setter is required by OJB, but should not be used to modify this attribute. This attribute is set on the initial creation of the object and should not be changed. |
Uses of Organization in org.kuali.kfs.module.ec.businessobject |
---|
Methods in org.kuali.kfs.module.ec.businessobject that return Organization | |
---|---|
Organization |
OutstandingCertificationsByReport.getOrganization()
Gets the organization |
Methods in org.kuali.kfs.module.ec.businessobject with parameters of type Organization | |
---|---|
void |
OutstandingCertificationsByReport.setOrganization(Organization organization)
Sets organization |
Uses of Organization in org.kuali.kfs.module.ec.document |
---|
Fields in org.kuali.kfs.module.ec.document declared as Organization | |
---|---|
protected Organization |
EffortCertificationDocument.organization
|
Methods in org.kuali.kfs.module.ec.document that return Organization | |
---|---|
Organization |
EffortCertificationDocument.getOrganization()
Gets the organization attribute. |
Methods in org.kuali.kfs.module.ec.document with parameters of type Organization | |
---|---|
void |
EffortCertificationDocument.setOrganization(Organization organization)
Sets the organization attribute value. |
Uses of Organization in org.kuali.kfs.module.endow.businessobject |
---|
Methods in org.kuali.kfs.module.endow.businessobject that return Organization | |
---|---|
Organization |
KemidBenefittingOrganization.getOrganization()
Gets the organization. |
Methods in org.kuali.kfs.module.endow.businessobject with parameters of type Organization | |
---|---|
void |
KemidBenefittingOrganization.setOrganization(Organization organization)
Sets the organization. |
Uses of Organization in org.kuali.kfs.module.endow.report.service.impl |
---|
Methods in org.kuali.kfs.module.endow.report.service.impl that return Organization | |
---|---|
protected Organization |
EndowmentReportServiceImpl.getOrganization(String chartCode,
String organizationCode)
Gets an organization object |
Uses of Organization in org.kuali.kfs.module.external.kc.businessobject |
---|
Methods in org.kuali.kfs.module.external.kc.businessobject that return Organization | |
---|---|
Organization |
AccountAutoCreateDefaults.getOrganization()
Gets the organization attribute. |
Methods in org.kuali.kfs.module.external.kc.businessobject with parameters of type Organization | |
---|---|
void |
AccountAutoCreateDefaults.setOrganization(Organization organization)
Sets the organization attribute value. |
Uses of Organization in org.kuali.kfs.module.purap.businessobject |
---|
Methods in org.kuali.kfs.module.purap.businessobject that return Organization | |
---|---|
Organization |
ReceivingThreshold.getOrganization()
|
Organization |
NegativePaymentRequestApprovalLimit.getOrganization()
|
Organization |
OrganizationParameter.getOrganization()
|
Organization |
ReceivingAddress.getOrganization()
|
Methods in org.kuali.kfs.module.purap.businessobject with parameters of type Organization | |
---|---|
void |
ReceivingThreshold.setOrganization(Organization organization)
|
void |
NegativePaymentRequestApprovalLimit.setOrganization(Organization organization)
Deprecated. |
void |
OrganizationParameter.setOrganization(Organization organization)
Deprecated. |
void |
ReceivingAddress.setOrganization(Organization organization)
Deprecated. |
Uses of Organization in org.kuali.kfs.module.purap.document |
---|
Fields in org.kuali.kfs.module.purap.document declared as Organization | |
---|---|
protected Organization |
PurchasingDocumentBase.nonInstitutionFundOrganization
|
protected Organization |
PurchasingDocumentBase.organization
|
Methods in org.kuali.kfs.module.purap.document that return Organization | |
---|---|
Organization |
PurchasingDocumentBase.getNonInstitutionFundOrganization()
|
Organization |
PurchasingDocument.getNonInstitutionFundOrganization()
|
Organization |
PurchasingDocumentBase.getOrganization()
|
Organization |
PurchasingDocument.getOrganization()
|
Methods in org.kuali.kfs.module.purap.document with parameters of type Organization | |
---|---|
void |
PurchasingDocumentBase.setNonInstitutionFundOrganization(Organization nonInstitutionFundOrganization)
Deprecated. |
void |
PurchasingDocument.setNonInstitutionFundOrganization(Organization nonInstitutionFundOrganization)
Deprecated. |
void |
PurchasingDocumentBase.setOrganization(Organization organization)
Deprecated. |
void |
PurchasingDocument.setOrganization(Organization organization)
Deprecated. |
Uses of Organization in org.kuali.kfs.sys.businessobject |
---|
Fields in org.kuali.kfs.sys.businessobject declared as Organization | |
---|---|
protected Organization |
ChartOrgHolderImpl.organization
|
Methods in org.kuali.kfs.sys.businessobject that return Organization | |
---|---|
Organization |
ChartOrgHolderImpl.getOrganization()
|
Organization |
ChartOrgHolder.getOrganization()
|
Uses of Organization in org.kuali.kfs.sys.identity |
---|
Fields in org.kuali.kfs.sys.identity declared as Organization | |
---|---|
protected Organization |
KfsKimAttributes.organization
|
Methods in org.kuali.kfs.sys.identity that return Organization | |
---|---|
Organization |
KfsKimAttributes.getOrganization()
|
Methods in org.kuali.kfs.sys.identity with parameters of type Organization | |
---|---|
void |
KfsKimAttributes.setOrganization(Organization organization)
|
Uses of Organization in org.kuali.kfs.sys.service.impl |
---|
Methods in org.kuali.kfs.sys.service.impl that return Organization | |
---|---|
Organization |
FinancialSystemUserServiceImpl.ChartOrgHolderImpl.getOrganization()
|
Uses of Organization in org.kuali.kfs.vnd.businessobject |
---|
Methods in org.kuali.kfs.vnd.businessobject that return Organization | |
---|---|
Organization |
VendorContractOrganization.getOrganization()
|
Organization |
VendorCustomerNumber.getVendorOrganization()
|
Methods in org.kuali.kfs.vnd.businessobject with parameters of type Organization | |
---|---|
void |
VendorContractOrganization.setOrganization(Organization organization)
Deprecated. |
void |
VendorCustomerNumber.setVendorOrganization(Organization vendorOrganization)
Deprecated. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |