Index
All Classes and Interfaces|All Packages
B
- buildEntities() - Method in class org.fastnate.examples.data.OrganisationData
- buildEntities() - Method in class org.fastnate.examples.data.PersonData
-
Creates the example data.
G
- getChildren() - Method in class org.fastnate.examples.model.Organisation
-
The child organisations.
- getContext() - Method in class org.fastnate.examples.data.OrganisationData
- getDataFolder() - Method in class org.fastnate.examples.data.OrganisationData
- getEntities() - Method in class org.fastnate.examples.data.OrganisationData
- getEntities() - Method in class org.fastnate.examples.data.PersonData
- getEntityRegistration() - Method in class org.fastnate.examples.data.OrganisationData
- getEntryDate() - Method in class org.fastnate.examples.model.Person
- getFirstName() - Method in class org.fastnate.examples.model.Person
-
The first name of the person - required according to JPA annotation.
- getId() - Method in class org.fastnate.examples.model.Organisation
-
The ID of the organisation from the input files.
- getId() - Method in class org.fastnate.examples.model.Person
-
The ID of the person - automatically assigned.
- getLastName() - Method in class org.fastnate.examples.model.Person
-
The last name of the person - required according to Beans Validation.
- getName() - Method in class org.fastnate.examples.model.Organisation
-
The name of the organisation.
- getOrganisation() - Method in class org.fastnate.examples.model.Person
-
The associated organisation - as entity reference.
- getOrganisations() - Method in class org.fastnate.examples.data.OrganisationData
- getParent() - Method in class org.fastnate.examples.model.Organisation
-
The parent organisation.
- getPreviousOrganisations() - Method in class org.fastnate.examples.model.Person
-
The previous organisations of the person.
- getProfit() - Method in class org.fastnate.examples.model.Organisation
-
The profit of this organisation.
- getSubordinates() - Method in class org.fastnate.examples.model.Person
-
All persons that have this person as supervisor.
- getSupervisor() - Method in class org.fastnate.examples.model.Person
-
The immediate superior of this person.
- getUrl() - Method in class org.fastnate.examples.model.Organisation
-
The URL to the website of the organisation.
I
- isActive() - Method in class org.fastnate.examples.model.Person
O
- org.fastnate.examples.data - package org.fastnate.examples.data
- org.fastnate.examples.model - package org.fastnate.examples.model
- Organisation - Class in org.fastnate.examples.model
-
A simple example of an entity that is imported from files.
- Organisation() - Constructor for class org.fastnate.examples.model.Organisation
- Organisation(Long, Organisation, String, String, float, List<Organisation>) - Constructor for class org.fastnate.examples.model.Organisation
-
Creates a new
Organisationinstance. - OrganisationData - Class in org.fastnate.examples.data
-
Example DataProvider for importing the CSV file src/main/data/organisations.csv.
- OrganisationData() - Constructor for class org.fastnate.examples.data.OrganisationData
P
- Person - Class in org.fastnate.examples.model
-
A simple example of an entity for instances that are created with Java code or imported from files.
- Person() - Constructor for class org.fastnate.examples.model.Person
- Person(String, String) - Constructor for class org.fastnate.examples.model.Person
-
Creates a new person with his / her first and last name.
- PersonData - Class in org.fastnate.examples.data
-
Generates some example data for a
Person. - PersonData() - Constructor for class org.fastnate.examples.data.PersonData
S
- setActive(boolean) - Method in class org.fastnate.examples.model.Person
- setChildren(List<Organisation>) - Method in class org.fastnate.examples.model.Organisation
-
The child organisations.
- setEntryDate(Date) - Method in class org.fastnate.examples.model.Person
- setFirstName(String) - Method in class org.fastnate.examples.model.Person
-
The first name of the person - required according to JPA annotation.
- setId(Long) - Method in class org.fastnate.examples.model.Organisation
-
The ID of the organisation from the input files.
- setId(Long) - Method in class org.fastnate.examples.model.Person
-
The ID of the person - automatically assigned.
- setLastName(String) - Method in class org.fastnate.examples.model.Person
-
The last name of the person - required according to Beans Validation.
- setName(String) - Method in class org.fastnate.examples.model.Organisation
-
The name of the organisation.
- setOrganisation(Organisation) - Method in class org.fastnate.examples.model.Person
-
The associated organisation - as entity reference.
- setParent(Organisation) - Method in class org.fastnate.examples.model.Organisation
-
The parent organisation.
- setProfit(float) - Method in class org.fastnate.examples.model.Organisation
-
The profit of this organisation.
- setSupervisor(Person) - Method in class org.fastnate.examples.model.Person
-
Sets the supervisor of this
Person. - setUrl(String) - Method in class org.fastnate.examples.model.Organisation
-
The URL to the website of the organisation.
T
- toString() - Method in class org.fastnate.examples.model.Organisation
- toString() - Method in class org.fastnate.examples.model.Person
All Classes and Interfaces|All Packages