Uses of Class
org.kuali.kfs.sys.service.NonTransactional

Packages that use NonTransactional
org.kuali.kfs.coa.service.impl   
org.kuali.kfs.fp.document.service.impl   
org.kuali.kfs.fp.service.impl   
org.kuali.kfs.gl.service.impl   
org.kuali.kfs.module.ar.document.service.impl   
org.kuali.kfs.module.bc.document.service.impl   
org.kuali.kfs.module.bc.service.impl   
org.kuali.kfs.module.cg.service.impl   
org.kuali.kfs.module.endow.document.service.impl   
org.kuali.kfs.module.external.kc.service.impl   
org.kuali.kfs.module.ld.service.impl   
org.kuali.kfs.module.purap.document.service.impl   
org.kuali.kfs.module.purap.service.impl   
org.kuali.kfs.pdp.batch.service.impl   
org.kuali.kfs.pdp.service.impl   
org.kuali.kfs.sys.batch.service.impl   
org.kuali.kfs.sys.document.service.impl   
org.kuali.kfs.sys.service.impl   
 

Uses of NonTransactional in org.kuali.kfs.coa.service.impl
 

Classes in org.kuali.kfs.coa.service.impl with annotations of type NonTransactional
 class A21SubAccountServiceImpl
          This class is the default implementation of the A21SubAccountService
 class AccountServiceImpl
          This class is the service implementation for the Account structure.
 class BalanceTypeServiceImpl
          This service implementation is the default implementation of the BalanceTyp service that is delivered with Kuali.
 class ChartServiceImpl
          This class is the service implementation for the Chart structure.
 class ObjectCodeServiceImpl
          This class is the service implementation for the ObjectCode structure.
 class ObjectConsServiceImpl
          This service implementation is the default implementation of the BalanceTyp service that is delivered with Kuali.
 class ObjectLevelServiceImpl
          This service implementation is the default implementation of the ObjLevel service that is delivered with Kuali.
 class ObjectTypeServiceImpl
          This service implementation is the default implementation of the ObjectType service that is delivered with Kuali.
 class OffsetDefinitionServiceImpl
          This class is the service implementation for the OffsetDefinition structure.
 class OrganizationReversionServiceImpl
          This service implementation is the default implementation of the OrganizationReversion service that is delivered with Kuali.
 class OrganizationServiceImpl
          This class is the service implementation for the Org structure.
 class ProjectCodeServiceImpl
          This class is the service implementation for the ProjectCode structure.
 class SubAccountServiceImpl
          This class is the service implementation for the SubAccount structure.
 class SubObjectCodeServiceImpl
          This class is the service implementation for the SubObjectCode structure.
 

Methods in org.kuali.kfs.coa.service.impl with annotations of type NonTransactional
 FinancialSystemMaintainable AccountDelegateServiceImpl.buildMaintainableForAccountDelegate(AccountDelegate delegate)
           
 AccountDelegateDao AccountDelegateServiceImpl.getAccountDelegateDao()
          Gets the accountDelegateDao attribute.
 AccountDelegateGlobalDao AccountDelegateServiceImpl.getAccountDelegateGlobalDao()
          Gets the accountDelegateGlobalDao attribute.
 org.kuali.rice.kns.service.BusinessObjectService AccountDelegateServiceImpl.getBusinessObjectService()
          Gets the businessObjectService attribute.
 org.kuali.rice.kns.service.DataDictionaryService AccountDelegateServiceImpl.getDataDictionaryService()
          Gets the dataDictionaryService attribute.
 String AccountDelegateServiceImpl.getLockingDocumentId(AccountDelegateGlobalMaintainableImpl global, String docNumber)
           
 String AccountDelegateServiceImpl.getLockingDocumentId(AccountDelegateMaintainableImpl delegate, String docNumber)
           
 boolean AccountDelegateServiceImpl.isPrincipalInAnyWayShapeOrFormPrimaryAccountDelegate(String principalId)
           
 boolean AccountDelegateServiceImpl.isPrincipalInAnyWayShapeOrFormSecondaryAccountDelegate(String principalId)
           
 Iterator<AccountDelegate> AccountDelegateServiceImpl.retrieveAllActiveDelegationsForPerson(String principalId, boolean primary)
           
 void AccountDelegateServiceImpl.setAccountDelegateDao(AccountDelegateDao accountDelegateDao)
          Sets the accountDelegateDao attribute value.
 void AccountDelegateServiceImpl.setAccountDelegateGlobalDao(AccountDelegateGlobalDao accountDelegateGlobalDao)
          Sets the accountDelegateGlobalDao attribute value.
 void AccountDelegateServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void AccountDelegateServiceImpl.setDataDictionaryService(org.kuali.rice.kns.service.DataDictionaryService dataDictionaryService)
          Sets the dataDictionaryService attribute value.
 

