public class AccountDelegateGlobalDaoOjb extends org.kuali.rice.core.framework.persistence.ojb.dao.PlatformAwareDaoBaseOjb implements AccountDelegateGlobalDao
| Constructor and Description | 
|---|
| AccountDelegateGlobalDaoOjb() | 
| Modifier and Type | Method and Description | 
|---|---|
| protected String | convertForLikeCriteria(String lockingRepresentation)Parses the lockingRepresentation and replaces the document type with a wild card. | 
| String | getLockingDocumentNumber(String lockingRepresentation,
                                                String documentNumber)This method returns the document number of any locking records. | 
getDbPlatform, setDbPlatformpublic AccountDelegateGlobalDaoOjb()
public String getLockingDocumentNumber(String lockingRepresentation, String documentNumber)
AccountDelegateGlobalDaogetLockingDocumentNumber in interface AccountDelegateGlobalDaolockingRepresentation - String representation of the MaintenanceLock created by the AccountDelegateGlobaldocumentNumber - the document number of the Document being checked against.AccountDelegateGlobalDao.getLockingDocumentNumber(java.lang.String, java.lang.String)protected String convertForLikeCriteria(String lockingRepresentation)
lockingRepresentation - The String representation of the MaintenanceLock created by this recordCopyright © 2004–2015 The Kuali Foundation. All rights reserved.