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() throws OpenEstateException
OpenEstateException
public static AgentImpl createAgent()
public static AgentContactImpl createAgentContact()
public static CustomValuesImpl createCustomValues()
public static EstateImpl createEstate() throws OpenEstateException
OpenEstateException
public static EstateImpl createEstate(AbstractTypeImpl estateType, OpenEstateAction estateAction)
public static EstateImpl createEstate(AbstractTypeImpl estateType, OpenEstateAction estateAction, Map<OpenEstateAttrib,AbstractAttribImpl> values)
public static TransferImpl createTransfer() throws OpenEstateException
OpenEstateException
public static TransferImpl createTransfer(boolean fullUpdate) throws OpenEstateException
OpenEstateException
Copyright © 2016. All rights reserved.