Uses of Class
com.echothree.model.data.core.common.pk.ProtocolPK
Packages that use ProtocolPK
Package
Description
-
Uses of ProtocolPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ProtocolPKModifier and TypeMethodDescriptionProtocol.getPrimaryKey()ProtocolDescription.getProtocolPK()ProtocolDetail.getProtocolPK()ServiceDetail.getProtocolPK()Methods in com.echothree.model.data.core.server.entity with parameters of type ProtocolPKModifier and TypeMethodDescriptionvoidProtocolDescription.setProtocolPK(ProtocolPK protocolPK) voidProtocolDetail.setProtocolPK(ProtocolPK protocolPK) voidServiceDetail.setProtocolPK(ProtocolPK protocolPK) -
Uses of ProtocolPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ProtocolPKModifier and TypeMethodDescriptionProtocolFactory.getNextPK()ProtocolFactory.getPKFromQuery(PreparedStatement ps, Object... params) ProtocolFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ProtocolPKModifier and TypeMethodDescriptionProtocolFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ProtocolFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ProtocolFactory.getPKsFromResultSetAsList(ResultSet rs) ProtocolFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ProtocolPKModifier and TypeMethodDescriptionProtocolDescriptionFactory.create(ProtocolPK protocolPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ProtocolDescriptionFactory.create(Session session, ProtocolPK protocolPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ProtocolDetailFactory.create(ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ProtocolDetailFactory.create(Session session, ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServiceDetailFactory.create(ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServiceDetailFactory.create(Session session, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ProtocolFactory.getEntityFromCache(Session session, ProtocolPK pk) ProtocolFactory.getEntityFromPK(EntityPermission entityPermission, ProtocolPK pk) ProtocolFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ProtocolPK pk) ProtocolFactory.getValueFromPK(Session session, ProtocolPK pk) voidProtocolFactory.remove(Session session, ProtocolPK pk) booleanProtocolFactory.validPK(Session session, ProtocolPK pk) Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ProtocolPKModifier and TypeMethodDescriptionProtocolFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ProtocolPK> pks) ProtocolFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ProtocolPK> pks) ProtocolFactory.getValuesFromPKs(Session session, Collection<ProtocolPK> pks) voidProtocolFactory.remove(Session session, Collection<ProtocolPK> pks) voidProtocolFactory.remove(Collection<ProtocolPK> pks) -
Uses of ProtocolPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ProtocolPKModifier and TypeMethodDescriptionProtocolValue.getPrimaryKey()ProtocolDescriptionValue.getProtocolPK()ProtocolDetailValue.getProtocolPK()ServiceDetailValue.getProtocolPK()Methods in com.echothree.model.data.core.server.value with parameters of type ProtocolPKModifier and TypeMethodDescriptionvoidProtocolDescriptionValue.setProtocolPK(ProtocolPK protocolPK) voidProtocolDetailValue.setProtocolPK(ProtocolPK protocolPK) voidServiceDetailValue.setProtocolPK(ProtocolPK protocolPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ProtocolPKModifierConstructorDescriptionProtocolDescriptionValue(ProtocolDescriptionPK protocolDescriptionPK, ProtocolPK protocolPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ProtocolDescriptionValueProtocolDescriptionValue(ProtocolPK protocolPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ProtocolDescriptionValueProtocolDetailValue(ProtocolDetailPK protocolDetailPK, ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ProtocolDetailValueProtocolDetailValue(ProtocolPK protocolPK, String protocolName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ProtocolDetailValueProtocolValue(ProtocolPK protocolPK, ProtocolDetailPK activeDetailPK, ProtocolDetailPK lastDetailPK) Creates a new instance of ProtocolValueServiceDetailValue(ServiceDetailPK serviceDetailPK, ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValueServiceDetailValue(ServicePK servicePK, String serviceName, Integer port, ProtocolPK protocolPK, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServiceDetailValue