Uses of Class
org.kuali.student.enrollment.lpr.dto.LprTransactionItemInfo

Packages that use LprTransactionItemInfo
org.kuali.student.enrollment.lpr.dto   
org.kuali.student.enrollment.lpr.service   
 

Uses of LprTransactionItemInfo in org.kuali.student.enrollment.lpr.dto
 

Methods in org.kuali.student.enrollment.lpr.dto that return types with arguments of type LprTransactionItemInfo
 List<LprTransactionItemInfo> LprTransactionInfo.getLprTransactionItems()
           
 

Method parameters in org.kuali.student.enrollment.lpr.dto with type arguments of type LprTransactionItemInfo
 void LprTransactionInfo.setLprTransactionItems(List<LprTransactionItemInfo> lprTransactionItems)
           
 

Uses of LprTransactionItemInfo in org.kuali.student.enrollment.lpr.service
 

Methods in org.kuali.student.enrollment.lpr.service that return types with arguments of type LprTransactionItemInfo
 List<LprTransactionItemInfo> LprServiceDecorator.getLprTransactionItemsByLui(String luiId, ContextInfo contextInfo)
           
 List<LprTransactionItemInfo> LprService.getLprTransactionItemsByLui(String luiId, ContextInfo contextInfo)
          Retrieves LPR Transaction Items based on an item with the specified LUI.
 List<LprTransactionItemInfo> LprServiceDecorator.getLprTransactionItemsByPersonAndLui(String personId, String luiId, ContextInfo contextInfo)
           
 List<LprTransactionItemInfo> LprService.getLprTransactionItemsByPersonAndLui(String personId, String luiId, ContextInfo contextInfo)
          Retrieves LPR Transactions with an item by Person and LUI Selects all transactions that have at least one item that matches the specified person and either the existing or new lui.
 List<LprTransactionItemInfo> LprServiceDecorator.getLprTransactionItemsByResultingLpr(String lprId, ContextInfo contextInfo)
           
 List<LprTransactionItemInfo> LprService.getLprTransactionItemsByResultingLpr(String lprId, ContextInfo contextInfo)
          Retrieves LPR Transaction Items based on the resulting LPR.
 



Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.