Uses of Class
com.echothree.model.data.content.common.pk.ContentWebAddressServerPK
Packages that use ContentWebAddressServerPK
Package
Description
-
Uses of ContentWebAddressServerPK in com.echothree.model.data.content.server.entity
Methods in com.echothree.model.data.content.server.entity that return ContentWebAddressServerPK -
Uses of ContentWebAddressServerPK in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressServerPKModifier and TypeMethodDescriptionContentWebAddressServerFactory.getNextPK()ContentWebAddressServerFactory.getPKFromQuery(PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getPKFromResultSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressServerPKModifier and TypeMethodDescriptionContentWebAddressServerFactory.getPKsFromQueryAsList(PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getPKsFromQueryAsSet(PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getPKsFromResultSetAsList(ResultSet rs) ContentWebAddressServerFactory.getPKsFromResultSetAsSet(ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressServerPKModifier and TypeMethodDescriptionContentWebAddressServerFactory.getEntityFromCache(ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getValueFromPK(ContentWebAddressServerPK pk) voidContentWebAddressServerFactory.remove(ContentWebAddressServerPK pk) booleanContentWebAddressServerFactory.validPK(ContentWebAddressServerPK pk) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressServerPKModifier and TypeMethodDescriptionContentWebAddressServerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) ContentWebAddressServerFactory.getValuesFromPKs(Collection<ContentWebAddressServerPK> pks) voidContentWebAddressServerFactory.remove(Collection<ContentWebAddressServerPK> pks) -
Uses of ContentWebAddressServerPK in com.echothree.model.data.content.server.value
Methods in com.echothree.model.data.content.server.value that return ContentWebAddressServerPKConstructors in com.echothree.model.data.content.server.value with parameters of type ContentWebAddressServerPKModifierConstructorDescriptionContentWebAddressServerValue(ContentWebAddressServerPK contentWebAddressServerPK, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) Creates a new instance of ContentWebAddressServerValue -
Uses of ContentWebAddressServerPK in com.echothree.model.jooq.server.records.content
Methods in com.echothree.model.jooq.server.records.content that return ContentWebAddressServerPKModifier and TypeMethodDescriptionContentWebAddressServers.ContentWebAddressServer()Getter forcontentwebaddressservers.cntwaserv_contentwebaddressserverid.Methods in com.echothree.model.jooq.server.records.content that return types with arguments of type ContentWebAddressServerPKModifier and TypeMethodDescriptionorg.jooq.Record1<ContentWebAddressServerPK> ContentWebAddressServers.key()Methods in com.echothree.model.jooq.server.records.content with parameters of type ContentWebAddressServerPKModifier and TypeMethodDescriptionvoidContentWebAddressServers.ContentWebAddressServer(ContentWebAddressServerPK value) Setter forcontentwebaddressservers.cntwaserv_contentwebaddressserverid.Constructors in com.echothree.model.jooq.server.records.content with parameters of type ContentWebAddressServerPKModifierConstructorDescriptionContentWebAddressServers(ContentWebAddressServerPK ContentWebAddressServer, ContentWebAddressPK ContentWebAddress, ServerPK Server, Long FromTime, Long ThruTime) Create a detached, initialised ContentWebAddressServers -
Uses of ContentWebAddressServerPK in com.echothree.model.jooq.server.tables.content
Fields in com.echothree.model.jooq.server.tables.content with type parameters of type ContentWebAddressServerPKModifier and TypeFieldDescriptionfinal org.jooq.TableField<ContentWebAddressServers, ContentWebAddressServerPK> ContentWebAddressServers.CONTENT_WEB_ADDRESS_SERVERThe columncontentwebaddressservers.cntwaserv_contentwebaddressserverid.