google-nomulus/java/google/registry/flows/domain
mcilwain 4813ed392b Rename "clientIdentifier" to "clientId" almost everywhere
It's best to be consistent and use the same thing everywhere.  "clientId" was
already used in more places and is shorter and no more ambiguous, so it's the
logical one to win out.

Note that this CL is almost solely a big Eclipse-assisted refactoring. There are
two places that I did not change clientIdentifier -- the actual entity field on
Registrar (though I did change all getters and setters), and the name of a
column on the exported registrar spreadsheet. Both would require data
migrations.

Also fixes a few minor nits discovered in touched files, including an incorrect
test in OfyFilterTest.java and some superfluous uses of String.format() when
calling checkArgument().

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=133956465
2016-09-22 14:30:05 -04:00
..
flags Move flags extension exceptions to separate classes 2016-09-14 15:59:10 -04:00
BaseDomainCheckFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BaseDomainCreateFlow.java Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
BaseDomainInfoFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BaseDomainUpdateFlow.java HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
ClaimsCheckFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainAllocateFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainApplicationCreateFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainApplicationDeleteFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainApplicationInfoFlow.java Flatten the domain info flows 2016-09-22 14:30:05 -04:00
DomainApplicationUpdateFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainCheckFlow.java Support custom effective date for fee check command 2016-09-19 12:08:46 -04:00
DomainCreateFlow.java HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
DomainCreateOrAllocateFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainDeleteFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainFlowUtils.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
DomainInfoFlow.java Flatten the domain info flows 2016-09-22 14:30:05 -04:00
DomainRenewFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainRestoreRequestFlow.java Fix Result.Code enum values to use UPPER_CAMEL naming 2016-09-19 12:02:56 -04:00
DomainTransferApproveFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferCancelFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferQueryFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferRejectFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainTransferRequestFlow.java Add javadoc to contact/host flows and mark them final 2016-09-22 14:30:05 -04:00
DomainUpdateFlow.java HistoryEntry for extra logic; update fee check 2016-09-14 15:28:03 -04:00
RegistryExtraFlowLogic.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00
RegistryExtraFlowLogicProxy.java Add extra logic for all relevant flows 2016-09-14 15:26:36 -04:00
TldSpecificLogicProxy.java Rename "clientIdentifier" to "clientId" almost everywhere 2016-09-22 14:30:05 -04:00