mirror of
https://github.com/google/nomulus.git
synced 2025-08-03 08:22:13 +02:00
Rename ContactResource -> Contact (#1763)
* Rename ContactResource -> Contact This is a follow-up to PR #1725 and #1733. Now all EPP resource entity class names have been rationalized to match with their SQL table names.
This commit is contained in:
parent
b394341886
commit
aacd834e16
116 changed files with 1118 additions and 1108 deletions
|
@ -327,7 +327,7 @@ registry codebase:
|
|||
* `ClaimsList`, `ClaimsListShard`, and `ClaimsListSingleton` -- These entities
|
||||
store the TMCH claims list, for use in trademark processing.
|
||||
* `CommitLog*` -- These entities store the commit log information.
|
||||
* `ContactResource` -- These hold the ICANN contact information (but not
|
||||
* `Contact` -- These hold the ICANN contact information (but not
|
||||
registrar contacts, who have a separate entity type).
|
||||
* `Cursor` -- We use Cursor entities to maintain state about daily processes,
|
||||
remembering which dates have been processed. For instance, for the RDE
|
||||
|
@ -373,8 +373,8 @@ registry codebase:
|
|||
* `Recurring` -- A Recurring is a billing event which represents a recurring
|
||||
charge to the client (as opposed to OneTime).
|
||||
* `Registrar` -- These hold information about client registrars.
|
||||
* `RegistrarContact` -- Registrars have contacts just as domains do. These are
|
||||
stored in a special RegistrarContact entity.
|
||||
* `RegistrarPoc` -- Registrars have contacts just as domains do. These are
|
||||
stored in a special RegistrarPoc entity.
|
||||
* `Registry` -- These hold information about the TLDs supported by the
|
||||
Registry system.
|
||||
* `RegistryCursor` -- These entities are the predecessor to the Cursor
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue