A B C D E F G H I L M N O P R S T U V W

A

AbstractConverter - Class in org.openregistry.core.web
 
AbstractConverter(Class, ReferenceRepository) - Constructor for class org.openregistry.core.web.AbstractConverter
 
AbstractPersonServiceAction - Class in org.openregistry.core.web
 
AbstractPersonServiceAction(PersonService) - Constructor for class org.openregistry.core.web.AbstractPersonServiceAction
 
AbstractReferenceRepositoryPropertyEditor - Class in org.openregistry.core.web.propertyeditors
Abstract class that supports the notion that a property editor will need access to the reference repository to obtain its information.
AbstractReferenceRepositoryPropertyEditor(ReferenceRepository) - Constructor for class org.openregistry.core.web.propertyeditors.AbstractReferenceRepositoryPropertyEditor
 
AbstractRegExPropertyEditor - Class in org.openregistry.core.web.propertyeditors
Abstract class that all property editors doing regular expressions can extends.
AbstractRegExPropertyEditor(String) - Constructor for class org.openregistry.core.web.propertyeditors.AbstractRegExPropertyEditor
 
ActivationKeyFactoryResource - Class in org.openregistry.core.web.resources.activation
RESTful resource acting as a factory for activation keys for people in Open Registry
ActivationKeyFactoryResource(ActivationService) - Constructor for class org.openregistry.core.web.resources.activation.ActivationKeyFactoryResource
 
ActivationKeyProcessorResource - Class in org.openregistry.core.web.resources.activation
RESTful resource exposing the activation key processing functions i.e.
ActivationKeyProcessorResource(ActivationService) - Constructor for class org.openregistry.core.web.resources.activation.ActivationKeyProcessorResource
 
addDefaultConverters() - Method in class org.openregistry.core.web.ApplicationConversionService
 
addOrUpdateEmail(String, String, String, String, String, String) - Method in class org.openregistry.core.web.resources.EmailResource
 
address - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation
 
address - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Email
 
address - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Url
 
addresses - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
addressLine1 - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Address
 
addressLine2 - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Address
 
addressType - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 
addRole(SorPerson, Type) - Method in class org.openregistry.core.web.RoleAction
Add and initialize new role.
addSorPerson(ReconciliationCriteria, RequestContext) - Method in class org.openregistry.core.web.PersonSearchAction
 
addSorPerson(ReconciliationCriteria, MessageContext) - Method in class org.openregistry.core.web.PersonSearchAction
 
addSorRole(SorPerson, SorRole, MessageContext) - Method in class org.openregistry.core.web.RoleAction
 
affiliation - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
afterPropertiesSet() - Method in class org.openregistry.core.web.ApplicationConversionService
 
AjaxController - Class in org.openregistry.core.web
 
AjaxController() - Constructor for class org.openregistry.core.web.AjaxController
 
ApplicationConversionService - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
ApplicationConversionService(PersonRepository, ReferenceRepository) - Constructor for class org.openregistry.core.web.ApplicationConversionService
 
areaCode - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 

B

buildModifiedSorPerson(PersonRequestRepresentation, SorPerson, ReferenceRepository) - Static method in class org.openregistry.core.web.resources.PeopleResourceUtils
 
buildReconciliationCriteriaFrom(PersonRequestRepresentation, ObjectFactory<ReconciliationCriteria>, ReferenceRepository) - Static method in class org.openregistry.core.web.resources.PeopleResourceUtils
 

C

CampusConverter - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
CampusConverter(ReferenceRepository) - Constructor for class org.openregistry.core.web.CampusConverter
 
CampusEditor - Class in org.openregistry.core.web.propertyeditors
Converts the numerical identifier for a campus into the actual campus object.
CampusEditor(ReferenceRepository) - Constructor for class org.openregistry.core.web.propertyeditors.CampusEditor
 
city - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Address
 
city - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
convertAndReturnStatus(ServiceExecutionResult<?>, MessageContext, String) - Method in class org.openregistry.core.web.AbstractPersonServiceAction
 
convertSourceToTargetClass(Object, Class) - Method in class org.openregistry.core.web.converters.TrimStringToStringConverter
 
