Uses of Class
com.echothree.model.data.core.common.pk.ServiceDescriptionPK
Packages that use ServiceDescriptionPK
Package
Description
-
Uses of ServiceDescriptionPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServiceDescriptionPK -
Uses of ServiceDescriptionPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getNextPK()
ServiceDescriptionFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ServiceDescriptionFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ServiceDescriptionFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ServiceDescriptionFactory.getPKsFromResultSetAsList
(ResultSet rs) ServiceDescriptionFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getEntityFromCache
(Session session, ServiceDescriptionPK pk) ServiceDescriptionFactory.getEntityFromPK
(EntityPermission entityPermission, ServiceDescriptionPK pk) ServiceDescriptionFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ServiceDescriptionPK pk) ServiceDescriptionFactory.getValueFromPK
(Session session, ServiceDescriptionPK pk) void
ServiceDescriptionFactory.remove
(Session session, ServiceDescriptionPK pk) boolean
ServiceDescriptionFactory.validPK
(Session session, ServiceDescriptionPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServiceDescriptionPKModifier and TypeMethodDescriptionServiceDescriptionFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ServiceDescriptionPK> pks) ServiceDescriptionFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ServiceDescriptionPK> pks) ServiceDescriptionFactory.getValuesFromPKs
(Session session, Collection<ServiceDescriptionPK> pks) void
ServiceDescriptionFactory.remove
(Session session, Collection<ServiceDescriptionPK> pks) void
ServiceDescriptionFactory.remove
(Collection<ServiceDescriptionPK> pks) -
Uses of ServiceDescriptionPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServiceDescriptionPKConstructors in com.echothree.model.data.core.server.value with parameters of type ServiceDescriptionPKModifierConstructorDescriptionServiceDescriptionValue
(ServiceDescriptionPK serviceDescriptionPK, ServicePK servicePK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServiceDescriptionValue