Uses of Class
com.echothree.model.data.content.server.entity.ContentWebAddressServer
Packages that use ContentWebAddressServer
Package
Description
-
Uses of ContentWebAddressServer in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control that return ContentWebAddressServerModifier and TypeMethodDescriptionContentControl.createContentWebAddressServer(ContentWebAddress contentWebAddress, Server server, BasePK createdBy) ContentControl.getContentWebAddressServer(ContentWebAddress contentWebAddress, Server server) ContentControl.getContentWebAddressServerForUpdate(ContentWebAddress contentWebAddress, Server server) Methods in com.echothree.model.control.content.server.control that return types with arguments of type ContentWebAddressServerModifier and TypeMethodDescriptionContentControl.getContentWebAddressServersByContentWebAddress(ContentWebAddress contentWebAddress) ContentControl.getContentWebAddressServersByContentWebAddressForUpdate(ContentWebAddress contentWebAddress) Methods in com.echothree.model.control.content.server.control with parameters of type ContentWebAddressServerModifier and TypeMethodDescriptionvoidContentControl.deleteContentWebAddressServer(ContentWebAddressServer contentWebAddressServer, BasePK deletedBy) -
Uses of ContentWebAddressServer in com.echothree.model.data.content.server.factory
Methods in com.echothree.model.data.content.server.factory that return ContentWebAddressServerModifier and TypeMethodDescriptionContentWebAddressServerFactory.create(ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create(ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create(Session session, ContentWebAddressPK contentWebAddressPK, ServerPK serverPK, Long fromTime, Long thruTime) ContentWebAddressServerFactory.create(Session session, ContentWebAddress contentWebAddress, Server server, Long fromTime, Long thruTime) ContentWebAddressServerFactory.getEntityFromCache(Session session, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getEntityFromPK(EntityPermission entityPermission, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getEntityFromPK(Session session, EntityPermission entityPermission, ContentWebAddressServerPK pk) ContentWebAddressServerFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps) ContentWebAddressServerFactory.getEntityFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressServerFactory.getEntityFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressServerFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressServerFactory.getEntityFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressServerFactory.getEntityFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentWebAddressServerFactory.getEntityFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) ContentWebAddressServerFactory.getEntityFromValue(EntityPermission entityPermission, ContentWebAddressServerValue value) ContentWebAddressServerFactory.getEntityFromValue(Session session, EntityPermission entityPermission, ContentWebAddressServerValue value) Methods in com.echothree.model.data.content.server.factory that return types with arguments of type ContentWebAddressServerModifier and TypeMethodDescriptionContentWebAddressServerFactory.getEntitiesFromPKs(EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) ContentWebAddressServerFactory.getEntitiesFromPKs(Session session, EntityPermission entityPermission, Collection<ContentWebAddressServerPK> pks) ContentWebAddressServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps) ContentWebAddressServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressServerFactory.getEntitiesFromQuery(EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressServerFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, PreparedStatement ps, Object... params) ContentWebAddressServerFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap) ContentWebAddressServerFactory.getEntitiesFromQuery(Session session, EntityPermission entityPermission, Map<EntityPermission, String> queryMap, Object... params) ContentWebAddressServerFactory.getEntitiesFromResultSet(EntityPermission entityPermission, ResultSet rs) ContentWebAddressServerFactory.getEntitiesFromResultSet(Session session, EntityPermission entityPermission, ResultSet rs) Methods in com.echothree.model.data.content.server.factory with parameters of type ContentWebAddressServerModifier and TypeMethodDescriptionvoidContentWebAddressServerFactory.remove(Session session, ContentWebAddressServer entity) voidContentWebAddressServerFactory.store(Session session, ContentWebAddressServer entity) Method parameters in com.echothree.model.data.content.server.factory with type arguments of type ContentWebAddressServerModifier and TypeMethodDescriptionvoidContentWebAddressServerFactory.store(Session session, Collection<ContentWebAddressServer> entities) voidContentWebAddressServerFactory.store(Collection<ContentWebAddressServer> entities)