convertValidationErrors(Set<ConstraintViolation>, Errors) - Method in class org.openregistry.core.web.SpringErrorValidationErrorConverter
Converts the validation errors returned from the PersonService into Spring Errors.
convertValidationErrors(Set<ConstraintViolation>, MessageContext) - Method in class org.openregistry.core.web.SpringErrorValidationErrorConverter
Converts the validation errors returned from the PersonService into Spring MessageContext for Spring Web flow.
countryCode - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
countryCode - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 
CountryConverter - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
CountryConverter(ReferenceRepository) - Constructor for class org.openregistry.core.web.CountryConverter
 
CountryEditor - Class in org.openregistry.core.web.propertyeditors
Converts the numerical identifier for a country into the country object.
CountryEditor(ReferenceRepository) - Constructor for class org.openregistry.core.web.propertyeditors.CountryEditor
 

D

dateOfBirth - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
DefaultLockExtractor - Class in org.openregistry.core.web.resources.config
Extracts the Principal name from the Principal.
DefaultLockExtractor() - Constructor for class org.openregistry.core.web.resources.config.DefaultLockExtractor
 
deletePerson(String, String, boolean, String) - Method in class org.openregistry.core.web.resources.SystemOfRecordPeopleResource
 
deleteRole(String, String, String, boolean, String) - Method in class org.openregistry.core.web.resources.SystemOfRecordRolesResource
 

E

email - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Email
 
EmailResource - Class in org.openregistry.core.web.resources
RESTful controller resource used to expose functionality of updating or adding, or retrieving emails of SorPersons matching the specific implicit criteria i.e.
EmailResource(EmailService, PersonService, ReferenceRepository) - Constructor for class org.openregistry.core.web.resources.EmailResource
 
emails - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation
 
emails - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
endDate - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
errorMessages - Variable in class org.openregistry.core.web.resources.representations.ErrorsResponseRepresentation
 
ErrorsResponseRepresentation - Class in org.openregistry.core.web.resources.representations
A simple struct-like class representing a generic errors response which might arise from calling OpenRegistry RESTful resources.
ErrorsResponseRepresentation() - Constructor for class org.openregistry.core.web.resources.representations.ErrorsResponseRepresentation
Required by JAXB provider
ErrorsResponseRepresentation(List<String>) - Constructor for class org.openregistry.core.web.resources.representations.ErrorsResponseRepresentation
 
expireRole(SorRole, MessageContext) - Method in class org.openregistry.core.web.RoleAction
 
extension - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 
extract(Principal, String) - Method in class org.openregistry.core.web.resources.config.DefaultLockExtractor
 
extract(Principal, String) - Method in interface org.openregistry.core.web.resources.config.LockExtractor
Extracts the lock from either the principal or the lock value provided (or some other method, combining the two).

F

findEmail(String, String, String, String, String) - Method in class org.openregistry.core.web.resources.EmailResource
 
firstName - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
forExistingPersonExistingSoRRecord() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests
forExistingPersonNoSoRRecord() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests
forLinkingSorPersonBad() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests
forLinkingSorPersonGood() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests
forMultiplePeople() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests
forNewPerson() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests

G

gender - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
generateActivationKey(Identifier, MessageContext) - Method in class org.openregistry.core.web.IdentifierAction
 
generateNewActivationKey(String, String) - Method in class org.openregistry.core.web.resources.activation.ActivationKeyFactoryResource
 
getAsText() - Method in class org.openregistry.core.web.propertyeditors.CampusEditor
 
getAsText() - Method in class org.openregistry.core.web.propertyeditors.CountryEditor
 
getAsText() - Method in class org.openregistry.core.web.propertyeditors.OrganizationalUnitEditor
 
getAsText() - Method in class org.openregistry.core.web.propertyeditors.RegionEditor
 
getAsText() - Method in class org.openregistry.core.web.propertyeditors.SponsorEditor
 
getPersonService() - Method in class org.openregistry.core.web.AbstractPersonServiceAction
 
getReferenceRepository() - Method in class org.openregistry.core.web.AbstractConverter
 
getReferenceRepository() - Method in class org.openregistry.core.web.propertyeditors.AbstractReferenceRepositoryPropertyEditor
 
getSourceClass() - Method in class org.openregistry.core.web.converters.TrimStringToStringConverter
 
getSpringErrorValidationErrorConverter() - Method in class org.openregistry.core.web.AbstractPersonServiceAction
 
getTargetClass() - Method in class org.openregistry.core.web.converters.TrimStringToStringConverter
 
getToStringInternal(Object) - Method in class org.openregistry.core.web.AbstractConverter
Returns the object as a String.
getToStringInternal(Object) - Method in class org.openregistry.core.web.CampusConverter
 
getToStringInternal(Object) - Method in class org.openregistry.core.web.CountryConverter
 
getToStringInternal(Object) - Method in class org.openregistry.core.web.IdentifierTypeConverter
 
getToStringInternal(Object) - Method in class org.openregistry.core.web.RegionConverter
 
getToStringInternal(Object) - Method in class org.openregistry.core.web.TypeConverter
 

H

hasSorPersonRecord(Person, String) - Method in class org.openregistry.core.web.PersonSearchAction
 

I

IdentifierAction - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
IdentifierAction(ActivationService) - Constructor for class org.openregistry.core.web.IdentifierAction
 
identifiers - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation
 
identifierType - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Identifier
 
IdentifierTypeConverter - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
IdentifierTypeConverter(ReferenceRepository) - Constructor for class org.openregistry.core.web.IdentifierTypeConverter
 
identifierValue - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Identifier
 
invalidateActivationKey(String, String, String, SecurityContext) - Method in class org.openregistry.core.web.resources.activation.ActivationKeyProcessorResource
 
isRoleNewForPerson(SorPerson, Type, MessageContext) - Method in class org.openregistry.core.web.RoleAction
 

L

lastName - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
line1 - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
line2 - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
line3 - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
LinkRepresentation - Class in org.openregistry.core.web.resources.representations
Simple Java Bean encapsulating the representation of a collection of link XHTML fragments for the purpose of exposing it via RESTful resources.
LinkRepresentation() - Constructor for class org.openregistry.core.web.resources.representations.LinkRepresentation
Required by JAXB
LinkRepresentation(List<LinkRepresentation.Link>) - Constructor for class org.openregistry.core.web.resources.representations.LinkRepresentation
 
LinkRepresentation.Link - Class in org.openregistry.core.web.resources.representations
 
LinkRepresentation.Link() - Constructor for class org.openregistry.core.web.resources.representations.LinkRepresentation.Link
 
LinkRepresentation.Link(String, String) - Constructor for class org.openregistry.core.web.resources.representations.LinkRepresentation.Link
 
linkSorPersonWithCalculatedPerson(String, String, PersonRequestRepresentation) - Method in class org.openregistry.core.web.resources.PeopleResource
 
LockExtractor - Interface in org.openregistry.core.web.resources.config
Strategy for determining how locks are created for the RESTful API for the Activation Keys.
logger - Variable in class org.openregistry.core.web.AbstractConverter
 
logger - Variable in class org.openregistry.core.web.AbstractPersonServiceAction
 
logger - Variable in class org.openregistry.core.web.ApplicationConversionService
 
logger - Variable in class org.openregistry.core.web.IdentifierAction
 

M

middleName - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
modifyRepresentationWithRequiredData() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
moveAllSystemOfRecordPerson(Person, Person) - Method in class org.openregistry.core.web.PersonAction
 
moveSystemOfRecordPerson(Person, Person, SorPerson) - Method in class org.openregistry.core.web.PersonAction
 
moveSystemOfRecordPersonToNewPerson(Person, SorPerson) - Method in class org.openregistry.core.web.PersonAction
 

N

names - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
nameSearch(String, Writer) - Method in class org.openregistry.core.web.AjaxController
 
nameType - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
number - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 

O

org.openregistry.core.web - package org.openregistry.core.web
 
org.openregistry.core.web.converters - package org.openregistry.core.web.converters
 
org.openregistry.core.web.propertyeditors - package org.openregistry.core.web.propertyeditors
 
org.openregistry.core.web.resources - package org.openregistry.core.web.resources
 
org.openregistry.core.web.resources.activation - package org.openregistry.core.web.resources.activation
 
org.openregistry.core.web.resources.config - package org.openregistry.core.web.resources.config
 
org.openregistry.core.web.resources.representations - package org.openregistry.core.web.resources.representations
 
