|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EisTrait | |
---|---|
com.mirth.match.client | |
com.mirth.match.ejb.eis |
Uses of EisTrait in com.mirth.match.client |
---|
Methods in com.mirth.match.client that return types with arguments of type EisTrait | |
---|---|
DTOResult<EisTrait> |
TraitManager.findByName(java.lang.String traitName)
|
DTOResultSet<EisTrait> |
TraitManager.list(java.lang.String entityTypeName)
|
Methods in com.mirth.match.client with parameters of type EisTrait | |
---|---|
DTOStatus |
TraitManager.create(EisTrait trait)
|
Uses of EisTrait in com.mirth.match.ejb.eis |
---|
Fields in com.mirth.match.ejb.eis declared as EisTrait | |
---|---|
protected EisTrait |
CreateTrait.traitDefinition
|
protected EisTrait |
UpdateTrait.traitDefinition
|
protected EisTrait |
FindTraitResponse.traitDefinition
|
Fields in com.mirth.match.ejb.eis with type parameters of type EisTrait | |
---|---|
protected java.util.List<EisTrait> |
EisEntityIdentifyingTraitsDefinition.traits
|
protected java.util.List<EisTrait> |
EisTraitList.traits
|
Methods in com.mirth.match.ejb.eis that return EisTrait | |
---|---|
EisTrait |
ObjectFactory.createEisTrait()
Create an instance of EisTrait |
EisTrait |
CreateTrait.getTraitDefinition()
Gets the value of the traitDefinition property. |
EisTrait |
UpdateTrait.getTraitDefinition()
Gets the value of the traitDefinition property. |
EisTrait |
FindTraitResponse.getTraitDefinition()
Gets the value of the traitDefinition property. |
Methods in com.mirth.match.ejb.eis that return types with arguments of type EisTrait | |
---|---|
java.util.List<EisTrait> |
EisEntityIdentifyingTraitsDefinition.getTraits()
Gets the value of the traits property. |
java.util.List<EisTrait> |
EisTraitList.getTraits()
Gets the value of the traits property. |
Methods in com.mirth.match.ejb.eis with parameters of type EisTrait | |
---|---|
EisStatus |
EIS.createTrait(EisTrait traitDefinition)
|
void |
CreateTrait.setTraitDefinition(EisTrait value)
Sets the value of the traitDefinition property. |
void |
UpdateTrait.setTraitDefinition(EisTrait value)
Sets the value of the traitDefinition property. |
void |
FindTraitResponse.setTraitDefinition(EisTrait value)
Sets the value of the traitDefinition property. |
EisStatus |
EIS.updateTrait(EisTrait traitDefinition)
|
Method parameters in com.mirth.match.ejb.eis with type arguments of type EisTrait | |
---|---|
EisStatus |
EIS.findTrait(java.lang.String traitName,
javax.xml.ws.Holder<EisTrait> traitDefinition)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |