Uses of Class
com.echothree.model.data.core.common.pk.ComponentDetailPK
Packages that use ComponentDetailPK
Package
Description
-
Uses of ComponentDetailPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ComponentDetailPKModifier and TypeMethodDescriptionComponent.getActiveDetailPK()
Component.getLastDetailPK()
ComponentDetail.getPrimaryKey()
Methods in com.echothree.model.data.core.server.entity with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoid
Component.setActiveDetailPK
(ComponentDetailPK activeDetailPK) void
Component.setLastDetailPK
(ComponentDetailPK lastDetailPK) -
Uses of ComponentDetailPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getNextPK()
ComponentDetailFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ComponentDetailFactory.getPKsFromResultSetAsList
(ResultSet rs) ComponentDetailFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionComponentFactory.create
(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) ComponentFactory.create
(Session session, ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) ComponentDetailFactory.getEntityFromCache
(Session session, ComponentDetailPK pk) ComponentDetailFactory.getEntityFromPK
(EntityPermission entityPermission, ComponentDetailPK pk) ComponentDetailFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ComponentDetailPK pk) ComponentDetailFactory.getValueFromPK
(Session session, ComponentDetailPK pk) void
ComponentDetailFactory.remove
(Session session, ComponentDetailPK pk) boolean
ComponentDetailFactory.validPK
(Session session, ComponentDetailPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ComponentDetailPKModifier and TypeMethodDescriptionComponentDetailFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ComponentDetailPK> pks) ComponentDetailFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ComponentDetailPK> pks) ComponentDetailFactory.getValuesFromPKs
(Session session, Collection<ComponentDetailPK> pks) void
ComponentDetailFactory.remove
(Session session, Collection<ComponentDetailPK> pks) void
ComponentDetailFactory.remove
(Collection<ComponentDetailPK> pks) -
Uses of ComponentDetailPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ComponentDetailPKModifier and TypeMethodDescriptionComponentValue.getActiveDetailPK()
ComponentValue.getLastDetailPK()
ComponentDetailValue.getPrimaryKey()
Methods in com.echothree.model.data.core.server.value with parameters of type ComponentDetailPKModifier and TypeMethodDescriptionvoid
ComponentValue.setActiveDetailPK
(ComponentDetailPK activeDetailPK) void
ComponentValue.setLastDetailPK
(ComponentDetailPK lastDetailPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ComponentDetailPKModifierConstructorDescriptionComponentDetailValue
(ComponentDetailPK componentDetailPK, ComponentVendorPK componentVendorPK, ComponentPK componentPK, String componentName, String description, Long fromTime, Long thruTime) Creates a new instance of ComponentDetailValueComponentValue
(ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValueComponentValue
(ComponentPK componentPK, ComponentDetailPK activeDetailPK, ComponentDetailPK lastDetailPK) Creates a new instance of ComponentValue