|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.kuali.kfs.pdp.service.impl.PdpAuthorizationServiceImpl
public class PdpAuthorizationServiceImpl
Constructor Summary | |
---|---|
PdpAuthorizationServiceImpl()
|
Method Summary | |
---|---|
boolean |
hasCancelPaymentPermission(String principalId)
This method checks if person has 'Cancel Payment' permission. |
boolean |
hasFormatPermission(String principalId)
This method checks if the principal has 'Format' permission. |
boolean |
hasHoldPaymentPermission(String principalId)
This method checks that the principal has the 'Hold Payment / Remove Non-Tax Payment Hold' permission. |
boolean |
hasRemoveFormatLockPermission(String principalId)
This method checks that the principal has the 'Remove Format Lock' permission. |
boolean |
hasRemovePaymentTaxHoldPermission(String principalId)
This method checks that the principal has 'Remove Payment Tax Hold' permission |
boolean |
hasSetAsImmediatePayPermission(String principalId)
This method checks that the principal has 'Set as Immmediate Pay' permission. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PdpAuthorizationServiceImpl()
Method Detail |
---|
public boolean hasCancelPaymentPermission(String principalId)
PdpAuthorizationService
hasCancelPaymentPermission
in interface PdpAuthorizationService
principalId
- Principal ID
org.kuali.kfs.pdp.service.PdpAuthorizationService#hasCancelPayment(java.lang.String)
public boolean hasFormatPermission(String principalId)
PdpAuthorizationService
hasFormatPermission
in interface PdpAuthorizationService
principalId
- Principal ID
org.kuali.kfs.pdp.service.PdpAuthorizationService#hasFormat(java.lang.String, java.lang.String)
public boolean hasHoldPaymentPermission(String principalId)
PdpAuthorizationService
hasHoldPaymentPermission
in interface PdpAuthorizationService
principalId
- Principal ID
org.kuali.kfs.pdp.service.PdpAuthorizationService#hasHoldPayment(java.lang.String)
public boolean hasRemoveFormatLockPermission(String principalId)
PdpAuthorizationService
hasRemoveFormatLockPermission
in interface PdpAuthorizationService
principalId
- Principal ID
org.kuali.kfs.pdp.service.PdpAuthorizationService#hasRemoveFormatLock(java.lang.String, java.lang.String)
public boolean hasRemovePaymentTaxHoldPermission(String principalId)
PdpAuthorizationService
hasRemovePaymentTaxHoldPermission
in interface PdpAuthorizationService
principalId
- Principal ID
org.kuali.kfs.pdp.service.PdpAuthorizationService#hasRemovePaymentTaxHold(java.lang.String)
public boolean hasSetAsImmediatePayPermission(String principalId)
PdpAuthorizationService
hasSetAsImmediatePayPermission
in interface PdpAuthorizationService
principalId
- Principal ID
org.kuali.kfs.pdp.service.PdpAuthorizationService#hasSetAsImmediatePay(java.lang.String, java.lang.String)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |