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(Session session, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getValueFromPK(Session session, ContentWebAddressServerPK pk) voidContentWebAddressServerFactory.remove(Session session, ContentWebAddressServerPK pk) booleanContentWebAddressServerFactory.validPK(Session session, 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.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) ContentWebAddressServerFactory.getValuesFromPKs(Session session, Collection<ContentWebAddressServerPK> pks) voidContentWebAddressServerFactory.remove(Session session, 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