Uses of NonTransactional in org.kuali.kfs.fp.document.service.impl
 

Classes in org.kuali.kfs.fp.document.service.impl with annotations of type NonTransactional
 class DisbursementVoucherTravelServiceImpl
          This is the default implementation of the DisbursementVoucherTravelService interface.
 

Uses of NonTransactional in org.kuali.kfs.fp.service.impl
 

Classes in org.kuali.kfs.fp.service.impl with annotations of type NonTransactional
 class CheckServiceImpl
          This is the default implementation of the CheckService interface.
 

Uses of NonTransactional in org.kuali.kfs.gl.service.impl
 

Classes in org.kuali.kfs.gl.service.impl with annotations of type NonTransactional
 class ScrubberValidatorImpl
          The default GL implementation of ScrubberValidator
 

Uses of NonTransactional in org.kuali.kfs.module.ar.document.service.impl
 

Methods in org.kuali.kfs.module.ar.document.service.impl with annotations of type NonTransactional
 Collection<NonInvoicedDistribution> NonInvoicedDistributionServiceImpl.getNonInvoicedDistributionsForInvoice(CustomerInvoiceDocument invoice)
           
 Collection<NonInvoicedDistribution> NonInvoicedDistributionServiceImpl.getNonInvoicedDistributionsForInvoice(String documentNumber)
           
 void NonInvoicedDistributionServiceImpl.setNonInvoicedDistributionDao(NonInvoicedDistributionDao nonInvoicedDistributionDao)
           
 

Uses of NonTransactional in org.kuali.kfs.module.bc.document.service.impl
 

Methods in org.kuali.kfs.module.bc.document.service.impl with annotations of type NonTransactional
 BudgetConstructionDocument BudgetDocumentServiceImpl.addOrUpdatePBGLRow(BudgetConstructionDocument bcDoc, PendingBudgetConstructionGeneralLedger sourceRow)
           
protected  StringBuilder PayrateExportServiceImpl.buildExportLine(BudgetConstructionPayRateHolding holdingRecord, String csfFreezeDate)
          Creates the export line
protected  void BudgetDocumentServiceImpl.checkForNulls(org.kuali.rice.kns.document.Document document)
          Does sanity checks for null document object and null documentNumber
 void PayrateImportServiceImpl.generatePdf(List<ExternalizedMessageWrapper> logMessages, ByteArrayOutputStream baos)
           
 void BudgetRequestImportServiceImpl.generatePdf(List<String> errorMessages, ByteArrayOutputStream baos)
           
 void BudgetConstructionReportsServiceHelperImpl.generatePdf(List<String> errorMessages, ByteArrayOutputStream baos)
           
 BudgetConstructionDocument BudgetDocumentServiceImpl.getBudgetConstructionDocument(PendingBudgetConstructionAppointmentFunding appointmentFunding)
           
 BudgetConstructionDocument BudgetDocumentServiceImpl.getBudgetConstructionDocument(SalarySettingExpansion salarySettingExpansion)
           
 BudgetConstructionHeader BudgetDocumentServiceImpl.getBudgetConstructionHeader(PendingBudgetConstructionAppointmentFunding appointmentFunding)
           
 BudgetParameterService BudgetRequestImportServiceImpl.getBudgetParameterService()
           
 org.kuali.rice.kns.service.DocumentHelperService BudgetRequestImportServiceImpl.getDocumentHelperService()
           