organizationalUnit - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
OrganizationalUnitEditor - Class in org.openregistry.core.web.propertyeditors
Converts the numerical identifier for a Organizational Unit into the appropriate object.
OrganizationalUnitEditor(ReferenceRepository) - Constructor for class org.openregistry.core.web.propertyeditors.OrganizationalUnitEditor
 

P

PeopleResource - Class in org.openregistry.core.web.resources
Root RESTful resource representing canonical view of people in Open Registry.
PeopleResource(PersonService, ReferenceRepository) - Constructor for class org.openregistry.core.web.resources.PeopleResource
 
PeopleResourceUtils - Class in org.openregistry.core.web.resources
 
percentage - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
PersonAction - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
PersonAction(PersonService) - Constructor for class org.openregistry.core.web.PersonAction
 
PersonRequestRepresentation - Class in org.openregistry.core.web.resources.representations
A simple struct-like class encapsulating an incoming request for addition to the registry of a person record from typical upstream systems of record.
PersonRequestRepresentation() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
PersonRequestRepresentation.Name - Class in org.openregistry.core.web.resources.representations
 
PersonRequestRepresentation.Name() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
PersonRequestRepresentation.Reconciliation - Class in org.openregistry.core.web.resources.representations
 
PersonRequestRepresentation.Reconciliation() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation
 
PersonRequestRepresentation.Reconciliation.Address - Class in org.openregistry.core.web.resources.representations
 
PersonRequestRepresentation.Reconciliation.Address() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Address
 
PersonRequestRepresentation.Reconciliation.Email - Class in org.openregistry.core.web.resources.representations
 
PersonRequestRepresentation.Reconciliation.Email() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Email
 
PersonRequestRepresentation.Reconciliation.Identifier - Class in org.openregistry.core.web.resources.representations
 
PersonRequestRepresentation.Reconciliation.Identifier() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Identifier
 
PersonRequestRepresentation.Reconciliation.Phone - Class in org.openregistry.core.web.resources.representations
 
PersonRequestRepresentation.Reconciliation.Phone() - Constructor for class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Phone
 
PersonResponseRepresentation - Class in org.openregistry.core.web.resources.representations
Simple Java Bean encapsulating the representation of persons in the registry for the purpose of exposing it via RESTful resources.
PersonResponseRepresentation() - Constructor for class org.openregistry.core.web.resources.representations.PersonResponseRepresentation
Required by JAXB
PersonResponseRepresentation(List<PersonResponseRepresentation.PersonIdentifierRepresentation>) - Constructor for class org.openregistry.core.web.resources.representations.PersonResponseRepresentation
 
PersonResponseRepresentation.PersonIdentifierRepresentation - Class in org.openregistry.core.web.resources.representations
 
PersonResponseRepresentation.PersonIdentifierRepresentation() - Constructor for class org.openregistry.core.web.resources.representations.PersonResponseRepresentation.PersonIdentifierRepresentation
Required by JAXB
PersonResponseRepresentation.PersonIdentifierRepresentation(String, String) - Constructor for class org.openregistry.core.web.resources.representations.PersonResponseRepresentation.PersonIdentifierRepresentation
 
PersonSearchAction - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
PersonSearchAction(PersonService) - Constructor for class org.openregistry.core.web.PersonSearchAction
 
PhoneEditor - Class in org.openregistry.core.web.propertyeditors
Removes the extraneous characters from the Phone number in oder to persist it.
PhoneEditor() - Constructor for class org.openregistry.core.web.propertyeditors.PhoneEditor
 
phoneLineOrder - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 
phoneNumber - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Phone
 
phones - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation
 
phones - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
postalCode - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Address
 
postalCode - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
prefix - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
preHandle(HttpServletRequest, HttpServletResponse, Object) - Method in class org.openregistry.core.web.ReferenceRepositoryHandlerInterceptor
 
processIncomingPerson(PersonRequestRepresentation, String, String) - Method in class org.openregistry.core.web.resources.SystemOfRecordPeopleResource
 
processIncomingRole(String, String, RoleRepresentation) - Method in class org.openregistry.core.web.resources.SystemOfRecordRolesResource
 
processNameType(ReferenceRepository, String) - Static method in class org.openregistry.core.web.resources.PeopleResourceUtils
 

