Uses of Class
com.echothree.model.data.geo.server.entity.GeoCodeTimeZone
Packages that use GeoCodeTimeZone
Package
Description
-
Uses of GeoCodeTimeZone in com.echothree.control.user.geo.server.command
Methods in com.echothree.control.user.geo.server.command that return GeoCodeTimeZoneModifier and TypeMethodDescriptionprotected GeoCodeTimeZoneGetGeoCodeTimeZoneCommand.getEntity()Methods in com.echothree.control.user.geo.server.command that return types with arguments of type GeoCodeTimeZoneModifier and TypeMethodDescriptionprotected Collection<GeoCodeTimeZone> GetGeoCodeTimeZonesCommand.getEntities()Methods in com.echothree.control.user.geo.server.command with parameters of type GeoCodeTimeZoneModifier and TypeMethodDescriptionprotected BaseResultGetGeoCodeTimeZoneCommand.getResult(GeoCodeTimeZone geoCodeTimeZone) Method parameters in com.echothree.control.user.geo.server.command with type arguments of type GeoCodeTimeZoneModifier and TypeMethodDescriptionprotected BaseResultGetGeoCodeTimeZonesCommand.getResult(Collection<GeoCodeTimeZone> entities) -
Uses of GeoCodeTimeZone in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control that return GeoCodeTimeZoneModifier and TypeMethodDescriptionGeoControl.createGeoCodeTimeZone(GeoCode geoCode, TimeZone timeZone, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.getDefaultGeoCodeTimeZone(GeoCode geoCode) GeoControl.getDefaultGeoCodeTimeZoneForUpdate(GeoCode geoCode) GeoControl.getGeoCodeTimeZone(GeoCode geoCode, TimeZone timeZone) GeoControl.getGeoCodeTimeZoneForUpdate(GeoCode geoCode, TimeZone timeZone) Methods in com.echothree.model.control.geo.server.control that return types with arguments of type GeoCodeTimeZoneModifier and TypeMethodDescriptionGeoControl.getGeoCodeTimeZonesByGeoCode(GeoCode geoCode) GeoControl.getGeoCodeTimeZonesByGeoCodeForUpdate(GeoCode geoCode) GeoControl.getGeoCodeTimeZonesByTimeZone(TimeZone timeZone) GeoControl.getGeoCodeTimeZonesByTimeZoneForUpdate(TimeZone timeZone) Methods in com.echothree.model.control.geo.server.control with parameters of type GeoCodeTimeZoneModifier and TypeMethodDescriptionvoidGeoControl.deleteGeoCodeTimeZone(GeoCodeTimeZone geoCodeTimeZone, BasePK deletedBy) GeoControl.getGeoCodeTimeZoneTransfer(UserVisit userVisit, GeoCodeTimeZone geoCodeTimeZone) GeoControl.getGeoCodeTimeZoneValue(GeoCodeTimeZone geoCodeTimeZone) Method parameters in com.echothree.model.control.geo.server.control with type arguments of type GeoCodeTimeZoneModifier and TypeMethodDescriptionvoidGeoControl.deleteGeoCodeTimeZones(List<GeoCodeTimeZone> geoCodeTimeZones, BasePK deletedBy) GeoControl.getGeoCodeTimeZoneTransfers(UserVisit userVisit, Collection<GeoCodeTimeZone> geoCodeTimeZones) -
Uses of GeoCodeTimeZone in com.echothree.model.control.geo.server.graphql
Constructors in com.echothree.model.control.geo.server.graphql with parameters of type GeoCodeTimeZone -
Uses of GeoCodeTimeZone in com.echothree.model.control.geo.server.transfer
Methods in com.echothree.model.control.geo.server.transfer with parameters of type GeoCodeTimeZoneModifier and TypeMethodDescriptionGeoCodeTimeZoneTransferCache.getGeoCodeTimeZoneTransfer(UserVisit userVisit, GeoCodeTimeZone geoCodeTimeZone) -
Uses of GeoCodeTimeZone in com.echothree.model.data.geo.server.factory
Methods in com.echothree.model.data.geo.server.factory that return GeoCodeTimeZoneModifier and TypeMethodDescriptionGeoCodeTimeZoneFactory.create(GeoCodePK geoCodePK, TimeZonePK timeZonePK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeTimeZoneFactory.create(GeoCode geoCode, TimeZone timeZone, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) GeoCodeTimeZoneFactory.getEntityFromCache(GeoCodeTimeZonePK pk) GeoCodeTimeZoneFactory.getEntityFromPK(EntityPermission entityPermission, GeoCodeTimeZonePK pk) GeoCodeTimeZoneFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeTimeZoneFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeTimeZoneFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeTimeZoneFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) GeoCodeTimeZoneFactory.getEntityFromValue(EntityPermission entityPermission, GeoCodeTimeZoneValue value) Methods in com.echothree.model.data.geo.server.factory that return types with arguments of type GeoCodeTimeZoneModifier and TypeMethodDescriptionGeoCodeTimeZoneFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<GeoCodeTimeZonePK> pks) GeoCodeTimeZoneFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) GeoCodeTimeZoneFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) GeoCodeTimeZoneFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) GeoCodeTimeZoneFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.geo.server.factory with parameters of type GeoCodeTimeZoneModifier and TypeMethodDescriptionvoidGeoCodeTimeZoneFactory.remove(GeoCodeTimeZone entity) voidGeoCodeTimeZoneFactory.store(GeoCodeTimeZone entity) Method parameters in com.echothree.model.data.geo.server.factory with type arguments of type GeoCodeTimeZoneModifier and TypeMethodDescriptionvoidGeoCodeTimeZoneFactory.store(Collection<GeoCodeTimeZone> entities)