protected  org.kuali.rice.kns.service.DocumentService BudgetRequestImportServiceImpl.getDocumentService()
           
 ImportRequestDao BudgetRequestImportServiceImpl.getImportRequestDao()
           
 LaborModuleService BudgetRequestImportServiceImpl.getLaborModuleService()
           
 OptionsService BudgetRequestImportServiceImpl.getOptionsService()
           
 org.kuali.rice.kns.service.PersistenceService BudgetDocumentServiceImpl.getPersistenceService()
          Gets the persistenceService attribute.
 boolean BudgetDocumentServiceImpl.isAssociatedWithBudgetableDocument(PendingBudgetConstructionAppointmentFunding appointmentFunding)
           
 boolean BudgetDocumentServiceImpl.isBudgetableAccount(Integer budgetYear, Account account, boolean isWagesCheck)
           
 boolean BudgetDocumentServiceImpl.isBudgetableDocument(BudgetConstructionDocument document)
           
 boolean BudgetDocumentServiceImpl.isBudgetableDocument(BudgetConstructionHeader bcHeader)
           
 boolean BudgetDocumentServiceImpl.isBudgetableDocumentNoWagesCheck(BudgetConstructionDocument document)
           
 boolean BudgetDocumentServiceImpl.isBudgetableDocumentNoWagesCheck(BudgetConstructionHeader bcHeader)
           
 boolean BudgetDocumentServiceImpl.isBudgetableSubAccount(SubAccount subAccount, String subAccountNumber)
           
 BudgetConstructionLockStatus LockServiceImpl.lockFunding(PendingBudgetConstructionAppointmentFunding appointmentFunding, org.kuali.rice.kim.bo.Person person)
           
protected  String PayrateExportServiceImpl.padString(String stringToPad, int fieldSize, boolean leftJustifiy)
          Returns a field that is the length of fieldSize, to facilitate formatting payrate export file
 List<PendingBudgetConstructionGeneralLedger> BudgetDocumentServiceImpl.retrievePendingBudgetConstructionGeneralLedger(BudgetConstructionHeader budgetConstructionHeader)
           
