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(ServiceDescriptionPK pk) ServiceDescriptionFactory.getEntityFromPK(EntityPermission entityPermission, ServiceDescriptionPK pk) ServiceDescriptionFactory.getValueFromPK(ServiceDescriptionPK pk) voidServiceDescriptionFactory.remove(ServiceDescriptionPK pk) booleanServiceDescriptionFactory.validPK(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.getValuesFromPKs(Collection<ServiceDescriptionPK> pks) voidServiceDescriptionFactory.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