|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use DtoDomainGroup | |
|---|---|
| com.mirth.match.client | |
| com.mirth.match.ejb.core | |
| Uses of DtoDomainGroup in com.mirth.match.client |
|---|
| Methods in com.mirth.match.client that return types with arguments of type DtoDomainGroup | |
|---|---|
Result<DtoDomainGroup> |
DomainGroupManager.create(DtoDomainGroup consumer)
Creates a new Domain Group using the properties provided in the DTO |
Result<DtoDomainGroup> |
DomainGroupManager.find(java.lang.String identifier)
Returns the DomainGroup with the given identifier |
Result<java.util.List<DtoDomainGroup>> |
DomainGroupManager.findAllByFilter(DomainGroupFilter filter)
Returns all of the DomainGroups that match the given filter |
Result<DtoDomainGroup> |
DomainGroupManager.updateStatus(java.lang.String identifier,
java.lang.String statusAlias)
Updates the DomainGroup with provided identifier to the given status alias |
| Methods in com.mirth.match.client with parameters of type DtoDomainGroup | |
|---|---|
Result<DtoDomainGroup> |
DomainGroupManager.create(DtoDomainGroup consumer)
Creates a new Domain Group using the properties provided in the DTO |
| Uses of DtoDomainGroup in com.mirth.match.ejb.core |
|---|
| Fields in com.mirth.match.ejb.core declared as DtoDomainGroup | |
|---|---|
protected DtoDomainGroup |
CreateDomainGroup.arg0
|
| Methods in com.mirth.match.ejb.core that return DtoDomainGroup | |
|---|---|
DtoDomainGroup |
ObjectFactory.createDtoDomainGroup()
Create an instance of DtoDomainGroup |
DtoDomainGroup |
CreateDomainGroup.getArg0()
Gets the value of the arg0 property. |
| Methods in com.mirth.match.ejb.core with parameters of type DtoDomainGroup | |
|---|---|
EisResult |
CORE.createDomainGroup(DtoDomainGroup arg0)
|
void |
CreateDomainGroup.setArg0(DtoDomainGroup value)
Sets the value of the arg0 property. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||