public class ExampleFactory extends Object
Modifier and Type | Method and Description |
---|---|
static AgencyImpl |
createAgency() |
static AgentImpl |
createAgent() |
static AgentContactImpl |
createAgentContact() |
static CustomValuesImpl |
createCustomValues() |
static EstateImpl |
createEstate() |
static EstateImpl |
createEstate(AbstractTypeImpl estateType,
OpenEstateAction estateAction) |
static EstateImpl |
createEstate(AbstractTypeImpl estateType,
OpenEstateAction estateAction,
Map<OpenEstateAttrib,AbstractAttribImpl> values) |
static TransferImpl |
createTransfer() |
static TransferImpl |
createTransfer(boolean fullUpdate) |
public static AgencyImpl createAgency()
public static AgentImpl createAgent()
public static AgentContactImpl createAgentContact()
public static CustomValuesImpl createCustomValues()
public static EstateImpl createEstate()
public static EstateImpl createEstate(AbstractTypeImpl estateType, OpenEstateAction estateAction)
public static EstateImpl createEstate(AbstractTypeImpl estateType, OpenEstateAction estateAction, Map<OpenEstateAttrib,AbstractAttribImpl> values)
public static TransferImpl createTransfer()
public static TransferImpl createTransfer(boolean fullUpdate)
Copyright © 2019 OpenEstate. All rights reserved.