protected  PendingBudgetConstructionGeneralLedger BudgetDocumentServiceImpl.retrievePendingBudgetConstructionGeneralLedger(BudgetConstructionHeader budgetConstructionHeader, PendingBudgetConstructionAppointmentFunding appointmentFunding, boolean is2PLG)
          retrieve a pending budget construction GL record based on the given infromation
 void BudgetDocumentServiceImpl.setBenefitsCalculationService(BenefitsCalculationService benefitsCalculationService)
          Sets the benefitsCalculationService attribute value.
 void BudgetDocumentServiceImpl.setBudgetConstructionDao(BudgetConstructionDao budgetConstructionDao)
          Sets the budgetConstructionDao attribute value.
 void LockServiceImpl.setBudgetConstructionDao(BudgetConstructionDao bcHeaderDao)
           
 void LockServiceImpl.setBudgetConstructionLockDao(BudgetConstructionLockDao budgetConstructionLockDao)
          Sets the budgetConstructionLockDao attribute value.
 void BudgetConstructionReportsServiceHelperImpl.setBudgetConstructionOrganizationReportsService(BudgetConstructionOrganizationReportsService budgetConstructionOrganizationReportsService)
          sets the budgetConstructionOrganizationReportsService attribute value
 void PayrateImportServiceImpl.setBudgetDocumentService(BudgetDocumentService budgetDocumentService)
          Sets the budgetDocumentService attribute value.
 void BudgetRequestImportServiceImpl.setBudgetDocumentService(BudgetDocumentService budgetDocumentService)
          Sets BudgetDocumentService
 void LockServiceImpl.setBudgetDocumentService(BudgetDocumentService budgetDocumentService)
          Sets the budgetDocumentService attribute value.
 void BudgetRequestImportServiceImpl.setBudgetParameterService(BudgetParameterService budgetParameterService)
           
 void BudgetDocumentServiceImpl.setBudgetParameterService(BudgetParameterService budgetParameterService)
          Sets the budgetParameterService attribute value.
 void PayrateExportServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
           
 void PayrateImportServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the business object service
 void BudgetRequestImportServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the business object service
 void BudgetDocumentServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void BudgetConstructionReportsServiceHelperImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          sets the businessObjectService attribute value
 void BudgetRequestImportServiceImpl.setDictionaryValidationService(org.kuali.rice.kns.service.DictionaryValidationService dictionaryValidationService)
           
 void BudgetDocumentServiceImpl.setDocumentDao(org.kuali.rice.kns.dao.DocumentDao documentDao)
          Sets the documentDao attribute value.
 void BudgetRequestImportServiceImpl.setDocumentHelperService(org.kuali.rice.kns.service.DocumentHelperService documentHelperService)
           
 void BudgetRequestImportServiceImpl.setDocumentService(org.kuali.rice.kns.service.DocumentService documentService)
           
 void BudgetDocumentServiceImpl.setDocumentService(org.kuali.rice.kns.service.DocumentService documentService)
          Sets the documentService attribute value.
 void BudgetDocumentServiceImpl.setFiscalYearFunctionControlService(FiscalYearFunctionControlService fiscalYearFunctionControlService)
          Sets the fiscalYearFunctionControlService attribute value.
 void BudgetRequestImportServiceImpl.setImportRequestDao(ImportRequestDao dao)
           
 void BudgetDocumentServiceImpl.setKualiModuleService(org.kuali.rice.kns.service.KualiModuleService kualiModuleService)
          Sets the kualiModuleService attribute value.
 void BudgetRequestImportServiceImpl.setLaborModuleService(LaborModuleService laborModuleService)
           
 void PayrateImportServiceImpl.setLockService(LockService lockService)
          sets lock service
 void BudgetRequestImportServiceImpl.setLockService(LockService lockService)
           
 void PayrateImportServiceImpl.setOptionsService(OptionsService optionsService)
          sets option service
 void BudgetRequestImportServiceImpl.setOptionsService(OptionsService optionsService)
           
 void BudgetDocumentServiceImpl.setOptionsService(OptionsService optionsService)
          Sets the optionsService attribute value.
 void BudgetDocumentServiceImpl.setOrganizationService(OrganizationService organizationService)
          Sets the organizationService attribute value.
 void BudgetDocumentServiceImpl.setParameterService(org.kuali.rice.kns.service.ParameterService parameterService)
          Sets the parameterService attribute value.
 void PayrateExportServiceImpl.setPayrateExportDao(PayrateExportDao payrateExportDao)
           
 void PayrateImportServiceImpl.setPayrateImportDao(PayrateImportDao payrateImportDao)
          sets payrate import dao
 void BudgetDocumentServiceImpl.setPersistenceService(org.kuali.rice.kns.service.PersistenceService persistenceService)
          Sets the persistenceService attribute value.
 void BudgetDocumentServiceImpl.setWorkflowDocumentService(org.kuali.rice.kns.workflow.service.WorkflowDocumentService workflowDocumentService)
          Sets the workflowDocumentService attribute value.
 

Uses of NonTransactional in org.kuali.kfs.module.bc.service.impl
 

Methods in org.kuali.kfs.module.bc.service.impl with annotations of type NonTransactional
 BudgetConstructionPosition BudgetConstructionPositionServiceImpl.getByPrimaryId(String fiscalYear, String positionNumber)
           
 boolean BudgetConstructionPositionServiceImpl.isBudgetablePosition(BudgetConstructionPosition budgetConstructionPosition)
           
 void BudgetConstructionPositionServiceImpl.setBudgetConstructionDao(BudgetConstructionDao budgetConstructionDao)
          Sets the budgetConstructionDao attribute value.
 void BudgetConstructionPositionServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void HumanResourcesPayrollServiceImpl.setHumanResourcesPayrollDao(HumanResourcesPayrollDao humanResourcesPayrollDao)
          Sets the humanResourcesPayrollDao attribute value.
 void BudgetConstructionPositionServiceImpl.setHumanResourcesPayrollService(HumanResourcesPayrollService humanResourcesPayrollService)
          Sets the humanResourcesPayrollService attribute value.
 boolean HumanResourcesPayrollServiceImpl.validatePositionUnionCode(String positionUnionCode)
          This is just a bootstrap implementation.
 

Uses of NonTransactional in org.kuali.kfs.module.cg.service.impl
 

Classes in org.kuali.kfs.module.cg.service.impl with annotations of type NonTransactional
 class ContractsAndGrantsModuleServiceImpl
           
 

Uses of NonTransactional in org.kuali.kfs.module.endow.document.service.impl
 

Classes in org.kuali.kfs.module.endow.document.service.impl with annotations of type NonTransactional
 class SecurityServiceImpl
          This class provides service for Security maintenance
 

Uses of NonTransactional in org.kuali.kfs.module.external.kc.service.impl
 

Classes in org.kuali.kfs.module.external.kc.service.impl with annotations of type NonTransactional
 class ContractsAndGrantsModuleServiceImpl
           
 

Uses of NonTransactional in org.kuali.kfs.module.ld.service.impl
 

Classes in org.kuali.kfs.module.ld.service.impl with annotations of type NonTransactional
 class LaborBaseFundsServiceImpl
          This class provides its clients with access to labor base fund entries in the backend data store.
 

Methods in org.kuali.kfs.module.ld.service.impl with annotations of type NonTransactional
 List<List<String>> LaborLedgerBalanceServiceImpl.findAccountsInFundGroups(Integer fiscalYear, Map<String,String> fieldValues, List<String> subFundGroupCodes, List<String> fundGroupCodes)
           
 Iterator LaborLedgerBalanceServiceImpl.findBalance(Map fieldValues, boolean isConsolidated)
           
 Iterator<LedgerBalance> LaborLedgerBalanceServiceImpl.findBalancesForFiscalYear(Integer fiscalYear)
           
 Iterator<LedgerBalance> LaborLedgerBalanceServiceImpl.findBalancesForFiscalYear(Integer fiscalYear, Map<String,String> fieldValues)
           
 Iterator<LedgerBalanceForYearEndBalanceForward> LaborLedgerBalanceServiceImpl.findBalancesForFiscalYear(Integer fiscalYear, Map<String,String> fieldValues, List<String> subFundGroupCodes, List<String> fundGroupCodes)
           
 List<LaborBalanceSummary> LaborLedgerBalanceServiceImpl.findBalanceSummary(Integer fiscalYear, Collection<String> balanceTypes)
           
 List<EmployeeFunding> LaborLedgerBalanceServiceImpl.findEmployeeFunding(Map fieldValues, boolean isConsolidated)
           
 List<EmployeeFunding> LaborLedgerBalanceServiceImpl.findEmployeeFundingWithCSFTracker(Map fieldValues, boolean isConsolidated)
           
<T extends LedgerBalance>
T
LaborLedgerBalanceServiceImpl.findLedgerBalance(Collection<T> ledgerBalanceCollection, LaborTransaction transaction)
           
