public class RegistrationsDataset extends Object
Registration entities. This
dataset is replicated in the registration*.xml dataset files.| Constructor and Description |
|---|
RegistrationsDataset() |
| Modifier and Type | Method and Description |
|---|---|
es.uvigo.esei.dgss.letta.domain.entities.Registration |
existentRegistration()
Returns a registration that should exist in the database.
|
static es.uvigo.esei.dgss.letta.domain.entities.Registration |
newRegistration()
Returns a new registration with the same user data as the
UsersDataset.newUser() user. |
es.uvigo.esei.dgss.letta.domain.entities.Registration |
nonExistentRegistration()
Returns a registration that should not exist in the database.
|
static es.uvigo.esei.dgss.letta.domain.entities.Registration[] |
registrations()
Returns a list of
Registration with the same user data as the
contained in the UsersDataset.users() users. |
static String |
uuidForUser(String login)
Returns the UUID for a used that should exists in the dataset.
|
public static es.uvigo.esei.dgss.letta.domain.entities.Registration[] registrations()
Registration with the same user data as the
contained in the UsersDataset.users() users. This registrations
should exist in the database.Registration with the same user data as the
contained in the UsersDataset.users() users.public static es.uvigo.esei.dgss.letta.domain.entities.Registration newRegistration()
UsersDataset.newUser() user.UsersDataset.newUser() user.public static String uuidForUser(String login)
login - the login of a user existent in the registration.public es.uvigo.esei.dgss.letta.domain.entities.Registration existentRegistration()
public es.uvigo.esei.dgss.letta.domain.entities.Registration nonExistentRegistration()
Copyright © 2015. All rights reserved.