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) -
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 TypeMethodDescriptionvoidCommunicationEmailSourceValue.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) -
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 TypeMethodDescriptionvoidContentWebAddressServerValue.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 TypeMethodDescriptionvoidServerDescription.setServerPK(ServerPK serverPK) voidServerDetail.setServerPK(ServerPK serverPK) voidServerService.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) ServerDetailFactory.create(ServerPK serverPK, String serverName, Boolean isDefault, Integer sortOrder, Long fromTime, Long thruTime) ServerFactory.getEntityFromCache(ServerPK pk) ServerFactory.getEntityFromPK(EntityPermission entityPermission, ServerPK pk) ServerFactory.getValueFromPK(ServerPK pk) voidbooleanMethod parameters in com.echothree.model.data.core.server.factory with type arguments of type ServerPKModifier and TypeMethodDescriptionServerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ServerPK> pks) ServerFactory.getValuesFromPKs(Collection<ServerPK> pks) voidServerFactory.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 TypeMethodDescriptionvoidServerDescriptionValue.setServerPK(ServerPK serverPK) voidServerDetailValue.setServerPK(ServerPK serverPK) voidServerServiceValue.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 -
Uses of ServerPK in com.echothree.model.jooq.server.records.communication
Methods in com.echothree.model.jooq.server.records.communication that return ServerPKModifier and TypeMethodDescriptionCommunicationEmailSources.Server()Getter forcommunicationemailsources.cmmnesrc_serv_serverid.Methods in com.echothree.model.jooq.server.records.communication with parameters of type ServerPKModifier and TypeMethodDescriptionvoidSetter forcommunicationemailsources.cmmnesrc_serv_serverid.Constructors in com.echothree.model.jooq.server.records.communication with parameters of type ServerPKModifierConstructorDescriptionCommunicationEmailSources(CommunicationEmailSourcePK CommunicationEmailSource, CommunicationSourcePK CommunicationSource, ServerPK Server, String Username, String Password, WorkEffortScopePK ReceiveWorkEffortScope, WorkEffortScopePK SendWorkEffortScope, SelectorPK ReviewEmployeeSelector, Long FromTime, Long ThruTime) Create a detached, initialised CommunicationEmailSources -
Uses of ServerPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ServerPKModifier and TypeMethodDescriptionContentWebAddressServers.Server()Getter forcontentwebaddressservers.cntwaserv_serv_serverid.Methods in com.echothree.model.jooq.server.records.content with parameters of type ServerPKModifier and TypeMethodDescriptionvoidSetter forcontentwebaddressservers.cntwaserv_serv_serverid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ServerPKModifierConstructorDescriptionContentWebAddressServers(ContentWebAddressServerPK ContentWebAddressServer, ContentWebAddressPK ContentWebAddress, ServerPK Server, Long FromTime, Long ThruTime) Create a detached, initialised ContentWebAddressServers -
Uses of ServerPK in com.echothree.model.jooq.server.records.core
Methods in com.echothree.model.jooq.server.records.core that return ServerPKModifier and TypeMethodDescriptionServerDescriptions.Server()Getter forserverdescriptions.servd_serv_serverid.ServerDetails.Server()Getter forserverdetails.servdt_serv_serverid.Servers.Server()Getter forservers.serv_serverid.ServerServices.Server()Getter forserverservices.servsrv_serv_serverid.Methods in com.echothree.model.jooq.server.records.core that return types with arguments of type ServerPKMethods in com.echothree.model.jooq.server.records.core with parameters of type ServerPKModifier and TypeMethodDescriptionvoidSetter forserverdescriptions.servd_serv_serverid.voidSetter forserverdetails.servdt_serv_serverid.voidSetter forservers.serv_serverid.voidSetter forserverservices.servsrv_serv_serverid.Constructors in com.echothree.model.jooq.server.records.core with parameters of type ServerPKModifierConstructorDescriptionServerDescriptions(ServerDescriptionPK ServerDescription, ServerPK Server, LanguagePK Language, String Description, Long FromTime, Long ThruTime) Create a detached, initialised ServerDescriptionsServerDetails(ServerDetailPK ServerDetail, ServerPK Server, String ServerName, Boolean IsDefault, Integer SortOrder, Long FromTime, Long ThruTime) Create a detached, initialised ServerDetailsServers(ServerPK Server, ServerDetailPK ActiveDetail, ServerDetailPK LastDetail) Create a detached, initialised ServersServerServices(ServerServicePK ServerService, ServerPK Server, ServicePK Service, Long FromTime, Long ThruTime) Create a detached, initialised ServerServices -
Uses of ServerPK in com.echothree.model.jooq.server.tables.communication
Fields in com.echothree.model.jooq.server.tables.communication with type parameters of type ServerPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<CommunicationEmailSources, ServerPK> CommunicationEmailSources.SERVERThe columncommunicationemailsources.cmmnesrc_serv_serverid. -
Uses of ServerPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ServerPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentWebAddressServers, ServerPK> ContentWebAddressServers.SERVERThe columncontentwebaddressservers.cntwaserv_serv_serverid. -
Uses of ServerPK in com.echothree.model.jooq.server.tables.core
Fields in com.echothree.model.jooq.server.tables.core with type parameters of type ServerPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ServerDescriptions, ServerPK> ServerDescriptions.SERVERThe columnserverdescriptions.servd_serv_serverid.final org.jooq.TableField<ServerDetails, ServerPK> ServerDetails.SERVERThe columnserverdetails.servdt_serv_serverid.Servers.SERVERThe columnservers.serv_serverid.final org.jooq.TableField<ServerServices, ServerPK> ServerServices.SERVERThe columnserverservices.servsrv_serv_serverid.