Uses of Class
com.echothree.model.data.core.common.pk.ServerPK
Packages that use ServerPK
Package
Description
-
Uses of ServerPK in com.echothree.model.data.communication.server.entity
Methods in com.echothree.model.data.communication.server.entity that return ServerPKMethods in com.echothree.model.data.communication.server.entity with parameters of type ServerPK -
Uses of ServerPK in com.echothree.model.data.communication.server.factory
Methods in com.echothree.model.data.communication.server.factory with parameters of type ServerPKModifier and TypeMethodDescriptionCommunicationEmailSourceFactory.create
(CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) CommunicationEmailSourceFactory.create
(Session session, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) -
Uses of ServerPK in com.echothree.model.data.communication.server.value
Methods in com.echothree.model.data.communication.server.value that return ServerPKMethods in com.echothree.model.data.communication.server.value with parameters of type ServerPKModifier and TypeMethodDescriptionvoid
CommunicationEmailSourceValue.setServerPK
(ServerPK serverPK) Constructors in com.echothree.model.data.communication.server.value with parameters of type ServerPKModifierConstructorDescriptionCommunicationEmailSourceValue
(CommunicationEmailSourcePK communicationEmailSourcePK, CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValueCommunicationEmailSourceValue
(CommunicationSourcePK communicationSourcePK, ServerPK serverPK, String username, String password, WorkEffortScopePK receiveWorkEffortScopePK, WorkEffortScopePK sendWorkEffortScopePK, SelectorPK reviewEmployeeSelectorPK, Long fromTime, Long thruTime) Creates a new instance of CommunicationEmailSourceValue -
Uses of ServerPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ServerPKMethods in com.echothree.model.data.content.server.entity with parameters of type ServerPK -
Uses of ServerPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory with parameters of type ServerPKModifier and TypeMethodDescriptionContentWebAddressServerFactory.create
(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create
(Session session, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) -
Uses of ServerPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ServerPKMethods in com.echothree.model.data.content.server.value with parameters of type ServerPKModifier and TypeMethodDescriptionvoid
ContentWebAddressServerValue.setServerPK
(ServerPK serverPK) Constructors in com.echothree.model.data.content.server.value with parameters of type ServerPKModifierConstructorDescriptionContentWebAddressServerValue
(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValueContentWebAddressServerValue
(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValue -
Uses of ServerPK in com.echothree.model.data.core.server.entity
Methods in com.echothree.model.data.core.server.entity that return ServerPKModifier and TypeMethodDescriptionServer.getPrimaryKey()
ServerDescription.getServerPK()
ServerDetail.getServerPK()
ServerService.getServerPK()
Methods in com.echothree.model.data.core.server.entity with parameters of type ServerPKModifier and TypeMethodDescriptionvoid
ServerDescription.setServerPK
(ServerPK serverPK) void
ServerDetail.setServerPK
(ServerPK serverPK) void
ServerService.setServerPK
(ServerPK serverPK) -
Uses of ServerPK in com.echothree.model.data.core.server.factory
Methods in com.echothree.model.data.core.server.factory that return ServerPKModifier and TypeMethodDescriptionServerFactory.getNextPK()
ServerFactory.getPKFromQuery
(PreparedStatement ps, Object... params) ServerFactory.getPKFromResultSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory that return types with arguments of type ServerPKModifier and TypeMethodDescriptionServerFactory.getPKsFromQueryAsList
(PreparedStatement ps, Object... params) ServerFactory.getPKsFromQueryAsSet
(PreparedStatement ps, Object... params) ServerFactory.getPKsFromResultSetAsList
(ResultSet rs) ServerFactory.getPKsFromResultSetAsSet
(ResultSet rs) Methods in com.echothree.model.data.core.server.factory with parameters of type ServerPKModifier and TypeMethodDescriptionServerDescriptionFactory.create
(ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ServerDescriptionFactory.create
(Session session, ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) ServerDetailFactory.create
(ServerPK serverPK, String serverName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServerDetailFactory.create
(Session session, ServerPK serverPK, String serverName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServerServiceFactory.create
(Session session, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) ServerFactory.getEntityFromCache
(Session session, ServerPK pk) ServerFactory.getEntityFromPK
(EntityPermission entityPermission, ServerPK pk) ServerFactory.getEntityFromPK
(Session session, EntityPermission entityPermission, ServerPK pk) ServerFactory.getValueFromPK
(Session session, ServerPK pk) void
boolean
Method parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerPKModifier and TypeMethodDescriptionServerFactory.getEntitiesFromPKs
(EntityPermission entityPermission, Collection<ServerPK> pks) ServerFactory.getEntitiesFromPKs
(Session session, EntityPermission entityPermission, Collection<ServerPK> pks) ServerFactory.getValuesFromPKs
(Session session, Collection<ServerPK> pks) void
ServerFactory.remove
(Session session, Collection<ServerPK> pks) void
ServerFactory.remove
(Collection<ServerPK> pks) -
Uses of ServerPK in com.echothree.model.data.core.server.value
Methods in com.echothree.model.data.core.server.value that return ServerPKModifier and TypeMethodDescriptionServerValue.getPrimaryKey()
ServerDescriptionValue.getServerPK()
ServerDetailValue.getServerPK()
ServerServiceValue.getServerPK()
Methods in com.echothree.model.data.core.server.value with parameters of type ServerPKModifier and TypeMethodDescriptionvoid
ServerDescriptionValue.setServerPK
(ServerPK serverPK) void
ServerDetailValue.setServerPK
(ServerPK serverPK) void
ServerServiceValue.setServerPK
(ServerPK serverPK) Constructors in com.echothree.model.data.core.server.value with parameters of type ServerPKModifierConstructorDescriptionServerDescriptionValue
(ServerDescriptionPK serverDescriptionPK, ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServerDescriptionValueServerDescriptionValue
(ServerPK serverPK, LanguagePK languagePK, String description, Long fromTime, Long thruTime) Creates a new instance of ServerDescriptionValueServerDetailValue
(ServerDetailPK serverDetailPK, ServerPK serverPK, String serverName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServerDetailValueServerDetailValue
(ServerPK serverPK, String serverName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) Creates a new instance of ServerDetailValueServerServiceValue
(ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValueServerServiceValue
(ServerServicePK serverServicePK, ServerPK serverPK, ServicePK servicePK, Long fromTime, Long thruTime) Creates a new instance of ServerServiceValueServerValue
(ServerPK serverPK, ServerDetailPK activeDetailPK, ServerDetailPK lastDetailPK) Creates a new instance of ServerValue