Index
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form
A
- ApplicationException - Exception in net.andresbustamante.yafoot.commons.exceptions
-
Generic functional exception.
- ApplicationException(String, String) - Constructor for exception net.andresbustamante.yafoot.commons.exceptions.ApplicationException
-
Default constructor with a message code and a log message.
- ApplicationException(String, Throwable) - Constructor for exception net.andresbustamante.yafoot.commons.exceptions.ApplicationException
-
Default constructor with a log message and the cause of the exception.
- Auditable - Interface in net.andresbustamante.yafoot.commons.model
-
Interface to be implemented by any object needing to be audited.
D
- DatabaseException - Exception in net.andresbustamante.yafoot.commons.exceptions
-
Database exception when executing database operations.
- DatabaseException(String) - Constructor for exception net.andresbustamante.yafoot.commons.exceptions.DatabaseException
-
Default constructor with a log message.
- DateUtils - Class in net.andresbustamante.yafoot.commons.util
-
Date transformation utilities.
- DEFAULT_LOCALE - Static variable in class net.andresbustamante.yafoot.commons.util.LocaleUtils
-
Default system locale.
- DirectoryException - Exception in net.andresbustamante.yafoot.commons.exceptions
-
Generic active directory / LDAP Exception for users management.
- DirectoryException(String) - Constructor for exception net.andresbustamante.yafoot.commons.exceptions.DirectoryException
-
Default constructor with a log message.
G
- getCreationDate() - Method in interface net.andresbustamante.yafoot.commons.model.Auditable
-
Gets the date and time of the creation for this object.
- getId() - Method in interface net.andresbustamante.yafoot.commons.model.Identifiable
-
Gets an object's unique identifier.
- getLocation() - Method in interface net.andresbustamante.yafoot.commons.model.Locatable
-
Gets an object's location.
- getModificationDate() - Method in interface net.andresbustamante.yafoot.commons.model.Auditable
-
Gets the date and time of the last update for this object.
- GpsCoordinates - Class in net.andresbustamante.yafoot.commons.model
-
GPS locatable object.
- GpsCoordinates(BigDecimal, BigDecimal) - Constructor for class net.andresbustamante.yafoot.commons.model.GpsCoordinates
-
Constructor with both latitude and longitude values.
I
- Identifiable<K> - Interface in net.andresbustamante.yafoot.commons.model
-
Interface to implement by any object stored in database.
- InvalidTemplateException - Exception in net.andresbustamante.yafoot.commons.exceptions
-
When an email template is not valid for sending.
- InvalidTemplateException(String, Throwable) - Constructor for exception net.andresbustamante.yafoot.commons.exceptions.InvalidTemplateException
-
Default constructor with a message to log and the cause of the exception.
- isSupportedLocale(Locale) - Static method in class net.andresbustamante.yafoot.commons.util.LocaleUtils
-
Indicates whether a locale is already supported.
L
- LocaleUtils - Class in net.andresbustamante.yafoot.commons.util
-
Locale and i18n utilities.
- Locatable - Interface in net.andresbustamante.yafoot.commons.model
-
Interface to be implemented by any object having GPS coordinates.
M
- MessagingEventListener<K> - Interface in net.andresbustamante.yafoot.commons.events
-
Parent interface for all message listeners.
N
- net.andresbustamante.yafoot.commons.events - package net.andresbustamante.yafoot.commons.events
-
Common events API.
- net.andresbustamante.yafoot.commons.exceptions - package net.andresbustamante.yafoot.commons.exceptions
-
Transverse exceptions to use on this application.
- net.andresbustamante.yafoot.commons.model - package net.andresbustamante.yafoot.commons.model
-
Transverse model classes to use as parent of API model classes.
- net.andresbustamante.yafoot.commons.util - package net.andresbustamante.yafoot.commons.util
-
Common utility classes.
O
- onMessage(K) - Method in interface net.andresbustamante.yafoot.commons.events.MessagingEventListener
-
Method to implement when an incoming message is received.
T
- toLocalDateTime(OffsetDateTime) - Static method in class net.andresbustamante.yafoot.commons.util.DateUtils
-
Transforms a date-time from OffsetDateTime to LocalDateTime.
- toLocalDateTime(Date) - Static method in class net.andresbustamante.yafoot.commons.util.DateUtils
-
Transforms an old Date object into a LocalDateTime object.
- toOffsetDateTime(LocalDateTime) - Static method in class net.andresbustamante.yafoot.commons.util.DateUtils
-
Transforms a date-time from LocalDateTime to OffsetDateTime using the default timezone configured for Spring.
- TZ - Static variable in class net.andresbustamante.yafoot.commons.model.UserContext
-
Timezone constant code.
U
- UserContext - Class in net.andresbustamante.yafoot.commons.model
-
Context information for the connected user.
- UserContext(String) - Constructor for class net.andresbustamante.yafoot.commons.model.UserContext
-
Constructor using a username.
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form