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.StatusAgencyEstateExportDialog.ExportSettings. estateStatusMethods in com.openindex.openestate.tool.agency that return DbAgencyObject.Status Modifier and Type Method Description DbAgencyObject.StatusAgencyImportTask.Settings. getAgencyObjectStatus()DbAgencyObject.StatusAgencyEstateTable. getEstateStatusAt(int rowIndex)Methods in com.openindex.openestate.tool.agency with parameters of type DbAgencyObject.Status Modifier and Type Method Description voidAgencyImportTask.Settings. setAgencyObjectStatus(DbAgencyObject.Status value)protected voidAgencyEstateStatusTask. 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.StatusDbAgencyObject. statusFields in com.openindex.openestate.tool.agency.db with type parameters of type DbAgencyObject.Status Modifier and Type Field Description List<DbAgencyObject.Status>DbAgencySearch. statusMethods in com.openindex.openestate.tool.agency.db that return DbAgencyObject.Status Modifier and Type Method Description static DbAgencyObject.StatusDbAgencyObject.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)voidDbAgencyObjectLog. putChangedStatus(DbAgencyObject.Status oldStatus, DbAgencyObject.Status newStatus)voidDbAgencyObjectsHandler. setObjectStatus(Connection c, long[] objectIds, DbAgencyObject.Status status)voidDbAgencyObjectsHandler. 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)voidHSqlDbAgencyObjectsHandler. setObjectStatus(Connection c, long[] objectIds, DbAgencyObject.Status status)voidHSqlDbAgencyObjectsHandler. 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 StringAbstractPhpBuilder. buildObjectPhp(EstateImpl estate, String estateKey, DbAgencyObject.Status status, AgentImpl agent, AgentContactImpl contact, Date createdAt, Date modifiedAt)object.php erzeugen.protected voidAbstractPhpBuilder. initObjectPhpValues(Map<String,String> values, EstateImpl estate, String estateKey, DbAgencyObject.Status status, AgentImpl agent, AgentContactImpl contact, Date createdAt, Date modifiedAt)
-