google-nomulus/java/google/registry/flows/domain
mcilwain 07135f6190 Don't allow null in BillingEvent.setFlags()
It's better that it always takes a non-null ImmutableSet, which may either be
empty or contain elements.  That way the ugliness of nullness is contained
just to the entity class itself, and all other code that interacts with it
can always be assured of having a real set to deal with.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=132066238
2016-09-02 13:57:50 -04:00
..
BaseDomainCheckFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BaseDomainCreateFlow.java Add valid TLD check to LrpToken validation 2016-08-30 14:10:54 -04:00
BaseDomainInfoFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
BaseDomainUpdateFlow.java Add extra flow logic hooks for info and update 2016-08-15 16:51:26 -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 DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainApplicationDeleteFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainApplicationInfoFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainApplicationUpdateFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainCheckFlow.java Support multiple versions of the EPP Fee Extension 2016-07-21 14:53:50 -04:00
DomainCreateFlow.java Don't allow null in BillingEvent.setFlags() 2016-09-02 13:57:50 -04:00
DomainCreateOrAllocateFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainDeleteFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainFlowUtils.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainInfoFlow.java Add additional methods for manipulating timed transition maps 2016-08-15 17:13:29 -04:00
DomainRenewFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainRestoreRequestFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainTransferApproveFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainTransferCancelFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainTransferQueryFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainTransferRejectFlow.java Convert entire project to strict lexicographical import sort ordering 2016-07-13 15:59:53 -04:00
DomainTransferRequestFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
DomainUpdateFlow.java DeReference the codebase 2016-09-02 13:50:20 -04:00
RegistryExtraFlowLogic.java Add additional methods for manipulating timed transition maps 2016-08-15 17:13:29 -04:00
RegistryExtraFlowLogicProxy.java Add extra flow logic hooks for info and update 2016-08-15 16:51:26 -04:00