public class CommandServiceJdoRepository extends org.apache.isis.applib.AbstractFactoryAndRepository
command entities.
This supporting service with no UI and no side-effects, and is there are no other implementations of the service,
thus has been annotated with DomainService. This means that there is no
need to explicitly register it as a service (eg in isis.properties).
| Constructor and Description |
|---|
CommandServiceJdoRepository() |
| Modifier and Type | Method and Description |
|---|---|
List<CommandJdo> |
findByFromAndTo(org.joda.time.LocalDate from,
org.joda.time.LocalDate to) |
List<CommandJdo> |
findByTargetAndFromAndTo(org.apache.isis.applib.services.bookmark.Bookmark target,
org.joda.time.LocalDate from,
org.joda.time.LocalDate to) |
CommandJdo |
findByTransactionId(UUID transactionId) |
List<CommandJdo> |
findCompleted() |
List<CommandJdo> |
findCurrent() |
newInstance, newPersistentInstanceallInstances, allMatches, allMatches, allMatches, allMatches, allMatches, firstMatch, firstMatch, firstMatch, firstMatch, firstMatch, getContainer, getUser, informUser, isPersistent, isValid, newAggregatedInstance, newAggregatedInstance, newTransientInstance, newViewModelInstance, persist, persistIfNotAlready, raiseError, remove, removeIfNotAlready, setContainer, uniqueMatch, uniqueMatch, uniqueMatch, uniqueMatch, uniqueMatch, validate, warnUserpublic CommandServiceJdoRepository()
public List<CommandJdo> findByFromAndTo(org.joda.time.LocalDate from, org.joda.time.LocalDate to)
public CommandJdo findByTransactionId(UUID transactionId)
public List<CommandJdo> findCurrent()
public List<CommandJdo> findCompleted()
public List<CommandJdo> findByTargetAndFromAndTo(org.apache.isis.applib.services.bookmark.Bookmark target, org.joda.time.LocalDate from, org.joda.time.LocalDate to)
Copyright © 2010–2014 The Apache Software Foundation. All rights reserved.