| Package | Description |
|---|---|
| com.ocs.dynamo.functional.dao | |
| com.ocs.dynamo.functional.domain | |
| com.ocs.dynamo.functional.service | |
| com.ocs.dynamo.functional.ui | |
| com.ocs.dynamo.functional.util |
| Modifier and Type | Method and Description |
|---|---|
<D extends Domain> |
DomainDaoImpl.findAllByType(Class<D> type) |
<D extends Domain> |
DomainDao.findAllByType(Class<D> type)
Returns all entities for of the specified type
|
| Constructor and Description |
|---|
DomainDaoImpl(com.mysema.query.types.path.EntityPathBase<Domain> dslRoot,
Class<Domain> entityClass) |
DomainDaoImpl(com.mysema.query.types.path.EntityPathBase<Domain> dslRoot,
Class<Domain> entityClass) |
| Modifier and Type | Class and Description |
|---|---|
class |
Country
A Country identified by an ISO country code
|
class |
Currency
A currency identified by an ISO currency code
|
class |
DomainChild<C extends DomainChild<C,P>,P extends DomainParent<C,P>>
The persistent class for the domain entity that manages hierarchical reference information.
|
class |
DomainParent<C extends DomainChild<C,P>,P extends DomainParent<C,P>>
The persistent class for the domain entity that manages hierarchical reference information.
|
class |
Locale
A locale identified by an IETF BCP 47 code
|
class |
Region
A region of the world
|
| Constructor and Description |
|---|
QDomain(com.mysema.query.types.Path<? extends Domain> path) |
| Modifier and Type | Method and Description |
|---|---|
<D extends Domain> |
DomainServiceImpl.findAllByType(Class<D> type) |
<D extends Domain> |
DomainService.findAllByType(Class<D> type)
Query all entities for a specific type (subclass)
|
| Modifier and Type | Method and Description |
|---|---|
protected com.ocs.dynamo.dao.BaseDao<Integer,Domain> |
DomainServiceImpl.getDao() |
| Modifier and Type | Method and Description |
|---|---|
Domain |
MultiDomainEditLayout.getSelectedItem() |
| Modifier and Type | Method and Description |
|---|---|
List<Class<? extends Domain>> |
MultiDomainEditLayout.getDomainClasses() |
Class<? extends Domain> |
MultiDomainEditLayout.getSelectedDomain() |
| Modifier and Type | Method and Description |
|---|---|
void |
MultiDomainEditLayout.selectDomain(Class<? extends Domain> clazz)
Constructs a layout for editing a certain domain
|
| Constructor and Description |
|---|
MultiDomainEditLayout(FormOptions formOptions,
List<Class<? extends Domain>> domainClasses)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Domain> |
DomainUtil.createIfNotExists(com.ocs.dynamo.service.BaseService<?,T> service,
Class<T> clazz,
String value,
boolean caseSensitive)
Creates a new item if it does not exist.
|
static <T extends Domain> |
DomainUtil.filterDomains(Class<T> clazz,
Set<Domain> domains)
Returns all domain value that match the specified type
|
static <T extends Domain> |
DomainUtil.getDomainDescriptions(com.ocs.dynamo.service.MessageService messageService,
Collection<T> domains,
Locale locale)
Returns a string containing the descriptions of the supplied domain
objects (truncated after a number of items)
|
static <T extends Domain> |
DomainUtil.updateDomains(Class<T> clazz,
Set<Domain> domains,
Set<T> newValues)
Updates a certain category of domain items, removing all current values
and replacing them by the new ones
|
| Modifier and Type | Method and Description |
|---|---|
static <T extends Domain> |
DomainUtil.filterDomains(Class<T> clazz,
Set<Domain> domains)
Returns all domain value that match the specified type
|
static <T extends Domain> |
DomainUtil.updateDomains(Class<T> clazz,
Set<Domain> domains,
Set<T> newValues)
Updates a certain category of domain items, removing all current values
and replacing them by the new ones
|
Copyright © 2019 Open Circle Solutions. All rights reserved.