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 TypeMethodDescriptionvoid
ProtocolDescription.setProtocolPK
(ProtocolPK protocolPK) void
ProtocolDetail.setProtocolPK
(ProtocolPK protocolPK) void
ServiceDetail.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) void
ProtocolFactory.remove
(Session session, ProtocolPK pk) boolean
ProtocolFactory.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) void
ProtocolFactory.remove
(Session session, Collection<ProtocolPK> pks) void
ProtocolFactory.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 TypeMethodDescriptionvoid
ProtocolDescriptionValue.setProtocolPK
(ProtocolPK protocolPK) void
ProtocolDetailValue.setProtocolPK
(ProtocolPK protocolPK) void
ServiceDetailValue.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