<T extends LedgerBalance>
T
LaborLedgerBalanceServiceImpl.findLedgerBalance(Collection<T> ledgerBalanceCollection, LaborTransaction transaction, List<String> keyList)
           
 Collection<LedgerBalance> LaborLedgerBalanceServiceImpl.findLedgerBalances(Map<String,List<String>> fieldValues, Map<String,List<String>> excludedFieldValues, Set<Integer> fiscalYears, List<String> balanceTypeList, List<String> positionObjectGroupCodes)
           
 Integer LaborLedgerBalanceServiceImpl.getBalanceRecordCount(Map fieldValues, boolean isConsolidated)
           
 void LaborLedgerBalanceServiceImpl.setLaborCalculatedSalaryFoundationTrackerService(LaborCalculatedSalaryFoundationTrackerService laborCalculatedSalaryFoundationTrackerService)
          Sets the laborCalculatedSalaryFoundationTrackerService attribute value.
 void LaborLedgerBalanceServiceImpl.setLaborLedgerBalanceDao(LaborLedgerBalanceDao laborLedgerBalanceDao)
          Sets the laborLedgerBalanceDao attribute value.
 

Uses of NonTransactional in org.kuali.kfs.module.purap.document.service.impl
 

Classes in org.kuali.kfs.module.purap.document.service.impl with annotations of type NonTransactional
 class NegativePaymentRequestApprovalLimitServiceImpl
           
 class PurapServiceImpl
           
 

Uses of NonTransactional in org.kuali.kfs.module.purap.service.impl
 

Classes in org.kuali.kfs.module.purap.service.impl with annotations of type NonTransactional
 class PurapAccountingServiceImpl
          Contains a number of helper methods to deal with accounts on Purchasing Accounts Payable Documents
 

Uses of NonTransactional in org.kuali.kfs.pdp.batch.service.impl
 

Methods in org.kuali.kfs.pdp.batch.service.impl with annotations of type NonTransactional
 void AchAdviceNotificationServiceImpl.sendAdviceNotifications()
          Set to NonTransactional so the payment advice email sent date will be updated and saved after the email is sent
 void AchAdviceNotificationServiceImpl.setBusinessObjectService(org.kuali.rice.kns.service.BusinessObjectService businessObjectService)
          Sets the businessObjectService attribute value.
 void AchAdviceNotificationServiceImpl.setDateTimeService(org.kuali.rice.kns.service.DateTimeService dateTimeService)
          Sets the dateTimeService attribute value.
 void AchAdviceNotificationServiceImpl.setPaymentGroupService(PaymentGroupService paymentGroupService)
          Sets the paymentGroupService attribute value.
 void AchAdviceNotificationServiceImpl.setPdpEmailService(PdpEmailService pdpEmailService)
          Sets the pdpEmailService attribute value.
 

Uses of NonTransactional in org.kuali.kfs.pdp.service.impl
 

Classes in org.kuali.kfs.pdp.service.impl with annotations of type NonTransactional
 class PaymentDetailServiceImpl
           
 

Uses of NonTransactional in org.kuali.kfs.sys.batch.service.impl
 

Classes in org.kuali.kfs.sys.batch.service.impl with annotations of type NonTransactional
 class CacheServiceImpl
           
 

Uses of NonTransactional in org.kuali.kfs.sys.document.service.impl
 

Classes in org.kuali.kfs.sys.document.service.impl with annotations of type NonTransactional
 class AccountPresenceServiceImpl
          This is the default implementation of the AccountPresenceService interface.
 

Uses of NonTransactional in org.kuali.kfs.sys.service.impl
 

Classes in org.kuali.kfs.sys.service.impl with annotations of type NonTransactional
 class AccountingLineServiceImpl
          This class is the service implementation for the AccountingLine structure.
 class HomeOriginationServiceImpl
           
 class KfsBusinessObjectMetaDataServiceImpl
           
 class OptionsServiceImpl
           
 class OriginationCodeServiceImpl
           
 class PostalCodeValidationServiceImpl
          Service implementation for the PostalCodeBase structure.
 class UniversityDateServiceImpl
          This is the default implementation of the UniversityDateService interface.
 



Copyright © 2005-2012 The Kuali Foundation. All Rights Reserved.