Uses of Class
com.echothree.util.common.persistence.BasePK
Packages that use BasePK
Package
Description
-
Uses of BasePK in com.echothree.control.user.comment.server.command
Methods in com.echothree.control.user.comment.server.command with parameters of type BasePKModifier and TypeMethodDescriptionprotected void
EditCommentCommand.updateComment
(CommentControl commentControl, Comment comment, Language language, String description, MimeType mimeType, BasePK updatedBy, ByteArray blob, String clob, String string) -
Uses of BasePK in com.echothree.control.user.item.server.command
Methods in com.echothree.control.user.item.server.command with parameters of type BasePKModifier and TypeMethodDescriptionprotected ItemDescription
CreateItemDescriptionCommand.createItemDescription
(ItemControl itemControl, ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, BasePK createdBy, ByteArray blobDescription, String clobDescription, String stringDescription, MimeTypeUsageType mimeTypeUsageType) protected void
EditItemDescriptionCommand.updateItemDescription
(ItemControl itemControl, Item item, MimeType mimeType, BasePK updatedBy, ItemDescription itemDescription, ByteArray blobDescription, String clobDescription, String stringDescription) -
Uses of BasePK in com.echothree.control.user.message.server.command
Methods in com.echothree.control.user.message.server.command with parameters of type BasePKModifier and TypeMethodDescriptionprotected Message
CreateMessageCommand.createMessage
(MessageControl messageControl, MessageType messageType, String messageName, Boolean includeByDefault, Boolean isDefault, Integer sortOrder, MimeType mimeType, ByteArray blobMessage, String clobMessage, String stringMessage, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.accounting.server.control
Methods in com.echothree.model.control.accounting.server.control with parameters of type BasePKModifier and TypeMethodDescriptionAccountingControl.createCurrency
(String currencyIsoName, String symbol, SymbolPosition symbolPosition, Boolean symbolOnListStart, Boolean symbolOnListMember, Boolean symbolOnSubtotal, Boolean symbolOnTotal, String groupingSeparator, Integer groupingSize, String fractionSeparator, Integer defaultFractionDigits, Integer priceUnitFractionDigits, Integer priceLineFractionDigits, Integer costUnitFractionDigits, Integer costLineFractionDigits, String minusSign, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createCurrencyDescription
(Currency currency, Language language, String description, BasePK createdBy) AccountingControl.createGlAccount
(String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, BasePK createdBy) AccountingControl.createGlAccountCategory
(String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createGlAccountCategoryDescription
(GlAccountCategory glAccountCategory, Language language, String description, BasePK createdBy) AccountingControl.createGlAccountClass
(String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createGlAccountClassDescription
(GlAccountClass glAccountClass, Language language, String description, BasePK createdBy) AccountingControl.createGlAccountDescription
(GlAccount glAccount, Language language, String description, BasePK createdBy) AccountingControl.createGlResourceType
(String glResourceTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createGlResourceTypeDescription
(GlResourceType glResourceType, Language language, String description, BasePK createdBy) AccountingControl.createItemAccountingCategory
(String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createItemAccountingCategoryDescription
(ItemAccountingCategory itemAccountingCategory, Language language, String description, BasePK createdBy) AccountingControl.createSymbolPosition
(String symbolPositionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) AccountingControl.createSymbolPositionDescription
(SymbolPosition symbolPosition, Language language, String description, BasePK createdBy) AccountingControl.createTransaction
(Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, Long postingTime, BasePK createdBy) AccountingControl.createTransaction
(Party groupParty, TransactionType transactionType, Long postingTime, BasePK createdBy) AccountingControl.createTransaction
(String transactionName, Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, Long postingTime, BasePK createdBy) AccountingControl.createTransactionEntityRole
(Transaction transaction, TransactionEntityRoleType transactionEntityRoleType, EntityInstance entityInstance, BasePK createdBy) AccountingControl.createTransactionEntityRoleType
(TransactionType transactionType, String transactionEntityRoleTypeName, EntityType entityType, Integer sortOrder, BasePK createdBy) AccountingControl.createTransactionEntityRoleTypeDescription
(TransactionEntityRoleType transactionEntityRoleType, Language language, String description, BasePK createdBy) AccountingControl.createTransactionGlAccount
(TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, BasePK createdBy) AccountingControl.createTransactionGlAccountCategory
(TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, BasePK createdBy) AccountingControl.createTransactionGlAccountCategoryDescription
(TransactionGlAccountCategory transactionGlAccountCategory, Language language, String description, BasePK createdBy) AccountingControl.createTransactionGlEntry
(Transaction transaction, Integer transactionGlEntrySequence, TransactionGlEntry parentTransactionGlEntry, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, Long amount, BasePK createdBy) AccountingControl.createTransactionGroup
(BasePK createdBy) AccountingControl.createTransactionGroup
(String transactionGroupName, BasePK createdBy) AccountingControl.createTransactionType
(String transactionTypeName, Integer sortOrder, BasePK createdBy) AccountingControl.createTransactionTypeDescription
(TransactionType transactionType, Language language, String description, BasePK createdBy) void
AccountingControl.deleteGlAccount
(GlAccount glAccount, BasePK deletedBy) void
AccountingControl.deleteGlAccountCategories
(List<GlAccountCategory> glAccountCategories, BasePK deletedBy) void
AccountingControl.deleteGlAccountCategory
(GlAccountCategory glAccountCategory, BasePK deletedBy) void
AccountingControl.deleteGlAccountCategoryDescription
(GlAccountCategoryDescription glAccountCategoryDescription, BasePK deletedBy) void
AccountingControl.deleteGlAccountCategoryDescriptionsByGlAccountCategory
(GlAccountCategory glAccountCategory, BasePK deletedBy) void
AccountingControl.deleteGlAccountClass
(GlAccountClass glAccountClass, BasePK deletedBy) void
AccountingControl.deleteGlAccountClassDescription
(GlAccountClassDescription glAccountClassDescription, BasePK deletedBy) void
AccountingControl.deleteGlAccountClassDescriptionsByGlAccountClass
(GlAccountClass glAccountClass, BasePK deletedBy) void
AccountingControl.deleteGlAccountClasses
(List<GlAccountClass> glAccountClasses, BasePK deletedBy) void
AccountingControl.deleteGlAccountDescription
(GlAccountDescription glAccountDescription, BasePK deletedBy) void
AccountingControl.deleteGlAccountDescriptionsByGlAccount
(GlAccount glAccount, BasePK deletedBy) void
AccountingControl.deleteGlAccounts
(List<GlAccount> glAccounts, BasePK deletedBy) void
AccountingControl.deleteGlAccountsByGlAccountCategory
(GlAccountCategory glAccountCategory, BasePK deletedBy) void
AccountingControl.deleteGlAccountsByGlAccountClass
(GlAccountClass glAccountClass, BasePK deletedBy) void
AccountingControl.deleteGlAccountsByGlResourceType
(GlResourceType glResourceType, BasePK deletedBy) void
AccountingControl.deleteGlResourceType
(GlResourceType glResourceType, BasePK deletedBy) void
AccountingControl.deleteGlResourceTypeDescription
(GlResourceTypeDescription glResourceTypeDescription, BasePK deletedBy) void
AccountingControl.deleteGlResourceTypeDescriptionsByGlResourceType
(GlResourceType glResourceType, BasePK deletedBy) void
AccountingControl.deleteItemAccountingCategories
(List<ItemAccountingCategory> itemAccountingCategories, BasePK deletedBy) void
AccountingControl.deleteItemAccountingCategory
(ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) void
AccountingControl.deleteItemAccountingCategoryDescription
(ItemAccountingCategoryDescription itemAccountingCategoryDescription, BasePK deletedBy) void
AccountingControl.deleteItemAccountingCategoryDescriptionsByItemAccountingCategory
(ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) void
AccountingControl.deleteSymbolPosition
(SymbolPosition symbolPosition, BasePK deletedBy) void
AccountingControl.deleteSymbolPositionDescription
(SymbolPositionDescription symbolPositionDescription, BasePK deletedBy) void
AccountingControl.deleteSymbolPositionDescriptionsBySymbolPosition
(SymbolPosition symbolPosition, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRole
(TransactionEntityRole transactionEntityRole, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoles
(List<TransactionEntityRole> transactionEntityRoles, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRolesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRolesByTransaction
(Transaction transaction, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoleType
(TransactionEntityRoleType transactionEntityRoleType, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoleTypeDescription
(TransactionEntityRoleTypeDescription transactionEntityRoleTypeDescription, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoleTypeDescriptionsByTransactionEntityRoleType
(TransactionEntityRoleType transactionEntityRoleType, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoleTypes
(List<TransactionEntityRoleType> transactionEntityRoleTypes, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoleTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
AccountingControl.deleteTransactionEntityRoleTypesByTransactionType
(TransactionType transactionType, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccount
(TransactionGlAccount transactionGlAccount, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountByGlAccount
(GlAccount glAccount, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountByTransactionGlAccountCategory
(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountCategories
(List<TransactionGlAccountCategory> transactionGlAccountCategories, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountCategoriesByTransactionType
(TransactionType transactionType, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountCategory
(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountCategoryDescription
(TransactionGlAccountCategoryDescription transactionGlAccountCategoryDescription, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccountCategoryDescriptionsByTransactionGlAccountCategory
(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) void
AccountingControl.deleteTransactionGlAccounts
(List<TransactionGlAccount> transactionGlAccounts, BasePK deletedBy) void
AccountingControl.deleteTransactionType
(TransactionType transactionType, BasePK deletedBy) void
AccountingControl.deleteTransactionTypeDescription
(TransactionTypeDescription transactionTypeDescription, BasePK deletedBy) void
AccountingControl.deleteTransactionTypeDescriptionsByTransactionType
(TransactionType transactionType, BasePK deletedBy) void
AccountingControl.deleteTransactionTypes
(List<TransactionType> transactionTypes, BasePK deletedBy) AccountingControl.getActiveTransactionGroup
(BasePK createdBy) void
AccountingControl.updateGlAccountCategoryDescriptionFromValue
(GlAccountCategoryDescriptionValue glAccountCategoryDescriptionValue, BasePK updatedBy) void
AccountingControl.updateGlAccountCategoryFromValue
(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) void
AccountingControl.updateGlAccountClassDescriptionFromValue
(GlAccountClassDescriptionValue glAccountClassDescriptionValue, BasePK updatedBy) void
AccountingControl.updateGlAccountClassFromValue
(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) void
AccountingControl.updateGlAccountDescriptionFromValue
(GlAccountDescriptionValue glAccountDescriptionValue, BasePK updatedBy) void
AccountingControl.updateGlAccountFromValue
(GlAccountDetailValue glAccountDetailValue, BasePK updatedBy) void
AccountingControl.updateGlResourceTypeDescriptionFromValue
(GlResourceTypeDescriptionValue glResourceTypeDescriptionValue, BasePK updatedBy) void
AccountingControl.updateGlResourceTypeFromValue
(GlResourceTypeDetailValue glResourceTypeDetailValue, BasePK updatedBy) void
AccountingControl.updateItemAccountingCategoryDescriptionFromValue
(ItemAccountingCategoryDescriptionValue itemAccountingCategoryDescriptionValue, BasePK updatedBy) void
AccountingControl.updateItemAccountingCategoryFromValue
(ItemAccountingCategoryDetailValue itemAccountingCategoryDetailValue, BasePK updatedBy) void
AccountingControl.updateSymbolPositionDescriptionFromValue
(SymbolPositionDescriptionValue symbolPositionDescriptionValue, BasePK updatedBy) void
AccountingControl.updateSymbolPositionFromValue
(SymbolPositionDetailValue symbolPositionDetailValue, BasePK updatedBy) void
AccountingControl.updateTransactionEntityRoleTypeDescriptionFromValue
(TransactionEntityRoleTypeDescriptionValue transactionEntityRoleTypeDescriptionValue, BasePK updatedBy) void
AccountingControl.updateTransactionEntityRoleTypeFromValue
(TransactionEntityRoleTypeDetailValue transactionEntityRoleTypeDetailValue, BasePK updatedBy) void
AccountingControl.updateTransactionGlAccountCategoryDescriptionFromValue
(TransactionGlAccountCategoryDescriptionValue transactionGlAccountCategoryDescriptionValue, BasePK updatedBy) void
AccountingControl.updateTransactionGlAccountCategoryFromValue
(TransactionGlAccountCategoryDetailValue transactionGlAccountCategoryDetailValue, BasePK updatedBy) void
AccountingControl.updateTransactionGlAccountFromValue
(TransactionGlAccountValue transactionGlAccountValue, BasePK updatedBy) void
AccountingControl.updateTransactionTypeDescriptionFromValue
(TransactionTypeDescriptionValue transactionTypeDescriptionValue, BasePK updatedBy) void
AccountingControl.updateTransactionTypeFromValue
(TransactionTypeDetailValue transactionTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.accounting.server.logic
Methods in com.echothree.model.control.accounting.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionGlAccountLogic.createGlAccount
(ExecutionErrorAccumulator eea, String glAccountName, GlAccount parentGlAccount, GlAccountType glAccountType, GlAccountClass glAccountClass, GlAccountCategory glAccountCategory, GlResourceType glResourceType, Currency currency, Boolean isDefault, Language language, String description, BasePK createdBy) GlAccountCategoryLogic.createGlAccountCategory
(ExecutionErrorAccumulator eea, String glAccountCategoryName, GlAccountCategory parentGlAccountCategory, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) GlAccountClassLogic.createGlAccountClass
(ExecutionErrorAccumulator eea, String glAccountClassName, GlAccountClass parentGlAccountClass, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) GlResourceTypeLogic.createGlResourceType
(ExecutionErrorAccumulator eea, String glResourceTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ItemAccountingCategoryLogic.createItemAccountingCategory
(ExecutionErrorAccumulator eea, String itemAccountingCategoryName, ItemAccountingCategory parentItemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionLogic.createTransaction
(Session session, Party groupParty, TransactionType transactionType, Long postingTime, BasePK createdBy) TransactionLogic.createTransactionEntityRole
(Transaction transaction, TransactionEntityRoleType transactionEntityRoleType, BasePK pk, BasePK createdBy) TransactionLogic.createTransactionEntityRoleUsingNames
(Transaction transaction, String transactionEntityRoleTypeName, BasePK pk, BasePK createdBy) TransactionLogic.createTransactionGlEntry
(Transaction transaction, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalAmount, BasePK createdBy) TransactionLogic.createTransactionGlEntryUsingNames
(Transaction transaction, Party groupParty, String transactionGlAccountCategoryName, GlAccount glAccount, Currency originalCurrency, Long originalAmount, BasePK createdBy) TransactionLogic.createTransactionUsingNames
(Session session, Party groupParty, String transactionTypeName, Long postingTime, BasePK createdBy) void
GlAccountLogic.deleteGlAccount
(ExecutionErrorAccumulator eea, GlAccount glAccount, BasePK deletedBy) void
GlAccountCategoryLogic.deleteGlAccountCategory
(ExecutionErrorAccumulator eea, GlAccountCategory glAccountCategory, BasePK deletedBy) void
GlAccountClassLogic.deleteGlAccountClass
(ExecutionErrorAccumulator eea, GlAccountClass glAccountClass, BasePK deletedBy) void
GlResourceTypeLogic.deleteGlResourceType
(ExecutionErrorAccumulator eea, GlResourceType glResourceType, BasePK deletedBy) void
ItemAccountingCategoryLogic.deleteItemAccountingCategory
(ExecutionErrorAccumulator eea, ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) void
TransactionLogic.testTransaction
(Session session, BasePK testedBy) void
GlAccountCategoryLogic.updateGlAccountCategoryFromValue
(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) void
GlAccountClassLogic.updateGlAccountClassFromValue
(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) void
GlAccountLogic.updateGlAccountFromValue
(GlAccountDetailValue glAccountDetailValue, BasePK updatedBy) void
GlResourceTypeLogic.updateGlResourceTypeFromValue
(GlResourceTypeDetailValue glResourceTypeDetailValue, BasePK updatedBy) void
ItemAccountingCategoryLogic.updateItemAccountingCategoryFromValue
(ItemAccountingCategoryDetailValue itemAccountingCategoryDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.associate.server.control
Methods in com.echothree.model.control.associate.server.control with parameters of type BasePKModifier and TypeMethodDescriptionAssociateControl.createAssociate
(AssociateProgram associateProgram, String associateName, Party party, String description, MimeType summaryMimeType, String summary, BasePK createdBy) AssociateControl.createAssociatePartyContactMechanism
(Associate associate, String associatePartyContactMechanismName, PartyContactMechanism partyContactMechanism, Boolean isDefault, Integer sortOrder, BasePK createdBy) AssociateControl.createAssociateProgram
(String associateProgramName, Sequence associateSequence, Sequence associateContactMechanismSequence, Sequence associateReferralSequence, Integer itemIndirectSalePercent, Integer itemDirectSalePercent, Boolean isDefault, Integer sortOrder, BasePK createdBy) AssociateControl.createAssociateProgramDescription
(AssociateProgram associateProgram, Language language, String description, BasePK createdBy) AssociateControl.createAssociateReferral
(Associate associate, AssociatePartyContactMechanism associatePartyContactMechanism, EntityInstance targetEntityInstance, Long associateReferralTime, BasePK createdBy) AssociateControl.createAssociateReferral
(String associateReferralName, Associate associate, AssociatePartyContactMechanism associatePartyContactMechanism, EntityInstance targetEntityInstance, Long associateReferralTime, BasePK createdBy) void
AssociateControl.deleteAssociate
(Associate associate, BasePK deletedBy) void
AssociateControl.deleteAssociatePartyContactMechanism
(AssociatePartyContactMechanism associatePartyContactMechanism, BasePK deletedBy) void
AssociateControl.deleteAssociatePartyContactMechanisms
(List<AssociatePartyContactMechanism> associatePartyContactMechanisms, BasePK deletedBy) void
AssociateControl.deleteAssociatePartyContactMechanismsByAssociate
(Associate associate, BasePK deletedBy) void
AssociateControl.deleteAssociatePartyContactMechanismsByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
AssociateControl.deleteAssociateProgram
(AssociateProgram associateProgram, BasePK deletedBy) void
AssociateControl.deleteAssociateProgramDescription
(AssociateProgramDescription associateProgramDescription, BasePK deletedBy) void
AssociateControl.deleteAssociateProgramDescriptionsByAssociateProgram
(AssociateProgram associateProgram, BasePK deletedBy) void
AssociateControl.deleteAssociateReferral
(AssociateReferral associateReferral, BasePK deletedBy) void
AssociateControl.deleteAssociateReferrals
(List<AssociateReferral> associateReferrals, BasePK deletedBy) void
AssociateControl.deleteAssociateReferralsByAssociate
(Associate associate, BasePK deletedBy) void
AssociateControl.deleteAssociateReferralsByAssociatePartyContactMechanism
(AssociatePartyContactMechanism associatePartyContactMechanism, BasePK deletedBy) void
AssociateControl.deleteAssociateReferralsByTargetEntityInstance
(EntityInstance targetEntityInstance, BasePK deletedBy) void
AssociateControl.deleteAssociates
(List<Associate> associates, BasePK deletedBy) void
AssociateControl.deleteAssociatesByAssociateProgram
(AssociateProgram associateProgram, BasePK deletedBy) void
AssociateControl.updateAssociateFromValue
(AssociateDetailValue associateDetailValue, boolean checkDefault, BasePK updatedBy) void
AssociateControl.updateAssociatePartyContactMechanismFromValue
(AssociatePartyContactMechanismDetailValue associatePartyContactMechanismDetailValue, BasePK updatedBy) void
AssociateControl.updateAssociateProgramDescriptionFromValue
(AssociateProgramDescriptionValue associateProgramDescriptionValue, BasePK updatedBy) void
AssociateControl.updateAssociateProgramFromValue
(AssociateProgramDetailValue associateProgramDetailValue, BasePK updatedBy) void
AssociateControl.updateAssociateReferralFromValue
(AssociateReferralDetailValue associateReferralDetailValue, boolean checkDefault, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.associate.server.logic
Methods in com.echothree.model.control.associate.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
AssociateReferralLogic.handleAssociateReferral
(Session session, ExecutionErrorAccumulator eea, AssociatePartyContactMechanismSpec spec, UserVisit userVisit, BasePK targetPK, BasePK partyPK) -
Uses of BasePK in com.echothree.model.control.batch.server.control
Methods in com.echothree.model.control.batch.server.control with parameters of type BasePKModifier and TypeMethodDescriptionBatchControl.createBatch
(BatchType batchType, String batchName, BasePK createdBy) BatchControl.createBatchAlias
(Batch batch, BatchAliasType batchAliasType, String alias, BasePK createdBy) BatchControl.createBatchAliasType
(BatchType batchType, String batchAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) BatchControl.createBatchAliasTypeDescription
(BatchAliasType batchAliasType, Language language, String description, BasePK createdBy) BatchControl.createBatchEntity
(EntityInstance entityInstance, Batch batch, BasePK createdBy) BatchControl.createBatchType
(String batchTypeName, BatchType parentBatchType, SequenceType batchSequenceType, Workflow batchWorkflow, WorkflowEntrance batchWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) BatchControl.createBatchTypeDescription
(BatchType batchType, Language language, String description, BasePK createdBy) BatchControl.createBatchTypeEntityType
(BatchType batchType, EntityType entityType, BasePK createdBy) void
BatchControl.deleteBatch
(Batch batch, BasePK deletedBy) void
BatchControl.deleteBatchAlias
(BatchAlias batchAlias, BasePK deletedBy) void
BatchControl.deleteBatchAliasesByBatch
(Batch batch, BasePK deletedBy) void
BatchControl.deleteBatchAliasesByBatchAliasType
(BatchAliasType batchAliasType, BasePK deletedBy) void
BatchControl.deleteBatchAliasType
(BatchAliasType batchAliasType, BasePK deletedBy) void
BatchControl.deleteBatchAliasTypeDescription
(BatchAliasTypeDescription batchAliasTypeDescription, BasePK deletedBy) void
BatchControl.deleteBatchAliasTypeDescriptionsByBatchAliasType
(BatchAliasType batchAliasType, BasePK deletedBy) void
BatchControl.deleteBatchAliasTypes
(List<BatchAliasType> batchAliasTypes, BasePK deletedBy) void
BatchControl.deleteBatchAliasTypesByBatchType
(BatchType batchType, BasePK deletedBy) void
BatchControl.deleteBatchEntities
(List<BatchEntity> batchEntities, BasePK deletedBy) void
BatchControl.deleteBatchEntitiesByBatch
(Batch batch, BasePK deletedBy) void
BatchControl.deleteBatchEntitiesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
BatchControl.deleteBatchEntity
(BatchEntity batchEntity, BasePK deletedBy) void
BatchControl.deleteBatches
(List<Batch> batches, BasePK deletedBy) void
BatchControl.deleteBatchesByBatchType
(BatchType batchType, BasePK deletedBy) void
BatchControl.deleteBatchType
(BatchType batchType, BasePK deletedBy) void
BatchControl.deleteBatchTypeDescription
(BatchTypeDescription batchTypeDescription, BasePK deletedBy) void
BatchControl.deleteBatchTypeDescriptionsByBatchType
(BatchType batchType, BasePK deletedBy) void
BatchControl.deleteBatchTypeEntityType
(BatchTypeEntityType batchTypeEntityType, BasePK deletedBy) void
BatchControl.deleteBatchTypeEntityTypes
(List<BatchTypeEntityType> batchTypeEntityTypes, BasePK deletedBy) void
BatchControl.deleteBatchTypeEntityTypesByBatchType
(BatchType batchType, BasePK deletedBy) void
BatchControl.deleteBatchTypeEntityTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
BatchControl.deleteBatchTypes
(List<BatchType> batchTypes, BasePK deletedBy) void
BatchControl.updateBatchAliasFromValue
(BatchAliasValue batchAliasValue, BasePK updatedBy) void
BatchControl.updateBatchAliasTypeDescriptionFromValue
(BatchAliasTypeDescriptionValue batchAliasTypeDescriptionValue, BasePK updatedBy) void
BatchControl.updateBatchAliasTypeFromValue
(BatchAliasTypeDetailValue batchAliasTypeDetailValue, BasePK updatedBy) void
BatchControl.updateBatchFromValue
(BatchDetailValue batchDetailValue, BasePK updatedBy) void
BatchControl.updateBatchTypeDescriptionFromValue
(BatchTypeDescriptionValue batchTypeDescriptionValue, BasePK updatedBy) void
BatchControl.updateBatchTypeFromValue
(BatchTypeDetailValue batchTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.batch.server.logic
Methods in com.echothree.model.control.batch.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionBatchLogic.createBatch
(ExecutionErrorAccumulator eea, String batchTypeName, BasePK createdBy) BatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, EntityInstance entityInstance, Batch batch, BasePK createdBy) BatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, BaseEntity baseEntity, Batch batch, BasePK createdBy) void
BatchLogic.deleteBatch
(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) void
BatchLogic.deleteBatchEntity
(BatchEntity batchEntity, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.campaign.server.control
Methods in com.echothree.model.control.campaign.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCampaignControl.createCampaign
(String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaign
(String campaignName, String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignContent
(String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignContent
(String campaignContentName, String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignContentDescription
(CampaignContent campaignContent, Language language, String description, BasePK createdBy) CampaignControl.createCampaignDescription
(Campaign campaign, Language language, String description, BasePK createdBy) CampaignControl.createCampaignMedium
(String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignMedium
(String campaignMediumName, String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignMediumDescription
(CampaignMedium campaignMedium, Language language, String description, BasePK createdBy) CampaignControl.createCampaignSource
(String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignSource
(String campaignSourceName, String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignSourceDescription
(CampaignSource campaignSource, Language language, String description, BasePK createdBy) CampaignControl.createCampaignTerm
(String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignTerm
(String campaignTermName, String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) CampaignControl.createCampaignTermDescription
(CampaignTerm campaignTerm, Language language, String description, BasePK createdBy) void
CampaignControl.deleteCampaign
(Campaign campaign, BasePK deletedBy) void
CampaignControl.deleteCampaignContent
(CampaignContent campaignContent, BasePK deletedBy) void
CampaignControl.deleteCampaignContentDescription
(CampaignContentDescription campaignContentDescription, BasePK deletedBy) void
CampaignControl.deleteCampaignContentDescriptionsByCampaignContent
(CampaignContent campaignContent, BasePK deletedBy) void
CampaignControl.deleteCampaignContents
(List<CampaignContent> campaignContents, BasePK deletedBy) void
CampaignControl.deleteCampaignDescription
(CampaignDescription campaignDescription, BasePK deletedBy) void
CampaignControl.deleteCampaignDescriptionsByCampaign
(Campaign campaign, BasePK deletedBy) void
CampaignControl.deleteCampaignMedium
(CampaignMedium campaignMedium, BasePK deletedBy) void
CampaignControl.deleteCampaignMediumDescription
(CampaignMediumDescription campaignMediumDescription, BasePK deletedBy) void
CampaignControl.deleteCampaignMediumDescriptionsByCampaignMedium
(CampaignMedium campaignMedium, BasePK deletedBy) void
CampaignControl.deleteCampaignMediums
(List<CampaignMedium> campaignMediums, BasePK deletedBy) void
CampaignControl.deleteCampaigns
(List<Campaign> campaigns, BasePK deletedBy) void
CampaignControl.deleteCampaignSource
(CampaignSource campaignSource, BasePK deletedBy) void
CampaignControl.deleteCampaignSourceDescription
(CampaignSourceDescription campaignSourceDescription, BasePK deletedBy) void
CampaignControl.deleteCampaignSourceDescriptionsByCampaignSource
(CampaignSource campaignSource, BasePK deletedBy) void
CampaignControl.deleteCampaignSources
(List<CampaignSource> campaignSources, BasePK deletedBy) void
CampaignControl.deleteCampaignTerm
(CampaignTerm campaignTerm, BasePK deletedBy) void
CampaignControl.deleteCampaignTermDescription
(CampaignTermDescription campaignTermDescription, BasePK deletedBy) void
CampaignControl.deleteCampaignTermDescriptionsByCampaignTerm
(CampaignTerm campaignTerm, BasePK deletedBy) void
CampaignControl.deleteCampaignTerms
(List<CampaignTerm> campaignTerms, BasePK deletedBy) void
CampaignControl.updateCampaignContentDescriptionFromValue
(CampaignContentDescriptionValue campaignContentDescriptionValue, BasePK updatedBy) void
CampaignControl.updateCampaignContentFromValue
(CampaignContentDetailValue campaignContentDetailValue, BasePK updatedBy) void
CampaignControl.updateCampaignDescriptionFromValue
(CampaignDescriptionValue campaignDescriptionValue, BasePK updatedBy) void
CampaignControl.updateCampaignFromValue
(CampaignDetailValue campaignDetailValue, BasePK updatedBy) void
CampaignControl.updateCampaignMediumDescriptionFromValue
(CampaignMediumDescriptionValue campaignMediumDescriptionValue, BasePK updatedBy) void
CampaignControl.updateCampaignMediumFromValue
(CampaignMediumDetailValue campaignMediumDetailValue, BasePK updatedBy) void
CampaignControl.updateCampaignSourceDescriptionFromValue
(CampaignSourceDescriptionValue campaignSourceDescriptionValue, BasePK updatedBy) void
CampaignControl.updateCampaignSourceFromValue
(CampaignSourceDetailValue campaignSourceDetailValue, BasePK updatedBy) void
CampaignControl.updateCampaignTermDescriptionFromValue
(CampaignTermDescriptionValue campaignTermDescriptionValue, BasePK updatedBy) void
CampaignControl.updateCampaignTermFromValue
(CampaignTermDetailValue campaignTermDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.cancellationpolicy.server.control
Methods in com.echothree.model.control.cancellationpolicy.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCancellationPolicyControl.createCancellationKind
(String cancellationKindName, SequenceType cancellationSequenceType, Boolean isDefault, Integer sortOrder, BasePK createdBy) CancellationPolicyControl.createCancellationKindDescription
(CancellationKind cancellationKind, Language language, String description, BasePK createdBy) CancellationPolicyControl.createCancellationPolicy
(CancellationKind cancellationKind, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CancellationPolicyControl.createCancellationPolicyReason
(CancellationPolicy cancellationPolicy, CancellationReason cancellationReason, Boolean isDefault, Integer sortOrder, BasePK createdBy) CancellationPolicyControl.createCancellationPolicyTranslation
(CancellationPolicy cancellationPolicy, Language language, String description, MimeType policyMimeType, String policy, BasePK createdBy) CancellationPolicyControl.createCancellationReason
(CancellationKind cancellationKind, String cancellationReasonName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CancellationPolicyControl.createCancellationReasonDescription
(CancellationReason cancellationReason, Language language, String description, BasePK createdBy) CancellationPolicyControl.createCancellationReasonType
(CancellationReason cancellationReason, CancellationType cancellationType, Boolean isDefault, Integer sortOrder, BasePK createdBy) CancellationPolicyControl.createCancellationType
(CancellationKind cancellationKind, String cancellationTypeName, Sequence cancellationSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) CancellationPolicyControl.createCancellationTypeDescription
(CancellationType cancellationType, Language language, String description, BasePK createdBy) CancellationPolicyControl.createPartyCancellationPolicy
(Party party, CancellationPolicy cancellationPolicy, BasePK createdBy) void
CancellationPolicyControl.deleteCancellationKind
(CancellationKind cancellationKind, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationKindDescription
(CancellationKindDescription cancellationKindDescription, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationKindDescriptionsByCancellationKind
(CancellationKind cancellationKind, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPoliciesByCancellationKind
(CancellationKind cancellationKind, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicy
(CancellationPolicy cancellationPolicy, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicyReason
(CancellationPolicyReason cancellationPolicyReason, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicyReasons
(List<CancellationPolicyReason> cancellationPolicyReasons, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicyReasonsByCancellationPolicy
(CancellationPolicy cancellationPolicy, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicyReasonsByCancellationReason
(CancellationReason cancellationReason, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicyTranslation
(CancellationPolicyTranslation cancellationPolicyTranslation, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationPolicyTranslationsByCancellationPolicy
(CancellationPolicy cancellationPolicy, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReason
(CancellationReason cancellationReason, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonDescription
(CancellationReasonDescription cancellationReasonDescription, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonDescriptionsByCancellationReason
(CancellationReason cancellationReason, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonsByCancellationKind
(CancellationKind cancellationKind, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonType
(CancellationReasonType cancellationReasonType, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonTypes
(List<CancellationReasonType> cancellationReasonTypes, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonTypesByCancellationReason
(CancellationReason cancellationReason, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationReasonTypesByCancellationType
(CancellationType cancellationType, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationType
(CancellationType cancellationType, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationTypeDescription
(CancellationTypeDescription cancellationTypeDescription, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationTypeDescriptionsByCancellationType
(CancellationType cancellationType, BasePK deletedBy) void
CancellationPolicyControl.deleteCancellationTypesByCancellationKind
(CancellationKind cancellationKind, BasePK deletedBy) void
CancellationPolicyControl.deletePartyCancellationPoliciesByCancellationPolicy
(CancellationPolicy cancellationPolicy, BasePK deletedBy) void
CancellationPolicyControl.deletePartyCancellationPoliciesByParty
(Party party, BasePK deletedBy) void
CancellationPolicyControl.deletePartyCancellationPoliciesByParty
(List<PartyCancellationPolicy> partyCancellationPolicies, BasePK deletedBy) void
CancellationPolicyControl.deletePartyCancellationPolicy
(PartyCancellationPolicy partyCancellationPolicy, BasePK deletedBy) void
CancellationPolicyControl.updateCancellationKindDescriptionFromValue
(CancellationKindDescriptionValue cancellationKindDescriptionValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationKindFromValue
(CancellationKindDetailValue cancellationKindDetailValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationPolicyFromValue
(CancellationPolicyDetailValue cancellationPolicyDetailValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationPolicyReasonFromValue
(CancellationPolicyReasonValue cancellationPolicyReasonValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationPolicyTranslationFromValue
(CancellationPolicyTranslationValue cancellationPolicyTranslationValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationReasonDescriptionFromValue
(CancellationReasonDescriptionValue cancellationReasonDescriptionValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationReasonFromValue
(CancellationReasonDetailValue cancellationReasonDetailValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationReasonTypeFromValue
(CancellationReasonTypeValue cancellationReasonTypeValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationTypeDescriptionFromValue
(CancellationTypeDescriptionValue cancellationTypeDescriptionValue, BasePK updatedBy) void
CancellationPolicyControl.updateCancellationTypeFromValue
(CancellationTypeDetailValue cancellationTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.cancellationpolicy.server.logic
Methods in com.echothree.model.control.cancellationpolicy.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionCancellationKindLogic.createCancellationKind
(ExecutionErrorAccumulator eea, String cancellationKindName, SequenceType cancellationSequenceType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) CancellationPolicyLogic.createCancellationPolicy
(ExecutionErrorAccumulator eea, CancellationKind cancellationKind, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Language language, String description, MimeType policyMimeType, String policy, BasePK createdBy) CancellationPolicyLogic.createCancellationPolicy
(ExecutionErrorAccumulator eea, String cancellationKindName, String cancellationPolicyName, Boolean isDefault, Integer sortOrder, Language language, String description, String policyMimeTypeName, String policy, BasePK createdBy) PartyCancellationPolicyLogic.createPartyCancellationPolicy
(Party party, CancellationPolicy cancellationPolicy, BasePK createdBy) void
CancellationPolicyLogic.deleteCancellationPolicy
(CancellationPolicy cancellationPolicy, BasePK deletedBy) PartyCancellationPolicyLogic.getPartyCancellationPolicyStatus
(PartyCancellationPolicy partyCancellationPolicy, BasePK createdBy) PartyCancellationPolicyLogic.getPartyCancellationPolicyStatus
(EntityInstance entityInstance, BasePK createdBy) PartyCancellationPolicyLogic.getPartyCancellationPolicyStatusTransfer
(UserVisit userVisit, EntityInstance entityInstance, BasePK createdBy) PartyCancellationPolicyLogic.insertPartyCancellationPolicyIntoWorkflow
(PartyCancellationPolicy partyCancellationPolicy, BasePK createdBy) PartyCancellationPolicyLogic.insertPartyCancellationPolicyIntoWorkflow
(EntityInstance entityInstance, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.carrier.server.control
Methods in com.echothree.model.control.carrier.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCarrierControl.createCarrier
(Party party, String carrierName, CarrierType carrierType, Selector geoCodeSelector, Selector itemSelector, String accountValidationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createCarrierOption
(Party carrierParty, String carrierOptionName, Boolean isRecommended, Boolean isRequired, Selector recommendedGeoCodeSelector, Selector requiredGeoCodeSelector, Selector recommendedItemSelector, Selector requiredItemSelector, Selector recommendedOrderSelector, Selector requiredOrderSelector, Selector recommendedShipmentSelector, Selector requiredShipmentSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createCarrierOptionDescription
(CarrierOption carrierOption, Language language, String description, BasePK createdBy) CarrierControl.createCarrierService
(Party carrierParty, String carrierServiceName, Selector geoCodeSelector, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createCarrierServiceDescription
(CarrierService carrierService, Language language, String description, BasePK createdBy) CarrierControl.createCarrierServiceOption
(CarrierService carrierService, CarrierOption carrierOption, Boolean isRecommended, Boolean isRequired, Selector recommendedGeoCodeSelector, Selector requiredGeoCodeSelector, Selector recommendedItemSelector, Selector requiredItemSelector, Selector recommendedOrderSelector, Selector requiredOrderSelector, Selector recommendedShipmentSelector, Selector requiredShipmentSelector, BasePK createdBy) CarrierControl.createCarrierType
(String carrierTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CarrierControl.createCarrierTypeDescription
(CarrierType carrierType, Language language, String description, BasePK createdBy) CarrierControl.createPartyCarrier
(Party party, Party carrierParty, BasePK createdBy) CarrierControl.createPartyCarrierAccount
(Party party, Party carrierParty, String account, Boolean alwaysUseThirdPartyBilling, BasePK createdBy) void
CarrierControl.deleteCarrier
(Carrier carrier, BasePK deletedBy) void
CarrierControl.deleteCarrierOption
(CarrierOption carrierOption, BasePK deletedBy) void
CarrierControl.deleteCarrierOptionDescription
(CarrierOptionDescription carrierOptionDescription, BasePK deletedBy) void
CarrierControl.deleteCarrierOptionDescriptionsByCarrierOption
(CarrierOption carrierOption, BasePK deletedBy) void
CarrierControl.deleteCarrierOptionsByCarrierParty
(Party carrierParty, BasePK deletedBy) void
CarrierControl.deleteCarrierService
(CarrierService carrierService, BasePK deletedBy) void
CarrierControl.deleteCarrierServiceDescription
(CarrierServiceDescription carrierServiceDescription, BasePK deletedBy) void
CarrierControl.deleteCarrierServiceDescriptionsByCarrierService
(CarrierService carrierService, BasePK deletedBy) void
CarrierControl.deleteCarrierServiceOption
(CarrierServiceOption carrierServiceOption, BasePK deletedBy) void
CarrierControl.deleteCarrierServiceOptions
(List<CarrierServiceOption> carrierServiceOptions, BasePK deletedBy) void
CarrierControl.deleteCarrierServiceOptionsByCarrierOption
(CarrierOption carrierOption, BasePK deletedBy) void
CarrierControl.deleteCarrierServiceOptionsByCarrierService
(CarrierService carrierService, BasePK deletedBy) void
CarrierControl.deleteCarrierServicesByCarrierParty
(Party carrierParty, BasePK deletedBy) void
CarrierControl.deleteCarrierType
(CarrierType carrierType, BasePK deletedBy) void
CarrierControl.deleteCarrierTypeDescription
(CarrierTypeDescription carrierTypeDescription, BasePK deletedBy) void
CarrierControl.deleteCarrierTypeDescriptionsByCarrierType
(CarrierType carrierType, BasePK deletedBy) void
CarrierControl.deletePartyCarrier
(PartyCarrier partyCarrier, BasePK deletedBy) void
CarrierControl.deletePartyCarrierAccount
(PartyCarrierAccount partyCarrierAccount, BasePK deletedBy) void
CarrierControl.deletePartyCarrierAccounts
(List<PartyCarrierAccount> partyCarrierAccounts, BasePK deletedBy) void
CarrierControl.deletePartyCarrierAccountsByCarrierParty
(Party carrierParty, BasePK deletedBy) void
CarrierControl.deletePartyCarrierAccountsByParty
(Party party, BasePK deletedBy) void
CarrierControl.deletePartyCarriers
(List<PartyCarrier> partyCarriers, BasePK deletedBy) void
CarrierControl.deletePartyCarriersByCarrierParty
(Party carrierParty, BasePK deletedBy) void
CarrierControl.deletePartyCarriersByParty
(Party party, BasePK deletedBy) void
CarrierControl.updateCarrierFromValue
(CarrierValue carrierValue, BasePK updatedBy) void
CarrierControl.updateCarrierOptionDescriptionFromValue
(CarrierOptionDescriptionValue carrierOptionDescriptionValue, BasePK updatedBy) void
CarrierControl.updateCarrierOptionFromValue
(CarrierOptionDetailValue carrierOptionDetailValue, BasePK updatedBy) void
CarrierControl.updateCarrierServiceDescriptionFromValue
(CarrierServiceDescriptionValue carrierServiceDescriptionValue, BasePK updatedBy) void
CarrierControl.updateCarrierServiceFromValue
(CarrierServiceDetailValue carrierServiceDetailValue, BasePK updatedBy) void
CarrierControl.updateCarrierServiceOptionFromValue
(CarrierServiceOptionValue carrierServiceOptionValue, BasePK updatedBy) void
CarrierControl.updateCarrierTypeDescriptionFromValue
(CarrierTypeDescriptionValue carrierTypeDescriptionValue, BasePK updatedBy) void
CarrierControl.updateCarrierTypeFromValue
(CarrierTypeDetailValue carrierTypeDetailValue, BasePK updatedBy) void
CarrierControl.updatePartyCarrierAccountFromValue
(PartyCarrierAccountDetailValue partyCarrierAccountDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.chain.server.control
Methods in com.echothree.model.control.chain.server.control with parameters of type BasePKModifier and TypeMethodDescriptionChainControl.createChain
(ChainType chainType, String chainName, Sequence chainInstanceSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.createChainAction
(ChainActionSet chainActionSet, String chainActionName, ChainActionType chainActionType, Integer sortOrder, BasePK createdBy) ChainControl.createChainActionChainActionSet
(ChainAction chainAction, ChainActionSet nextChainActionSet, Long delayTime, BasePK createdBy) ChainControl.createChainActionDescription
(ChainAction chainAction, Language language, String description, BasePK createdBy) ChainControl.createChainActionLetter
(ChainAction chainAction, Letter letter, BasePK createdBy) ChainControl.createChainActionSet
(Chain chain, String chainActionSetName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.createChainActionSetDescription
(ChainActionSet chainActionSet, Language language, String description, BasePK createdBy) ChainControl.createChainActionSurvey
(ChainAction chainAction, Survey survey, BasePK createdBy) ChainControl.createChainActionType
(String chainActionTypeName, Boolean allowMultiple, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.createChainActionTypeDescription
(ChainActionType chainActionType, Language language, String description, BasePK createdBy) ChainControl.createChainDescription
(Chain chain, Language language, String description, BasePK createdBy) ChainControl.createChainEntityRoleType
(ChainType chainType, String chainEntityRoleTypeName, EntityType entityType, Integer sortOrder, BasePK createdBy) ChainControl.createChainEntityRoleTypeDescription
(ChainEntityRoleType chainEntityRoleType, Language language, String description, BasePK createdBy) ChainControl.createChainInstance
(String chainInstanceName, ChainActionSet defaultChainActionSet, BasePK createdBy) ChainControl.createChainInstanceEntityRole
(ChainInstance chainInstance, ChainEntityRoleType chainEntityRoleType, EntityInstance entityInstance, BasePK createdBy) ChainControl.createChainInstanceEntityRole
(ChainInstance chainInstance, ChainEntityRoleType chainEntityRoleType, BasePK pk, BasePK createdBy) ChainControl.createChainKind
(String chainKindName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.createChainKindDescription
(ChainKind chainKind, Language language, String description, BasePK createdBy) ChainControl.createChainType
(ChainKind chainKind, String chainTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ChainControl.createChainTypeDescription
(ChainType chainType, Language language, String description, BasePK createdBy) void
ChainControl.deleteChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainAction
(ChainAction chainAction, BasePK deletedBy) void
ChainControl.deleteChainActionChainActionSet
(ChainActionChainActionSet chainActionChainActionSet, BasePK deletedBy) void
ChainControl.deleteChainActionDescription
(ChainActionDescription chainActionDescription, BasePK deletedBy) void
ChainControl.deleteChainActionDescriptionsByChainAction
(ChainAction chainAction, BasePK deletedBy) void
ChainControl.deleteChainActionLetter
(ChainActionLetter chainActionLetter, BasePK deletedBy) void
ChainControl.deleteChainActions
(List<ChainAction> chainActions, BasePK deletedBy) void
ChainControl.deleteChainActionsByChainActionSet
(ChainActionSet chainActionSet, BasePK deletedBy) void
ChainControl.deleteChainActionSet
(ChainActionSet chainActionSet, BasePK deletedBy) void
ChainControl.deleteChainActionSetDescription
(ChainActionSetDescription chainActionSetDescription, BasePK deletedBy) void
ChainControl.deleteChainActionSetDescriptionsByChainActionSet
(ChainActionSet chainActionSet, BasePK deletedBy) void
ChainControl.deleteChainActionSets
(List<ChainActionSet> chainActionSets, BasePK deletedBy) void
ChainControl.deleteChainActionSetsByChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainActionSurvey
(ChainActionSurvey chainActionSurvey, BasePK deletedBy) void
ChainControl.deleteChainActionType
(ChainActionType chainActionType, BasePK deletedBy) void
ChainControl.deleteChainActionTypeDescription
(ChainActionTypeDescription chainActionTypeDescription, BasePK deletedBy) void
ChainControl.deleteChainActionTypeDescriptionsByChainActionType
(ChainActionType chainActionType, BasePK deletedBy) void
ChainControl.deleteChainDescription
(ChainDescription chainDescription, BasePK deletedBy) void
ChainControl.deleteChainDescriptionsByChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainEntityRoleType
(ChainEntityRoleType chainEntityRoleType, BasePK deletedBy) void
ChainControl.deleteChainEntityRoleTypeDescription
(ChainEntityRoleTypeDescription chainEntityRoleTypeDescription, BasePK deletedBy) void
ChainControl.deleteChainEntityRoleTypeDescriptionsByChainEntityRoleType
(ChainEntityRoleType chainEntityRoleType, BasePK deletedBy) void
ChainControl.deleteChainEntityRoleTypesByChainType
(ChainType chainType, BasePK deletedBy) void
ChainControl.deleteChainInstance
(ChainInstance chainInstance, BasePK deletedBy) void
ChainControl.deleteChainInstanceEntityRole
(ChainInstanceEntityRole chainInstanceEntityRole, BasePK deletedBy) void
ChainControl.deleteChainInstanceEntityRoles
(List<ChainInstanceEntityRole> chainInstanceEntityRoles, BasePK deletedBy) void
ChainControl.deleteChainInstanceEntityRolesByChainEntityRoleType
(ChainEntityRoleType chainEntityRoleType, BasePK deletedBy) void
ChainControl.deleteChainInstanceEntityRolesByChainInstance
(ChainInstance chainInstance, BasePK deletedBy) void
ChainControl.deleteChainInstanceEntityRolesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
ChainControl.deleteChainInstanceIfUnused
(ChainInstance chainInstance, BasePK deletedBy) Should be called each time that something that's depending on the ChainInstance being around is deleted or removed.void
ChainControl.deleteChainInstances
(Collection<ChainInstance> chainInstances, BasePK deletedBy) void
ChainControl.deleteChainInstancesByChain
(Chain chain, BasePK deletedBy) void
ChainControl.deleteChainInstancesByNextChainActionSet
(ChainActionSet nextChainActionSet, BasePK deletedBy) void
ChainControl.deleteChainInstancesByNextChainActionSet
(List<ChainInstanceStatus> chainInstanceStatuses, BasePK deletedBy) void
ChainControl.deleteChainKind
(ChainKind chainKind, BasePK deletedBy) void
ChainControl.deleteChainKindDescription
(ChainKindDescription chainKindDescription, BasePK deletedBy) void
ChainControl.deleteChainKindDescriptionsByChainKind
(ChainKind chainKind, BasePK deletedBy) void
ChainControl.deleteChains
(List<Chain> chains, BasePK deletedBy) void
ChainControl.deleteChainsByChainType
(ChainType chainType, BasePK deletedBy) void
ChainControl.deleteChainsBySequence
(Sequence sequence, BasePK deletedBy) void
ChainControl.deleteChainType
(ChainType chainType, BasePK deletedBy) void
ChainControl.deleteChainTypeDescription
(ChainTypeDescription chainTypeDescription, BasePK deletedBy) void
ChainControl.deleteChainTypeDescriptionsByChainType
(ChainType chainType, BasePK deletedBy) void
ChainControl.deleteChainTypes
(List<ChainType> chainTypes, BasePK deletedBy) void
ChainControl.deleteChainTypesByChainKind
(ChainKind chainKind, BasePK deletedBy) void
ChainControl.deleteChainTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
ChainControl.updateChainActionChainActionSetFromValue
(ChainActionChainActionSetValue chainActionChainActionSetValue, BasePK updatedBy) void
ChainControl.updateChainActionDescriptionFromValue
(ChainActionDescriptionValue chainActionDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainActionFromValue
(ChainActionDetailValue chainActionDetailValue, BasePK updatedBy) void
ChainControl.updateChainActionLetterFromValue
(ChainActionLetterValue chainActionLetterValue, BasePK updatedBy) void
ChainControl.updateChainActionSetDescriptionFromValue
(ChainActionSetDescriptionValue chainActionSetDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainActionSetFromValue
(ChainActionSetDetailValue chainActionSetDetailValue, BasePK updatedBy) void
ChainControl.updateChainActionSurveyFromValue
(ChainActionSurveyValue chainActionSurveyValue, BasePK updatedBy) void
ChainControl.updateChainActionTypeDescriptionFromValue
(ChainActionTypeDescriptionValue chainActionTypeDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainActionTypeFromValue
(ChainActionTypeDetailValue chainActionTypeDetailValue, BasePK updatedBy) void
ChainControl.updateChainDescriptionFromValue
(ChainDescriptionValue chainDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainEntityRoleTypeDescriptionFromValue
(ChainEntityRoleTypeDescriptionValue chainEntityRoleTypeDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainEntityRoleTypeFromValue
(ChainEntityRoleTypeDetailValue chainEntityRoleTypeDetailValue, BasePK updatedBy) void
ChainControl.updateChainFromValue
(ChainDetailValue chainDetailValue, BasePK updatedBy) void
ChainControl.updateChainKindDescriptionFromValue
(ChainKindDescriptionValue chainKindDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainKindFromValue
(ChainKindDetailValue chainKindDetailValue, BasePK updatedBy) void
ChainControl.updateChainTypeDescriptionFromValue
(ChainTypeDescriptionValue chainTypeDescriptionValue, BasePK updatedBy) void
ChainControl.updateChainTypeFromValue
(ChainTypeDetailValue chainTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.chain.server.logic
Methods in com.echothree.model.control.chain.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionprotected ChainInstance
BaseChainLogic.createChainInstance
(ExecutionErrorAccumulator eea, Chain chain, BasePK createdBy) protected ChainInstance
BaseChainLogic.createChainInstance
(ExecutionErrorAccumulator eea, ChainType chainType, Party party, BasePK createdBy) protected ChainInstance
BaseChainLogic.createChainInstance
(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, Party party, BasePK createdBy) protected void
BaseChainLogic.deleteChainInstancedByChainEntityRoleTypeAndEntityInstance
(ChainEntityRoleType chainEntityRoleType, EntityInstance entityInstance, BasePK deletedBy) void
ChainInstanceStatusLogic.processChainInstanceStatus
(Session session, ChainControl chainControl, ChainInstanceStatus chainInstanceStatus, BasePK processedBy) -
Uses of BasePK in com.echothree.model.control.club.server.control
Methods in com.echothree.model.control.club.server.control with parameters of type BasePKModifier and TypeMethodDescriptionClubControl.createClub
(String clubName, SubscriptionType subscriptionType, Filter clubPriceFilter, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) ClubControl.createClubDescription
(Club club, Language language, String description, BasePK createdBy) ClubControl.createClubItem
(Club club, ClubItemType clubItemType, Item item, Long subscriptionTime, BasePK createdBy) void
ClubControl.deleteClub
(Club club, BasePK deletedBy) void
ClubControl.deleteClubBySubscriptionType
(SubscriptionType subscriptionType, BasePK deletedBy) void
ClubControl.deleteClubDescription
(ClubDescription clubDescription, BasePK deletedBy) void
ClubControl.deleteClubDescriptionsByClub
(Club club, BasePK deletedBy) void
ClubControl.deleteClubItem
(ClubItem clubItem, BasePK deletedBy) void
ClubControl.deleteClubItemsByClub
(Club club, BasePK deletedBy) void
ClubControl.deleteClubItemsByItem
(Item item, BasePK deletedBy) void
ClubControl.updateClubDescriptionFromValue
(ClubDescriptionValue clubDescriptionValue, BasePK updatedBy) void
ClubControl.updateClubFromValue
(ClubDetailValue clubDetailValue, BasePK updatedBy) void
ClubControl.updateClubItemFromValue
(ClubItemValue clubItemValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.comment.server.control
Methods in com.echothree.model.control.comment.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCommentControl.createComment
(String commentName, CommentType commentType, EntityInstance commentedEntityInstance, EntityInstance commentedByEntityInstance, Language language, String description, MimeType mimeType, BasePK createdBy) CommentControl.createCommentBlob
(Comment comment, ByteArray blob, BasePK createdBy) CommentControl.createCommentClob
(Comment comment, String clob, BasePK createdBy) CommentControl.createCommentString
(Comment comment, String string, BasePK createdBy) CommentControl.createCommentType
(EntityType entityType, String commentTypeName, Sequence commentSequence, WorkflowEntrance workflowEntrance, MimeTypeUsageType mimeTypeUsageType, Integer sortOrder, BasePK createdBy) CommentControl.createCommentTypeDescription
(CommentType commentType, Language language, String description, BasePK createdBy) CommentControl.createCommentUsage
(Comment comment, CommentUsageType commentUsageType, BasePK createdBy) CommentControl.createCommentUsageType
(CommentType commentType, String commentUsageTypeName, Boolean selectedByDefault, Integer sortOrder, BasePK createdBy) CommentControl.createCommentUsageTypeDescription
(CommentUsageType commentUsageType, Language language, String description, BasePK createdBy) void
CommentControl.deleteComment
(Comment comment, BasePK deletedBy) void
CommentControl.deleteCommentBlob
(CommentBlob commentBlob, BasePK deletedBy) void
CommentControl.deleteCommentClob
(CommentClob commentClob, BasePK deletedBy) void
CommentControl.deleteComments
(List<Comment> comments, BasePK deletedBy) void
CommentControl.deleteCommentsByCommentedByEntityInstance
(EntityInstance ratedEntityInstance, BasePK deletedBy) void
CommentControl.deleteCommentsByCommentedEntityInstance
(EntityInstance ratedEntityInstance, BasePK deletedBy) void
CommentControl.deleteCommentsByCommentType
(CommentType commentType, BasePK deletedBy) void
CommentControl.deleteCommentsByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CommentControl.deleteCommentString
(CommentString commentString, BasePK deletedBy) void
CommentControl.deleteCommentType
(CommentType commentType, BasePK deletedBy) void
CommentControl.deleteCommentTypeDescription
(CommentTypeDescription commentTypeDescription, BasePK deletedBy) void
CommentControl.deleteCommentTypeDescriptionsByCommentType
(CommentType commentType, BasePK deletedBy) void
CommentControl.deleteCommentTypes
(List<CommentType> commentTypes, BasePK deletedBy) void
CommentControl.deleteCommentTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
CommentControl.deleteCommentUsage
(CommentUsage commentUsage, BasePK deletedBy) void
CommentControl.deleteCommentUsages
(List<CommentUsage> commentUsages, BasePK deletedBy) void
CommentControl.deleteCommentUsagesByComment
(Comment comment, BasePK deletedBy) void
CommentControl.deleteCommentUsagesByCommentUsageType
(CommentUsageType commentUsageType, BasePK deletedBy) void
CommentControl.deleteCommentUsageType
(CommentUsageType commentUsageType, BasePK deletedBy) void
CommentControl.deleteCommentUsageTypeDescription
(CommentUsageTypeDescription commentUsageTypeDescription, BasePK deletedBy) void
CommentControl.deleteCommentUsageTypeDescriptionsByCommentUsageType
(CommentUsageType commentUsageType, BasePK deletedBy) void
CommentControl.deleteCommentUsageTypes
(List<CommentUsageType> commentUsageTypes, BasePK deletedBy) void
CommentControl.deleteCommentUsageTypesByCommentType
(CommentType commentType, BasePK deletedBy) void
CommentControl.updateCommentBlobFromValue
(CommentBlobValue commentBlobValue, BasePK updatedBy) void
CommentControl.updateCommentClobFromValue
(CommentClobValue commentClobValue, BasePK updatedBy) void
CommentControl.updateCommentFromValue
(CommentDetailValue commentDetailValue, BasePK updatedBy) void
CommentControl.updateCommentStringFromValue
(CommentStringValue commentStringValue, BasePK updatedBy) void
CommentControl.updateCommentTypeDescriptionFromValue
(CommentTypeDescriptionValue commentTypeDescriptionValue, BasePK updatedBy) void
CommentControl.updateCommentTypeFromValue
(CommentTypeDetailValue commentTypeDetailValue, BasePK updatedBy) void
CommentControl.updateCommentUsageTypeDescriptionFromValue
(CommentUsageTypeDescriptionValue commentUsageTypeDescriptionValue, BasePK updatedBy) void
CommentControl.updateCommentUsageTypeFromValue
(CommentUsageTypeDetailValue commentUsageTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.communication.server.control
Methods in com.echothree.model.control.communication.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCommunicationControl.createCommunicationEmailSource
(CommunicationSource communicationSource, Server server, String username, String password, WorkEffortScope receiveWorkEffortScope, WorkEffortScope sendWorkEffortScope, Selector reviewEmployeeSelector, BasePK createdBy) CommunicationControl.createCommunicationEvent
(CommunicationEventType communicationEventType, CommunicationSource communicationSource, CommunicationEventPurpose communicationEventPurpose, CommunicationEvent originalCommunicationEvent, CommunicationEvent parentCommunicationEvent, PartyContactMechanism partyContactMechanism, Document document, BasePK createdBy) CommunicationControl.createCommunicationEvent
(String communicationEventName, CommunicationEventType communicationEventType, CommunicationSource communicationSource, CommunicationEventPurpose communicationEventPurpose, CommunicationEvent originalCommunicationEvent, CommunicationEvent parentCommunicationEvent, PartyContactMechanism partyContactMechanism, Document document, BasePK createdBy) CommunicationControl.createCommunicationEventPurpose
(String communicationEventPurposeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CommunicationControl.createCommunicationEventPurposeDescription
(CommunicationEventPurpose communicationEventPurpose, Language language, String description, BasePK createdBy) CommunicationControl.createCommunicationEventRole
(CommunicationEvent communicationEvent, Party party, CommunicationEventRoleType communicationEventRoleType, BasePK createdBy) CommunicationControl.createCommunicationSource
(String communicationSourceName, CommunicationSourceType communicationSourceType, Integer sortOrder, BasePK createdBy) CommunicationControl.createCommunicationSourceDescription
(CommunicationSource communicationSource, Language language, String description, BasePK createdBy) void
CommunicationControl.deleteCommunicationEmailSource
(CommunicationEmailSource communicationEmailSource, BasePK deletedBy) void
CommunicationControl.deleteCommunicationEmailSourceByCommunicationSource
(CommunicationSource communicationSource, BasePK deletedBy) void
CommunicationControl.deleteCommunicationEventPurpose
(CommunicationEventPurpose communicationEventPurpose, BasePK deletedBy) void
CommunicationControl.deleteCommunicationEventPurposeDescription
(CommunicationEventPurposeDescription communicationEventPurposeDescription, BasePK deletedBy) void
CommunicationControl.deleteCommunicationEventPurposeDescriptionsByCommunicationEventPurpose
(CommunicationEventPurpose communicationEventPurpose, BasePK deletedBy) void
CommunicationControl.deleteCommunicationEventRole
(CommunicationEventRole communicationEventRole, BasePK deletedBy) void
CommunicationControl.deleteCommunicationEventsByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
CommunicationControl.deleteCommunicationSource
(CommunicationSource communicationSource, BasePK deletedBy) void
CommunicationControl.deleteCommunicationSourceDescription
(CommunicationSourceDescription communicationSourceDescription, BasePK deletedBy) void
CommunicationControl.deleteCommunicationSourceDescriptionsByCommunicationSource
(CommunicationSource communicationSource, BasePK deletedBy) void
CommunicationControl.updateCommunicationEmailSourceFromValue
(CommunicationEmailSourceValue communicationEmailSourceValue, BasePK updatedBy) void
CommunicationControl.updateCommunicationEventPurposeDescriptionFromValue
(CommunicationEventPurposeDescriptionValue communicationEventPurposeDescriptionValue, BasePK updatedBy) void
CommunicationControl.updateCommunicationEventPurposeFromValue
(CommunicationEventPurposeDetailValue communicationEventPurposeDetailValue, BasePK updatedBy) void
CommunicationControl.updateCommunicationSourceDescriptionFromValue
(CommunicationSourceDescriptionValue communicationSourceDescriptionValue, BasePK updatedBy) void
CommunicationControl.updateCommunicationSourceFromValue
(CommunicationSourceDetailValue communicationSourceDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.contact.server.control
Methods in com.echothree.model.control.contact.server.control with parameters of type BasePKModifier and TypeMethodDescriptionContactControl.createContactEmailAddress
(ContactMechanism contactMechanism, String emailAddress, BasePK createdBy) ContactControl.createContactInet4Address
(ContactMechanism contactMechanism, Integer inet4Address, BasePK createdBy) ContactControl.createContactInet6Address
(ContactMechanism contactMechanism, Long inet6AddressLow, Long inet6AddressHigh, BasePK createdBy) ContactControl.createContactMechanism
(String contactMechanismName, ContactMechanismType contactMechanismType, Boolean allowSolicitation, BasePK createdBy) ContactControl.createContactMechanismAlias
(ContactMechanism contactMechanism, ContactMechanismAliasType contactMechanismAliasType, String alias, BasePK createdBy) ContactControl.createContactMechanismAliasType
(String contactMechanismAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.createContactMechanismAliasTypeDescription
(ContactMechanismAliasType contactMechanismAliasType, Language language, String description, BasePK createdBy) ContactControl.createContactPostalAddress
(ContactMechanism contactMechanism, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String companyName, String attention, String address1, String address2, String address3, String city, GeoCode cityGeoCode, GeoCode countyGeoCode, String state, GeoCode stateGeoCode, String postalCode, GeoCode postalCodeGeoCode, GeoCode countryGeoCode, Boolean isCommercial, BasePK createdBy) ContactControl.createContactPostalAddressCorrection
(ContactMechanism contactMechanism, String address1, String address2, String address3, String city, GeoCode cityGeoCode, GeoCode countyGeoCode, String state, GeoCode stateGeoCode, String postalCode, GeoCode postalCodeGeoCode, GeoCode countryGeoCode, BasePK createdBy) ContactControl.createContactTelephone
(ContactMechanism contactMechanism, GeoCode countryGeoCode, String areaCode, String telephoneNumber, String telephoneExtension, BasePK createdBy) ContactControl.createContactWebAddress
(ContactMechanism contactMechanism, String url, BasePK createdBy) ContactControl.createPartyContactMechanism
(Party party, ContactMechanism contactMechanism, String description, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.createPartyContactMechanismAlias
(Party party, ContactMechanism contactMechanism, ContactMechanismAliasType contactMechanismAliasType, String alias, BasePK createdBy) ContactControl.createPartyContactMechanismPurpose
(PartyContactMechanism partyContactMechanism, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.createPartyContactMechanismRelationship
(PartyContactMechanism fromPartyContactMechanism, PartyContactMechanism toPartyContactMechanism, BasePK createdBy) ContactControl.createPostalAddressFormat
(String postalAddressFormatName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactControl.createPostalAddressFormatDescription
(PostalAddressFormat postalAddressFormat, Language language, String description, BasePK createdBy) ContactControl.createPostalAddressLine
(PostalAddressFormat postalAddressFormat, Integer postalAddressLineSortOrder, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, Boolean collapseIfEmpty, BasePK createdBy) ContactControl.createPostalAddressLineElement
(PostalAddressLine postalAddressLine, Integer postalAddressLineElementSortOrder, PostalAddressElementType postalAddressElementType, String prefix, Boolean alwaysIncludePrefix, String suffix, Boolean alwaysIncludeSuffix, BasePK createdBy) void
ContactControl.deleteContactEmailAddress
(ContactEmailAddress contactEmailAddress, BasePK deletedBy) void
ContactControl.deleteContactEmailAddressByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactInet4Address
(ContactInet4Address contactInet4Address, BasePK deletedBy) void
ContactControl.deleteContactInet4AddressByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactInet6Address
(ContactInet6Address contactInet6Address, BasePK deletedBy) void
ContactControl.deleteContactInet6AddressByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactMechanismAlias
(ContactMechanismAlias contactMechanismAlias, BasePK deletedBy) void
ContactControl.deleteContactMechanismAliases
(List<ContactMechanismAlias> contactMechanismAliases, BasePK deletedBy) void
ContactControl.deleteContactMechanismAliasesByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactMechanismAliasesByContactMechanismAliasType
(ContactMechanismAliasType contactMechanismAliasType, BasePK deletedBy) void
ContactControl.deleteContactMechanismAliasType
(ContactMechanismAliasType contactMechanismAliasType, BasePK deletedBy) void
ContactControl.deleteContactMechanismAliasTypeDescription
(ContactMechanismAliasTypeDescription contactMechanismAliasTypeDescription, BasePK deletedBy) void
ContactControl.deleteContactMechanismAliasTypeDescriptionsByContactMechanismAliasType
(ContactMechanismAliasType contactMechanismAliasType, BasePK deletedBy) void
ContactControl.deleteContactPostalAddress
(ContactPostalAddress contactPostalAddress, BasePK deletedBy) void
ContactControl.deleteContactPostalAddressByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactPostalAddressCorrection
(ContactPostalAddressCorrection contactPostalAddressCorrection, BasePK deletedBy) void
ContactControl.deleteContactPostalAddressCorrectionByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactTelephone
(ContactTelephone contactTelephone, BasePK deletedBy) void
ContactControl.deleteContactTelephoneByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deleteContactWebAddress
(ContactWebAddress contactWebAddress, BasePK deletedBy) void
ContactControl.deleteContactWebAddressByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismAlias
(PartyContactMechanismAlias partyContactMechanismAlias, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismAliasesByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismAliasesByParty
(Party party, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismPurpose
(PartyContactMechanismPurpose partyContactMechanismPurpose, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismPurposesByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismRelationship
(PartyContactMechanismRelationship partyContactMechanismRelationship, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismRelationships
(List<PartyContactMechanismRelationship> partyContactMechanismRelationships, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismRelationshipsByFromPartyContactMechanism
(PartyContactMechanism fromPartyContactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismRelationshipsByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismRelationshipsByToPartyContactMechanism
(PartyContactMechanism toPartyContactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismsByContactMechanism
(ContactMechanism contactMechanism, BasePK deletedBy) void
ContactControl.deletePartyContactMechanismsByParty
(Party party, BasePK deletedBy) void
ContactControl.deletePostalAddressFormat
(PostalAddressFormat postalAddressFormat, BasePK deletedBy) void
ContactControl.deletePostalAddressFormatDescription
(PostalAddressFormatDescription postalAddressFormatDescription, BasePK deletedBy) void
ContactControl.deletePostalAddressFormatDescriptionsByPostalAddressFormat
(PostalAddressFormat postalAddressFormat, BasePK deletedBy) void
ContactControl.deletePostalAddressLine
(PostalAddressLine postalAddressLine, BasePK deletedBy) void
ContactControl.deletePostalAddressLineElement
(PostalAddressLineElement postalAddressLineElement, BasePK deletedBy) void
ContactControl.deletePostalAddressLineElementsByPostalAddressLine
(PostalAddressLine postalAddressLine, BasePK deletedBy) void
ContactControl.deletePostalAddressLinesByPostalAddressFormat
(PostalAddressFormat postalAddressFormat, BasePK deletedBy) void
ContactControl.updateContactEmailAddressFromValue
(ContactEmailAddressValue contactEmailAddressValue, BasePK updatedBy) void
ContactControl.updateContactInet4AddressFromValue
(ContactInet4AddressValue contactInet4AddressValue, BasePK updatedBy) void
ContactControl.updateContactInet6AddressFromValue
(ContactInet6AddressValue contactInet6AddressValue, BasePK updatedBy) void
ContactControl.updateContactMechanismAliasTypeDescriptionFromValue
(ContactMechanismAliasTypeDescriptionValue contactMechanismAliasTypeDescriptionValue, BasePK updatedBy) void
ContactControl.updateContactMechanismAliasTypeFromValue
(ContactMechanismAliasTypeDetailValue contactMechanismAliasTypeDetailValue, BasePK updatedBy) void
ContactControl.updateContactMechanismFromValue
(ContactMechanismDetailValue contactMechanismDetailValue, BasePK updatedBy) void
ContactControl.updateContactPostalAddressCorrectionFromValue
(ContactPostalAddressCorrectionValue contactPostalAddressCorrectionValue, BasePK updatedBy) void
ContactControl.updateContactPostalAddressFromValue
(ContactPostalAddressValue contactPostalAddressValue, BasePK updatedBy) void
ContactControl.updateContactTelephoneFromValue
(ContactTelephoneValue contactTelephoneValue, BasePK updatedBy) void
ContactControl.updateContactWebAddressFromValue
(ContactWebAddressValue contactWebAddressValue, BasePK updatedBy) void
ContactControl.updatePartyContactMechanismFromValue
(PartyContactMechanismDetailValue partyContactMechanismDetailValue, BasePK updatedBy) void
ContactControl.updatePartyContactMechanismPurposeFromValue
(PartyContactMechanismPurposeDetailValue partyContactMechanismPurposeDetailValue, BasePK updatedBy) void
ContactControl.updatePostalAddressFormatDescriptionFromValue
(PostalAddressFormatDescriptionValue postalAddressFormatDescriptionValue, BasePK updatedBy) void
ContactControl.updatePostalAddressFormatFromValue
(PostalAddressFormatDetailValue postalAddressFormatDetailValue, BasePK updatedBy) void
ContactControl.updatePostalAddressLineElementFromValue
(PostalAddressLineElementValue postalAddressLineElementValue, BasePK updatedBy) void
ContactControl.updatePostalAddressLineFromValue
(PostalAddressLineDetailValue postalAddressLineDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.contact.server.logic
Methods in com.echothree.model.control.contact.server.logic with parameters of type BasePK -
Uses of BasePK in com.echothree.model.control.contactlist.server
Methods in com.echothree.model.control.contactlist.server with parameters of type BasePKModifier and TypeMethodDescriptionvoid
ContactListControl.clearContactListContactMechanismPurposeFromPartyContactLists
(ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK clearedBy) ContactListControl.createContactList
(String contactListName, ContactListGroup contactListGroup, ContactListType contactListType, ContactListFrequency contactListFrequency, WorkflowEntrance defaultPartyContactListStatus, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactListControl.createContactListContactMechanismPurpose
(ContactList contactList, ContactMechanismPurpose contactMechanismPurpose, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactListControl.createContactListDescription
(ContactList contactList, Language language, String description, BasePK createdBy) ContactListControl.createContactListFrequency
(String contactListFrequencyName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactListControl.createContactListFrequencyDescription
(ContactListFrequency contactListFrequency, Language language, String description, BasePK createdBy) ContactListControl.createContactListGroup
(String contactListGroupName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactListControl.createContactListGroupDescription
(ContactListGroup contactListGroup, Language language, String description, BasePK createdBy) ContactListControl.createContactListType
(String contactListTypeName, Chain confirmationRequestChain, Chain subscribeChain, Chain unsubscribeChain, Boolean usedForSolicitation, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContactListControl.createContactListTypeDescription
(ContactListType contactListType, Language language, String description, BasePK createdBy) ContactListControl.createCustomerTypeContactList
(CustomerType customerType, ContactList contactList, Boolean addWhenCreated, BasePK createdBy) ContactListControl.createCustomerTypeContactListGroup
(CustomerType customerType, ContactListGroup contactListGroup, Boolean addWhenCreated, BasePK createdBy) ContactListControl.createPartyContactList
(Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) ContactListControl.createPartyTypeContactList
(PartyType partyType, ContactList contactList, Boolean addWhenCreated, BasePK createdBy) ContactListControl.createPartyTypeContactListGroup
(PartyType partyType, ContactListGroup contactListGroup, Boolean addWhenCreated, BasePK createdBy) void
ContactListControl.deleteContactList
(ContactList contactList, BasePK deletedBy) void
ContactListControl.deleteContactListContactMechanismPurpose
(ContactListContactMechanismPurpose contactListContactMechanismPurpose, BasePK deletedBy) void
ContactListControl.deleteContactListContactMechanismPurposes
(List<ContactListContactMechanismPurpose> contactListContactMechanismPurposes, BasePK deletedBy) void
ContactListControl.deleteContactListContactMechanismPurposesByContactList
(ContactList contactList, BasePK deletedBy) void
ContactListControl.deleteContactListContactMechanismPurposesByContactMechanismPurpose
(ContactMechanismPurpose contactMechanismPurpose, BasePK deletedBy) void
ContactListControl.deleteContactListDescription
(ContactListDescription contactListDescription, BasePK deletedBy) void
ContactListControl.deleteContactListDescriptionsByContactList
(ContactList contactList, BasePK deletedBy) void
ContactListControl.deleteContactListFrequency
(ContactListFrequency contactListFrequency, BasePK deletedBy) void
ContactListControl.deleteContactListFrequencyDescription
(ContactListFrequencyDescription contactListFrequencyDescription, BasePK deletedBy) void
ContactListControl.deleteContactListFrequencyDescriptionsByContactListFrequency
(ContactListFrequency contactListFrequency, BasePK deletedBy) void
ContactListControl.deleteContactListGroup
(ContactListGroup contactListGroup, BasePK deletedBy) void
ContactListControl.deleteContactListGroupDescription
(ContactListGroupDescription contactListGroupDescription, BasePK deletedBy) void
ContactListControl.deleteContactListGroupDescriptionsByContactListGroup
(ContactListGroup contactListGroup, BasePK deletedBy) void
ContactListControl.deleteContactLists
(List<ContactList> contactLists, BasePK deletedBy) void
ContactListControl.deleteContactListsByContactListFrequency
(ContactListFrequency contactListFrequency, BasePK deletedBy) void
ContactListControl.deleteContactListsByContactListGroup
(ContactListGroup contactListGroup, BasePK deletedBy) void
ContactListControl.deleteContactListsByContactListType
(ContactListType contactListType, BasePK deletedBy) void
ContactListControl.deleteContactListsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
ContactListControl.deleteContactListType
(ContactListType contactListType, BasePK deletedBy) void
ContactListControl.deleteContactListTypeDescription
(ContactListTypeDescription contactListTypeDescription, BasePK deletedBy) void
ContactListControl.deleteContactListTypeDescriptionsByContactListType
(ContactListType contactListType, BasePK deletedBy) void
ContactListControl.deleteContactListTypes
(List<ContactListType> contactListTypes, BasePK deletedBy) void
ContactListControl.deleteContactListTypesByChain
(Chain chain, BasePK deletedBy) void
ContactListControl.deleteContactListTypesByConfirmationRequestChain
(Chain confirmationRequestChain, BasePK deletedBy) void
ContactListControl.deleteContactListTypesBySubscribeChain
(Chain subscribeChain, BasePK deletedBy) void
ContactListControl.deleteContactListTypesByUnsubscribeChain
(Chain unsubscribeChain, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactList
(CustomerTypeContactList customerTypeContactList, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactListGroup
(CustomerTypeContactListGroup customerTypeContactListGroup, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactListGroups
(List<CustomerTypeContactListGroup> customerTypeContactListGroups, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactListGroupsByContactListGroup
(ContactListGroup contactListGroup, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactListGroupsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactLists
(List<CustomerTypeContactList> customerTypeContactLists, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactListsByContactList
(ContactList contactList, BasePK deletedBy) void
ContactListControl.deleteCustomerTypeContactListsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
ContactListControl.deletePartyContactList
(PartyContactList partyContactList, BasePK deletedBy) void
ContactListControl.deletePartyContactListsByContactList
(ContactList contactList, BasePK deletedBy) void
ContactListControl.deletePartyContactListsByParty
(Party party, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactList
(PartyTypeContactList partyTypeContactList, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactListGroup
(PartyTypeContactListGroup partyTypeContactListGroup, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactListGroups
(List<PartyTypeContactListGroup> partyTypeContactListGroups, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactListGroupsByContactListGroup
(ContactListGroup contactListGroup, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactListGroupsByPartyType
(PartyType partyType, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactLists
(List<PartyTypeContactList> partyTypeContactLists, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactListsByContactList
(ContactList contactList, BasePK deletedBy) void
ContactListControl.deletePartyTypeContactListsByPartyType
(PartyType partyType, BasePK deletedBy) void
ContactListControl.updateContactListContactMechanismPurposeFromValue
(ContactListContactMechanismPurposeDetailValue contactListContactMechanismPurposeDetailValue, BasePK updatedBy) void
ContactListControl.updateContactListDescriptionFromValue
(ContactListDescriptionValue contactListDescriptionValue, BasePK updatedBy) void
ContactListControl.updateContactListFrequencyDescriptionFromValue
(ContactListFrequencyDescriptionValue contactListFrequencyDescriptionValue, BasePK updatedBy) void
ContactListControl.updateContactListFrequencyFromValue
(ContactListFrequencyDetailValue contactListFrequencyDetailValue, BasePK updatedBy) void
ContactListControl.updateContactListFromValue
(ContactListDetailValue contactListDetailValue, BasePK updatedBy) void
ContactListControl.updateContactListGroupDescriptionFromValue
(ContactListGroupDescriptionValue contactListGroupDescriptionValue, BasePK updatedBy) void
ContactListControl.updateContactListGroupFromValue
(ContactListGroupDetailValue contactListGroupDetailValue, BasePK updatedBy) void
ContactListControl.updateContactListTypeDescriptionFromValue
(ContactListTypeDescriptionValue contactListTypeDescriptionValue, BasePK updatedBy) void
ContactListControl.updateContactListTypeFromValue
(ContactListTypeDetailValue contactListTypeDetailValue, BasePK updatedBy) void
ContactListControl.updateCustomerTypeContactListFromValue
(CustomerTypeContactListValue customerTypeContactListValue, BasePK updatedBy) void
ContactListControl.updateCustomerTypeContactListGroupFromValue
(CustomerTypeContactListGroupValue customerTypeContactListGroupValue, BasePK updatedBy) void
ContactListControl.updatePartyContactListFromValue
(PartyContactListDetailValue partyContactListDetailValue, BasePK updatedBy) void
ContactListControl.updatePartyTypeContactListFromValue
(PartyTypeContactListValue partyTypeContactListValue, BasePK updatedBy) void
ContactListControl.updatePartyTypeContactListGroupFromValue
(PartyTypeContactListGroupValue partyTypeContactListGroupValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.contactlist.server.logic
Methods in com.echothree.model.control.contactlist.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
ContactListLogic.addContactListToParty
(ExecutionErrorAccumulator eea, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) protected ChainInstance
ContactListChainLogic.createChainInstance
(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, PartyContactList partyContactList, BasePK createdBy) In looking for the Chain, the following are checked: 1) Check for PartyTypeContactList, if exists, use it; skip 2-3.protected ChainInstance
ContactListChainLogic.createContactListChainInstance
(ExecutionErrorAccumulator eea, String chainTypeName, PartyContactList partyContactList, BasePK createdBy) ContactListChainLogic.createContactListConfirmationChainInstance
(ExecutionErrorAccumulator eea, Party party, PartyContactList partyContactList, BasePK createdBy) ContactListChainLogic.createContactListSubscribeChainInstance
(ExecutionErrorAccumulator eea, Party party, PartyContactList partyContactList, BasePK createdBy) ContactListChainLogic.createContactListUnsubscribeChainInstance
(ExecutionErrorAccumulator eea, Party party, PartyContactList partyContactList, BasePK createdBy) void
ContactListLogic.removeContactListFromParty
(ExecutionErrorAccumulator eea, PartyContactList partyContactList, BasePK deletedBy) void
ContactListLogic.setupInitialContactLists
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.content.server.control
Methods in com.echothree.model.control.content.server.control with parameters of type BasePKModifier and TypeMethodDescriptionContentControl.createContentCatalog
(ContentCollection contentCollection, String contentCatalogName, OfferUse defaultOfferUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentCatalogDescription
(ContentCatalog contentCatalog, Language language, String description, BasePK createdBy) ContentControl.createContentCatalogItem
(ContentCatalog contentCatalog, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ContentControl.createContentCatalogItemFixedPrice
(ContentCatalogItem contentCatalogItem, Long unitPrice, BasePK createdBy) ContentControl.createContentCatalogItemVariablePrice
(ContentCatalogItem contentCatalogItem, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, BasePK createdBy) ContentControl.createContentCategory
(ContentCatalog contentCatalog, String contentCategoryName, ContentCategory parentContentCategory, OfferUse defaultOfferUse, Selector itemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentCategoryDescription
(ContentCategory contentCategory, Language language, String description, BasePK createdBy) ContentControl.createContentCategoryItem
(ContentCategory contentCategory, ContentCatalogItem contentCatalogItem, Boolean isDefault, Integer sortOrder, BasePK createdBy) Use the function in ContentLogic instead.ContentControl.createContentCollection
(String contentCollectionName, OfferUse defaultOfferUse, BasePK createdBy) ContentControl.createContentCollectionDescription
(ContentCollection contentCollection, Language language, String description, BasePK createdBy) ContentControl.createContentForum
(ContentCollection contentCollection, Forum forum, Boolean isDefault, BasePK createdBy) ContentControl.createContentPage
(ContentSection contentSection, String contentPageName, ContentPageLayout contentPageLayout, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentPageArea
(ContentPage contentPage, ContentPageLayoutArea contentPageLayoutArea, Language language, MimeType mimeType, BasePK createdBy) ContentControl.createContentPageAreaType
(String contentPageAreaTypeName, BasePK createdBy) ContentControl.createContentPageAreaTypeDescription
(ContentPageAreaType contentPageAreaType, Language language, String description, BasePK createdBy) ContentControl.createContentPageDescription
(ContentPage contentPage, Language language, String description, BasePK createdBy) ContentControl.createContentPageLayout
(String contentPageLayoutName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentPageLayoutDescription
(ContentPageLayout contentPageLayout, Language language, String description, BasePK createdBy) ContentControl.createContentSection
(ContentCollection contentCollection, String contentSectionName, ContentSection parentContentSection, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentControl.createContentSectionDescription
(ContentSection contentSection, Language language, String description, BasePK createdBy) ContentControl.createContentWebAddress
(String contentWebAddressName, ContentCollection contentCollection, BasePK createdBy) ContentControl.createContentWebAddressDescription
(ContentWebAddress contentWebAddress, Language language, String description, BasePK createdBy) ContentControl.createContentWebAddressServer
(ContentWebAddress contentWebAddress, Server server, BasePK createdBy) void
ContentControl.deleteContentCatalog
(ContentCatalog contentCatalog, BasePK deletedBy) void
ContentControl.deleteContentCatalogDescription
(ContentCatalogDescription contentCatalogDescription, BasePK deletedBy) void
ContentControl.deleteContentCatalogDescriptionsByContentCatalog
(ContentCatalog contentCatalog, BasePK deletedBy) void
ContentControl.deleteContentCatalogItem
(ContentCatalogItem contentCatalogItem, BasePK deletedBy) void
ContentControl.deleteContentCatalogItemFixedPrice
(ContentCatalogItemFixedPrice contentCatalogItemFixedPrice, BasePK deletedBy) void
ContentControl.deleteContentCatalogItems
(List<ContentCatalogItem> contentCatalogItems, BasePK deletedBy) void
ContentControl.deleteContentCatalogItemsByContentCatalog
(ContentCatalog contentCatalog, BasePK deletedBy) void
ContentControl.deleteContentCatalogItemsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ContentControl.deleteContentCatalogItemsByItem
(Item item, BasePK deletedBy) void
ContentControl.deleteContentCatalogItemsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ContentControl.deleteContentCatalogItemVariablePrice
(ContentCatalogItemVariablePrice contentCatalogItemVariablePrice, BasePK deletedBy) void
ContentControl.deleteContentCatalogsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentCategoriesByContentCatalog
(ContentCatalog contentCatalog, BasePK deletedBy) void
ContentControl.deleteContentCategory
(ContentCategory contentCategory, BasePK deletedBy) void
ContentControl.deleteContentCategoryDescription
(ContentCategoryDescription contentCategoryDescription, BasePK deletedBy) void
ContentControl.deleteContentCategoryDescriptionsByContentCategory
(ContentCategory contentCategory, BasePK deletedBy) void
ContentControl.deleteContentCategoryItem
(ContentCategoryItem contentCategoryItem, BasePK deletedBy) void
ContentControl.deleteContentCategoryItemsByContentCategory
(ContentCategory contentCategory, BasePK deletedBy) void
ContentControl.deleteContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentCollectionDescription
(ContentCollectionDescription contentCollectionDescription, BasePK deletedBy) void
ContentControl.deleteContentCollectionDescriptionsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentForum
(ContentForum contentForum, BasePK deletedBy) void
ContentControl.deleteContentForumsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentPage
(ContentPage contentPage, BasePK deletedBy) void
ContentControl.deleteContentPageArea
(ContentPageArea contentPageArea, BasePK deletedBy) void
ContentControl.deleteContentPageAreasByContentPage
(ContentPage contentPage, BasePK deletedBy) void
ContentControl.deleteContentPageDescription
(ContentPageDescription contentPageDescription, BasePK deletedBy) void
ContentControl.deleteContentPageDescriptionsByContentPage
(ContentPage contentPage, BasePK deletedBy) void
ContentControl.deleteContentPageLayout
(ContentPageLayout contentPageLayout, BasePK deletedBy) void
ContentControl.deleteContentPageLayoutDescription
(ContentPageLayoutDescription contentPageLayoutDescription, BasePK deletedBy) void
ContentControl.deleteContentPageLayoutDescriptionsByContentPageLayout
(ContentPageLayout contentPageLayout, BasePK deletedBy) void
ContentControl.deleteContentPagesByContentPageLayout
(ContentPageLayout contentPageLayout, BasePK deletedBy) void
ContentControl.deleteContentPagesByContentSection
(ContentSection contentSection, BasePK deletedBy) void
ContentControl.deleteContentSection
(ContentSection contentSection, BasePK deletedBy) void
ContentControl.deleteContentSectionDescription
(ContentSectionDescription contentSectionDescription, BasePK deletedBy) void
ContentControl.deleteContentSectionDescriptionsByContentSection
(ContentSection contentSection, BasePK deletedBy) void
ContentControl.deleteContentSectionsByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentWebAddress
(ContentWebAddress contentWebAddress, BasePK deletedBy) void
ContentControl.deleteContentWebAddressDescription
(ContentWebAddressDescription contentWebAddressDescription, BasePK deletedBy) void
ContentControl.deleteContentWebAddressDescriptionsByContentWebAddress
(ContentWebAddress contentWebAddress, BasePK deletedBy) void
ContentControl.deleteContentWebAddressesByContentCollection
(ContentCollection contentCollection, BasePK deletedBy) void
ContentControl.deleteContentWebAddressServer
(ContentWebAddressServer contentWebAddressServer, BasePK deletedBy) void
ContentControl.deleteContentWebAddressServersByContentWebAddress
(ContentWebAddress contentWebAddress, BasePK deletedBy) void
ContentControl.updateContentCatalogDescriptionFromValue
(ContentCatalogDescriptionValue contentCatalogDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentCatalogFromValue
(ContentCatalogDetailValue contentCatalogDetailValue, BasePK updatedBy) void
ContentControl.updateContentCatalogItemFixedPriceFromValue
(ContentCatalogItemFixedPriceValue contentCatalogItemFixedPriceValue, BasePK updatedBy) void
ContentControl.updateContentCatalogItemVariablePriceFromValue
(ContentCatalogItemVariablePriceValue contentCatalogItemVariablePriceValue, BasePK updatedBy) void
ContentControl.updateContentCategoryDescriptionFromValue
(ContentCategoryDescriptionValue contentCategoryDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentCategoryFromValue
(ContentCategoryDetailValue contentCategoryDetailValue, BasePK updatedBy) void
ContentControl.updateContentCategoryItemFromValue
(ContentCategoryItemValue contentCategoryItemValue, BasePK updatedBy) Use the function in ContentLogic instead.void
ContentControl.updateContentCollectionDescriptionFromValue
(ContentCollectionDescriptionValue contentCollectionDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentCollectionFromValue
(ContentCollectionDetailValue contentCollectionDetailValue, BasePK updatedBy) void
ContentControl.updateContentForumFromValue
(ContentForumDetailValue contentForumDetailValue, BasePK updatedBy) ContentControl.updateContentPageAreaFromValue
(ContentPageAreaDetailValue contentPageAreaDetailValue, boolean forceUpdate, BasePK updatedBy) void
ContentControl.updateContentPageDescriptionFromValue
(ContentPageDescriptionValue contentPageDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentPageFromValue
(ContentPageDetailValue contentPageDetailValue, BasePK updatedBy) void
ContentControl.updateContentPageLayoutDescriptionFromValue
(ContentPageLayoutDescriptionValue contentPageLayoutDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentPageLayoutFromValue
(ContentPageLayoutDetailValue contentPageLayoutDetailValue, BasePK updatedBy) void
ContentControl.updateContentSectionDescriptionFromValue
(ContentSectionDescriptionValue contentSectionDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentSectionFromValue
(ContentSectionDetailValue contentSectionDetailValue, BasePK updatedBy) void
ContentControl.updateContentWebAddressDescriptionFromValue
(ContentWebAddressDescriptionValue contentWebAddressDescriptionValue, BasePK updatedBy) void
ContentControl.updateContentWebAddressFromValue
(ContentWebAddressDetailValue contentWebAddressDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.content.server.logic
Methods in com.echothree.model.control.content.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionContentLogic.createContentCategoryItem
(ExecutionErrorAccumulator eea, ContentCategory contentCategory, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) ContentPageAreaTypeLogic.createContentPageAreaType
(ExecutionErrorAccumulator eea, String contentPageAreaTypeName, Language language, String description, BasePK createdBy) ContentPageLayoutLogic.createContentPageLayout
(ExecutionErrorAccumulator eea, String contentPageLayoutName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
ContentLogic.deleteContentCategoryItem
(ContentCategoryItem contentCategoryItem, BasePK deletedBy) void
ContentLogic.deleteContentCategoryItemByOfferItemPrice
(OfferItemPrice offerItemPrice, BasePK deletedBy) void
ContentPageLayoutLogic.deleteContentPageLayout
(ExecutionErrorAccumulator eea, ContentPageLayout contentPageLayout, BasePK deletedBy) void
ContentLogic.updateContentCatalogItemPriceByContentCatalogItem
(ContentCatalogItem contentCatalogItem, BasePK updatedBy) Check to make sure the ContentCatalogItem has the lower price possible in the ContentCatalog, or if it is no longer used, delete it.void
ContentLogic.updateContentCatalogItemPrices
(Iterable<ContentCatalogItem> contentCatalogItems, BasePK updatedBy) For all ContentCatalogItem in the Set, verify they have the lower price possible in their ContentCatalog.void
ContentLogic.updateContentCatalogItemPricesByContentCategory
(ContentCategory contentCategory, BasePK updatedBy) Call when a ContentCategory is updated, and the DefaultOfferUse was modified.void
ContentLogic.updateContentCatalogItemPricesByOfferItemPrice
(OfferItemPrice offerItemPrice, BasePK updatedBy) void
ContentLogic.updateContentCategoryItemFromValue
(ContentCategoryItemValue contentCategoryItemValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.core.server.control
Methods in com.echothree.model.control.core.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCoreControl.createAppearance
(String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createAppearanceDescription
(Appearance appearance, Language language, String description, BasePK createdBy) CoreControl.createAppearanceTextDecoration
(Appearance appearance, TextDecoration textDecoration, BasePK createdBy) CoreControl.createAppearanceTextTransformation
(Appearance appearance, TextTransformation textTransformation, BasePK createdBy) CoreControl.createApplication
(String applicationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createApplicationDescription
(Application application, Language language, String description, BasePK createdBy) CoreControl.createApplicationEditor
(Application application, Editor editor, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createApplicationEditorUse
(Application application, String applicationEditorUseName, ApplicationEditor defaultApplicationEditor, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createApplicationEditorUseDescription
(ApplicationEditorUse applicationEditorUse, Language language, String description, BasePK createdBy) CoreControl.createBaseEncryptionKey
(String baseEncryptionKeyName, String sha1Hash, BasePK createdBy) CoreControl.createColor
(String colorName, Integer red, Integer green, Integer blue, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createColorDescription
(Color color, Language language, String description, BasePK createdBy) CoreControl.createCommand
(ComponentVendor componentVendor, String commandName, Integer sortOrder, BasePK createdBy) CoreControl.createCommandDescription
(Command command, Language language, String description, BasePK createdBy) CoreControl.createCommandMessage
(CommandMessageType commandMessageType, String commandMessageKey, BasePK createdBy) CoreControl.createCommandMessageTranslation
(CommandMessage commandMessage, Language language, String translation, BasePK createdBy) CoreControl.createCommandMessageType
(String commandMessageTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createCommandMessageTypeDescription
(CommandMessageType commandMessageType, Language language, String description, BasePK createdBy) CoreControl.createComponent
(ComponentVendor componentVendor, String componentName, String description, BasePK createdBy) CoreControl.createComponentVendor
(String componentVendorName, String description, BasePK createdBy) CoreControl.createComponentVersion
(Component component, Integer majorRevision, Integer minorRevision, ComponentStage componentStage, Integer buildNumber, BasePK createdBy) CoreControl.createEditor
(String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createEditorDescription
(Editor editor, Language language, String description, BasePK createdBy) CoreControl.createEntityAlias
(EntityInstance entityInstance, EntityAliasType entityAliasType, String alias, BasePK createdBy) CoreControl.createEntityAliasType
(EntityType entityType, String entityAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createEntityAliasTypeDescription
(EntityAliasType entityAliasType, Language language, String description, BasePK createdBy) CoreControl.createEntityAppearance
(EntityInstance entityInstance, Appearance appearance, BasePK createdBy) CoreControl.createEntityAttribute
(EntityType entityType, String entityAttributeName, EntityAttributeType entityAttributeType, Boolean trackRevisions, Integer sortOrder, BasePK createdBy) CoreControl.createEntityAttributeBlob
(EntityAttribute entityAttribute, Boolean checkContentWebAddress, BasePK createdBy) CoreControl.createEntityAttributeDescription
(EntityAttribute entityAttribute, Language language, String description, BasePK createdBy) CoreControl.createEntityAttributeEntityAttributeGroup
(EntityAttribute entityAttribute, EntityAttributeGroup entityAttributeGroup, Integer sortOrder, BasePK createdBy) CoreControl.createEntityAttributeEntityType
(EntityAttribute entityAttribute, EntityType allowedEntityType, BasePK createdBy) CoreControl.createEntityAttributeGroup
(String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createEntityAttributeGroupDescription
(EntityAttributeGroup entityAttributeGroup, Language language, String description, BasePK createdBy) CoreControl.createEntityAttributeInteger
(EntityAttribute entityAttribute, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, BasePK createdBy) CoreControl.createEntityAttributeListItem
(EntityAttribute entityAttribute, Sequence entityListItemSequence, BasePK createdBy) CoreControl.createEntityAttributeLong
(EntityAttribute entityAttribute, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, BasePK createdBy) CoreControl.createEntityAttributeNumeric
(EntityAttribute entityAttribute, UnitOfMeasureType unitOfMeasureType, BasePK createdBy) CoreControl.createEntityAttributeString
(EntityAttribute entityAttribute, String validationPattern, BasePK createdBy) CoreControl.createEntityBlobAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, ByteArray blobAttribute, MimeType mimeType, BasePK createdBy) CoreControl.createEntityBooleanAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) CoreControl.createEntityClobAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String clobAttribute, MimeType mimeType, BasePK createdBy) CoreControl.createEntityCollectionAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityInstance entityInstanceAttribute, BasePK createdBy) CoreControl.createEntityDateAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Integer dateAttribute, BasePK createdBy) CoreControl.createEntityEntityAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityInstance entityInstanceAttribute, BasePK createdBy) CoreControl.createEntityGeoPointAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Integer latitude, Integer longitude, Long elevation, Long altitude, BasePK createdBy) CoreControl.createEntityIntegerAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Integer integerAttribute, BasePK createdBy) CoreControl.createEntityIntegerRange
(EntityAttribute entityAttribute, String entityIntegerRangeName, Integer minimumIntegerValue, Integer maximumIntegerValue, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createEntityIntegerRangeDescription
(EntityIntegerRange entityIntegerRange, Language language, String description, BasePK createdBy) CoreControl.createEntityListItem
(EntityAttribute entityAttribute, String entityListItemName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createEntityListItemAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityListItemDescription
(EntityListItem entityListItem, Language language, String description, BasePK createdBy) CoreControl.createEntityLongAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) CoreControl.createEntityLongRange
(EntityAttribute entityAttribute, String entityLongRangeName, Long minimumLongValue, Long maximumLongValue, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createEntityLongRangeDescription
(EntityLongRange entityLongRange, Language language, String description, BasePK createdBy) CoreControl.createEntityMultipleListItemAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityNameAttribute
(EntityAttribute entityAttribute, String nameAttribute, EntityInstance entityInstance, BasePK createdBy) CoreControl.createEntityStringAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.createEntityTimeAttribute
(EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) CoreControl.createEntityType
(ComponentVendor componentVendor, String entityTypeName, Boolean keepAllHistory, Long lockTimeout, Boolean isExtensible, Integer sortOrder, BasePK createdBy) CoreControl.createEntityTypeDescription
(EntityType entityType, Language language, String description, BasePK createdBy) CoreControl.createEventGroup
(BasePK createdBy) CoreControl.createEventGroup
(String eventGroupName, BasePK createdBy) CoreControl.createEventSubscriber
(EntityInstance entityInstance, String description, Integer sortOrder, BasePK createdBy) CoreControl.createEventSubscriber
(String eventSubscriberName, EntityInstance entityInstance, String description, Integer sortOrder, BasePK createdBy) CoreControl.createEventSubscriberEntityInstance
(EventSubscriber eventSubscriber, EntityInstance entityInstance, EventType eventType, BasePK createdBy) CoreControl.createEventSubscriberEntityType
(EventSubscriber eventSubscriber, EntityType entityType, EventType eventType, BasePK createdBy) CoreControl.createEventSubscriberEventType
(EventSubscriber eventSubscriber, EventType eventType, BasePK createdBy) CoreControl.createFontStyle
(String fontStyleName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createFontStyleDescription
(FontStyle fontStyle, Language language, String description, BasePK createdBy) CoreControl.createFontWeight
(String fontWeightName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createFontWeightDescription
(FontWeight fontWeight, Language language, String description, BasePK createdBy) CoreControl.createMimeType
(String mimeTypeName, EntityAttributeType entityAttributeType, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createMimeTypeDescription
(MimeType mimeType, Language language, String description, BasePK createdBy) CoreControl.createPartyApplicationEditorUse
(Party party, ApplicationEditorUse applicationEditorUse, ApplicationEditor applicationEditor, Integer preferredHeight, Integer preferredWidth, BasePK createdBy) CoreControl.createPartyEntityType
(Party party, EntityType entityType, Boolean confirmDelete, BasePK createdBy) CoreControl.createProtocol
(String protocolName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createProtocolDescription
(Protocol protocol, Language language, String description, BasePK createdBy) CoreControl.createServer
(String serverName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createServerDescription
(Server server, Language language, String description, BasePK createdBy) CoreControl.createServerService
(Server server, Service service, BasePK createdBy) CoreControl.createService
(String serviceName, Integer port, Protocol protocol, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createServiceDescription
(Service service, Language language, String description, BasePK createdBy) CoreControl.createTextDecoration
(String textDecorationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createTextDecorationDescription
(TextDecoration textDecoration, Language language, String description, BasePK createdBy) CoreControl.createTextTransformation
(String textTransformationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CoreControl.createTextTransformationDescription
(TextTransformation textTransformation, Language language, String description, BasePK createdBy) void
CoreControl.deleteAppearance
(Appearance appearance, BasePK deletedBy) void
CoreControl.deleteAppearanceDescription
(AppearanceDescription appearanceDescription, BasePK deletedBy) void
CoreControl.deleteAppearanceDescriptionsByAppearance
(Appearance appearance, BasePK deletedBy) void
CoreControl.deleteAppearances
(List<Appearance> appearances, BasePK deletedBy) void
CoreControl.deleteAppearancesByBackgroundColor
(Color backgroundColor, BasePK deletedBy) void
CoreControl.deleteAppearancesByColor
(Color color, BasePK deletedBy) void
CoreControl.deleteAppearancesByFontStyle
(FontStyle fontStyle, BasePK deletedBy) void
CoreControl.deleteAppearancesByFontWeight
(FontWeight fontWeight, BasePK deletedBy) void
CoreControl.deleteAppearancesByTextColor
(Color textColor, BasePK deletedBy) void
CoreControl.deleteAppearanceTextDecoration
(AppearanceTextDecoration appearanceTextDecoration, BasePK deletedBy) void
CoreControl.deleteAppearanceTextDecorationsByAppearance
(Appearance appearance, BasePK deletedBy) void
CoreControl.deleteAppearanceTextDecorationsByAppearance
(List<AppearanceTextDecoration> appearanceTextDecorations, BasePK deletedBy) void
CoreControl.deleteAppearanceTextDecorationsByTextDecoration
(TextDecoration textDecoration, BasePK deletedBy) void
CoreControl.deleteAppearanceTextTransformation
(AppearanceTextTransformation appearanceTextTransformation, BasePK deletedBy) void
CoreControl.deleteAppearanceTextTransformationsByAppearance
(Appearance appearance, BasePK deletedBy) void
CoreControl.deleteAppearanceTextTransformationsByAppearance
(List<AppearanceTextTransformation> appearanceTextTransformations, BasePK deletedBy) void
CoreControl.deleteAppearanceTextTransformationsByTextTransformation
(TextTransformation textTransformation, BasePK deletedBy) void
CoreControl.deleteApplication
(Application application, BasePK deletedBy) void
CoreControl.deleteApplicationDescription
(ApplicationDescription applicationDescription, BasePK deletedBy) void
CoreControl.deleteApplicationDescriptionsByApplication
(Application application, BasePK deletedBy) void
CoreControl.deleteApplicationEditor
(ApplicationEditor applicationEditor, BasePK deletedBy) void
CoreControl.deleteApplicationEditors
(List<ApplicationEditor> applicationEditors, BasePK deletedBy) void
CoreControl.deleteApplicationEditorsByApplication
(Application application, BasePK deletedBy) void
CoreControl.deleteApplicationEditorsByEditor
(Editor editor, BasePK deletedBy) void
CoreControl.deleteApplicationEditorUse
(ApplicationEditorUse applicationEditorUse, BasePK deletedBy) void
CoreControl.deleteApplicationEditorUseDescription
(ApplicationEditorUseDescription applicationEditorUseDescription, BasePK deletedBy) void
CoreControl.deleteApplicationEditorUseDescriptionsByApplicationEditorUse
(ApplicationEditorUse applicationEditorUse, BasePK deletedBy) void
CoreControl.deleteApplicationEditorUses
(List<ApplicationEditorUse> applicationEditorUses, BasePK deletedBy) void
CoreControl.deleteApplicationEditorUsesByApplication
(Application application, BasePK deletedBy) void
CoreControl.deleteApplicationEditorUsesByDefaultApplicationEditor
(ApplicationEditor defaultApplicationEditor, BasePK deletedBy) void
CoreControl.deleteApplications
(List<Application> applications, BasePK deletedBy) void
CoreControl.deleteColor
(Color color, BasePK deletedBy) void
CoreControl.deleteColorDescription
(ColorDescription colorDescription, BasePK deletedBy) void
CoreControl.deleteColorDescriptionsByColor
(Color color, BasePK deletedBy) void
CoreControl.deleteColors
(List<Color> colors, BasePK deletedBy) void
CoreControl.deleteCommand
(Command command, BasePK deletedBy) void
CoreControl.deleteCommandDescription
(CommandDescription commandDescription, BasePK deletedBy) void
CoreControl.deleteCommandDescriptionsByCommand
(Command command, BasePK deletedBy) void
CoreControl.deleteCommandMessage
(CommandMessage commandMessage, BasePK deletedBy) void
CoreControl.deleteCommandMessages
(List<CommandMessage> commandMessages, BasePK deletedBy) void
CoreControl.deleteCommandMessagesByCommandMessageType
(CommandMessageType commandMessageType, BasePK deletedBy) void
CoreControl.deleteCommandMessageTranslation
(CommandMessageTranslation commandMessageTranslation, BasePK deletedBy) void
CoreControl.deleteCommandMessageTranslations
(List<CommandMessageTranslation> commandMessageTranslations, BasePK deletedBy) void
CoreControl.deleteCommandMessageTranslationsByCommandMessage
(CommandMessage commandMessage, BasePK deletedBy) void
CoreControl.deleteCommandMessageType
(CommandMessageType commandMessageType, BasePK deletedBy) void
CoreControl.deleteCommandMessageTypeDescription
(CommandMessageTypeDescription commandMessageTypeDescription, BasePK deletedBy) void
CoreControl.deleteCommandMessageTypeDescriptionsByCommandMessageType
(CommandMessageType commandMessageType, BasePK deletedBy) void
CoreControl.deleteCommandsByComponentVendor
(ComponentVendor componentVendor, BasePK deletedBy) void
CoreControl.deleteComponentVendor
(ComponentVendor componentVendor, BasePK deletedBy) void
CoreControl.deleteEditor
(Editor editor, BasePK deletedBy) void
CoreControl.deleteEditorDescription
(EditorDescription editorDescription, BasePK deletedBy) void
CoreControl.deleteEditorDescriptionsByEditor
(Editor editor, BasePK deletedBy) void
CoreControl.deleteEditors
(List<Editor> editors, BasePK deletedBy) void
CoreControl.deleteEntityAlias
(EntityAlias entityAlias, BasePK deletedBy) void
CoreControl.deleteEntityAliases
(List<EntityAlias> entityAliases, BasePK deletedBy) void
CoreControl.deleteEntityAliasesByEntityAliasType
(EntityAliasType entityAliasType, BasePK deletedBy) void
CoreControl.deleteEntityAliasesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityAliasType
(EntityAliasType entityAliasType, BasePK deletedBy) void
CoreControl.deleteEntityAliasTypeDescription
(EntityAliasTypeDescription entityAliasTypeDescription, BasePK deletedBy) void
CoreControl.deleteEntityAliasTypeDescriptionsByEntityAliasType
(EntityAliasType entityAliasType, BasePK deletedBy) void
CoreControl.deleteEntityAliasTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
CoreControl.deleteEntityAppearance
(EntityAppearance entityAppearance, BasePK deletedBy) void
CoreControl.deleteEntityAppearancesByAppearance
(Appearance appearance, BasePK deletedBy) void
CoreControl.deleteEntityAppearancesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeBlob
(EntityAttributeBlob entityAttributeBlob, BasePK deletedBy) void
CoreControl.deleteEntityAttributeBlobByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeDescription
(EntityAttributeDescription entityAttributeDescription, BasePK deletedBy) void
CoreControl.deleteEntityAttributeDescriptionsByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityAttributeGroup
(EntityAttributeEntityAttributeGroup entityAttributeEntityAttributeGroup, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityAttributeGroupsByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityAttributeGroupsByEntityAttributeGroup
(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityType
(EntityAttributeEntityType entityAttributeEntityType, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityTypes
(List<EntityAttributeEntityType> entityAttributeEntityTypes, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityTypesByAllowedEntityType
(EntityType allowedEntityType, BasePK deletedBy) void
CoreControl.deleteEntityAttributeEntityTypesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeGroup
(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) void
CoreControl.deleteEntityAttributeGroupDescription
(EntityAttributeGroupDescription entityAttributeGroupDescription, BasePK deletedBy) void
CoreControl.deleteEntityAttributeGroupDescriptionsByEntityAttributeGroup
(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) void
CoreControl.deleteEntityAttributeInteger
(EntityAttributeInteger entityAttributeInteger, BasePK deletedBy) void
CoreControl.deleteEntityAttributeIntegerByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeListItem
(EntityAttributeListItem entityAttributeListItem, BasePK deletedBy) void
CoreControl.deleteEntityAttributeListItemByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeLong
(EntityAttributeLong entityAttributeLong, BasePK deletedBy) void
CoreControl.deleteEntityAttributeLongByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributeNumeric
(EntityAttributeNumeric entityAttributeNumeric, BasePK deletedBy) void
CoreControl.deleteEntityAttributeNumericByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityAttributes
(List<EntityAttribute> entityAttributes, BasePK deletedBy) void
CoreControl.deleteEntityAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityAttributesByEntityType
(EntityType entityType, BasePK deletedBy) void
CoreControl.deleteEntityAttributeString
(EntityAttributeString entityAttributeString, BasePK deletedBy) void
CoreControl.deleteEntityAttributeStringByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityBlobAttribute
(EntityBlobAttribute entityBlobAttribute, BasePK deletedBy) void
CoreControl.deleteEntityBlobAttributes
(List<EntityBlobAttribute> entityBlobAttributes, BasePK deletedBy) void
CoreControl.deleteEntityBlobAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityBlobAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityBooleanAttribute
(EntityBooleanAttribute entityBooleanAttribute, BasePK deletedBy) void
CoreControl.deleteEntityBooleanAttributes
(List<EntityBooleanAttribute> entityBooleanAttributes, BasePK deletedBy) void
CoreControl.deleteEntityBooleanAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityBooleanAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityClobAttribute
(EntityClobAttribute entityClobAttribute, BasePK deletedBy) void
CoreControl.deleteEntityClobAttributes
(List<EntityClobAttribute> entityClobAttributes, BasePK deletedBy) void
CoreControl.deleteEntityClobAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityClobAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityCollectionAttribute
(EntityCollectionAttribute entityCollectionAttribute, BasePK deletedBy) void
CoreControl.deleteEntityCollectionAttributes
(List<EntityCollectionAttribute> entityCollectionAttributes, BasePK deletedBy) void
CoreControl.deleteEntityCollectionAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityCollectionAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityDateAttribute
(EntityDateAttribute entityDateAttribute, BasePK deletedBy) void
CoreControl.deleteEntityDateAttributes
(List<EntityDateAttribute> entityDateAttributes, BasePK deletedBy) void
CoreControl.deleteEntityDateAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityDateAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityEntityAttribute
(EntityEntityAttribute entityEntityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityEntityAttributes
(List<EntityEntityAttribute> entityEntityAttributes, BasePK deletedBy) void
CoreControl.deleteEntityEntityAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityEntityAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityGeoPointAttribute
(EntityGeoPointAttribute entityGeoPointAttribute, BasePK deletedBy) void
CoreControl.deleteEntityGeoPointAttributes
(List<EntityGeoPointAttribute> entityGeoPointAttributes, BasePK deletedBy) void
CoreControl.deleteEntityGeoPointAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityGeoPointAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityInstanceDependencies
(EntityInstance entityInstance, BasePK deletedBy) This function is a little odd.void
CoreControl.deleteEntityInstancesByEntityTypeWithNullDeletedTime
(EntityType entityType, BasePK deletedBy) void
CoreControl.deleteEntityIntegerAttribute
(EntityIntegerAttribute entityIntegerAttribute, BasePK deletedBy) void
CoreControl.deleteEntityIntegerAttributes
(List<EntityIntegerAttribute> entityIntegerAttributes, BasePK deletedBy) void
CoreControl.deleteEntityIntegerAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityIntegerAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityIntegerRange
(EntityIntegerRange entityIntegerRange, BasePK deletedBy) void
CoreControl.deleteEntityIntegerRangeDescription
(EntityIntegerRangeDescription entityIntegerRangeDescription, BasePK deletedBy) void
CoreControl.deleteEntityIntegerRangeDescriptionsByEntityIntegerRange
(EntityIntegerRange entityIntegerRange, BasePK deletedBy) void
CoreControl.deleteEntityIntegerRangesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityListItem
(EntityListItem entityListItem, BasePK deletedBy) void
CoreControl.deleteEntityListItemAttribute
(EntityListItemAttribute entityListItemAttribute, BasePK deletedBy) void
CoreControl.deleteEntityListItemAttributes
(List<EntityListItemAttribute> entityListItemAttributes, BasePK deletedBy) void
CoreControl.deleteEntityListItemAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityListItemAttributesByEntityListItem
(EntityListItem entityListItem, BasePK deletedBy) void
CoreControl.deleteEntityListItemDescription
(EntityListItemDescription entityListItemDescription, BasePK deletedBy) void
CoreControl.deleteEntityListItemDescriptionsByEntityListItem
(EntityListItem entityListItem, BasePK deletedBy) void
CoreControl.deleteEntityListItemsByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityLongAttribute
(EntityLongAttribute entityLongAttribute, BasePK deletedBy) void
CoreControl.deleteEntityLongAttributes
(List<EntityLongAttribute> entityLongAttributes, BasePK deletedBy) void
CoreControl.deleteEntityLongAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityLongAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityLongRange
(EntityLongRange entityLongRange, BasePK deletedBy) void
CoreControl.deleteEntityLongRangeDescription
(EntityLongRangeDescription entityLongRangeDescription, BasePK deletedBy) void
CoreControl.deleteEntityLongRangeDescriptionsByEntityLongRange
(EntityLongRange entityLongRange, BasePK deletedBy) void
CoreControl.deleteEntityLongRangesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityMultipleListItemAttribute
(EntityMultipleListItemAttribute entityMultipleListItemAttribute, BasePK deletedBy) void
CoreControl.deleteEntityMultipleListItemAttributes
(List<EntityMultipleListItemAttribute> entityMultipleListItemAttributes, BasePK deletedBy) void
CoreControl.deleteEntityMultipleListItemAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityMultipleListItemAttributesByEntityListItem
(EntityListItem entityListItem, BasePK deletedBy) void
CoreControl.deleteEntityNameAttribute
(EntityNameAttribute entityNameAttribute, BasePK deletedBy) void
CoreControl.deleteEntityNameAttributes
(List<EntityNameAttribute> entityNameAttributes, BasePK deletedBy) void
CoreControl.deleteEntityNameAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityNameAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityStringAttribute
(EntityStringAttribute entityStringAttribute, BasePK deletedBy) void
CoreControl.deleteEntityStringAttributes
(List<EntityStringAttribute> entityStringAttributes, BasePK deletedBy) void
CoreControl.deleteEntityStringAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityStringAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityTimeAttribute
(EntityTimeAttribute entityTimeAttribute, BasePK deletedBy) void
CoreControl.deleteEntityTimeAttributes
(List<EntityTimeAttribute> entityTimeAttributes, BasePK deletedBy) void
CoreControl.deleteEntityTimeAttributesByEntityAttribute
(EntityAttribute entityAttribute, BasePK deletedBy) void
CoreControl.deleteEntityTimeAttributesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteEntityType
(EntityType entityType, BasePK deletedBy) void
CoreControl.deleteEntityTypeDescription
(EntityTypeDescription entityTypeDescription, BasePK deletedBy) void
CoreControl.deleteEntityTypeDescriptionsByEntityType
(EntityType entityType, BasePK deletedBy) void
CoreControl.deleteEntityTypesByComponentVendor
(ComponentVendor componentVendor, BasePK deletedBy) void
CoreControl.deleteEventSubscriber
(EventSubscriber eventSubscriber, BasePK deletedBy) void
CoreControl.deleteEventSubscribers
(List<EventSubscriber> eventSubscribers, BasePK deletedBy) void
CoreControl.deleteEventSubscribersByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
CoreControl.deleteFontStyle
(FontStyle fontStyle, BasePK deletedBy) void
CoreControl.deleteFontStyleDescription
(FontStyleDescription fontStyleDescription, BasePK deletedBy) void
CoreControl.deleteFontStyleDescriptionsByFontStyle
(FontStyle fontStyle, BasePK deletedBy) void
CoreControl.deleteFontStyles
(List<FontStyle> fontStyles, BasePK deletedBy) void
CoreControl.deleteFontWeight
(FontWeight fontWeight, BasePK deletedBy) void
CoreControl.deleteFontWeightDescription
(FontWeightDescription fontWeightDescription, BasePK deletedBy) void
CoreControl.deleteFontWeightDescriptionsByFontWeight
(FontWeight fontWeight, BasePK deletedBy) void
CoreControl.deleteFontWeights
(List<FontWeight> fontWeights, BasePK deletedBy) void
CoreControl.deleteMimeType
(MimeType mimeType, BasePK deletedBy) void
CoreControl.deleteMimeTypeDescription
(MimeTypeDescription mimeTypeDescription, BasePK deletedBy) void
CoreControl.deleteMimeTypeDescriptionsByMimeType
(MimeType mimeType, BasePK deletedBy) void
CoreControl.deletePartyApplicationEditorUse
(PartyApplicationEditorUse partyApplicationEditorUse, BasePK deletedBy) void
CoreControl.deletePartyApplicationEditorUses
(List<PartyApplicationEditorUse> partyApplicationEditorUses, BasePK deletedBy) void
CoreControl.deletePartyApplicationEditorUsesByApplicationEditor
(ApplicationEditor applicationEditor, BasePK deletedBy) void
CoreControl.deletePartyApplicationEditorUsesByParty
(ApplicationEditorUse applicationEditorUse, BasePK deletedBy) void
CoreControl.deletePartyApplicationEditorUsesByParty
(Party party, BasePK deletedBy) void
CoreControl.deletePartyEntityType
(PartyEntityType partyEntityType, BasePK deletedBy) void
CoreControl.deletePartyEntityTypesByParty
(Party party, BasePK deletedBy) void
CoreControl.deleteProtocol
(Protocol protocol, BasePK deletedBy) void
CoreControl.deleteProtocolDescription
(ProtocolDescription protocolDescription, BasePK deletedBy) void
CoreControl.deleteProtocolDescriptionsByProtocol
(Protocol protocol, BasePK deletedBy) void
CoreControl.deleteProtocols
(List<Protocol> protocols, BasePK deletedBy) void
CoreControl.deleteServer
(Server server, BasePK deletedBy) void
CoreControl.deleteServerDescription
(ServerDescription serverDescription, BasePK deletedBy) void
CoreControl.deleteServerDescriptionsByServer
(Server server, BasePK deletedBy) void
CoreControl.deleteServers
(List<Server> servers, BasePK deletedBy) void
CoreControl.deleteServerService
(ServerService serverService, BasePK deletedBy) void
CoreControl.deleteServerServices
(List<ServerService> serverServices, BasePK deletedBy) void
CoreControl.deleteServerServicesByServer
(Server server, BasePK deletedBy) void
CoreControl.deleteServerServicesByService
(Service service, BasePK deletedBy) void
CoreControl.deleteService
(Service service, BasePK deletedBy) void
CoreControl.deleteServiceDescription
(ServiceDescription serviceDescription, BasePK deletedBy) void
CoreControl.deleteServiceDescriptionsByService
(Service service, BasePK deletedBy) void
CoreControl.deleteServices
(List<Service> services, BasePK deletedBy) void
CoreControl.deleteServicesByProtocol
(Protocol protocol, BasePK deletedBy) void
CoreControl.deleteTextDecoration
(TextDecoration textDecoration, BasePK deletedBy) void
CoreControl.deleteTextDecorationDescription
(TextDecorationDescription textDecorationDescription, BasePK deletedBy) void
CoreControl.deleteTextDecorationDescriptionsByTextDecoration
(TextDecoration textDecoration, BasePK deletedBy) void
CoreControl.deleteTextDecorations
(List<TextDecoration> textDecorations, BasePK deletedBy) void
CoreControl.deleteTextTransformation
(TextTransformation textTransformation, BasePK deletedBy) void
CoreControl.deleteTextTransformationDescription
(TextTransformationDescription textTransformationDescription, BasePK deletedBy) void
CoreControl.deleteTextTransformationDescriptionsByTextTransformation
(TextTransformation textTransformation, BasePK deletedBy) void
CoreControl.deleteTextTransformations
(List<TextTransformation> textTransformations, BasePK deletedBy) CoreControl.getActiveEventGroup
(BasePK createdBy) CoreControl.getEntityInstanceByBasePK
(BasePK pk) CoreControl.getEntityInstanceByBasePKForUpdate
(BasePK pk) EntityLockControl.getEntityLockTransfer
(UserVisit userVisit, BasePK lockTarget) CoreControl.getUlidForBasePK
(BasePK basePK) boolean
EntityLockControl.isEntityLocked
(BasePK lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.boolean
EntityLockControl.isEntityLocked
(BaseEntity lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.boolean
EntityLockControl.isEntityLocked
(BaseValue<?> lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.long
EntityLockControl.lockEntity
(BasePK lockTarget, BasePK lockedBy) Create a lock on a given entity.long
EntityLockControl.lockEntity
(BaseEntity lockTarget, BasePK lockedBy) Create a lock on a given entity.long
EntityLockControl.lockEntity
(BaseValue<?> lockTarget, BasePK lockedBy) Create a lock on a given entity.boolean
EntityLockControl.lockEntityForUpdate
(BasePK lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.boolean
EntityLockControl.lockEntityForUpdate
(BaseEntity lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.boolean
EntityLockControl.lockEntityForUpdate
(BaseValue<?> lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.void
CoreControl.removeEntityInstanceByBasePK
(BasePK pk) CoreControl.sendEvent
(EntityInstance entityInstance, EventTypes eventTypeEnum, EntityInstance relatedEntityInstance, EventTypes relatedEventTypeEnum, BasePK createdByBasePK) CoreControl.sendEvent
(EntityInstance entityInstance, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) CoreControl.sendEvent
(BasePK basePK, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) boolean
EntityLockControl.unlockEntity
(BasePK lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.boolean
EntityLockControl.unlockEntity
(BaseEntity lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.boolean
EntityLockControl.unlockEntity
(BaseValue<?> lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.void
CoreControl.updateAppearanceDescriptionFromValue
(AppearanceDescriptionValue appearanceDescriptionValue, BasePK updatedBy) void
CoreControl.updateAppearanceFromValue
(AppearanceDetailValue appearanceDetailValue, BasePK updatedBy) void
CoreControl.updateApplicationDescriptionFromValue
(ApplicationDescriptionValue applicationDescriptionValue, BasePK updatedBy) void
CoreControl.updateApplicationEditorFromValue
(ApplicationEditorDetailValue applicationEditorDetailValue, BasePK updatedBy) void
CoreControl.updateApplicationEditorUseDescriptionFromValue
(ApplicationEditorUseDescriptionValue applicationEditorUseDescriptionValue, BasePK updatedBy) void
CoreControl.updateApplicationEditorUseFromValue
(ApplicationEditorUseDetailValue applicationEditorUseDetailValue, BasePK updatedBy) void
CoreControl.updateApplicationFromValue
(ApplicationDetailValue applicationDetailValue, BasePK updatedBy) void
CoreControl.updateColorDescriptionFromValue
(ColorDescriptionValue colorDescriptionValue, BasePK updatedBy) void
CoreControl.updateColorFromValue
(ColorDetailValue colorDetailValue, BasePK updatedBy) void
CoreControl.updateCommandDescriptionFromValue
(CommandDescriptionValue commandDescriptionValue, BasePK updatedBy) void
CoreControl.updateCommandFromValue
(CommandDetailValue commandDetailValue, BasePK updatedBy) void
CoreControl.updateCommandMessageFromValue
(CommandMessageDetailValue commandMessageDetailValue, BasePK updatedBy) void
CoreControl.updateCommandMessageTranslationFromValue
(CommandMessageTranslationValue commandMessageTranslationValue, BasePK updatedBy) void
CoreControl.updateCommandMessageTypeDescriptionFromValue
(CommandMessageTypeDescriptionValue commandMessageTypeDescriptionValue, BasePK updatedBy) void
CoreControl.updateCommandMessageTypeFromValue
(CommandMessageTypeDetailValue commandMessageTypeDetailValue, BasePK updatedBy) void
CoreControl.updateComponentVendorFromValue
(ComponentVendorDetailValue componentVendorDetailValue, BasePK updatedBy) void
CoreControl.updateEditorDescriptionFromValue
(EditorDescriptionValue editorDescriptionValue, BasePK updatedBy) void
CoreControl.updateEditorFromValue
(EditorDetailValue editorDetailValue, BasePK updatedBy) void
CoreControl.updateEntityAliasFromValue
(EntityAliasValue entityAliasValue, BasePK updatedBy) void
CoreControl.updateEntityAliasTypeDescriptionFromValue
(EntityAliasTypeDescriptionValue entityAliasTypeDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityAliasTypeFromValue
(EntityAliasTypeDetailValue entityAliasTypeDetailValue, BasePK updatedBy) void
CoreControl.updateEntityAppearanceFromValue
(EntityAppearanceValue entityAppearanceValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeBlobFromValue
(EntityAttributeBlobValue entityAttributeBlobValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeDescriptionFromValue
(EntityAttributeDescriptionValue entityAttributeDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeEntityAttributeGroupFromValue
(EntityAttributeEntityAttributeGroupValue entityAttributeEntityAttributeGroupValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeFromValue
(EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeGroupDescriptionFromValue
(EntityAttributeGroupDescriptionValue entityAttributeGroupDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeGroupFromValue
(EntityAttributeGroupDetailValue entityAttributeGroupDetailValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeIntegerFromValue
(EntityAttributeIntegerValue entityAttributeIntegerValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeListItemFromValue
(EntityAttributeListItemValue entityAttributeListItemValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeLongFromValue
(EntityAttributeLongValue entityAttributeLongValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeNumericFromValue
(EntityAttributeNumericValue entityAttributeNumericValue, BasePK updatedBy) void
CoreControl.updateEntityAttributeStringFromValue
(EntityAttributeStringValue entityAttributeStringValue, BasePK updatedBy) void
CoreControl.updateEntityBlobAttributeFromValue
(EntityBlobAttributeValue entityBlobAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityBooleanAttributeFromValue
(EntityBooleanAttributeValue entityBooleanAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityClobAttributeFromValue
(EntityClobAttributeValue entityClobAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityDateAttributeFromValue
(EntityDateAttributeValue entityDateAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityEntityAttributeFromValue
(EntityEntityAttributeValue entityEntityAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityGeoPointAttributeFromValue
(EntityGeoPointAttributeValue entityGeoPointAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityIntegerAttributeFromValue
(EntityIntegerAttributeValue entityIntegerAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityIntegerRangeDescriptionFromValue
(EntityIntegerRangeDescriptionValue entityIntegerRangeDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityIntegerRangeFromValue
(EntityIntegerRangeDetailValue entityIntegerRangeDetailValue, BasePK updatedBy) void
CoreControl.updateEntityListItemAttributeFromValue
(EntityListItemAttributeValue entityListItemAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityListItemDescriptionFromValue
(EntityListItemDescriptionValue entityListItemDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityListItemFromValue
(EntityListItemDetailValue entityListItemDetailValue, BasePK updatedBy) void
CoreControl.updateEntityLongAttributeFromValue
(EntityLongAttributeValue entityLongAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityLongRangeDescriptionFromValue
(EntityLongRangeDescriptionValue entityLongRangeDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityLongRangeFromValue
(EntityLongRangeDetailValue entityLongRangeDetailValue, BasePK updatedBy) void
CoreControl.updateEntityNameAttributeFromValue
(EntityNameAttributeValue entityNameAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityStringAttributeFromValue
(EntityStringAttributeValue entityStringAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityTimeAttributeFromValue
(EntityTimeAttributeValue entityTimeAttributeValue, BasePK updatedBy) void
CoreControl.updateEntityTypeDescriptionFromValue
(EntityTypeDescriptionValue entityTypeDescriptionValue, BasePK updatedBy) void
CoreControl.updateEntityTypeFromValue
(EntityTypeDetailValue entityTypeDetailValue, BasePK updatedBy) void
CoreControl.updateFontStyleDescriptionFromValue
(FontStyleDescriptionValue fontStyleDescriptionValue, BasePK updatedBy) void
CoreControl.updateFontStyleFromValue
(FontStyleDetailValue fontStyleDetailValue, BasePK updatedBy) void
CoreControl.updateFontWeightDescriptionFromValue
(FontWeightDescriptionValue fontWeightDescriptionValue, BasePK updatedBy) void
CoreControl.updateFontWeightFromValue
(FontWeightDetailValue fontWeightDetailValue, BasePK updatedBy) void
CoreControl.updateMimeTypeDescriptionFromValue
(MimeTypeDescriptionValue mimeTypeDescriptionValue, BasePK updatedBy) void
CoreControl.updateMimeTypeFromValue
(MimeTypeDetailValue mimeTypeDetailValue, BasePK updatedBy) void
CoreControl.updatePartyApplicationEditorUseFromValue
(PartyApplicationEditorUseDetailValue partyApplicationEditorUseDetailValue, BasePK updatedBy) void
CoreControl.updatePartyEntityTypeFromValue
(PartyEntityTypeValue partyEntityTypeValue, BasePK updatedBy) void
CoreControl.updateProtocolDescriptionFromValue
(ProtocolDescriptionValue protocolDescriptionValue, BasePK updatedBy) void
CoreControl.updateProtocolFromValue
(ProtocolDetailValue protocolDetailValue, BasePK updatedBy) void
CoreControl.updateServerDescriptionFromValue
(ServerDescriptionValue serverDescriptionValue, BasePK updatedBy) void
CoreControl.updateServerFromValue
(ServerDetailValue serverDetailValue, BasePK updatedBy) void
CoreControl.updateServiceDescriptionFromValue
(ServiceDescriptionValue serviceDescriptionValue, BasePK updatedBy) void
CoreControl.updateServiceFromValue
(ServiceDetailValue serviceDetailValue, BasePK updatedBy) void
CoreControl.updateTextDecorationDescriptionFromValue
(TextDecorationDescriptionValue textDecorationDescriptionValue, BasePK updatedBy) void
CoreControl.updateTextDecorationFromValue
(TextDecorationDetailValue textDecorationDetailValue, BasePK updatedBy) void
CoreControl.updateTextTransformationDescriptionFromValue
(TextTransformationDescriptionValue textTransformationDescriptionValue, BasePK updatedBy) void
CoreControl.updateTextTransformationFromValue
(TextTransformationDetailValue textTransformationDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.core.server.logic
Methods in com.echothree.model.control.core.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionEntityAliasTypeLogic.createEntityAlias
(ExecutionErrorAccumulator eea, EntityInstance entityInstance, EntityAliasType entityAliasType, String alias, BasePK createdBy) EntityAliasTypeLogic.createEntityAliasType
(ExecutionErrorAccumulator eea, EntityType entityType, String entityAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy, Language language, String description) EntityAttributeLogic.createEntityAttribute
(ExecutionErrorAccumulator eea, EntityType entityType, String entityAttributeName, EntityAttributeType entityAttributeType, Boolean trackRevisions, Boolean checkContentWebAddress, String validationPattern, Integer upperRangeIntegerValue, Integer upperLimitIntegerValue, Integer lowerLimitIntegerValue, Integer lowerRangeIntegerValue, Long upperRangeLongValue, Long upperLimitLongValue, Long lowerLimitLongValue, Long lowerRangeLongValue, Sequence entityListItemSequence, UnitOfMeasureType unitOfMeasureType, Integer sortOrder, BasePK createdBy, Language language, String description) EntityAttributeGroupLogic.createEntityAttributeGroup
(ExecutionErrorAccumulator eea, String entityAttributeGroupName, Boolean isDefault, Integer sortOrder, String description, Language language, BasePK createdBy) EntityAttributeLogic.createEntityBooleanAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) EntityAttributeLogic.createEntityClobAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String clobAttribute, MimeType mimeType, BasePK createdBy) EntityAttributeLogic.createEntityDateAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Integer dateAttribute, BasePK createdBy) EntityInstanceLogic.createEntityInstance
(ExecutionErrorAccumulator eea, EntityType entityType, BasePK createdBy) EntityAttributeLogic.createEntityIntegerAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Integer integerAttribute, BasePK createdBy) EntityAttributeLogic.createEntityListItem
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, String entityListItemName, Boolean isDefault, Integer sortOrder, BasePK createdBy, Language language, String description) EntityAttributeLogic.createEntityListItemAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) EntityAttributeLogic.createEntityLongAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) EntityAttributeLogic.createEntityMultipleListItemAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) EntityAttributeLogic.createEntityNameAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, String nameAttribute, EntityInstance entityInstance, BasePK createdBy) EntityAttributeLogic.createEntityStringAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) EntityAttributeLogic.createEntityTimeAttribute
(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) void
EntityInstanceLogic.deleteEntityInstance
(ExecutionErrorAccumulator eea, EntityInstance entityInstance, BasePK deletedBy) void
EntityAttributeLogic.deleteEntityListItem
(ExecutionErrorAccumulator eea, EntityListItem entityListItem, BasePK deletedBy) void
EntityAliasTypeLogic.updateEntityAliasTypeFromValue
(Session session, EntityAliasTypeDetailValue entityAliasTypeDetailValue, BasePK updatedBy) void
EntityAttributeLogic.updateEntityAttributeFromValue
(Session session, EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) void
EntityAttributeLogic.updateEntityListItemFromValue
(Session session, EntityListItemDetailValue entityListItemDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.core.server.transfer
Methods in com.echothree.model.control.core.server.transfer with parameters of type BasePKModifier and TypeMethodDescriptionEntityLockTransferCache.getEntityLockTransfer
(BasePK lockTarget) -
Uses of BasePK in com.echothree.model.control.customer.server.control
Methods in com.echothree.model.control.customer.server.control with parameters of type BasePKModifier and TypeMethodDescriptionCustomerControl.createCustomer
(Party party, CustomerType customerType, OfferUse initialOfferUse, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount arGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, BasePK createdBy) CustomerControl.createCustomerType
(String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) CustomerControl.createCustomerTypeDescription
(CustomerType customerType, Language language, String description, BasePK createdBy) CustomerControl.createCustomerTypePaymentMethod
(CustomerType customerType, PaymentMethod paymentMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) CustomerControl.createCustomerTypeShippingMethod
(CustomerType customerType, ShippingMethod shippingMethod, Integer defaultSelectionPriority, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
CustomerControl.deleteCustomerType
(CustomerType customerType, BasePK deletedBy) void
CustomerControl.deleteCustomerTypeDescription
(CustomerTypeDescription customerTypeDescription, BasePK deletedBy) void
CustomerControl.deleteCustomerTypeDescriptionsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
CustomerControl.deleteCustomerTypePaymentMethod
(CustomerTypePaymentMethod customerTypePaymentMethod, BasePK deletedBy) void
CustomerControl.deleteCustomerTypePaymentMethods
(List<CustomerTypePaymentMethod> customerTypePaymentMethods, BasePK deletedBy) void
CustomerControl.deleteCustomerTypePaymentMethodsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
CustomerControl.deleteCustomerTypePaymentMethodsByPaymentMethod
(PaymentMethod paymentMethod, BasePK deletedBy) void
CustomerControl.deleteCustomerTypeShippingMethod
(CustomerTypeShippingMethod customerTypeShippingMethod, BasePK deletedBy) void
CustomerControl.deleteCustomerTypeShippingMethods
(List<CustomerTypeShippingMethod> customerTypeShippingMethods, BasePK deletedBy) void
CustomerControl.deleteCustomerTypeShippingMethodsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
CustomerControl.deleteCustomerTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
CustomerControl.updateCustomerFromValue
(CustomerValue customerValue, BasePK updatedBy) void
CustomerControl.updateCustomerTypeDescriptionFromValue
(CustomerTypeDescriptionValue customerTypeDescriptionValue, BasePK updatedBy) void
CustomerControl.updateCustomerTypeFromValue
(CustomerTypeDetailValue customerTypeDetailValue, BasePK updatedBy) void
CustomerControl.updateCustomerTypePaymentMethodFromValue
(CustomerTypePaymentMethodValue customerTypePaymentMethodValue, BasePK updatedBy) void
CustomerControl.updateCustomerTypeShippingMethodFromValue
(CustomerTypeShippingMethodValue customerTypeShippingMethodValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.customer.server.logic
Methods in com.echothree.model.control.customer.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionCustomerTypeLogic.createCustomerType
(ExecutionErrorAccumulator eea, String customerTypeName, Sequence customerSequence, OfferUse defaultOfferUse, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, WorkflowEntrance defaultCustomerStatus, WorkflowEntrance defaultCustomerCreditStatus, GlAccount defaultArGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean defaultTaxable, AllocationPriority allocationPriority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
CustomerTypeLogic.deleteCustomerType
(ExecutionErrorAccumulator eea, CustomerType customerType, BasePK deletedBy) void
CustomerTypeLogic.updateCustomerTypeFromValue
(ExecutionErrorAccumulator eea, CustomerTypeDetailValue customerTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.document.server.control
Methods in com.echothree.model.control.document.server.control with parameters of type BasePKModifier and TypeMethodDescriptionDocumentControl.createDocument
(DocumentType documentType, MimeType mimeType, Integer pages, BasePK createdBy) DocumentControl.createDocument
(String documentName, DocumentType documentType, MimeType mimeType, Integer pages, BasePK createdBy) DocumentControl.createDocumentBlob
(Document document, ByteArray blob, BasePK createdBy) DocumentControl.createDocumentClob
(Document document, String clob, BasePK createdBy) DocumentControl.createDocumentDescription
(Document document, Language language, String description, BasePK createdBy) DocumentControl.createDocumentType
(String documentTypeName, DocumentType parentDocumentType, MimeTypeUsageType mimeTypeUsageType, Integer maximumPages, Boolean isDefault, Integer sortOrder, BasePK createdBy) DocumentControl.createDocumentTypeDescription
(DocumentType documentType, Language language, String description, BasePK createdBy) DocumentControl.createDocumentTypeUsage
(DocumentTypeUsageType documentTypeUsageType, DocumentType documentType, Boolean isDefault, Integer sortOrder, Integer maximumInstances, BasePK createdBy) DocumentControl.createDocumentTypeUsageType
(String documentTypeUsageTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) DocumentControl.createDocumentTypeUsageTypeDescription
(DocumentTypeUsageType documentTypeUsageType, Language language, String description, BasePK createdBy) DocumentControl.createPartyDocument
(Party party, Document document, Boolean isDefault, Integer sortOrder, BasePK createdBy) DocumentControl.createPartyTypeDocumentTypeUsageType
(PartyType partyType, DocumentTypeUsageType documentTypeUsageType, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
DocumentControl.deleteDocument
(Document document, BasePK deletedBy) void
DocumentControl.deleteDocumentBlob
(DocumentBlob documentBlob, BasePK deletedBy) void
DocumentControl.deleteDocumentBlobByDocument
(Document document, BasePK deletedBy) void
DocumentControl.deleteDocumentClob
(DocumentClob documentClob, BasePK deletedBy) void
DocumentControl.deleteDocumentClobByDocument
(Document document, BasePK deletedBy) void
DocumentControl.deleteDocumentDescription
(DocumentDescription documentDescription, BasePK deletedBy) void
DocumentControl.deleteDocumentDescriptionsByDocument
(Document document, BasePK deletedBy) void
DocumentControl.deleteDocuments
(List<Document> documents, BasePK deletedBy) void
DocumentControl.deleteDocumentsByDocumentType
(DocumentType documentType, BasePK deletedBy) void
DocumentControl.deleteDocumentType
(DocumentType itemDescriptionType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeDescription
(DocumentTypeDescription documentTypeDescription, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeDescriptionsByDocumentType
(DocumentType documentType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypes
(List<DocumentType> itemDescriptionTypes, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsage
(DocumentTypeUsage itemDescriptionType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsages
(List<DocumentTypeUsage> itemDescriptionTypes, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsagesByDocumentType
(DocumentType documentType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsagesByDocumentTypeUsageType
(DocumentTypeUsageType documentTypeUsageType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsageType
(DocumentTypeUsageType itemDescriptionType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsageTypeDescription
(DocumentTypeUsageTypeDescription documentTypeUsageTypeDescription, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsageTypeDescriptionsByDocumentTypeUsageType
(DocumentTypeUsageType documentTypeUsageType, BasePK deletedBy) void
DocumentControl.deleteDocumentTypeUsageTypes
(List<DocumentTypeUsageType> itemDescriptionTypes, BasePK deletedBy) void
DocumentControl.deletePartyDocument
(PartyDocument itemDescriptionType, BasePK deletedBy) void
DocumentControl.deletePartyDocuments
(List<PartyDocument> itemDescriptionTypes, BasePK deletedBy) void
DocumentControl.deletePartyDocumentsByParty
(Party party, BasePK deletedBy) void
DocumentControl.deletePartyTypeDocumentTypeUsageType
(PartyTypeDocumentTypeUsageType itemDescriptionType, BasePK deletedBy) void
DocumentControl.deletePartyTypeDocumentTypeUsageTypes
(List<PartyTypeDocumentTypeUsageType> itemDescriptionTypes, BasePK deletedBy) void
DocumentControl.deletePartyTypeDocumentTypeUsageTypesByDocumentTypeUsageType
(DocumentTypeUsageType documentTypeUsageType, BasePK deletedBy) void
DocumentControl.deletePartyTypeDocumentTypeUsageTypesByPartyType
(PartyType partyType, BasePK deletedBy) void
DocumentControl.updateDocumentBlobFromValue
(DocumentBlobValue documentBlobValue, BasePK updatedBy) void
DocumentControl.updateDocumentClobFromValue
(DocumentClobValue documentClobValue, BasePK updatedBy) void
DocumentControl.updateDocumentDescriptionFromValue
(DocumentDescriptionValue documentDescriptionValue, BasePK updatedBy) void
DocumentControl.updateDocumentFromValue
(DocumentDetailValue documentDetailValue, BasePK updatedBy) void
DocumentControl.updateDocumentTypeDescriptionFromValue
(DocumentTypeDescriptionValue documentTypeDescriptionValue, BasePK updatedBy) void
DocumentControl.updateDocumentTypeFromValue
(DocumentTypeDetailValue documentTypeDetailValue, BasePK updatedBy) void
DocumentControl.updateDocumentTypeUsageFromValue
(DocumentTypeUsageValue documentTypeUsageValue, BasePK updatedBy) void
DocumentControl.updateDocumentTypeUsageTypeDescriptionFromValue
(DocumentTypeUsageTypeDescriptionValue documentTypeUsageTypeDescriptionValue, BasePK updatedBy) void
DocumentControl.updateDocumentTypeUsageTypeFromValue
(DocumentTypeUsageTypeDetailValue documentTypeUsageTypeDetailValue, BasePK updatedBy) void
DocumentControl.updatePartyDocumentFromValue
(PartyDocumentValue partyDocumentValue, BasePK updatedBy) void
DocumentControl.updatePartyTypeDocumentTypeUsageTypeFromValue
(PartyTypeDocumentTypeUsageTypeValue partyTypeDocumentTypeUsageTypeValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.employee.server.control
Methods in com.echothree.model.control.employee.server.control with parameters of type BasePKModifier and TypeMethodDescriptionEmployeeControl.createEmployeeType
(String employeeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createEmployeeTypeDescription
(EmployeeType employeeType, Language language, String description, BasePK createdBy) EmployeeControl.createEmployment
(Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, BasePK createdBy) EmployeeControl.createEmployment
(String employmentName, Party party, Party companyParty, Long startTime, Long endTime, TerminationType terminationType, TerminationReason terminationReason, BasePK createdBy) EmployeeControl.createLeave
(Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, BasePK createdBy) EmployeeControl.createLeave
(String leaveName, Party party, Party companyParty, LeaveType leaveType, LeaveReason leaveReason, Long startTime, Long endTime, Long totalTime, BasePK createdBy) EmployeeControl.createLeaveReason
(String leaveReasonName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createLeaveReasonDescription
(LeaveReason leaveReason, Language language, String description, BasePK createdBy) EmployeeControl.createLeaveType
(String leaveTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createLeaveTypeDescription
(LeaveType leaveType, Language language, String description, BasePK createdBy) EmployeeControl.createPartyEmployee
(Party party, String partyEmployeeName, EmployeeType employeeType, BasePK createdBy) EmployeeControl.createPartyResponsibility
(Party party, ResponsibilityType responsibilityType, BasePK createdBy) EmployeeControl.createPartySkill
(Party party, SkillType skillType, BasePK createdBy) EmployeeControl.createResponsibilityType
(String responsibilityTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createResponsibilityTypeDescription
(ResponsibilityType responsibilityType, Language language, String description, BasePK createdBy) EmployeeControl.createSkillType
(String skillTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createSkillTypeDescription
(SkillType skillType, Language language, String description, BasePK createdBy) EmployeeControl.createTerminationReason
(String terminationReasonName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createTerminationReasonDescription
(TerminationReason terminationReason, Language language, String description, BasePK createdBy) EmployeeControl.createTerminationType
(String terminationTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) EmployeeControl.createTerminationTypeDescription
(TerminationType terminationType, Language language, String description, BasePK createdBy) void
EmployeeControl.deleteEmployeeType
(EmployeeType employeeType, BasePK deletedBy) void
EmployeeControl.deleteEmployeeTypeDescription
(EmployeeTypeDescription employeeTypeDescription, BasePK deletedBy) void
EmployeeControl.deleteEmployeeTypeDescriptionsByEmployeeType
(EmployeeType employeeType, BasePK deletedBy) void
EmployeeControl.deleteEmployment
(Employment employment, BasePK deletedBy) void
EmployeeControl.deleteEmployments
(List<Employment> employments, BasePK deletedBy) void
EmployeeControl.deleteEmploymentsByParty
(Party party, BasePK deletedBy) void
EmployeeControl.deleteEmploymentsByTerminationReason
(TerminationReason terminationReason, BasePK deletedBy) void
EmployeeControl.deleteEmploymentsByTerminationType
(TerminationType terminationType, BasePK deletedBy) void
EmployeeControl.deleteLeave
(Leave leave, BasePK deletedBy) void
EmployeeControl.deleteLeaveReason
(LeaveReason leaveReason, BasePK deletedBy) void
EmployeeControl.deleteLeaveReasonDescription
(LeaveReasonDescription leaveReasonDescription, BasePK deletedBy) void
EmployeeControl.deleteLeaveReasonDescriptionsByLeaveReason
(LeaveReason leaveReason, BasePK deletedBy) void
EmployeeControl.deleteLeaves
(List<Leave> leaves, BasePK deletedBy) void
EmployeeControl.deleteLeavesByLeaveReason
(LeaveReason leaveReason, BasePK deletedBy) void
EmployeeControl.deleteLeavesByLeaveType
(LeaveType leaveType, BasePK deletedBy) void
EmployeeControl.deleteLeavesByParty
(Party party, BasePK deletedBy) void
EmployeeControl.deleteLeaveType
(LeaveType leaveType, BasePK deletedBy) void
EmployeeControl.deleteLeaveTypeDescription
(LeaveTypeDescription leaveTypeDescription, BasePK deletedBy) void
EmployeeControl.deleteLeaveTypeDescriptionsByLeaveType
(LeaveType leaveType, BasePK deletedBy) void
EmployeeControl.deletePartyEmployee
(PartyEmployee partyEmployee, BasePK deletedBy) void
EmployeeControl.deletePartyEmployeeByParty
(Party party, BasePK deletedBy) void
EmployeeControl.deletePartyResponsibilitiesByResponsibilityType
(ResponsibilityType responsibilityType, BasePK deletedBy) void
EmployeeControl.deletePartyResponsibility
(PartyResponsibility partyResponsibility, BasePK deletedBy) void
EmployeeControl.deletePartyResponsibilityByParty
(Party party, BasePK deletedBy) void
EmployeeControl.deletePartySkill
(PartySkill partySkill, BasePK deletedBy) void
EmployeeControl.deletePartySkillByParty
(Party party, BasePK deletedBy) void
EmployeeControl.deletePartySkillsBySkillType
(SkillType skillType, BasePK deletedBy) void
EmployeeControl.deleteResponsibilityType
(ResponsibilityType responsibilityType, BasePK deletedBy) void
EmployeeControl.deleteResponsibilityTypeDescription
(ResponsibilityTypeDescription responsibilityTypeDescription, BasePK deletedBy) void
EmployeeControl.deleteResponsibilityTypeDescriptionsByResponsibilityType
(ResponsibilityType responsibilityType, BasePK deletedBy) void
EmployeeControl.deleteSkillType
(SkillType skillType, BasePK deletedBy) void
EmployeeControl.deleteSkillTypeDescription
(SkillTypeDescription skillTypeDescription, BasePK deletedBy) void
EmployeeControl.deleteSkillTypeDescriptionsBySkillType
(SkillType skillType, BasePK deletedBy) void
EmployeeControl.deleteTerminationReason
(TerminationReason terminationReason, BasePK deletedBy) void
EmployeeControl.deleteTerminationReasonDescription
(TerminationReasonDescription terminationReasonDescription, BasePK deletedBy) void
EmployeeControl.deleteTerminationReasonDescriptionsByTerminationReason
(TerminationReason terminationReason, BasePK deletedBy) void
EmployeeControl.deleteTerminationType
(TerminationType terminationType, BasePK deletedBy) void
EmployeeControl.deleteTerminationTypeDescription
(TerminationTypeDescription terminationTypeDescription, BasePK deletedBy) void
EmployeeControl.deleteTerminationTypeDescriptionsByTerminationType
(TerminationType terminationType, BasePK deletedBy) void
EmployeeControl.updateEmployeeTypeDescriptionFromValue
(EmployeeTypeDescriptionValue employeeTypeDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateEmployeeTypeFromValue
(EmployeeTypeDetailValue employeeTypeDetailValue, BasePK updatedBy) void
EmployeeControl.updateEmploymentFromValue
(EmploymentDetailValue employmentDetailValue, BasePK updatedBy) void
EmployeeControl.updateLeaveFromValue
(LeaveDetailValue leaveDetailValue, BasePK updatedBy) void
EmployeeControl.updateLeaveReasonDescriptionFromValue
(LeaveReasonDescriptionValue leaveReasonDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateLeaveReasonFromValue
(LeaveReasonDetailValue leaveReasonDetailValue, BasePK updatedBy) void
EmployeeControl.updateLeaveTypeDescriptionFromValue
(LeaveTypeDescriptionValue leaveTypeDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateLeaveTypeFromValue
(LeaveTypeDetailValue leaveTypeDetailValue, BasePK updatedBy) void
EmployeeControl.updatePartyEmployeeFromValue
(PartyEmployeeValue partyEmployeeValue, BasePK updatedBy) void
EmployeeControl.updateResponsibilityTypeDescriptionFromValue
(ResponsibilityTypeDescriptionValue responsibilityTypeDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateResponsibilityTypeFromValue
(ResponsibilityTypeDetailValue responsibilityTypeDetailValue, BasePK updatedBy) void
EmployeeControl.updateSkillTypeDescriptionFromValue
(SkillTypeDescriptionValue skillTypeDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateSkillTypeFromValue
(SkillTypeDetailValue skillTypeDetailValue, BasePK updatedBy) void
EmployeeControl.updateTerminationReasonDescriptionFromValue
(TerminationReasonDescriptionValue terminationReasonDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateTerminationReasonFromValue
(TerminationReasonDetailValue terminationReasonDetailValue, BasePK updatedBy) void
EmployeeControl.updateTerminationTypeDescriptionFromValue
(TerminationTypeDescriptionValue terminationTypeDescriptionValue, BasePK updatedBy) void
EmployeeControl.updateTerminationTypeFromValue
(TerminationTypeDetailValue terminationTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.employee.server.logic
Methods in com.echothree.model.control.employee.server.logic with parameters of type BasePK -
Uses of BasePK in com.echothree.model.control.filter.server.control
Methods in com.echothree.model.control.filter.server.control with parameters of type BasePKModifier and TypeMethodDescriptionFilterControl.createFilter
(FilterType filterType, String filterName, FilterAdjustment initialFilterAdjustment, Selector filterItemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) FilterControl.createFilterAdjustment
(FilterKind filterKind, String filterAdjustmentName, FilterAdjustmentSource filterAdjustmentSource, FilterAdjustmentType filterAdjustmentType, Boolean isDefault, Integer sortOrder, BasePK createdBy) FilterControl.createFilterAdjustmentAmount
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long amount, BasePK createdBy) FilterControl.createFilterAdjustmentDescription
(FilterAdjustment filterAdjustment, Language language, String description, BasePK createdBy) FilterControl.createFilterAdjustmentFixedAmount
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Long unitAmount, BasePK createdBy) FilterControl.createFilterAdjustmentPercent
(FilterAdjustment filterAdjustment, UnitOfMeasureType unitOfMeasureType, Currency currency, Integer percent, BasePK createdBy) FilterControl.createFilterDescription
(Filter filter, Language language, String description, BasePK createdBy) FilterControl.createFilterEntranceStep
(Filter filter, FilterStep filterStep, BasePK createdBy) FilterControl.createFilterKind
(String filterKindName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FilterControl.createFilterKindDescription
(FilterKind filterKind, Language language, String description, BasePK createdBy) FilterControl.createFilterStep
(Filter filter, String filterStepName, Selector filterItemSelector, BasePK createdBy) FilterControl.createFilterStepDescription
(FilterStep filterStep, Language language, String description, BasePK createdBy) FilterControl.createFilterStepDestination
(FilterStep fromFilterStep, FilterStep toFilterStep, BasePK createdBy) FilterControl.createFilterStepElement
(FilterStep filterStep, String filterStepElementName, Selector filterItemSelector, FilterAdjustment filterAdjustment, BasePK createdBy) FilterControl.createFilterStepElementDescription
(FilterStepElement filterStepElement, Language language, String description, BasePK createdBy) FilterControl.createFilterType
(FilterKind filterKind, String filterTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FilterControl.createFilterTypeDescription
(FilterType filterType, Language language, String description, BasePK createdBy) void
FilterControl.deleteFilter
(Filter filter, BasePK deletedBy) void
FilterControl.deleteFilterAdjustment
(FilterAdjustment filterAdjustment, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentAmount
(FilterAdjustmentAmount filterAdjustmentAmount, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentAmountsByFilterAdjustment
(FilterAdjustment filterAdjustment, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentDescription
(FilterAdjustmentDescription filterAdjustmentDescription, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentDescriptionsByFilterAdjustment
(FilterAdjustment filterAdjustment, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentFixedAmount
(FilterAdjustmentFixedAmount filterAdjustmentFixedAmount, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentFixedAmountsByFilterAdjustment
(FilterAdjustment filterAdjustment, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentPercent
(FilterAdjustmentPercent filterAdjustmentPercent, BasePK deletedBy) void
FilterControl.deleteFilterAdjustmentPercentsByFilterAdjustment
(FilterAdjustment filterAdjustment, BasePK deletedBy) void
FilterControl.deleteFilterDescription
(FilterDescription filterDescription, BasePK deletedBy) void
FilterControl.deleteFilterDescriptionsByFilter
(Filter filter, BasePK deletedBy) void
FilterControl.deleteFilterEntranceStep
(FilterEntranceStep filterEntranceStep, BasePK deletedBy) void
FilterControl.deleteFilterEntranceStepsByFilterStep
(FilterStep filterStep, BasePK deletedBy) void
FilterControl.deleteFilterKind
(FilterKind filterKind, BasePK deletedBy) void
FilterControl.deleteFilterKindDescription
(FilterKindDescription filterKindDescription, BasePK deletedBy) void
FilterControl.deleteFilterKindDescriptionsByFilterKind
(FilterKind filterKind, BasePK deletedBy) void
FilterControl.deleteFilterStep
(FilterStep filterStep, BasePK deletedBy) void
FilterControl.deleteFilterStepDescription
(FilterStepDescription filterStepDescription, BasePK deletedBy) void
FilterControl.deleteFilterStepDescriptionsByFilterStep
(FilterStep filterStep, BasePK deletedBy) void
FilterControl.deleteFilterStepDestination
(FilterStepDestination filterStepDestination, BasePK deletedBy) void
FilterControl.deleteFilterStepDestinationsByFilterStep
(FilterStep filterStep, BasePK deletedBy) void
FilterControl.deleteFilterStepDestinationsByFromFilterStep
(FilterStep fromFilterStep, BasePK deletedBy) void
FilterControl.deleteFilterStepDestinationsByToFilterStep
(FilterStep toFilterStep, BasePK deletedBy) void
FilterControl.deleteFilterStepElement
(FilterStepElement filterStepElement, BasePK deletedBy) void
FilterControl.deleteFilterStepElementDescription
(FilterStepElementDescription filterStepElementDescription, BasePK deletedBy) void
FilterControl.deleteFilterStepElementDescriptionsByFilterStepElement
(FilterStepElement filterStepElement, BasePK deletedBy) void
FilterControl.deleteFilterStepElementsByFilterStep
(FilterStep filterStep, BasePK deletedBy) void
FilterControl.deleteFilterStepsByFilter
(Filter filter, BasePK deletedBy) void
FilterControl.deleteFilterType
(FilterType filterType, BasePK deletedBy) void
FilterControl.deleteFilterTypeDescription
(FilterTypeDescription filterTypeDescription, BasePK deletedBy) void
FilterControl.deleteFilterTypeDescriptionsByFilterType
(FilterType filterType, BasePK deletedBy) void
FilterControl.deleteFilterTypesByFilterKind
(FilterKind filterKind, BasePK deletedBy) void
FilterControl.updateFilterAdjustmentAmountFromValue
(FilterAdjustmentAmountValue filterAdjustmentAmountValue, BasePK updatedBy) void
FilterControl.updateFilterAdjustmentDescriptionFromValue
(FilterAdjustmentDescriptionValue filterAdjustmentDescriptionValue, BasePK updatedBy) void
FilterControl.updateFilterAdjustmentFixedAmountFromValue
(FilterAdjustmentFixedAmountValue filterAdjustmentFixedAmountValue, BasePK updatedBy) void
FilterControl.updateFilterAdjustmentFromValue
(FilterAdjustmentDetailValue filterAdjustmentDetailValue, BasePK updatedBy) void
FilterControl.updateFilterAdjustmentPercentFromValue
(FilterAdjustmentPercentValue filterAdjustmentPercentValue, BasePK updatedBy) void
FilterControl.updateFilterDescriptionFromValue
(FilterDescriptionValue filterDescriptionValue, BasePK updatedBy) void
FilterControl.updateFilterFromValue
(FilterDetailValue filterDetailValue, BasePK updatedBy) void
FilterControl.updateFilterKindDescriptionFromValue
(FilterKindDescriptionValue filterKindDescriptionValue, BasePK updatedBy) void
FilterControl.updateFilterKindFromValue
(FilterKindDetailValue filterKindDetailValue, BasePK updatedBy) void
FilterControl.updateFilterStepDescriptionFromValue
(FilterStepDescriptionValue filterStepDescriptionValue, BasePK updatedBy) void
FilterControl.updateFilterStepElementDescriptionFromValue
(FilterStepElementDescriptionValue filterStepElementDescriptionValue, BasePK updatedBy) void
FilterControl.updateFilterStepElementFromValue
(FilterStepElementDetailValue filterStepElementDetailValue, BasePK updatedBy) void
FilterControl.updateFilterStepFromValue
(FilterStepDetailValue filterStepDetailValue, BasePK updatedBy) void
FilterControl.updateFilterTypeDescriptionFromValue
(FilterTypeDescriptionValue filterTypeDescriptionValue, BasePK updatedBy) void
FilterControl.updateFilterTypeFromValue
(FilterTypeDetailValue filterTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.filter.server.evaluator
Fields in com.echothree.model.control.filter.server.evaluator declared as BasePKConstructors in com.echothree.model.control.filter.server.evaluator with parameters of type BasePKModifierConstructorDescriptionBaseFilterEvaluator
(Session session, BasePK evaluatedBy, Class logClass, String filterKindName, String filterTypeName, String selectorTypeName) Creates a new instance of BaseFilterEvaluatorClubPriceFilterEvaluator
(Session session, BasePK evaluatedBy) Creates a new instance of ClubPriceFilterEvaluatorCouponFilterEvaluator
(Session session, BasePK evaluatedBy) Creates a new instance of CouponFilterEvaluatorOfferItemPriceFilterEvaluator
(Session session, BasePK evaluatedBy) Creates a new instance of OfferItemPriceFilterEvaluator -
Uses of BasePK in com.echothree.model.control.filter.server.logic
Methods in com.echothree.model.control.filter.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionFilterLogic.createFilter
(ExecutionErrorAccumulator eea, FilterType filterType, String filterName, FilterAdjustment initialFilterAdjustment, Selector filterItemSelector, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FilterLogic.createFilter
(ExecutionErrorAccumulator eea, String filterKindName, String filterTypeName, String filterName, String initialFilterAdjustmentName, String filterItemSelectorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FilterAdjustmentLogic.createFilterAdjustment
(ExecutionErrorAccumulator eea, FilterKind filterKind, String filterAdjustmentName, FilterAdjustmentSource filterAdjustmentSource, FilterAdjustmentType filterAdjustmentType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FilterAdjustmentLogic.createFilterAdjustment
(ExecutionErrorAccumulator eea, String filterKindName, String filterAdjustmentName, String filterAdjustmentSourceName, String filterAdjustmentTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FilterKindLogic.createFilterKind
(ExecutionErrorAccumulator eea, String filterKindName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FilterStepLogic.createFilterStep
(ExecutionErrorAccumulator eea, Filter filter, String filterStepName, Selector filterItemSelector, Language language, String description, BasePK createdBy) FilterStepLogic.createFilterStep
(ExecutionErrorAccumulator eea, String filterKindName, String filterTypeName, String filterName, String filterStepName, String filterItemSelectorName, Language language, String description, BasePK createdBy) FilterTypeLogic.createFilterType
(ExecutionErrorAccumulator eea, FilterKind filterKind, String filterTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) FilterTypeLogic.createFilterType
(ExecutionErrorAccumulator eea, String filterKindName, String filterTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
FilterLogic.deleteFilter
(ExecutionErrorAccumulator eea, Filter filter, BasePK deletedBy) void
FilterAdjustmentLogic.deleteFilterAdjustment
(ExecutionErrorAccumulator eea, FilterAdjustment filterAdjustment, BasePK deletedBy) void
FilterKindLogic.deleteFilterKind
(ExecutionErrorAccumulator eea, FilterKind filterKind, BasePK deletedBy) void
FilterStepLogic.deleteFilterStep
(ExecutionErrorAccumulator eea, FilterStep filterStep, BasePK deletedBy) void
FilterTypeLogic.deleteFilterType
(ExecutionErrorAccumulator eea, FilterType filterType, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.financial.server.control
Methods in com.echothree.model.control.financial.server.control with parameters of type BasePKModifier and TypeMethodDescriptionFinancialControl.createFinancialAccount
(FinancialAccountType financialAccountType, String financialAccountName, Currency currency, GlAccount glAccount, String reference, String description, BasePK createdBy) FinancialControl.createFinancialAccountAlias
(FinancialAccount financialAccount, FinancialAccountAliasType financialAccountAliasType, String alias, BasePK createdBy) FinancialControl.createFinancialAccountAliasType
(FinancialAccountType financialAccountType, String financialAccountAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) FinancialControl.createFinancialAccountAliasTypeDescription
(FinancialAccountAliasType financialAccountAliasType, Language language, String description, BasePK createdBy) FinancialControl.createFinancialAccountRole
(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, FinancialAccountRoleType financialAccountRoleType, BasePK createdBy) FinancialControl.createFinancialAccountRoleUsingNames
(FinancialAccount financialAccount, Party party, PartyContactMechanism partyContactMechanism, String financialAccountRoleTypeName, BasePK createdBy) FinancialControl.createFinancialAccountTransaction
(String financialAccountTransactionName, FinancialAccount financialAccount, FinancialAccountTransactionType financialAccountTransactionType, Long amount, String comment, BasePK createdBy) FinancialControl.createFinancialAccountTransactionType
(FinancialAccountType financialAccountType, String financialAccountTransactionTypeName, FinancialAccountTransactionType parentFinancialAccountTransactionType, GlAccount glAccount, Boolean isDefault, Integer sortOrder, BasePK createdBy) FinancialControl.createFinancialAccountTransactionTypeDescription
(FinancialAccountTransactionType financialAccountTransactionType, Language language, String description, BasePK createdBy) FinancialControl.createFinancialAccountType
(String financialAccountTypeName, FinancialAccountType parentFinancialAccountType, GlAccount defaultGlAccount, SequenceType financialAccountSequenceType, SequenceType financialAccountTransactionSequenceType, Workflow financialAccountWorkflow, WorkflowEntrance financialAccountWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) FinancialControl.createFinancialAccountTypeDescription
(FinancialAccountType financialAccountType, Language language, String description, BasePK createdBy) void
FinancialControl.deleteFinancialAccount
(FinancialAccount financialAccount, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAlias
(FinancialAccountAlias financialAccountAlias, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasesByFinancialAccount
(FinancialAccount financialAccount, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasesByFinancialAccountAliasType
(FinancialAccountAliasType financialAccountAliasType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasType
(FinancialAccountAliasType financialAccountAliasType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasTypeDescription
(FinancialAccountAliasTypeDescription financialAccountAliasTypeDescription, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasTypeDescriptionsByFinancialAccountAliasType
(FinancialAccountAliasType financialAccountAliasType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasTypes
(List<FinancialAccountAliasType> financialAccountAliasTypes, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountAliasTypesByFinancialAccountType
(FinancialAccountType financialAccountType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountRole
(FinancialAccountRole financialAccountRole, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountRolesByFinancialAccount
(FinancialAccount financialAccount, BasePK deletedBy) void
FinancialControl.deleteFinancialAccounts
(List<FinancialAccount> financialAccounts, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountsByFinancialAccountType
(FinancialAccountType financialAccountType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountsByGlAccount
(GlAccount glAccount, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransaction
(FinancialAccountTransaction financialAccountTransaction, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactions
(List<FinancialAccountTransaction> financialAccountTransactions, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactionsByFinancialAccount
(FinancialAccount financialAccount, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactionsByFinancialAccountTransactionType
(FinancialAccountTransactionType financialAccountTransactionType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactionType
(FinancialAccountTransactionType financialAccountTransactionType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactionTypeDescription
(FinancialAccountTransactionTypeDescription financialAccountTransactionTypeDescription, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactionTypeDescriptionsByFinancialAccountTransactionType
(FinancialAccountTransactionType financialAccountTransactionType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTransactionTypes
(List<FinancialAccountTransactionType> financialAccountTransactionTypes, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountType
(FinancialAccountType financialAccountType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTypeDescription
(FinancialAccountTypeDescription financialAccountTypeDescription, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTypeDescriptionsByFinancialAccountType
(FinancialAccountType financialAccountType, BasePK deletedBy) void
FinancialControl.deleteFinancialAccountTypes
(List<FinancialAccountType> financialAccountTypes, BasePK deletedBy) void
FinancialControl.updateFinancialAccountAliasFromValue
(FinancialAccountAliasValue financialAccountAliasValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountAliasTypeDescriptionFromValue
(FinancialAccountAliasTypeDescriptionValue financialAccountAliasTypeDescriptionValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountAliasTypeFromValue
(FinancialAccountAliasTypeDetailValue financialAccountAliasTypeDetailValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountFromValue
(FinancialAccountDetailValue financialAccountDetailValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountRoleFromValue
(FinancialAccountRoleValue financialAccountRoleValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountTransactionFromValue
(FinancialAccountTransactionDetailValue financialAccountTransactionDetailValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountTransactionTypeDescriptionFromValue
(FinancialAccountTransactionTypeDescriptionValue financialAccountTransactionTypeDescriptionValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountTransactionTypeFromValue
(FinancialAccountTransactionTypeDetailValue financialAccountTransactionTypeDetailValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountTypeDescriptionFromValue
(FinancialAccountTypeDescriptionValue financialAccountTypeDescriptionValue, BasePK updatedBy) void
FinancialControl.updateFinancialAccountTypeFromValue
(FinancialAccountTypeDetailValue financialAccountTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.forum.server.control
Methods in com.echothree.model.control.forum.server.control with parameters of type BasePKModifier and TypeMethodDescriptionForumControl.createForum
(String forumName, ForumType forumType, Icon icon, Sequence forumThreadSequence, Sequence forumMessageSequence, Integer sortOrder, BasePK createdBy) ForumControl.createForumBlobMessagePart
(ForumMessagePart forumMessagePart, ByteArray blob, BasePK createdBy) ForumControl.createForumClobMessagePart
(ForumMessagePart forumMessagePart, String clob, BasePK createdBy) ForumControl.createForumDescription
(Forum forum, Language language, String description, BasePK createdBy) ForumControl.createForumForumThread
(Forum forum, ForumThread forumThread, Boolean isDefault, Integer sortOrder, BasePK createdBy) ForumControl.createForumGroup
(String forumGroupName, Icon icon, Integer sortOrder, BasePK createdBy) ForumControl.createForumGroupDescription
(ForumGroup forumGroup, Language language, String description, BasePK createdBy) ForumControl.createForumGroupForum
(ForumGroup forumGroup, Forum forum, Boolean isDefault, Integer sortOrder, BasePK createdBy) ForumControl.createForumMessage
(ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, BasePK createdBy) ForumControl.createForumMessage
(String forumMessageName, ForumThread forumThread, ForumMessageType forumMessageType, ForumMessage parentForumMessage, Icon icon, Long postedTime, BasePK createdBy) ForumControl.createForumMessageAttachment
(ForumMessage forumMessage, Integer forumMessageAttachmentSequence, MimeType mimeType, BasePK createdBy) ForumControl.createForumMessageAttachmentDescription
(ForumMessageAttachment forumMessageAttachment, Language language, String description, BasePK createdBy) ForumControl.createForumMessageBlobAttachment
(ForumMessageAttachment forumMessageAttachment, ByteArray blob, BasePK createdBy) ForumControl.createForumMessageClobAttachment
(ForumMessageAttachment forumMessageAttachment, String clob, BasePK createdBy) ForumControl.createForumMessagePart
(ForumMessage forumMessage, ForumMessagePartType forumMessagePartType, Language language, MimeType mimeType, BasePK createdBy) ForumControl.createForumMessageRole
(ForumMessage forumMessage, ForumRoleType forumRoleType, Party party, BasePK createdBy) ForumControl.createForumMimeType
(Forum forum, MimeType mimeType, Boolean isDefault, Integer sortOrder, BasePK createdBy) ForumControl.createForumPartyRole
(Forum forum, Party party, ForumRoleType forumRoleType, BasePK createdBy) ForumControl.createForumPartyTypeRole
(Forum forum, PartyType partyType, ForumRoleType forumRoleType, BasePK createdBy) ForumControl.createForumStringMessagePart
(ForumMessagePart forumMessagePart, String string, BasePK createdBy) ForumControl.createForumThread
(Forum forum, Icon icon, Long postedTime, Integer sortOrder, BasePK createdBy) ForumControl.createForumThread
(String forumThreadName, Icon icon, Long postedTime, Integer sortOrder, BasePK createdBy) void
ForumControl.deleteForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForumBlobMessagePart
(ForumBlobMessagePart forumBlobMessagePart, BasePK deletedBy) void
ForumControl.deleteForumBlobMessagePartByForumMessagePart
(ForumMessagePart forumMessagePart, BasePK deletedBy) void
ForumControl.deleteForumClobMessagePart
(ForumClobMessagePart forumClobMessagePart, BasePK deletedBy) void
ForumControl.deleteForumClobMessagePartByForumMessagePart
(ForumMessagePart forumMessagePart, BasePK deletedBy) void
ForumControl.deleteForumDescription
(ForumDescription forumDescription, BasePK deletedBy) void
ForumControl.deleteForumDescriptionsByForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForumForumThread
(ForumForumThread forumForumThread, BasePK deletedBy) void
ForumControl.deleteForumForumThreads
(List<ForumForumThread> forumForumThreads, BasePK deletedBy) void
ForumControl.deleteForumForumThreadsByForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForumForumThreadsByForumThread
(ForumThread forumThread, BasePK deletedBy) void
ForumControl.deleteForumGroup
(ForumGroup forumGroup, BasePK deletedBy) void
ForumControl.deleteForumGroupDescription
(ForumGroupDescription forumGroupDescription, BasePK deletedBy) void
ForumControl.deleteForumGroupDescriptionsByForumGroup
(ForumGroup forumGroup, BasePK deletedBy) void
ForumControl.deleteForumGroupForum
(ForumGroupForum forumGroupForum, BasePK deletedBy) void
ForumControl.deleteForumGroupForums
(List<ForumGroupForum> forumGroupForums, BasePK deletedBy) void
ForumControl.deleteForumGroupForumsByForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForumGroupForumsByForumGroup
(ForumGroup forumGroup, BasePK deletedBy) void
ForumControl.deleteForumMessage
(ForumMessage forumMessage, BasePK deletedBy) void
ForumControl.deleteForumMessageAttachment
(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) void
ForumControl.deleteForumMessageAttachmentDescription
(ForumMessageAttachmentDescription forumMessageAttachmentDescription, BasePK deletedBy) void
ForumControl.deleteForumMessageAttachmentDescriptionsByForumMessageAttachment
(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) void
ForumControl.deleteForumMessageAttachments
(List<ForumMessageAttachment> forumMessageAttachments, BasePK deletedBy) void
ForumControl.deleteForumMessageAttachmentsByForumMessage
(ForumMessage forumMessage, BasePK deletedBy) void
ForumControl.deleteForumMessageBlobAttachment
(ForumMessageBlobAttachment forumMessageAttachmentBlob, BasePK deletedBy) void
ForumControl.deleteForumMessageBlobAttachmentByForumMessageAttachment
(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) void
ForumControl.deleteForumMessageClobAttachment
(ForumMessageClobAttachment forumMessageAttachmentClob, BasePK deletedBy) void
ForumControl.deleteForumMessageClobAttachmentByForumMessageAttachment
(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) void
ForumControl.deleteForumMessagePart
(ForumMessagePart forumMessagePart, BasePK deletedBy) void
ForumControl.deleteForumMessageParts
(List<ForumMessagePart> forumMessageParts, BasePK deletedBy) void
ForumControl.deleteForumMessagePartsByForumMessage
(ForumMessage forumMessage, BasePK deletedBy) void
ForumControl.deleteForumMessageRole
(ForumMessageRole forumMessageRole, BasePK deletedBy) void
ForumControl.deleteForumMessageRoles
(List<ForumMessageRole> forumMessageRoles, BasePK deletedBy) void
ForumControl.deleteForumMessageRolesByForumMessage
(ForumMessage forumMessage, BasePK deletedBy) void
ForumControl.deleteForumMessages
(List<ForumMessage> forumMessages, BasePK deletedBy) void
ForumControl.deleteForumMessagesByForumThread
(ForumThread forumThread, BasePK deletedBy) void
ForumControl.deleteForumMimeType
(ForumMimeType forumMimeType, BasePK deletedBy) void
ForumControl.deleteForumMimeTypes
(List<ForumMimeType> forumMimeTypes, BasePK deletedBy) void
ForumControl.deleteForumMimeTypesByForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForumMimeTypesByMimeType
(MimeType mimeType, BasePK deletedBy) void
ForumControl.deleteForumPartyRole
(ForumPartyRole forumPartyRole, BasePK deletedBy) void
ForumControl.deleteForumPartyRolesByForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForumPartyTypeRole
(ForumPartyTypeRole forumPartyTypeRole, BasePK deletedBy) void
ForumControl.deleteForumPartyTypeRolesByForum
(Forum forum, BasePK deletedBy) void
ForumControl.deleteForums
(List<Forum> forums, BasePK deletedBy) void
ForumControl.deleteForumStringMessagePart
(ForumStringMessagePart forumStringMessagePart, BasePK deletedBy) void
ForumControl.deleteForumStringMessagePartByForumMessagePart
(ForumMessagePart forumMessagePart, BasePK deletedBy) void
ForumControl.deleteForumThread
(ForumThread forumThread, BasePK deletedBy) void
ForumControl.deleteForumThreads
(List<ForumThread> forumThreads, BasePK deletedBy) void
ForumControl.touchForumsByForumThread
(ForumThread forumThread, BasePK relatedPK, EventTypes relatedEventType, BasePK touchedBy) void
ForumControl.updateForumBlobMessagePartFromValue
(ForumBlobMessagePartValue forumBlobMessagePartValue, BasePK updatedBy) void
ForumControl.updateForumClobMessagePartFromValue
(ForumClobMessagePartValue forumClobMessagePartValue, BasePK updatedBy) void
ForumControl.updateForumDescriptionFromValue
(ForumDescriptionValue forumDescriptionValue, BasePK updatedBy) void
ForumControl.updateForumForumThreadFromValue
(ForumForumThreadValue forumForumThreadValue, BasePK updatedBy) void
ForumControl.updateForumFromValue
(ForumDetailValue forumDetailValue, BasePK updatedBy) void
ForumControl.updateForumGroupDescriptionFromValue
(ForumGroupDescriptionValue forumGroupDescriptionValue, BasePK updatedBy) void
ForumControl.updateForumGroupForumFromValue
(ForumGroupForumValue forumGroupForumValue, BasePK updatedBy) void
ForumControl.updateForumGroupFromValue
(ForumGroupDetailValue forumGroupDetailValue, BasePK updatedBy) void
ForumControl.updateForumMessageAttachmentDescriptionFromValue
(ForumMessageAttachmentDescriptionValue forumMessageAttachmentDescriptionValue, BasePK updatedBy) void
ForumControl.updateForumMessageAttachmentFromValue
(ForumMessageAttachmentDetailValue forumMessageAttachmentDetailValue, BasePK updatedBy) void
ForumControl.updateForumMessageBlobAttachmentFromValue
(ForumMessageBlobAttachmentValue forumMessageAttachmentBlobValue, BasePK updatedBy) void
ForumControl.updateForumMessageClobAttachmentFromValue
(ForumMessageClobAttachmentValue forumMessageAttachmentClobValue, BasePK updatedBy) void
ForumControl.updateForumMessageFromValue
(ForumMessageDetailValue forumMessageDetailValue, BasePK updatedBy) void
ForumControl.updateForumMessagePartFromValue
(ForumMessagePartDetailValue forumMessagePartDetailValue, BasePK updatedBy) void
ForumControl.updateForumMimeTypeFromValue
(ForumMimeTypeValue forumMimeTypeValue, BasePK updatedBy) void
ForumControl.updateForumStringMessagePartFromValue
(ForumStringMessagePartValue forumStringMessagePartValue, BasePK updatedBy) void
ForumControl.updateForumThreadFromValue
(ForumThreadDetailValue forumThreadDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.geo.server.control
Methods in com.echothree.model.control.geo.server.control with parameters of type BasePKModifier and TypeMethodDescriptionGeoControl.createGeoCode
(String geoCodeName, GeoCodeType geoCodeType, GeoCodeScope geoCodeScope, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeAlias
(GeoCode geoCode, GeoCodeAliasType geoCodeAliasType, String alias, BasePK createdBy) GeoControl.createGeoCodeAliasType
(GeoCodeType geoCodeType, String geoCodeAliasTypeName, String validationPattern, Boolean isRequired, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeAliasTypeDescription
(GeoCodeAliasType geoCodeAliasType, Language language, String description, BasePK createdBy) GeoControl.createGeoCodeCountry
(GeoCode geoCode, String telephoneCode, String areaCodePattern, Boolean areaCodeRequired, String areaCodeExample, String telephoneNumberPattern, String telephoneNumberExample, PostalAddressFormat postalAddressFormat, Boolean cityRequired, Boolean cityGeoCodeRequired, Boolean stateRequired, Boolean stateGeoCodeRequired, String postalCodePattern, Boolean postalCodeRequired, Boolean postalCodeGeoCodeRequired, Integer postalCodeLength, Integer postalCodeGeoCodeLength, String postalCodeExample, BasePK createdBy) GeoControl.createGeoCodeCurrency
(GeoCode geoCode, Currency currency, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeDateTimeFormat
(GeoCode geoCode, DateTimeFormat dateTimeFormat, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeDescription
(GeoCode geoCode, Language language, String description, BasePK createdBy) GeoControl.createGeoCodeLanguage
(GeoCode geoCode, Language language, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeRelationship
(GeoCode fromGeoCode, GeoCode toGeoCode, BasePK createdBy) GeoControl.createGeoCodeScope
(String geoCodeScopeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeScopeDescription
(GeoCodeScope geoCodeScope, Language language, String description, BasePK createdBy) GeoControl.createGeoCodeTimeZone
(GeoCode geoCode, TimeZone timeZone, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeType
(String geoCodeTypeName, GeoCodeType parentGeoCodeType, Boolean isDefault, Integer sortOrder, BasePK createdBy) GeoControl.createGeoCodeTypeDescription
(GeoCodeType geoCodeType, Language language, String description, BasePK createdBy) void
GeoControl.deleteGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeAlias
(GeoCodeAlias geoCodeAlias, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliases
(List<GeoCodeAlias> geoCodeAliases, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliasesByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliasesByGeoCodeAliasType
(GeoCodeAliasType geoCodeAliasType, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliasesByGeoCodeScope
(GeoCodeScope geoCodeScope, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliasType
(GeoCodeAliasType geoCodeAliasType, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliasTypeDescription
(GeoCodeAliasTypeDescription geoCodeAliasTypeDescription, BasePK deletedBy) void
GeoControl.deleteGeoCodeAliasTypeDescriptionsByGeoCodeAliasType
(GeoCodeAliasType geoCodeAliasType, BasePK deletedBy) void
GeoControl.deleteGeoCodeCountry
(GeoCodeCountry geoCodeCountry, BasePK deletedBy) void
GeoControl.deleteGeoCodeCountryByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeCurrencies
(List<GeoCodeCurrency> geoCodeCurrencies, BasePK deletedBy) void
GeoControl.deleteGeoCodeCurrenciesByCurrency
(Currency currency, BasePK deletedBy) void
GeoControl.deleteGeoCodeCurrenciesByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeCurrency
(GeoCodeCurrency geoCodeCurrency, BasePK deletedBy) void
GeoControl.deleteGeoCodeDateTimeFormat
(GeoCodeDateTimeFormat geoCodeDateTimeFormat, BasePK deletedBy) void
GeoControl.deleteGeoCodeDateTimeFormats
(List<GeoCodeDateTimeFormat> geoCodeDateTimeFormats, BasePK deletedBy) void
GeoControl.deleteGeoCodeDateTimeFormatsByDateTimeFormat
(DateTimeFormat dateTimeFormat, BasePK deletedBy) void
GeoControl.deleteGeoCodeDateTimeFormatsByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeDescription
(GeoCodeDescription geoCodeDescription, BasePK deletedBy) void
GeoControl.deleteGeoCodeDescriptionsByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeLanguage
(GeoCodeLanguage geoCodeLanguage, BasePK deletedBy) void
GeoControl.deleteGeoCodeLanguages
(List<GeoCodeLanguage> geoCodeLanguages, BasePK deletedBy) void
GeoControl.deleteGeoCodeLanguagesByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeLanguagesByLanguage
(Language language, BasePK deletedBy) void
GeoControl.deleteGeoCodeRelationship
(GeoCodeRelationship geoCodeRelationship, BasePK deletedBy) void
GeoControl.deleteGeoCodeRelationships
(List<GeoCodeRelationship> geoCodeRelationships, BasePK deletedBy) void
GeoControl.deleteGeoCodeRelationshipsByFromGeoCode
(GeoCode fromGeoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeRelationshipsByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeRelationshipsByToGeoCode
(GeoCode toGeoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeScope
(GeoCodeScope geoCodeScope, BasePK deletedBy) void
GeoControl.deleteGeoCodeScopeDescription
(GeoCodeScopeDescription geoCodeScopeDescription, BasePK deletedBy) void
GeoControl.deleteGeoCodeScopeDescriptionsByGeoCodeScope
(GeoCodeScope geoCodeScope, BasePK deletedBy) void
GeoControl.deleteGeoCodeTimeZone
(GeoCodeTimeZone geoCodeTimeZone, BasePK deletedBy) void
GeoControl.deleteGeoCodeTimeZones
(List<GeoCodeTimeZone> geoCodeTimeZones, BasePK deletedBy) void
GeoControl.deleteGeoCodeTimeZonesByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
GeoControl.deleteGeoCodeTimeZonesByTimeZone
(TimeZone timeZone, BasePK deletedBy) void
GeoControl.deleteGeoCodeType
(GeoCodeType geoCodeType, BasePK deletedBy) void
GeoControl.deleteGeoCodeTypeDescription
(GeoCodeTypeDescription geoCodeTypeDescription, BasePK deletedBy) void
GeoControl.deleteGeoCodeTypeDescriptionsByGeoCodeType
(GeoCodeType geoCodeType, BasePK deletedBy) void
GeoControl.deleteGeoCodeTypes
(List<GeoCodeType> geoCodeTypes, BasePK deletedBy) void
GeoControl.updateGeoCodeAliasFromValue
(GeoCodeAliasValue geoCodeAliasValue, BasePK updatedBy) void
GeoControl.updateGeoCodeAliasTypeDescriptionFromValue
(GeoCodeAliasTypeDescriptionValue geoCodeAliasTypeDescriptionValue, BasePK updatedBy) void
GeoControl.updateGeoCodeAliasTypeFromValue
(GeoCodeAliasTypeDetailValue geoCodeAliasTypeDetailValue, BasePK updatedBy) void
GeoControl.updateGeoCodeCountryFromValue
(GeoCodeCountryValue geoCodeCountryValue, BasePK updatedBy) void
GeoControl.updateGeoCodeCurrencyFromValue
(GeoCodeCurrencyValue geoCodeCurrencyValue, BasePK updatedBy) void
GeoControl.updateGeoCodeDateTimeFormatFromValue
(GeoCodeDateTimeFormatValue geoCodeDateTimeFormatValue, BasePK updatedBy) void
GeoControl.updateGeoCodeDescriptionFromValue
(GeoCodeDescriptionValue geoCodeDescriptionValue, BasePK updatedBy) void
GeoControl.updateGeoCodeFromValue
(GeoCodeDetailValue geoCodeDetailValue, BasePK updatedBy) void
GeoControl.updateGeoCodeLanguageFromValue
(GeoCodeLanguageValue geoCodeLanguageValue, BasePK updatedBy) void
GeoControl.updateGeoCodeScopeDescriptionFromValue
(GeoCodeScopeDescriptionValue geoCodeScopeDescriptionValue, BasePK updatedBy) void
GeoControl.updateGeoCodeScopeFromValue
(GeoCodeScopeDetailValue geoCodeScopeDetailValue, BasePK updatedBy) void
GeoControl.updateGeoCodeTimeZoneFromValue
(GeoCodeTimeZoneValue geoCodeTimeZoneValue, BasePK updatedBy) void
GeoControl.updateGeoCodeTypeDescriptionFromValue
(GeoCodeTypeDescriptionValue geoCodeTypeDescriptionValue, BasePK updatedBy) void
GeoControl.updateGeoCodeTypeFromValue
(GeoCodeTypeDetailValue geoCodeTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.geo.server.logic
Methods in com.echothree.model.control.geo.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionGeoCodeScopeLogic.createGeoCodeScope
(ExecutionErrorAccumulator eea, String geoCodeScopeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) GeoCodeTypeLogic.createGeoCodeType
(ExecutionErrorAccumulator eea, String geoCodeTypeName, GeoCodeType parentGeoCodeType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
GeoCodeLogic.deleteGeoCode
(ExecutionErrorAccumulator eea, GeoCode geoCode, BasePK deletedBy) void
GeoCodeScopeLogic.deleteGeoCodeScope
(ExecutionErrorAccumulator eea, GeoCodeScope geoCodeScope, BasePK deletedBy) void
GeoCodeTypeLogic.deleteGeoCodeType
(ExecutionErrorAccumulator eea, GeoCodeType geoCodeType, BasePK deletedBy) void
GeoCodeScopeLogic.updateGeoCodeScopeFromValue
(GeoCodeScopeDetailValue geoCodeScopeDetailValue, BasePK updatedBy) void
GeoCodeTypeLogic.updateGeoCodeTypeFromValue
(GeoCodeTypeDetailValue geoCodeTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.graphql.server.graphql
Fields in com.echothree.model.control.graphql.server.graphql declared as BasePKConstructors in com.echothree.model.control.graphql.server.graphql with parameters of type BasePK -
Uses of BasePK in com.echothree.model.control.icon.server.control
Methods in com.echothree.model.control.icon.server.control with parameters of type BasePKModifier and TypeMethodDescriptionIconControl.createIcon
(String iconName, Document document, Boolean isDefault, Integer sortOrder, BasePK createdBy) IconControl.createIconUsage
(IconUsageType iconUsageType, Icon icon, Boolean isDefault, Integer sortOrder, BasePK createdBy) IconControl.createIconUsageType
(String iconUsageTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) IconControl.createIconUsageTypeDescription
(IconUsageType iconUsageType, Language language, String description, BasePK createdBy) void
IconControl.deleteIcon
(Icon icon, BasePK deletedBy) void
IconControl.deleteIconUsage
(IconUsage iconUsage, BasePK deletedBy) void
IconControl.deleteIconUsages
(List<IconUsage> iconUsages, BasePK deletedBy) void
IconControl.deleteIconUsagesByIcon
(Icon icon, BasePK deletedBy) void
IconControl.deleteIconUsagesByIconUsageType
(IconUsageType iconUsageType, BasePK deletedBy) void
IconControl.deleteIconUsageType
(IconUsageType iconUsageType, BasePK deletedBy) void
IconControl.deleteIconUsageTypeDescription
(IconUsageTypeDescription iconUsageTypeDescription, BasePK deletedBy) void
IconControl.deleteIconUsageTypeDescriptionsByIconUsageType
(IconUsageType iconUsageType, BasePK deletedBy) void
IconControl.updateIconUsageFromValue
(IconUsageValue iconUsageValue, BasePK updatedBy) void
IconControl.updateIconUsageTypeDescriptionFromValue
(IconUsageTypeDescriptionValue iconUsageTypeDescriptionValue, BasePK updatedBy) void
IconControl.updateIconUsageTypeFromValue
(IconUsageTypeDetailValue iconUsageTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.index.server.control
Methods in com.echothree.model.control.index.server.control with parameters of type BasePKModifier and TypeMethodDescriptionIndexControl.createIndex
(String indexName, IndexType indexType, Language language, String directory, Boolean isDefault, Integer sortOrder, BasePK createdBy) IndexControl.createIndexDescription
(Index index, Language language, String description, BasePK createdBy) IndexControl.createIndexField
(IndexType indexType, String indexFieldName, Boolean isDefault, Integer sortOrder, BasePK createdBy) IndexControl.createIndexFieldDescription
(IndexField indexField, Language language, String description, BasePK createdBy) IndexControl.createIndexType
(String indexTypeName, EntityType entityType, Boolean isDefault, Integer sortOrder, BasePK createdBy) IndexControl.createIndexTypeDescription
(IndexType indexType, Language language, String description, BasePK createdBy) void
IndexControl.deleteIndex
(Index index, BasePK deletedBy) void
IndexControl.deleteIndexDescription
(IndexDescription indexDescription, BasePK deletedBy) void
IndexControl.deleteIndexDescriptionsByIndex
(Index index, BasePK deletedBy) void
IndexControl.deleteIndexes
(List<Index> indexes, BasePK deletedBy) void
IndexControl.deleteIndexesByIndexType
(IndexType indexType, BasePK deletedBy) void
IndexControl.deleteIndexField
(IndexField indexField, BasePK deletedBy) void
IndexControl.deleteIndexFieldDescription
(IndexFieldDescription indexFieldDescription, BasePK deletedBy) void
IndexControl.deleteIndexFieldDescriptionsByIndexField
(IndexField indexField, BasePK deletedBy) void
IndexControl.deleteIndexFieldsByIndexType
(IndexType indexType, BasePK deletedBy) void
IndexControl.deleteIndexType
(IndexType indexType, BasePK deletedBy) void
IndexControl.deleteIndexTypeDescription
(IndexTypeDescription indexTypeDescription, BasePK deletedBy) void
IndexControl.deleteIndexTypeDescriptionsByIndexType
(IndexType indexType, BasePK deletedBy) void
IndexControl.deleteIndexTypes
(List<IndexType> indexTypes, BasePK deletedBy) void
IndexControl.deleteIndexTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
IndexControl.updateIndexDescriptionFromValue
(IndexDescriptionValue indexDescriptionValue, BasePK updatedBy) void
IndexControl.updateIndexFieldDescriptionFromValue
(IndexFieldDescriptionValue indexFieldDescriptionValue, BasePK updatedBy) void
IndexControl.updateIndexFieldFromValue
(IndexFieldDetailValue indexFieldDetailValue, BasePK updatedBy) void
IndexControl.updateIndexFromValue
(IndexDetailValue indexDetailValue, BasePK updatedBy) void
IndexControl.updateIndexTypeDescriptionFromValue
(IndexTypeDescriptionValue indexTypeDescriptionValue, BasePK updatedBy) void
IndexControl.updateIndexTypeFromValue
(IndexTypeDetailValue indexTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.index.server.indexer
Methods in com.echothree.model.control.index.server.indexer with parameters of type BasePKModifier and TypeMethodDescriptionprotected org.apache.lucene.document.Document
BaseIndexer.newDocumentWithEntityInstanceFields
(EntityInstance entityInstance, BasePK basePK) -
Uses of BasePK in com.echothree.model.control.inventory.server.control
Methods in com.echothree.model.control.inventory.server.control with parameters of type BasePKModifier and TypeMethodDescriptionInventoryControl.createAllocationPriority
(String allocationPriorityName, Integer priority, Boolean isDefault, Integer sortPriority, BasePK createdBy) InventoryControl.createAllocationPriorityDescription
(AllocationPriority allocationPriority, Language language, String description, BasePK createdBy) InventoryControl.createInventoryCondition
(String inventoryConditionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryControl.createInventoryConditionDescription
(InventoryCondition inventoryCondition, Language language, String description, BasePK createdBy) InventoryControl.createInventoryConditionGlAccount
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, GlAccount inventoryGlAccount, GlAccount salesGlAccount, GlAccount returnsGlAccount, GlAccount cogsGlAccount, GlAccount returnsCogsGlAccount, BasePK createdBy) InventoryControl.createInventoryConditionUse
(InventoryConditionUseType inventoryConditionUseType, InventoryCondition inventoryCondition, Boolean isDefault, BasePK createdBy) InventoryControl.createInventoryLocationGroup
(Party warehouseParty, String inventoryLocationGroupName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryControl.createInventoryLocationGroupCapacity
(InventoryLocationGroup inventoryInventoryLocationGroupGroup, UnitOfMeasureType unitOfMeasureType, Long capacity, BasePK createdBy) InventoryControl.createInventoryLocationGroupDescription
(InventoryLocationGroup inventoryLocationGroup, Language language, String description, BasePK createdBy) InventoryControl.createInventoryLocationGroupVolume
(InventoryLocationGroup inventoryLocationGroup, Long height, Long width, Long depth, BasePK createdBy) LotControl.createLot
(String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) LotAliasControl.createLotAlias
(Lot lot, LotAliasType lotAliasType, String alias, BasePK createdBy) LotAliasControl.createLotAliasType
(String lotAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) LotAliasControl.createLotAliasTypeDescription
(LotAliasType lotAliasType, Language language, String description, BasePK createdBy) LotTimeControl.createLotTime
(Lot lot, LotTimeType lotTimeType, Long time, BasePK createdBy) LotTimeControl.createLotTimeType
(String lotTimeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) LotTimeControl.createLotTimeTypeDescription
(LotTimeType lotTimeType, Language language, String description, BasePK createdBy) InventoryControl.createPartyInventoryLevel
(Party party, Item item, InventoryCondition inventoryCondition, Long minimumInventory, Long maximumInventory, Long reorderQuantity, BasePK createdBy) void
InventoryControl.deleteAllocationPriority
(AllocationPriority allocationPriority, BasePK deletedBy) void
InventoryControl.deleteAllocationPriorityDescription
(AllocationPriorityDescription allocationPriorityDescription, BasePK deletedBy) void
InventoryControl.deleteAllocationPriorityDescriptionsByAllocationPriority
(AllocationPriority allocationPriority, BasePK deletedBy) void
InventoryControl.deleteInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionDescription
(InventoryConditionDescription inventoryConditionDescription, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionDescriptionsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccount
(InventoryConditionGlAccount inventoryConditionGlAccount, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccountByInventoryConditionAndItemAccountingCategory
(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccounts
(List<InventoryConditionGlAccount> inventoryConditionGlAccounts, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccountsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionGlAccountsByItemAccountingCategory
(ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionUse
(InventoryConditionUse inventoryConditionUse, BasePK deletedBy) void
InventoryControl.deleteInventoryConditionUseByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroup
(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupCapacitiesByInventoryLocationGroup
(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupCapacity
(InventoryLocationGroupCapacity inventoryLocationGroupCapacity, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupDescription
(InventoryLocationGroupDescription inventoryLocationGroupDescription, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupDescriptionsByInventoryLocationGroup
(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupsByWarehouseParty
(Party warehouseParty, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupVolume
(InventoryLocationGroupVolume inventoryInventoryLocationGroupGroupVolume, BasePK deletedBy) void
InventoryControl.deleteInventoryLocationGroupVolumeByInventoryLocationGroup
(InventoryLocationGroup inventoryInventoryLocationGroupGroup, BasePK deletedBy) void
void
LotAliasControl.deleteLotAlias
(LotAlias lotAlias, BasePK deletedBy) void
LotAliasControl.deleteLotAliasesByLot
(Lot lot, BasePK deletedBy) void
LotAliasControl.deleteLotAliasesByLotAliasType
(LotAliasType lotAliasType, BasePK deletedBy) void
LotAliasControl.deleteLotAliasType
(LotAliasType lotAliasType, BasePK deletedBy) void
LotAliasControl.deleteLotAliasTypeDescription
(LotAliasTypeDescription lotAliasTypeDescription, BasePK deletedBy) void
LotAliasControl.deleteLotAliasTypeDescriptionsByLotAliasType
(LotAliasType lotAliasType, BasePK deletedBy) void
LotAliasControl.deleteLotAliasTypes
(List<LotAliasType> lotAliasTypes, BasePK deletedBy) void
LotControl.deleteLots
(Collection<Lot> lots, BasePK deletedBy) void
LotControl.deleteLotsByCurrency
(Currency currency, BasePK deletedBy) void
LotControl.deleteLotsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
LotControl.deleteLotsByItem
(Item item, BasePK deletedBy) void
LotControl.deleteLotsByOwnerParty
(Party ownerParty, BasePK deletedBy) void
LotControl.deleteLotsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
LotTimeControl.deleteLotTime
(LotTime lotTime, BasePK deletedBy) void
LotTimeControl.deleteLotTimes
(List<LotTime> lotTimes, BasePK deletedBy) void
LotTimeControl.deleteLotTimesByLot
(Lot lot, BasePK deletedBy) void
LotTimeControl.deleteLotTimesByLotTimeType
(LotTimeType lotTimeType, BasePK deletedBy) void
LotTimeControl.deleteLotTimeType
(LotTimeType lotTimeType, BasePK deletedBy) void
LotTimeControl.deleteLotTimeTypeDescription
(LotTimeTypeDescription lotTimeTypeDescription, BasePK deletedBy) void
LotTimeControl.deleteLotTimeTypeDescriptionsByLotTimeType
(LotTimeType lotTimeType, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevel
(PartyInventoryLevel partyInventoryLevel, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevels
(List<PartyInventoryLevel> partyInventoryLevels, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevelsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevelsByItem
(Item item, BasePK deletedBy) void
InventoryControl.deletePartyInventoryLevelsByParty
(Party party, BasePK deletedBy) void
InventoryControl.updateAllocationPriorityDescriptionFromValue
(AllocationPriorityDescriptionValue allocationPriorityDescriptionValue, BasePK updatedBy) void
InventoryControl.updateAllocationPriorityFromValue
(AllocationPriorityDetailValue allocationPriorityDetailValue, BasePK updatedBy) void
InventoryControl.updateInventoryConditionDescriptionFromValue
(InventoryConditionDescriptionValue inventoryConditionDescriptionValue, BasePK updatedBy) void
InventoryControl.updateInventoryConditionFromValue
(InventoryConditionDetailValue inventoryConditionDetailValue, BasePK updatedBy) void
InventoryControl.updateInventoryConditionGlAccountFromValue
(InventoryConditionGlAccountValue inventoryConditionGlAccountValue, BasePK updatedBy) void
InventoryControl.updateInventoryConditionUseFromValue
(InventoryConditionUseValue inventoryConditionUseValue, BasePK updatedBy) Given a InventoryConditionUseValue, update only the isDefault property.void
InventoryControl.updateInventoryLocationGroupCapacityFromValue
(InventoryLocationGroupCapacityValue inventoryLocationGroupCapacityValue, BasePK updatedBy) void
InventoryControl.updateInventoryLocationGroupDescriptionFromValue
(InventoryLocationGroupDescriptionValue inventoryLocationGroupDescriptionValue, BasePK updatedBy) void
InventoryControl.updateInventoryLocationGroupFromValue
(InventoryLocationGroupDetailValue inventoryLocationGroupDetailValue, BasePK updatedBy) void
InventoryControl.updateInventoryLocationGroupVolumeFromValue
(InventoryLocationGroupVolumeValue inventoryInventoryLocationGroupGroupVolumeValue, BasePK updatedBy) void
LotAliasControl.updateLotAliasFromValue
(LotAliasValue lotAliasValue, BasePK updatedBy) void
LotAliasControl.updateLotAliasTypeDescriptionFromValue
(LotAliasTypeDescriptionValue lotAliasTypeDescriptionValue, BasePK updatedBy) void
LotAliasControl.updateLotAliasTypeFromValue
(LotAliasTypeDetailValue lotAliasTypeDetailValue, BasePK updatedBy) void
LotControl.updateLotFromValue
(LotDetailValue lotDetailValue, BasePK updatedBy) void
LotTimeControl.updateLotTimeFromValue
(LotTimeValue lotTimeValue, BasePK updatedBy) void
LotTimeControl.updateLotTimeTypeDescriptionFromValue
(LotTimeTypeDescriptionValue lotTimeTypeDescriptionValue, BasePK updatedBy) void
LotTimeControl.updateLotTimeTypeFromValue
(LotTimeTypeDetailValue lotTimeTypeDetailValue, BasePK updatedBy) void
InventoryControl.updatePartyInventoryLevelFromValue
(PartyInventoryLevelValue partyInventoryLevelValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.inventory.server.logic
Methods in com.echothree.model.control.inventory.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionAllocationPriorityLogic.createAllocationPriority
(ExecutionErrorAccumulator eea, String allocationPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) InventoryConditionLogic.createInventoryCondition
(ExecutionErrorAccumulator eea, String inventoryConditionName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) LotLogic.createLot
(ExecutionErrorAccumulator eea, String lotName, Party ownerParty, Item item, UnitOfMeasureType unitOfMeasureType, InventoryCondition inventoryCondition, Long quantity, Currency currency, Long unitCost, BasePK createdBy) void
LotTimeLogic.createOrUpdateLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) void
LotTimeLogic.createOrUpdateLotTimeIfNotNull
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) void
AllocationPriorityLogic.deleteAllocationPriority
(ExecutionErrorAccumulator eea, AllocationPriority allocationPriority, BasePK deletedBy) void
InventoryConditionLogic.deleteInventoryCondition
(ExecutionErrorAccumulator eea, InventoryCondition inventoryCondition, BasePK deletedBy) void
LotLogic.deleteLot
(ExecutionErrorAccumulator eea, Lot lot, BasePK deletedBy) void
LotTimeLogic.deleteLotTime
(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, BasePK deletedBy) void
AllocationPriorityLogic.updateAllocationPriorityFromValue
(AllocationPriorityDetailValue allocationPriorityDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.invoice.server.control
Methods in com.echothree.model.control.invoice.server.control with parameters of type BasePKModifier and TypeMethodDescriptionInvoiceControl.createInvoice
(InvoiceType invoiceType, String invoiceName, BillingAccount billingAccount, GlAccount glAccount, Term term, FreeOnBoard freeOnBoard, String reference, String description, BasePK createdBy) InvoiceControl.createInvoiceAlias
(Invoice invoice, InvoiceAliasType invoiceAliasType, String alias, BasePK createdBy) InvoiceControl.createInvoiceAliasType
(InvoiceType invoiceType, String invoiceAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) InvoiceControl.createInvoiceAliasTypeDescription
(InvoiceAliasType invoiceAliasType, Language language, String description, BasePK createdBy) InvoiceControl.createInvoiceLine
(Invoice invoice, Integer invoiceLineSequence, InvoiceLine parentInvoiceLine, InvoiceLineType invoiceLineType, InvoiceLineUseType invoiceLineUseType, Long amount, String description, BasePK createdBy) InvoiceControl.createInvoiceLineGlAccount
(InvoiceLine invoiceLine, GlAccount glAccount, BasePK createdBy) InvoiceControl.createInvoiceLineItem
(InvoiceLine invoiceLine, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Integer quantity, BasePK createdBy) InvoiceControl.createInvoiceLineType
(InvoiceType invoiceType, String invoiceLineTypeName, InvoiceLineType parentInvoiceLineType, GlAccount defaultGlAccount, Boolean isDefault, Integer sortOrder, BasePK createdBy) InvoiceControl.createInvoiceLineTypeDescription
(InvoiceLineType invoiceLineType, Language language, String description, BasePK createdBy) InvoiceControl.createInvoiceRole
(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, InvoiceRoleType invoiceRoleType, BasePK createdBy) InvoiceControl.createInvoiceRoleUsingNames
(Invoice invoice, Party party, PartyContactMechanism partyContactMechanism, String invoiceRoleTypeName, BasePK createdBy) InvoiceControl.createInvoiceTime
(Invoice invoice, InvoiceTimeType invoiceTimeType, Long time, BasePK createdBy) InvoiceControl.createInvoiceTimeType
(InvoiceType invoiceType, String invoiceTimeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InvoiceControl.createInvoiceTimeTypeDescription
(InvoiceTimeType invoiceTimeType, Language language, String description, BasePK createdBy) InvoiceControl.createInvoiceType
(String invoiceTypeName, InvoiceType parentInvoiceType, SequenceType invoiceSequenceType, Boolean isDefault, Integer sortOrder, BasePK createdBy) InvoiceControl.createInvoiceTypeDescription
(InvoiceType invoiceType, Language language, String description, BasePK createdBy) void
InvoiceControl.deleteInvoiceAlias
(InvoiceAlias invoiceAlias, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasesByInvoice
(Invoice invoice, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasesByInvoiceAliasType
(InvoiceAliasType invoiceAliasType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasType
(InvoiceAliasType invoiceAliasType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasTypeDescription
(InvoiceAliasTypeDescription invoiceAliasTypeDescription, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasTypeDescriptionsByInvoiceAliasType
(InvoiceAliasType invoiceAliasType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasTypes
(List<InvoiceAliasType> invoiceAliasTypes, BasePK deletedBy) void
InvoiceControl.deleteInvoiceAliasTypesByInvoiceType
(InvoiceType invoiceType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineGlAccount
(InvoiceLineGlAccount invoiceLineGlAccount, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineGlAccountsByInvoiceLine
(InvoiceLine invoiceLine, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineItem
(InvoiceLineItem invoiceLineItem, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineItemsByInvoiceLine
(InvoiceLine invoiceLine, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineType
(InvoiceLineType invoiceLineType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineTypeDescription
(InvoiceLineTypeDescription invoiceLineTypeDescription, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineTypeDescriptionsByInvoiceLineType
(InvoiceLineType invoiceLineType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineTypes
(List<InvoiceLineType> invoiceLineTypes, BasePK deletedBy) void
InvoiceControl.deleteInvoiceLineTypesByInvoiceType
(InvoiceType invoiceType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceRole
(InvoiceRole invoiceRole, BasePK deletedBy) void
InvoiceControl.deleteInvoiceRolesByInvoice
(Invoice invoice, BasePK deletedBy) void
InvoiceControl.deleteInvoiceRolesByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTime
(InvoiceTime invoiceTime, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTimes
(List<InvoiceTime> invoiceTimes, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTimesByInvoice
(Invoice invoice, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTimesByInvoiceTimeType
(InvoiceTimeType invoiceTimeType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTimeType
(InvoiceTimeType invoiceTimeType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTimeTypeDescription
(InvoiceTimeTypeDescription invoiceTimeTypeDescription, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTimeTypeDescriptionsByInvoiceTimeType
(InvoiceTimeType invoiceTimeType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceType
(InvoiceType invoiceType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTypeDescription
(InvoiceTypeDescription invoiceTypeDescription, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTypeDescriptionsByInvoiceType
(InvoiceType invoiceType, BasePK deletedBy) void
InvoiceControl.deleteInvoiceTypes
(List<InvoiceType> invoiceTypes, BasePK deletedBy) void
InvoiceControl.updateInvoiceAliasFromValue
(InvoiceAliasValue invoiceAliasValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceAliasTypeDescriptionFromValue
(InvoiceAliasTypeDescriptionValue invoiceAliasTypeDescriptionValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceAliasTypeFromValue
(InvoiceAliasTypeDetailValue invoiceAliasTypeDetailValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceLineGlAccountFromValue
(InvoiceLineGlAccountValue invoiceLineGlAccountValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceLineItemFromValue
(InvoiceLineItemValue invoiceLineItemValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceLineTypeDescriptionFromValue
(InvoiceLineTypeDescriptionValue invoiceLineTypeDescriptionValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceLineTypeFromValue
(InvoiceLineTypeDetailValue invoiceLineTypeDetailValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceRoleFromValue
(InvoiceRoleValue invoiceRoleValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceTimeFromValue
(InvoiceTimeValue invoiceTimeValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceTimeTypeDescriptionFromValue
(InvoiceTimeTypeDescriptionValue invoiceTimeTypeDescriptionValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceTimeTypeFromValue
(InvoiceTimeTypeDetailValue invoiceTimeTypeDetailValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceTypeDescriptionFromValue
(InvoiceTypeDescriptionValue invoiceTypeDescriptionValue, BasePK updatedBy) void
InvoiceControl.updateInvoiceTypeFromValue
(InvoiceTypeDetailValue invoiceTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.invoice.server.logic
Methods in com.echothree.model.control.invoice.server.logic with parameters of type BasePKModifier 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.createInvoiceLine
(ExecutionErrorAccumulator eea, Invoice invoice, Integer invoiceLineSequence, InvoiceLine parentInvoiceLine, Long amount, InvoiceLineType invoiceLineType, GlAccount glAccount, String description, BasePK createdBy) PurchaseInvoiceLogic.createInvoiceLine
(ExecutionErrorAccumulator eea, Invoice invoice, Integer invoiceLineSequence, InvoiceLine parentInvoiceLine, Long amount, InvoiceLineType invoiceLineType, GlAccount glAccount, String description, BasePK createdBy) void
InvoiceTimeLogic.createOrUpdateInvoiceTime
(ExecutionErrorAccumulator ema, Invoice invoice, String invoiceTimeTypeName, Long time, BasePK partyPK) void
InvoiceTimeLogic.createOrUpdateInvoiceTimeIfNotNull
(ExecutionErrorAccumulator ema, Invoice invoice, String invoiceTimeTypeName, Long time, BasePK partyPK) void
InvoiceTimeLogic.deleteInvoiceTime
(ExecutionErrorAccumulator ema, Invoice invoice, String invoiceTimeTypeName, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.item.server.control
Methods in com.echothree.model.control.item.server.control with parameters of type BasePKModifier and TypeMethodDescriptionItemControl.createHarmonizedTariffScheduleCode
(GeoCode countryGeoCode, String harmonizedTariffScheduleCodeName, HarmonizedTariffScheduleCodeUnit firstHarmonizedTariffScheduleCodeUnit, HarmonizedTariffScheduleCodeUnit secondHarmonizedTariffScheduleCodeUnit, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createHarmonizedTariffScheduleCodeTranslation
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, Language language, String description, MimeType overviewMimeType, String overview, BasePK createdBy) ItemControl.createHarmonizedTariffScheduleCodeUnit
(String harmonizedTariffScheduleCodeUnitName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createHarmonizedTariffScheduleCodeUnitDescription
(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, Language language, String description, BasePK createdBy) ItemControl.createHarmonizedTariffScheduleCodeUse
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK createdBy) ItemControl.createHarmonizedTariffScheduleCodeUseType
(String harmonizedTariffScheduleCodeUseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createHarmonizedTariffScheduleCodeUseTypeDescription
(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, Language language, String description, BasePK createdBy) ItemControl.createItem
(String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemControl.createItemAlias
(Item item, UnitOfMeasureType unitOfMeasureType, ItemAliasType itemAliasType, String alias, BasePK createdBy) ItemControl.createItemAliasChecksumType
(String itemAliasChecksumTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemAliasChecksumTypeDescription
(ItemAliasChecksumType itemAliasChecksumType, Language language, String description, BasePK createdBy) ItemControl.createItemAliasType
(String itemAliasTypeName, String validationPattern, ItemAliasChecksumType itemAliasChecksumType, Boolean allowMultiple, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemAliasTypeDescription
(ItemAliasType itemAliasType, Language language, String description, BasePK createdBy) ItemControl.createItemBlobDescription
(ItemDescription itemDescription, ByteArray blobDescription, BasePK createdBy) ItemControl.createItemCategory
(String itemCategoryName, ItemCategory parentItemCategory, Sequence itemSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemCategoryDescription
(ItemCategory itemCategory, Language language, String description, BasePK createdBy) ItemControl.createItemClobDescription
(ItemDescription itemDescription, String clobDescription, BasePK createdBy) ItemControl.createItemCountryOfOrigin
(Item item, GeoCode countryGeoCode, Integer percent, BasePK createdBy) ItemControl.createItemDeliveryType
(String itemDeliveryTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemDeliveryTypeDescription
(ItemDeliveryType itemDeliveryType, Language language, String description, BasePK createdBy) ItemControl.createItemDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, BasePK createdBy) ItemControl.createItemDescriptionType
(String itemDescriptionTypeName, ItemDescriptionType parentItemDescriptionType, Boolean useParentIfMissing, MimeTypeUsageType mimeTypeUsageType, Boolean checkContentWebAddress, Boolean includeInIndex, Boolean indexDefault, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemDescriptionTypeDescription
(ItemDescriptionType itemDescriptionType, Language language, String description, BasePK createdBy) ItemControl.createItemDescriptionTypeUse
(ItemDescriptionType itemDescriptionType, ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK createdBy) ItemControl.createItemDescriptionTypeUseType
(String itemDescriptionTypeUseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemDescriptionTypeUseTypeDescription
(ItemDescriptionTypeUseType itemDescriptionTypeUseType, Language language, String description, BasePK createdBy) ItemControl.createItemFixedPrice
(ItemPrice itemPrice, Long unitPrice, BasePK createdBy) ItemControl.createItemHarmonizedTariffScheduleCode
(Item item, GeoCode countryGeoCode, HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK createdBy) ItemControl.createItemImageDescription
(ItemDescription itemDescription, ItemImageType itemImageType, Integer height, Integer width, Boolean scaledFromParent, BasePK createdBy) ItemControl.createItemImageDescriptionType
(ItemDescriptionType itemDescriptionType, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer preferredHeight, Integer preferredWidth, MimeType preferredMimeType, Integer quality, Boolean scaleFromParent, BasePK createdBy) ItemControl.createItemImageType
(String itemImageTypeName, MimeType preferredMimeType, Integer quality, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemImageTypeDescription
(ItemImageType itemImageType, Language language, String description, BasePK createdBy) ItemControl.createItemInventoryType
(String itemInventoryTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemInventoryTypeDescription
(ItemInventoryType itemInventoryType, Language language, String description, BasePK createdBy) ItemControl.createItemKitMember
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Item memberItem, InventoryCondition memberInventoryCondition, UnitOfMeasureType memberUnitOfMeasureType, Long quantity, BasePK createdBy) ItemControl.createItemKitOption
(Item item, Boolean allowPartialShipments, BasePK createdBy) ItemControl.createItemPackCheckRequirement
(Item item, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, BasePK createdBy) ItemControl.createItemPrice
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) ItemControl.createItemPriceType
(String itemPriceTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemPriceTypeDescription
(ItemPriceType itemPriceType, Language language, String description, BasePK createdBy) ItemControl.createItemShippingTime
(Item item, CustomerType customerType, Long shippingStartTime, Long shippingEndTime, BasePK createdBy) ItemControl.createItemStringDescription
(ItemDescription itemDescription, String stringDescription, BasePK createdBy) ItemControl.createItemType
(String itemTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemTypeDescription
(ItemType itemType, Language language, String description, BasePK createdBy) ItemControl.createItemUnitCustomerTypeLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, CustomerType customerType, Long minimumQuantity, Long maximumQuantity, BasePK createdBy) ItemControl.createItemUnitLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long minimumQuantity, Long maximumQuantity, BasePK createdBy) ItemControl.createItemUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemUnitPriceLimit
(Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, Long minimumUnitPrice, Long maximumUnitPrice, BasePK createdBy) ItemControl.createItemUseType
(String itemUseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemUseTypeDescription
(ItemUseType itemUseType, Language language, String description, BasePK createdBy) ItemControl.createItemVariablePrice
(ItemPrice itemPrice, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, BasePK createdBy) ItemControl.createItemVolume
(Item item, UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, BasePK createdBy) ItemControl.createItemWeight
(Item item, UnitOfMeasureType unitOfMeasureType, Long weight, BasePK createdBy) ItemControl.createRelatedItem
(RelatedItemType relatedItemType, Item fromItem, Item toItem, Integer sortOrder, BasePK createdBy) ItemControl.createRelatedItemType
(String relatedItemTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createRelatedItemTypeDescription
(RelatedItemType relatedItemType, Language language, String description, BasePK createdBy) void
ItemControl.deleteHarmonizedTariffScheduleCode
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodes
(List<HarmonizedTariffScheduleCode> harmonizedTariffScheduleCodes, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodesByCountryGeoCode
(GeoCode countryGeoCode, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodesByFirstHarmonizedTariffScheduleCodeUnit
(HarmonizedTariffScheduleCodeUnit firstHarmonizedTariffScheduleCodeUnit, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodesByHarmonizedTariffScheduleCodeUnit
(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodesBySecondHarmonizedTariffScheduleCodeUnit
(HarmonizedTariffScheduleCodeUnit secondHarmonizedTariffScheduleCodeUnit, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeTranslation
(HarmonizedTariffScheduleCodeTranslation harmonizedTariffScheduleCodeTranslation, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeTranslationsByHarmonizedTariffScheduleCode
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUnit
(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUnitDescription
(HarmonizedTariffScheduleCodeUnitDescription harmonizedTariffScheduleCodeUnitDescription, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUnitDescriptionsByHarmonizedTariffScheduleCodeUnit
(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUse
(HarmonizedTariffScheduleCodeUse harmonizedTariffScheduleCodeUse, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUses
(List<HarmonizedTariffScheduleCodeUse> harmonizedTariffScheduleCodeUses, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUsesByHarmonizedTariffScheduleCode
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUsesByHarmonizedTariffScheduleCodeUseType
(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUseType
(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUseTypeDescription
(HarmonizedTariffScheduleCodeUseTypeDescription harmonizedTariffScheduleCodeUseTypeDescription, BasePK deletedBy) void
ItemControl.deleteHarmonizedTariffScheduleCodeUseTypeDescriptionsByHarmonizedTariffScheduleCodeUseType
(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK deletedBy) void
ItemControl.deleteItemAlias
(ItemAlias itemAlias, BasePK deletedBy) void
ItemControl.deleteItemAliases
(List<ItemAlias> itemAliases, BasePK deletedBy) void
ItemControl.deleteItemAliasesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemAliasesByItemAliasType
(ItemAliasType itemAliasType, BasePK deletedBy) void
ItemControl.deleteItemAliasesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemAliasesByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemAliasType
(ItemAliasType itemAliasType, BasePK deletedBy) void
ItemControl.deleteItemAliasTypeDescription
(ItemAliasTypeDescription itemAliasTypeDescription, BasePK deletedBy) void
ItemControl.deleteItemAliasTypeDescriptionsByItemAliasType
(ItemAliasType itemAliasType, BasePK deletedBy) void
ItemControl.deleteItemBlobDescription
(ItemBlobDescription itemBlobDescription, BasePK deletedBy) void
ItemControl.deleteItemBlobDescriptionByItemDescription
(ItemDescription itemDescription, BasePK deletedBy) void
ItemControl.deleteItemCategories
(List<ItemCategory> itemCategories, BasePK deletedBy) void
ItemControl.deleteItemCategory
(ItemCategory itemCategory, BasePK deletedBy) void
ItemControl.deleteItemCategoryDescription
(ItemCategoryDescription itemCategoryDescription, BasePK deletedBy) void
ItemControl.deleteItemCategoryDescriptionsByItemCategory
(ItemCategory itemCategory, BasePK deletedBy) void
ItemControl.deleteItemClobDescription
(ItemClobDescription itemClobDescription, BasePK deletedBy) void
ItemControl.deleteItemClobDescriptionByItemDescription
(ItemDescription itemDescription, BasePK deletedBy) void
ItemControl.deleteItemCountryOfOrigin
(ItemCountryOfOrigin itemCountryOfOrigin, BasePK deletedBy) void
ItemControl.deleteItemCountryOfOrigins
(List<ItemCountryOfOrigin> itemCountryOfOrigins, BasePK deletedBy) void
ItemControl.deleteItemCountryOfOriginsByCountryGeoCode
(GeoCode countryGeoCode, BasePK deletedBy) void
ItemControl.deleteItemCountryOfOriginsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemDescription
(ItemDescription itemDescription, BasePK deletedBy) void
ItemControl.deleteItemDescriptions
(List<ItemDescription> itemDescriptions, BasePK deletedBy) void
ItemControl.deleteItemDescriptionsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemDescriptionsByItemDescriptionType
(ItemDescriptionType itemDescriptionType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionsByItemImageType
(ItemImageType itemImageType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionType
(ItemDescriptionType itemDescriptionType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeDescription
(ItemDescriptionTypeDescription itemDescriptionTypeDescription, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeDescriptionsByItemDescriptionType
(ItemDescriptionType itemDescriptionType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypes
(List<ItemDescriptionType> itemDescriptionTypes, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUse
(ItemDescriptionTypeUse itemDescriptionTypeUse, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUses
(List<ItemDescriptionTypeUse> itemDescriptionTypeUses, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUsesByItemDescriptionType
(ItemDescriptionType itemDescriptionType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUsesByItemDescriptionTypeUseType
(ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUseType
(ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUseTypeDescription
(ItemDescriptionTypeUseTypeDescription itemDescriptionTypeUseTypeDescription, BasePK deletedBy) void
ItemControl.deleteItemDescriptionTypeUseTypeDescriptionsByItemDescriptionTypeUseType
(ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) void
ItemControl.deleteItemFixedPrice
(ItemFixedPrice itemFixedPrice, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCode
(ItemHarmonizedTariffScheduleCode itemHarmonizedTariffScheduleCode, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCodes
(List<ItemHarmonizedTariffScheduleCode> itemHarmonizedTariffScheduleCodes, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCodesByCountryGeoCode
(GeoCode countryGeoCode, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCodesByHarmonizedTariffScheduleCode
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCodesByHarmonizedTariffScheduleCodeUseType
(HarmonizedTariffScheduleCode harmonizedTariffScheduleCodeUseType, BasePK deletedBy) void
ItemControl.deleteItemHarmonizedTariffScheduleCodesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemImageDescription
(ItemImageDescription itemImageDescription, BasePK deletedBy) void
ItemControl.deleteItemImageDescriptionByItemDescription
(ItemDescription itemDescription, BasePK deletedBy) void
ItemControl.deleteItemImageDescriptionType
(ItemImageDescriptionType itemImageDescriptionType, BasePK deletedBy) void
ItemControl.deleteItemImageDescriptionTypeByItemDescriptionType
(ItemDescriptionType itemDescriptionType, BasePK deletedBy) void
ItemControl.deleteItemImageType
(ItemImageType itemImageType, BasePK deletedBy) void
ItemControl.deleteItemImageTypeDescription
(ItemImageTypeDescription itemImageTypeDescription, BasePK deletedBy) void
ItemControl.deleteItemImageTypeDescriptionsByItemImageType
(ItemImageType itemImageType, BasePK deletedBy) void
ItemControl.deleteItemKitMember
(ItemKitMember itemKitMember, BasePK deletedBy) void
ItemControl.deleteItemKitMembers
(List<ItemKitMember> itemKitMembers, BasePK deletedBy) void
ItemControl.deleteItemKitMembersByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemKitMembersByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemKitMembersByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemKitMembersByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemKitOption
(ItemKitOption itemKitOption, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirement
(ItemPackCheckRequirement itemPackCheckRequirement, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirements
(List<ItemPackCheckRequirement> itemPackCheckRequirements, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirementsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirementsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemPackCheckRequirementsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemPrice
(ItemPrice itemPrice, BasePK deletedBy) void
ItemControl.deleteItemPrices
(List<ItemPrice> itemPrices, BasePK deletedBy) void
ItemControl.deleteItemPricesByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemPricesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemPricesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemPricesByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemShippingTime
(ItemShippingTime itemShippingTime, BasePK deletedBy) void
ItemControl.deleteItemShippingTimesByCustomerType
(CustomerType customerType, BasePK deletedBy) void
ItemControl.deleteItemShippingTimesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemStringDescription
(ItemStringDescription itemStringDescription, BasePK deletedBy) void
ItemControl.deleteItemStringDescriptionByItemDescription
(ItemDescription itemDescription, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimit
(ItemUnitCustomerTypeLimit itemUnitCustomerTypeLimit, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimits
(List<ItemUnitCustomerTypeLimit> itemUnitCustomerTypeLimits, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitCustomerTypeLimitsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitLimit
(ItemUnitLimit itemUnitLimit, BasePK deletedBy) void
ItemControl.deleteItemUnitLimits
(List<ItemUnitLimit> itemUnitLimits, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitLimitsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitOfMeasureType
(ItemUnitOfMeasureType itemUnitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitOfMeasureTypes
(List<ItemUnitOfMeasureType> itemUnitOfMeasureTypes, BasePK deletedBy) void
ItemControl.deleteItemUnitOfMeasureTypesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitOfMeasureTypesByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimit
(ItemUnitPriceLimit itemUnitPriceLimit, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimits
(List<ItemUnitPriceLimit> itemUnitPriceLimits, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemUnitPriceLimitsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemVariablePrice
(ItemVariablePrice itemVariablePrice, BasePK deletedBy) void
ItemControl.deleteItemVolume
(ItemVolume itemVolume, BasePK deletedBy) void
ItemControl.deleteItemVolumeByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemVolumesByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteItemWeight
(ItemWeight itemWeight, BasePK deletedBy) void
ItemControl.deleteItemWeightByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
ItemControl.deleteItemWeightsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteRelatedItem
(RelatedItem relatedItem, BasePK deletedBy) void
ItemControl.deleteRelatedItems
(List<RelatedItem> relatedItems, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByFromItem
(Item fromItem, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByItem
(Item item, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByRelatedItemType
(RelatedItemType relatedItemType, BasePK deletedBy) void
ItemControl.deleteRelatedItemsByToItem
(Item toItem, BasePK deletedBy) void
ItemControl.deleteRelatedItemType
(RelatedItemType relatedItemType, BasePK deletedBy) void
ItemControl.deleteRelatedItemTypeDescription
(RelatedItemTypeDescription relatedItemTypeDescription, BasePK deletedBy) void
ItemControl.deleteRelatedItemTypeDescriptionsByRelatedItemType
(RelatedItemType relatedItemType, BasePK deletedBy) void
ItemControl.updateHarmonizedTariffScheduleCodeFromValue
(HarmonizedTariffScheduleCodeDetailValue harmonizedTariffScheduleCodeDetailValue, BasePK updatedBy) void
ItemControl.updateHarmonizedTariffScheduleCodeTranslationFromValue
(HarmonizedTariffScheduleCodeTranslationValue harmonizedTariffScheduleCodeTranslationValue, BasePK updatedBy) void
ItemControl.updateHarmonizedTariffScheduleCodeUnitDescriptionFromValue
(HarmonizedTariffScheduleCodeUnitDescriptionValue harmonizedTariffScheduleCodeUnitDescriptionValue, BasePK updatedBy) void
ItemControl.updateHarmonizedTariffScheduleCodeUnitFromValue
(HarmonizedTariffScheduleCodeUnitDetailValue harmonizedTariffScheduleCodeUnitDetailValue, BasePK updatedBy) void
ItemControl.updateHarmonizedTariffScheduleCodeUseTypeDescriptionFromValue
(HarmonizedTariffScheduleCodeUseTypeDescriptionValue harmonizedTariffScheduleCodeUseTypeDescriptionValue, BasePK updatedBy) void
ItemControl.updateHarmonizedTariffScheduleCodeUseTypeFromValue
(HarmonizedTariffScheduleCodeUseTypeDetailValue harmonizedTariffScheduleCodeUseTypeDetailValue, BasePK updatedBy) void
ItemControl.updateItemAliasFromValue
(ItemAliasValue itemAliasValue, BasePK updatedBy) void
ItemControl.updateItemAliasTypeDescriptionFromValue
(ItemAliasTypeDescriptionValue itemAliasTypeDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemAliasTypeFromValue
(ItemAliasTypeDetailValue itemAliasTypeDetailValue, BasePK updatedBy) void
ItemControl.updateItemBlobDescriptionFromValue
(ItemBlobDescriptionValue itemBlobDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemCategoryDescriptionFromValue
(ItemCategoryDescriptionValue itemCategoryDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemCategoryFromValue
(ItemCategoryDetailValue itemCategoryDetailValue, BasePK updatedBy) void
ItemControl.updateItemClobDescriptionFromValue
(ItemClobDescriptionValue itemClobDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemCountryOfOriginFromValue
(ItemCountryOfOriginValue itemCountryOfOriginValue, BasePK updatedBy) void
ItemControl.updateItemDescriptionFromValue
(ItemDescriptionDetailValue itemDescriptionDetailValue, BasePK updatedBy) void
ItemControl.updateItemDescriptionTypeDescriptionFromValue
(ItemDescriptionTypeDescriptionValue itemDescriptionTypeDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemDescriptionTypeFromValue
(ItemDescriptionTypeDetailValue itemDescriptionTypeDetailValue, BasePK updatedBy) void
ItemControl.updateItemDescriptionTypeUseTypeDescriptionFromValue
(ItemDescriptionTypeUseTypeDescriptionValue itemDescriptionTypeUseTypeDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemDescriptionTypeUseTypeFromValue
(ItemDescriptionTypeUseTypeDetailValue itemDescriptionTypeUseTypeDetailValue, BasePK updatedBy) void
ItemControl.updateItemFixedPriceFromValue
(ItemFixedPriceValue itemFixedPriceValue, BasePK updatedBy) void
ItemControl.updateItemFromValue
(ItemDetailValue itemDetailValue, BasePK updatedBy) void
ItemControl.updateItemHarmonizedTariffScheduleCodeFromValue
(ItemHarmonizedTariffScheduleCodeDetailValue itemHarmonizedTariffScheduleCodeDetailValue, BasePK updatedBy) void
ItemControl.updateItemImageDescriptionFromValue
(ItemImageDescriptionValue itemImageDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemImageDescriptionTypeFromValue
(ItemImageDescriptionTypeValue itemImageDescriptionTypeValue, BasePK updatedBy) Use the version located in ItemDescriptionLogic instead.void
ItemControl.updateItemImageTypeDescriptionFromValue
(ItemImageTypeDescriptionValue itemImageTypeDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemImageTypeFromValue
(ItemImageTypeDetailValue itemImageTypeDetailValue, BasePK updatedBy) Use the version located in ItemDescriptionLogic instead.void
ItemControl.updateItemKitMemberFromValue
(ItemKitMemberValue itemKitMemberValue, BasePK updatedBy) void
ItemControl.updateItemKitOptionFromValue
(ItemKitOptionValue itemKitOptionValue, BasePK updatedBy) void
ItemControl.updateItemPackCheckRequirementFromValue
(ItemPackCheckRequirementValue itemPackCheckRequirementValue, BasePK updatedBy) void
ItemControl.updateItemShippingTimeFromValue
(ItemShippingTimeValue itemShippingTimeValue, BasePK updatedBy) void
ItemControl.updateItemStringDescriptionFromValue
(ItemStringDescriptionValue itemStringDescriptionValue, BasePK updatedBy) void
ItemControl.updateItemUnitCustomerTypeLimitFromValue
(ItemUnitCustomerTypeLimitValue itemUnitCustomerTypeLimitValue, BasePK updatedBy) void
ItemControl.updateItemUnitLimitFromValue
(ItemUnitLimitValue itemUnitLimitValue, BasePK updatedBy) void
ItemControl.updateItemUnitOfMeasureTypeFromValue
(ItemUnitOfMeasureTypeValue itemUnitOfMeasureTypeValue, BasePK updatedBy) void
ItemControl.updateItemUnitPriceLimitFromValue
(ItemUnitPriceLimitValue itemUnitPriceLimitValue, BasePK updatedBy) void
ItemControl.updateItemVariablePriceFromValue
(ItemVariablePriceValue itemVariablePriceValue, BasePK updatedBy) void
ItemControl.updateItemVolumeFromValue
(ItemVolumeValue itemVolumeValue, BasePK updatedBy) void
ItemControl.updateItemWeightFromValue
(ItemWeightValue itemWeightValue, BasePK updatedBy) void
ItemControl.updateRelatedItemFromValue
(RelatedItemDetailValue relatedItemDetailValue, BasePK updatedBy) void
ItemControl.updateRelatedItemTypeDescriptionFromValue
(RelatedItemTypeDescriptionValue relatedItemTypeDescriptionValue, BasePK updatedBy) void
ItemControl.updateRelatedItemTypeFromValue
(RelatedItemTypeDetailValue relatedItemTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.item.server.logic
Methods in com.echothree.model.control.item.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionItemLogic.createItem
(ExecutionErrorAccumulator eea, String itemName, ItemType itemType, ItemUseType itemUseType, ItemCategory itemCategory, ItemAccountingCategory itemAccountingCategory, ItemPurchasingCategory itemPurchasingCategory, Party companyParty, ItemDeliveryType itemDeliveryType, ItemInventoryType itemInventoryType, Boolean inventorySerialized, Sequence serialNumberSequence, Boolean shippingChargeExempt, Long shippingStartTime, Long shippingEndTime, Long salesOrderStartTime, Long salesOrderEndTime, Long purchaseOrderStartTime, Long purchaseOrderEndTime, Boolean allowClubDiscounts, Boolean allowCouponDiscounts, Boolean allowAssociatePayments, UnitOfMeasureKind unitOfMeasureKind, ItemPriceType itemPriceType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, StylePath stylePath, BasePK createdBy) ItemAliasTypeLogic.createItemAliasType
(ExecutionErrorAccumulator eea, String itemAliasTypeName, String validationPattern, ItemAliasChecksumType itemAliasChecksumType, Boolean allowMultiple, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ItemDescriptionTypeLogic.createItemDescriptionType
(ExecutionErrorAccumulator eea, String itemDescriptionTypeName, ItemDescriptionType parentItemDescriptionType, Boolean useParentIfMissing, MimeTypeUsageType mimeTypeUsageType, Boolean checkContentWebAddress, Boolean includeInIndex, Boolean indexDefault, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ItemDescriptionTypeUseTypeLogic.createItemDescriptionTypeUseType
(ExecutionErrorAccumulator eea, String itemDescriptionTypeUseTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ItemImageTypeLogic.createItemImageType
(ExecutionErrorAccumulator eea, String itemImageTypeName, MimeType preferredMimeType, Integer quality, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) RelatedItemTypeLogic.createRelatedItemType
(ExecutionErrorAccumulator eea, String relatedItemTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
ItemAliasTypeLogic.deleteItemAliasType
(ExecutionErrorAccumulator eea, ItemAliasType itemAliasType, BasePK deletedBy) void
ItemCategoryLogic.deleteItemCategory
(ItemCategory itemCategory, BasePK deletedBy) void
ItemDescriptionLogic.deleteItemDescription
(ItemDescription itemDescription, BasePK deletedBy) void
ItemDescriptionTypeLogic.deleteItemDescriptionType
(ExecutionErrorAccumulator eea, ItemDescriptionType itemDescriptionType, BasePK deletedBy) void
ItemDescriptionTypeUseTypeLogic.deleteItemDescriptionTypeUseType
(ExecutionErrorAccumulator eea, ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) void
ItemDescriptionLogic.deleteItemImageDescriptionChildren
(ItemDescription itemDescription, BasePK deletedBy) void
ItemDescriptionLogic.deleteItemImageDescriptionChildren
(ItemDescriptionType itemDescriptionType, Item item, Language language, BasePK deletedBy) void
ItemImageTypeLogic.deleteItemImageType
(ExecutionErrorAccumulator eea, ItemImageType itemImageType, BasePK deletedBy) void
RelatedItemTypeLogic.deleteRelatedItemType
(ExecutionErrorAccumulator eea, RelatedItemType relatedItemType, BasePK deletedBy) ItemDescriptionLogic.searchForItemDescription
(ItemDescriptionType itemDescriptionType, Item item, Language language, BasePK createdBy) void
ItemAliasTypeLogic.updateItemAliasTypeFromValue
(Session session, ItemAliasTypeDetailValue itemAliasTypeDetailValue, BasePK updatedBy) void
ItemDescriptionTypeUseTypeLogic.updateItemDescriptionTypeUseTypeFromValue
(ItemDescriptionTypeUseTypeDetailValue itemDescriptionTypeUseTypeDetailValue, BasePK updatedBy) void
ItemDescriptionLogic.updateItemImageDescriptionTypeFromValue
(ItemImageDescriptionTypeValue itemImageDescriptionTypeValue, BasePK updatedBy) void
ItemDescriptionLogic.updateItemImageTypeFromValue
(ItemImageTypeDetailValue itemImageTypeDetailValue, BasePK updatedBy) void
RelatedItemTypeLogic.updateRelatedItemTypeFromValue
(RelatedItemTypeDetailValue relatedItemTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.job.server.control
Methods in com.echothree.model.control.job.server.control with parameters of type BasePKModifier and TypeMethodDescriptionJobControl.createJobDescription
(Job job, Language language, String description, BasePK createdBy) void
void
JobControl.deleteJobDescription
(JobDescription jobDescription, BasePK deletedBy) void
JobControl.deleteJobDescriptionsByJob
(Job job, BasePK deletedBy) void
JobControl.updateJobDescriptionFromValue
(JobDescriptionValue jobDescriptionValue, BasePK updatedBy) void
JobControl.updateJobFromValue
(JobDetailValue jobDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.letter.server.control
Methods in com.echothree.model.control.letter.server.control with parameters of type BasePKModifier and TypeMethodDescriptionLetterControl.createLetter
(ChainType chainType, String letterName, LetterSource letterSource, ContactList contactList, Boolean isDefault, Integer sortOrder, BasePK createdBy) LetterControl.createLetterContactMechanismPurpose
(Letter letter, Integer priority, ContactMechanismPurpose contactMechanismPurpose, BasePK createdBy) LetterControl.createLetterDescription
(Letter letter, Language language, String description, BasePK createdBy) LetterControl.createLetterSource
(String letterSourceName, Party companyParty, PartyContactMechanism emailAddressPartyContactMechanism, PartyContactMechanism postalAddressPartyContactMechanism, PartyContactMechanism letterSourcePartyContactMechanism, Boolean isDefault, Integer sortOrder, BasePK createdBy) LetterControl.createLetterSourceDescription
(LetterSource letterSource, Language language, String description, BasePK createdBy) void
LetterControl.deleteLetter
(Letter letter, BasePK deletedBy) void
LetterControl.deleteLetterContactMechanismPurpose
(LetterContactMechanismPurpose letterContactMechanismPurpose, BasePK deletedBy) void
LetterControl.deleteLetterContactMechanismPurposesByLetter
(Letter letter, BasePK deletedBy) void
LetterControl.deleteLetterDescription
(LetterDescription letterDescription, BasePK deletedBy) void
LetterControl.deleteLetterDescriptionsByLetter
(Letter letter, BasePK deletedBy) void
LetterControl.deleteLetters
(List<Letter> letters, BasePK deletedBy) void
LetterControl.deleteLettersByContactList
(ContactList contactList, BasePK deletedBy) void
LetterControl.deleteLettersByLetterSource
(LetterSource letterSource, BasePK deletedBy) void
LetterControl.deleteLetterSource
(LetterSource letterSource, BasePK deletedBy) void
LetterControl.deleteLetterSourceDescription
(LetterSourceDescription letterSourceDescription, BasePK deletedBy) void
LetterControl.deleteLetterSourceDescriptionsByLetterSource
(LetterSource letterSource, BasePK deletedBy) void
LetterControl.deleteLetterSources
(List<LetterSource> letterSources, BasePK deletedBy) void
LetterControl.deleteLetterSourcesByEmailAddressPartyContactMechanism
(PartyContactMechanism emailAddressPartyContactMechanism, BasePK deletedBy) void
LetterControl.deleteLetterSourcesByLetterSourcePartyContactMechanism
(PartyContactMechanism letterSourcePartyContactMechanism, BasePK deletedBy) void
LetterControl.deleteLetterSourcesByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
LetterControl.deleteLetterSourcesByPostalAddressPartyContactMechanism
(PartyContactMechanism postalAddressPartyContactMechanism, BasePK deletedBy) void
LetterControl.removeQueuedLetter
(QueuedLetter queuedLetter, BasePK removedBy) void
LetterControl.removeQueuedLettersByLetter
(Letter letter, BasePK removedBy) void
LetterControl.updateLetterContactMechanismPurposeFromValue
(LetterContactMechanismPurposeDetailValue letterContactMechanismPurposeDetailValue, BasePK updatedBy) void
LetterControl.updateLetterDescriptionFromValue
(LetterDescriptionValue letterDescriptionValue, BasePK updatedBy) void
LetterControl.updateLetterFromValue
(LetterDetailValue letterDetailValue, BasePK updatedBy) void
LetterControl.updateLetterSourceDescriptionFromValue
(LetterSourceDescriptionValue letterSourceDescriptionValue, BasePK updatedBy) void
LetterControl.updateLetterSourceFromValue
(LetterSourceDetailValue letterSourceDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.license.server.control
Methods in com.echothree.model.control.license.server.control with parameters of type BasePKModifier and TypeMethodDescriptionLicenseControl.createLicenseType
(String licenseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) LicenseControl.createLicenseTypeDescription
(LicenseType licenseType, Language language, String description, BasePK createdBy) void
LicenseControl.deleteLicenseType
(LicenseType licenseType, BasePK deletedBy) void
LicenseControl.deleteLicenseTypeDescription
(LicenseTypeDescription licenseTypeDescription, BasePK deletedBy) void
LicenseControl.deleteLicenseTypeDescriptionsByLicenseType
(LicenseType licenseType, BasePK deletedBy) void
LicenseControl.deleteLicenseTypes
(List<LicenseType> licenseTypes, BasePK deletedBy) void
LicenseControl.updateLicenseTypeDescriptionFromValue
(LicenseTypeDescriptionValue licenseTypeDescriptionValue, BasePK updatedBy) void
LicenseControl.updateLicenseTypeFromValue
(LicenseTypeDetailValue licenseTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.message.server.control
Methods in com.echothree.model.control.message.server.control with parameters of type BasePKModifier and TypeMethodDescriptionMessageControl.createEntityMessage
(EntityInstance entityInstance, Message message, BasePK createdBy) MessageControl.createMessage
(MessageType messageType, String messageName, Boolean includeByDefault, Boolean isDefault, Integer sortOrder, BasePK createdBy) MessageControl.createMessageBlob
(Message message, Language language, MimeType mimeType, ByteArray blob, BasePK createdBy) MessageControl.createMessageClob
(Message message, Language language, MimeType mimeType, String clob, BasePK createdBy) MessageControl.createMessageDescription
(Message message, Language language, String description, BasePK createdBy) MessageControl.createMessageString
(Message message, Language language, String string, BasePK createdBy) MessageControl.createMessageType
(EntityType entityType, String messageTypeName, MimeTypeUsageType mimeTypeUsageType, Integer sortOrder, BasePK createdBy) MessageControl.createMessageTypeDescription
(MessageType messageType, Language language, String description, BasePK createdBy) void
MessageControl.deleteEntityMessage
(EntityMessage entityMessage, BasePK deletedBy) void
MessageControl.deleteEntityMessages
(List<EntityMessage> entityMessages, BasePK deletedBy) void
MessageControl.deleteEntityMessagesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
MessageControl.deleteEntityMessagesByMessage
(Message message, BasePK deletedBy) void
MessageControl.deleteMessage
(Message message, BasePK deletedBy) void
MessageControl.deleteMessageBlob
(MessageBlob messageBlob, BasePK deletedBy) void
MessageControl.deleteMessageBlobs
(List<MessageBlob> messageBlobs, BasePK deletedBy) void
MessageControl.deleteMessageBlobsByMessage
(Message message, BasePK deletedBy) void
MessageControl.deleteMessageClob
(MessageClob messageClob, BasePK deletedBy) void
MessageControl.deleteMessageClobs
(List<MessageClob> messageClobs, BasePK deletedBy) void
MessageControl.deleteMessageClobsByMessage
(Message message, BasePK deletedBy) void
MessageControl.deleteMessageDescription
(MessageDescription messageDescription, BasePK deletedBy) void
MessageControl.deleteMessageDescriptionsByMessage
(Message message, BasePK deletedBy) void
MessageControl.deleteMessages
(List<Message> messages, BasePK deletedBy) void
MessageControl.deleteMessagesByMessageType
(MessageType messageType, BasePK deletedBy) void
MessageControl.deleteMessageString
(MessageString messageString, BasePK deletedBy) void
MessageControl.deleteMessageStrings
(List<MessageString> messageStrings, BasePK deletedBy) void
MessageControl.deleteMessageStringsByMessage
(Message message, BasePK deletedBy) void
MessageControl.deleteMessageType
(MessageType messageType, BasePK deletedBy) void
MessageControl.deleteMessageTypeDescription
(MessageTypeDescription messageTypeDescription, BasePK deletedBy) void
MessageControl.deleteMessageTypeDescriptionsByMessageType
(MessageType messageType, BasePK deletedBy) void
MessageControl.deleteMessageTypes
(List<MessageType> messageTypes, BasePK deletedBy) void
MessageControl.deleteMessageTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
MessageControl.updateMessageBlobFromValue
(MessageBlobValue messageBlobValue, BasePK updatedBy) void
MessageControl.updateMessageClobFromValue
(MessageClobValue messageClobValue, BasePK updatedBy) void
MessageControl.updateMessageDescriptionFromValue
(MessageDescriptionValue messageDescriptionValue, BasePK updatedBy) void
MessageControl.updateMessageFromValue
(MessageDetailValue messageDetailValue, BasePK updatedBy) void
MessageControl.updateMessageStringFromValue
(MessageStringValue messageStringValue, BasePK updatedBy) void
MessageControl.updateMessageTypeDescriptionFromValue
(MessageTypeDescriptionValue messageTypeDescriptionValue, BasePK updatedBy) void
MessageControl.updateMessageTypeFromValue
(MessageTypeDetailValue messageTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.offer.server.control
Methods in com.echothree.model.control.offer.server.control with parameters of type BasePKModifier and TypeMethodDescriptionOfferControl.createOffer
(String offerName, Sequence salesOrderSequence, Party departmentParty, Selector offerItemSelector, Filter offerItemPriceFilter, Boolean isDefault, Integer sortOrder, BasePK createdBy) Use the function in OfferLogic instead.OfferControl.createOfferChainType
(Offer offer, ChainType chainType, Chain chain, BasePK createdBy) OfferControl.createOfferCustomerType
(Offer offer, CustomerType customerType, Boolean isDefault, Integer sortOrder, BasePK createdBy) OfferControl.createOfferDescription
(Offer offer, Language language, String description, BasePK createdBy) OfferItemControl.createOfferItem
(Offer offer, Item item, BasePK createdBy) Use the function in OfferLogic instead.OfferItemControl.createOfferItemFixedPrice
(OfferItemPrice offerItemPrice, Long unitPrice, BasePK createdBy) Use the function in OfferItemLogic instead.OfferItemControl.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) Use the function in OfferItemLogic instead.OfferItemControl.createOfferItemVariablePrice
(OfferItemPrice offerItemPrice, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, BasePK createdBy) Use the function in OfferItemLogic instead.OfferNameElementControl.createOfferNameElement
(String offerNameElementName, Integer offset, Integer length, String validationPattern, BasePK createdBy) OfferNameElementControl.createOfferNameElementDescription
(OfferNameElement offerNameElement, Language language, String description, BasePK createdBy) OfferUseControl.createOfferUse
(Offer offer, Use use, Sequence salesOrderSequence, BasePK createdBy) SourceControl.createSource
(String sourceName, OfferUse offerUse, Boolean isDefault, Integer sortOrder, BasePK createdBy) UseControl.createUse
(String useName, UseType useType, Boolean isDefault, Integer sortOrder, BasePK createdBy) UseControl.createUseDescription
(Use use, Language language, String description, BasePK createdBy) UseNameElementControl.createUseNameElement
(String useNameElementName, Integer offset, Integer length, String validationPattern, BasePK createdBy) UseNameElementControl.createUseNameElementDescription
(UseNameElement useNameElement, Language language, String description, BasePK createdBy) UseTypeControl.createUseType
(String useTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) UseTypeControl.createUseTypeDescription
(UseType useType, Language language, String description, BasePK createdBy) void
OfferControl.deleteOffer
(Offer offer, BasePK deletedBy) Use the function in OfferLogic instead.void
OfferControl.deleteOfferChainType
(OfferChainType offerChainType, BasePK deletedBy) void
OfferControl.deleteOfferChainTypes
(List<OfferChainType> offerChainTypes, BasePK deletedBy) void
OfferControl.deleteOfferChainTypesByChain
(Chain chain, BasePK deletedBy) void
OfferControl.deleteOfferChainTypesByChainType
(ChainType chainType, BasePK deletedBy) void
OfferControl.deleteOfferChainTypesByOffer
(Offer offer, BasePK deletedBy) void
OfferControl.deleteOfferCustomerType
(OfferCustomerType offerCustomerType, BasePK deletedBy) void
OfferControl.deleteOfferCustomerTypes
(List<OfferCustomerType> offerCustomerTypes, BasePK deletedBy) void
OfferControl.deleteOfferCustomerTypesByCustomerType
(CustomerType customerType, BasePK deletedBy) void
OfferControl.deleteOfferCustomerTypesByOffer
(Offer offer, BasePK deletedBy) void
OfferControl.deleteOfferDescription
(OfferDescription offerDescription, BasePK deletedBy) void
OfferControl.deleteOfferDescriptionsByOffer
(Offer offer, BasePK deletedBy) void
OfferItemControl.deleteOfferItem
(OfferItem offerItem, BasePK deletedBy) Use the function in OfferItemLogic instead.void
OfferItemControl.deleteOfferItemPrice
(OfferItemPrice offerItemPrice, BasePK deletedBy) Use the function in OfferItemLogic instead.void
OfferNameElementControl.deleteOfferNameElement
(OfferNameElement offerNameElement, BasePK deletedBy) void
OfferNameElementControl.deleteOfferNameElementDescription
(OfferNameElementDescription offerNameElementDescription, BasePK deletedBy) void
OfferNameElementControl.deleteOfferNameElementDescriptionsByOfferNameElement
(OfferNameElement offerNameElement, BasePK deletedBy) void
OfferUseControl.deleteOfferUse
(OfferUse offerUse, BasePK deletedBy) void
OfferUseControl.deleteOfferUses
(List<OfferUse> offerUses, BasePK deletedBy) void
OfferUseControl.deleteOfferUsesByOffer
(Offer offer, BasePK deletedBy) void
OfferUseControl.deleteOfferUsesBySalesOrderSequence
(Sequence salesOrderSequence, BasePK deletedBy) void
OfferUseControl.deleteOfferUsesByUse
(Use use, BasePK deletedBy) void
SourceControl.deleteSource
(Source source, BasePK deletedBy) void
SourceControl.deleteSources
(List<Source> sources, BasePK deletedBy) void
SourceControl.deleteSourcesByOfferUse
(OfferUse offerUse, BasePK deletedBy) void
void
UseControl.deleteUseDescription
(UseDescription useDescription, BasePK deletedBy) void
UseControl.deleteUseDescriptionsByUse
(Use use, BasePK deletedBy) void
UseNameElementControl.deleteUseNameElement
(UseNameElement useNameElement, BasePK deletedBy) void
UseNameElementControl.deleteUseNameElementDescription
(UseNameElementDescription useNameElementDescription, BasePK deletedBy) void
UseNameElementControl.deleteUseNameElementDescriptionsByUseNameElement
(UseNameElement useNameElement, BasePK deletedBy) void
UseControl.deleteUses
(List<Use> uses, BasePK deletedBy) void
UseControl.deleteUsesByUseType
(UseType useType, BasePK deletedBy) void
UseTypeControl.deleteUseType
(UseType useType, BasePK deletedBy) void
UseTypeControl.deleteUseTypeDescription
(UseTypeDescription useTypeDescription, BasePK deletedBy) void
UseTypeControl.deleteUseTypeDescriptionsByUseType
(UseType useType, BasePK deletedBy) void
OfferControl.updateOfferChainTypeFromValue
(OfferChainTypeValue offerChainTypeValue, BasePK updatedBy) void
OfferControl.updateOfferCustomerTypeFromValue
(OfferCustomerTypeValue offerCustomerTypeValue, BasePK updatedBy) void
OfferControl.updateOfferDescriptionFromValue
(OfferDescriptionValue offerDescriptionValue, BasePK updatedBy) void
OfferControl.updateOfferFromValue
(OfferDetailValue offerDetailValue, BasePK updatedBy) Use the function in OfferLogic instead.OfferItemControl.updateOfferItemFixedPriceFromValue
(OfferItemFixedPriceValue offerItemFixedPriceValue, BasePK updatedBy) Use the function in OfferItemLogic instead.OfferItemControl.updateOfferItemVariablePriceFromValue
(OfferItemVariablePriceValue offerItemVariablePriceValue, BasePK updatedBy) Use the function in OfferItemLogic instead.void
OfferNameElementControl.updateOfferNameElementDescriptionFromValue
(OfferNameElementDescriptionValue offerNameElementDescriptionValue, BasePK updatedBy) void
OfferNameElementControl.updateOfferNameElementFromValue
(OfferNameElementDetailValue offerNameElementDetailValue, BasePK updatedBy) void
OfferUseControl.updateOfferUseFromValue
(OfferUseDetailValue offerUseDetailValue, BasePK updatedBy) void
SourceControl.updateSourceFromValue
(SourceDetailValue sourceDetailValue, BasePK updatedBy) void
UseControl.updateUseDescriptionFromValue
(UseDescriptionValue useDescriptionValue, BasePK updatedBy) void
UseControl.updateUseFromValue
(UseDetailValue useDetailValue, BasePK updatedBy) void
UseNameElementControl.updateUseNameElementDescriptionFromValue
(UseNameElementDescriptionValue useNameElementDescriptionValue, BasePK updatedBy) void
UseNameElementControl.updateUseNameElementFromValue
(UseNameElementDetailValue useNameElementDetailValue, BasePK updatedBy) void
UseTypeControl.updateUseTypeDescriptionFromValue
(UseTypeDescriptionValue useTypeDescriptionValue, BasePK updatedBy) void
UseTypeControl.updateUseTypeFromValue
(UseTypeDetailValue useTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.offer.server.logic
Methods in com.echothree.model.control.offer.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionOfferLogic.createOffer
(ExecutionErrorAccumulator eea, String offerName, Sequence salesOrderSequence, Party departmentParty, Selector offerItemSelector, Filter offerItemPriceFilter, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) OfferItemLogic.createOfferItem
(Offer offer, Item item, BasePK createdBy) OfferItemLogic.createOfferItem
(ExecutionErrorAccumulator eea, Offer offer, Item item, BasePK createdBy) OfferItemLogic.createOfferItemFixedPrice
(OfferItemPrice offerItemPrice, Long unitPrice, BasePK createdBy) OfferItemLogic.createOfferItemPrice
(OfferItem offerItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Currency currency, BasePK createdBy) void
OfferItemLogic.createOfferItemPrice
(ExecutionErrorAccumulator eea, String offerName, String itemName, String inventoryConditionName, String unitOfMeasureTypeName, String currencyIsoName, String strUnitPrice, String strMinimumUnitPrice, String strMaximumUnitPrice, String strUnitPriceIncrement, BasePK createdBy) OfferItemLogic.createOfferItemVariablePrice
(OfferItemPrice offerItemPrice, Long minimumUnitPrice, Long maximumUnitPrice, Long unitPriceIncrement, BasePK createdBy) OfferNameElementLogic.createOfferNameElement
(ExecutionErrorAccumulator eea, String offerNameElementName, Integer offset, Integer length, String validationPattern, Language language, String description, BasePK createdBy) UseLogic.createUse
(ExecutionErrorAccumulator eea, String useName, UseType useType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) UseNameElementLogic.createUseNameElement
(ExecutionErrorAccumulator eea, String useNameElementName, Integer offset, Integer length, String validationPattern, Language language, String description, BasePK createdBy) UseTypeLogic.createUseType
(ExecutionErrorAccumulator eea, String useTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
OfferLogic.deleteOffer
(ExecutionErrorAccumulator eea, Offer offer, BasePK deletedBy) void
OfferItemLogic.deleteOfferItem
(OfferItem offerItem, BasePK deletedBy) void
OfferItemLogic.deleteOfferItem
(ExecutionErrorAccumulator eea, OfferItem offerItem, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemPrice
(OfferItemPrice offerItemPrice, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemPrice
(ExecutionErrorAccumulator eea, String offerName, String itemName, String inventoryConditionName, String unitOfMeasureTypeName, String currencyIsoName, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemPrices
(List<OfferItemPrice> offerItemPrices, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemPricesByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemPricesByOfferItem
(OfferItem offerItem, BasePK deletedBy) void
OfferItemLogic.deleteOfferItems
(List<OfferItem> offerItems, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemsByOffer
(Offer offer, BasePK deletedBy) void
OfferItemLogic.deleteOfferItemsByOffers
(List<Offer> offers, BasePK deletedBy) void
OfferNameElementLogic.deleteOfferNameElement
(ExecutionErrorAccumulator eea, OfferNameElement offerNameElement, BasePK deletedBy) void
OfferUseLogic.deleteOfferUse
(ExecutionErrorAccumulator eea, OfferUse offerUse, BasePK deletedBy) void
UseLogic.deleteUse
(ExecutionErrorAccumulator eea, Use use, BasePK deletedBy) void
UseNameElementLogic.deleteUseNameElement
(ExecutionErrorAccumulator eea, UseNameElement useNameElement, BasePK deletedBy) void
UseTypeLogic.deleteUseType
(ExecutionErrorAccumulator eea, UseType useType, BasePK deletedBy) void
OfferLogic.updateOfferFromValue
(OfferDetailValue offerDetailValue, BasePK updatedBy) void
OfferItemLogic.updateOfferItemFixedPriceFromValue
(OfferItemFixedPriceValue offerItemFixedPriceValue, BasePK updatedBy) void
OfferItemLogic.updateOfferItemVariablePriceFromValue
(OfferItemVariablePriceValue offerItemVariablePriceValue, BasePK updatedBy) void
UseLogic.updateUseFromValue
(UseDetailValue useDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.order.server.control
Methods in com.echothree.model.control.order.server.control with parameters of type BasePKModifier and TypeMethodDescriptionOrderControl.createOrder
(OrderType orderType, String orderName, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderAdjustmentControl.createOrderAdjustment
(Order order, Integer orderAdjustmentSequence, OrderAdjustmentType orderAdjustmentType, Long amount, BasePK createdBy) OrderAdjustmentControl.createOrderAdjustmentType
(OrderType orderType, String orderAdjustmentTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderAdjustmentControl.createOrderAdjustmentTypeDescription
(OrderAdjustmentType orderAdjustmentType, Language language, String description, BasePK createdBy) OrderAliasControl.createOrderAlias
(Order order, OrderAliasType orderAliasType, String alias, BasePK createdBy) OrderAliasControl.createOrderAliasType
(OrderType orderType, String orderAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderAliasControl.createOrderAliasTypeDescription
(OrderAliasType orderAliasType, Language language, String description, BasePK createdBy) OrderBatchControl.createOrderBatch
(Batch batch, Currency currency, Long count, Long amount, BasePK createdBy) OrderLineControl.createOrderLine
(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) OrderLineAdjustmentControl.createOrderLineAdjustment
(OrderLine orderLine, Integer orderLineAdjustmentSequence, OrderLineAdjustmentType orderLineAdjustmentType, Long amount, BasePK createdBy) OrderLineAdjustmentControl.createOrderLineAdjustmentType
(OrderType orderType, String orderLineAdjustmentTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderLineAdjustmentControl.createOrderLineAdjustmentTypeDescription
(OrderLineAdjustmentType orderLineAdjustmentType, Language language, String description, BasePK createdBy) OrderTimeControl.createOrderLineTime
(OrderLine orderLine, OrderTimeType orderTimeType, Long time, BasePK createdBy) OrderPaymentPreferenceControl.createOrderPaymentPreference
(Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, BasePK createdBy) OrderPriorityControl.createOrderPriority
(OrderType orderType, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderPriorityControl.createOrderPriorityDescription
(OrderPriority orderPriority, Language language, String description, BasePK createdBy) OrderRoleControl.createOrderRole
(Order order, Party party, OrderRoleType orderRoleType, BasePK createdBy) OrderRoleControl.createOrderRoleUsingNames
(Order order, Party party, String orderRoleTypeName, BasePK createdBy) OrderShipmentGroupControl.createOrderShipmentGroup
(Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) OrderTimeControl.createOrderTime
(Order order, OrderTimeType orderTimeType, Long time, BasePK createdBy) OrderTimeControl.createOrderTimeType
(OrderType orderType, String orderTimeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderTimeControl.createOrderTimeTypeDescription
(OrderTimeType orderTimeType, Language language, String description, BasePK createdBy) OrderTypeControl.createOrderType
(String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderTypeControl.createOrderTypeDescription
(OrderType orderType, Language language, String description, BasePK createdBy) void
OrderControl.deleteOrder
(Order order, BasePK deletedBy) void
OrderAdjustmentControl.deleteOrderAdjustment
(OrderAdjustment orderAdjustment, BasePK deletedBy) void
OrderAdjustmentControl.deleteOrderAdjustmentsByOrder
(Order order, BasePK deletedBy) void
OrderAdjustmentControl.deleteOrderAdjustmentType
(OrderAdjustmentType orderAdjustmentType, BasePK deletedBy) void
OrderAdjustmentControl.deleteOrderAdjustmentTypeDescription
(OrderAdjustmentTypeDescription orderAdjustmentTypeDescription, BasePK deletedBy) void
OrderAdjustmentControl.deleteOrderAdjustmentTypeDescriptionsByOrderAdjustmentType
(OrderAdjustmentType orderAdjustmentType, BasePK deletedBy) void
OrderAliasControl.deleteOrderAlias
(OrderAlias orderAlias, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasesByOrder
(Order order, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasesByOrderAliasType
(OrderAliasType orderAliasType, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasType
(OrderAliasType orderAliasType, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasTypeDescription
(OrderAliasTypeDescription orderAliasTypeDescription, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasTypeDescriptionsByOrderAliasType
(OrderAliasType orderAliasType, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasTypes
(List<OrderAliasType> orderAliasTypes, BasePK deletedBy) void
OrderAliasControl.deleteOrderAliasTypesByOrderType
(OrderType orderType, BasePK deletedBy) void
OrderBatchControl.deleteOrderBatch
(Batch batch, BasePK deletedBy) void
OrderBatchControl.deleteOrderBatch
(OrderBatch orderBatch, BasePK deletedBy) void
OrderLineControl.deleteOrderLine
(OrderLine orderLine, BasePK deletedBy) void
OrderLineAdjustmentControl.deleteOrderLineAdjustment
(OrderLineAdjustment orderLineAdjustment, BasePK deletedBy) void
OrderLineAdjustmentControl.deleteOrderLineAdjustmentsByOrderLine
(OrderLine orderLine, BasePK deletedBy) void
OrderLineAdjustmentControl.deleteOrderLineAdjustmentType
(OrderLineAdjustmentType orderLineAdjustmentType, BasePK deletedBy) void
OrderLineAdjustmentControl.deleteOrderLineAdjustmentTypeDescription
(OrderLineAdjustmentTypeDescription orderLineAdjustmentTypeDescription, BasePK deletedBy) void
OrderLineAdjustmentControl.deleteOrderLineAdjustmentTypeDescriptionsByOrderLineAdjustmentType
(OrderLineAdjustmentType orderLineAdjustmentType, BasePK deletedBy) void
OrderLineControl.deleteOrderLinesByOrder
(Order order, BasePK deletedBy) void
OrderLineControl.deleteOrderLinesByOrder
(List<OrderLine> orderLines, BasePK deletedBy) void
OrderLineControl.deleteOrderLinesByOrderShipmentGroup
(OrderShipmentGroup orderShipmentGroup, BasePK deletedBy) void
OrderLineControl.deleteOrderLinesByWishlistPriority
(WishlistPriority wishlistPriority, BasePK deletedBy) void
OrderTimeControl.deleteOrderLineTime
(OrderLineTime orderLineTime, BasePK deletedBy) void
OrderTimeControl.deleteOrderLineTimes
(List<OrderLineTime> orderLineTimes, BasePK deletedBy) void
OrderTimeControl.deleteOrderLineTimesByOrder
(OrderLine orderLine, BasePK deletedBy) void
OrderTimeControl.deleteOrderLineTimesByOrderTimeType
(OrderTimeType orderTimeType, BasePK deletedBy) void
OrderPaymentPreferenceControl.deleteOrderPaymentPreference
(OrderPaymentPreference orderPaymentPreference, BasePK deletedBy) void
OrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByOrder
(Order order, BasePK deletedBy) void
OrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByOrder
(List<OrderPaymentPreference> orderPaymentPreferences, BasePK deletedBy) void
OrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByPartyPaymentMethod
(PartyPaymentMethod partyPaymentMethod, BasePK deletedBy) void
OrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByPaymentMethod
(PaymentMethod paymentMethod, BasePK deletedBy) void
OrderPriorityControl.deleteOrderPriority
(OrderPriority orderPriority, BasePK deletedBy) void
OrderPriorityControl.deleteOrderPriorityDescription
(OrderPriorityDescription orderPriorityDescription, BasePK deletedBy) void
OrderPriorityControl.deleteOrderPriorityDescriptionsByOrderPriority
(OrderPriority orderPriority, BasePK deletedBy) void
OrderRoleControl.deleteOrderRole
(OrderRole orderRole, BasePK deletedBy) void
OrderRoleControl.deleteOrderRoles
(List<OrderRole> orderRoles, BasePK deletedBy) void
OrderRoleControl.deleteOrderRolesByOrder
(Order order, BasePK deletedBy) void
OrderControl.deleteOrders
(List<Order> orders, BasePK deletedBy) void
OrderControl.deleteOrdersByWishlistType
(WishlistType wishlistType, BasePK deletedBy) void
OrderShipmentGroupControl.deleteOrderShipmentGroup
(OrderShipmentGroup orderShipmentGroup, BasePK deletedBy) void
OrderShipmentGroupControl.deleteOrderShipmentGroupsByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
OrderTimeControl.deleteOrderTime
(OrderTime orderTime, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimes
(List<OrderTime> orderTimes, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimesByOrder
(Order order, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimesByOrderTimeType
(OrderTimeType orderTimeType, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimeType
(OrderTimeType orderTimeType, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimeTypeDescription
(OrderTimeTypeDescription orderTimeTypeDescription, BasePK deletedBy) void
OrderTimeControl.deleteOrderTimeTypeDescriptionsByOrderTimeType
(OrderTimeType orderTimeType, BasePK deletedBy) void
OrderTypeControl.deleteOrderType
(OrderType orderType, BasePK deletedBy) void
OrderTypeControl.deleteOrderTypeDescription
(OrderTypeDescription orderTypeDescription, BasePK deletedBy) void
OrderTypeControl.deleteOrderTypeDescriptionsByOrderType
(OrderType orderType, BasePK deletedBy) void
OrderTypeControl.deleteOrderTypes
(List<OrderType> orderTypes, BasePK deletedBy) void
OrderAdjustmentControl.updateOrderAdjustmentTypeDescriptionFromValue
(OrderAdjustmentTypeDescriptionValue orderAdjustmentTypeDescriptionValue, BasePK updatedBy) void
OrderAdjustmentControl.updateOrderAdjustmentTypeFromValue
(OrderAdjustmentTypeDetailValue orderAdjustmentTypeDetailValue, BasePK updatedBy) void
OrderAliasControl.updateOrderAliasFromValue
(OrderAliasValue orderAliasValue, BasePK updatedBy) void
OrderAliasControl.updateOrderAliasTypeDescriptionFromValue
(OrderAliasTypeDescriptionValue orderAliasTypeDescriptionValue, BasePK updatedBy) void
OrderAliasControl.updateOrderAliasTypeFromValue
(OrderAliasTypeDetailValue orderAliasTypeDetailValue, BasePK updatedBy) void
OrderBatchControl.updateOrderBatchFromValue
(OrderBatchValue orderBatchValue, BasePK updatedBy) void
OrderControl.updateOrderFromValue
(OrderDetailValue orderDetailValue, BasePK updatedBy) void
OrderLineAdjustmentControl.updateOrderLineAdjustmentTypeDescriptionFromValue
(OrderLineAdjustmentTypeDescriptionValue orderLineAdjustmentTypeDescriptionValue, BasePK updatedBy) void
OrderLineAdjustmentControl.updateOrderLineAdjustmentTypeFromValue
(OrderLineAdjustmentTypeDetailValue orderLineAdjustmentTypeDetailValue, BasePK updatedBy) void
OrderLineControl.updateOrderLineFromValue
(OrderLineDetailValue orderLineDetailValue, BasePK updatedBy) void
OrderTimeControl.updateOrderLineTimeFromValue
(OrderLineTimeValue orderLineTimeValue, BasePK updatedBy) void
OrderPaymentPreferenceControl.updateOrderPaymentPreferenceFromValue
(OrderPaymentPreferenceDetailValue orderPaymentPreferenceDetailValue, BasePK updatedBy) void
OrderPriorityControl.updateOrderPriorityDescriptionFromValue
(OrderPriorityDescriptionValue orderPriorityDescriptionValue, BasePK updatedBy) void
OrderPriorityControl.updateOrderPriorityFromValue
(OrderPriorityDetailValue orderPriorityDetailValue, BasePK updatedBy) void
OrderShipmentGroupControl.updateOrderShipmentGroupFromValue
(OrderShipmentGroupDetailValue orderShipmentGroupDetailValue, BasePK updatedBy) void
OrderTimeControl.updateOrderTimeFromValue
(OrderTimeValue orderTimeValue, BasePK updatedBy) void
OrderTimeControl.updateOrderTimeTypeDescriptionFromValue
(OrderTimeTypeDescriptionValue orderTimeTypeDescriptionValue, BasePK updatedBy) void
OrderTimeControl.updateOrderTimeTypeFromValue
(OrderTimeTypeDetailValue orderTimeTypeDetailValue, BasePK updatedBy) void
OrderTypeControl.updateOrderTypeDescriptionFromValue
(OrderTypeDescriptionValue orderTypeDescriptionValue, BasePK updatedBy) void
OrderTypeControl.updateOrderTypeFromValue
(OrderTypeDetailValue orderTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.order.server.logic
Methods in com.echothree.model.control.order.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
OrderLogic.checkItemAgainstOrderPaymentPreferences
(Session session, ExecutionErrorAccumulator eea, Order order, Item item, BasePK evaluatedBy) void
OrderLogic.checkItemAgainstShippingMethod
(Session session, ExecutionErrorAccumulator eea, OrderShipmentGroup orderShipmentGroup, Item item, BasePK evaluatedBy) OrderLogic.createOrder
(ExecutionErrorAccumulator eea, OrderType orderType, Sequence sequence, OrderPriority orderPriority, Currency currency, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Term term, FreeOnBoard freeOnBoard, String reference, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) OrderLineLogic.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) void
OrderLineTimeLogic.createOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) OrderLogic.createOrderPaymentPreference
(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, BasePK createdBy) OrderPriorityLogic.createOrderPriority
(ExecutionErrorAccumulator eea, OrderType orderType, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) OrderPriorityLogic.createOrderPriority
(ExecutionErrorAccumulator eea, String orderTypeName, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) OrderLogic.createOrderShipmentGroup
(ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) void
OrderTimeLogic.createOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) OrderTimeTypeLogic.createOrderTimeType
(ExecutionErrorAccumulator eea, OrderType orderType, String orderTimeTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) OrderTimeTypeLogic.createOrderTimeType
(ExecutionErrorAccumulator eea, String orderTypeName, String orderTimeTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) OrderTypeLogic.createOrderType
(ExecutionErrorAccumulator eea, String orderTypeName, OrderType parentOrderType, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
OrderLineTimeLogic.createOrUpdateOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderLineTimeLogic.createOrUpdateOrderLineTimeIfNotNull
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderTimeLogic.createOrUpdateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderTimeLogic.createOrUpdateOrderTimeIfNotNull
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderLineTimeLogic.deleteOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, BasePK deletedBy) void
OrderPriorityLogic.deleteOrderPriority
(ExecutionErrorAccumulator eea, OrderPriority orderPriority, BasePK deletedBy) void
OrderTimeLogic.deleteOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) void
OrderTimeTypeLogic.deleteOrderTimeType
(ExecutionErrorAccumulator eea, OrderTimeType orderTimeType, BasePK deletedBy) void
OrderTypeLogic.deleteOrderType
(ExecutionErrorAccumulator eea, OrderType orderType, BasePK deletedBy) void
OrderLineTimeLogic.updateOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderPriorityLogic.updateOrderPriorityFromValue
(ExecutionErrorAccumulator eea, OrderPriorityDetailValue orderPriorityDetailValue, BasePK updatedBy) void
OrderTimeLogic.updateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) void
OrderTimeTypeLogic.updateOrderTimeTypeFromValue
(ExecutionErrorAccumulator eea, OrderTimeTypeDetailValue orderTimeTypeDetailValue, BasePK updatedBy) void
OrderTypeLogic.updateOrderTypeFromValue
(OrderTypeDetailValue orderTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.party.server.control
Methods in com.echothree.model.control.party.server.control with parameters of type BasePKModifier and TypeMethodDescriptionPartyControl.createBirthdayFormat
(String birthdayFormatName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createBirthdayFormatDescription
(BirthdayFormat birthdayFormat, Language language, String description, BasePK createdBy) PartyControl.createDateTimeFormat
(String dateTimeFormatName, String javaShortDateFormat, String javaAbbrevDateFormat, String javaAbbrevDateFormatWeekday, String javaLongDateFormat, String javaLongDateFormatWeekday, String javaTimeFormat, String javaTimeFormatSeconds, String unixShortDateFormat, String unixAbbrevDateFormat, String unixAbbrevDateFormatWeekday, String unixLongDateFormat, String unixLongDateFormatWeekday, String unixTimeFormat, String unixTimeFormatSeconds, String shortDateSeparator, String timeSeparator, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createDateTimeFormatDescription
(DateTimeFormat dateTimeFormat, Language language, String description, BasePK createdBy) PartyControl.createGender
(String genderName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createGenderDescription
(Gender gender, Language language, String description, BasePK createdBy) PartyControl.createLanguage
(String languageIsoName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createLanguageDescription
(Language language, Language descriptionLanguage, String description, BasePK createdBy) PartyControl.createMood
(String moodName, Icon icon, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createMoodDescription
(Mood mood, Language language, String description, BasePK createdBy) PartyControl.createNameSuffix
(String description, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createParty
(String partyName, PartyType partyType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, BasePK createdBy) PartyControl.createPartyAlias
(Party party, PartyAliasType partyAliasType, String alias, BasePK createdBy) PartyControl.createPartyAliasType
(PartyType partyType, String partyAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createPartyAliasTypeDescription
(PartyAliasType partyAliasType, Language language, String description, BasePK createdBy) PartyControl.createPartyCompany
(Party party, String partyCompanyName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createPartyDepartment
(Party party, Party divisionParty, String partyDepartmentName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createPartyDivision
(Party party, Party companyParty, String partyDivisionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createPartyGroup
(Party party, String name, BasePK createdBy) PartyControl.createPartyRelationship
(PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK createdBy) PartyControl.createPartyTypeAuditPolicy
(PartyType partyType, Boolean auditCommands, Long retainUserVisitsTime, BasePK createdBy) PartyControl.createPartyTypeLockoutPolicy
(PartyType partyType, Integer lockoutFailureCount, Long resetFailureCountTime, Boolean manualLockoutReset, Long lockoutInactiveTime, BasePK createdBy) PartyControl.createPartyTypePasswordStringPolicy
(PartyType partyType, Boolean forceChangeAfterCreate, Boolean forceChangeAfterReset, Boolean allowChange, Integer passwordHistory, Long minimumPasswordLifetime, Long maximumPasswordLifetime, Long expirationWarningTime, Integer expiredLoginsPermitted, Integer minimumLength, Integer maximumLength, Integer requiredDigitCount, Integer requiredLetterCount, Integer requiredUpperCaseCount, Integer requiredLowerCaseCount, Integer maximumRepeated, Integer minimumCharacterTypes, BasePK createdBy) PartyControl.createPerson
(Party party, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, BasePK createdBy) PartyControl.createPersonalTitle
(String description, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createProfile
(Party party, String nickname, Icon icon, String pronunciation, Gender gender, String pronouns, Integer birthday, BirthdayFormat birthdayFormat, String occupation, String hobbies, String location, MimeType bioMimeType, String bio, MimeType signatureMimeType, String signature, BasePK createdBy) PartyControl.createTimeZone
(String javaTimeZoneName, String unixTimeZoneName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyControl.createTimeZoneDescription
(TimeZone timeZone, Language language, String description, BasePK createdBy) void
PartyControl.deleteBirthdayFormat
(BirthdayFormat birthdayFormat, BasePK deletedBy) void
PartyControl.deleteBirthdayFormatDescription
(BirthdayFormatDescription birthdayFormatDescription, BasePK deletedBy) void
PartyControl.deleteBirthdayFormatDescriptionsByBirthdayFormat
(BirthdayFormat birthdayFormat, BasePK deletedBy) void
PartyControl.deleteDateTimeFormatDescription
(DateTimeFormatDescription dateTimeFormatDescription, BasePK deletedBy) void
PartyControl.deleteDateTimeFormatDescriptionsByDateTimeFormat
(DateTimeFormat dateTimeFormat, BasePK deletedBy) void
PartyControl.deleteGender
(Gender gender, BasePK deletedBy) void
PartyControl.deleteGenderDescription
(GenderDescription genderDescription, BasePK deletedBy) void
PartyControl.deleteGenderDescriptionsByGender
(Gender gender, BasePK deletedBy) void
PartyControl.deleteMood
(Mood mood, BasePK deletedBy) void
PartyControl.deleteMoodDescription
(MoodDescription moodDescription, BasePK deletedBy) void
PartyControl.deleteMoodDescriptionsByMood
(Mood mood, BasePK deletedBy) void
PartyControl.deleteNameSuffix
(NameSuffix nameSuffix, BasePK deletedBy) void
PartyControl.deleteParty
(Party party, BasePK deletedBy) void
PartyControl.deletePartyAlias
(PartyAlias partyAlias, BasePK deletedBy) void
PartyControl.deletePartyAliasesByParty
(Party party, BasePK deletedBy) void
PartyControl.deletePartyAliasesByPartyAliasType
(PartyAliasType partyAliasType, BasePK deletedBy) void
PartyControl.deletePartyAliasType
(PartyAliasType partyAliasType, BasePK deletedBy) void
PartyControl.deletePartyAliasTypeDescription
(PartyAliasTypeDescription partyAliasTypeDescription, BasePK deletedBy) void
PartyControl.deletePartyAliasTypeDescriptionsByPartyAliasType
(PartyAliasType partyAliasType, BasePK deletedBy) void
PartyControl.deletePartyAliasTypes
(List<PartyAliasType> partyAliasTypes, BasePK deletedBy) void
PartyControl.deletePartyAliasTypesByPartyType
(PartyType partyType, BasePK deletedBy) void
PartyControl.deletePartyGroup
(PartyGroup partyGroup, BasePK deletedBy) void
PartyControl.deletePartyGroupByParty
(Party party, BasePK deletedBy) void
PartyControl.deletePartyRelationship
(PartyRelationship partyRelationship, BasePK deletedBy) void
PartyControl.deletePartyRelationships
(List<PartyRelationship> partyRelationships, BasePK deletedBy) void
PartyControl.deletePartyRelationshipsByParty
(Party party, BasePK deletedBy) void
PartyControl.deletePartyTypeAuditPolicy
(PartyTypeAuditPolicy partyTypeAuditPolicy, BasePK deletedBy) void
PartyControl.deletePartyTypeLockoutPolicy
(PartyTypeLockoutPolicy partyTypeLockoutPolicy, BasePK deletedBy) void
PartyControl.deletePartyTypePasswordStringPolicy
(PartyTypePasswordStringPolicy partyTypePasswordStringPolicy, BasePK deletedBy) void
PartyControl.deletePerson
(Person person, BasePK deletedBy) void
PartyControl.deletePersonalTitle
(PersonalTitle personalTitle, BasePK deletedBy) void
PartyControl.deletePersonByParty
(Party party, BasePK deletedBy) void
PartyControl.deleteProfile
(Profile profile, BasePK deletedBy) void
PartyControl.deleteProfileByParty
(Party party, BasePK deletedBy) void
PartyControl.deleteTimeZoneDescription
(TimeZoneDescription timeZoneDescription, BasePK deletedBy) void
PartyControl.deleteTimeZoneDescriptionsByTimeZone
(TimeZone timeZone, BasePK deletedBy) void
PartyControl.updateBirthdayFormatDescriptionFromValue
(BirthdayFormatDescriptionValue birthdayFormatDescriptionValue, BasePK updatedBy) void
PartyControl.updateBirthdayFormatFromValue
(BirthdayFormatDetailValue birthdayFormatDetailValue, BasePK updatedBy) void
PartyControl.updateDateTimeFormatDescriptionFromValue
(DateTimeFormatDescriptionValue dateTimeFormatDescriptionValue, BasePK updatedBy) void
PartyControl.updateGenderDescriptionFromValue
(GenderDescriptionValue genderDescriptionValue, BasePK updatedBy) void
PartyControl.updateGenderFromValue
(GenderDetailValue genderDetailValue, BasePK updatedBy) void
PartyControl.updateMoodDescriptionFromValue
(MoodDescriptionValue moodDescriptionValue, BasePK updatedBy) void
PartyControl.updateMoodFromValue
(MoodDetailValue moodDetailValue, BasePK updatedBy) void
PartyControl.updateNameSuffixFromValue
(NameSuffixDetailValue nameSuffixDetailValue, BasePK updatedBy) void
PartyControl.updatePartyAliasFromValue
(PartyAliasValue partyAliasValue, BasePK updatedBy) void
PartyControl.updatePartyAliasTypeDescriptionFromValue
(PartyAliasTypeDescriptionValue partyAliasTypeDescriptionValue, BasePK updatedBy) void
PartyControl.updatePartyAliasTypeFromValue
(PartyAliasTypeDetailValue partyAliasTypeDetailValue, BasePK updatedBy) void
PartyControl.updatePartyCompanyFromValue
(PartyCompanyValue partyCompanyValue, BasePK updatedBy) void
PartyControl.updatePartyDepartmentFromValue
(PartyDepartmentValue partyDepartmentValue, BasePK updatedBy) void
PartyControl.updatePartyDivisionFromValue
(PartyDivisionValue partyDivisionValue, BasePK updatedBy) void
PartyControl.updatePartyFromValue
(PartyDetailValue partyDetailValue, BasePK updatedBy) void
PartyControl.updatePartyGroupFromValue
(PartyGroupValue partyGroupValue, BasePK updatedBy) void
PartyControl.updatePartyTypeAuditPolicyFromValue
(PartyTypeAuditPolicyDetailValue partyTypeAuditPolicyDetailValue, BasePK updatedBy) void
PartyControl.updatePartyTypeLockoutPolicyFromValue
(PartyTypeLockoutPolicyDetailValue partyTypeLockoutPolicyDetailValue, BasePK updatedBy) void
PartyControl.updatePartyTypePasswordStringPolicyFromValue
(PartyTypePasswordStringPolicyDetailValue partyTypePasswordStringPolicyDetailValue, BasePK updatedBy) void
PartyControl.updatePersonalTitleFromValue
(PersonalTitleDetailValue personalTitleDetailValue, BasePK updatedBy) void
PartyControl.updatePersonFromValue
(PersonValue personValue, BasePK updatedBy) void
PartyControl.updateProfileFromValue
(ProfileValue profileValue, BasePK updatedBy) void
PartyControl.updateTimeZoneDescriptionFromValue
(TimeZoneDescriptionValue timeZoneDescriptionValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.party.server.logic
Methods in com.echothree.model.control.party.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPartyRelationshipLogic.addEmployeeToCompany
(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.addEmployeeToDepartment
(ExecutionErrorAccumulator eea, Party departmentParty, Party employeeParty, BasePK createdBy) PartyRelationshipLogic.addEmployeeToDivision
(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK createdBy) PartyAliasTypeLogic.createPartyAliasType
(ExecutionErrorAccumulator eea, PartyType partyType, String partyAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PartyAliasTypeLogic.createPartyAliasType
(ExecutionErrorAccumulator eea, String partyTypeName, String partyAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) protected ChainInstance
PartyChainLogic.createPartyChainInstance
(ExecutionErrorAccumulator eea, String chainTypeName, Party party, boolean resetChainIfRunning, BasePK createdBy) PartyChainLogic.createPartyCreditLimitChangedChainInstance
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyChainLogic.createPartyCreditStatusChangedChainInstance
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyChainLogic.createPartyPasswordRecoveryChainInstance
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyRelationshipLogic.createPartyRelationship
(ExecutionErrorAccumulator eea, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK createdBy) PartyChainLogic.createPartyTermChangedChainInstance
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) PartyChainLogic.createPartyWelcomeChainInstance
(ExecutionErrorAccumulator eea, Party party, BasePK createdBy) void
PartyAliasTypeLogic.deletePartyAliasType
(ExecutionErrorAccumulator eea, PartyAliasType partyAliasType, BasePK deletedBy) void
PartyRelationshipLogic.deletePartyRelationship
(ExecutionErrorAccumulator eea, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK deletedBy) void
PartyRelationshipLogic.removeEmployeeFromCompany
(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK deletedBy) void
PartyRelationshipLogic.removeEmployeeFromCompanysDivisions
(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK deletedBy) void
PartyRelationshipLogic.removeEmployeeFromDepartment
(ExecutionErrorAccumulator eea, Party departmentParty, Party employeeParty, BasePK deletedBy) void
PartyRelationshipLogic.removeEmployeeFromDivision
(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK deletedBy) void
PartyRelationshipLogic.removeEmployeeFromDivisionsDepartments
(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK deletedBy) void
PartyAliasTypeLogic.updatePartyAliasTypeFromValue
(ExecutionErrorAccumulator eea, PartyAliasTypeDetailValue partyAliasTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.payment.server.control
Methods in com.echothree.model.control.payment.server.control with parameters of type BasePKModifier and TypeMethodDescriptionBillingControl.createBillingAccount
(Party billFrom, Currency currency, String reference, String description, BasePK createdBy) BillingControl.createBillingAccount
(String billingAccountName, Currency currency, String reference, String description, BasePK createdBy) BillingControl.createBillingAccountRole
(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, BillingAccountRoleType billingAccountRoleType, BasePK createdBy) BillingControl.createBillingAccountRoleUsingNames
(BillingAccount billingAccount, Party party, PartyContactMechanism partyContactMechanism, String billingAccountRoleTypeName, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethod
(Party party, String description, PaymentMethod paymentMethod, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethod
(String partyPaymentMethodName, Party party, String description, PaymentMethod paymentMethod, Boolean deleteWhenUnused, Boolean isDefault, Integer sortOrder, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethodContactMechanism
(PartyPaymentMethod partyPaymentMethod, PartyContactMechanismPurpose partyContactMechanismPurpose, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethodCreditCard
(PartyPaymentMethod partyPaymentMethod, String number, Integer expirationMonth, Integer expirationYear, PersonalTitle personalTitle, String firstName, String firstNameSdx, String middleName, String middleNameSdx, String lastName, String lastNameSdx, NameSuffix nameSuffix, String name, PartyContactMechanism billingPartyContactMechanism, String issuerName, PartyContactMechanism issuerPartyContactMechanism, BasePK createdBy) PartyPaymentMethodControl.createPartyPaymentMethodCreditCardSecurityCode
(PartyPaymentMethod partyPaymentMethod, String securityCode, BasePK createdBy) PaymentMethodControl.createPaymentMethod
(String paymentMethodName, PaymentMethodType paymentMethodType, PaymentProcessor paymentProcessor, Selector itemSelector, Selector salesOrderItemSelector, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentMethodControl.createPaymentMethodCheck
(PaymentMethod paymentMethod, Integer holdDays, BasePK createdBy) PaymentMethodControl.createPaymentMethodCreditCard
(PaymentMethod paymentMethod, Boolean requestNameOnCard, Boolean requireNameOnCard, Boolean checkCardNumber, Boolean requestExpirationDate, Boolean requireExpirationDate, Boolean checkExpirationDate, Boolean requestSecurityCode, Boolean requireSecurityCode, String cardNumberValidationPattern, String securityCodeValidationPattern, Boolean retainCreditCard, Boolean retainSecurityCode, Boolean requestBilling, Boolean requireBilling, Boolean requestIssuer, Boolean requireIssuer, BasePK createdBy) PaymentMethodControl.createPaymentMethodDescription
(PaymentMethod paymentMethod, Language language, String description, BasePK createdBy) PaymentMethodTypeControl.createPaymentMethodType
(String paymentMethodTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentMethodTypeControl.createPaymentMethodTypeDescription
(PaymentMethodType paymentMethodType, Language language, String description, BasePK createdBy) PaymentMethodTypePartyTypeControl.createPaymentMethodTypePartyType
(PaymentMethodType paymentMethodType, PartyType partyType, Workflow partyPaymentMethodWorkflow, Workflow partyContactMechanismWorkflow, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorControl.createPaymentProcessor
(String paymentProcessorName, PaymentProcessorType paymentProcessorType, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorActionControl.createPaymentProcessorAction
(PaymentProcessor paymentProcessor, PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK createdBy) PaymentProcessorActionTypeControl.createPaymentProcessorActionType
(String paymentProcessorActionTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorActionTypeControl.createPaymentProcessorActionTypeDescription
(PaymentProcessorActionType paymentProcessorActionType, Language language, String description, BasePK createdBy) PaymentProcessorControl.createPaymentProcessorDescription
(PaymentProcessor paymentProcessor, Language language, String description, BasePK createdBy) PaymentProcessorResultCodeControl.createPaymentProcessorResultCode
(String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorResultCodeControl.createPaymentProcessorResultCodeDescription
(PaymentProcessorResultCode paymentProcessorResultCode, Language language, String description, BasePK createdBy) PaymentProcessorTransactionControl.createPaymentProcessorTransaction
(String paymentProcessorTransactionName, PaymentProcessor paymentProcessor, PaymentProcessorActionType paymentProcessorActionType, PaymentProcessorResultCode paymentProcessorResultCode, BasePK createdBy) PaymentProcessorTransactionCodeControl.createPaymentProcessorTransactionCode
(PaymentProcessorTransaction paymentProcessorTransaction, PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK createdBy) PaymentProcessorTypeControl.createPaymentProcessorType
(String paymentProcessorTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorTypeActionControl.createPaymentProcessorTypeAction
(PaymentProcessorType paymentProcessorType, PaymentProcessorActionType paymentProcessorActionType, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorTypeCodeControl.createPaymentProcessorTypeCode
(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, String paymentProcessorTypeCodeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorTypeCodeControl.createPaymentProcessorTypeCodeDescription
(PaymentProcessorTypeCode paymentProcessorTypeCode, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeTypeControl.createPaymentProcessorTypeCodeType
(PaymentProcessorType paymentProcessorType, String paymentProcessorTypeCodeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorTypeCodeTypeControl.createPaymentProcessorTypeCodeTypeDescription
(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, Language language, String description, BasePK createdBy) PaymentProcessorTypeControl.createPaymentProcessorTypeDescription
(PaymentProcessorType paymentProcessorType, Language language, String description, BasePK createdBy) void
BillingControl.deleteBillingAccountRole
(BillingAccountRole billingAccountRole, BasePK deletedBy) void
BillingControl.deleteBillingAccountRolesByBillingAccount
(BillingAccount billingAccount, BasePK deletedBy) void
BillingControl.deleteBillingAccountRolesByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethod
(PartyPaymentMethod partyPaymentMethod, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodCreditCard
(PartyPaymentMethodCreditCard partyPaymentMethodCreditCard, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodCreditCards
(List<PartyPaymentMethodCreditCard> partyPaymentMethodCreditCards, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByBillingPartyContactMechanism
(PartyContactMechanism billingPartyContactMechanism, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByIssuerPartyContactMechanism
(PartyContactMechanism issuerPartyContactMechanism, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodCreditCardSecurityCode
(PartyPaymentMethodCreditCardSecurityCode partyPaymentMethodCreditCardSecurityCode, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethods
(List<PartyPaymentMethod> partyPaymentMethods, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodsByParty
(Party party, BasePK deletedBy) void
PartyPaymentMethodControl.deletePartyPaymentMethodsByPaymentMethod
(PaymentMethod paymentMethod, BasePK deletedBy) void
PaymentMethodControl.deletePaymentMethod
(PaymentMethod paymentMethod, BasePK deletedBy) void
PaymentMethodControl.deletePaymentMethodCheck
(PaymentMethodCheck paymentMethodCheck, BasePK deletedBy) void
PaymentMethodControl.deletePaymentMethodCreditCard
(PaymentMethodCreditCard paymentMethodCreditCard, BasePK deletedBy) void
PaymentMethodControl.deletePaymentMethodDescription
(PaymentMethodDescription paymentMethodDescription, BasePK deletedBy) void
PaymentMethodControl.deletePaymentMethodDescriptionsByPaymentMethod
(PaymentMethod paymentMethod, BasePK deletedBy) void
PaymentMethodControl.deletePaymentMethodsByPaymentProcessor
(PaymentProcessor paymentProcessor, BasePK deletedBy) void
PaymentMethodTypeControl.deletePaymentMethodType
(PaymentMethodType paymentMethodType, BasePK deletedBy) void
PaymentMethodTypeControl.deletePaymentMethodTypeDescription
(PaymentMethodTypeDescription paymentMethodTypeDescription, BasePK deletedBy) void
PaymentMethodTypeControl.deletePaymentMethodTypeDescriptionsByPaymentMethodType
(PaymentMethodType paymentMethodType, BasePK deletedBy) void
PaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyType
(PaymentMethodTypePartyType paymentMethodTypePartyType, BasePK deletedBy) void
PaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyTypes
(Collection<PaymentMethodTypePartyType> paymentMethodTypePartyTypes, BasePK deletedBy) void
PaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyTypesByPartyType
(PartyType partyType, BasePK deletedBy) void
PaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyTypesByPaymentMethodType
(PaymentMethodType paymentMethodType, BasePK deletedBy) void
PaymentProcessorControl.deletePaymentProcessor
(PaymentProcessor paymentProcessor, BasePK deletedBy) void
PaymentProcessorActionControl.deletePaymentProcessorAction
(PaymentProcessorAction paymentProcessorAction, BasePK deletedBy) void
PaymentProcessorActionControl.deletePaymentProcessorActionsByPaymentProcessor
(PaymentProcessor paymentProcessor, BasePK deletedBy) void
PaymentProcessorActionControl.deletePaymentProcessorActionsByPaymentProcessorTypeAction
(PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK deletedBy) void
PaymentProcessorActionTypeControl.deletePaymentProcessorActionType
(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) void
PaymentProcessorActionTypeControl.deletePaymentProcessorActionTypeDescription
(PaymentProcessorActionTypeDescription paymentProcessorActionTypeDescription, BasePK deletedBy) void
PaymentProcessorActionTypeControl.deletePaymentProcessorActionTypeDescriptionsByPaymentProcessorActionType
(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) void
PaymentProcessorControl.deletePaymentProcessorDescription
(PaymentProcessorDescription paymentProcessorDescription, BasePK deletedBy) void
PaymentProcessorControl.deletePaymentProcessorDescriptionsByPaymentProcessor
(PaymentProcessor paymentProcessor, BasePK deletedBy) void
PaymentProcessorResultCodeControl.deletePaymentProcessorResultCode
(PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) void
PaymentProcessorResultCodeControl.deletePaymentProcessorResultCodeDescription
(PaymentProcessorResultCodeDescription paymentProcessorResultCodeDescription, BasePK deletedBy) void
PaymentProcessorResultCodeControl.deletePaymentProcessorResultCodeDescriptionsByPaymentProcessorResultCode
(PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) void
PaymentProcessorTransactionControl.deletePaymentProcessorTransaction
(PaymentProcessorTransaction paymentProcessorTransaction, BasePK deletedBy) void
PaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCode
(PaymentProcessorTransactionCode paymentProcessorTransactionCode, BasePK deletedBy) void
PaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCodesByPaymentProcessorTransaction
(PaymentProcessorTransaction paymentProcessorTransaction, BasePK deletedBy) void
PaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCodesByPaymentProcessorTypeCode
(PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) void
PaymentProcessorTransactionControl.deletePaymentProcessorTransactions
(Collection<PaymentProcessorTransaction> paymentProcessorTransactions, BasePK deletedBy) void
PaymentProcessorTransactionControl.deletePaymentProcessorTransactionsByPaymentProcessor
(PaymentProcessor paymentProcessor, BasePK deletedBy) void
PaymentProcessorTransactionControl.deletePaymentProcessorTransactionsByPaymentProcessorActionType
(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) void
PaymentProcessorTransactionControl.deletePaymentProcessorTransactionsByPaymentProcessorResultCode
(PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) void
PaymentProcessorTypeControl.deletePaymentProcessorType
(PaymentProcessorType paymentProcessorType, BasePK deletedBy) void
PaymentProcessorTypeActionControl.deletePaymentProcessorTypeAction
(PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK deletedBy) void
PaymentProcessorTypeActionControl.deletePaymentProcessorTypeActions
(Collection<PaymentProcessorTypeAction> paymentProcessorTypeActions, BasePK deletedBy) void
PaymentProcessorTypeActionControl.deletePaymentProcessorTypeActionsByPaymentProcessorActionType
(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) void
PaymentProcessorTypeActionControl.deletePaymentProcessorTypeActionsByPaymentProcessorType
(PaymentProcessorType paymentProcessorType, BasePK deletedBy) void
PaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCode
(PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) void
PaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodeDescription
(PaymentProcessorTypeCodeDescription paymentProcessorTypeCodeDescription, BasePK deletedBy) void
PaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodeDescriptionsByPaymentProcessorTypeCode
(PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) void
PaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodes
(Collection<PaymentProcessorTypeCode> paymentProcessorTypeCodes, BasePK deletedBy) void
PaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodesByPaymentProcessorTypeCodeType
(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) void
PaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeType
(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) void
PaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypeDescription
(PaymentProcessorTypeCodeTypeDescription paymentProcessorTypeCodeTypeDescription, BasePK deletedBy) void
PaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypeDescriptionsByPaymentProcessorTypeCodeType
(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) void
PaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypes
(Collection<PaymentProcessorTypeCodeType> paymentProcessorTypeCodeTypes, BasePK deletedBy) void
PaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypesByPaymentProcessorType
(PaymentProcessorType paymentProcessorType, BasePK deletedBy) void
PaymentProcessorTypeControl.deletePaymentProcessorTypeDescription
(PaymentProcessorTypeDescription paymentProcessorTypeDescription, BasePK deletedBy) void
PaymentProcessorTypeControl.deletePaymentProcessorTypeDescriptionsByPaymentProcessorType
(PaymentProcessorType paymentProcessorType, BasePK deletedBy) void
BillingControl.updateBillingAccountRoleFromValue
(BillingAccountRoleValue billingAccountRoleValue, BasePK updatedBy) void
PartyPaymentMethodControl.updatePartyPaymentMethodCreditCardFromValue
(PartyPaymentMethodCreditCardValue partyPaymentMethodCreditCardValue, BasePK updatedBy) void
PartyPaymentMethodControl.updatePartyPaymentMethodCreditCardSecurityCodeFromValue
(PartyPaymentMethodCreditCardSecurityCodeValue partyPaymentMethodCreditCardSecurityCodeValue, BasePK updatedBy) void
PartyPaymentMethodControl.updatePartyPaymentMethodFromValue
(PartyPaymentMethodDetailValue partyPaymentMethodDetailValue, BasePK updatedBy) void
PaymentMethodControl.updatePaymentMethodCheckFromValue
(PaymentMethodCheckValue paymentMethodCheckValue, BasePK updatedBy) void
PaymentMethodControl.updatePaymentMethodCreditCardFromValue
(PaymentMethodCreditCardValue paymentMethodCreditCardValue, BasePK updatedBy) void
PaymentMethodControl.updatePaymentMethodDescriptionFromValue
(PaymentMethodDescriptionValue paymentMethodDescriptionValue, BasePK updatedBy) void
PaymentMethodControl.updatePaymentMethodFromValue
(PaymentMethodDetailValue paymentMethodDetailValue, BasePK updatedBy) void
PaymentMethodTypeControl.updatePaymentMethodTypeDescriptionFromValue
(PaymentMethodTypeDescriptionValue paymentMethodTypeDescriptionValue, BasePK updatedBy) void
PaymentMethodTypeControl.updatePaymentMethodTypeFromValue
(PaymentMethodTypeDetailValue paymentMethodTypeDetailValue, BasePK updatedBy) void
PaymentMethodTypePartyTypeControl.updatePaymentMethodTypePartyTypeFromValue
(PaymentMethodTypePartyTypeDetailValue paymentMethodTypePartyTypeDetailValue, BasePK updatedBy) void
PaymentProcessorActionTypeControl.updatePaymentProcessorActionTypeDescriptionFromValue
(PaymentProcessorActionTypeDescriptionValue paymentProcessorActionTypeDescriptionValue, BasePK updatedBy) void
PaymentProcessorActionTypeControl.updatePaymentProcessorActionTypeFromValue
(PaymentProcessorActionTypeDetailValue paymentProcessorActionTypeDetailValue, BasePK updatedBy) void
PaymentProcessorControl.updatePaymentProcessorDescriptionFromValue
(PaymentProcessorDescriptionValue paymentProcessorDescriptionValue, BasePK updatedBy) void
PaymentProcessorControl.updatePaymentProcessorFromValue
(PaymentProcessorDetailValue paymentProcessorDetailValue, BasePK updatedBy) void
PaymentProcessorResultCodeControl.updatePaymentProcessorResultCodeDescriptionFromValue
(PaymentProcessorResultCodeDescriptionValue paymentProcessorResultCodeDescriptionValue, BasePK updatedBy) void
PaymentProcessorResultCodeControl.updatePaymentProcessorResultCodeFromValue
(PaymentProcessorResultCodeDetailValue paymentProcessorResultCodeDetailValue, BasePK updatedBy) void
PaymentProcessorTransactionControl.updatePaymentProcessorTransactionFromValue
(PaymentProcessorTransactionDetailValue paymentProcessorTransactionDetailValue, BasePK updatedBy) void
PaymentProcessorTypeActionControl.updatePaymentProcessorTypeActionFromValue
(PaymentProcessorTypeActionDetailValue paymentProcessorTypeActionDetailValue, BasePK updatedBy) void
PaymentProcessorTypeCodeControl.updatePaymentProcessorTypeCodeDescriptionFromValue
(PaymentProcessorTypeCodeDescriptionValue paymentProcessorTypeCodeDescriptionValue, BasePK updatedBy) void
PaymentProcessorTypeCodeControl.updatePaymentProcessorTypeCodeFromValue
(PaymentProcessorTypeCodeDetailValue paymentProcessorTypeCodeDetailValue, BasePK updatedBy) void
PaymentProcessorTypeCodeTypeControl.updatePaymentProcessorTypeCodeTypeDescriptionFromValue
(PaymentProcessorTypeCodeTypeDescriptionValue paymentProcessorTypeCodeTypeDescriptionValue, BasePK updatedBy) void
PaymentProcessorTypeCodeTypeControl.updatePaymentProcessorTypeCodeTypeFromValue
(PaymentProcessorTypeCodeTypeDetailValue paymentProcessorTypeCodeTypeDetailValue, BasePK updatedBy) void
PaymentProcessorTypeControl.updatePaymentProcessorTypeDescriptionFromValue
(PaymentProcessorTypeDescriptionValue paymentProcessorTypeDescriptionValue, BasePK updatedBy) void
PaymentProcessorTypeControl.updatePaymentProcessorTypeFromValue
(PaymentProcessorTypeDetailValue paymentProcessorTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.payment.server.logic
Methods in com.echothree.model.control.payment.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
PaymentMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) void
PaymentMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) void
PaymentMethodLogic.checkAcceptanceOfItems
(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Set<Item> items, BasePK evaluatedBy) PaymentMethodTypeLogic.createPaymentMethodType
(ExecutionErrorAccumulator eea, String paymentMethodTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentMethodTypePartyTypeLogic.createPaymentMethodTypePartyType
(ExecutionErrorAccumulator eea, PaymentMethodType paymentMethodType, PartyType partyType, Workflow partyPaymentMethodWorkflow, Workflow partyContactMechanismWorkflow, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentMethodTypePartyTypeLogic.createPaymentMethodTypePartyType
(ExecutionErrorAccumulator eea, String paymentMethodTypeName, String partyTypeName, String partyPaymentMethodWorkflowName, String partyContactMechanismWorkflowName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorLogic.createPaymentProcessor
(ExecutionErrorAccumulator eea, String paymentProcessorName, PaymentProcessorType paymentProcessorType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorActionLogic.createPaymentProcessorAction
(ExecutionErrorAccumulator eea, String paymentProcessorName, String paymentProcessorActionTypeName, BasePK createdBy) PaymentProcessorActionTypeLogic.createPaymentProcessorActionType
(ExecutionErrorAccumulator eea, String paymentProcessorActionTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorResultCodeLogic.createPaymentProcessorResultCode
(ExecutionErrorAccumulator eea, String paymentProcessorResultCodeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorTransactionLogic.createPaymentProcessorTransaction
(ExecutionErrorAccumulator eea, String paymentProcessorTransactionName, PaymentProcessor paymentProcessor, PaymentProcessorActionType paymentProcessorActionType, PaymentProcessorResultCode paymentProcessorResultCode, BasePK createdBy) PaymentProcessorTypeLogic.createPaymentProcessorType
(ExecutionErrorAccumulator eea, String paymentProcessorTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorTypeActionLogic.createPaymentProcessorTypeAction
(ExecutionErrorAccumulator eea, PaymentProcessorType paymentProcessorType, PaymentProcessorActionType paymentProcessorActionType, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorTypeActionLogic.createPaymentProcessorTypeAction
(ExecutionErrorAccumulator eea, String paymentProcessorTypeName, String paymentProcessorActionTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PaymentProcessorTypeCodeLogic.createPaymentProcessorTypeCode
(ExecutionErrorAccumulator eea, PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, String paymentProcessorTypeCodeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeLogic.createPaymentProcessorTypeCode
(ExecutionErrorAccumulator eea, String paymentProcessorTypeName, String paymentProcessorTypeCodeTypeName, String paymentProcessorTypeCodeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeLogic.createPaymentProcessorTypeCodeDescription
(ExecutionErrorAccumulator eea, PaymentProcessorTypeCode paymentProcessorTypeCode, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeLogic.createPaymentProcessorTypeCodeDescription
(ExecutionErrorAccumulator eea, String paymentProcessorTypeName, String paymentProcessorTypeCodeTypeName, String paymentProcessorTypeCodeName, String languageIsoName, String description, BasePK createdBy) PaymentProcessorTypeCodeTypeLogic.createPaymentProcessorTypeCodeType
(ExecutionErrorAccumulator eea, PaymentProcessorType paymentProcessorType, String paymentProcessorTypeCodeTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeTypeLogic.createPaymentProcessorTypeCodeType
(ExecutionErrorAccumulator eea, String paymentProcessorTypeName, String paymentProcessorTypeCodeTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeTypeLogic.createPaymentProcessorTypeCodeTypeDescription
(ExecutionErrorAccumulator eea, PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, Language language, String description, BasePK createdBy) PaymentProcessorTypeCodeTypeLogic.createPaymentProcessorTypeCodeTypeDescription
(ExecutionErrorAccumulator eea, String paymentProcessorTypeName, String paymentProcessorTypeCodeTypeName, String languageIsoName, String description, BasePK createdBy) void
PaymentMethodTypeLogic.deletePaymentMethodType
(ExecutionErrorAccumulator eea, PaymentMethodType paymentMethodType, BasePK deletedBy) void
PaymentMethodTypePartyTypeLogic.deletePaymentMethodTypePartyType
(ExecutionErrorAccumulator eea, PaymentMethodTypePartyType paymentMethodTypePartyType, BasePK deletedBy) void
PaymentProcessorLogic.deletePaymentProcessor
(ExecutionErrorAccumulator eea, PaymentProcessor paymentProcessor, BasePK deletedBy) void
PaymentProcessorActionLogic.deletePaymentProcessorAction
(ExecutionErrorAccumulator eea, PaymentProcessorAction paymentProcessorAction, BasePK deletedBy) void
PaymentProcessorActionTypeLogic.deletePaymentProcessorActionType
(ExecutionErrorAccumulator eea, PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) void
PaymentProcessorResultCodeLogic.deletePaymentProcessorResultCode
(ExecutionErrorAccumulator eea, PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) void
PaymentProcessorTransactionLogic.deletePaymentProcessorTransaction
(ExecutionErrorAccumulator eea, PaymentProcessorTransaction paymentProcessorTransaction, BasePK deletedBy) void
PaymentProcessorTypeLogic.deletePaymentProcessorType
(ExecutionErrorAccumulator eea, PaymentProcessorType paymentProcessorType, BasePK deletedBy) void
PaymentProcessorTypeActionLogic.deletePaymentProcessorTypeAction
(ExecutionErrorAccumulator eea, PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK deletedBy) void
PaymentProcessorTypeCodeLogic.deletePaymentProcessorTypeCode
(ExecutionErrorAccumulator eea, PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) void
PaymentProcessorTypeCodeTypeLogic.deletePaymentProcessorTypeCodeType
(ExecutionErrorAccumulator eea, PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) BillingAccountLogic.getBillingAccount
(ExecutionErrorAccumulator ema, Party billFrom, PartyContactMechanism billFromPartyContactMechanism, Party billTo, PartyContactMechanism billToPartyContactMechanism, Currency currency, String reference, String description, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.period.server.control
Methods in com.echothree.model.control.period.server.control with parameters of type BasePKModifier and TypeMethodDescriptionPeriodControl.createPeriod
(PeriodKind periodKind, String periodName, Period parentPeriod, PeriodType periodType, Long startTime, Long endTime, BasePK createdBy) PeriodControl.createPeriodDescription
(Period period, Language language, String description, BasePK createdBy) PeriodControl.createPeriodKind
(String periodKindName, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) PeriodControl.createPeriodKindDescription
(PeriodKind periodKind, Language language, String description, BasePK createdBy) PeriodControl.createPeriodType
(PeriodKind periodKind, String periodTypeName, PeriodType parentPeriodType, WorkflowEntrance workflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) PeriodControl.createPeriodTypeDescription
(PeriodType periodType, Language language, String description, BasePK createdBy) void
PeriodControl.deletePeriod
(Period period, BasePK deletedBy) void
PeriodControl.deletePeriodDescription
(PeriodDescription periodDescription, BasePK deletedBy) void
PeriodControl.deletePeriodDescriptionsByPeriod
(Period period, BasePK deletedBy) void
PeriodControl.deletePeriodKind
(PeriodKind periodKind, BasePK deletedBy) void
PeriodControl.deletePeriodKindDescription
(PeriodKindDescription periodKindDescription, BasePK deletedBy) void
PeriodControl.deletePeriodKindDescriptionsByPeriodKind
(PeriodKind periodKind, BasePK deletedBy) void
PeriodControl.deletePeriods
(List<Period> periods, BasePK deletedBy) void
PeriodControl.deletePeriodsByPeriodType
(PeriodType periodType, BasePK deletedBy) void
PeriodControl.deletePeriodType
(PeriodType periodType, BasePK deletedBy) void
PeriodControl.deletePeriodTypeDescription
(PeriodTypeDescription periodTypeDescription, BasePK deletedBy) void
PeriodControl.deletePeriodTypeDescriptionsByPeriodType
(PeriodType periodType, BasePK deletedBy) void
PeriodControl.deletePeriodTypesByPeriodKind
(PeriodKind periodKind, BasePK deletedBy) void
PeriodControl.updatePeriodDescriptionFromValue
(PeriodDescriptionValue periodDescriptionValue, BasePK updatedBy) void
PeriodControl.updatePeriodFromValue
(PeriodDetailValue periodDetailValue, BasePK updatedBy) void
PeriodControl.updatePeriodKindDescriptionFromValue
(PeriodKindDescriptionValue periodKindDescriptionValue, BasePK updatedBy) void
PeriodControl.updatePeriodKindFromValue
(PeriodKindDetailValue periodKindDetailValue, BasePK updatedBy) void
PeriodControl.updatePeriodTypeDescriptionFromValue
(PeriodTypeDescriptionValue periodTypeDescriptionValue, BasePK updatedBy) void
PeriodControl.updatePeriodTypeFromValue
(PeriodTypeDetailValue periodTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.picklist.server.control
Methods in com.echothree.model.control.picklist.server.control with parameters of type BasePKModifier and TypeMethodDescriptionPicklistControl.createPicklistAlias
(Picklist picklist, PicklistAliasType picklistAliasType, String alias, BasePK createdBy) PicklistControl.createPicklistAliasType
(PicklistType picklistType, String picklistAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) PicklistControl.createPicklistAliasTypeDescription
(PicklistAliasType picklistAliasType, Language language, String description, BasePK createdBy) PicklistControl.createPicklistTime
(Picklist picklist, PicklistTimeType picklistTimeType, Long time, BasePK createdBy) PicklistControl.createPicklistTimeType
(PicklistType picklistType, String picklistTimeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PicklistControl.createPicklistTimeTypeDescription
(PicklistTimeType picklistTimeType, Language language, String description, BasePK createdBy) PicklistControl.createPicklistType
(String picklistTypeName, PicklistType parentPicklistType, SequenceType picklistSequenceType, Workflow picklistWorkflow, WorkflowEntrance picklistWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) PicklistControl.createPicklistTypeDescription
(PicklistType picklistType, Language language, String description, BasePK createdBy) void
PicklistControl.deletePicklistAlias
(PicklistAlias picklistAlias, BasePK deletedBy) void
PicklistControl.deletePicklistAliasesByPicklist
(Picklist picklist, BasePK deletedBy) void
PicklistControl.deletePicklistAliasesByPicklistAliasType
(PicklistAliasType picklistAliasType, BasePK deletedBy) void
PicklistControl.deletePicklistAliasType
(PicklistAliasType picklistAliasType, BasePK deletedBy) void
PicklistControl.deletePicklistAliasTypeDescription
(PicklistAliasTypeDescription picklistAliasTypeDescription, BasePK deletedBy) void
PicklistControl.deletePicklistAliasTypeDescriptionsByPicklistAliasType
(PicklistAliasType picklistAliasType, BasePK deletedBy) void
PicklistControl.deletePicklistAliasTypes
(List<PicklistAliasType> picklistAliasTypes, BasePK deletedBy) void
PicklistControl.deletePicklistAliasTypesByPicklistType
(PicklistType picklistType, BasePK deletedBy) void
PicklistControl.deletePicklistTime
(PicklistTime picklistTime, BasePK deletedBy) void
PicklistControl.deletePicklistTimes
(List<PicklistTime> picklistTimes, BasePK deletedBy) void
PicklistControl.deletePicklistTimesByPicklist
(Picklist picklist, BasePK deletedBy) void
PicklistControl.deletePicklistTimesByPicklistTimeType
(PicklistTimeType picklistTimeType, BasePK deletedBy) void
PicklistControl.deletePicklistTimeType
(PicklistTimeType picklistTimeType, BasePK deletedBy) void
PicklistControl.deletePicklistTimeTypeDescription
(PicklistTimeTypeDescription picklistTimeTypeDescription, BasePK deletedBy) void
PicklistControl.deletePicklistTimeTypeDescriptionsByPicklistTimeType
(PicklistTimeType picklistTimeType, BasePK deletedBy) void
PicklistControl.deletePicklistType
(PicklistType picklistType, BasePK deletedBy) void
PicklistControl.deletePicklistTypeDescription
(PicklistTypeDescription picklistTypeDescription, BasePK deletedBy) void
PicklistControl.deletePicklistTypeDescriptionsByPicklistType
(PicklistType picklistType, BasePK deletedBy) void
PicklistControl.deletePicklistTypes
(List<PicklistType> picklistTypes, BasePK deletedBy) void
PicklistControl.updatePicklistAliasFromValue
(PicklistAliasValue picklistAliasValue, BasePK updatedBy) void
PicklistControl.updatePicklistAliasTypeDescriptionFromValue
(PicklistAliasTypeDescriptionValue picklistAliasTypeDescriptionValue, BasePK updatedBy) void
PicklistControl.updatePicklistAliasTypeFromValue
(PicklistAliasTypeDetailValue picklistAliasTypeDetailValue, BasePK updatedBy) void
PicklistControl.updatePicklistTimeFromValue
(PicklistTimeValue picklistTimeValue, BasePK updatedBy) void
PicklistControl.updatePicklistTimeTypeDescriptionFromValue
(PicklistTimeTypeDescriptionValue picklistTimeTypeDescriptionValue, BasePK updatedBy) void
PicklistControl.updatePicklistTimeTypeFromValue
(PicklistTimeTypeDetailValue picklistTimeTypeDetailValue, BasePK updatedBy) void
PicklistControl.updatePicklistTypeDescriptionFromValue
(PicklistTypeDescriptionValue picklistTypeDescriptionValue, BasePK updatedBy) void
PicklistControl.updatePicklistTypeFromValue
(PicklistTypeDetailValue picklistTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.picklist.server.logic
Methods in com.echothree.model.control.picklist.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
PicklistTimeLogic.createOrUpdatePicklistTime
(ExecutionErrorAccumulator ema, Picklist picklist, String picklistTimeTypeName, Long time, BasePK partyPK) void
PicklistTimeLogic.createOrUpdatePicklistTimeIfNotNull
(ExecutionErrorAccumulator ema, Picklist picklist, String picklistTimeTypeName, Long time, BasePK partyPK) void
PicklistTimeLogic.deletePicklistTime
(ExecutionErrorAccumulator ema, Picklist picklist, String picklistTimeTypeName, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.printer.server.control
Methods in com.echothree.model.control.printer.server.control with parameters of type BasePKModifier and TypeMethodDescriptionPrinterControl.createPartyPrinterGroupUse
(Party party, PrinterGroupUseType printerGroupUseType, PrinterGroup printerGroup, BasePK createdBy) PrinterControl.createPrinter
(String printerName, PrinterGroup printerGroup, Integer priority, BasePK createdBy) PrinterControl.createPrinterDescription
(Printer printer, Language language, String description, BasePK createdBy) PrinterControl.createPrinterGroup
(String printerGroupName, Long keepPrintedJobsTime, Boolean isDefault, Integer sortOrder, BasePK createdBy) PrinterControl.createPrinterGroupDescription
(PrinterGroup printerGroup, Language language, String description, BasePK createdBy) PrinterControl.createPrinterGroupJob
(PrinterGroup printerGroup, Document document, Integer copies, Integer priority, BasePK createdBy) PrinterControl.createPrinterGroupJob
(String printerGroupJobName, PrinterGroup printerGroup, Document document, Integer copies, Integer priority, BasePK createdBy) PrinterControl.createPrinterGroupUseType
(String printerGroupUseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) PrinterControl.createPrinterGroupUseTypeDescription
(PrinterGroupUseType printerGroupUseType, Language language, String description, BasePK createdBy) void
PrinterControl.deletePartyPrinterGroupUse
(PartyPrinterGroupUse partyPrinterGroupUse, BasePK deletedBy) void
PrinterControl.deletePartyPrinterGroupUses
(List<PartyPrinterGroupUse> partyPrinterGroupUses, BasePK deletedBy) void
PrinterControl.deletePartyPrinterGroupUsesByParty
(Party party, BasePK deletedBy) void
PrinterControl.deletePartyPrinterGroupUsesByPrinterGroup
(PrinterGroup printerGroup, BasePK deletedBy) void
PrinterControl.deletePartyPrinterGroupUsesByPrinterGroupUseType
(PrinterGroupUseType printerGroupUseType, BasePK deletedBy) void
PrinterControl.deletePrinter
(Printer printer, BasePK deletedBy) void
PrinterControl.deletePrinterDescription
(PrinterDescription printerDescription, BasePK deletedBy) void
PrinterControl.deletePrinterDescriptionsByPrinter
(Printer printer, BasePK deletedBy) void
PrinterControl.deletePrinterGroup
(PrinterGroup printerGroup, BasePK deletedBy) void
PrinterControl.deletePrinterGroupDescription
(PrinterGroupDescription printerGroupDescription, BasePK deletedBy) void
PrinterControl.deletePrinterGroupDescriptionsByPrinterGroup
(PrinterGroup printerGroup, BasePK deletedBy) void
PrinterControl.deletePrinterGroupJob
(PrinterGroupJob printerGroupJob, BasePK deletedBy) void
PrinterControl.deletePrinterGroupJobs
(List<PrinterGroupJob> printerGroupJobs, BasePK deletedBy) void
PrinterControl.deletePrinterGroupJobsByPrinterGroup
(PrinterGroup printerGroup, BasePK deletedBy) void
PrinterControl.deletePrinterGroupUseType
(PrinterGroupUseType printerGroupUseType, BasePK deletedBy) void
PrinterControl.deletePrinterGroupUseTypeDescription
(PrinterGroupUseTypeDescription printerGroupUseTypeDescription, BasePK deletedBy) void
PrinterControl.deletePrinterGroupUseTypeDescriptionsByPrinterGroupUseType
(PrinterGroupUseType printerGroupUseType, BasePK deletedBy) void
PrinterControl.deletePrinters
(List<Printer> printers, BasePK deletedBy) void
PrinterControl.deletePrintersByPrinterGroup
(PrinterGroup printerGroup, BasePK deletedBy) void
PrinterControl.updatePartyPrinterGroupUseFromValue
(PartyPrinterGroupUseValue partyPrinterGroupUseValue, BasePK updatedBy) void
PrinterControl.updatePrinterDescriptionFromValue
(PrinterDescriptionValue printerDescriptionValue, BasePK updatedBy) void
PrinterControl.updatePrinterFromValue
(PrinterDetailValue printerDetailValue, BasePK updatedBy) void
PrinterControl.updatePrinterGroupDescriptionFromValue
(PrinterGroupDescriptionValue printerGroupDescriptionValue, BasePK updatedBy) void
PrinterControl.updatePrinterGroupFromValue
(PrinterGroupDetailValue printerGroupDetailValue, BasePK updatedBy) void
PrinterControl.updatePrinterGroupJobFromValue
(PrinterGroupJobDetailValue printerGroupJobDetailValue, BasePK updatedBy) void
PrinterControl.updatePrinterGroupUseTypeDescriptionFromValue
(PrinterGroupUseTypeDescriptionValue printerGroupUseTypeDescriptionValue, BasePK updatedBy) void
PrinterControl.updatePrinterGroupUseTypeFromValue
(PrinterGroupUseTypeDetailValue printerGroupUseTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.printer.server.logic
Methods in com.echothree.model.control.printer.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPartyPrinterGroupUseLogic.getPartyPrinterGroupUse
(ExecutionErrorAccumulator ema, Party party, PrinterGroupUseType printerGroupUseType, BasePK createdBy) PartyPrinterGroupUseLogic.getPartyPrinterGroupUseUsingNames
(ExecutionErrorAccumulator ema, Party party, String printerGroupUseTypeName, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.purchase.server.logic
Methods in com.echothree.model.control.purchase.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPurchaseOrderLogic.getOrderShipToParty
(Order order, boolean billToFallback, BasePK createdBy) Attempt to find a SHIP_TO Party for the Order. -
Uses of BasePK in com.echothree.model.control.queue.server.control
Methods in com.echothree.model.control.queue.server.control with parameters of type BasePKModifier and TypeMethodDescriptionQueueControl.createQueueType
(String queueTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) QueueControl.createQueueTypeDescription
(QueueType queueType, Language language, String description, BasePK createdBy) void
QueueControl.deleteQueueType
(QueueType queueType, BasePK deletedBy) void
QueueControl.deleteQueueTypeDescription
(QueueTypeDescription queueTypeDescription, BasePK deletedBy) void
QueueControl.deleteQueueTypeDescriptionsByQueueType
(QueueType queueType, BasePK deletedBy) void
QueueControl.deleteQueueTypes
(List<QueueType> queueTypes, BasePK deletedBy) void
QueueControl.updateQueueTypeDescriptionFromValue
(QueueTypeDescriptionValue queueTypeDescriptionValue, BasePK updatedBy) void
QueueControl.updateQueueTypeFromValue
(QueueTypeDetailValue queueTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.rating.server.control
Methods in com.echothree.model.control.rating.server.control with parameters of type BasePKModifier and TypeMethodDescriptionRatingControl.createRating
(String ratingName, RatingTypeListItem ratingTypeListItem, EntityInstance ratedEntityInstance, EntityInstance ratedByEntityInstance, BasePK createdBy) RatingControl.createRatingType
(EntityType entityType, String ratingTypeName, Sequence ratingSequence, Integer sortOrder, BasePK createdBy) RatingControl.createRatingTypeDescription
(RatingType ratingType, Language language, String description, BasePK createdBy) RatingControl.createRatingTypeListItem
(RatingType ratingType, String ratingTypeListItemName, Boolean isDefault, Integer sortOrder, BasePK createdBy) RatingControl.createRatingTypeListItemDescription
(RatingTypeListItem ratingTypeListItem, Language language, String description, BasePK createdBy) void
RatingControl.deleteRating
(Rating rating, BasePK deletedBy) void
RatingControl.deleteRatings
(List<Rating> ratings, BasePK deletedBy) void
RatingControl.deleteRatingsByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
RatingControl.deleteRatingsByRatedByEntityInstance
(EntityInstance ratedEntityInstance, BasePK deletedBy) void
RatingControl.deleteRatingsByRatedEntityInstance
(EntityInstance ratedEntityInstance, BasePK deletedBy) void
RatingControl.deleteRatingsByRatingTypeListItem
(RatingTypeListItem ratingTypeListItem, BasePK deletedBy) void
RatingControl.deleteRatingType
(RatingType ratingType, BasePK deletedBy) void
RatingControl.deleteRatingTypeDescription
(RatingTypeDescription ratingTypeDescription, BasePK deletedBy) void
RatingControl.deleteRatingTypeDescriptionsByRatingType
(RatingType ratingType, BasePK deletedBy) void
RatingControl.deleteRatingTypeListItem
(RatingTypeListItem ratingTypeListItem, BasePK deletedBy) void
RatingControl.deleteRatingTypeListItemDescription
(RatingTypeListItemDescription ratingTypeListItemDescription, BasePK deletedBy) void
RatingControl.deleteRatingTypeListItemDescriptionsByRatingTypeListItem
(RatingTypeListItem ratingTypeListItem, BasePK deletedBy) void
RatingControl.deleteRatingTypeListItemsByRatingType
(RatingType ratingType, BasePK deletedBy) void
RatingControl.deleteRatingTypes
(List<RatingType> ratingTypes, BasePK deletedBy) void
RatingControl.deleteRatingTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
RatingControl.updateRatingFromValue
(RatingDetailValue ratingDetailValue, BasePK updatedBy) void
RatingControl.updateRatingTypeDescriptionFromValue
(RatingTypeDescriptionValue ratingTypeDescriptionValue, BasePK updatedBy) void
RatingControl.updateRatingTypeFromValue
(RatingTypeDetailValue ratingTypeDetailValue, BasePK updatedBy) void
RatingControl.updateRatingTypeListItemDescriptionFromValue
(RatingTypeListItemDescriptionValue ratingTypeListItemDescriptionValue, BasePK updatedBy) void
RatingControl.updateRatingTypeListItemFromValue
(RatingTypeListItemDetailValue ratingTypeListItemDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.returnpolicy.server.control
Methods in com.echothree.model.control.returnpolicy.server.control with parameters of type BasePKModifier and TypeMethodDescriptionReturnPolicyControl.createPartyReturnPolicy
(Party party, ReturnPolicy returnPolicy, BasePK createdBy) ReturnPolicyControl.createReturnKind
(String returnKindName, SequenceType returnSequenceType, Boolean isDefault, Integer sortOrder, BasePK createdBy) ReturnPolicyControl.createReturnKindDescription
(ReturnKind returnKind, Language language, String description, BasePK createdBy) ReturnPolicyControl.createReturnPolicy
(ReturnKind returnKind, String returnPolicyName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ReturnPolicyControl.createReturnPolicyReason
(ReturnPolicy returnPolicy, ReturnReason returnReason, Boolean isDefault, Integer sortOrder, BasePK createdBy) ReturnPolicyControl.createReturnPolicyTranslation
(ReturnPolicy returnPolicy, Language language, String description, MimeType overviewMimeType, String overview, BasePK createdBy) ReturnPolicyControl.createReturnReason
(ReturnKind returnKind, String returnReasonName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ReturnPolicyControl.createReturnReasonDescription
(ReturnReason returnReason, Language language, String description, BasePK createdBy) ReturnPolicyControl.createReturnReasonType
(ReturnReason returnReason, ReturnType returnType, Boolean isDefault, Integer sortOrder, BasePK createdBy) ReturnPolicyControl.createReturnType
(ReturnKind returnKind, String returnTypeName, Sequence returnSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) ReturnPolicyControl.createReturnTypeDescription
(ReturnType returnType, Language language, String description, BasePK createdBy) ReturnPolicyControl.createReturnTypeShippingMethod
(ReturnType returnType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ReturnPolicyControl.deletePartyReturnPoliciesByParty
(Party party, BasePK deletedBy) void
ReturnPolicyControl.deletePartyReturnPoliciesByParty
(List<PartyReturnPolicy> partyReturnPolicies, BasePK deletedBy) void
ReturnPolicyControl.deletePartyReturnPoliciesByReturnPolicy
(ReturnPolicy returnPolicy, BasePK deletedBy) void
ReturnPolicyControl.deletePartyReturnPolicy
(PartyReturnPolicy partyReturnPolicy, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnKind
(ReturnKind returnKind, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnKindDescription
(ReturnKindDescription returnKindDescription, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnKindDescriptionsByReturnKind
(ReturnKind returnKind, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPoliciesByReturnKind
(ReturnKind returnKind, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicy
(ReturnPolicy returnPolicy, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicyReason
(ReturnPolicyReason returnPolicyReason, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicyReasons
(List<ReturnPolicyReason> returnPolicyReasons, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicyReasonsByReturnPolicy
(ReturnPolicy returnPolicy, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicyReasonsByReturnReason
(ReturnReason returnReason, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicyTranslation
(ReturnPolicyTranslation returnPolicyTranslation, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnPolicyTranslationsByReturnPolicy
(ReturnPolicy returnPolicy, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReason
(ReturnReason returnReason, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonDescription
(ReturnReasonDescription returnReasonDescription, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonDescriptionsByReturnReason
(ReturnReason returnReason, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonsByReturnKind
(ReturnKind returnKind, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonType
(ReturnReasonType returnReasonType, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonTypes
(List<ReturnReasonType> returnReasonTypes, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonTypesByReturnReason
(ReturnReason returnReason, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnReasonTypesByReturnType
(ReturnType returnType, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnType
(ReturnType returnType, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypeDescription
(ReturnTypeDescription returnTypeDescription, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypeDescriptionsByReturnType
(ReturnType returnType, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypesByReturnKind
(ReturnKind returnKind, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypeShippingMethod
(ReturnTypeShippingMethod returnTypeShippingMethod, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypeShippingMethods
(List<ReturnTypeShippingMethod> returnTypeShippingMethods, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypeShippingMethodsByReturnType
(ReturnType returnType, BasePK deletedBy) void
ReturnPolicyControl.deleteReturnTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ReturnPolicyControl.updateReturnKindDescriptionFromValue
(ReturnKindDescriptionValue returnKindDescriptionValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnKindFromValue
(ReturnKindDetailValue returnKindDetailValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnPolicyFromValue
(ReturnPolicyDetailValue returnPolicyDetailValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnPolicyReasonFromValue
(ReturnPolicyReasonValue returnPolicyReasonValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnPolicyTranslationFromValue
(ReturnPolicyTranslationValue returnPolicyTranslationValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnReasonDescriptionFromValue
(ReturnReasonDescriptionValue returnReasonDescriptionValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnReasonFromValue
(ReturnReasonDetailValue returnReasonDetailValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnReasonTypeFromValue
(ReturnReasonTypeValue returnReasonTypeValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnTypeDescriptionFromValue
(ReturnTypeDescriptionValue returnTypeDescriptionValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnTypeFromValue
(ReturnTypeDetailValue returnTypeDetailValue, BasePK updatedBy) void
ReturnPolicyControl.updateReturnTypeShippingMethodFromValue
(ReturnTypeShippingMethodValue returnTypeShippingMethodValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.returnpolicy.server.logic
Methods in com.echothree.model.control.returnpolicy.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPartyReturnPolicyLogic.createPartyReturnPolicy
(Party party, ReturnPolicy returnPolicy, BasePK createdBy) ReturnKindLogic.createReturnKind
(ExecutionErrorAccumulator eea, String returnKindName, SequenceType returnSequenceType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ReturnPolicyLogic.createReturnPolicy
(ExecutionErrorAccumulator eea, ReturnKind returnKind, String returnPolicyName, Boolean isDefault, Integer sortOrder, Language language, String description, MimeType policyMimeType, String policy, BasePK createdBy) ReturnPolicyLogic.createReturnPolicy
(ExecutionErrorAccumulator eea, String returnKindName, String returnPolicyName, Boolean isDefault, Integer sortOrder, Language language, String description, String policyMimeTypeName, String policy, BasePK createdBy) void
ReturnPolicyLogic.deleteReturnPolicy
(ReturnPolicy returnPolicy, BasePK deletedBy) PartyReturnPolicyLogic.getPartyReturnPolicyStatus
(EntityInstance entityInstance, BasePK createdBy) PartyReturnPolicyLogic.getPartyReturnPolicyStatus
(PartyReturnPolicy partyReturnPolicy, BasePK createdBy) PartyReturnPolicyLogic.getPartyReturnPolicyStatusTransfer
(UserVisit userVisit, EntityInstance entityInstance, BasePK createdBy) PartyReturnPolicyLogic.insertPartyReturnPolicyIntoWorkflow
(EntityInstance entityInstance, BasePK createdBy) PartyReturnPolicyLogic.insertPartyReturnPolicyIntoWorkflow
(PartyReturnPolicy partyReturnPolicy, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.sales.server.control
Methods in com.echothree.model.control.sales.server.control with parameters of type BasePKModifier and TypeMethodDescriptionSalesOrderControl.createSalesOrder
(Order order, OfferUse offerUse, AssociateReferral associateReferral, BasePK createdBy) SalesOrderBatchControl.createSalesOrderBatch
(Batch batch, PaymentMethod paymentMethod, BasePK createdBy) SalesOrderControl.createSalesOrderLine
(OrderLine orderLine, OfferUse offerUse, AssociateReferral associateReferral, BasePK createdBy) void
SalesOrderControl.deleteSalesOrder
(SalesOrder salesOrder, BasePK deletedBy) void
SalesOrderBatchControl.deleteSalesOrderBatch
(Batch batch, BasePK deletedBy) void
SalesOrderBatchControl.deleteSalesOrderBatch
(SalesOrderBatch salesOrderBatch, BasePK deletedBy) void
SalesOrderControl.deleteSalesOrderLine
(SalesOrderLine salesOrderLine, BasePK deletedBy) void
SalesOrderControl.deleteSalesOrderLineByOrderLine
(OrderLine orderLine, BasePK deletedBy) void
SalesOrderBatchControl.updateSalesOrderBatchFromValue
(SalesOrderBatchValue salesOrderBatchValue, BasePK updatedBy) void
SalesOrderControl.updateSalesOrderFromValue
(SalesOrderValue salesOrderValue, BasePK updatedBy) void
SalesOrderControl.updateSalesOrderLineFromValue
(SalesOrderLineValue salesOrderLineValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.sales.server.logic
Methods in com.echothree.model.control.sales.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionSalesOrderBatchLogic.createBatch
(ExecutionErrorAccumulator eea, Currency currency, PaymentMethod paymentMethod, Long count, Long amount, BasePK createdBy) SalesOrderBatchLogic.createBatchEntity
(ExecutionErrorAccumulator eea, Order order, Batch batch, BasePK createdBy) void
SalesOrderLineTimeLogic.createOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK createdBy) void
SalesOrderLineTimeLogic.createOrderLineTime
(ExecutionErrorAccumulator eea, String orderName, String orderLineSequence, String orderTimeTypeName, Long time, BasePK createdBy) void
SalesOrderTimeLogic.createOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK createdBy) void
SalesOrderTimeLogic.createOrderTime
(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, Long time, BasePK createdBy) void
SalesOrderBatchLogic.deleteBatch
(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) void
SalesOrderLineTimeLogic.deleteOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, BasePK deletedBy) void
SalesOrderLineTimeLogic.deleteOrderLineTime
(ExecutionErrorAccumulator eea, String orderName, String orderLineSequence, String orderTimeTypeName, BasePK deletedBy) void
SalesOrderTimeLogic.deleteOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) void
SalesOrderTimeLogic.deleteOrderTime
(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, BasePK deletedBy) SalesOrderLogic.getOrderShipToParty
(Order order, boolean billToFallback, BasePK createdBy) Attempt to find a SHIP_TO Party for the Order.void
SalesOrderLineTimeLogic.updateOrderLineTime
(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK updatedBy) void
SalesOrderLineTimeLogic.updateOrderLineTime
(ExecutionErrorAccumulator eea, String orderName, String orderLineSequence, String orderTimeTypeName, Long time, BasePK updatedBy) void
SalesOrderTimeLogic.updateOrderTime
(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK updatedBy) void
SalesOrderTimeLogic.updateOrderTime
(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, Long time, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.scale.server.control
Methods in com.echothree.model.control.scale.server.control with parameters of type BasePKModifier and TypeMethodDescriptionScaleControl.createPartyScaleUse
(Party party, ScaleUseType scaleUseType, Scale scale, BasePK createdBy) ScaleControl.createScale
(String scaleName, ScaleType scaleType, ServerService serverService, Boolean isDefault, Integer sortOrder, BasePK createdBy) ScaleControl.createScaleDescription
(Scale scale, Language language, String description, BasePK createdBy) ScaleControl.createScaleType
(String scaleTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ScaleControl.createScaleTypeDescription
(ScaleType scaleType, Language language, String description, BasePK createdBy) ScaleControl.createScaleUseType
(String scaleUseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ScaleControl.createScaleUseTypeDescription
(ScaleUseType scaleUseType, Language language, String description, BasePK createdBy) void
ScaleControl.deletePartyScaleUse
(PartyScaleUse partyScaleUse, BasePK deletedBy) void
ScaleControl.deletePartyScaleUses
(List<PartyScaleUse> partyScaleUses, BasePK deletedBy) void
ScaleControl.deletePartyScaleUsesByParty
(Party party, BasePK deletedBy) void
ScaleControl.deletePartyScaleUsesByScale
(Scale scale, BasePK deletedBy) void
ScaleControl.deletePartyScaleUsesByScaleUseType
(ScaleUseType scaleUseType, BasePK deletedBy) void
ScaleControl.deleteScale
(Scale itemDescriptionType, BasePK deletedBy) void
ScaleControl.deleteScaleDescription
(ScaleDescription scaleDescription, BasePK deletedBy) void
ScaleControl.deleteScaleDescriptionsByScale
(Scale scale, BasePK deletedBy) void
ScaleControl.deleteScales
(List<Scale> itemDescriptionTypes, BasePK deletedBy) void
ScaleControl.deleteScalesByScaleType
(ScaleType scaleType, BasePK deletedBy) void
ScaleControl.deleteScalesByServerService
(ServerService serverService, BasePK deletedBy) void
ScaleControl.deleteScaleType
(ScaleType scaleType, BasePK deletedBy) void
ScaleControl.deleteScaleTypeDescription
(ScaleTypeDescription scaleTypeDescription, BasePK deletedBy) void
ScaleControl.deleteScaleTypeDescriptionsByScaleType
(ScaleType scaleType, BasePK deletedBy) void
ScaleControl.deleteScaleUseType
(ScaleUseType scaleUseType, BasePK deletedBy) void
ScaleControl.deleteScaleUseTypeDescription
(ScaleUseTypeDescription scaleUseTypeDescription, BasePK deletedBy) void
ScaleControl.deleteScaleUseTypeDescriptionsByScaleUseType
(ScaleUseType scaleUseType, BasePK deletedBy) void
ScaleControl.updatePartyScaleUseFromValue
(PartyScaleUseValue partyScaleUseValue, BasePK updatedBy) void
ScaleControl.updateScaleDescriptionFromValue
(ScaleDescriptionValue scaleDescriptionValue, BasePK updatedBy) void
ScaleControl.updateScaleFromValue
(ScaleDetailValue scaleDetailValue, BasePK updatedBy) void
ScaleControl.updateScaleTypeDescriptionFromValue
(ScaleTypeDescriptionValue scaleTypeDescriptionValue, BasePK updatedBy) void
ScaleControl.updateScaleTypeFromValue
(ScaleTypeDetailValue scaleTypeDetailValue, BasePK updatedBy) void
ScaleControl.updateScaleUseTypeDescriptionFromValue
(ScaleUseTypeDescriptionValue scaleUseTypeDescriptionValue, BasePK updatedBy) void
ScaleControl.updateScaleUseTypeFromValue
(ScaleUseTypeDetailValue scaleUseTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.scale.server.logic
Methods in com.echothree.model.control.scale.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPartyScaleUseLogic.getPartyScaleUse
(ExecutionErrorAccumulator ema, Party party, ScaleUseType scaleUseType, BasePK createdBy) PartyScaleUseLogic.getPartyScaleUseUsingNames
(ExecutionErrorAccumulator ema, Party party, String scaleUseTypeName, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.search.server.control
Methods in com.echothree.model.control.search.server.control with parameters of type BasePKModifier and TypeMethodDescriptionSearchControl.createCachedExecutedSearch
(CachedSearch cachedSearch, BasePK createdBy) SearchControl.createCachedSearch
(Index index, String querySha1Hash, String query, String parsedQuerySha1Hash, String parsedQuery, SearchDefaultOperator searchDefaultOperator, SearchSortOrder searchSortOrder, SearchSortDirection searchSortDirection, BasePK createdBy) SearchControl.createCachedSearchIndexField
(CachedSearch cachedSearch, IndexField indexField, BasePK createdBy) SearchControl.createPartySearchTypePreference
(Party party, SearchType searchType, SearchDefaultOperator searchDefaultOperator, SearchSortOrder searchSortOrder, SearchSortDirection searchSortDirection, BasePK createdBy) SearchControl.createSearch
(Party party, Boolean partyVerified, SearchType searchType, Long executedTime, SearchUseType searchUseType, CachedSearch cachedSearch, BasePK createdBy) SearchControl.createSearchCheckSpellingActionType
(String searchCheckSpellingActionTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchCheckSpellingActionTypeDescription
(SearchCheckSpellingActionType searchCheckSpellingActionType, Language language, String description, BasePK createdBy) SearchControl.createSearchDefaultOperator
(String searchDefaultOperatorName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchDefaultOperatorDescription
(SearchDefaultOperator searchDefaultOperator, Language language, String description, BasePK createdBy) SearchControl.createSearchKind
(String searchKindName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchKindDescription
(SearchKind searchKind, Language language, String description, BasePK createdBy) SearchControl.createSearchResultAction
(Search search, SearchResultActionType searchResultActionType, Long actionTime, EntityInstance entityInstance, BasePK createdBy) SearchControl.createSearchResultActionType
(String searchResultActionTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchResultActionTypeDescription
(SearchResultActionType searchResultActionType, Language language, String description, BasePK createdBy) SearchControl.createSearchSortDirection
(String searchSortDirectionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchSortDirectionDescription
(SearchSortDirection searchSortDirection, Language language, String description, BasePK createdBy) SearchControl.createSearchSortOrder
(SearchKind searchKind, String searchSortOrderName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchSortOrderDescription
(SearchSortOrder searchSortOrder, Language language, String description, BasePK createdBy) SearchControl.createSearchType
(SearchKind searchKind, String searchTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchTypeDescription
(SearchType searchType, Language language, String description, BasePK createdBy) SearchControl.createSearchUseType
(String searchUseTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SearchControl.createSearchUseTypeDescription
(SearchUseType searchUseType, Language language, String description, BasePK createdBy) void
SearchControl.deleteCachedExecutedSearch
(CachedExecutedSearch cachedExecutedSearch, BasePK deletedBy) void
SearchControl.deleteCachedSearch
(CachedSearch cachedSearch, BasePK deletedBy) void
SearchControl.deleteCachedSearchesByIndex
(Index index, BasePK deletedBy) void
SearchControl.deleteCachedSearchesBySearchDefaultOperator
(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) void
SearchControl.deleteCachedSearchesBySearchSortDirection
(SearchSortDirection searchSortDirection, BasePK deletedBy) void
SearchControl.deleteCachedSearchesBySearchSortOrder
(SearchSortOrder searchSortOrder, BasePK deletedBy) void
SearchControl.deleteCachedSearchIndexField
(CachedSearchIndexField cachedSearchIndexField, BasePK deletedBy) void
SearchControl.deleteCachedSearchIndexFields
(List<CachedSearchIndexField> cachedSearchIndexFields, BasePK deletedBy) void
SearchControl.deleteCachedSearchIndexFieldsByCachedSearch
(CachedSearch cachedSearch, BasePK deletedBy) void
SearchControl.deleteCachedSearchIndexFieldsByIndexField
(IndexField indexField, BasePK deletedBy) void
SearchControl.deletedCachedSearches
(List<CachedSearch> cachedSearches, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreference
(PartySearchTypePreference partySearchTypePreference, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreferences
(List<PartySearchTypePreference> partySearchTypePreferences, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreferencesByParty
(Party party, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreferencesBySearchDefaultOperator
(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreferencesBySearchSortDirection
(SearchSortDirection searchSortDirection, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreferencesBySearchSortOrder
(SearchSortOrder searchSortOrder, BasePK deletedBy) void
SearchControl.deletePartySearchTypePreferencesBySearchType
(SearchType searchType, BasePK deletedBy) void
SearchControl.deleteSearch
(Search search, BasePK deletedBy) void
SearchControl.deleteSearchCheckSpellingActionType
(SearchCheckSpellingActionType searchCheckSpellingActionType, BasePK deletedBy) void
SearchControl.deleteSearchCheckSpellingActionTypeDescription
(SearchCheckSpellingActionTypeDescription searchCheckSpellingActionTypeDescription, BasePK deletedBy) void
SearchControl.deleteSearchCheckSpellingActionTypeDescriptionsBySearchCheckSpellingActionType
(SearchCheckSpellingActionType searchCheckSpellingActionType, BasePK deletedBy) void
SearchControl.deleteSearchCheckSpellingActionTypes
(List<SearchCheckSpellingActionType> searchCheckSpellingActionTypes, BasePK deletedBy) void
SearchControl.deleteSearchDefaultOperator
(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) void
SearchControl.deleteSearchDefaultOperatorDescription
(SearchDefaultOperatorDescription searchDefaultOperatorDescription, BasePK deletedBy) void
SearchControl.deleteSearchDefaultOperatorDescriptionsBySearchDefaultOperator
(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) void
SearchControl.deleteSearchDefaultOperators
(List<SearchDefaultOperator> searchDefaultOperators, BasePK deletedBy) void
SearchControl.deleteSearches
(List<Search> searches, BasePK deletedBy) void
SearchControl.deleteSearchesByCachedSearch
(CachedSearch cachedSearch, BasePK deletedBy) void
SearchControl.deleteSearchesByParty
(Party party, BasePK deletedBy) void
SearchControl.deleteSearchesBySearchType
(SearchType searchType, BasePK deletedBy) void
SearchControl.deleteSearchesBySearchUseType
(SearchUseType searchUseType, BasePK deletedBy) void
SearchControl.deleteSearchKind
(SearchKind searchKind, BasePK deletedBy) void
SearchControl.deleteSearchKindDescription
(SearchKindDescription searchKindDescription, BasePK deletedBy) void
SearchControl.deleteSearchKindDescriptionsBySearchKind
(SearchKind searchKind, BasePK deletedBy) void
SearchControl.deleteSearchKinds
(List<SearchKind> searchKinds, BasePK deletedBy) void
SearchControl.deleteSearchResultAction
(SearchResultAction searchResultAction, BasePK deletedBy) void
SearchControl.deleteSearchResultActions
(List<SearchResultAction> searchResultActions, BasePK deletedBy) void
SearchControl.deleteSearchResultActionsByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
SearchControl.deleteSearchResultActionsBySearch
(Search search, BasePK deletedBy) void
SearchControl.deleteSearchResultActionsBySearchResultActionType
(SearchResultActionType searchResultActionType, BasePK deletedBy) void
SearchControl.deleteSearchResultActionType
(SearchResultActionType searchResultActionType, BasePK deletedBy) void
SearchControl.deleteSearchResultActionTypeDescription
(SearchResultActionTypeDescription searchResultActionTypeDescription, BasePK deletedBy) void
SearchControl.deleteSearchResultActionTypeDescriptionsBySearchResultActionType
(SearchResultActionType searchResultActionType, BasePK deletedBy) void
SearchControl.deleteSearchResultActionTypes
(List<SearchResultActionType> searchResultActionTypes, BasePK deletedBy) void
SearchControl.deleteSearchSortDirection
(SearchSortDirection searchSortDirection, BasePK deletedBy) void
SearchControl.deleteSearchSortDirectionDescription
(SearchSortDirectionDescription searchSortDirectionDescription, BasePK deletedBy) void
SearchControl.deleteSearchSortDirectionDescriptionsBySearchSortDirection
(SearchSortDirection searchSortDirection, BasePK deletedBy) void
SearchControl.deleteSearchSortDirections
(List<SearchSortDirection> searchSortDirections, BasePK deletedBy) void
SearchControl.deleteSearchSortOrder
(SearchSortOrder searchSortOrder, BasePK deletedBy) void
SearchControl.deleteSearchSortOrderDescription
(SearchSortOrderDescription searchSortOrderDescription, BasePK deletedBy) void
SearchControl.deleteSearchSortOrderDescriptionsBySearchSortOrder
(SearchSortOrder searchSortOrder, BasePK deletedBy) void
SearchControl.deleteSearchSortOrdersBySearchKind
(SearchKind searchKind, BasePK deletedBy) void
SearchControl.deleteSearchType
(SearchType searchType, BasePK deletedBy) void
SearchControl.deleteSearchTypeDescription
(SearchTypeDescription searchTypeDescription, BasePK deletedBy) void
SearchControl.deleteSearchTypeDescriptionsBySearchType
(SearchType searchType, BasePK deletedBy) void
SearchControl.deleteSearchTypesBySearchKind
(SearchKind searchKind, BasePK deletedBy) void
SearchControl.deleteSearchUseType
(SearchUseType searchUseType, BasePK deletedBy) void
SearchControl.deleteSearchUseTypeDescription
(SearchUseTypeDescription searchUseTypeDescription, BasePK deletedBy) void
SearchControl.deleteSearchUseTypeDescriptionsBySearchUseType
(SearchUseType searchUseType, BasePK deletedBy) void
SearchControl.deleteSearchUseTypes
(List<SearchUseType> searchUseTypes, BasePK deletedBy) void
SearchControl.updatePartySearchTypePreferenceFromValue
(PartySearchTypePreferenceDetailValue partySearchTypePreferenceDetailValue, BasePK updatedBy) void
SearchControl.updateSearchCheckSpellingActionTypeDescriptionFromValue
(SearchCheckSpellingActionTypeDescriptionValue searchCheckSpellingActionTypeDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchCheckSpellingActionTypeFromValue
(SearchCheckSpellingActionTypeDetailValue searchCheckSpellingActionTypeDetailValue, BasePK updatedBy) void
SearchControl.updateSearchDefaultOperatorDescriptionFromValue
(SearchDefaultOperatorDescriptionValue searchDefaultOperatorDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchDefaultOperatorFromValue
(SearchDefaultOperatorDetailValue searchDefaultOperatorDetailValue, BasePK updatedBy) void
SearchControl.updateSearchKindDescriptionFromValue
(SearchKindDescriptionValue searchKindDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchKindFromValue
(SearchKindDetailValue searchKindDetailValue, BasePK updatedBy) void
SearchControl.updateSearchResultActionTypeDescriptionFromValue
(SearchResultActionTypeDescriptionValue searchResultActionTypeDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchResultActionTypeFromValue
(SearchResultActionTypeDetailValue searchResultActionTypeDetailValue, BasePK updatedBy) void
SearchControl.updateSearchSortDirectionDescriptionFromValue
(SearchSortDirectionDescriptionValue searchSortDirectionDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchSortDirectionFromValue
(SearchSortDirectionDetailValue searchSortDirectionDetailValue, BasePK updatedBy) void
SearchControl.updateSearchSortOrderDescriptionFromValue
(SearchSortOrderDescriptionValue searchSortOrderDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchSortOrderFromValue
(SearchSortOrderDetailValue searchSortOrderDetailValue, BasePK updatedBy) void
SearchControl.updateSearchTypeDescriptionFromValue
(SearchTypeDescriptionValue searchTypeDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchTypeFromValue
(SearchTypeDetailValue searchTypeDetailValue, BasePK updatedBy) void
SearchControl.updateSearchUseTypeDescriptionFromValue
(SearchUseTypeDescriptionValue searchUseTypeDescriptionValue, BasePK updatedBy) void
SearchControl.updateSearchUseTypeFromValue
(SearchUseTypeDetailValue searchUseTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.search.server.logic
Methods in com.echothree.model.control.search.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionSearchLogic.createSearchResultAction
(ExecutionErrorAccumulator eea, UserVisit userVisit, String searchKindName, String searchTypeName, String searchResultActionTypeName, BaseEntity baseEntity, BasePK createdBy) SearchResultActionTypeLogic.createSearchResultActionType
(ExecutionErrorAccumulator eea, String searchResultActionTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
SearchResultActionTypeLogic.deleteSearchResultActionType
(ExecutionErrorAccumulator eea, SearchResultActionType searchResultActionType, BasePK deletedBy) void
SearchResultActionTypeLogic.updateSearchResultActionTypeFromValue
(SearchResultActionTypeDetailValue searchResultActionTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.security.server.control
Methods in com.echothree.model.control.security.server.control with parameters of type BasePKModifier and TypeMethodDescriptionSecurityControl.createPartyEntitySecurityRole
(Party party, EntityInstance entityInstance, SecurityRole securityRole, BasePK createdBy) SecurityControl.createPartySecurityRole
(Party party, SecurityRole securityRole, BasePK createdBy) SecurityControl.createPartySecurityRoleTemplate
(String partySecurityRoleTemplateName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SecurityControl.createPartySecurityRoleTemplateDescription
(PartySecurityRoleTemplate partySecurityRoleTemplate, Language language, String description, BasePK createdBy) SecurityControl.createPartySecurityRoleTemplateRole
(PartySecurityRoleTemplate partySecurityRoleTemplate, SecurityRole securityRole, BasePK createdBy) SecurityControl.createPartySecurityRoleTemplateTrainingClass
(PartySecurityRoleTemplate partySecurityRoleTemplate, TrainingClass trainingClass, BasePK createdBy) SecurityControl.createPartySecurityRoleTemplateUse
(Party party, PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK createdBy) SecurityControl.createSecurityRole
(SecurityRoleGroup securityRoleGroup, String securityRoleName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SecurityControl.createSecurityRoleDescription
(SecurityRole securityRole, Language language, String description, BasePK createdBy) SecurityControl.createSecurityRoleGroup
(String securityRoleGroupName, SecurityRoleGroup parentSecurityRoleGroup, Boolean isDefault, Integer sortOrder, BasePK createdBy) SecurityControl.createSecurityRoleGroupDescription
(SecurityRoleGroup securityRoleGroup, Language language, String description, BasePK createdBy) SecurityControl.createSecurityRolePartyType
(SecurityRole securityRole, PartyType partyType, Selector partySelector, BasePK createdBy) void
SecurityControl.deletePartyEntitySecurityRole
(PartyEntitySecurityRole partyEntitySecurityRole, BasePK deletedBy) void
SecurityControl.deletePartyEntitySecurityRoles
(List<PartyEntitySecurityRole> partyEntitySecurityRoles, BasePK deletedBy) void
SecurityControl.deletePartyEntitySecurityRolesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
SecurityControl.deletePartyEntitySecurityRolesByParty
(Party party, BasePK deletedBy) void
SecurityControl.deletePartyEntitySecurityRolesBySecurityRole
(SecurityRole securityRole, BasePK deletedBy) void
SecurityControl.deletePartySecurityRole
(PartySecurityRole partySecurityRole, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoles
(List<PartySecurityRole> partySecurityRoles, BasePK deletedBy) void
SecurityControl.deletePartySecurityRolesBySecurityRole
(SecurityRole securityRole, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplate
(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplateDescription
(PartySecurityRoleTemplateDescription partySecurityRoleTemplateDescription, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplateDescriptionsByPartySecurityRoleTemplate
(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplateRole
(PartySecurityRoleTemplateRole partySecurityRoleTemplateRole, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplateTrainingClass
(PartySecurityRoleTemplateTrainingClass partySecurityRoleTemplateTrainingClass, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplateUse
(PartySecurityRoleTemplateUse partySecurityRoleTemplateUse, BasePK deletedBy) void
SecurityControl.deletePartySecurityRoleTemplateUseByParty
(Party party, BasePK deletedBy) void
SecurityControl.deleteSecurityRole
(SecurityRole securityRole, BasePK deletedBy) void
SecurityControl.deleteSecurityRoleDescription
(SecurityRoleDescription securityRoleDescription, BasePK deletedBy) void
SecurityControl.deleteSecurityRoleDescriptionsBySecurityRole
(SecurityRole securityRole, BasePK deletedBy) void
SecurityControl.deleteSecurityRoleGroup
(SecurityRoleGroup securityRoleGroup, BasePK deletedBy) void
SecurityControl.deleteSecurityRoleGroupDescription
(SecurityRoleGroupDescription securityRoleGroupDescription, BasePK deletedBy) void
SecurityControl.deleteSecurityRoleGroupDescriptionsBySecurityRoleGroup
(SecurityRoleGroup securityRoleGroup, BasePK deletedBy) void
SecurityControl.deleteSecurityRoleGroups
(List<SecurityRoleGroup> securityRoleGroups, BasePK deletedBy) void
SecurityControl.deleteSecurityRolePartyType
(SecurityRolePartyType securityRolePartyType, BasePK deletedBy) void
SecurityControl.deleteSecurityRolePartyTypes
(List<SecurityRolePartyType> securityRolePartyTypes, BasePK deletedBy) void
SecurityControl.deleteSecurityRolePartyTypesByPartySelector
(Selector partySelector, BasePK deletedBy) void
SecurityControl.deleteSecurityRolePartyTypesBySecurityRole
(SecurityRole securityRole, BasePK deletedBy) void
SecurityControl.deleteSecurityRolePartyTypesBySelector
(Selector selector, BasePK deletedBy) void
SecurityControl.deleteSecurityRolesBySecurityRoleGroup
(SecurityRoleGroup securityRoleGroup, BasePK deletedBy) void
SecurityControl.updatePartySecurityRoleTemplateDescriptionFromValue
(PartySecurityRoleTemplateDescriptionValue partySecurityRoleTemplateDescriptionValue, BasePK updatedBy) void
SecurityControl.updatePartySecurityRoleTemplateFromValue
(PartySecurityRoleTemplateDetailValue partySecurityRoleTemplateDetailValue, BasePK updatedBy) void
SecurityControl.updatePartySecurityRoleTemplateUseFromValue
(PartySecurityRoleTemplateUseValue partySecurityRoleTemplateUseValue, BasePK updatedBy) void
SecurityControl.updateSecurityRoleDescriptionFromValue
(SecurityRoleDescriptionValue securityRoleDescriptionValue, BasePK updatedBy) void
SecurityControl.updateSecurityRoleFromValue
(SecurityRoleDetailValue securityRoleDetailValue, BasePK updatedBy) void
SecurityControl.updateSecurityRoleGroupDescriptionFromValue
(SecurityRoleGroupDescriptionValue securityRoleGroupDescriptionValue, BasePK updatedBy) void
SecurityControl.updateSecurityRoleGroupFromValue
(SecurityRoleGroupDetailValue securityRoleGroupDetailValue, BasePK updatedBy) void
SecurityControl.updateSecurityRolePartyTypeFromValue
(SecurityRolePartyTypeValue securityRolePartyTypeValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.security.server.logic
Methods in com.echothree.model.control.security.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPartySecurityRoleTemplateLogic.createPartySecurityRoleTemplateRole
(PartySecurityRoleTemplate partySecurityRoleTemplate, SecurityRole securityRole, BasePK createdBy) PartySecurityRoleTemplateLogic.createPartySecurityRoleTemplateTrainingClass
(Session session, PartySecurityRoleTemplateLogic.PreparedPartySecurityRoleTemplateTrainingClass preparedPartySecurityRoleTemplateTrainingClass, BasePK createdBy) SecurityRoleGroupLogic.createSecurityRoleGroup
(ExecutionErrorAccumulator eea, String securityRoleGroupName, SecurityRoleGroup parentSecurityRoleGroup, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRole
(PartySecurityRoleTemplateRole partySecurityRoleTemplateRole, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRoleByPartySecurityRoleTemplate
(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRoles
(List<PartySecurityRoleTemplateRole> partySecurityRoleTemplateRoles, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRolesBySecurityRole
(SecurityRole securityRole, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClass
(PartySecurityRoleTemplateTrainingClass partySecurityRoleTemplateTrainingClass, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClassByPartySecurityRoleTemplate
(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClasses
(List<PartySecurityRoleTemplateTrainingClass> partySecurityRoleTemplateTrainingClasses, BasePK deletedBy) void
PartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClassesByTrainingClass
(TrainingClass trainingClass, BasePK deletedBy) void
SecurityRoleGroupLogic.deleteSecurityRoleGroup
(ExecutionErrorAccumulator eea, SecurityRoleGroup securityRoleGroup, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.selector.server.control
Methods in com.echothree.model.control.selector.server.control with parameters of type BasePKModifier and TypeMethodDescriptionSelectorControl.createSelector
(SelectorType selectorType, String selectorName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SelectorControl.createSelectorDescription
(Selector selector, Language language, String description, BasePK createdBy) SelectorControl.createSelectorKind
(String selectorKindName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SelectorControl.createSelectorKindDescription
(SelectorKind selectorKind, Language language, String description, BasePK createdBy) SelectorControl.createSelectorNode
(Selector selector, String selectorNodeName, Boolean isRootSelectorNode, SelectorNodeType selectorNodeType, Boolean negate, BasePK createdBy) SelectorControl.createSelectorNodeBoolean
(SelectorNode selectorNode, SelectorBooleanType selectorBooleanType, SelectorNode leftSelectorNode, SelectorNode rightSelectorNode, BasePK createdBy) SelectorControl.createSelectorNodeDescription
(SelectorNode selectorNode, Language language, String description, BasePK createdBy) SelectorControl.createSelectorNodeEntityListItem
(SelectorNode selectorNode, EntityListItem entityListItem, BasePK createdBy) SelectorControl.createSelectorNodeGeoCode
(SelectorNode selectorNode, GeoCode geoCode, BasePK createdBy) SelectorControl.createSelectorNodeItemAccountingCategory
(SelectorNode selectorNode, ItemAccountingCategory itemAccountingCategory, Boolean checkParents, BasePK createdBy) SelectorControl.createSelectorNodeItemCategory
(SelectorNode selectorNode, ItemCategory itemCategory, Boolean checkParents, BasePK createdBy) SelectorControl.createSelectorNodeItemPurchasingCategory
(SelectorNode selectorNode, ItemPurchasingCategory itemPurchasingCategory, Boolean checkParents, BasePK createdBy) SelectorControl.createSelectorNodePaymentMethod
(SelectorNode selectorNode, PaymentMethod paymentMethod, BasePK createdBy) SelectorControl.createSelectorNodePaymentProcessor
(SelectorNode selectorNode, PaymentProcessor paymentProcessor, BasePK createdBy) SelectorControl.createSelectorNodeResponsibilityType
(SelectorNode selectorNode, ResponsibilityType responsibilityType, BasePK createdBy) SelectorControl.createSelectorNodeSkillType
(SelectorNode selectorNode, SkillType skillType, BasePK createdBy) SelectorControl.createSelectorNodeTrainingClass
(SelectorNode selectorNode, TrainingClass trainingClass, BasePK createdBy) SelectorControl.createSelectorNodeWorkflowStep
(SelectorNode selectorNode, WorkflowStep workflowStep, BasePK createdBy) SelectorControl.createSelectorParty
(Selector selector, Party party, BasePK createdBy) SelectorControl.createSelectorType
(SelectorKind selectorKind, String selectorTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SelectorControl.createSelectorTypeDescription
(SelectorType selectorType, Language language, String description, BasePK createdBy) void
SelectorControl.deleteSelector
(Selector selector, BasePK deletedBy) void
SelectorControl.deleteSelectorDescription
(SelectorDescription selectorDescription, BasePK deletedBy) void
SelectorControl.deleteSelectorDescriptionsBySelector
(Selector selector, BasePK deletedBy) void
SelectorControl.deleteSelectorKind
(SelectorKind selectorKind, BasePK deletedBy) void
SelectorControl.deleteSelectorKindDescription
(SelectorKindDescription selectorKindDescription, BasePK deletedBy) void
SelectorControl.deleteSelectorKindDescriptionsBySelectorKind
(SelectorKind selectorKind, BasePK deletedBy) void
SelectorControl.deleteSelectorNode
(SelectorNode selectorNode, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeBoolean
(SelectorNodeBoolean selectorNodeBoolean, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeDescription
(SelectorNodeDescription selectorNodeDescription, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeDescriptionsBySelectorNode
(SelectorNode selectorNode, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeEntityListItem
(SelectorNodeEntityListItem selectorNodeEntityListItem, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeGeoCode
(SelectorNodeGeoCode selectorNodeGeoCode, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeItemAccountingCategory
(SelectorNodeItemAccountingCategory selectorNodeItemAccountingCategory, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeItemCategory
(SelectorNodeItemCategory selectorNodeItemCategory, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeItemPurchasingCategory
(SelectorNodeItemPurchasingCategory selectorNodeItemPurchasingCategory, BasePK deletedBy) void
SelectorControl.deleteSelectorNodePaymentMethod
(SelectorNodePaymentMethod selectorNodePaymentMethod, BasePK deletedBy) void
SelectorControl.deleteSelectorNodePaymentProcessor
(SelectorNodePaymentProcessor selectorNodePaymentProcessor, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeResponsibilityType
(SelectorNodeResponsibilityType selectorNodeResponsibilityType, BasePK deletedBy) void
SelectorControl.deleteSelectorNodesBySelector
(Selector selector, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeSkillType
(SelectorNodeSkillType selectorNodeSkillType, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeTrainingClass
(SelectorNodeTrainingClass selectorNodeTrainingClass, BasePK deletedBy) void
SelectorControl.deleteSelectorNodeWorkflowStep
(SelectorNodeWorkflowStep selectorNodeWorkflowStep, BasePK deletedBy) void
SelectorControl.deleteSelectorPartiesBySelector
(Selector selector, BasePK deletedBy) void
SelectorControl.deleteSelectorParty
(SelectorParty selectorParty, BasePK deletedBy) void
SelectorControl.deleteSelectors
(List<Selector> selectors, BasePK deletedBy) void
SelectorControl.deleteSelectorsBySelectorType
(SelectorType selectorType, BasePK deletedBy) void
SelectorControl.deleteSelectorType
(SelectorType selectorType, BasePK deletedBy) void
SelectorControl.deleteSelectorTypeDescription
(SelectorTypeDescription selectorTypeDescription, BasePK deletedBy) void
SelectorControl.deleteSelectorTypeDescriptionsBySelectorType
(SelectorType selectorType, BasePK deletedBy) void
SelectorControl.deleteSelectorTypesBySelectorKind
(SelectorKind selectorKind, BasePK deletedBy) void
SelectorControl.updateSelectorDescriptionFromValue
(SelectorDescriptionValue selectorDescriptionValue, BasePK updatedBy) void
SelectorControl.updateSelectorFromValue
(SelectorDetailValue selectorDetailValue, BasePK updatedBy) void
SelectorControl.updateSelectorKindDescriptionFromValue
(SelectorKindDescriptionValue selectorKindDescriptionValue, BasePK updatedBy) void
SelectorControl.updateSelectorKindFromValue
(SelectorKindDetailValue selectorKindDetailValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeBooleanFromValue
(SelectorNodeBooleanValue selectorNodeBooleanValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeDescriptionFromValue
(SelectorNodeDescriptionValue selectorNodeDescriptionValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeEntityListItemFromValue
(SelectorNodeEntityListItemValue selectorNodeEntityListItemValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeFromValue
(SelectorNodeDetailValue selectorNodeDetailValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeGeoCodeFromValue
(SelectorNodeGeoCodeValue selectorNodeGeoCodeValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeItemAccountingCategoryFromValue
(SelectorNodeItemAccountingCategoryValue selectorNodeItemAccountingCategoryValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeItemCategoryFromValue
(SelectorNodeItemCategoryValue selectorNodeItemCategoryValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeItemPurchasingCategoryFromValue
(SelectorNodeItemPurchasingCategoryValue selectorNodeItemPurchasingCategoryValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodePaymentMethodFromValue
(SelectorNodePaymentMethodValue selectorNodePaymentMethodValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodePaymentProcessorFromValue
(SelectorNodePaymentProcessorValue selectorNodePaymentProcessorValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeResponsibilityTypeFromValue
(SelectorNodeResponsibilityTypeValue selectorNodeResponsibilityTypeValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeSkillTypeFromValue
(SelectorNodeSkillTypeValue selectorNodeSkillTypeValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeTrainingClassFromValue
(SelectorNodeTrainingClassValue selectorNodeTrainingClassValue, BasePK updatedBy) void
SelectorControl.updateSelectorNodeWorkflowStepFromValue
(SelectorNodeWorkflowStepValue selectorNodeWorkflowStepValue, BasePK updatedBy) void
SelectorControl.updateSelectorTypeDescriptionFromValue
(SelectorTypeDescriptionValue selectorTypeDescriptionValue, BasePK updatedBy) void
SelectorControl.updateSelectorTypeFromValue
(SelectorTypeDetailValue selectorTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.selector.server.evaluator
Fields in com.echothree.model.control.selector.server.evaluator declared as BasePKMethods in com.echothree.model.control.selector.server.evaluator with parameters of type BasePKModifier and TypeMethodDescriptionprotected EntityInstance
BaseSelectorEvaluator.getEntityInstanceByBasePK
(BasePK pk) Constructors in com.echothree.model.control.selector.server.evaluator with parameters of type BasePKModifierConstructorDescriptionprotected
BaseContactMechanismSelectorEvaluator
(Session session, BasePK evaluatedBy, Class logClass) protected
BaseItemSelectorEvaluator
(Session session, BasePK evaluatedBy, Class logClass) protected
BasePartySelectorEvaluator
(Session session, BasePK evaluatedBy, Class logClass) protected
BaseSelectorEvaluator
(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 BasePK in com.echothree.model.control.selector.server.logic
Methods in com.echothree.model.control.selector.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionSelectorLogic.createSelector
(ExecutionErrorAccumulator eea, SelectorType selectorType, String selectorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SelectorLogic.createSelector
(ExecutionErrorAccumulator eea, String selectorKindName, String selectorTypeName, String selectorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SelectorKindLogic.createSelectorKind
(ExecutionErrorAccumulator eea, String selectorKindName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SelectorTypeLogic.createSelectorType
(ExecutionErrorAccumulator eea, SelectorKind selectorKind, String selectorTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SelectorTypeLogic.createSelectorType
(ExecutionErrorAccumulator eea, String selectorKindName, String selectorTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
SelectorKindLogic.deleteSelectorKind
(ExecutionErrorAccumulator eea, SelectorKind selectorKind, BasePK deletedBy) void
SelectorTypeLogic.deleteSelectorType
(ExecutionErrorAccumulator eea, SelectorType selectorType, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.sequence.server.control
Methods in com.echothree.model.control.sequence.server.control with parameters of type BasePKModifier and TypeMethodDescriptionSequenceControl.createSequence
(SequenceType sequenceType, String sequenceName, String mask, Integer chunkSize, Boolean isDefault, Integer sortOrder, BasePK createdBy) SequenceControl.createSequenceDescription
(Sequence sequence, Language language, String description, BasePK createdBy) SequenceControl.createSequenceType
(String sequenceTypeName, String prefix, String suffix, SequenceEncoderType sequenceEncoderType, SequenceChecksumType sequenceChecksumType, Integer chunkSize, Boolean isDefault, Integer sortOrder, BasePK createdBy) SequenceControl.createSequenceTypeDescription
(SequenceType sequenceType, Language language, String description, BasePK createdBy) void
SequenceControl.deleteSequence
(Sequence sequence, BasePK deletedBy) void
SequenceControl.deleteSequenceDescription
(SequenceDescription sequenceDescription, BasePK deletedBy) void
SequenceControl.deleteSequenceDescriptionsBySequence
(Sequence sequence, BasePK deletedBy) void
SequenceControl.deleteSequencesBySequenceType
(SequenceType sequenceType, BasePK deletedBy) void
SequenceControl.deleteSequenceType
(SequenceType sequenceType, BasePK deletedBy) void
SequenceControl.deleteSequenceTypeDescription
(SequenceTypeDescription sequenceTypeDescription, BasePK deletedBy) void
SequenceControl.deleteSequenceTypeDescriptionsBySequenceType
(SequenceType sequenceType, BasePK deletedBy) void
SequenceControl.updateSequenceDescriptionFromValue
(SequenceDescriptionValue sequenceDescriptionValue, BasePK updatedBy) void
SequenceControl.updateSequenceFromValue
(SequenceDetailValue sequenceDetailValue, BasePK updatedBy) void
SequenceControl.updateSequenceTypeDescriptionFromValue
(SequenceTypeDescriptionValue sequenceTypeDescriptionValue, BasePK updatedBy) void
SequenceControl.updateSequenceTypeFromValue
(SequenceTypeDetailValue sequenceTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.sequence.server.logic
Methods in com.echothree.model.control.sequence.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionSequenceLogic.createSequence
(ExecutionErrorAccumulator eea, SequenceType sequenceType, String sequenceName, String value, String mask, Integer chunkSize, Boolean isDefault, Integer sortOrder, String description, Language language, BasePK createdBy) SequenceLogic.createSequence
(ExecutionErrorAccumulator eea, String sequenceTypeName, String sequenceName, String value, String mask, Integer chunkSize, Boolean isDefault, Integer sortOrder, String description, Language language, BasePK createdBy) SequenceTypeLogic.createSequenceType
(ExecutionErrorAccumulator eea, String sequenceTypeName, String prefix, String suffix, SequenceEncoderType sequenceEncoderType, SequenceChecksumType sequenceChecksumType, Integer chunkSize, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) -
Uses of BasePK in com.echothree.model.control.shipment.server
Methods in com.echothree.model.control.shipment.server with parameters of type BasePKModifier and TypeMethodDescriptionShipmentControl.createShipmentAlias
(Shipment shipment, ShipmentAliasType shipmentAliasType, String alias, BasePK createdBy) ShipmentControl.createShipmentAliasType
(ShipmentType shipmentType, String shipmentAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) ShipmentControl.createShipmentAliasTypeDescription
(ShipmentAliasType shipmentAliasType, Language language, String description, BasePK createdBy) ShipmentControl.createShipmentTime
(Shipment shipment, ShipmentTimeType shipmentTimeType, Long time, BasePK createdBy) ShipmentControl.createShipmentTimeType
(ShipmentType shipmentType, String shipmentTimeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ShipmentControl.createShipmentTimeTypeDescription
(ShipmentTimeType shipmentTimeType, Language language, String description, BasePK createdBy) ShipmentControl.createShipmentType
(String shipmentTypeName, ShipmentType parentShipmentType, SequenceType shipmentSequenceType, SequenceType shipmentPackageSequenceType, Workflow shipmentWorkflow, WorkflowEntrance shipmentWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) ShipmentControl.createShipmentTypeDescription
(ShipmentType shipmentType, Language language, String description, BasePK createdBy) ShipmentControl.createShipmentTypeShippingMethod
(ShipmentType shipmentType, ShippingMethod shippingMethod, Boolean isDefault, Integer sortOrder, BasePK createdBy) void
ShipmentControl.deleteShipmentAlias
(ShipmentAlias shipmentAlias, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasesByShipment
(Shipment shipment, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasesByShipmentAliasType
(ShipmentAliasType shipmentAliasType, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasType
(ShipmentAliasType shipmentAliasType, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasTypeDescription
(ShipmentAliasTypeDescription shipmentAliasTypeDescription, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasTypeDescriptionsByShipmentAliasType
(ShipmentAliasType shipmentAliasType, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasTypes
(List<ShipmentAliasType> shipmentAliasTypes, BasePK deletedBy) void
ShipmentControl.deleteShipmentAliasTypesByShipmentType
(ShipmentType shipmentType, BasePK deletedBy) void
ShipmentControl.deleteShipmentsByPartyContactMechanism
(PartyContactMechanism partyContactMechanism, BasePK deletedBy) void
ShipmentControl.deleteShipmentTime
(ShipmentTime shipmentTime, BasePK deletedBy) void
ShipmentControl.deleteShipmentTimes
(List<ShipmentTime> shipmentTimes, BasePK deletedBy) void
ShipmentControl.deleteShipmentTimesByShipment
(Shipment shipment, BasePK deletedBy) void
ShipmentControl.deleteShipmentTimesByShipmentTimeType
(ShipmentTimeType shipmentTimeType, BasePK deletedBy) void
ShipmentControl.deleteShipmentTimeType
(ShipmentTimeType shipmentTimeType, BasePK deletedBy) void
ShipmentControl.deleteShipmentTimeTypeDescription
(ShipmentTimeTypeDescription shipmentTimeTypeDescription, BasePK deletedBy) void
ShipmentControl.deleteShipmentTimeTypeDescriptionsByShipmentTimeType
(ShipmentTimeType shipmentTimeType, BasePK deletedBy) void
ShipmentControl.deleteShipmentType
(ShipmentType shipmentType, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypeDescription
(ShipmentTypeDescription shipmentTypeDescription, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypeDescriptionsByShipmentType
(ShipmentType shipmentType, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypes
(List<ShipmentType> shipmentTypes, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypeShippingMethod
(ShipmentTypeShippingMethod shipmentTypeShippingMethod, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypeShippingMethods
(List<ShipmentTypeShippingMethod> shipmentTypeShippingMethods, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypeShippingMethodsByShipmentType
(ShipmentType shipmentType, BasePK deletedBy) void
ShipmentControl.deleteShipmentTypeShippingMethodsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ShipmentControl.updateShipmentAliasFromValue
(ShipmentAliasValue shipmentAliasValue, BasePK updatedBy) void
ShipmentControl.updateShipmentAliasTypeDescriptionFromValue
(ShipmentAliasTypeDescriptionValue shipmentAliasTypeDescriptionValue, BasePK updatedBy) void
ShipmentControl.updateShipmentAliasTypeFromValue
(ShipmentAliasTypeDetailValue shipmentAliasTypeDetailValue, BasePK updatedBy) void
ShipmentControl.updateShipmentTimeFromValue
(ShipmentTimeValue shipmentTimeValue, BasePK updatedBy) void
ShipmentControl.updateShipmentTimeTypeDescriptionFromValue
(ShipmentTimeTypeDescriptionValue shipmentTimeTypeDescriptionValue, BasePK updatedBy) void
ShipmentControl.updateShipmentTimeTypeFromValue
(ShipmentTimeTypeDetailValue shipmentTimeTypeDetailValue, BasePK updatedBy) void
ShipmentControl.updateShipmentTypeDescriptionFromValue
(ShipmentTypeDescriptionValue shipmentTypeDescriptionValue, BasePK updatedBy) void
ShipmentControl.updateShipmentTypeFromValue
(ShipmentTypeDetailValue shipmentTypeDetailValue, BasePK updatedBy) void
ShipmentControl.updateShipmentTypeShippingMethodFromValue
(ShipmentTypeShippingMethodValue shipmentTypeShippingMethodValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.shipment.server.control
Methods in com.echothree.model.control.shipment.server.control with parameters of type BasePKModifier and TypeMethodDescriptionFreeOnBoardControl.createFreeOnBoard
(String freeOnBoardName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FreeOnBoardControl.createFreeOnBoardDescription
(FreeOnBoard freeOnBoard, Language language, String description, BasePK createdBy) PartyFreeOnBoardControl.createPartyFreeOnBoard
(Party party, FreeOnBoard freeOnBoard, BasePK createdBy) void
FreeOnBoardControl.deleteFreeOnBoard
(FreeOnBoard freeOnBoard, BasePK deletedBy) void
FreeOnBoardControl.deleteFreeOnBoardDescription
(FreeOnBoardDescription freeOnBoardDescription, BasePK deletedBy) void
FreeOnBoardControl.deleteFreeOnBoardDescriptionsByFreeOnBoard
(FreeOnBoard freeOnBoard, BasePK deletedBy) void
PartyFreeOnBoardControl.deletePartyFreeOnBoard
(PartyFreeOnBoard partyFreeOnBoard, BasePK deletedBy) void
PartyFreeOnBoardControl.deletePartyFreeOnBoardByParty
(Party party, BasePK deletedBy) void
PartyFreeOnBoardControl.deletePartyFreeOnBoardsByFreeOnBoard
(FreeOnBoard freeOnBoard, BasePK deletedBy) void
FreeOnBoardControl.updateFreeOnBoardDescriptionFromValue
(FreeOnBoardDescriptionValue freeOnBoardDescriptionValue, BasePK updatedBy) void
FreeOnBoardControl.updateFreeOnBoardFromValue
(FreeOnBoardDetailValue freeOnBoardDetailValue, BasePK updatedBy) void
PartyFreeOnBoardControl.updatePartyFreeOnBoardFromValue
(PartyFreeOnBoardValue partyFreeOnBoardValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.shipment.server.logic
Methods in com.echothree.model.control.shipment.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionFreeOnBoardLogic.createFreeOnBoard
(ExecutionErrorAccumulator eea, String freeOnBoardName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
ShipmentTimeLogic.createOrUpdateShipmentTime
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) void
ShipmentTimeLogic.createOrUpdateShipmentTimeIfNotNull
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) void
FreeOnBoardLogic.deleteFreeOnBoard
(ExecutionErrorAccumulator eea, FreeOnBoard freeOnBoard, BasePK deletedBy) void
ShipmentTimeLogic.deleteShipmentTime
(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.shipping.server.control
Methods in com.echothree.model.control.shipping.server.control with parameters of type BasePKModifier and TypeMethodDescriptionShippingControl.createShippingMethod
(String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, BasePK createdBy) ShippingControl.createShippingMethodCarrierService
(ShippingMethod shippingMethod, CarrierService carrierService, BasePK createdBy) ShippingControl.createShippingMethodDescription
(ShippingMethod shippingMethod, Language language, String description, BasePK createdBy) void
ShippingControl.deleteShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ShippingControl.deleteShippingMethodCarrierService
(ShippingMethodCarrierService shippingMethodCarrierService, BasePK deletedBy) void
ShippingControl.deleteShippingMethodCarrierServices
(List<ShippingMethodCarrierService> shippingMethodCarrierServices, BasePK deletedBy) void
ShippingControl.deleteShippingMethodCarrierServicesByCarrierService
(CarrierService carrierService, BasePK deletedBy) void
ShippingControl.deleteShippingMethodCarrierServicesByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ShippingControl.deleteShippingMethodDescription
(ShippingMethodDescription shippingMethodDescription, BasePK deletedBy) void
ShippingControl.deleteShippingMethodDescriptionsByShippingMethod
(ShippingMethod shippingMethod, BasePK deletedBy) void
ShippingControl.updateShippingMethodDescriptionFromValue
(ShippingMethodDescriptionValue shippingMethodDescriptionValue, BasePK updatedBy) void
ShippingControl.updateShippingMethodFromValue
(ShippingMethodDetailValue shippingMethodDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.shipping.server.logic
Methods in com.echothree.model.control.shipping.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
ShippingMethodLogic.checkAcceptanceOfItem
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) void
ShippingMethodLogic.checkAcceptanceOfItems
(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) -
Uses of BasePK in com.echothree.model.control.subscription.server.control
Methods in com.echothree.model.control.subscription.server.control with parameters of type BasePKModifier and TypeMethodDescriptionSubscriptionControl.createSubscription
(SubscriptionType subscriptionType, Party party, Long startTime, Long endTime, BasePK createdBy) SubscriptionControl.createSubscriptionKind
(String subscriptionKindName, Boolean isDefault, Integer sortOrder, BasePK createdBy) SubscriptionControl.createSubscriptionKindDescription
(SubscriptionKind subscriptionKind, Language language, String description, BasePK createdBy) SubscriptionControl.createSubscriptionType
(SubscriptionKind subscriptionKind, String subscriptionTypeName, Sequence subscriptionSequence, Boolean isDefault, Integer sortOrder, BasePK createdBy) SubscriptionControl.createSubscriptionTypeChain
(SubscriptionType subscriptionType, Chain chain, Long remainingTime, BasePK createdBy) SubscriptionControl.createSubscriptionTypeDescription
(SubscriptionType subscriptionType, Language language, String description, BasePK createdBy) void
SubscriptionControl.deleteSubscription
(Subscription subscription, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionKind
(SubscriptionKind subscriptionKind, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionKindDescription
(SubscriptionKindDescription subscriptionKindDescription, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionKindDescriptionsBySubscriptionKind
(SubscriptionKind subscriptionKind, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionsBySubscriptionType
(SubscriptionType subscriptionType, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionType
(SubscriptionType subscriptionType, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionTypeChain
(SubscriptionTypeChain subscriptionTypeChain, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionTypeChainsBySubscriptionType
(SubscriptionType subscriptionType, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionTypeDescription
(SubscriptionTypeDescription subscriptionTypeDescription, BasePK deletedBy) void
SubscriptionControl.deleteSubscriptionTypeDescriptionsBySubscriptionType
(SubscriptionType subscriptionType, BasePK deletedBy) void
SubscriptionControl.updateSubscriptionFromValue
(SubscriptionDetailValue subscriptionDetailValue, BasePK updatedBy) void
SubscriptionControl.updateSubscriptionKindDescriptionFromValue
(SubscriptionKindDescriptionValue subscriptionKindDescriptionValue, BasePK updatedBy) void
SubscriptionControl.updateSubscriptionKindFromValue
(SubscriptionKindDetailValue subscriptionKindDetailValue, BasePK updatedBy) void
SubscriptionControl.updateSubscriptionTypeChainFromValue
(SubscriptionTypeChainValue subscriptionTypeChainValue, BasePK updatedBy) void
SubscriptionControl.updateSubscriptionTypeDescriptionFromValue
(SubscriptionTypeDescriptionValue subscriptionTypeDescriptionValue, BasePK updatedBy) void
SubscriptionControl.updateSubscriptionTypeFromValue
(SubscriptionTypeDetailValue customerTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.subscription.server.logic
Methods in com.echothree.model.control.subscription.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionprotected ChainInstance
SubscriptionChainLogic.createChainInstance
(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, Subscription subscription, BasePK createdBy) createChainInstance is different than the version in BaseChainLogic, it requires a Subscription parameter.SubscriptionLogic.createSubscription
(ExecutionErrorAccumulator eea, Session session, SubscriptionType subscriptionType, Party party, Long endTime, BasePK createdBy) protected ChainInstance
SubscriptionChainLogic.createSubscriptionChainInstance
(ExecutionErrorAccumulator eea, String chainTypeName, Subscription subscription, BasePK createdBy) SubscriptionChainLogic.createSubscriptionExpirationChainInstance
(ExecutionErrorAccumulator eea, Subscription subscription, BasePK createdBy) SubscriptionChainLogic.createSubscriptionExpirationWarningChainInstance
(ExecutionErrorAccumulator eea, Subscription subscription, BasePK createdBy) SubscriptionChainLogic.createSubscriptionInitialChainInstance
(ExecutionErrorAccumulator eea, Subscription subscription, BasePK createdBy) SubscriptionChainLogic.createSubscriptionRenewalChainInstance
(ExecutionErrorAccumulator eea, Subscription subscription, BasePK createdBy) TODO: Consider the RemainingTime in the SubscriptionDetail when choosing the Chain to use. -
Uses of BasePK in com.echothree.model.control.tag.server.control
Methods in com.echothree.model.control.tag.server.control with parameters of type BasePKModifier and TypeMethodDescriptionTagControl.createEntityTag
(EntityInstance taggedEntityInstance, Tag tag, BasePK createdBy) TagControl.createTagScope
(String tagScopeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) TagControl.createTagScopeDescription
(TagScope tagScope, Language language, String description, BasePK createdBy) TagControl.createTagScopeEntityType
(TagScope tagScope, EntityType entityType, BasePK createdBy) void
TagControl.deleteEntityTag
(EntityTag entityTag, BasePK deletedBy) void
TagControl.deleteEntityTags
(List<EntityTag> entityTags, BasePK deletedBy) void
TagControl.deleteEntityTagsByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
TagControl.deleteEntityTagsByTag
(Tag tag, BasePK deletedBy) void
void
TagControl.deleteTags
(List<Tag> tags, BasePK deletedBy) void
TagControl.deleteTagsByTagScope
(TagScope tagScope, BasePK deletedBy) void
TagControl.deleteTagScope
(TagScope tagScope, BasePK deletedBy) void
TagControl.deleteTagScopeDescription
(TagScopeDescription tagScopeDescription, BasePK deletedBy) void
TagControl.deleteTagScopeDescriptionsByTagScope
(TagScope tagScope, BasePK deletedBy) void
TagControl.deleteTagScopeEntityType
(TagScopeEntityType tagScopeEntityType, BasePK deletedBy) void
TagControl.deleteTagScopeEntityTypes
(List<TagScopeEntityType> tagScopeEntityTypes, BasePK deletedBy) void
TagControl.deleteTagScopeEntityTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
TagControl.deleteTagScopeEntityTypesByTagScope
(TagScope tagScope, BasePK deletedBy) void
TagControl.updateTagFromValue
(TagDetailValue tagDetailValue, BasePK updatedBy) void
TagControl.updateTagScopeDescriptionFromValue
(TagScopeDescriptionValue tagScopeDescriptionValue, BasePK updatedBy) void
TagControl.updateTagScopeFromValue
(TagScopeDetailValue tagScopeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.tag.server.logic
Methods in com.echothree.model.control.tag.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionTagLogic.createTag
(ExecutionErrorAccumulator eea, TagScope tagScope, String tagName, BasePK createdBy) TagScopeLogic.createTagScope
(ExecutionErrorAccumulator eea, String tagScopeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
TagLogic.deleteTag
(ExecutionErrorAccumulator eea, Tag tag, BasePK deletedBy) void
TagScopeLogic.deleteTagScope
(ExecutionErrorAccumulator eea, TagScope tagScope, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.tax.server.control
Methods in com.echothree.model.control.tax.server.control with parameters of type BasePKModifier and TypeMethodDescriptionTaxControl.createGeoCodeTax
(GeoCode geoCode, Tax tax, BasePK createdBy) TaxControl.createItemTaxClassification
(Item item, GeoCode countryGeoCode, TaxClassification taxClassification, BasePK createdBy) TaxControl.createTax
(String taxName, ContactMechanismPurpose contactMechanismPurpose, GlAccount glAccount, Boolean includeShippingCharge, Boolean includeProcessingCharge, Boolean includeInsuranceCharge, Integer percent, Boolean isDefault, Integer sortOrder, BasePK createdBy) TaxControl.createTaxClassification
(GeoCode countryGeoCode, String taxClassificationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) TaxControl.createTaxClassificationTranslation
(TaxClassification taxClassification, Language language, String description, MimeType overviewMimeType, String overview, BasePK createdBy) TaxControl.createTaxDescription
(Tax tax, Language language, String description, BasePK createdBy) void
TaxControl.deleteGeoCodeTax
(GeoCodeTax geoCodeTax, BasePK deletedBy) void
TaxControl.deleteGeoCodeTaxesByGeoCode
(GeoCode geoCode, BasePK deletedBy) void
TaxControl.deleteGeoCodeTaxesByTax
(Tax tax, BasePK deletedBy) void
TaxControl.deleteItemTaxClassification
(ItemTaxClassification itemTaxClassification, BasePK deletedBy) void
TaxControl.deleteItemTaxClassifications
(List<ItemTaxClassification> itemTaxClassifications, BasePK deletedBy) void
TaxControl.deleteItemTaxClassificationsByCountryGeoCode
(GeoCode countryGeoCode, BasePK deletedBy) void
TaxControl.deleteItemTaxClassificationsByItem
(Item item, BasePK deletedBy) void
TaxControl.deleteItemTaxClassificationsByTaxClassification
(TaxClassification taxClassification, BasePK deletedBy) void
void
TaxControl.deleteTaxClassification
(TaxClassification taxClassification, BasePK deletedBy) void
TaxControl.deleteTaxClassifications
(List<TaxClassification> taxClassifications, BasePK deletedBy) void
TaxControl.deleteTaxClassificationsByCountryGeoCode
(GeoCode countryGeoCode, BasePK deletedBy) void
TaxControl.deleteTaxClassificationTranslation
(TaxClassificationTranslation taxClassificationTranslation, BasePK deletedBy) void
TaxControl.deleteTaxClassificationTranslationsByTaxClassification
(TaxClassification taxClassification, BasePK deletedBy) void
TaxControl.deleteTaxDescription
(TaxDescription taxDescription, BasePK deletedBy) void
TaxControl.deleteTaxDescriptionsByTax
(Tax tax, BasePK deletedBy) void
TaxControl.updateItemTaxClassificationFromValue
(ItemTaxClassificationDetailValue itemTaxClassificationDetailValue, BasePK updatedBy) void
TaxControl.updateTaxClassificationFromValue
(TaxClassificationDetailValue taxClassificationDetailValue, BasePK updatedBy) void
TaxControl.updateTaxClassificationTranslationFromValue
(TaxClassificationTranslationValue taxClassificationTranslationValue, BasePK updatedBy) void
TaxControl.updateTaxDescriptionFromValue
(TaxDescriptionValue taxDescriptionValue, BasePK updatedBy) void
TaxControl.updateTaxFromValue
(TaxDetailValue taxDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.term.server.control
Methods in com.echothree.model.control.term.server.control with parameters of type BasePKModifier and TypeMethodDescriptionTermControl.createCustomerTypeCreditLimit
(CustomerType customerType, Currency currency, Long creditLimit, Long potentialCreditLimit, BasePK createdBy) TermControl.createDateDrivenTerm
(Term term, Integer netDueDayOfMonth, Integer dueNextMonthDays, Integer discountPercentage, Integer discountBeforeDayOfMonth, BasePK createdBy) TermControl.createPartyCreditLimit
(Party party, Currency currency, Long creditLimit, Long potentialCreditLimit, BasePK createdBy) TermControl.createPartyTerm
(Party party, Term term, Boolean taxable, BasePK createdBy) TermControl.createStandardTerm
(Term term, Integer netDueDays, Integer discountPercentage, Integer discountDays, BasePK createdBy) TermControl.createTerm
(String termName, TermType termType, Boolean isDefault, Integer sortOrder, BasePK createdBy) TermControl.createTermDescription
(Term term, Language language, String description, BasePK createdBy) TermControl.createTermType
(String termTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) TermControl.createTermTypeDescription
(TermType termType, Language language, String description, BasePK createdBy) void
TermControl.deleteCustomerTypeCreditLimit
(CustomerTypeCreditLimit customerTypeCreditLimit, BasePK deletedBy) void
TermControl.deleteCustomerTypeCreditLimitsByCustomerType
(CustomerType customerType, BasePK deletedBy) void
TermControl.deleteDateDrivenTerm
(DateDrivenTerm dateDrivenTerm, BasePK deletedBy) void
TermControl.deleteDateDrivenTermByTerm
(Term term, BasePK deletedBy) void
TermControl.deletePartyCreditLimit
(PartyCreditLimit partyCreditLimit, BasePK deletedBy) void
TermControl.deletePartyCreditLimitsByParty
(Party party, BasePK deletedBy) void
TermControl.deletePartyTerm
(PartyTerm partyTerm, BasePK deletedBy) void
TermControl.deletePartyTermByParty
(Party party, BasePK deletedBy) void
TermControl.deletePartyTermsByTerm
(Term term, BasePK deletedBy) void
TermControl.deleteStandardTerm
(StandardTerm standardTerm, BasePK deletedBy) void
TermControl.deleteStandardTermByTerm
(Term term, BasePK deletedBy) void
TermControl.deleteTerm
(Term term, BasePK deletedBy) void
TermControl.deleteTermDescription
(TermDescription termDescription, BasePK deletedBy) void
TermControl.deleteTermDescriptionsByTerm
(Term term, BasePK deletedBy) void
TermControl.updateCustomerTypeCreditLimitFromValue
(CustomerTypeCreditLimitValue customerTypeCreditLimitValue, BasePK updatedBy) void
TermControl.updateDateDrivenTermFromValue
(DateDrivenTermValue dateDrivenTermValue, BasePK updatedBy) void
TermControl.updatePartyCreditLimitFromValue
(PartyCreditLimitValue partyCreditLimitValue, BasePK updatedBy) void
TermControl.updatePartyTermFromValue
(PartyTermValue partyTermValue, BasePK updatedBy) void
TermControl.updateStandardTermFromValue
(StandardTermValue standardTermValue, BasePK updatedBy) void
TermControl.updateTermDescriptionFromValue
(TermDescriptionValue termDescriptionValue, BasePK updatedBy) void
TermControl.updateTermFromValue
(TermDetailValue termDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.term.server.logic
Methods in com.echothree.model.control.term.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionTermLogic.createTerm
(ExecutionErrorAccumulator eea, String termName, TermType termType, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) TermTypeLogic.createTermType
(ExecutionErrorAccumulator eea, String termTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
TermLogic.deleteTerm
(ExecutionErrorAccumulator eea, Term term, BasePK deletedBy) void
TermLogic.updateTermFromValue
(ExecutionErrorAccumulator eea, TermDetailValue termDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.track.server.control
Methods in com.echothree.model.control.track.server.control with parameters of type BasePKModifier and TypeMethodDescriptionTrackControl.createTrack
(String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) TrackControl.createTrack
(String trackName, String value, Boolean isDefault, Integer sortOrder, BasePK createdBy) TrackControl.createTrackDescription
(Track track, Language language, String description, BasePK createdBy) void
TrackControl.deleteTrack
(Track track, BasePK deletedBy) void
TrackControl.deleteTrackDescription
(TrackDescription trackDescription, BasePK deletedBy) void
TrackControl.deleteTrackDescriptionsByTrack
(Track track, BasePK deletedBy) void
TrackControl.deleteTracks
(List<Track> tracks, BasePK deletedBy) void
TrackControl.updateTrackDescriptionFromValue
(TrackDescriptionValue trackDescriptionValue, BasePK updatedBy) void
TrackControl.updateTrackFromValue
(TrackDetailValue trackDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.training.server.control
Methods in com.echothree.model.control.training.server.control with parameters of type BasePKModifier and TypeMethodDescriptionTrainingControl.createPartyTrainingClass
(Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime, BasePK createdBy) TrainingControl.createPartyTrainingClass
(String partyTrainingClassName, Party party, TrainingClass trainingClass, Long completedTime, Long validUntilTime, BasePK createdBy) TrainingControl.createPartyTrainingClassSession
(PartyTrainingClass partyTrainingClass, BasePK createdBy) TrainingControl.createPartyTrainingClassSession
(PartyTrainingClass partyTrainingClass, Integer partyTrainingClassSessionSequence, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionAnswer
(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, TrainingClassAnswer trainingClassAnswer, Long readingStartTime, Long readingEndTime, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionAnswer
(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, Integer partyTrainingClassSessionAnswerSequence, TrainingClassAnswer trainingClassAnswer, Long questionStartTime, Long questionEndTime, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionPage
(PartyTrainingClassSession partyTrainingClassSession, TrainingClassPage trainingClassPage, Long readingStartTime, Long readingEndTime, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionPage
(PartyTrainingClassSession partyTrainingClassSession, Integer partyTrainingClassSessionPageSequence, TrainingClassPage trainingClassPage, Long readingStartTime, Long readingEndTime, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionQuestion
(PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionSection
(PartyTrainingClassSession partyTrainingClassSession, TrainingClassSection trainingClassSection, Long readingStartTime, Long readingEndTime, BasePK createdBy) TrainingControl.createPartyTrainingClassSessionSection
(PartyTrainingClassSession partyTrainingClassSession, Integer partyTrainingClassSessionSectionSequence, TrainingClassSection trainingClassSection, Long readingStartTime, Long readingEndTime, BasePK createdBy) TrainingControl.createTrainingClass
(String trainingClassName, Long estimatedReadingTime, Long readingTimeAllowed, Long estimatedTestingTime, Long testingTimeAllowed, Long requiredCompletionTime, WorkEffortScope workEffortScope, Integer defaultPercentageToPass, Integer overallQuestionCount, Long testingValidityTime, Long expiredRetentionTime, Boolean alwaysReassignOnExpiration, Boolean isDefault, Integer sortOrder, BasePK createdBy) TrainingControl.createTrainingClassAnswer
(TrainingClassQuestion trainingClassQuestion, String trainingClassAnswerName, Boolean isCorrect, Integer sortOrder, BasePK createdBy) TrainingControl.createTrainingClassAnswerTranslation
(TrainingClassAnswer trainingClassAnswer, Language language, MimeType answerMimeType, String answer, MimeType selectedMimeType, String selected, BasePK createdBy) TrainingControl.createTrainingClassPage
(TrainingClassSection trainingClassSection, String trainingClassPageName, Integer sortOrder, BasePK createdBy) TrainingControl.createTrainingClassPageTranslation
(TrainingClassPage trainingClassPage, Language language, String description, MimeType pageMimeType, String page, BasePK createdBy) TrainingControl.createTrainingClassQuestion
(TrainingClassSection trainingClassSection, String trainingClassQuestionName, Boolean askingRequired, Boolean passingRequired, Integer sortOrder, BasePK createdBy) TrainingControl.createTrainingClassQuestionTranslation
(TrainingClassQuestion trainingClassQuestion, Language language, MimeType questionMimeType, String question, BasePK createdBy) TrainingControl.createTrainingClassSection
(TrainingClass trainingClass, String trainingClassSectionName, Integer percentageToPass, Integer questionCount, Integer sortOrder, BasePK createdBy) TrainingControl.createTrainingClassSectionTranslation
(TrainingClassSection trainingClassSection, Language language, String description, MimeType overviewMimeType, String overview, MimeType introductionMimeType, String introduction, BasePK createdBy) TrainingControl.createTrainingClassTranslation
(TrainingClass trainingClass, Language language, String description, MimeType overviewMimeType, String overview, MimeType introductionMimeType, String introduction, BasePK createdBy) void
TrainingControl.deletePartyTrainingClass
(PartyTrainingClass partyTrainingClass, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassByParty
(Party party, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassesByTrainingClass
(TrainingClass trainingClass, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSession
(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionAnswer
(PartyTrainingClassSessionAnswer partyTrainingClassSessionAnswer, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionAnswers
(List<PartyTrainingClassSessionAnswer> partyTrainingClassSessionAnswers, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionAnswersByPartyTrainingClassSessionQuestion
(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionAnswersByTrainingClassAnswer
(TrainingClassAnswer trainingClassAnswer, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionPage
(PartyTrainingClassSessionPage partyTrainingClassSessionPage, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionPages
(List<PartyTrainingClassSessionPage> partyTrainingClassSessionPages, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionPagesByPartyTrainingClassSession
(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionPagesByTrainingClassPage
(TrainingClassPage trainingClassPage, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionQuestion
(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionQuestions
(List<PartyTrainingClassSessionQuestion> partyTrainingClassSessionQuestions, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionQuestionsByPartyTrainingClassSession
(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionQuestionsByTrainingClassQuestion
(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessions
(List<PartyTrainingClassSession> partyTrainingClassSessions, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionsByPartyTrainingClass
(PartyTrainingClass partyTrainingClass, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionSection
(PartyTrainingClassSessionSection partyTrainingClassSessionSection, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionSections
(List<PartyTrainingClassSessionSection> partyTrainingClassSessionSections, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionSectionsByPartyTrainingClassSession
(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) void
TrainingControl.deletePartyTrainingClassSessionSectionsByTrainingClassSection
(TrainingClassSection trainingClassSection, BasePK deletedBy) void
TrainingControl.deleteTrainingClass
(TrainingClass trainingClass, BasePK deletedBy) void
TrainingControl.deleteTrainingClassAnswer
(TrainingClassAnswer trainingClassAnswer, BasePK deletedBy) void
TrainingControl.deleteTrainingClassAnswers
(List<TrainingClassAnswer> trainingClassAnswers, BasePK deletedBy) void
TrainingControl.deleteTrainingClassAnswersByTrainingClassQuestion
(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) void
TrainingControl.deleteTrainingClassAnswerTranslation
(TrainingClassAnswerTranslation trainingClassAnswerTranslation, BasePK deletedBy) void
TrainingControl.deleteTrainingClassAnswerTranslationsByTrainingClassAnswer
(TrainingClassAnswer trainingClassAnswer, BasePK deletedBy) void
TrainingControl.deleteTrainingClassPage
(TrainingClassPage trainingClassPage, BasePK deletedBy) void
TrainingControl.deleteTrainingClassPages
(List<TrainingClassPage> trainingClassPages, BasePK deletedBy) void
TrainingControl.deleteTrainingClassPagesByTrainingClassSection
(TrainingClassSection trainingClassSection, BasePK deletedBy) void
TrainingControl.deleteTrainingClassPageTranslation
(TrainingClassPageTranslation trainingClassPageTranslation, BasePK deletedBy) void
TrainingControl.deleteTrainingClassPageTranslationsByTrainingClassPage
(TrainingClassPage trainingClassPage, BasePK deletedBy) void
TrainingControl.deleteTrainingClassQuestion
(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) void
TrainingControl.deleteTrainingClassQuestions
(List<TrainingClassQuestion> trainingClassQuestions, BasePK deletedBy) void
TrainingControl.deleteTrainingClassQuestionsByTrainingClassSection
(TrainingClassSection trainingClassSection, BasePK deletedBy) void
TrainingControl.deleteTrainingClassQuestionTranslation
(TrainingClassQuestionTranslation trainingClassQuestionTranslation, BasePK deletedBy) void
TrainingControl.deleteTrainingClassQuestionTranslationsByTrainingClassQuestion
(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) void
TrainingControl.deleteTrainingClassSection
(TrainingClassSection trainingClassSection, BasePK deletedBy) void
TrainingControl.deleteTrainingClassSections
(List<TrainingClassSection> trainingClassSections, BasePK deletedBy) void
TrainingControl.deleteTrainingClassSectionsByTrainingClass
(TrainingClass trainingClass, BasePK deletedBy) void
TrainingControl.deleteTrainingClassSectionTranslation
(TrainingClassSectionTranslation trainingClassSectionTranslation, BasePK deletedBy) void
TrainingControl.deleteTrainingClassSectionTranslationsByTrainingClassSection
(TrainingClassSection trainingClassSection, BasePK deletedBy) void
TrainingControl.deleteTrainingClassTranslation
(TrainingClassTranslation trainingClassTranslation, BasePK deletedBy) void
TrainingControl.deleteTrainingClassTranslationsByTrainingClass
(TrainingClass trainingClass, BasePK deletedBy) void
TrainingControl.updatePartyTrainingClassFromValue
(PartyTrainingClassDetailValue partyTrainingClassDetailValue, BasePK updatedBy) void
TrainingControl.updatePartyTrainingClassSessionAnswerFromValue
(PartyTrainingClassSessionAnswerValue partyTrainingClassSessionAnswerValue, BasePK updatedBy) void
TrainingControl.updatePartyTrainingClassSessionFromValue
(PartyTrainingClassSessionDetailValue partyTrainingClassSessionDetailValue, BasePK updatedBy) void
TrainingControl.updatePartyTrainingClassSessionPageFromValue
(PartyTrainingClassSessionPageValue partyTrainingClassSessionPageValue, BasePK updatedBy) void
TrainingControl.updatePartyTrainingClassSessionQuestionFromValue
(PartyTrainingClassSessionQuestionDetailValue partyTrainingClassSessionQuestionDetailValue, BasePK updatedBy) void
TrainingControl.updatePartyTrainingClassSessionSectionFromValue
(PartyTrainingClassSessionSectionValue partyTrainingClassSessionSectionValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassAnswerFromValue
(TrainingClassAnswerDetailValue trainingClassAnswerDetailValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassAnswerTranslationFromValue
(TrainingClassAnswerTranslationValue trainingClassAnswerTranslationValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassFromValue
(TrainingClassDetailValue trainingClassDetailValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassPageFromValue
(TrainingClassPageDetailValue trainingClassPageDetailValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassPageTranslationFromValue
(TrainingClassPageTranslationValue trainingClassPageTranslationValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassQuestionFromValue
(TrainingClassQuestionDetailValue trainingClassQuestionDetailValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassQuestionTranslationFromValue
(TrainingClassQuestionTranslationValue trainingClassQuestionTranslationValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassSectionFromValue
(TrainingClassSectionDetailValue trainingClassSectionDetailValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassSectionTranslationFromValue
(TrainingClassSectionTranslationValue trainingClassSectionTranslationValue, BasePK updatedBy) void
TrainingControl.updateTrainingClassTranslationFromValue
(TrainingClassTranslationValue trainingClassTranslationValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.training.server.logic
Methods in com.echothree.model.control.training.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionPartyTrainingClassLogic.createPartyTrainingClass
(Session session, PartyTrainingClassLogic.PreparedPartyTrainingClass preparedPartyTrainingClass, BasePK createdBy) PartyTrainingClassSessionLogic.createPartyTrainingClassSession
(PartyTrainingClass partyTrainingClass, BasePK createdBy) PartyTrainingClassSessionLogic.createPartyTrainingClassSessionPage
(Session session, PartyTrainingClassSession partyTrainingClassSession, TrainingClassPage trainingClassPage, BasePK createdBy) PartyTrainingClassSessionLogic.createPartyTrainingClassSessionQuestion
(PartyTrainingClassSession partyTrainingClassSession, TrainingClassQuestion trainingClassQuestion, Integer sortOrder, BasePK createdBy) void
PartyTrainingClassLogic.deletePartyTrainingClass
(PartyTrainingClass partyTrainingClass, BasePK deleteBy) void
PartyTrainingClassSessionLogic.deletePartyTrainingClassSession
(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) void
PartyTrainingClassSessionLogic.setupPartyTrainingClassSessionQuestions
(PartyTrainingClassSession partyTrainingClassSession, BasePK createdBy) void
PartyTrainingClassLogic.updatePartyTrainingClassFromValue
(PartyTrainingClassDetailValue partyTrainingClassDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.uom.server.control
Methods in com.echothree.model.control.uom.server.control with parameters of type BasePKModifier and TypeMethodDescriptionUomControl.createUnitOfMeasureEquivalent
(UnitOfMeasureType fromUnitOfMeasureType, UnitOfMeasureType toUnitOfMeasureType, Long toQuantity, BasePK createdBy) UomControl.createUnitOfMeasureKind
(String unitOfMeasureKindName, Integer fractionDigits, Boolean isDefault, Integer sortOrder, BasePK createdBy) UomControl.createUnitOfMeasureKindDescription
(UnitOfMeasureKind unitOfMeasureKind, Language language, String description, BasePK createdBy) UomControl.createUnitOfMeasureKindUse
(UnitOfMeasureKindUseType unitOfMeasureKindUseType, UnitOfMeasureKind unitOfMeasureKind, Boolean isDefault, Integer sortOrder, BasePK createdBy) UomControl.createUnitOfMeasureType
(UnitOfMeasureKind unitOfMeasureKind, String unitOfMeasureTypeName, SymbolPosition symbolPosition, Boolean suppressSymbolSeparator, Boolean isDefault, Integer sortOrder, BasePK createdBy) UomControl.createUnitOfMeasureTypeDescription
(UnitOfMeasureType unitOfMeasureType, Language language, String singularDescription, String pluralDescription, String symbol, BasePK createdBy) UomControl.createUnitOfMeasureTypeVolume
(UnitOfMeasureType unitOfMeasureType, Long height, Long width, Long depth, BasePK createdBy) UomControl.createUnitOfMeasureTypeWeight
(UnitOfMeasureType unitOfMeasureType, Long weight, BasePK createdBy) void
UomControl.deleteUnitOfMeasureEquivalent
(UnitOfMeasureEquivalent unitOfMeasureEquivalent, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureEquivalentsByFromUnitOfMeasureType
(UnitOfMeasureType fromUnitOfMeasureType, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureEquivalentsByToUnitOfMeasureType
(UnitOfMeasureType toUnitOfMeasureType, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureEquivalentsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureKind
(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureKindDescription
(UnitOfMeasureKindDescription unitOfMeasureKindDescription, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureKindDescriptionsByUnitOfMeasureKind
(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureKindUse
(UnitOfMeasureKindUse unitOfMeasureKindUse, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureKindUseByUnitOfMeasureKind
(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypeDescription
(UnitOfMeasureTypeDescription unitOfMeasureTypeDescription, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypeDescriptionsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypesByUnitOfMeasureKind
(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypeVolume
(UnitOfMeasureTypeVolume unitOfMeasureTypeVolume, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypeVolumeByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypeWeight
(UnitOfMeasureTypeWeight unitOfMeasureTypeWeight, BasePK deletedBy) void
UomControl.deleteUnitOfMeasureTypeWeightByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
UomControl.updateUnitOfMeasureEquivalentFromValue
(UnitOfMeasureEquivalentValue unitOfMeasureEquivalentValue, BasePK updatedBy) void
UomControl.updateUnitOfMeasureKindDescriptionFromValue
(UnitOfMeasureKindDescriptionValue unitOfMeasureKindDescriptionValue, BasePK updatedBy) void
UomControl.updateUnitOfMeasureKindFromValue
(UnitOfMeasureKindDetailValue unitOfMeasureKindDetailValue, BasePK updatedBy) void
UomControl.updateUnitOfMeasureKindUseFromValue
(UnitOfMeasureKindUseValue unitOfMeasureKindUseValue, BasePK updatedBy) Given a UnitOfMeasureKindUseValue, update only the isDefault property.void
UomControl.updateUnitOfMeasureTypeDescriptionFromValue
(UnitOfMeasureTypeDescriptionValue unitOfMeasureTypeDescriptionValue, BasePK updatedBy) void
UomControl.updateUnitOfMeasureTypeFromValue
(UnitOfMeasureTypeDetailValue unitOfMeasureTypeDetailValue, BasePK updatedBy) void
UomControl.updateUnitOfMeasureTypeVolumeFromValue
(UnitOfMeasureTypeVolumeValue unitOfMeasureTypeVolumeValue, BasePK updatedBy) void
UomControl.updateUnitOfMeasureTypeWeightFromValue
(UnitOfMeasureTypeWeightValue unitOfMeasureTypeWeightValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.uom.server.logic
Methods in com.echothree.model.control.uom.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionvoid
UnitOfMeasureKindLogic.deleteUnitOfMeasureKind
(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) void
UnitOfMeasureKindUseLogic.deleteUnitOfMeasureKindUse
(UnitOfMeasureKindUse unitOfMeasureKindUse, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.user.server.control
Methods in com.echothree.model.control.user.server.control with parameters of type BasePKModifier and TypeMethodDescriptionUserControl.createRecoveryAnswer
(Party party, RecoveryQuestion recoveryQuestion, String answer, BasePK createdBy) UserControl.createRecoveryQuestion
(String recoveryQuestionName, Boolean isDefault, Integer sortOrder, BasePK createdBy) UserControl.createRecoveryQuestionDescription
(RecoveryQuestion recoveryQuestion, Language language, String description, BasePK createdBy) UserControl.createUserLogin
(Party party, String username, BasePK createdBy) UserControl.createUserLoginPassword
(Party party, UserLoginPasswordType userLoginPasswordType, BasePK createdBy) UserControl.createUserLoginPasswordString
(UserLoginPassword userLoginPassword, String password, Long changedTime, Boolean wasReset, BasePK createdBy) UserControl.createUserVisitGroup
(BasePK createdBy) UserControl.createUserVisitGroup
(String userVisitGroupName, BasePK createdBy) void
UserControl.deleteRecoveryAnswer
(RecoveryAnswer recoveryAnswer, BasePK deletedBy) void
UserControl.deleteRecoveryAnswerByParty
(Party party, BasePK deletedBy) void
UserControl.deleteRecoveryAnswers
(List<RecoveryAnswer> recoveryAnswers, BasePK deletedBy) void
UserControl.deleteRecoveryAnswersByRecoveryQuestion
(RecoveryQuestion recoveryQuestion, BasePK deletedBy) void
UserControl.deleteRecoveryQuestion
(RecoveryQuestion recoveryQuestion, BasePK deletedBy) void
UserControl.deleteRecoveryQuestionDescription
(RecoveryQuestionDescription recoveryQuestionDescription, BasePK deletedBy) void
UserControl.deleteRecoveryQuestionDescriptionsByRecoveryQuestion
(RecoveryQuestion recoveryQuestion, BasePK deletedBy) void
UserControl.deleteUserLogin
(UserLogin userLogin, BasePK deletedBy) void
UserControl.deleteUserLoginByParty
(Party party, BasePK deletedBy) void
UserControl.deleteUserLoginPassword
(UserLoginPassword userLoginPassword, BasePK deletedBy) void
UserControl.deleteUserLoginPasswords
(List<UserLoginPassword> userLoginPasswords, BasePK deletedBy) void
UserControl.deleteUserLoginPasswordsByParty
(Party party, BasePK deletedBy) void
UserControl.deleteUserLoginPasswordString
(UserLoginPasswordString userLoginPasswordString, BasePK deletedBy) void
UserControl.setUserVisitPreferredCurrency
(UserVisit userVisit, Currency currency, BasePK updatedBy) Updates the UserVisit to have the preferred Currency specified.void
UserControl.setUserVisitPreferredDateTimeFormat
(UserVisit userVisit, DateTimeFormat dateTimeFormat, BasePK updatedBy) Updates the UserVisit to have the preferred DateTimeFormat specified.void
UserControl.setUserVisitPreferredLanguage
(UserVisit userVisit, Language language, BasePK updatedBy) Updates the UserVisit to have the preferred Language specified.void
UserControl.setUserVisitPreferredTimeZone
(UserVisit userVisit, TimeZone timeZone, BasePK updatedBy) Updates the UserVisit to have the preferred TimeZone specified.void
UserControl.updateRecoveryAnswerFromValue
(RecoveryAnswerDetailValue recoveryAnswerDetailValue, BasePK updatedBy) void
UserControl.updateRecoveryQuestionDescriptionFromValue
(RecoveryQuestionDescriptionValue recoveryQuestionDescriptionValue, BasePK updatedBy) void
UserControl.updateRecoveryQuestionFromValue
(RecoveryQuestionDetailValue recoveryQuestionDetailValue, BasePK updatedBy) void
UserControl.updateUserLoginFromValue
(UserLoginValue userLoginValue, BasePK updatedBy) void
UserControl.updateUserLoginPasswordStringFromValue
(UserLoginPasswordStringValue userLoginPasswordStringValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.vendor.server.control
Methods in com.echothree.model.control.vendor.server.control with parameters of type BasePKModifier and TypeMethodDescriptionVendorControl.createItemPurchasingCategory
(String itemPurchasingCategoryName, ItemPurchasingCategory parentItemPurchasingCategory, Boolean isDefault, Integer sortOrder, BasePK createdBy) VendorControl.createItemPurchasingCategoryDescription
(ItemPurchasingCategory itemPurchasingCategory, Language language, String description, BasePK createdBy) VendorControl.createVendor
(Party party, String vendorName, VendorType vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasType defaultItemAliasType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Selector vendorItemSelector, Filter vendorItemCostFilter, BasePK createdBy) VendorControl.createVendorItem
(Item item, Party vendorParty, String vendorItemName, String description, Integer priority, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, BasePK createdBy) VendorControl.createVendorItemCost
(VendorItem vendorItem, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long unitCost, BasePK createdBy) VendorControl.createVendorType
(String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) VendorControl.createVendorTypeDescription
(VendorType vendorType, Language language, String description, BasePK createdBy) void
VendorControl.deleteItemPurchasingCategories
(List<ItemPurchasingCategory> itemPurchasingCategories, BasePK deletedBy) void
VendorControl.deleteItemPurchasingCategory
(ItemPurchasingCategory itemPurchasingCategory, BasePK deletedBy) void
VendorControl.deleteItemPurchasingCategoryDescription
(ItemPurchasingCategoryDescription itemPurchasingCategoryDescription, BasePK deletedBy) void
VendorControl.deleteItemPurchasingCategoryDescriptionsByItemPurchasingCategory
(ItemPurchasingCategory itemPurchasingCategory, BasePK deletedBy) void
VendorControl.deleteVendorItem
(VendorItem vendorItem, BasePK deletedBy) void
VendorControl.deleteVendorItemCost
(VendorItemCost vendorItemCost, BasePK deletedBy) void
VendorControl.deleteVendorItemCosts
(List<VendorItemCost> vendorItemCosts, BasePK deletedBy) void
VendorControl.deleteVendorItemCostsByInventoryCondition
(InventoryCondition inventoryCondition, BasePK deletedBy) void
VendorControl.deleteVendorItemCostsByItemAndUnitOfMeasureType
(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
VendorControl.deleteVendorItemCostsByUnitOfMeasureType
(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) void
VendorControl.deleteVendorItemCostsByVendorItem
(VendorItem vendorItem, BasePK deletedBy) void
VendorControl.deleteVendorItems
(List<VendorItem> vendorItems, BasePK deletedBy) void
VendorControl.deleteVendorItemsByItem
(Item item, BasePK deletedBy) void
VendorControl.deleteVendorItemsByVendorParty
(Party vendorParty, BasePK deletedBy) void
VendorControl.deleteVendorType
(VendorType vendorType, BasePK deletedBy) void
VendorControl.deleteVendorTypeDescription
(VendorTypeDescription vendorTypeDescription, BasePK deletedBy) void
VendorControl.deleteVendorTypeDescriptionsByVendorType
(VendorType vendorType, BasePK deletedBy) void
VendorControl.updateItemPurchasingCategoryDescriptionFromValue
(ItemPurchasingCategoryDescriptionValue itemPurchasingCategoryDescriptionValue, BasePK updatedBy) void
VendorControl.updateItemPurchasingCategoryFromValue
(ItemPurchasingCategoryDetailValue itemPurchasingCategoryDetailValue, BasePK updatedBy) void
VendorControl.updateVendorFromValue
(VendorValue vendorValue, BasePK updatedBy) void
VendorControl.updateVendorItemCostFromValue
(VendorItemCostValue vendorItemCostValue, BasePK updatedBy) void
VendorControl.updateVendorItemFromValue
(VendorItemDetailValue vendorItemDetailValue, BasePK updatedBy) void
VendorControl.updateVendorTypeDescriptionFromValue
(VendorTypeDescriptionValue vendorTypeDescriptionValue, BasePK updatedBy) void
VendorControl.updateVendorTypeFromValue
(VendorTypeDetailValue vendorTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.vendor.server.logic
Methods in com.echothree.model.control.vendor.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionVendorLogic.createVendor
(ExecutionErrorAccumulator eea, Party party, String vendorName, VendorType vendorType, Integer minimumPurchaseOrderLines, Integer maximumPurchaseOrderLines, Long minimumPurchaseOrderAmount, Long maximumPurchaseOrderAmount, Boolean useItemPurchasingCategories, ItemAliasType defaultItemAliasType, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, GlAccount apGlAccount, Boolean holdUntilComplete, Boolean allowBackorders, Boolean allowSubstitutions, Boolean allowCombiningShipments, Boolean requireReference, Boolean allowReferenceDuplicates, String referenceValidationPattern, Selector vendorItemSelector, Filter vendorItemCostFilter, BasePK createdBy) VendorTypeLogic.createVendorType
(ExecutionErrorAccumulator eea, String vendorTypeName, Term defaultTerm, FreeOnBoard defaultFreeOnBoard, CancellationPolicy defaultCancellationPolicy, ReturnPolicy defaultReturnPolicy, GlAccount defaultApGlAccount, Boolean defaultHoldUntilComplete, Boolean defaultAllowBackorders, Boolean defaultAllowSubstitutions, Boolean defaultAllowCombiningShipments, Boolean defaultRequireReference, Boolean defaultAllowReferenceDuplicates, String defaultReferenceValidationPattern, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
ItemPurchasingCategoryLogic.deleteItemPurchasingCategory
(ItemPurchasingCategory itemPurchasingCategory, BasePK deletedBy) void
VendorTypeLogic.deleteVendorType
(ExecutionErrorAccumulator eea, VendorType vendorType, BasePK deletedBy) void
VendorTypeLogic.updateVendorTypeFromValue
(ExecutionErrorAccumulator eea, VendorTypeDetailValue vendorTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.warehouse.server.control
Methods in com.echothree.model.control.warehouse.server.control with parameters of type BasePKModifier and TypeMethodDescriptionWarehouseControl.createLocation
(Party warehouseParty, String locationName, LocationType locationType, LocationUseType locationUseType, Integer velocity, InventoryLocationGroup inventoryLocationGroup, BasePK createdBy) WarehouseControl.createLocationCapacity
(Location location, UnitOfMeasureType unitOfMeasureType, Long capacity, BasePK createdBy) WarehouseControl.createLocationDescription
(Location location, Language language, String description, BasePK createdBy) WarehouseControl.createLocationNameElement
(LocationType locationType, String locationNameElementName, Integer offset, Integer length, String validationPattern, BasePK createdBy) WarehouseControl.createLocationNameElementDescription
(LocationNameElement locationNameElement, Language language, String description, BasePK createdBy) WarehouseControl.createLocationType
(Party warehouseParty, String locationTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WarehouseControl.createLocationTypeDescription
(LocationType locationType, Language language, String description, BasePK createdBy) LocationUseTypeControl.createLocationUseType
(String locationUseTypeName, Boolean allowMultiple, Boolean isDefault, Integer sortOrder, BasePK createdBy) LocationUseTypeControl.createLocationUseTypeDescription
(LocationUseType locationUseType, Language language, String description, BasePK createdBy) WarehouseControl.createLocationVolume
(Location location, Long height, Long width, Long depth, BasePK createdBy) WarehouseControl.createWarehouse
(Party party, String warehouseName, WarehouseType warehouseType, Boolean isDefault, Integer sortOrder, BasePK createdBy) WarehouseControl.createWarehouseType
(String warehouseTypeName, Integer priority, Boolean isDefault, Integer sortOrder, BasePK createdBy) WarehouseControl.createWarehouseTypeDescription
(WarehouseType warehouseType, Language language, String description, BasePK createdBy) void
WarehouseControl.deleteLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteLocationCapacitiesByLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteLocationCapacity
(LocationCapacity locationCapacity, BasePK deletedBy) void
WarehouseControl.deleteLocationDescription
(LocationDescription locationDescription, BasePK deletedBy) void
WarehouseControl.deleteLocationDescriptionsByLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteLocationNameElement
(LocationNameElement locationNameElement, BasePK deletedBy) void
WarehouseControl.deleteLocationNameElementDescription
(LocationNameElementDescription locationNameElementDescription, BasePK deletedBy) void
WarehouseControl.deleteLocationNameElementDescriptionsByLocationNameElement
(LocationNameElement locationNameElement, BasePK deletedBy) void
WarehouseControl.deleteLocationNameElementsByLocationType
(LocationType locationType, BasePK deletedBy) void
WarehouseControl.deleteLocationsByInventoryLocationGroup
(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) void
WarehouseControl.deleteLocationsByLocationType
(LocationType locationType, BasePK deletedBy) void
WarehouseControl.deleteLocationsByWarehouseParty
(Party warehouseParty, BasePK deletedBy) void
WarehouseControl.deleteLocationType
(LocationType locationType, BasePK deletedBy) void
WarehouseControl.deleteLocationTypeDescription
(LocationTypeDescription locationTypeDescription, BasePK deletedBy) void
WarehouseControl.deleteLocationTypeDescriptionsByLocationType
(LocationType locationType, BasePK deletedBy) void
WarehouseControl.deleteLocationTypesByWarehouseParty
(Party warehouseParty, BasePK deletedBy) void
WarehouseControl.deleteLocationVolume
(LocationVolume locationVolume, BasePK deletedBy) void
WarehouseControl.deleteLocationVolumeByLocation
(Location location, BasePK deletedBy) void
WarehouseControl.deleteWarehouse
(Warehouse warehouse, BasePK deletedBy) void
WarehouseControl.deleteWarehouseType
(WarehouseType warehouseType, BasePK deletedBy) void
WarehouseControl.deleteWarehouseTypeDescription
(WarehouseTypeDescription warehouseTypeDescription, BasePK deletedBy) void
WarehouseControl.deleteWarehouseTypeDescriptionsByWarehouseType
(WarehouseType warehouseType, BasePK deletedBy) void
WarehouseControl.updateLocationCapacityFromValue
(LocationCapacityValue locationCapacityValue, BasePK updatedBy) void
WarehouseControl.updateLocationDescriptionFromValue
(LocationDescriptionValue locationDescriptionValue, BasePK updatedBy) void
WarehouseControl.updateLocationFromValue
(LocationDetailValue locationDetailValue, BasePK updatedBy) void
WarehouseControl.updateLocationNameElementDescriptionFromValue
(LocationNameElementDescriptionValue locationNameElementDescriptionValue, BasePK updatedBy) void
WarehouseControl.updateLocationNameElementFromValue
(LocationNameElementDetailValue locationNameElementDetailValue, BasePK updatedBy) void
WarehouseControl.updateLocationTypeDescriptionFromValue
(LocationTypeDescriptionValue locationTypeDescriptionValue, BasePK updatedBy) void
WarehouseControl.updateLocationTypeFromValue
(LocationTypeDetailValue locationTypeDetailValue, BasePK updatedBy) void
WarehouseControl.updateLocationVolumeFromValue
(LocationVolumeValue locationVolumeValue, BasePK updatedBy) void
WarehouseControl.updateWarehouseFromValue
(WarehouseValue warehouseValue, BasePK updatedBy) void
WarehouseControl.updateWarehouseTypeDescriptionFromValue
(WarehouseTypeDescriptionValue warehouseTypeDescriptionValue, BasePK updatedBy) void
WarehouseControl.updateWarehouseTypeFromValue
(WarehouseTypeDetailValue warehouseTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.warehouse.server.logic
Methods in com.echothree.model.control.warehouse.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionLocationUseTypeLogic.createLocationUseType
(ExecutionErrorAccumulator eea, String locationUseTypeName, Boolean allowMultiple, Boolean isDefault, Integer sortOrder, BasePK createdBy) WarehouseLogic.createWarehouse
(ExecutionErrorAccumulator eea, String warehouseName, WarehouseType warehouseType, Language preferredLanguage, Currency preferredCurrency, TimeZone preferredTimeZone, DateTimeFormat preferredDateTimeFormat, String name, Boolean isDefault, Integer sortOrder, BasePK createdBy) WarehouseTypeLogic.createWarehouseType
(ExecutionErrorAccumulator eea, String warehouseTypeName, Integer priority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
WarehouseLogic.deleteWarehouse
(ExecutionErrorAccumulator eea, Warehouse warehouse, BasePK deletedBy) void
WarehouseTypeLogic.deleteWarehouseType
(ExecutionErrorAccumulator eea, WarehouseType warehouseType, BasePK deletedBy) void
WarehouseLogic.updateWarehouseFromValue
(ExecutionErrorAccumulator eea, WarehouseValue warehouseValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.wishlist.server.control
Methods in com.echothree.model.control.wishlist.server.control with parameters of type BasePKModifier and TypeMethodDescriptionWishlistControl.createWishlist
(Order order, OfferUse offerUse, WishlistType wishlistType, BasePK createdBy) WishlistControl.createWishlistLine
(OrderLine orderLine, OfferUse offerUse, WishlistPriority wishlistPriority, AssociateReferral associateReferral, String comment, BasePK createdBy) WishlistControl.createWishlistPriority
(WishlistType wishlistType, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WishlistControl.createWishlistPriorityDescription
(WishlistPriority wishlistPriority, Language language, String description, BasePK createdBy) WishlistControl.createWishlistType
(String wishlistTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WishlistControl.createWishlistTypeDescription
(WishlistType wishlistType, Language language, String description, BasePK createdBy) void
WishlistControl.deleteOrderLinesByWishlistPriority
(WishlistPriority wishlistPriority, BasePK deletedBy) void
WishlistControl.deleteOrdersByWishlistType
(WishlistType wishlistType, BasePK deletedBy) void
WishlistControl.deleteWishlist
(Wishlist wishlist, BasePK deletedBy) void
WishlistControl.deleteWishlistByOrder
(Order order, BasePK deletedBy) void
WishlistControl.deleteWishlistLine
(WishlistLine wishlistLine, BasePK deletedBy) void
WishlistControl.deleteWishlistLineByOrderLine
(OrderLine orderLine, BasePK deletedBy) void
WishlistControl.deleteWishlistPrioritiesByWishlistType
(WishlistType wishlistType, BasePK deletedBy) void
WishlistControl.deleteWishlistPriority
(WishlistPriority wishlistPriority, BasePK deletedBy) void
WishlistControl.deleteWishlistPriorityDescription
(WishlistPriorityDescription wishlistPriorityDescription, BasePK deletedBy) void
WishlistControl.deleteWishlistPriorityDescriptionsByWishlistPriority
(WishlistPriority wishlistPriority, BasePK deletedBy) void
WishlistControl.deleteWishlistType
(WishlistType wishlistType, BasePK deletedBy) void
WishlistControl.deleteWishlistTypeDescription
(WishlistTypeDescription wishlistTypeDescription, BasePK deletedBy) void
WishlistControl.deleteWishlistTypeDescriptionsByWishlistType
(WishlistType wishlistType, BasePK deletedBy) void
WishlistControl.updateWishlistFromValue
(WishlistValue wishlistValue, BasePK updatedBy) void
WishlistControl.updateWishlistLineFromValue
(WishlistLineValue wishlistLineValue, BasePK updatedBy) void
WishlistControl.updateWishlistPriorityDescriptionFromValue
(WishlistPriorityDescriptionValue wishlistPriorityDescriptionValue, BasePK updatedBy) void
WishlistControl.updateWishlistPriorityFromValue
(WishlistPriorityDetailValue wishlistPriorityDetailValue, BasePK updatedBy) void
WishlistControl.updateWishlistTypeDescriptionFromValue
(WishlistTypeDescriptionValue wishlistTypeDescriptionValue, BasePK updatedBy) void
WishlistControl.updateWishlistTypeFromValue
(WishlistTypeDetailValue wishlistTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.wishlist.server.logic
Methods in com.echothree.model.control.wishlist.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionWishlistPriorityLogic.createWishlistPriority
(ExecutionErrorAccumulator eea, WishlistType wishlistType, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) WishlistPriorityLogic.createWishlistPriority
(ExecutionErrorAccumulator eea, String wishlistTypeName, String wishlistPriorityName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) WishlistTypeLogic.createWishlistType
(ExecutionErrorAccumulator eea, String wishlistTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) void
WishlistPriorityLogic.deleteWishlistPriority
(ExecutionErrorAccumulator eea, WishlistPriority wishlistPriority, BasePK deletedBy) void
WishlistTypeLogic.deleteWishlistType
(ExecutionErrorAccumulator eea, WishlistType wishlistType, BasePK deletedBy) void
WishlistTypeLogic.updateWishlistTypeFromValue
(WishlistTypeDetailValue wishlistTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.workeffort.server.control
Methods in com.echothree.model.control.workeffort.server.control with parameters of type BasePKModifier and TypeMethodDescriptionWorkEffortControl.createWorkEffort
(String workEffortName, EntityInstance owningEntityInstanceId, WorkEffortScope workEffortScope, Long scheduledTime, Long scheduledStartTime, Long scheduledEndTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, BasePK createdBy) WorkEffortControl.createWorkEffortScope
(WorkEffortType workEffortType, String workEffortScopeName, Sequence workEffortSequence, Long scheduledTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkEffortControl.createWorkEffortScopeDescription
(WorkEffortScope workEffortScope, Language language, String description, BasePK createdBy) WorkEffortControl.createWorkEffortType
(String workEffortTypeName, EntityType entityType, Sequence workEffortSequence, Long scheduledTime, Long estimatedTimeAllowed, Long maximumTimeAllowed, Integer sortOrder, BasePK createdBy) WorkEffortControl.createWorkEffortTypeDescription
(WorkEffortType workEffortType, Language language, String description, BasePK createdBy) void
WorkEffortControl.deleteWorkEffort
(WorkEffort workEffort, BasePK deletedBy) void
WorkEffortControl.deleteWorkEfforts
(List<WorkEffort> workEfforts, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortsByOwningEntityInstance
(EntityInstance owningEntityInstance, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortsByWorkEffortScope
(WorkEffortScope workEffortScope, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortScope
(WorkEffortScope workEffortScope, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortScopeDescription
(WorkEffortScopeDescription workEffortScopeDescription, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortScopeDescriptionsByWorkEffortScope
(WorkEffortScope workEffortScope, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortScopesByWorkEffortType
(WorkEffortType workEffortType, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortType
(WorkEffortType workEffortType, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortTypeDescription
(WorkEffortTypeDescription workEffortTypeDescription, BasePK deletedBy) void
WorkEffortControl.deleteWorkEffortTypeDescriptionsByWorkEffortType
(WorkEffortType workEffortType, BasePK deletedBy) void
WorkEffortControl.updateWorkEffortFromValue
(WorkEffortDetailValue workEffortDetailValue, BasePK updatedBy) void
WorkEffortControl.updateWorkEffortScopeDescriptionFromValue
(WorkEffortScopeDescriptionValue workEffortScopeDescriptionValue, BasePK updatedBy) void
WorkEffortControl.updateWorkEffortScopeFromValue
(WorkEffortScopeDetailValue workEffortScopeDetailValue, BasePK updatedBy) void
WorkEffortControl.updateWorkEffortTypeDescriptionFromValue
(WorkEffortTypeDescriptionValue workEffortTypeDescriptionValue, BasePK updatedBy) void
WorkEffortControl.updateWorkEffortTypeFromValue
(WorkEffortTypeDetailValue workEffortTypeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.workeffort.server.logic
Methods in com.echothree.model.control.workeffort.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionWorkEffortLogic.createWorkEffort
(WorkEffortLogic.PreparedWorkEffort preparedWorkEffort, EntityInstance owningEntityInstance, BasePK createdBy) void
WorkEffortLogic.deleteWorkEffort
(WorkEffort workEffort, BasePK deletedBy) -
Uses of BasePK in com.echothree.model.control.workflow.server.control
Methods in com.echothree.model.control.workflow.server.control with parameters of type BasePKModifier and TypeMethodDescriptionvoid
WorkflowControl.addEntityToWorkflow
(WorkflowEntrance workflowEntrance, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.addEntityToWorkflow
(Workflow workflow, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.addEntityToWorkflowUsingNames
(ExecutionErrorAccumulator eea, String workflowName, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.addEntityToWorkflowUsingNames
(ExecutionErrorAccumulator eea, String workflowName, String workflowEntranceName, EntityInstance entityInstance, WorkEffort workEffort, Long triggerTime, BasePK createdBy) WorkflowControl.createWorkflow
(String workflowName, SelectorType selectorType, SecurityRoleGroup securityRoleGroup, Integer sortOrder, BasePK createdBy) WorkflowControl.createWorkflowDescription
(Workflow workflow, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowDestination
(WorkflowStep workflowStep, String workflowDestinationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.createWorkflowDestinationDescription
(WorkflowDestination workflowDestination, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowDestinationPartyType
(WorkflowDestination workflowDestination, PartyType partyType, BasePK createdBy) WorkflowControl.createWorkflowDestinationSecurityRole
(WorkflowDestinationPartyType workflowDestinationPartyType, SecurityRole securityRole, BasePK createdBy) WorkflowControl.createWorkflowDestinationSelector
(WorkflowDestination workflowDestination, Selector selector, BasePK createdBy) WorkflowControl.createWorkflowDestinationStep
(WorkflowDestination workflowDestination, WorkflowStep workflowStep, BasePK createdBy) WorkflowControl.createWorkflowEntityStatus
(EntityInstance entityInstance, WorkflowStep workflowStep, WorkEffortScope workEffortScope, BasePK createdBy) WorkflowControl.createWorkflowEntityType
(Workflow workflow, EntityType entityType, BasePK createdBy) WorkflowControl.createWorkflowEntrance
(Workflow workflow, String workflowEntranceName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.createWorkflowEntranceDescription
(WorkflowEntrance workflowEntrance, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowEntrancePartyType
(WorkflowEntrance workflowEntrance, PartyType partyType, BasePK createdBy) WorkflowControl.createWorkflowEntranceSecurityRole
(WorkflowEntrancePartyType workflowEntrancePartyType, SecurityRole securityRole, BasePK createdBy) WorkflowControl.createWorkflowEntranceSelector
(WorkflowEntrance workflowEntrance, Selector selector, BasePK createdBy) WorkflowControl.createWorkflowEntranceStep
(WorkflowEntrance workflowEntrance, WorkflowStep workflowStep, BasePK createdBy) WorkflowControl.createWorkflowSelectorKind
(Workflow workflow, SelectorKind selectorKind, BasePK createdBy) WorkflowControl.createWorkflowStep
(Workflow workflow, String workflowStepName, WorkflowStepType workflowStepType, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.createWorkflowStepDescription
(WorkflowStep workflowStep, Language language, String description, BasePK createdBy) WorkflowControl.createWorkflowStepType
(String workflowStepTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) WorkflowControl.createWorkflowStepTypeDescription
(WorkflowStepType workflowStepType, Language language, String description, BasePK createdBy) void
WorkflowControl.deleteWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDescription
(WorkflowDescription workflowDescription, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDescriptionsByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestination
(WorkflowDestination workflowDestination, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationDescription
(WorkflowDestinationDescription workflowDestinationDescription, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationDescriptionsByWorkflowDestination
(WorkflowDestination workflowDestination, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationPartyType
(WorkflowDestinationPartyType workflowDestinationPartyType, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationPartyTypes
(List<WorkflowDestinationPartyType> workflowDestinationPartyTypes, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationPartyTypesByWorkflowDestination
(WorkflowDestination workflowDestination, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationsByWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSecurityRole
(WorkflowDestinationSecurityRole workflowDestinationSecurityRole, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSecurityRoles
(List<WorkflowDestinationSecurityRole> workflowDestinationSecurityRoles, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSecurityRolesByWorkflowDestinationPartyType
(WorkflowDestinationPartyType workflowDestinationPartyType, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSelector
(WorkflowDestinationSelector workflowDestinationSelector, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSelectors
(List<WorkflowDestinationSelector> workflowDestinationSelectors, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSelectorsBySelector
(Selector selector, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSelectorsByWorkflowDestination
(WorkflowDestination workflowDestination, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationStep
(WorkflowDestinationStep workflowDestinationStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationSteps
(List<WorkflowDestinationStep> workflowDestinationSteps, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationStepsByWorkflowDestination
(WorkflowDestination workflowDestination, BasePK deletedBy) void
WorkflowControl.deleteWorkflowDestinationStepsByWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatus
(WorkflowEntityStatus workflowEntityStatus, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatuses
(List<WorkflowEntityStatus> workflowEntityStatuses, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatusesByEntityInstance
(EntityInstance entityInstance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatusesByEntityInstance
(Workflow workflow, EntityInstance entityInstance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatusesByEntityInstanceUsingNames
(String workflowName, EntityInstance entityInstance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityStatusesByWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityType
(WorkflowEntityType workflowEntityType, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityTypes
(List<WorkflowEntityType> workflowEntityTypes, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityTypesByEntityType
(EntityType entityType, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntityTypesByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceDescription
(WorkflowEntranceDescription workflowEntranceDescription, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceDescriptionsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrancePartyType
(WorkflowEntrancePartyType workflowEntrancePartyType, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrancePartyTypes
(List<WorkflowEntrancePartyType> workflowEntrancePartyTypes, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrancePartyTypesByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntrancesByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSecurityRole
(WorkflowEntranceSecurityRole workflowEntranceSecurityRole, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSecurityRoles
(List<WorkflowEntranceSecurityRole> workflowEntranceSecurityRoles, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSecurityRolesByWorkflowEntrancePartyType
(WorkflowEntrancePartyType workflowEntrancePartyType, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSelector
(WorkflowEntranceSelector workflowEntranceSelector, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSelectors
(List<WorkflowEntranceSelector> workflowEntranceSelectors, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSelectorsBySelector
(Selector selector, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSelectorsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceStep
(WorkflowEntranceStep workflowEntranceStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceSteps
(List<WorkflowEntranceStep> workflowEntranceSteps, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceStepsByWorkflowEntrance
(WorkflowEntrance workflowEntrance, BasePK deletedBy) void
WorkflowControl.deleteWorkflowEntranceStepsByWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowSelectorKind
(WorkflowSelectorKind workflowSelectorKind, BasePK deletedBy) void
WorkflowControl.deleteWorkflowSelectorKinds
(List<WorkflowSelectorKind> workflowSelectorKinds, BasePK deletedBy) void
WorkflowControl.deleteWorkflowSelectorKindsByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.deleteWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowStepDescription
(WorkflowStepDescription workflowStepDescription, BasePK deletedBy) void
WorkflowControl.deleteWorkflowStepDescriptionsByWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkflowControl.deleteWorkflowStepsByWorkflow
(Workflow workflow, BasePK deletedBy) void
WorkflowControl.updateWorkflowDescriptionFromValue
(WorkflowDescriptionValue workflowDescriptionValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowDestinationDescriptionFromValue
(WorkflowDestinationDescriptionValue workflowDestinationDescriptionValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowDestinationFromValue
(WorkflowDestinationDetailValue workflowDestinationDetailValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowEntranceDescriptionFromValue
(WorkflowEntranceDescriptionValue workflowEntranceDescriptionValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowEntranceFromValue
(WorkflowEntranceDetailValue workflowEntranceDetailValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowFromValue
(WorkflowDetailValue workflowDetailValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowStepDescriptionFromValue
(WorkflowStepDescriptionValue workflowStepDescriptionValue, BasePK updatedBy) void
WorkflowControl.updateWorkflowStepFromValue
(WorkflowStepDetailValue workflowStepDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.workflow.server.logic
Methods in com.echothree.model.control.workflow.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionWorkflowStepTypeLogic.createWorkflowStepType
(ExecutionErrorAccumulator eea, String workflowStepTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) WorkflowStepLogic.isEntityInWorkflowSteps
(ExecutionErrorAccumulator eea, String workflowName, BasePK pk, EntityPermission entityPermission, String... workflowStepNames) WorkflowStepLogic.isEntityInWorkflowSteps
(ExecutionErrorAccumulator eea, String workflowName, BasePK pk, String... workflowStepNames) WorkflowStepLogic.isEntityInWorkflowStepsForUpdate
(ExecutionErrorAccumulator eea, String workflowName, BasePK pk, String... workflowStepNames) -
Uses of BasePK in com.echothree.model.control.workrequirement.server.control
Methods in com.echothree.model.control.workrequirement.server.control with parameters of type BasePKModifier and TypeMethodDescriptionWorkRequirementControl.createWorkAssignment
(WorkRequirement workRequirement, Party party, Long startTime, Long endTime, BasePK createdBy) WorkRequirementControl.createWorkAssignment
(WorkRequirement workRequirement, Integer workAssignmentSequence, Party party, Long startTime, Long endTime, BasePK createdBy) WorkRequirementControl.createWorkRequirement
(String workRequirementName, WorkEffort workEffort, WorkRequirementScope workRequirementScope, Long startTime, Long requiredTime, BasePK createdBy) WorkRequirementControl.createWorkRequirementScope
(WorkEffortScope workEffortScope, WorkRequirementType workRequirementType, Sequence workRequirementSequence, Sequence workTimeSequence, Selector workAssignmentSelector, Long estimatedTimeAllowed, Long maximumTimeAllowed, BasePK createdBy) WorkRequirementControl.createWorkRequirementType
(WorkEffortType workEffortType, String workRequirementTypeName, Sequence workRequirementSequence, WorkflowStep workflowStep, Long estimatedTimeAllowed, Long maximumTimeAllowed, Boolean allowReassignment, Integer sortOrder, BasePK createdBy) WorkRequirementControl.createWorkRequirementTypeDescription
(WorkRequirementType workRequirementType, Language language, String description, BasePK createdBy) WorkRequirementControl.createWorkTime
(WorkRequirement workRequirement, Party party, Long startTime, Long endTime, BasePK createdBy) WorkRequirementControl.createWorkTime
(WorkRequirement workRequirement, Integer workTimeSequence, Party party, Long startTime, Long endTime, BasePK createdBy) void
WorkRequirementControl.deleteWorkAssignment
(WorkAssignment workAssignment, BasePK deletedBy) void
WorkRequirementControl.deleteWorkAssignments
(List<WorkAssignment> workAssignments, BasePK deletedBy) void
WorkRequirementControl.deleteWorkAssignmentsByParty
(Party party, BasePK deletedBy) void
WorkRequirementControl.deleteWorkAssignmentsByWorkRequirement
(WorkRequirement workRequirement, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirement
(WorkRequirement workRequirement, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementsByWorkEffort
(WorkEffort workEffort, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementsByWorkRequirementScope
(WorkRequirementScope workRequirementScope, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementScope
(WorkRequirementScope workRequirementScope, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementScopesByWorkEffortScope
(WorkEffortScope workEffortScope, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementScopesByWorkRequirementType
(WorkRequirementType workRequirementType, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementType
(WorkRequirementType workRequirementType, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementTypeDescription
(WorkRequirementTypeDescription workRequirementTypeDescription, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementTypeDescriptionsByWorkRequirementType
(WorkRequirementType workRequirementType, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementTypesByWorkEffortType
(WorkEffortType workEffortType, BasePK deletedBy) void
WorkRequirementControl.deleteWorkRequirementTypesByWorkflowStep
(WorkflowStep workflowStep, BasePK deletedBy) void
WorkRequirementControl.deleteWorkTime
(WorkTime workTime, BasePK deletedBy) void
WorkRequirementControl.deleteWorkTimes
(List<WorkTime> workTimes, BasePK deletedBy) void
WorkRequirementControl.deleteWorkTimesByParty
(Party party, BasePK deletedBy) void
WorkRequirementControl.deleteWorkTimesByWorkRequirement
(WorkRequirement workRequirement, BasePK deletedBy) void
WorkRequirementControl.updateWorkAssignmentFromValue
(WorkAssignmentDetailValue workAssignmentDetailValue, BasePK updatedBy) void
WorkRequirementControl.updateWorkRequirementFromValue
(WorkRequirementDetailValue workRequirementDetailValue, BasePK updatedBy) void
WorkRequirementControl.updateWorkRequirementScopeFromValue
(WorkRequirementScopeDetailValue workRequirementScopeDetailValue, BasePK updatedBy) void
WorkRequirementControl.updateWorkRequirementTypeDescriptionFromValue
(WorkRequirementTypeDescriptionValue workRequirementTypeDescriptionValue, BasePK updatedBy) void
WorkRequirementControl.updateWorkRequirementTypeFromValue
(WorkRequirementTypeDetailValue workRequirementTypeDetailValue, BasePK updatedBy) void
WorkRequirementControl.updateWorkTimeFromValue
(WorkTimeDetailValue workTimeDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.workrequirement.server.logic
Methods in com.echothree.model.control.workrequirement.server.logic with parameters of type BasePKModifier and TypeMethodDescriptionWorkRequirementLogic.createWorkAssignment
(WorkRequirement workRequirement, Party party, Long startTime, Long endTime, String workflowEntranceName, BasePK createdBy) WorkRequirementLogic.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) WorkRequirementLogic.createWorkTime
(UserVisit userVisit, WorkRequirement workRequirement, Party party, Long startTime, Long endTime, boolean complete, BasePK createdBy) -
Uses of BasePK in com.echothree.model.data.accounting.common.pk
Subclasses of BasePK in com.echothree.model.data.accounting.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.associate.common.pk
Subclasses of BasePK in com.echothree.model.data.associate.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.batch.common.pk
Subclasses of BasePK in com.echothree.model.data.batch.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.campaign.common.pk
Subclasses of BasePK in com.echothree.model.data.campaign.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.cancellationpolicy.common.pk
Subclasses of BasePK in com.echothree.model.data.cancellationpolicy.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.carrier.common.pk
Subclasses of BasePK in com.echothree.model.data.carrier.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.chain.common.pk
Subclasses of BasePK in com.echothree.model.data.chain.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.club.common.pk
Subclasses of BasePK in com.echothree.model.data.club.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.comment.common.pk
Subclasses of BasePK in com.echothree.model.data.comment.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.communication.common.pk
Subclasses of BasePK in com.echothree.model.data.communication.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.contact.common.pk
Subclasses of BasePK in com.echothree.model.data.contact.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.contactlist.common.pk
Subclasses of BasePK in com.echothree.model.data.contactlist.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.content.common.pk
Subclasses of BasePK in com.echothree.model.data.content.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.core.common.pk
Subclasses of BasePK in com.echothree.model.data.core.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.customer.common.pk
Subclasses of BasePK in com.echothree.model.data.customer.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.document.common.pk
Subclasses of BasePK in com.echothree.model.data.document.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.employee.common.pk
Subclasses of BasePK in com.echothree.model.data.employee.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.filter.common.pk
Subclasses of BasePK in com.echothree.model.data.filter.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.financial.common.pk
Subclasses of BasePK in com.echothree.model.data.financial.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.forum.common.pk
Subclasses of BasePK in com.echothree.model.data.forum.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.geo.common.pk
Subclasses of BasePK in com.echothree.model.data.geo.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.icon.common.pk
Subclasses of BasePK in com.echothree.model.data.icon.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.index.common.pk
Subclasses of BasePK in com.echothree.model.data.index.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.inventory.common.pk
Subclasses of BasePK in com.echothree.model.data.inventory.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.invoice.common.pk
Subclasses of BasePK in com.echothree.model.data.invoice.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.item.common.pk
Subclasses of BasePK in com.echothree.model.data.item.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.job.common.pk
Subclasses of BasePK in com.echothree.model.data.job.common.pkModifier and TypeClassDescriptionclass
class
class
class
-
Uses of BasePK in com.echothree.model.data.letter.common.pk
Subclasses of BasePK in com.echothree.model.data.letter.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.license.common.pk
Subclasses of BasePK in com.echothree.model.data.license.common.pkModifier and TypeClassDescriptionclass
class
class
-
Uses of BasePK in com.echothree.model.data.message.common.pk
Subclasses of BasePK in com.echothree.model.data.message.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.offer.common.pk
Subclasses of BasePK in com.echothree.model.data.offer.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.order.common.pk
Subclasses of BasePK in com.echothree.model.data.order.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.party.common.pk
Subclasses of BasePK in com.echothree.model.data.party.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.payment.common.pk
Subclasses of BasePK in com.echothree.model.data.payment.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.period.common.pk
Subclasses of BasePK in com.echothree.model.data.period.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.picklist.common.pk
Subclasses of BasePK in com.echothree.model.data.picklist.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.printer.common.pk
Subclasses of BasePK in com.echothree.model.data.printer.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.queue.common.pk
Subclasses of BasePK in com.echothree.model.data.queue.common.pkModifier and TypeClassDescriptionclass
class
class
class
-
Uses of BasePK in com.echothree.model.data.rating.common.pk
Subclasses of BasePK in com.echothree.model.data.rating.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.returnpolicy.common.pk
Subclasses of BasePK in com.echothree.model.data.returnpolicy.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.sales.common.pk
Subclasses of BasePK in com.echothree.model.data.sales.common.pkModifier and TypeClassDescriptionclass
class
class
-
Uses of BasePK in com.echothree.model.data.scale.common.pk
Subclasses of BasePK in com.echothree.model.data.scale.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.search.common.pk
Subclasses of BasePK in com.echothree.model.data.search.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.security.common.pk
Subclasses of BasePK in com.echothree.model.data.security.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.selector.common.pk
Subclasses of BasePK in com.echothree.model.data.selector.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.sequence.common.pk
Subclasses of BasePK in com.echothree.model.data.sequence.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.shipment.common.pk
Subclasses of BasePK in com.echothree.model.data.shipment.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.shipping.common.pk
Subclasses of BasePK in com.echothree.model.data.shipping.common.pkModifier and TypeClassDescriptionclass
class
class
class
-
Uses of BasePK in com.echothree.model.data.style.common.pk
Subclasses of BasePK in com.echothree.model.data.style.common.pkModifier and TypeClassDescriptionclass
class
class
-
Uses of BasePK in com.echothree.model.data.subscription.common.pk
Subclasses of BasePK in com.echothree.model.data.subscription.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.survey.common.pk
Subclasses of BasePK in com.echothree.model.data.survey.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.tag.common.pk
Subclasses of BasePK in com.echothree.model.data.tag.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.tax.common.pk
Subclasses of BasePK in com.echothree.model.data.tax.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.term.common.pk
Subclasses of BasePK in com.echothree.model.data.term.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.track.common.pk
Subclasses of BasePK in com.echothree.model.data.track.common.pkModifier and TypeClassDescriptionclass
class
class
class
-
Uses of BasePK in com.echothree.model.data.training.common.pk
Subclasses of BasePK in com.echothree.model.data.training.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.uom.common.pk
Subclasses of BasePK in com.echothree.model.data.uom.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.user.common.pk
Subclasses of BasePK in com.echothree.model.data.user.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.vendor.common.pk
Subclasses of BasePK in com.echothree.model.data.vendor.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.warehouse.common.pk
Subclasses of BasePK in com.echothree.model.data.warehouse.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.wishlist.common.pk
Subclasses of BasePK in com.echothree.model.data.wishlist.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.workeffort.common.pk
Subclasses of BasePK in com.echothree.model.data.workeffort.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.workflow.common.pk
Subclasses of BasePK in com.echothree.model.data.workflow.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.model.data.workrequirement.common.pk
Subclasses of BasePK in com.echothree.model.data.workrequirement.common.pkModifier and TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
-
Uses of BasePK in com.echothree.util.server.control
Methods in com.echothree.util.server.control with parameters of type BasePKModifier and TypeMethodDescriptionprotected EntityInstance
BaseCommand.getEntityInstanceByBasePK
(BasePK pk) BaseLogic.getEntityInstanceByBasePK
(BasePK pk) protected EntityInstance
BaseModelControl.getEntityInstanceByBasePK
(BasePK pk) BaseEditCommand.getEntityLockTransfer
(BasePK lockTarget) boolean
BaseEditCommand.isEntityLocked
(BasePK lockTarget) boolean
BaseEditCommand.lockEntity
(BasePK lockTarget) boolean
BaseEditCommand.lockEntityForUpdate
(BasePK lockTarget) protected Event
BaseCommand.sendEvent
(EntityInstance entityInstance, EventTypes eventType, EntityInstance relatedEntityInstance, EventTypes relatedEventType, BasePK createdByBasePK) protected Event
BaseCommand.sendEvent
(EntityInstance entityInstance, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) protected Event
BaseCommand.sendEvent
(BasePK basePK, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) BaseModelControl.sendEvent
(EntityInstance entityInstance, EventTypes eventType, EntityInstance relatedEntityInstance, EventTypes relatedEventType, BasePK createdByBasePK) protected Event
BaseModelControl.sendEvent
(EntityInstance entityInstance, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) protected Event
BaseModelControl.sendEvent
(BasePK basePK, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) boolean
BaseEditCommand.unlockEntity
(BasePK lockTarget) -
Uses of BasePK in com.echothree.util.server.persistence
Classes in com.echothree.util.server.persistence with type parameters of type BasePKModifier and TypeInterfaceDescriptioninterface
BaseFactory<PK extends BasePK,
BE extends BaseEntity> class
Fields in com.echothree.util.server.persistence declared as BasePKMethods in com.echothree.util.server.persistence that return BasePKModifier and TypeMethodDescriptionPersistenceUtils.getBasePKFromEntityInstance
(EntityInstance entityInstance) abstract BasePK
BaseEntity.getPrimaryKey()
Methods in com.echothree.util.server.persistence with parameters of type BasePKModifier and TypeMethodDescriptionvoid
Session.putReadOnlyEntity
(BasePK basePK, BaseEntity baseEntity) void
SessionEntityCache.putReadOnlyEntity
(BasePK basePk, BaseEntity baseEntity) void
Session.putReadWriteEntity
(BasePK basePK, BaseEntity baseEntity) void
SessionEntityCache.putReadWriteEntity
(BasePK basePK, BaseEntity baseEntity) void
void
Method parameters in com.echothree.util.server.persistence with type arguments of type BasePKModifier and TypeMethodDescriptionboolean
Session.hasLimit
(Class<? extends BaseFactory<? extends BasePK, ? extends BaseEntity>> entityFactory) Session.prepareStatement
(Class<? extends BaseFactory<? extends BasePK, ? extends BaseEntity>> entityFactory, String sql) Creates aPreparedStatement
object for sending parameterized SQL statements to the database. -
Uses of BasePK in com.echothree.util.server.persistence.valuecache
Methods in com.echothree.util.server.persistence.valuecache with parameters of type BasePKModifier and TypeMethodDescriptionvoid
void
void
void