R

reconciliation - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
ReferenceRepositoryHandlerInterceptor - Class in org.openregistry.core.web
Makes the reference data available to the views.
ReferenceRepositoryHandlerInterceptor(ReferenceRepository) - Constructor for class org.openregistry.core.web.ReferenceRepositoryHandlerInterceptor
 
region - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Reconciliation.Address
 
regionCode - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
RegionConverter - Class in org.openregistry.core.web
Converts a Region from its code to the actual object, and back.
RegionConverter(ReferenceRepository) - Constructor for class org.openregistry.core.web.RegionConverter
 
RegionEditor - Class in org.openregistry.core.web.propertyeditors
Converts a region id into the appropriate region.
RegionEditor(ReferenceRepository) - Constructor for class org.openregistry.core.web.propertyeditors.RegionEditor
 
renewRole(SorRole, MessageContext) - Method in class org.openregistry.core.web.RoleAction
 
RoleAction - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
RoleAction(PersonService, ReferenceRepository) - Constructor for class org.openregistry.core.web.RoleAction
 
roleId - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
RoleRepresentation - Class in org.openregistry.core.web.resources.representations
Simple struct-like class encapsulating the representation of a Role in the registry for the purpose of exposing it via RESTful resources.
RoleRepresentation() - Constructor for class org.openregistry.core.web.resources.representations.RoleRepresentation
 
RoleRepresentation.Address - Class in org.openregistry.core.web.resources.representations
 
RoleRepresentation.Address() - Constructor for class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
RoleRepresentation.Email - Class in org.openregistry.core.web.resources.representations
 
RoleRepresentation.Email() - Constructor for class org.openregistry.core.web.resources.representations.RoleRepresentation.Email
 
RoleRepresentation.Phone - Class in org.openregistry.core.web.resources.representations
 
RoleRepresentation.Phone() - Constructor for class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 
RoleRepresentation.Url - Class in org.openregistry.core.web.resources.representations
 
RoleRepresentation.Url() - Constructor for class org.openregistry.core.web.resources.representations.RoleRepresentation.Url
 

S

SearchCriteriaValidator - Class in org.openregistry.core.web
Bridges the Spring Validation code with the JSR330 validation code.
SearchCriteriaValidator() - Constructor for class org.openregistry.core.web.SearchCriteriaValidator
 
setAsText(String) - Method in class org.openregistry.core.web.propertyeditors.AbstractReferenceRepositoryPropertyEditor
 
setAsText(String) - Method in class org.openregistry.core.web.propertyeditors.AbstractRegExPropertyEditor
 
setAsTextInternal(String) - Method in class org.openregistry.core.web.propertyeditors.AbstractReferenceRepositoryPropertyEditor
 
setAsTextInternal(String) - Method in class org.openregistry.core.web.propertyeditors.CampusEditor
 
setAsTextInternal(String) - Method in class org.openregistry.core.web.propertyeditors.CountryEditor
 
setAsTextInternal(String) - Method in class org.openregistry.core.web.propertyeditors.OrganizationalUnitEditor
 
setAsTextInternal(String) - Method in class org.openregistry.core.web.propertyeditors.RegionEditor
 
setAsTextInternal(String) - Method in class org.openregistry.core.web.propertyeditors.SponsorEditor
 
setConfirmationMessage(ServiceExecutionResult<Person>, ReconciliationResult, MessageContext) - Method in class org.openregistry.core.web.PersonSearchAction
 
setConverter(SpringErrorValidationErrorConverter) - Method in class org.openregistry.core.web.AbstractPersonServiceAction
 
setDefaultDateFormat(String) - Method in class org.openregistry.core.web.ApplicationConversionService
 
setLockExtractor(LockExtractor) - Method in class org.openregistry.core.web.resources.activation.ActivationKeyProcessorResource
 
setPreferredPersonIdentifierType(String) - Method in class org.openregistry.core.web.PersonSearchAction
 
showPerson(String, String) - Method in class org.openregistry.core.web.resources.PeopleResource
 
SponsorConverter - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
SponsorConverter(PersonRepository) - Constructor for class org.openregistry.core.web.SponsorConverter
 
