Uses of Class
com.echothree.model.data.core.server.entity.EntityTime
Packages that use EntityTime
Package
Description
-
Uses of EntityTime in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control that return EntityTimeModifier and TypeMethodDescriptionEventControl.createEntityTime(EntityInstance entityInstance, Long createdTime, Long modifiedTime, Long deletedTime) EventControl.getEntityTime(EntityInstance entityInstance) EventControl.getEntityTimeForUpdate(EntityInstance entityInstance) Methods in com.echothree.model.control.core.server.control that return types with arguments of type EntityTimeModifier and TypeMethodDescriptionEventControl.getEntityTimesByEntityType(EntityType entityType) EventControl.getEntityTimesByEntityTypeCreatedAfter(EntityType entityType, Long createdTime) EventControl.getEntityTimesByEntityTypeCreatedAfterWithLimit(EntityType entityType, Long createdTime, Integer limit) EventControl.getEntityTimesByEntityTypeDeletedAfter(EntityType entityType, Long deletedTime) EventControl.getEntityTimesByEntityTypeDeletedAfterWithLimit(EntityType entityType, Long deletedTime, Integer limit) EventControl.getEntityTimesByEntityTypeModifiedAfter(EntityType entityType, Long modifiedTime) EventControl.getEntityTimesByEntityTypeModifiedAfterWithLimit(EntityType entityType, Long modifiedTime, Integer limit) EventControl.getEntityTimesByEntityTypeWithLimit(EntityType entityType, Integer limit) Methods in com.echothree.model.control.core.server.control with parameters of type EntityTimeModifier and TypeMethodDescriptionEventControl.getEntityTimeTransfer(UserVisit userVisit, EntityTime entityTime) -
Uses of EntityTime in com.echothree.model.control.core.server.graphql
Constructors in com.echothree.model.control.core.server.graphql with parameters of type EntityTime -
Uses of EntityTime in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type EntityTimeModifier and TypeMethodDescriptionEntityTimeTransferCache.getEntityTimeTransfer(UserVisit userVisit, EntityTime entityTime) -
Uses of EntityTime in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return EntityTimeModifier and TypeMethodDescriptionEntityTimeFactory.create(EntityInstancePK entityInstancePK, Long createdTime, Long modifiedTime, Long deletedTime) EntityTimeFactory.create(EntityInstance entityInstance, Long createdTime, Long modifiedTime, Long deletedTime) EntityTimeFactory.getEntityFromCache(EntityTimePK pk) EntityTimeFactory.getEntityFromPK(EntityPermission entityPermission, EntityTimePK pk) EntityTimeFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityTimeFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityTimeFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) EntityTimeFactory.getEntityFromValue(EntityPermission entityPermission, EntityTimeValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type EntityTimeModifier and TypeMethodDescriptionEntityTimeFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<EntityTimePK> pks) EntityTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) EntityTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) EntityTimeFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) EntityTimeFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type EntityTimeModifier and TypeMethodDescriptionvoidEntityTimeFactory.remove(EntityTime entity) voidEntityTimeFactory.store(EntityTime entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type EntityTime