|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface AccountDelegateDao
Method Summary | |
---|---|
Iterator<AccountDelegate> |
getAccountDelegationsForPerson(String principalId,
boolean primary)
Retrieves all active account delegates which reference the given user |
String |
getLockingDocumentNumber(String lockingRepresentation,
String documentNumber)
Retrieves the Document Number of any AccountDelegate locking this record. |
boolean |
isPrincipalInAnyWayShapeOrFormPrimaryAccountDelegate(String principalId)
Determines if the given principal is an active delegate for any non-closed account |
boolean |
isPrincipalInAnyWayShapeOrFormSecondaryAccountDelegate(String principalId)
Determines if the given principal is an active delegate for any non-closed account |
Method Detail |
---|
String getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
lockingRepresentation
- String representation of the MaintanceLock to check against.documentNumber
- the document number being checked against.
Iterator<AccountDelegate> getAccountDelegationsForPerson(String principalId, boolean primary)
principalId
- a principal ID of the person to find account delegations forprimary
- whether the account delegates returned should be primary or not
boolean isPrincipalInAnyWayShapeOrFormPrimaryAccountDelegate(String principalId)
principalId
- the principal ID to check primary account delegations for
boolean isPrincipalInAnyWayShapeOrFormSecondaryAccountDelegate(String principalId)
principalId
- the principal ID to check secondary account delegations for
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |