| Package | Description |
|---|---|
| no.g9.domain |
| Modifier and Type | Class and Description |
|---|---|
class |
G9Proxy<T>
This class acts as a proxy for domain objects, and is a concrete
implementation of DomainObjectProxy.
|
| Modifier and Type | Method and Description |
|---|---|
<T> DomainObjectProxy<T> |
DomainProxy.getNewProxy(T o,
String roleName)
Returns a new proxy for the domain object
|
<T> DomainObjectProxy<T> |
DomainProxy.getProxy(T o,
String roleName)
Returns the proxy associeated with the specified object.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DomainObjectProxy.copyStatus(DomainObjectProxy<?> fromProxy,
String fromAttributeName,
String toAttributeName)
Copies the status from an attribute in
fromProxy. |
void |
G9Proxy.copyStatus(DomainObjectProxy<?> fromProxy,
String fromAttributeName,
String toAttributeName) |
void |
DomainProxy.removeProxy(DomainObjectProxy<?> proxy)
Removes a proxy from the list of registred proxies.
|
Copyright © 2006–2020 Esito AS. All rights reserved.