|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.student.r2.lum.lrc.service.impl.LrcServiceBusinessLogicImpl
public class LrcServiceBusinessLogicImpl
Constructor Summary | |
---|---|
LrcServiceBusinessLogicImpl()
|
Method Summary | |
---|---|
protected String |
calcCreditValueKey(String creditValue,
String scaleKey,
ContextInfo contextInfo)
Calculate the fixed credit value key to use that matches the specified value |
protected String |
calcFixedCreditRvgKey(String creditValue,
String scaleKey,
ContextInfo contextInfo)
Calculate the result values group key for the fixed credit value |
protected String |
calcFixedCreditRvgName(String value,
String scaleKey,
ContextInfo contextInfo)
Calculate the result values group key for the range credit value |
protected String |
calcMultipleCreditRvgKey(List<String> values,
String scaleKey,
ContextInfo contextInfo)
Calculate the result values group key for the range credit value |
protected String |
calcMultipleCreditRvgName(List<String> values,
String scaleKey,
ContextInfo contextInfo)
Calculate the result values group key for the range credit value |
protected List<String> |
calcMultipleCreditValueKey(List<String> creditValues,
String scaleKey,
ContextInfo contextInfo)
Calculate the multiple credit value keys to use that matches the specified value |
protected String |
calcRangeCreditRvgKey(String creditValueMin,
String creditValueMax,
String creditValueIncrement,
String scaleKey,
ContextInfo contextInfo)
Calculate the result values group key for the range credit value |
protected String |
calcRangeCreditRvgName(String creditValueMin,
String creditValueMax,
String creditValueIncrement,
String scaleKey,
ContextInfo contextInfo)
Calculate the result values group key for the range credit value |
protected String |
calcResultValueKey(String resultValue,
String scaleKey,
ContextInfo contextInfo)
Calculate key to use for the result value |
ResultValuesGroupInfo |
getCreateFixedCreditResultValuesGroup(String creditValue,
String scaleKey,
ContextInfo contextInfo)
|
ResultValuesGroupInfo |
getCreateMultipleCreditResultValuesGroup(List<String> creditValues,
String scaleKey,
ContextInfo contextInfo)
|
ResultValuesGroupInfo |
getCreateRangeCreditResultValuesGroup(String creditValueMin,
String creditValueMax,
String creditValueIncrement,
String scaleKey,
ContextInfo contextInfo)
|
ResultValueInfo |
getCreateResultValueForScale(String resultValue,
String scaleKey,
ContextInfo contextInfo)
|
LRCService |
getLrcService()
|
void |
setLrcService(LRCService lrcService)
|
protected static boolean |
stringNumberEquals(String value1,
String value2)
This method converts the two input strings into floats and returns true if they're equal, false otherwise. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public LrcServiceBusinessLogicImpl()
Method Detail |
---|
public LRCService getLrcService()
public void setLrcService(LRCService lrcService)
protected String calcFixedCreditRvgKey(String creditValue, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
creditValue
- scaleKey
-
InvalidParameterException
protected String calcFixedCreditRvgName(String value, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
value
- scaleKey
-
InvalidParameterException
protected String calcCreditValueKey(String creditValue, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
creditValue
- scaleKey
-
InvalidParameterException
public ResultValuesGroupInfo getCreateFixedCreditResultValuesGroup(String creditValue, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getCreateFixedCreditResultValuesGroup
in interface LrcServiceBusinessLogic
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
protected String calcRangeCreditRvgKey(String creditValueMin, String creditValueMax, String creditValueIncrement, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
creditValueMin
- creditValueMax
- creditValueIncrement
- scaleKey
- contextInfo
-
InvalidParameterException
protected String calcRangeCreditRvgName(String creditValueMin, String creditValueMax, String creditValueIncrement, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
creditValueMin
- creditValueMax
- creditValueIncrement
- scaleKey
- contextInfo
-
InvalidParameterException
public ResultValuesGroupInfo getCreateRangeCreditResultValuesGroup(String creditValueMin, String creditValueMax, String creditValueIncrement, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getCreateRangeCreditResultValuesGroup
in interface LrcServiceBusinessLogic
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
protected static boolean stringNumberEquals(String value1, String value2)
value1
- value2
-
protected String calcMultipleCreditRvgKey(List<String> values, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
values
- scaleKey
- contextInfo
-
InvalidParameterException
protected String calcMultipleCreditRvgName(List<String> values, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
values
- scaleKey
- contextInfo
-
InvalidParameterException
protected List<String> calcMultipleCreditValueKey(List<String> creditValues, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException
creditValues
- scaleKey
-
InvalidParameterException
public ResultValuesGroupInfo getCreateMultipleCreditResultValuesGroup(List<String> creditValues, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getCreateMultipleCreditResultValuesGroup
in interface LrcServiceBusinessLogic
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
protected String calcResultValueKey(String resultValue, String scaleKey, ContextInfo contextInfo)
resultValue
- the value of the resultscaleKey
- key used for getting the proper scale.contextInfo
- context
public ResultValueInfo getCreateResultValueForScale(String resultValue, String scaleKey, ContextInfo contextInfo) throws InvalidParameterException, MissingParameterException, OperationFailedException, PermissionDeniedException
getCreateResultValueForScale
in interface LrcServiceBusinessLogic
InvalidParameterException
MissingParameterException
OperationFailedException
PermissionDeniedException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |