public interface OlePatronService
Modifier and Type | Method and Description |
---|---|
void |
addAddressToEntity(List<OleEntityAddressDefinition> oleEntityAddress,
org.kuali.rice.kim.api.identity.type.EntityTypeContactInfo entityTypeContactInfo) |
void |
addEmailToEntity(List<org.kuali.rice.kim.api.identity.email.EntityEmail> emails,
org.kuali.rice.kim.api.identity.type.EntityTypeContactInfo entityTypeContactInfo) |
void |
addNameToEntity(org.kuali.rice.kim.api.identity.name.EntityName name,
org.kuali.rice.kim.api.identity.entity.Entity entity) |
boolean |
addNoteToPatron(OlePatronNotesDefinition patronNote) |
void |
addPhoneToEntity(List<org.kuali.rice.kim.api.identity.phone.EntityPhone> entityPhone,
org.kuali.rice.kim.api.identity.type.EntityTypeContactInfo entityTypeContactInfo) |
OlePatronDefinition |
createPatron(OlePatronDefinition olePatron) |
void |
deletePatronBatchProgram() |
OlePatronQueryResults |
findPatron(org.kuali.rice.core.api.criteria.QueryByCriteria queryCriteria) |
OlePatronDefinition |
getPatron(String patronId) |
OlePatronLoanDocuments |
getPatronLoanedItems(String patronBarcode) |
List<OleDeliverRequestDefinition> |
getPatronRequestItems(String patronId) |
OlePatronQueryResults |
getPatrons() |
boolean |
inactivateAddress(String addressId) |
boolean |
inactivateEmail(String emailId) |
boolean |
inactivateName(String nameId) |
boolean |
inactivateNote(String patronNoteId) |
OlePatronDefinition |
inactivatePatron(String patronId) |
boolean |
inactivatePhone(String phoneId) |
OlePatronLoanDocuments |
performRenewalItems(OlePatronLoanDocuments olePatronLoanDocuments) |
boolean |
updateAddress(org.kuali.rice.kim.api.identity.address.EntityAddress entityAddress) |
boolean |
updateEmail(org.kuali.rice.kim.api.identity.email.EntityEmail entityEmail) |
org.kuali.rice.kim.api.identity.name.EntityName |
updateName(org.kuali.rice.kim.api.identity.name.EntityName name) |
boolean |
updateNote(OlePatronNotesDefinition patronNote) |
OlePatronDefinition |
updatePatron(OlePatronDefinition olePatron) |
boolean |
updatePhone(org.kuali.rice.kim.api.identity.phone.EntityPhone entityPhone) |
OlePatronDefinition getPatron(String patronId)
OlePatronDefinition createPatron(OlePatronDefinition olePatron)
OlePatronDefinition updatePatron(OlePatronDefinition olePatron)
OlePatronDefinition inactivatePatron(String patronId)
void addNameToEntity(org.kuali.rice.kim.api.identity.name.EntityName name, org.kuali.rice.kim.api.identity.entity.Entity entity)
org.kuali.rice.kim.api.identity.name.EntityName updateName(org.kuali.rice.kim.api.identity.name.EntityName name)
boolean inactivateName(String nameId)
void addEmailToEntity(List<org.kuali.rice.kim.api.identity.email.EntityEmail> emails, org.kuali.rice.kim.api.identity.type.EntityTypeContactInfo entityTypeContactInfo)
boolean updateEmail(org.kuali.rice.kim.api.identity.email.EntityEmail entityEmail)
boolean inactivateEmail(String emailId)
void addAddressToEntity(List<OleEntityAddressDefinition> oleEntityAddress, org.kuali.rice.kim.api.identity.type.EntityTypeContactInfo entityTypeContactInfo)
boolean updateAddress(org.kuali.rice.kim.api.identity.address.EntityAddress entityAddress)
boolean inactivateAddress(String addressId)
void addPhoneToEntity(List<org.kuali.rice.kim.api.identity.phone.EntityPhone> entityPhone, org.kuali.rice.kim.api.identity.type.EntityTypeContactInfo entityTypeContactInfo)
boolean updatePhone(org.kuali.rice.kim.api.identity.phone.EntityPhone entityPhone)
boolean inactivatePhone(String phoneId)
boolean addNoteToPatron(OlePatronNotesDefinition patronNote)
boolean updateNote(OlePatronNotesDefinition patronNote)
boolean inactivateNote(String patronNoteId)
OlePatronQueryResults getPatrons()
OlePatronQueryResults findPatron(org.kuali.rice.core.api.criteria.QueryByCriteria queryCriteria)
void deletePatronBatchProgram()
OlePatronLoanDocuments getPatronLoanedItems(String patronBarcode)
List<OleDeliverRequestDefinition> getPatronRequestItems(String patronId)
OlePatronLoanDocuments performRenewalItems(OlePatronLoanDocuments olePatronLoanDocuments)
Copyright © 2004–2015 The Kuali Foundation. All rights reserved.