Uses of Class
com.echothree.util.server.persistence.Session
Packages that use Session
Package
Description
-
Uses of Session in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type SessionModifier and TypeMethodDescriptionTransactionLogic.createTransaction(Session session, Party groupParty, TransactionType transactionType, Long transactionTime, BasePK createdBy) TransactionLogic.createTransactionUsingNames(Session session, Party groupParty, String transactionTypeName, Long transactionTime, BasePK createdBy) voidPostingLogic.postTransaction(Session session, Transaction transaction, BasePK createdBy) voidTransactionLogic.postTransaction(ExecutionErrorAccumulator eea, Session session, Transaction transaction, BasePK createdBy) voidTransactionLogic.testTransaction(ExecutionErrorAccumulator eea, Session session, BasePK testedBy) -
Uses of Session in com.echothree.model.control.associate.server.logic
Methods in com.echothree.model.control.associate.server.logic with parameters of type SessionModifier and TypeMethodDescriptionAssociateReferralLogic.getAssociateReferral(Session session, UserVisit userVisit) voidAssociateReferralLogic.handleAssociateReferral(Session session, ExecutionErrorAccumulator eea, AssociatePartyContactMechanismSpec spec, UserVisit userVisit, BasePK targetPK, BasePK partyPK) -
Uses of Session in com.echothree.model.control.campaign.server.logic
Methods in com.echothree.model.control.campaign.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidCampaignContentLogic.setCampaignContentStatus(Session session, ExecutionErrorAccumulator eea, CampaignContent campaignContent, String campaignContentStatusChoice, PartyPK modifiedBy) voidCampaignMediumLogic.setCampaignMediumStatus(Session session, ExecutionErrorAccumulator eea, CampaignMedium campaignMedium, String campaignMediumStatusChoice, PartyPK modifiedBy) voidCampaignSourceLogic.setCampaignSourceStatus(Session session, ExecutionErrorAccumulator eea, CampaignSource campaignSource, String campaignSourceStatusChoice, PartyPK modifiedBy) voidCampaignLogic.setCampaignStatus(Session session, ExecutionErrorAccumulator eea, Campaign campaign, String campaignStatusChoice, PartyPK modifiedBy) voidCampaignTermLogic.setCampaignTermStatus(Session session, ExecutionErrorAccumulator eea, CampaignTerm campaignTerm, String campaignTermStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidChainInstanceStatusLogic.processChainInstanceStatus(Session session, ChainControl chainControl, ChainInstanceStatus chainInstanceStatus, BasePK processedBy) -
Uses of Session in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidEntityAliasTypeLogic.updateEntityAliasTypeFromValue(Session session, EntityAliasTypeDetailValue entityAliasTypeDetailValue, BasePK updatedBy) voidEntityAttributeLogic.updateEntityAttributeFromValue(Session session, EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) voidEntityAttributeLogic.updateEntityListItemFromValue(Session session, EntityListItemDetailValue entityListItemDetailValue, BasePK updatedBy) -
Uses of Session in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidCustomerLogic.setCustomerStatus(Session session, ExecutionErrorAccumulator eea, Party party, String customerStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic with parameters of type SessionModifier and TypeMethodDescriptionLeaveLogic.createLeave(Session session, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, WorkflowEntrance leaveStatus, PartyPK createdBy) -
Uses of Session in com.echothree.model.control.filter.server.evaluator
Fields in com.echothree.model.control.filter.server.evaluator declared as SessionMethods in com.echothree.model.control.filter.server.evaluator with parameters of type SessionModifier and TypeMethodDescriptionFilterCacheFactory.getFilterCache(Session session, String filterKindName, String filterTypeName) Constructors in com.echothree.model.control.filter.server.evaluator with parameters of type SessionModifierConstructorDescriptionBaseFilterEvaluator(Session session, BasePK evaluatedBy, Class logClass, String filterKindName, String filterTypeName, String selectorTypeName) Creates a new instance of BaseFilterEvaluatorCachedFilter(Session session, FilterControl filterControl, Filter filter) Creates a new instance of CachedFilterClubPriceFilterEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of ClubPriceFilterEvaluatorCouponFilterEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of CouponFilterEvaluatorFilterCache(Session session, FilterControl filterControl, FilterType filterType) Creates a new instance of FilterCacheOfferItemPriceFilterEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of OfferItemPriceFilterEvaluator -
Uses of Session in com.echothree.model.control.index.server.logic
Methods in com.echothree.model.control.index.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidIndexLogic.reindex(Session session, ExecutionErrorAccumulator eea, EntityType entityType) Request that a specific Index or that all Indexes should be reindexed. -
Uses of Session in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic with parameters of type SessionModifier and TypeMethodDescriptionInvoiceLogic.createInvoice(Session session, ExecutionErrorAccumulator eea, String invoiceTypeName, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, BasePK createdBy) PurchaseInvoiceLogic.createInvoice(Session session, ExecutionErrorAccumulator eea, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, Term term, FreeOnBoard freeOnBoard, String reference, String description, Long invoicedTime, Long dueTime, Long paidTime, String workflowEntranceName, BasePK createdBy) InvoiceLogic.getDueTime(Session session, Term term, String termTypeName, Long invoicedTime) InvoiceLogic.getPaidTime(Session session, String termTypeName) -
Uses of Session in com.echothree.model.control.item.server.logic
Methods in com.echothree.model.control.item.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidItemLogic.setItemStatus(Session session, ExecutionErrorAccumulator eea, Item item, String itemStatusChoice, PartyPK modifiedBy) voidItemAliasTypeLogic.updateItemAliasTypeFromValue(Session session, ItemAliasTypeDetailValue itemAliasTypeDetailValue, BasePK updatedBy) voidItemVolumeTypeLogic.updateItemVolumeTypeFromValue(Session session, ItemVolumeTypeDetailValue itemVolumeTypeDetailValue, BasePK updatedBy) voidItemWeightTypeLogic.updateItemWeightTypeFromValue(Session session, ItemWeightTypeDetailValue itemWeightTypeDetailValue, BasePK updatedBy) -
Uses of Session in com.echothree.model.control.license.server.logic
Methods in com.echothree.model.control.license.server.logic with parameters of type SessionModifier and TypeMethodDescriptionbooleanLicenseCheckLogic.permitExecution(Session session) voidLicenseCheckLogic.updateLicense(Session session) -
Uses of Session in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidBaseOrderLogic.checkItemAgainstOrderPaymentPreferences(Session session, ExecutionErrorAccumulator eea, Order order, Item item, BasePK evaluatedBy) voidBaseOrderLogic.checkItemAgainstShippingMethod(Session session, ExecutionErrorAccumulator eea, OrderShipmentGroup orderShipmentGroup, Item item, BasePK evaluatedBy) BaseOrderLineLogic.createOrderLine(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) BaseOrderLogic.createOrderPaymentPreference(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, BasePK createdBy) -
Uses of Session in com.echothree.model.control.order.server.trigger
Methods in com.echothree.model.control.order.server.trigger with parameters of type SessionModifier and TypeMethodDescriptionvoidOrderTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) voidOrderTypeTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, Order order, PartyPK triggeredBy) -
Uses of Session in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic with parameters of type SessionModifier and TypeMethodDescriptionPasswordStringPolicyLogic.checkStringPassword(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, Party party, UserLoginPassword ulp, UserLoginPasswordStringValue ulpsv, String password) PasswordStringPolicyLogic.checkStringPassword(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, PartyType partyType, UserLoginPassword ulp, UserLoginPasswordStringValue ulpsv, String password) voidLockoutPolicyLogic.checkUserLogin(Session session, ExecutionErrorAccumulator ema, Party party, UserLoginStatus userLoginStatus) voidEmployeeLogic.setEmployeeStatus(Session session, ExecutionErrorAccumulator eea, Party party, String employeeStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidPaymentMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) voidPaymentMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) voidPaymentMethodLogic.checkAcceptanceOfItems(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Set<Item> items, BasePK evaluatedBy) voidPartyPaymentMethodLogic.checkCreditCard(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) voidPartyPaymentMethodLogic.checkExpirationDate(Session session, ExecutionErrorAccumulator ema, Party party, PartyPaymentMethodEdit ppme, PaymentMethodCreditCard paymentMethodCreditCard) voidPartyPaymentMethodLogic.checkPartyPaymentMethod(Session session, UserVisit userVisit, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) voidPartyPaymentMethodLogic.checkPaymentMethodType(Session session, ExecutionErrorAccumulator ema, Party party, PaymentMethod paymentMethod, PartyPaymentMethodEdit ppme) -
Uses of Session in com.echothree.model.control.printer.server.trigger
Methods in com.echothree.model.control.printer.server.trigger with parameters of type SessionModifier and TypeMethodDescriptionvoidPrinterGroupJobTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) -
Uses of Session in com.echothree.model.control.purchase.server.logic
Methods in com.echothree.model.control.purchase.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidPurchaseOrderLogic.checkOrderAvailableForModification(Session session, ExecutionErrorAccumulator eea, Order order, PartyPK modifiedBy) Check to see if an Order is available for modification, and if it isn't, send back an error.PurchaseOrderLogic.createPurchaseOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Party vendorParty, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, String workflowEntranceName, Party createdByParty) Create a new Purchase Order using appropriate defaults where possible for Optional parameters.PurchaseOrderLogic.createPurchaseOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String vendorName, String termName, String strHoldUntilComplete, String strAllowBackorders, String strAllowSubstitutions, String strAllowCombiningShipments, String reference, String freeOnBoardName, String workflowEntranceName, Party createdByParty) voidPurchaseOrderLogic.setPurchaseOrderStatus(Session session, ExecutionErrorAccumulator eea, Order order, String orderStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidSalesOrderLogic.checkOrderAvailableForModification(Session session, ExecutionErrorAccumulator eea, Order order, PartyPK modifiedBy) Check to see if an Order is available for modification, and if it isn't, send back an error.SalesOrderLineLogic.createOrderLine(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String orderName, String itemName, String inventoryConditionName, String cancellationPolicyName, String returnPolicyName, String unitOfMeasureTypeName, String sourceName, String strOrderLineSequence, String strQuantity, String strUnitAmount, String description, String strTaxable, Party createdByParty) SalesOrderLogic.createSalesOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Batch batch, Source source, Party billToParty, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, String reference, Term term, FreeOnBoard freeOnBoard, Boolean taxable, String workflowEntranceName, Party createdByParty) Create a new Sales Order given a set of parameters.SalesOrderLogic.createSalesOrder(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, String batchName, String sourceName, String billToPartyName, String orderPriorityName, String currencyIsoName, String termName, String strHoldUntilComplete, String strAllowBackorders, String strAllowSubstitutions, String strAllowCombiningShipments, String reference, String freeOnBoardName, String strTaxable, String workflowEntranceName, Party createdByParty) SalesOrderLineLogic.createSalesOrderLine(Session session, ExecutionErrorAccumulator eea, UserVisit userVisit, Order order, OrderShipmentGroup orderShipmentGroup, Integer orderShipmentGroupSequence, Integer orderLineSequence, OrderLine parentOrderLine, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, Source source, AssociateReferral associateReferral, Party createdByParty) Create a new Sales Order Line using appropriate defaults for Optional values when possible.SalesOrderPaymentPreferenceLogic.createSalesOrderPaymentPreference(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, PartyPK createdBy) Create an Order Payment Preference for a given Order.SalesOrderShipmentGroupLogic.createSalesOrderShipmentGroup(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, PartyPK createdBy) Create a new Order Shipment Group for a given Order.voidSalesOrderBatchLogic.setSalesOrderBatchStatus(Session session, ExecutionErrorAccumulator eea, Batch batch, String salesOrderBatchStatusChoice, PartyPK modifiedBy) voidSalesOrderLogic.setSalesOrderStatus(Session session, ExecutionErrorAccumulator eea, Order order, String orderStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.sales.server.trigger
Methods in com.echothree.model.control.sales.server.trigger with parameters of type SessionModifier and TypeMethodDescriptionvoidSalesOrderTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, Order order, PartyPK triggeredBy) -
Uses of Session in com.echothree.model.control.search.server.search
Fields in com.echothree.model.control.search.server.search declared as Session -
Uses of Session in com.echothree.model.control.security.server.logic
Methods in com.echothree.model.control.security.server.logic with parameters of type SessionModifier and TypeMethodDescriptionPartySecurityRoleTemplateLogic.createPartySecurityRoleTemplateTrainingClass(Session session, PartySecurityRoleTemplateLogic.PreparedPartySecurityRoleTemplateTrainingClass preparedPartySecurityRoleTemplateTrainingClass, BasePK createdBy) -
Uses of Session in com.echothree.model.control.selector.server.evaluator
Fields in com.echothree.model.control.selector.server.evaluator declared as SessionMethods in com.echothree.model.control.selector.server.evaluator with parameters of type SessionModifier and TypeMethodDescriptionSelectorCacheFactory.getSelectorCache(Session session, String selectorKindName, String selectorTypeName) Constructors in com.echothree.model.control.selector.server.evaluator with parameters of type SessionModifierConstructorDescriptionprotectedBaseContactMechanismSelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) protectedBaseItemSelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) protectedBasePartySelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) protectedBaseSelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) EmployeeSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of EmployeeSelectorEvaluatorFilterItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of FilterItemSelectorEvaluatorOfferItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of OfferItemSelectorEvaluatorPaymentMethodItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of PaymentMethodItemSelectorEvaluatorPostalAddressSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of PostalAddressSelectorEvaluatorShippingMethodItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of ShippingMethodItemSelectorEvaluator -
Uses of Session in com.echothree.model.control.shipping.server.logic
Methods in com.echothree.model.control.shipping.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidShippingMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) voidShippingMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) voidShippingMethodLogic.checkAcceptanceOfItems(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) -
Uses of Session in com.echothree.model.control.subscription.server.logic
Methods in com.echothree.model.control.subscription.server.logic with parameters of type SessionModifier and TypeMethodDescriptionSubscriptionLogic.createSubscription(ExecutionErrorAccumulator eea, Session session, SubscriptionType subscriptionType, Party party, Long endTime, BasePK createdBy) -
Uses of Session in com.echothree.model.control.track.server.logic
Methods in com.echothree.model.control.track.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidTrackLogic.setTrackStatus(Session session, ExecutionErrorAccumulator eea, Track track, String trackStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.training.server.logic
Methods in com.echothree.model.control.training.server.logic with parameters of type SessionModifier and TypeMethodDescriptionPartyTrainingClassLogic.createPartyTrainingClass(Session session, PartyTrainingClassLogic.PreparedPartyTrainingClass preparedPartyTrainingClass, BasePK createdBy) PartyTrainingClassSessionLogic.createPartyTrainingClassSessionPage(Session session, PartyTrainingClassSession partyTrainingClassSession, TrainingClassPage trainingClassPage, BasePK createdBy) voidPartyTrainingClassSessionLogic.updatePartyTrainingClassSessionStatus(Session session, PartyTrainingClassSessionStatus partyTrainingClassSessionStatus, PartyTrainingClassSessionSection lastPartyTrainingClassSessionSection, PartyTrainingClassSessionPage lastPartyTrainingClassSessionPage, PartyTrainingClassSessionQuestion lastPartyTrainingClassSessionQuestion) -
Uses of Session in com.echothree.model.control.training.server.trigger
Methods in com.echothree.model.control.training.server.trigger with parameters of type SessionModifier and TypeMethodDescriptionvoidPartyTrainingClassTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) -
Uses of Session in com.echothree.model.control.vendor.server.logic
Methods in com.echothree.model.control.vendor.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidVendorLogic.setVendorStatus(Session session, ExecutionErrorAccumulator eea, Party party, String vendorStatusChoice, PartyPK modifiedBy) -
Uses of Session in com.echothree.model.control.wishlist.server.logic
Methods in com.echothree.model.control.wishlist.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidWishlistLogic.createWishlistLine(Session session, ExecutionErrorAccumulator ema, UserVisit userVisit, Party party, Source source, OfferItemPrice offerItemPrice, WishlistType wishlistType, WishlistPriority wishlistPriority, Long quantity, String comment, PartyPK createdBy) -
Uses of Session in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic with parameters of type SessionModifier and TypeMethodDescriptionvoidWorkflowTriggerLogic.processWorkflowTriggers(Session session, ExecutionErrorAccumulator eea, PartyPK triggeredBy) -
Uses of Session in com.echothree.model.control.workflow.server.trigger
Methods in com.echothree.model.control.workflow.server.trigger with parameters of type SessionModifier and TypeMethodDescriptionvoidEntityTypeTrigger.handleTrigger(Session session, ExecutionErrorAccumulator eea, WorkflowEntityStatus workflowEntityStatus, PartyPK triggeredBy) -
Uses of Session in com.echothree.model.control.workrequirement.server.logic
Methods in com.echothree.model.control.workrequirement.server.logic with parameters of type SessionModifier and TypeMethodDescriptionWorkRequirementLogic.createWorkRequirement(Session session, WorkEffort workEffort, WorkRequirementScope workRequirementScope, Party assignedParty, Long assignedEndTime, Long requiredTime, BasePK createdBy) WorkRequirementLogic.createWorkRequirementUsingNames(Session session, WorkEffort workEffort, String workRequirementTypeName, Party assignedParty, Long assignedEndTime, Long requiredTime, BasePK createdBy) -
Uses of Session in com.echothree.util.server.control
Fields in com.echothree.util.server.control declared as SessionModifier and TypeFieldDescriptionprotected SessionBaseCommand.sessionprotected SessionBaseModelControl.sessionMethods in com.echothree.util.server.control that return Session -
Uses of Session in com.echothree.util.server.persistence
Methods in com.echothree.util.server.persistence that return SessionConstructors in com.echothree.util.server.persistence with parameters of type SessionModifierConstructorDescriptionSessionEntityCache(Session session) Creates a new instance of SessionEntityCache -
Uses of Session in com.echothree.util.server.transfer
Fields in com.echothree.util.server.transfer declared as Session -
Uses of Session in com.echothree.util.server.validation.fieldtype
Methods in com.echothree.util.server.validation.fieldtype that return Session