|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DtoEntityDomain | |
|---|---|
| com.mirth.match.client | |
| com.mirth.match.ejb.core | |
| Uses of DtoEntityDomain in com.mirth.match.client |
|---|
| Methods in com.mirth.match.client that return types with arguments of type DtoEntityDomain | |
|---|---|
Result<DtoEntityDomain> |
EntityDomainManager.create(DtoEntityDomain domain)
Creates a new EntityDomain using the provided properties |
Result<DtoEntityDomain> |
EntityDomainManager.find(java.lang.String identifier)
Returns the EntityDomain with the matching identifier |
Result<java.util.List<DtoEntityDomain>> |
EntityDomainManager.findAll()
Returns a list of all of the Entity Domains in the system |
Result<java.util.List<DtoEntityDomain>> |
EntityDomainManager.findAllActive()
Returns the list of Entity Domains that are currently ACTIVE |
Result<java.util.List<DtoEntityDomain>> |
EntityDomainManager.findByFilter(EntityDomainFilter filter)
Returns all of the entities matching the provided filter |
| Methods in com.mirth.match.client with parameters of type DtoEntityDomain | |
|---|---|
Result<DtoEntityDomain> |
EntityDomainManager.create(DtoEntityDomain domain)
Creates a new EntityDomain using the provided properties |
| Uses of DtoEntityDomain in com.mirth.match.ejb.core |
|---|
| Fields in com.mirth.match.ejb.core declared as DtoEntityDomain | |
|---|---|
protected DtoEntityDomain |
CreateEntityDomain.arg0
|
| Methods in com.mirth.match.ejb.core that return DtoEntityDomain | |
|---|---|
DtoEntityDomain |
ObjectFactory.createDtoEntityDomain()
Create an instance of DtoEntityDomain |
DtoEntityDomain |
CreateEntityDomain.getArg0()
Gets the value of the arg0 property. |
| Methods in com.mirth.match.ejb.core with parameters of type DtoEntityDomain | |
|---|---|
EisResult |
CORE.createEntityDomain(DtoEntityDomain arg0)
|
void |
CreateEntityDomain.setArg0(DtoEntityDomain value)
Sets the value of the arg0 property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||