|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.mirth.match.client.DomainGroupManager
public class DomainGroupManager
| Constructor Summary | |
|---|---|
DomainGroupManager(MirthMatchClient client)
|
|
| Method Summary | |
|---|---|
Result<DtoDomainGroup> |
create(DtoDomainGroup consumer)
Creates a new Domain Group using the properties provided in the DTO |
DTOStatus |
delete(java.lang.String identifier)
Deletes the DomainGroup with the provided identifier |
Result<DtoDomainGroup> |
find(java.lang.String identifier)
Returns the DomainGroup with the given identifier |
Result<java.util.List<DtoDomainGroup>> |
findAllByFilter(DomainGroupFilter filter)
Returns all of the DomainGroups that match the given filter |
Result<DtoDomainGroup> |
updateStatus(java.lang.String identifier,
java.lang.String statusAlias)
Updates the DomainGroup with provided identifier to the given status alias |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DomainGroupManager(MirthMatchClient client)
| Method Detail |
|---|
public Result<DtoDomainGroup> create(DtoDomainGroup consumer)
consumer - the DTO whose properties will be used to create the
DomainGroup
public Result<DtoDomainGroup> updateStatus(java.lang.String identifier,
java.lang.String statusAlias)
identifier - the identifier of the IdentifierDomain to updatestatusAlias - the new status to set
public DTOStatus delete(java.lang.String identifier)
identifier - the identifier of the DomainGroup to delete
public Result<DtoDomainGroup> find(java.lang.String identifier)
identifier - the identifier
public Result<java.util.List<DtoDomainGroup>> findAllByFilter(DomainGroupFilter filter)
filter - the filter to match
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||