Uses of Class
com.openindex.openestate.tool.agency.db.DbAgencyObject.Status
-
Packages that use DbAgencyObject.Status Package Description com.openindex.openestate.tool.agency ImmoTool-Add-On zur Verwaltung von OpenEstate-Immobilien.com.openindex.openestate.tool.agency.addons.contacts.db com.openindex.openestate.tool.agency.addons.contacts.db.hsql com.openindex.openestate.tool.agency.db com.openindex.openestate.tool.agency.db.hsql com.openindex.openestate.tool.agency.export Exportmechanismen. -
-
Uses of DbAgencyObject.Status in com.openindex.openestate.tool.agency
Fields in com.openindex.openestate.tool.agency declared as DbAgencyObject.Status Modifier and Type Field Description DbAgencyObject.Status
AgencyEstateExportDialog.ExportSettings. estateStatus
Methods in com.openindex.openestate.tool.agency that return DbAgencyObject.Status Modifier and Type Method Description DbAgencyObject.Status
AgencyImportTask.Settings. getAgencyObjectStatus()
DbAgencyObject.Status
AgencyEstateTable. getEstateStatusAt(int rowIndex)
Methods in com.openindex.openestate.tool.agency with parameters of type DbAgencyObject.Status Modifier and Type Method Description void
AgencyImportTask.Settings. setAgencyObjectStatus(DbAgencyObject.Status value)
protected void
AgencyEstateStatusTask. setStatus(DbAgencyObject.Status status)
-
Uses of DbAgencyObject.Status in com.openindex.openestate.tool.agency.addons.contacts.db
Methods in com.openindex.openestate.tool.agency.addons.contacts.db with parameters of type DbAgencyObject.Status Modifier and Type Method Description long[]
DbAgencyBrokeringsHandler. getBrokeringIds(Connection c, DbAgencyObject.Status status, long[] contactEntryIds, long[] agencyObjectIds)
abstract long[]
DbAgencyBrokeringsHandlerImpl. getBrokeringIds(Connection c, DbAgencyObject.Status status, long[] contactEntryIds, long[] agencyObjectIds)
-
Uses of DbAgencyObject.Status in com.openindex.openestate.tool.agency.addons.contacts.db.hsql
Methods in com.openindex.openestate.tool.agency.addons.contacts.db.hsql with parameters of type DbAgencyObject.Status Modifier and Type Method Description long[]
HSqlDbAgencyBrokeringsHandler. getBrokeringIds(Connection c, DbAgencyObject.Status status, long[] contactEntryIds, long[] agencyObjectIds)
-
Uses of DbAgencyObject.Status in com.openindex.openestate.tool.agency.db
Fields in com.openindex.openestate.tool.agency.db declared as DbAgencyObject.Status Modifier and Type Field Description DbAgencyObject.Status
DbAgencyObject. status
Fields in com.openindex.openestate.tool.agency.db with type parameters of type DbAgencyObject.Status Modifier and Type Field Description List<DbAgencyObject.Status>
DbAgencySearch. status
Methods in com.openindex.openestate.tool.agency.db that return DbAgencyObject.Status Modifier and Type Method Description static DbAgencyObject.Status
DbAgencyObject.Status. valueOf(String name)
Returns the enum constant of this type with the specified name.static DbAgencyObject.Status[]
DbAgencyObject.Status. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openindex.openestate.tool.agency.db with parameters of type DbAgencyObject.Status Modifier and Type Method Description DbObject[]
DbAgencyObjectsHandler. getObjects(Connection c, DbAgencyObject.Status status, DbAgencyObject.ExportMode exportMode)
void
DbAgencyObjectLog. putChangedStatus(DbAgencyObject.Status oldStatus, DbAgencyObject.Status newStatus)
void
DbAgencyObjectsHandler. setObjectStatus(Connection c, long[] objectIds, DbAgencyObject.Status status)
void
DbAgencyObjectsHandler. setObjectStatus(Connection c, long objectId, DbAgencyObject.Status status)
-
Uses of DbAgencyObject.Status in com.openindex.openestate.tool.agency.db.hsql
Methods in com.openindex.openestate.tool.agency.db.hsql with parameters of type DbAgencyObject.Status Modifier and Type Method Description DbObject[]
HSqlDbAgencyObjectsHandler. getObjects(Connection c, DbAgencyObject.Status status, DbAgencyObject.ExportMode exportMode)
void
HSqlDbAgencyObjectsHandler. setObjectStatus(Connection c, long[] objectIds, DbAgencyObject.Status status)
void
HSqlDbAgencyObjectsHandler. setObjectStatus(Connection c, long objectId, DbAgencyObject.Status status)
-
Uses of DbAgencyObject.Status in com.openindex.openestate.tool.agency.export
Methods in com.openindex.openestate.tool.agency.export with parameters of type DbAgencyObject.Status Modifier and Type Method Description protected String
AbstractPhpBuilder. buildObjectPhp(EstateImpl estate, String estateKey, DbAgencyObject.Status status, AgentImpl agent, AgentContactImpl contact, Date createdAt, Date modifiedAt)
object.php erzeugen.protected void
AbstractPhpBuilder. initObjectPhpValues(Map<String,String> values, EstateImpl estate, String estateKey, DbAgencyObject.Status status, AgentImpl agent, AgentContactImpl contact, Date createdAt, Date modifiedAt)
-