Skip navigation links
A B C D E F G H I O P S T 

A

AbstractPagingAndSortingService - Class in org.apache.logging.log4j.catalog.jpa.service
 
AbstractPagingAndSortingService() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.AbstractPagingAndSortingService
 
addEventAttribute(EventAttributeModel) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
AttributeConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
AttributeConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.AttributeConverter
 
AttributeModel - Class in org.apache.logging.log4j.catalog.jpa.model
 
AttributeModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
 
AttributeModelConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
AttributeModelConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.AttributeModelConverter
 
AttributeRepository - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
AttributeService - Interface in org.apache.logging.log4j.catalog.jpa.service
 
AttributeServiceImpl - Class in org.apache.logging.log4j.catalog.jpa.service
 
AttributeServiceImpl() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 

B

BaseRepository<T,ID extends Serializable> - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
BooleanToStringConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
Converter to convert between a Boolean and a String and vice-versa.
BooleanToStringConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.BooleanToStringConverter
 

C

CatalogModel - Class in org.apache.logging.log4j.catalog.jpa.model
 
CatalogModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.CatalogModel
 
CatalogRepository - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
CatalogService - Interface in org.apache.logging.log4j.catalog.jpa.service
Catalog Service methods.
CatalogServiceImpl - Class in org.apache.logging.log4j.catalog.jpa.service
 
CatalogServiceImpl() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
CategoryConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
CategoryConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.CategoryConverter
 
CategoryModel - Class in org.apache.logging.log4j.catalog.jpa.model
A Catalog CategoryDto.
CategoryModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
 
CategoryModelConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
CategoryModelConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.CategoryModelConverter
 
CategoryRepository - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
CategoryService - Interface in org.apache.logging.log4j.catalog.jpa.service
 
CategoryServiceImpl - Class in org.apache.logging.log4j.catalog.jpa.service
 
CategoryServiceImpl() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
ConstraintModel - Class in org.apache.logging.log4j.catalog.jpa.model
A Catalog Attribute Constraint.
ConstraintModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
ConstraintRepository - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
ConstraintService - Interface in org.apache.logging.log4j.catalog.jpa.service
 
ConstraintServiceImpl - Class in org.apache.logging.log4j.catalog.jpa.service
 
ConstraintServiceImpl() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.ConstraintServiceImpl
 
convert(Attribute) - Method in class org.apache.logging.log4j.catalog.jpa.converter.AttributeConverter
 
convert(AttributeModel) - Method in class org.apache.logging.log4j.catalog.jpa.converter.AttributeModelConverter
 
convert(Category) - Method in class org.apache.logging.log4j.catalog.jpa.converter.CategoryConverter
 
convert(CategoryModel) - Method in class org.apache.logging.log4j.catalog.jpa.converter.CategoryModelConverter
 
convert(Event) - Method in class org.apache.logging.log4j.catalog.jpa.converter.EventConverter
 
convert(EventModel) - Method in class org.apache.logging.log4j.catalog.jpa.converter.EventModelConverter
 
convert(Product) - Method in class org.apache.logging.log4j.catalog.jpa.converter.ProductConverter
 
convert(ProductModel) - Method in class org.apache.logging.log4j.catalog.jpa.converter.ProductModelConverter
 
convertToDatabaseColumn(Boolean) - Method in class org.apache.logging.log4j.catalog.jpa.converter.BooleanToStringConverter
 
convertToDatabaseColumn(DataType) - Method in class org.apache.logging.log4j.catalog.jpa.converter.DataTypeConverter
 
convertToDatabaseColumn(LocalDateTime) - Method in class org.apache.logging.log4j.catalog.jpa.converter.DateTimeConverter
 
convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.catalog.jpa.converter.BooleanToStringConverter
 
convertToEntityAttribute(String) - Method in class org.apache.logging.log4j.catalog.jpa.converter.DataTypeConverter
 
convertToEntityAttribute(Timestamp) - Method in class org.apache.logging.log4j.catalog.jpa.converter.DateTimeConverter
 