SponsorEditor - Class in org.openregistry.core.web.propertyeditors
Identifies the sponsor based on his or her identifier.
SponsorEditor(ReferenceRepository) - Constructor for class org.openregistry.core.web.propertyeditors.SponsorEditor
 
sponsorId - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
sponsorIdType - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
sponsorType - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
SpringErrorValidationErrorConverter - Class in org.openregistry.core.web
Converts the OpenRegistry Validation Errors to the Spring Validation Errors.
SpringErrorValidationErrorConverter() - Constructor for class org.openregistry.core.web.SpringErrorValidationErrorConverter
 
ssn - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
startDate - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
STATIC_SOR_NAME - Static variable in class org.openregistry.core.web.AbstractPersonServiceAction
 
suffix - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation.Name
 
supports(Class) - Method in class org.openregistry.core.web.SearchCriteriaValidator
 
systemOfRecord - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
systemOfRecordId - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
SystemOfRecordPeopleResource - Class in org.openregistry.core.web.resources
/** Root RESTful resource representing system of record view of people in Open Registry.
SystemOfRecordPeopleResource(PersonService, ReferenceRepository) - Constructor for class org.openregistry.core.web.resources.SystemOfRecordPeopleResource
 
systemOfRecordPersonId - Variable in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
SystemOfRecordRolesResource - Class in org.openregistry.core.web.resources
Root RESTful resource representing System of Record view of Roles in Open Registry.
SystemOfRecordRolesResource(PersonService, ReferenceRepository) - Constructor for class org.openregistry.core.web.resources.SystemOfRecordRolesResource
 

T

title - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 
toObject(String, Class) - Method in class org.openregistry.core.web.CampusConverter
 
toObject(String, Class) - Method in class org.openregistry.core.web.CountryConverter
 
toObject(String, Class) - Method in class org.openregistry.core.web.IdentifierTypeConverter
 
toObject(String, Class) - Method in class org.openregistry.core.web.RegionConverter
 
toObject(String, Class) - Method in class org.openregistry.core.web.SponsorConverter
 
toObject(String, Class) - Method in class org.openregistry.core.web.TypeConverter
 
toObject(String, Class) - Method in class org.openregistry.core.web.UrlConverter
 
toString(Object) - Method in class org.openregistry.core.web.AbstractConverter
 
toString() - Method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
 
toString(Object) - Method in class org.openregistry.core.web.SponsorConverter
 
toString(Object) - Method in class org.openregistry.core.web.UrlConverter
 
TrimStringToStringConverter - Class in org.openregistry.core.web.converters
Converts an empty String that is passed in to a NULL object.
TrimStringToStringConverter() - Constructor for class org.openregistry.core.web.converters.TrimStringToStringConverter
 
type - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Address
 
type - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Email
 
type - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Phone
 
type - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation.Url
 
TypeConverter - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
TypeConverter(ReferenceRepository) - Constructor for class org.openregistry.core.web.TypeConverter
 

U

updateIncomingPerson(String, String, PersonRequestRepresentation) - Method in class org.openregistry.core.web.resources.SystemOfRecordPeopleResource
 
updateIncomingRole(String, String, String, RoleRepresentation) - Method in class org.openregistry.core.web.resources.SystemOfRecordRolesResource
 
updateSorPerson(SorPerson, MessageContext) - Method in class org.openregistry.core.web.PersonSearchAction
 
updateSorRole(SorPerson, SorRole, MessageContext) - Method in class org.openregistry.core.web.RoleAction
 
UrlConverter - Class in org.openregistry.core.web
Created by IntelliJ IDEA.
UrlConverter() - Constructor for class org.openregistry.core.web.UrlConverter
 
urls - Variable in class org.openregistry.core.web.resources.representations.RoleRepresentation
 

V

validate(Object, Errors) - Method in class org.openregistry.core.web.SearchCriteriaValidator
 
verifyActivationKey(String, String, String, SecurityContext) - Method in class org.openregistry.core.web.resources.activation.ActivationKeyProcessorResource
 

W

withValidationErrors() - Static method in class org.openregistry.core.web.resources.representations.PersonRequestRepresentation
Factory method for use only for mocking purposes in tests

A B C D E F G H I L M N O P R S T U V W

Copyright © 2009-2012 JA-SIG, Inc.. All Rights Reserved.