Uses of Class
com.echothree.model.data.core.server.entity.ComponentDetail
Packages that use ComponentDetail
Package
Description
-
Uses of ComponentDetail in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentDetailModifier and TypeMethodDescriptionComponent.getActiveDetail()Component.getActiveDetail(EntityPermission entityPermission) Component.getActiveDetailForUpdate()Component.getLastDetail()Component.getLastDetail(EntityPermission entityPermission) Component.getLastDetailForUpdate()Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentDetailModifier and TypeMethodDescriptionvoidComponent.setActiveDetail(ComponentDetail entity) voidComponent.setLastDetail(ComponentDetail entity) -
Uses of ComponentDetail in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentDetailModifier and TypeMethodDescriptionComponentDetailFactory.create(ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) ComponentDetailFactory.create(ComponentVendor componentVendor, Component component, String componentName, String description, Long fromTime, Long thruTime) ComponentDetailFactory.getEntityFromCache(ComponentDetailPK pk) ComponentDetailFactory.getEntityFromPK(EntityPermission entityPermission, ComponentDetailPK pk) ComponentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ComponentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ComponentDetailFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ComponentDetailFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ComponentDetailFactory.getEntityFromValue(EntityPermission entityPermission, ComponentDetailValue value) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentDetailModifier and TypeMethodDescriptionComponentDetailFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ComponentDetailPK> pks) ComponentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ComponentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ComponentDetailFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ComponentDetailFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentDetailModifier and TypeMethodDescriptionComponentFactory.create(ComponentDetail activeDetail, ComponentDetail lastDetail) voidComponentDetailFactory.remove(ComponentDetail entity) voidComponentDetailFactory.store(ComponentDetail entity) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentDetailModifier and TypeMethodDescriptionvoidComponentDetailFactory.store(Collection<ComponentDetail> entities)