createPageRequest(int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.AbstractPagingAndSortingService
 

D

dataSource() - Method in interface org.apache.logging.log4j.catalog.jpa.config.DataSourceConfig
 
dataSource() - Method in class org.apache.logging.log4j.catalog.jpa.config.HsqldbDataSourceConfig
 
dataSource() - Method in class org.apache.logging.log4j.catalog.jpa.config.PostgresqlDataSourceConfig
 
DataSourceConfig - Interface in org.apache.logging.log4j.catalog.jpa.config
Create the DataSource.
DataTypeConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
Converter to convert between a DataType and a String.
DataTypeConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.DataTypeConverter
 
DateTimeConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
Utility class to convert LocalDate to DB timestamp and vice versa.
DateTimeConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.DateTimeConverter
 
delete(T) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.BaseRepository
 
deleteAttribute(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
deleteAttribute(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
deleteById(ID) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.BaseRepository
 
deleteCategory(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
deleteCategory(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
deleteConstraint(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ConstraintService
 
deleteConstraint(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.ConstraintServiceImpl
 
deleteEvent(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
deleteEvent(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
deleteProduct(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
deleteProduct(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 

E

EclipseLinkConfig - Class in org.apache.logging.log4j.catalog.jpa.config
 
EclipseLinkConfig() - Constructor for class org.apache.logging.log4j.catalog.jpa.config.EclipseLinkConfig
 
entityManagerFactory() - Method in class org.apache.logging.log4j.catalog.jpa.config.EclipseLinkConfig
 
entityManagerFactory() - Method in class org.apache.logging.log4j.catalog.jpa.config.HibernateConfig
 
equals(Object) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
 
equals(Object) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
equals(Object) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
EventAttributeModel - Class in org.apache.logging.log4j.catalog.jpa.model
 
EventAttributeModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
EventConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
EventConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.EventConverter
 
EventModel - Class in org.apache.logging.log4j.catalog.jpa.model
 
EventModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
EventModelConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
EventModelConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.EventModelConverter
 
EventRepository - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
EventService - Interface in org.apache.logging.log4j.catalog.jpa.service
 
EventServiceImpl - Class in org.apache.logging.log4j.catalog.jpa.service
 
EventServiceImpl() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 

F

findAll() - Method in interface org.apache.logging.log4j.catalog.jpa.dao.BaseRepository
 
findAll(Specification<T>) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.BaseRepository
 
findAll(Sort) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.PagingAndSortingRepository
 
findAll(Pageable) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.PagingAndSortingRepository
 
findByCatalogId(String) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.PagingAndSortingRepository
 
findByCatalogId(String, Pageable) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.PagingAndSortingRepository
 
findByCatalogIdAndName(String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.PagingAndSortingRepository
 
findByName(String) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.CategoryRepository
 
findOne(ID) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.BaseRepository
 

G

getAliases() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the List of alias Strings.
getAliases() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Returns the List of alias Strings.
getAttribute() - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
getAttribute() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
getAttribute(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
getAttribute(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
getAttribute(String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
getAttribute(String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
getAttribute(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
getAttributeNames() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
getAttributes() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Returns the List of AttributeDto objects.
getAttributes(int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
getAttributes(String, int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
getAttributes() - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
getAttributes(String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
getAttributes() - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
getAttributes(String) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
getAttributes(int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
getAttributes(String, int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
getCatalogData() - Method in interface org.apache.logging.log4j.catalog.jpa.service.CatalogService
 
getCatalogData() - Method in class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
getCatalogId() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Get the Catalog Id this attribute is associated with.
getCatalogId() - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Get the Catalog Id this Category is associated with.
getCatalogId() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Get the Catalog Id this Event is associated with.
getCatalogId() - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Get the Catalog Id this Product is associated with.
getCatalogModel() - Method in interface org.apache.logging.log4j.catalog.jpa.service.CatalogService
 
getCatalogModel() - Method in class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
getCategories() - Method in class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
getCategories(int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
getCategories(String, int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
getCategories() - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
getCategories(String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
getCategories() - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
getCategories(String) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
getCategories(int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
getCategories(String, int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
getCategory(String) - Method in class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
getCategory(long) - Method in class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
getCategory(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
getCategory(String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
getCategory(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
getCategory(String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
getConstraint(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ConstraintService
 
getConstraint(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.ConstraintServiceImpl
 
getConstraints() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
 
getConstraints() - Method in interface org.apache.logging.log4j.catalog.jpa.service.ConstraintService
 
getConstraints() - Method in class org.apache.logging.log4j.catalog.jpa.service.ConstraintServiceImpl
 
getConstraintType() - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
getConstraintTypes() - Method in interface org.apache.logging.log4j.catalog.jpa.service.ConstraintService
 
getConstraintTypes() - Method in class org.apache.logging.log4j.catalog.jpa.service.ConstraintServiceImpl
 
getDataType() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the data type of this attribute.
getDescription() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the description of the attribute.
getDescription() - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Gets the value of the description property.
getDescription() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Return the description of the event.
getDescription() - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Return the product description.
getDisplayName() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the name used when displaying the attribute.
getDisplayName() - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
The value used when displaying the category name.
getDisplayName() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Returns the name to display for this event.
getDisplayName() - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
The value used when displaying the category name.
getEvent() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
getEvent(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEvent(String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEvent(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getEvent(String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getEventMap() - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEventMap() - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getEvents() - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Return the List of EventDto objects.
getEvents() - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Returns the List of EventDto objects associated with this product.
getEvents(int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEvents(String, int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEvents() - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEvents(String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
getEvents() - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getEvents(String) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getEvents(int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getEvents(String, int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
getExamples() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the List of example Strings.
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the id of the AttributeDto.
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.CatalogModel
 
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Returns the id of the AttributeDto.
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
Return the identifier for this event.
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Return the identifier for this event.
getId() - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
 
getLastUpdate() - Method in class org.apache.logging.log4j.catalog.jpa.model.CatalogModel
 
getName() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns the name of the AttributeDto.
getName() - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Gets the value of the name property.
getName() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Returns the name for this event.
getName() - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Returns the name of the product.
getProduct(Long) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
getProduct(String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
getProduct(Long) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
getProduct(String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
getProducts(int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
getProducts(String, int, int, String, String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
getProducts() - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
getProducts(String) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
getProducts() - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
getProducts(String) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
getProducts(int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
getProducts(String, int, int, String, String) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
getValue() - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 

H

hashCode() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
 
hashCode() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
hashCode() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
HibernateConfig - Class in org.apache.logging.log4j.catalog.jpa.config
 
HibernateConfig() - Constructor for class org.apache.logging.log4j.catalog.jpa.config.HibernateConfig
 
HsqldbDataSourceConfig - Class in org.apache.logging.log4j.catalog.jpa.config
Use HSQL as the embedded database.
HsqldbDataSourceConfig() - Constructor for class org.apache.logging.log4j.catalog.jpa.config.HsqldbDataSourceConfig
 

I

isIndexed() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Identifies whether this attribute is an index.
isRequestContext() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns whether this attribute is part of the RequestContext.
isRequired() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns whether this attribute is required.
isRequired() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
isSortable() - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Returns whether a sort may be performed on this attribute.

O

org.apache.logging.log4j.catalog.jpa - package org.apache.logging.log4j.catalog.jpa
Support storing the catalog using JPA.
org.apache.logging.log4j.catalog.jpa.config - package org.apache.logging.log4j.catalog.jpa.config
Configuration for JPA access to catalog.
org.apache.logging.log4j.catalog.jpa.converter - package org.apache.logging.log4j.catalog.jpa.converter
Catalog converters.
org.apache.logging.log4j.catalog.jpa.dao - package org.apache.logging.log4j.catalog.jpa.dao
Catalog data access objects.
org.apache.logging.log4j.catalog.jpa.model - package org.apache.logging.log4j.catalog.jpa.model
Catalog model objects.
org.apache.logging.log4j.catalog.jpa.service - package org.apache.logging.log4j.catalog.jpa.service
 

P

PagingAndSortingRepository<T,ID extends Serializable> - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
PostgresqlDataSourceConfig - Class in org.apache.logging.log4j.catalog.jpa.config
Configure using Postgres as the database
PostgresqlDataSourceConfig() - Constructor for class org.apache.logging.log4j.catalog.jpa.config.PostgresqlDataSourceConfig
 
ProductConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
ProductConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.ProductConverter
 
ProductModel - Class in org.apache.logging.log4j.catalog.jpa.model
Definition of a ProductDto.
ProductModel() - Constructor for class org.apache.logging.log4j.catalog.jpa.model.ProductModel
 
ProductModelConverter - Class in org.apache.logging.log4j.catalog.jpa.converter
 
ProductModelConverter() - Constructor for class org.apache.logging.log4j.catalog.jpa.converter.ProductModelConverter
 
ProductRepository - Interface in org.apache.logging.log4j.catalog.jpa.dao
 
ProductService - Interface in org.apache.logging.log4j.catalog.jpa.service
 
ProductServiceImpl - Class in org.apache.logging.log4j.catalog.jpa.service
 
ProductServiceImpl() - Constructor for class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 

S

save(T) - Method in interface org.apache.logging.log4j.catalog.jpa.dao.BaseRepository
 
saveAttribute(AttributeModel) - Method in interface org.apache.logging.log4j.catalog.jpa.service.AttributeService
 
saveAttribute(AttributeModel) - Method in class org.apache.logging.log4j.catalog.jpa.service.AttributeServiceImpl
 
saveCatalog(CatalogModel) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CatalogService
 
saveCatalog(CatalogModel) - Method in class org.apache.logging.log4j.catalog.jpa.service.CatalogServiceImpl
 
saveCategory(CategoryModel) - Method in interface org.apache.logging.log4j.catalog.jpa.service.CategoryService
 
saveCategory(CategoryModel) - Method in class org.apache.logging.log4j.catalog.jpa.service.CategoryServiceImpl
 
saveConstraint(ConstraintModel) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ConstraintService
 
saveConstraint(ConstraintModel) - Method in class org.apache.logging.log4j.catalog.jpa.service.ConstraintServiceImpl
 
saveEvent(EventModel) - Method in interface org.apache.logging.log4j.catalog.jpa.service.EventService
 
saveEvent(EventModel) - Method in class org.apache.logging.log4j.catalog.jpa.service.EventServiceImpl
 
saveProduct(ProductModel) - Method in interface org.apache.logging.log4j.catalog.jpa.service.ProductService
 
saveProduct(ProductModel) - Method in class org.apache.logging.log4j.catalog.jpa.service.ProductServiceImpl
 
setAliases(Set<String>) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Sets List of alias Strings.
setAliases(Set<String>) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Sets the List of alias Strings.
setAttribute(AttributeModel) - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
setAttribute(AttributeModel) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
setAttributes(Set<EventAttributeModel>) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Sets the List of Atribute objects.
setCatalogId(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set the catalog id this attribute is associated with.
setCatalogId(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Set the catalog id this Category is associated with.
setCatalogId(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Set the catalog id this Event is associated with.
setCatalogId(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Set the catalog id this Product is associated with.
setConstraints(Set<ConstraintModel>) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
 
setConstraintType(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
setDataType(DataType) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set the data type of the attribute.
setDescription(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set the description of the attribute.
setDescription(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Sets the value of the description property.
setDescription(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Set the event description.
setDescription(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Set the description of the product.
setDisplayName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set the name to be displayed for this attribute.
setDisplayName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Sets the value to be used when displaying the name.
setDisplayName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Set the display name for this event.
setDisplayName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Sets the value to be used when displaying the name.
setEvent(EventModel) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
setEvents(List<EventModel>) - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Sets the List of EventDto objects.
setEvents(List<EventModel>) - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Sets the List of EventDto objects.
setExamples(Set<String>) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Sets the List of example Strings.
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set the id of the AttributeDto.
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.CatalogModel
 
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Set the id of the AttributeDto.
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
Set the identifier for this event.
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Set the identifier for this event.
setId(Long) - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
 
setIndexed(boolean) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set whether this attribute is an index.
setLastUpdate(Timestamp) - Method in class org.apache.logging.log4j.catalog.jpa.model.CatalogModel
 
setName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set the name of the AttributeDto.
setName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.CategoryModel
Sets the value of the name property.
setName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
Set the name for this event.
setName(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.ProductModel
Set the name of the product.
setRequestContext(boolean) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set whether this attribute is part of the RequestContext.
setRequired(boolean) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set whether this attribute is required.
setRequired(Boolean) - Method in class org.apache.logging.log4j.catalog.jpa.model.EventAttributeModel
 
setSortable(boolean) - Method in class org.apache.logging.log4j.catalog.jpa.model.AttributeModel
Set whether a sort may be performed on this attribute.
setValue(String) - Method in class org.apache.logging.log4j.catalog.jpa.model.ConstraintModel
 

T

toString() - Method in class org.apache.logging.log4j.catalog.jpa.model.EventModel
 
transactionManager() - Method in class org.apache.logging.log4j.catalog.jpa.config.EclipseLinkConfig
 
transactionManager() - Method in class org.apache.logging.log4j.catalog.jpa.config.HibernateConfig
 
A B C D E F G H I O P S T 
Skip navigation links

Copyright © 2016-2018 Apache Software Foundation. All Rights Reserved.
Apache Logging, Apache Log4j, Log4j, Apache, the Apache feather logo, the Apache Logging project logo, and the Apache Log4j logo are trademarks of The Apache Software Foundation.