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 voidEditCommentCommand.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 ItemDescriptionCreateItemDescriptionCommand.createItemDescription(ItemControl itemControl, ItemDescriptionType itemDescriptionType, Item item, Language language, MimeType mimeType, BasePK createdBy, ByteArray blobDescription, String clobDescription, String stringDescription, MimeTypeUsageType mimeTypeUsageType) protected voidEditItemDescriptionCommand.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 MessageCreateMessageCommand.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, BasePK createdBy) AccountingControl.createTransaction(Party groupParty, TransactionType transactionType, BasePK createdBy) AccountingControl.createTransaction(String transactionName, Party groupParty, TransactionGroup transactionGroup, TransactionType transactionType, 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, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, Long debit, Long credit, BasePK createdBy) AccountingControl.createTransactionGroup(BasePK createdBy) AccountingControl.createTransactionGroup(String transactionGroupName, BasePK createdBy) TransactionTimeControl.createTransactionTime(Transaction transaction, TransactionTimeType transactionTimeType, Long time, BasePK createdBy) TransactionTimeControl.createTransactionTimeType(String transactionTimeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) TransactionTimeControl.createTransactionTimeTypeDescription(TransactionTimeType transactionTimeType, Language language, String description, BasePK createdBy) AccountingControl.createTransactionType(String transactionTypeName, Integer sortOrder, BasePK createdBy) AccountingControl.createTransactionTypeDescription(TransactionType transactionType, Language language, String description, BasePK createdBy) voidAccountingControl.deleteGlAccount(GlAccount glAccount, BasePK deletedBy) voidAccountingControl.deleteGlAccountCategories(List<GlAccountCategory> glAccountCategories, BasePK deletedBy) voidAccountingControl.deleteGlAccountCategory(GlAccountCategory glAccountCategory, BasePK deletedBy) voidAccountingControl.deleteGlAccountCategoryDescription(GlAccountCategoryDescription glAccountCategoryDescription, BasePK deletedBy) voidAccountingControl.deleteGlAccountCategoryDescriptionsByGlAccountCategory(GlAccountCategory glAccountCategory, BasePK deletedBy) voidAccountingControl.deleteGlAccountClass(GlAccountClass glAccountClass, BasePK deletedBy) voidAccountingControl.deleteGlAccountClassDescription(GlAccountClassDescription glAccountClassDescription, BasePK deletedBy) voidAccountingControl.deleteGlAccountClassDescriptionsByGlAccountClass(GlAccountClass glAccountClass, BasePK deletedBy) voidAccountingControl.deleteGlAccountClasses(List<GlAccountClass> glAccountClasses, BasePK deletedBy) voidAccountingControl.deleteGlAccountDescription(GlAccountDescription glAccountDescription, BasePK deletedBy) voidAccountingControl.deleteGlAccountDescriptionsByGlAccount(GlAccount glAccount, BasePK deletedBy) voidAccountingControl.deleteGlAccounts(List<GlAccount> glAccounts, BasePK deletedBy) voidAccountingControl.deleteGlAccountsByGlAccountCategory(GlAccountCategory glAccountCategory, BasePK deletedBy) voidAccountingControl.deleteGlAccountsByGlAccountClass(GlAccountClass glAccountClass, BasePK deletedBy) voidAccountingControl.deleteGlAccountsByGlResourceType(GlResourceType glResourceType, BasePK deletedBy) voidAccountingControl.deleteGlResourceType(GlResourceType glResourceType, BasePK deletedBy) voidAccountingControl.deleteGlResourceTypeDescription(GlResourceTypeDescription glResourceTypeDescription, BasePK deletedBy) voidAccountingControl.deleteGlResourceTypeDescriptionsByGlResourceType(GlResourceType glResourceType, BasePK deletedBy) voidAccountingControl.deleteItemAccountingCategories(List<ItemAccountingCategory> itemAccountingCategories, BasePK deletedBy) voidAccountingControl.deleteItemAccountingCategory(ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) voidAccountingControl.deleteItemAccountingCategoryDescription(ItemAccountingCategoryDescription itemAccountingCategoryDescription, BasePK deletedBy) voidAccountingControl.deleteItemAccountingCategoryDescriptionsByItemAccountingCategory(ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) voidAccountingControl.deleteSymbolPosition(SymbolPosition symbolPosition, BasePK deletedBy) voidAccountingControl.deleteSymbolPositionDescription(SymbolPositionDescription symbolPositionDescription, BasePK deletedBy) voidAccountingControl.deleteSymbolPositionDescriptionsBySymbolPosition(SymbolPosition symbolPosition, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRole(TransactionEntityRole transactionEntityRole, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoles(List<TransactionEntityRole> transactionEntityRoles, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRolesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRolesByTransaction(Transaction transaction, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoleType(TransactionEntityRoleType transactionEntityRoleType, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoleTypeDescription(TransactionEntityRoleTypeDescription transactionEntityRoleTypeDescription, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoleTypeDescriptionsByTransactionEntityRoleType(TransactionEntityRoleType transactionEntityRoleType, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoleTypes(List<TransactionEntityRoleType> transactionEntityRoleTypes, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoleTypesByEntityType(EntityType entityType, BasePK deletedBy) voidAccountingControl.deleteTransactionEntityRoleTypesByTransactionType(TransactionType transactionType, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccount(TransactionGlAccount transactionGlAccount, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountByGlAccount(GlAccount glAccount, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountByTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategories(List<TransactionGlAccountCategory> transactionGlAccountCategories, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategoriesByTransactionType(TransactionType transactionType, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategoryDescription(TransactionGlAccountCategoryDescription transactionGlAccountCategoryDescription, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccountCategoryDescriptionsByTransactionGlAccountCategory(TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) voidAccountingControl.deleteTransactionGlAccounts(List<TransactionGlAccount> transactionGlAccounts, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTime(TransactionTime transactionTime, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTimes(List<TransactionTime> transactionTimes, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTimesByTransaction(Transaction transaction, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTimesByTransactionTimeType(TransactionTimeType transactionTimeType, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTimeType(TransactionTimeType transactionTimeType, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTimeTypeDescription(TransactionTimeTypeDescription transactionTimeTypeDescription, BasePK deletedBy) voidTransactionTimeControl.deleteTransactionTimeTypeDescriptionsByTransactionTimeType(TransactionTimeType transactionTimeType, BasePK deletedBy) voidAccountingControl.deleteTransactionType(TransactionType transactionType, BasePK deletedBy) voidAccountingControl.deleteTransactionTypeDescription(TransactionTypeDescription transactionTypeDescription, BasePK deletedBy) voidAccountingControl.deleteTransactionTypeDescriptionsByTransactionType(TransactionType transactionType, BasePK deletedBy) voidAccountingControl.deleteTransactionTypes(List<TransactionType> transactionTypes, BasePK deletedBy) AccountingControl.getActiveTransactionGroup(BasePK createdBy) voidAccountingControl.updateGlAccountCategoryDescriptionFromValue(GlAccountCategoryDescriptionValue glAccountCategoryDescriptionValue, BasePK updatedBy) voidAccountingControl.updateGlAccountCategoryFromValue(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) voidAccountingControl.updateGlAccountClassDescriptionFromValue(GlAccountClassDescriptionValue glAccountClassDescriptionValue, BasePK updatedBy) voidAccountingControl.updateGlAccountClassFromValue(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) voidAccountingControl.updateGlAccountDescriptionFromValue(GlAccountDescriptionValue glAccountDescriptionValue, BasePK updatedBy) voidAccountingControl.updateGlAccountFromValue(GlAccountDetailValue glAccountDetailValue, BasePK updatedBy) voidAccountingControl.updateGlResourceTypeDescriptionFromValue(GlResourceTypeDescriptionValue glResourceTypeDescriptionValue, BasePK updatedBy) voidAccountingControl.updateGlResourceTypeFromValue(GlResourceTypeDetailValue glResourceTypeDetailValue, BasePK updatedBy) voidAccountingControl.updateItemAccountingCategoryDescriptionFromValue(ItemAccountingCategoryDescriptionValue itemAccountingCategoryDescriptionValue, BasePK updatedBy) voidAccountingControl.updateItemAccountingCategoryFromValue(ItemAccountingCategoryDetailValue itemAccountingCategoryDetailValue, BasePK updatedBy) voidAccountingControl.updateSymbolPositionDescriptionFromValue(SymbolPositionDescriptionValue symbolPositionDescriptionValue, BasePK updatedBy) voidAccountingControl.updateSymbolPositionFromValue(SymbolPositionDetailValue symbolPositionDetailValue, BasePK updatedBy) voidAccountingControl.updateTransactionEntityRoleTypeDescriptionFromValue(TransactionEntityRoleTypeDescriptionValue transactionEntityRoleTypeDescriptionValue, BasePK updatedBy) voidAccountingControl.updateTransactionEntityRoleTypeFromValue(TransactionEntityRoleTypeDetailValue transactionEntityRoleTypeDetailValue, BasePK updatedBy) voidAccountingControl.updateTransactionGlAccountCategoryDescriptionFromValue(TransactionGlAccountCategoryDescriptionValue transactionGlAccountCategoryDescriptionValue, BasePK updatedBy) voidAccountingControl.updateTransactionGlAccountCategoryFromValue(TransactionGlAccountCategoryDetailValue transactionGlAccountCategoryDetailValue, BasePK updatedBy) voidAccountingControl.updateTransactionGlAccountFromValue(TransactionGlAccountValue transactionGlAccountValue, BasePK updatedBy) voidTransactionTimeControl.updateTransactionTimeFromValue(TransactionTimeValue transactionTimeValue, BasePK updatedBy) voidTransactionTimeControl.updateTransactionTimeTypeDescriptionFromValue(TransactionTimeTypeDescriptionValue transactionTimeTypeDescriptionValue, BasePK updatedBy) voidTransactionTimeControl.updateTransactionTimeTypeFromValue(TransactionTimeTypeDetailValue transactionTimeTypeDetailValue, BasePK updatedBy) voidAccountingControl.updateTransactionTypeDescriptionFromValue(TransactionTypeDescriptionValue transactionTypeDescriptionValue, BasePK updatedBy) voidAccountingControl.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) voidTransactionTimeLogic.createOrUpdateTransactionTime(ExecutionErrorAccumulator eea, Transaction transaction, String transactionTimeTypeName, Long time, BasePK partyPK) voidTransactionTimeLogic.createOrUpdateTransactionTimeIfNotNull(ExecutionErrorAccumulator eea, Transaction transaction, String transactionTimeTypeName, Long time, BasePK partyPK) TransactionLogic.createTransaction(Session session, Party groupParty, TransactionType transactionType, Long transactionTime, BasePK createdBy) TransactionLogic.createTransactionEntityRole(Transaction transaction, TransactionEntityRoleType transactionEntityRoleType, BasePK pk, BasePK createdBy) TransactionEntityRoleTypeLogic.createTransactionEntityRoleType(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionEntityRoleTypeName, EntityType entityType, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionEntityRoleTypeLogic.createTransactionEntityRoleType(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionEntityRoleTypeName, EntityType entityType, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionLogic.createTransactionEntityRoleUsingNames(Transaction transaction, String transactionEntityRoleTypeName, BasePK pk, BasePK createdBy) TransactionGlAccountCategoryLogic.createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionType transactionType, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionGlAccountCategoryLogic.createTransactionGlAccountCategory(ExecutionErrorAccumulator eea, String transactionTypeName, String transactionGlAccountCategoryName, GlAccountCategory glAccountCategory, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionLogic.createTransactionGlEntry(Transaction transaction, Party groupParty, TransactionGlAccountCategory transactionGlAccountCategory, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, BasePK createdBy) TransactionLogic.createTransactionGlEntryUsingNames(Transaction transaction, Party groupParty, String transactionGlAccountCategoryName, GlAccount glAccount, Currency originalCurrency, Long originalDebit, Long originalCredit, BasePK createdBy) voidTransactionTimeLogic.createTransactionTime(ExecutionErrorAccumulator eea, Transaction transaction, String transactionTimeTypeName, Long time, BasePK partyPK) TransactionTimeTypeLogic.createTransactionTimeType(ExecutionErrorAccumulator eea, String transactionTimeTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) TransactionLogic.createTransactionUsingNames(Session session, Party groupParty, String transactionTypeName, Long transactionTime, BasePK createdBy) voidGlAccountLogic.deleteGlAccount(ExecutionErrorAccumulator eea, GlAccount glAccount, BasePK deletedBy) voidGlAccountCategoryLogic.deleteGlAccountCategory(ExecutionErrorAccumulator eea, GlAccountCategory glAccountCategory, BasePK deletedBy) voidGlAccountClassLogic.deleteGlAccountClass(ExecutionErrorAccumulator eea, GlAccountClass glAccountClass, BasePK deletedBy) voidGlResourceTypeLogic.deleteGlResourceType(ExecutionErrorAccumulator eea, GlResourceType glResourceType, BasePK deletedBy) voidItemAccountingCategoryLogic.deleteItemAccountingCategory(ExecutionErrorAccumulator eea, ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) voidTransactionEntityRoleTypeLogic.deleteTransactionEntityRoleType(ExecutionErrorAccumulator eea, TransactionEntityRoleType transactionEntityRoleType, BasePK deletedBy) voidTransactionGlAccountCategoryLogic.deleteTransactionGlAccountCategory(ExecutionErrorAccumulator eea, TransactionGlAccountCategory transactionGlAccountCategory, BasePK deletedBy) voidTransactionTimeLogic.deleteTransactionTime(ExecutionErrorAccumulator eea, Transaction transaction, String transactionTimeTypeName, BasePK deletedBy) voidTransactionTimeTypeLogic.deleteTransactionTimeType(ExecutionErrorAccumulator eea, TransactionTimeType transactionTimeType, BasePK deletedBy) voidPostingLogic.postTransaction(Session session, Transaction transaction, BasePK createdBy) voidTransactionLogic.postTransaction(ExecutionErrorAccumulator eea, Session session, Transaction transaction, BasePK createdBy) voidTransactionLogic.testTransaction(ExecutionErrorAccumulator eea, Session session, BasePK testedBy) voidGlAccountCategoryLogic.updateGlAccountCategoryFromValue(GlAccountCategoryDetailValue glAccountCategoryDetailValue, BasePK updatedBy) voidGlAccountClassLogic.updateGlAccountClassFromValue(GlAccountClassDetailValue glAccountClassDetailValue, BasePK updatedBy) voidGlAccountLogic.updateGlAccountFromValue(GlAccountDetailValue glAccountDetailValue, BasePK updatedBy) voidGlResourceTypeLogic.updateGlResourceTypeFromValue(GlResourceTypeDetailValue glResourceTypeDetailValue, BasePK updatedBy) voidItemAccountingCategoryLogic.updateItemAccountingCategoryFromValue(ItemAccountingCategoryDetailValue itemAccountingCategoryDetailValue, BasePK updatedBy) voidTransactionTimeLogic.updateTransactionTime(ExecutionErrorAccumulator eea, Transaction transaction, String transactionTimeTypeName, Long time, BasePK partyPK) voidTransactionTimeTypeLogic.updateTransactionTimeTypeFromValue(ExecutionErrorAccumulator eea, TransactionTimeTypeDetailValue transactionTimeTypeDetailValue, 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) voidAssociateControl.deleteAssociate(Associate associate, BasePK deletedBy) voidAssociateControl.deleteAssociatePartyContactMechanism(AssociatePartyContactMechanism associatePartyContactMechanism, BasePK deletedBy) voidAssociateControl.deleteAssociatePartyContactMechanisms(List<AssociatePartyContactMechanism> associatePartyContactMechanisms, BasePK deletedBy) voidAssociateControl.deleteAssociatePartyContactMechanismsByAssociate(Associate associate, BasePK deletedBy) voidAssociateControl.deleteAssociatePartyContactMechanismsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidAssociateControl.deleteAssociateProgram(AssociateProgram associateProgram, BasePK deletedBy) voidAssociateControl.deleteAssociateProgramDescription(AssociateProgramDescription associateProgramDescription, BasePK deletedBy) voidAssociateControl.deleteAssociateProgramDescriptionsByAssociateProgram(AssociateProgram associateProgram, BasePK deletedBy) voidAssociateControl.deleteAssociateReferral(AssociateReferral associateReferral, BasePK deletedBy) voidAssociateControl.deleteAssociateReferrals(List<AssociateReferral> associateReferrals, BasePK deletedBy) voidAssociateControl.deleteAssociateReferralsByAssociate(Associate associate, BasePK deletedBy) voidAssociateControl.deleteAssociateReferralsByAssociatePartyContactMechanism(AssociatePartyContactMechanism associatePartyContactMechanism, BasePK deletedBy) voidAssociateControl.deleteAssociateReferralsByTargetEntityInstance(EntityInstance targetEntityInstance, BasePK deletedBy) voidAssociateControl.deleteAssociates(List<Associate> associates, BasePK deletedBy) voidAssociateControl.deleteAssociatesByAssociateProgram(AssociateProgram associateProgram, BasePK deletedBy) voidAssociateControl.updateAssociateFromValue(AssociateDetailValue associateDetailValue, boolean checkDefault, BasePK updatedBy) voidAssociateControl.updateAssociatePartyContactMechanismFromValue(AssociatePartyContactMechanismDetailValue associatePartyContactMechanismDetailValue, BasePK updatedBy) voidAssociateControl.updateAssociateProgramDescriptionFromValue(AssociateProgramDescriptionValue associateProgramDescriptionValue, BasePK updatedBy) voidAssociateControl.updateAssociateProgramFromValue(AssociateProgramDetailValue associateProgramDetailValue, BasePK updatedBy) voidAssociateControl.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 TypeMethodDescriptionvoidAssociateReferralLogic.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) voidBatchControl.deleteBatch(Batch batch, BasePK deletedBy) voidBatchControl.deleteBatchAlias(BatchAlias batchAlias, BasePK deletedBy) voidBatchControl.deleteBatchAliasesByBatch(Batch batch, BasePK deletedBy) voidBatchControl.deleteBatchAliasesByBatchAliasType(BatchAliasType batchAliasType, BasePK deletedBy) voidBatchControl.deleteBatchAliasType(BatchAliasType batchAliasType, BasePK deletedBy) voidBatchControl.deleteBatchAliasTypeDescription(BatchAliasTypeDescription batchAliasTypeDescription, BasePK deletedBy) voidBatchControl.deleteBatchAliasTypeDescriptionsByBatchAliasType(BatchAliasType batchAliasType, BasePK deletedBy) voidBatchControl.deleteBatchAliasTypes(List<BatchAliasType> batchAliasTypes, BasePK deletedBy) voidBatchControl.deleteBatchAliasTypesByBatchType(BatchType batchType, BasePK deletedBy) voidBatchControl.deleteBatchEntities(List<BatchEntity> batchEntities, BasePK deletedBy) voidBatchControl.deleteBatchEntitiesByBatch(Batch batch, BasePK deletedBy) voidBatchControl.deleteBatchEntitiesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidBatchControl.deleteBatchEntity(BatchEntity batchEntity, BasePK deletedBy) voidBatchControl.deleteBatches(List<Batch> batches, BasePK deletedBy) voidBatchControl.deleteBatchesByBatchType(BatchType batchType, BasePK deletedBy) voidBatchControl.deleteBatchType(BatchType batchType, BasePK deletedBy) voidBatchControl.deleteBatchTypeDescription(BatchTypeDescription batchTypeDescription, BasePK deletedBy) voidBatchControl.deleteBatchTypeDescriptionsByBatchType(BatchType batchType, BasePK deletedBy) voidBatchControl.deleteBatchTypeEntityType(BatchTypeEntityType batchTypeEntityType, BasePK deletedBy) voidBatchControl.deleteBatchTypeEntityTypes(List<BatchTypeEntityType> batchTypeEntityTypes, BasePK deletedBy) voidBatchControl.deleteBatchTypeEntityTypesByBatchType(BatchType batchType, BasePK deletedBy) voidBatchControl.deleteBatchTypeEntityTypesByEntityType(EntityType entityType, BasePK deletedBy) voidBatchControl.deleteBatchTypes(List<BatchType> batchTypes, BasePK deletedBy) voidBatchControl.updateBatchAliasFromValue(BatchAliasValue batchAliasValue, BasePK updatedBy) voidBatchControl.updateBatchAliasTypeDescriptionFromValue(BatchAliasTypeDescriptionValue batchAliasTypeDescriptionValue, BasePK updatedBy) voidBatchControl.updateBatchAliasTypeFromValue(BatchAliasTypeDetailValue batchAliasTypeDetailValue, BasePK updatedBy) voidBatchControl.updateBatchFromValue(BatchDetailValue batchDetailValue, BasePK updatedBy) voidBatchControl.updateBatchTypeDescriptionFromValue(BatchTypeDescriptionValue batchTypeDescriptionValue, BasePK updatedBy) voidBatchControl.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) voidBatchLogic.deleteBatch(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) voidBatchLogic.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) voidCampaignControl.deleteCampaign(Campaign campaign, BasePK deletedBy) voidCampaignControl.deleteCampaignContent(CampaignContent campaignContent, BasePK deletedBy) voidCampaignControl.deleteCampaignContentDescription(CampaignContentDescription campaignContentDescription, BasePK deletedBy) voidCampaignControl.deleteCampaignContentDescriptionsByCampaignContent(CampaignContent campaignContent, BasePK deletedBy) voidCampaignControl.deleteCampaignContents(List<CampaignContent> campaignContents, BasePK deletedBy) voidCampaignControl.deleteCampaignDescription(CampaignDescription campaignDescription, BasePK deletedBy) voidCampaignControl.deleteCampaignDescriptionsByCampaign(Campaign campaign, BasePK deletedBy) voidCampaignControl.deleteCampaignMedium(CampaignMedium campaignMedium, BasePK deletedBy) voidCampaignControl.deleteCampaignMediumDescription(CampaignMediumDescription campaignMediumDescription, BasePK deletedBy) voidCampaignControl.deleteCampaignMediumDescriptionsByCampaignMedium(CampaignMedium campaignMedium, BasePK deletedBy) voidCampaignControl.deleteCampaignMediums(List<CampaignMedium> campaignMediums, BasePK deletedBy) voidCampaignControl.deleteCampaigns(List<Campaign> campaigns, BasePK deletedBy) voidCampaignControl.deleteCampaignSource(CampaignSource campaignSource, BasePK deletedBy) voidCampaignControl.deleteCampaignSourceDescription(CampaignSourceDescription campaignSourceDescription, BasePK deletedBy) voidCampaignControl.deleteCampaignSourceDescriptionsByCampaignSource(CampaignSource campaignSource, BasePK deletedBy) voidCampaignControl.deleteCampaignSources(List<CampaignSource> campaignSources, BasePK deletedBy) voidCampaignControl.deleteCampaignTerm(CampaignTerm campaignTerm, BasePK deletedBy) voidCampaignControl.deleteCampaignTermDescription(CampaignTermDescription campaignTermDescription, BasePK deletedBy) voidCampaignControl.deleteCampaignTermDescriptionsByCampaignTerm(CampaignTerm campaignTerm, BasePK deletedBy) voidCampaignControl.deleteCampaignTerms(List<CampaignTerm> campaignTerms, BasePK deletedBy) voidCampaignControl.updateCampaignContentDescriptionFromValue(CampaignContentDescriptionValue campaignContentDescriptionValue, BasePK updatedBy) voidCampaignControl.updateCampaignContentFromValue(CampaignContentDetailValue campaignContentDetailValue, BasePK updatedBy) voidCampaignControl.updateCampaignDescriptionFromValue(CampaignDescriptionValue campaignDescriptionValue, BasePK updatedBy) voidCampaignControl.updateCampaignFromValue(CampaignDetailValue campaignDetailValue, BasePK updatedBy) voidCampaignControl.updateCampaignMediumDescriptionFromValue(CampaignMediumDescriptionValue campaignMediumDescriptionValue, BasePK updatedBy) voidCampaignControl.updateCampaignMediumFromValue(CampaignMediumDetailValue campaignMediumDetailValue, BasePK updatedBy) voidCampaignControl.updateCampaignSourceDescriptionFromValue(CampaignSourceDescriptionValue campaignSourceDescriptionValue, BasePK updatedBy) voidCampaignControl.updateCampaignSourceFromValue(CampaignSourceDetailValue campaignSourceDetailValue, BasePK updatedBy) voidCampaignControl.updateCampaignTermDescriptionFromValue(CampaignTermDescriptionValue campaignTermDescriptionValue, BasePK updatedBy) voidCampaignControl.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) voidCancellationPolicyControl.deleteCancellationKind(CancellationKind cancellationKind, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationKindDescription(CancellationKindDescription cancellationKindDescription, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationKindDescriptionsByCancellationKind(CancellationKind cancellationKind, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPoliciesByCancellationKind(CancellationKind cancellationKind, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicy(CancellationPolicy cancellationPolicy, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicyReason(CancellationPolicyReason cancellationPolicyReason, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicyReasons(List<CancellationPolicyReason> cancellationPolicyReasons, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicyReasonsByCancellationPolicy(CancellationPolicy cancellationPolicy, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicyReasonsByCancellationReason(CancellationReason cancellationReason, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicyTranslation(CancellationPolicyTranslation cancellationPolicyTranslation, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationPolicyTranslationsByCancellationPolicy(CancellationPolicy cancellationPolicy, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReason(CancellationReason cancellationReason, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonDescription(CancellationReasonDescription cancellationReasonDescription, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonDescriptionsByCancellationReason(CancellationReason cancellationReason, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonsByCancellationKind(CancellationKind cancellationKind, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonType(CancellationReasonType cancellationReasonType, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonTypes(List<CancellationReasonType> cancellationReasonTypes, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonTypesByCancellationReason(CancellationReason cancellationReason, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationReasonTypesByCancellationType(CancellationType cancellationType, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationType(CancellationType cancellationType, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationTypeDescription(CancellationTypeDescription cancellationTypeDescription, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationTypeDescriptionsByCancellationType(CancellationType cancellationType, BasePK deletedBy) voidCancellationPolicyControl.deleteCancellationTypesByCancellationKind(CancellationKind cancellationKind, BasePK deletedBy) voidCancellationPolicyControl.deletePartyCancellationPoliciesByCancellationPolicy(CancellationPolicy cancellationPolicy, BasePK deletedBy) voidCancellationPolicyControl.deletePartyCancellationPoliciesByParty(Party party, BasePK deletedBy) voidCancellationPolicyControl.deletePartyCancellationPoliciesByParty(List<PartyCancellationPolicy> partyCancellationPolicies, BasePK deletedBy) voidCancellationPolicyControl.deletePartyCancellationPolicy(PartyCancellationPolicy partyCancellationPolicy, BasePK deletedBy) voidCancellationPolicyControl.updateCancellationKindDescriptionFromValue(CancellationKindDescriptionValue cancellationKindDescriptionValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationKindFromValue(CancellationKindDetailValue cancellationKindDetailValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationPolicyFromValue(CancellationPolicyDetailValue cancellationPolicyDetailValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationPolicyReasonFromValue(CancellationPolicyReasonValue cancellationPolicyReasonValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationPolicyTranslationFromValue(CancellationPolicyTranslationValue cancellationPolicyTranslationValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationReasonDescriptionFromValue(CancellationReasonDescriptionValue cancellationReasonDescriptionValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationReasonFromValue(CancellationReasonDetailValue cancellationReasonDetailValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationReasonTypeFromValue(CancellationReasonTypeValue cancellationReasonTypeValue, BasePK updatedBy) voidCancellationPolicyControl.updateCancellationTypeDescriptionFromValue(CancellationTypeDescriptionValue cancellationTypeDescriptionValue, BasePK updatedBy) voidCancellationPolicyControl.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) voidCancellationPolicyLogic.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) voidCarrierControl.deleteCarrier(Carrier carrier, BasePK deletedBy) voidCarrierControl.deleteCarrierOption(CarrierOption carrierOption, BasePK deletedBy) voidCarrierControl.deleteCarrierOptionDescription(CarrierOptionDescription carrierOptionDescription, BasePK deletedBy) voidCarrierControl.deleteCarrierOptionDescriptionsByCarrierOption(CarrierOption carrierOption, BasePK deletedBy) voidCarrierControl.deleteCarrierOptionsByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deleteCarrierService(CarrierService carrierService, BasePK deletedBy) voidCarrierControl.deleteCarrierServiceDescription(CarrierServiceDescription carrierServiceDescription, BasePK deletedBy) voidCarrierControl.deleteCarrierServiceDescriptionsByCarrierService(CarrierService carrierService, BasePK deletedBy) voidCarrierControl.deleteCarrierServiceOption(CarrierServiceOption carrierServiceOption, BasePK deletedBy) voidCarrierControl.deleteCarrierServiceOptions(List<CarrierServiceOption> carrierServiceOptions, BasePK deletedBy) voidCarrierControl.deleteCarrierServiceOptionsByCarrierOption(CarrierOption carrierOption, BasePK deletedBy) voidCarrierControl.deleteCarrierServiceOptionsByCarrierService(CarrierService carrierService, BasePK deletedBy) voidCarrierControl.deleteCarrierServicesByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deleteCarrierType(CarrierType carrierType, BasePK deletedBy) voidCarrierControl.deleteCarrierTypeDescription(CarrierTypeDescription carrierTypeDescription, BasePK deletedBy) voidCarrierControl.deleteCarrierTypeDescriptionsByCarrierType(CarrierType carrierType, BasePK deletedBy) voidCarrierControl.deletePartyCarrier(PartyCarrier partyCarrier, BasePK deletedBy) voidCarrierControl.deletePartyCarrierAccount(PartyCarrierAccount partyCarrierAccount, BasePK deletedBy) voidCarrierControl.deletePartyCarrierAccounts(List<PartyCarrierAccount> partyCarrierAccounts, BasePK deletedBy) voidCarrierControl.deletePartyCarrierAccountsByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deletePartyCarrierAccountsByParty(Party party, BasePK deletedBy) voidCarrierControl.deletePartyCarriers(List<PartyCarrier> partyCarriers, BasePK deletedBy) voidCarrierControl.deletePartyCarriersByCarrierParty(Party carrierParty, BasePK deletedBy) voidCarrierControl.deletePartyCarriersByParty(Party party, BasePK deletedBy) voidCarrierControl.updateCarrierFromValue(CarrierValue carrierValue, BasePK updatedBy) voidCarrierControl.updateCarrierOptionDescriptionFromValue(CarrierOptionDescriptionValue carrierOptionDescriptionValue, BasePK updatedBy) voidCarrierControl.updateCarrierOptionFromValue(CarrierOptionDetailValue carrierOptionDetailValue, BasePK updatedBy) voidCarrierControl.updateCarrierServiceDescriptionFromValue(CarrierServiceDescriptionValue carrierServiceDescriptionValue, BasePK updatedBy) voidCarrierControl.updateCarrierServiceFromValue(CarrierServiceDetailValue carrierServiceDetailValue, BasePK updatedBy) voidCarrierControl.updateCarrierServiceOptionFromValue(CarrierServiceOptionValue carrierServiceOptionValue, BasePK updatedBy) voidCarrierControl.updateCarrierTypeDescriptionFromValue(CarrierTypeDescriptionValue carrierTypeDescriptionValue, BasePK updatedBy) voidCarrierControl.updateCarrierTypeFromValue(CarrierTypeDetailValue carrierTypeDetailValue, BasePK updatedBy) voidCarrierControl.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) voidChainControl.deleteChain(Chain chain, BasePK deletedBy) voidChainControl.deleteChainAction(ChainAction chainAction, BasePK deletedBy) voidChainControl.deleteChainActionChainActionSet(ChainActionChainActionSet chainActionChainActionSet, BasePK deletedBy) voidChainControl.deleteChainActionDescription(ChainActionDescription chainActionDescription, BasePK deletedBy) voidChainControl.deleteChainActionDescriptionsByChainAction(ChainAction chainAction, BasePK deletedBy) voidChainControl.deleteChainActionLetter(ChainActionLetter chainActionLetter, BasePK deletedBy) voidChainControl.deleteChainActions(List<ChainAction> chainActions, BasePK deletedBy) voidChainControl.deleteChainActionsByChainActionSet(ChainActionSet chainActionSet, BasePK deletedBy) voidChainControl.deleteChainActionSet(ChainActionSet chainActionSet, BasePK deletedBy) voidChainControl.deleteChainActionSetDescription(ChainActionSetDescription chainActionSetDescription, BasePK deletedBy) voidChainControl.deleteChainActionSetDescriptionsByChainActionSet(ChainActionSet chainActionSet, BasePK deletedBy) voidChainControl.deleteChainActionSets(List<ChainActionSet> chainActionSets, BasePK deletedBy) voidChainControl.deleteChainActionSetsByChain(Chain chain, BasePK deletedBy) voidChainControl.deleteChainActionSurvey(ChainActionSurvey chainActionSurvey, BasePK deletedBy) voidChainControl.deleteChainActionType(ChainActionType chainActionType, BasePK deletedBy) voidChainControl.deleteChainActionTypeDescription(ChainActionTypeDescription chainActionTypeDescription, BasePK deletedBy) voidChainControl.deleteChainActionTypeDescriptionsByChainActionType(ChainActionType chainActionType, BasePK deletedBy) voidChainControl.deleteChainDescription(ChainDescription chainDescription, BasePK deletedBy) voidChainControl.deleteChainDescriptionsByChain(Chain chain, BasePK deletedBy) voidChainControl.deleteChainEntityRoleType(ChainEntityRoleType chainEntityRoleType, BasePK deletedBy) voidChainControl.deleteChainEntityRoleTypeDescription(ChainEntityRoleTypeDescription chainEntityRoleTypeDescription, BasePK deletedBy) voidChainControl.deleteChainEntityRoleTypeDescriptionsByChainEntityRoleType(ChainEntityRoleType chainEntityRoleType, BasePK deletedBy) voidChainControl.deleteChainEntityRoleTypesByChainType(ChainType chainType, BasePK deletedBy) voidChainControl.deleteChainInstance(ChainInstance chainInstance, BasePK deletedBy) voidChainControl.deleteChainInstanceEntityRole(ChainInstanceEntityRole chainInstanceEntityRole, BasePK deletedBy) voidChainControl.deleteChainInstanceEntityRoles(List<ChainInstanceEntityRole> chainInstanceEntityRoles, BasePK deletedBy) voidChainControl.deleteChainInstanceEntityRolesByChainEntityRoleType(ChainEntityRoleType chainEntityRoleType, BasePK deletedBy) voidChainControl.deleteChainInstanceEntityRolesByChainInstance(ChainInstance chainInstance, BasePK deletedBy) voidChainControl.deleteChainInstanceEntityRolesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidChainControl.deleteChainInstanceIfUnused(ChainInstance chainInstance, BasePK deletedBy) Should be called each time that something that's depending on the ChainInstance being around is deleted or removed.voidChainControl.deleteChainInstances(Collection<ChainInstance> chainInstances, BasePK deletedBy) voidChainControl.deleteChainInstancesByChain(Chain chain, BasePK deletedBy) voidChainControl.deleteChainInstancesByNextChainActionSet(ChainActionSet nextChainActionSet, BasePK deletedBy) voidChainControl.deleteChainInstancesByNextChainActionSet(List<ChainInstanceStatus> chainInstanceStatuses, BasePK deletedBy) voidChainControl.deleteChainKind(ChainKind chainKind, BasePK deletedBy) voidChainControl.deleteChainKindDescription(ChainKindDescription chainKindDescription, BasePK deletedBy) voidChainControl.deleteChainKindDescriptionsByChainKind(ChainKind chainKind, BasePK deletedBy) voidChainControl.deleteChains(List<Chain> chains, BasePK deletedBy) voidChainControl.deleteChainsByChainType(ChainType chainType, BasePK deletedBy) voidChainControl.deleteChainsBySequence(Sequence sequence, BasePK deletedBy) voidChainControl.deleteChainType(ChainType chainType, BasePK deletedBy) voidChainControl.deleteChainTypeDescription(ChainTypeDescription chainTypeDescription, BasePK deletedBy) voidChainControl.deleteChainTypeDescriptionsByChainType(ChainType chainType, BasePK deletedBy) voidChainControl.deleteChainTypes(List<ChainType> chainTypes, BasePK deletedBy) voidChainControl.deleteChainTypesByChainKind(ChainKind chainKind, BasePK deletedBy) voidChainControl.deleteChainTypesByEntityType(EntityType entityType, BasePK deletedBy) voidChainControl.updateChainActionChainActionSetFromValue(ChainActionChainActionSetValue chainActionChainActionSetValue, BasePK updatedBy) voidChainControl.updateChainActionDescriptionFromValue(ChainActionDescriptionValue chainActionDescriptionValue, BasePK updatedBy) voidChainControl.updateChainActionFromValue(ChainActionDetailValue chainActionDetailValue, BasePK updatedBy) voidChainControl.updateChainActionLetterFromValue(ChainActionLetterValue chainActionLetterValue, BasePK updatedBy) voidChainControl.updateChainActionSetDescriptionFromValue(ChainActionSetDescriptionValue chainActionSetDescriptionValue, BasePK updatedBy) voidChainControl.updateChainActionSetFromValue(ChainActionSetDetailValue chainActionSetDetailValue, BasePK updatedBy) voidChainControl.updateChainActionSurveyFromValue(ChainActionSurveyValue chainActionSurveyValue, BasePK updatedBy) voidChainControl.updateChainActionTypeDescriptionFromValue(ChainActionTypeDescriptionValue chainActionTypeDescriptionValue, BasePK updatedBy) voidChainControl.updateChainActionTypeFromValue(ChainActionTypeDetailValue chainActionTypeDetailValue, BasePK updatedBy) voidChainControl.updateChainDescriptionFromValue(ChainDescriptionValue chainDescriptionValue, BasePK updatedBy) voidChainControl.updateChainEntityRoleTypeDescriptionFromValue(ChainEntityRoleTypeDescriptionValue chainEntityRoleTypeDescriptionValue, BasePK updatedBy) voidChainControl.updateChainEntityRoleTypeFromValue(ChainEntityRoleTypeDetailValue chainEntityRoleTypeDetailValue, BasePK updatedBy) voidChainControl.updateChainFromValue(ChainDetailValue chainDetailValue, BasePK updatedBy) voidChainControl.updateChainKindDescriptionFromValue(ChainKindDescriptionValue chainKindDescriptionValue, BasePK updatedBy) voidChainControl.updateChainKindFromValue(ChainKindDetailValue chainKindDetailValue, BasePK updatedBy) voidChainControl.updateChainTypeDescriptionFromValue(ChainTypeDescriptionValue chainTypeDescriptionValue, BasePK updatedBy) voidChainControl.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 ChainInstanceBaseChainLogic.createChainInstance(ExecutionErrorAccumulator eea, Chain chain, BasePK createdBy) protected ChainInstanceBaseChainLogic.createChainInstance(ExecutionErrorAccumulator eea, ChainType chainType, Party party, BasePK createdBy) protected ChainInstanceBaseChainLogic.createChainInstance(ExecutionErrorAccumulator eea, String chainKindName, String chainTypeName, Party party, BasePK createdBy) protected voidBaseChainLogic.deleteChainInstancedByChainEntityRoleTypeAndEntityInstance(ChainEntityRoleType chainEntityRoleType, EntityInstance entityInstance, BasePK deletedBy) voidChainInstanceStatusLogic.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) voidClubControl.deleteClub(Club club, BasePK deletedBy) voidClubControl.deleteClubBySubscriptionType(SubscriptionType subscriptionType, BasePK deletedBy) voidClubControl.deleteClubDescription(ClubDescription clubDescription, BasePK deletedBy) voidClubControl.deleteClubDescriptionsByClub(Club club, BasePK deletedBy) voidClubControl.deleteClubItem(ClubItem clubItem, BasePK deletedBy) voidClubControl.deleteClubItemsByClub(Club club, BasePK deletedBy) voidClubControl.deleteClubItemsByItem(Item item, BasePK deletedBy) voidClubControl.updateClubDescriptionFromValue(ClubDescriptionValue clubDescriptionValue, BasePK updatedBy) voidClubControl.updateClubFromValue(ClubDetailValue clubDetailValue, BasePK updatedBy) voidClubControl.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) voidCommentControl.deleteComment(Comment comment, BasePK deletedBy) voidCommentControl.deleteCommentBlob(CommentBlob commentBlob, BasePK deletedBy) voidCommentControl.deleteCommentClob(CommentClob commentClob, BasePK deletedBy) voidCommentControl.deleteComments(List<Comment> comments, BasePK deletedBy) voidCommentControl.deleteCommentsByCommentedByEntityInstance(EntityInstance ratedEntityInstance, BasePK deletedBy) voidCommentControl.deleteCommentsByCommentedEntityInstance(EntityInstance ratedEntityInstance, BasePK deletedBy) voidCommentControl.deleteCommentsByCommentType(CommentType commentType, BasePK deletedBy) voidCommentControl.deleteCommentsByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCommentControl.deleteCommentString(CommentString commentString, BasePK deletedBy) voidCommentControl.deleteCommentType(CommentType commentType, BasePK deletedBy) voidCommentControl.deleteCommentTypeDescription(CommentTypeDescription commentTypeDescription, BasePK deletedBy) voidCommentControl.deleteCommentTypeDescriptionsByCommentType(CommentType commentType, BasePK deletedBy) voidCommentControl.deleteCommentTypes(List<CommentType> commentTypes, BasePK deletedBy) voidCommentControl.deleteCommentTypesByEntityType(EntityType entityType, BasePK deletedBy) voidCommentControl.deleteCommentUsage(CommentUsage commentUsage, BasePK deletedBy) voidCommentControl.deleteCommentUsages(List<CommentUsage> commentUsages, BasePK deletedBy) voidCommentControl.deleteCommentUsagesByComment(Comment comment, BasePK deletedBy) voidCommentControl.deleteCommentUsagesByCommentUsageType(CommentUsageType commentUsageType, BasePK deletedBy) voidCommentControl.deleteCommentUsageType(CommentUsageType commentUsageType, BasePK deletedBy) voidCommentControl.deleteCommentUsageTypeDescription(CommentUsageTypeDescription commentUsageTypeDescription, BasePK deletedBy) voidCommentControl.deleteCommentUsageTypeDescriptionsByCommentUsageType(CommentUsageType commentUsageType, BasePK deletedBy) voidCommentControl.deleteCommentUsageTypes(List<CommentUsageType> commentUsageTypes, BasePK deletedBy) voidCommentControl.deleteCommentUsageTypesByCommentType(CommentType commentType, BasePK deletedBy) voidCommentControl.updateCommentBlobFromValue(CommentBlobValue commentBlobValue, BasePK updatedBy) voidCommentControl.updateCommentClobFromValue(CommentClobValue commentClobValue, BasePK updatedBy) voidCommentControl.updateCommentFromValue(CommentDetailValue commentDetailValue, BasePK updatedBy) voidCommentControl.updateCommentStringFromValue(CommentStringValue commentStringValue, BasePK updatedBy) voidCommentControl.updateCommentTypeDescriptionFromValue(CommentTypeDescriptionValue commentTypeDescriptionValue, BasePK updatedBy) voidCommentControl.updateCommentTypeFromValue(CommentTypeDetailValue commentTypeDetailValue, BasePK updatedBy) voidCommentControl.updateCommentUsageTypeDescriptionFromValue(CommentUsageTypeDescriptionValue commentUsageTypeDescriptionValue, BasePK updatedBy) voidCommentControl.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) voidCommunicationControl.deleteCommunicationEmailSource(CommunicationEmailSource communicationEmailSource, BasePK deletedBy) voidCommunicationControl.deleteCommunicationEmailSourceByCommunicationSource(CommunicationSource communicationSource, BasePK deletedBy) voidCommunicationControl.deleteCommunicationEventPurpose(CommunicationEventPurpose communicationEventPurpose, BasePK deletedBy) voidCommunicationControl.deleteCommunicationEventPurposeDescription(CommunicationEventPurposeDescription communicationEventPurposeDescription, BasePK deletedBy) voidCommunicationControl.deleteCommunicationEventPurposeDescriptionsByCommunicationEventPurpose(CommunicationEventPurpose communicationEventPurpose, BasePK deletedBy) voidCommunicationControl.deleteCommunicationEventRole(CommunicationEventRole communicationEventRole, BasePK deletedBy) voidCommunicationControl.deleteCommunicationEventsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidCommunicationControl.deleteCommunicationSource(CommunicationSource communicationSource, BasePK deletedBy) voidCommunicationControl.deleteCommunicationSourceDescription(CommunicationSourceDescription communicationSourceDescription, BasePK deletedBy) voidCommunicationControl.deleteCommunicationSourceDescriptionsByCommunicationSource(CommunicationSource communicationSource, BasePK deletedBy) voidCommunicationControl.updateCommunicationEmailSourceFromValue(CommunicationEmailSourceValue communicationEmailSourceValue, BasePK updatedBy) voidCommunicationControl.updateCommunicationEventPurposeDescriptionFromValue(CommunicationEventPurposeDescriptionValue communicationEventPurposeDescriptionValue, BasePK updatedBy) voidCommunicationControl.updateCommunicationEventPurposeFromValue(CommunicationEventPurposeDetailValue communicationEventPurposeDetailValue, BasePK updatedBy) voidCommunicationControl.updateCommunicationSourceDescriptionFromValue(CommunicationSourceDescriptionValue communicationSourceDescriptionValue, BasePK updatedBy) voidCommunicationControl.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) voidContactControl.deleteContactEmailAddress(ContactEmailAddress contactEmailAddress, BasePK deletedBy) voidContactControl.deleteContactEmailAddressByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactInet4Address(ContactInet4Address contactInet4Address, BasePK deletedBy) voidContactControl.deleteContactInet4AddressByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactInet6Address(ContactInet6Address contactInet6Address, BasePK deletedBy) voidContactControl.deleteContactInet6AddressByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactMechanismAlias(ContactMechanismAlias contactMechanismAlias, BasePK deletedBy) voidContactControl.deleteContactMechanismAliases(List<ContactMechanismAlias> contactMechanismAliases, BasePK deletedBy) voidContactControl.deleteContactMechanismAliasesByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactMechanismAliasesByContactMechanismAliasType(ContactMechanismAliasType contactMechanismAliasType, BasePK deletedBy) voidContactControl.deleteContactMechanismAliasType(ContactMechanismAliasType contactMechanismAliasType, BasePK deletedBy) voidContactControl.deleteContactMechanismAliasTypeDescription(ContactMechanismAliasTypeDescription contactMechanismAliasTypeDescription, BasePK deletedBy) voidContactControl.deleteContactMechanismAliasTypeDescriptionsByContactMechanismAliasType(ContactMechanismAliasType contactMechanismAliasType, BasePK deletedBy) voidContactControl.deleteContactPostalAddress(ContactPostalAddress contactPostalAddress, BasePK deletedBy) voidContactControl.deleteContactPostalAddressByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactPostalAddressCorrection(ContactPostalAddressCorrection contactPostalAddressCorrection, BasePK deletedBy) voidContactControl.deleteContactPostalAddressCorrectionByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactTelephone(ContactTelephone contactTelephone, BasePK deletedBy) voidContactControl.deleteContactTelephoneByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deleteContactWebAddress(ContactWebAddress contactWebAddress, BasePK deletedBy) voidContactControl.deleteContactWebAddressByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismAlias(PartyContactMechanismAlias partyContactMechanismAlias, BasePK deletedBy) voidContactControl.deletePartyContactMechanismAliasesByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismAliasesByParty(Party party, BasePK deletedBy) voidContactControl.deletePartyContactMechanismPurpose(PartyContactMechanismPurpose partyContactMechanismPurpose, BasePK deletedBy) voidContactControl.deletePartyContactMechanismPurposesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationship(PartyContactMechanismRelationship partyContactMechanismRelationship, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationships(List<PartyContactMechanismRelationship> partyContactMechanismRelationships, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationshipsByFromPartyContactMechanism(PartyContactMechanism fromPartyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationshipsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismRelationshipsByToPartyContactMechanism(PartyContactMechanism toPartyContactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismsByContactMechanism(ContactMechanism contactMechanism, BasePK deletedBy) voidContactControl.deletePartyContactMechanismsByParty(Party party, BasePK deletedBy) voidContactControl.deletePostalAddressFormat(PostalAddressFormat postalAddressFormat, BasePK deletedBy) voidContactControl.deletePostalAddressFormatDescription(PostalAddressFormatDescription postalAddressFormatDescription, BasePK deletedBy) voidContactControl.deletePostalAddressFormatDescriptionsByPostalAddressFormat(PostalAddressFormat postalAddressFormat, BasePK deletedBy) voidContactControl.deletePostalAddressLine(PostalAddressLine postalAddressLine, BasePK deletedBy) voidContactControl.deletePostalAddressLineElement(PostalAddressLineElement postalAddressLineElement, BasePK deletedBy) voidContactControl.deletePostalAddressLineElementsByPostalAddressLine(PostalAddressLine postalAddressLine, BasePK deletedBy) voidContactControl.deletePostalAddressLinesByPostalAddressFormat(PostalAddressFormat postalAddressFormat, BasePK deletedBy) voidContactControl.updateContactEmailAddressFromValue(ContactEmailAddressValue contactEmailAddressValue, BasePK updatedBy) voidContactControl.updateContactInet4AddressFromValue(ContactInet4AddressValue contactInet4AddressValue, BasePK updatedBy) voidContactControl.updateContactInet6AddressFromValue(ContactInet6AddressValue contactInet6AddressValue, BasePK updatedBy) voidContactControl.updateContactMechanismAliasTypeDescriptionFromValue(ContactMechanismAliasTypeDescriptionValue contactMechanismAliasTypeDescriptionValue, BasePK updatedBy) voidContactControl.updateContactMechanismAliasTypeFromValue(ContactMechanismAliasTypeDetailValue contactMechanismAliasTypeDetailValue, BasePK updatedBy) voidContactControl.updateContactMechanismFromValue(ContactMechanismDetailValue contactMechanismDetailValue, BasePK updatedBy) voidContactControl.updateContactPostalAddressCorrectionFromValue(ContactPostalAddressCorrectionValue contactPostalAddressCorrectionValue, BasePK updatedBy) voidContactControl.updateContactPostalAddressFromValue(ContactPostalAddressValue contactPostalAddressValue, BasePK updatedBy) voidContactControl.updateContactTelephoneFromValue(ContactTelephoneValue contactTelephoneValue, BasePK updatedBy) voidContactControl.updateContactWebAddressFromValue(ContactWebAddressValue contactWebAddressValue, BasePK updatedBy) voidContactControl.updatePartyContactMechanismFromValue(PartyContactMechanismDetailValue partyContactMechanismDetailValue, BasePK updatedBy) voidContactControl.updatePartyContactMechanismPurposeFromValue(PartyContactMechanismPurposeDetailValue partyContactMechanismPurposeDetailValue, BasePK updatedBy) voidContactControl.updatePostalAddressFormatDescriptionFromValue(PostalAddressFormatDescriptionValue postalAddressFormatDescriptionValue, BasePK updatedBy) voidContactControl.updatePostalAddressFormatFromValue(PostalAddressFormatDetailValue postalAddressFormatDetailValue, BasePK updatedBy) voidContactControl.updatePostalAddressLineElementFromValue(PostalAddressLineElementValue postalAddressLineElementValue, BasePK updatedBy) voidContactControl.updatePostalAddressLineFromValue(PostalAddressLineDetailValue postalAddressLineDetailValue, BasePK updatedBy) -
Uses of BasePK in com.echothree.model.control.contact.server.graphql
Constructors in com.echothree.model.control.contact.server.graphql with parameters of type BasePKModifierConstructorDescriptionContactEmailAddressObject(BasePK basePrimaryKey, ContactEmailAddress contactEmailAddress) ContactPostalAddressObject(BasePK basePrimaryKey, ContactPostalAddress contactPostalAddress) ContactTelephoneObject(BasePK basePrimaryKey, ContactTelephone contactTelephone) ContactWebAddressObject(BasePK basePrimaryKey, ContactWebAddress contactWebAddress) -
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.control
Methods in com.echothree.model.control.contactlist.server.control with parameters of type BasePKModifier and TypeMethodDescriptionvoidContactListControl.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) voidContactListControl.deleteContactList(ContactList contactList, BasePK deletedBy) voidContactListControl.deleteContactListContactMechanismPurpose(ContactListContactMechanismPurpose contactListContactMechanismPurpose, BasePK deletedBy) voidContactListControl.deleteContactListContactMechanismPurposes(List<ContactListContactMechanismPurpose> contactListContactMechanismPurposes, BasePK deletedBy) voidContactListControl.deleteContactListContactMechanismPurposesByContactList(ContactList contactList, BasePK deletedBy) voidContactListControl.deleteContactListContactMechanismPurposesByContactMechanismPurpose(ContactMechanismPurpose contactMechanismPurpose, BasePK deletedBy) voidContactListControl.deleteContactListDescription(ContactListDescription contactListDescription, BasePK deletedBy) voidContactListControl.deleteContactListDescriptionsByContactList(ContactList contactList, BasePK deletedBy) voidContactListControl.deleteContactListFrequency(ContactListFrequency contactListFrequency, BasePK deletedBy) voidContactListControl.deleteContactListFrequencyDescription(ContactListFrequencyDescription contactListFrequencyDescription, BasePK deletedBy) voidContactListControl.deleteContactListFrequencyDescriptionsByContactListFrequency(ContactListFrequency contactListFrequency, BasePK deletedBy) voidContactListControl.deleteContactListGroup(ContactListGroup contactListGroup, BasePK deletedBy) voidContactListControl.deleteContactListGroupDescription(ContactListGroupDescription contactListGroupDescription, BasePK deletedBy) voidContactListControl.deleteContactListGroupDescriptionsByContactListGroup(ContactListGroup contactListGroup, BasePK deletedBy) voidContactListControl.deleteContactLists(List<ContactList> contactLists, BasePK deletedBy) voidContactListControl.deleteContactListsByContactListFrequency(ContactListFrequency contactListFrequency, BasePK deletedBy) voidContactListControl.deleteContactListsByContactListGroup(ContactListGroup contactListGroup, BasePK deletedBy) voidContactListControl.deleteContactListsByContactListType(ContactListType contactListType, BasePK deletedBy) voidContactListControl.deleteContactListsByWorkflowEntrance(WorkflowEntrance workflowEntrance, BasePK deletedBy) voidContactListControl.deleteContactListType(ContactListType contactListType, BasePK deletedBy) voidContactListControl.deleteContactListTypeDescription(ContactListTypeDescription contactListTypeDescription, BasePK deletedBy) voidContactListControl.deleteContactListTypeDescriptionsByContactListType(ContactListType contactListType, BasePK deletedBy) voidContactListControl.deleteContactListTypes(List<ContactListType> contactListTypes, BasePK deletedBy) voidContactListControl.deleteContactListTypesByChain(Chain chain, BasePK deletedBy) voidContactListControl.deleteContactListTypesByConfirmationRequestChain(Chain confirmationRequestChain, BasePK deletedBy) voidContactListControl.deleteContactListTypesBySubscribeChain(Chain subscribeChain, BasePK deletedBy) voidContactListControl.deleteContactListTypesByUnsubscribeChain(Chain unsubscribeChain, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactList(CustomerTypeContactList customerTypeContactList, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactListGroup(CustomerTypeContactListGroup customerTypeContactListGroup, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactListGroups(List<CustomerTypeContactListGroup> customerTypeContactListGroups, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactListGroupsByContactListGroup(ContactListGroup contactListGroup, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactListGroupsByCustomerType(CustomerType customerType, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactLists(List<CustomerTypeContactList> customerTypeContactLists, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactListsByContactList(ContactList contactList, BasePK deletedBy) voidContactListControl.deleteCustomerTypeContactListsByCustomerType(CustomerType customerType, BasePK deletedBy) voidContactListControl.deletePartyContactList(PartyContactList partyContactList, BasePK deletedBy) voidContactListControl.deletePartyContactListsByContactList(ContactList contactList, BasePK deletedBy) voidContactListControl.deletePartyContactListsByParty(Party party, BasePK deletedBy) voidContactListControl.deletePartyTypeContactList(PartyTypeContactList partyTypeContactList, BasePK deletedBy) voidContactListControl.deletePartyTypeContactListGroup(PartyTypeContactListGroup partyTypeContactListGroup, BasePK deletedBy) voidContactListControl.deletePartyTypeContactListGroups(List<PartyTypeContactListGroup> partyTypeContactListGroups, BasePK deletedBy) voidContactListControl.deletePartyTypeContactListGroupsByContactListGroup(ContactListGroup contactListGroup, BasePK deletedBy) voidContactListControl.deletePartyTypeContactListGroupsByPartyType(PartyType partyType, BasePK deletedBy) voidContactListControl.deletePartyTypeContactLists(List<PartyTypeContactList> partyTypeContactLists, BasePK deletedBy) voidContactListControl.deletePartyTypeContactListsByContactList(ContactList contactList, BasePK deletedBy) voidContactListControl.deletePartyTypeContactListsByPartyType(PartyType partyType, BasePK deletedBy) voidContactListControl.updateContactListContactMechanismPurposeFromValue(ContactListContactMechanismPurposeDetailValue contactListContactMechanismPurposeDetailValue, BasePK updatedBy) voidContactListControl.updateContactListDescriptionFromValue(ContactListDescriptionValue contactListDescriptionValue, BasePK updatedBy) voidContactListControl.updateContactListFrequencyDescriptionFromValue(ContactListFrequencyDescriptionValue contactListFrequencyDescriptionValue, BasePK updatedBy) voidContactListControl.updateContactListFrequencyFromValue(ContactListFrequencyDetailValue contactListFrequencyDetailValue, BasePK updatedBy) voidContactListControl.updateContactListFromValue(ContactListDetailValue contactListDetailValue, BasePK updatedBy) voidContactListControl.updateContactListGroupDescriptionFromValue(ContactListGroupDescriptionValue contactListGroupDescriptionValue, BasePK updatedBy) voidContactListControl.updateContactListGroupFromValue(ContactListGroupDetailValue contactListGroupDetailValue, BasePK updatedBy) voidContactListControl.updateContactListTypeDescriptionFromValue(ContactListTypeDescriptionValue contactListTypeDescriptionValue, BasePK updatedBy) voidContactListControl.updateContactListTypeFromValue(ContactListTypeDetailValue contactListTypeDetailValue, BasePK updatedBy) voidContactListControl.updateCustomerTypeContactListFromValue(CustomerTypeContactListValue customerTypeContactListValue, BasePK updatedBy) voidContactListControl.updateCustomerTypeContactListGroupFromValue(CustomerTypeContactListGroupValue customerTypeContactListGroupValue, BasePK updatedBy) voidContactListControl.updatePartyContactListFromValue(PartyContactListDetailValue partyContactListDetailValue, BasePK updatedBy) voidContactListControl.updatePartyTypeContactListFromValue(PartyTypeContactListValue partyTypeContactListValue, BasePK updatedBy) voidContactListControl.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 TypeMethodDescriptionvoidContactListLogic.addContactListToParty(ExecutionErrorAccumulator eea, Party party, ContactList contactList, ContactListContactMechanismPurpose preferredContactListContactMechanismPurpose, BasePK createdBy) protected ChainInstanceContactListChainLogic.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 ChainInstanceContactListChainLogic.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) voidContactListLogic.removeContactListFromParty(ExecutionErrorAccumulator eea, PartyContactList partyContactList, BasePK deletedBy) voidContactListLogic.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) voidContentControl.deleteContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCatalogDescription(ContentCatalogDescription contentCatalogDescription, BasePK deletedBy) voidContentControl.deleteContentCatalogDescriptionsByContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCatalogItem(ContentCatalogItem contentCatalogItem, BasePK deletedBy) voidContentControl.deleteContentCatalogItemFixedPrice(ContentCatalogItemFixedPrice contentCatalogItemFixedPrice, BasePK deletedBy) voidContentControl.deleteContentCatalogItems(List<ContentCatalogItem> contentCatalogItems, BasePK deletedBy) voidContentControl.deleteContentCatalogItemsByContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCatalogItemsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidContentControl.deleteContentCatalogItemsByItem(Item item, BasePK deletedBy) voidContentControl.deleteContentCatalogItemsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidContentControl.deleteContentCatalogItemVariablePrice(ContentCatalogItemVariablePrice contentCatalogItemVariablePrice, BasePK deletedBy) voidContentControl.deleteContentCatalogsByContentCollection(ContentCollection contentCollection, BasePK deletedBy) voidContentControl.deleteContentCategoriesByContentCatalog(ContentCatalog contentCatalog, BasePK deletedBy) voidContentControl.deleteContentCategory(ContentCategory contentCategory, BasePK deletedBy) voidContentControl.deleteContentCategoryDescription(ContentCategoryDescription contentCategoryDescription, BasePK deletedBy) voidContentControl.deleteContentCategoryDescriptionsByContentCategory(ContentCategory contentCategory, BasePK deletedBy) voidContentControl.deleteContentCategoryItem(ContentCategoryItem contentCategoryItem, BasePK deletedBy) voidContentControl.deleteContentCategoryItemsByContentCategory(ContentCategory contentCategory, BasePK deletedBy) voidContentControl.deleteContentCollection(ContentCollection contentCollection, BasePK deletedBy) voidContentControl.deleteContentCollectionDescription(ContentCollectionDescription contentCollectionDescription, BasePK deletedBy) voidContentControl.deleteContentCollectionDescriptionsByContentCollection(ContentCollection contentCollection, BasePK deletedBy) voidContentControl.deleteContentForum(ContentForum contentForum, BasePK deletedBy) voidContentControl.deleteContentForumsByContentCollection(ContentCollection contentCollection, BasePK deletedBy) voidContentControl.deleteContentPage(ContentPage contentPage, BasePK deletedBy) voidContentControl.deleteContentPageArea(ContentPageArea contentPageArea, BasePK deletedBy) voidContentControl.deleteContentPageAreasByContentPage(ContentPage contentPage, BasePK deletedBy) voidContentControl.deleteContentPageDescription(ContentPageDescription contentPageDescription, BasePK deletedBy) voidContentControl.deleteContentPageDescriptionsByContentPage(ContentPage contentPage, BasePK deletedBy) voidContentControl.deleteContentPageLayout(ContentPageLayout contentPageLayout, BasePK deletedBy) voidContentControl.deleteContentPageLayoutDescription(ContentPageLayoutDescription contentPageLayoutDescription, BasePK deletedBy) voidContentControl.deleteContentPageLayoutDescriptionsByContentPageLayout(ContentPageLayout contentPageLayout, BasePK deletedBy) voidContentControl.deleteContentPagesByContentPageLayout(ContentPageLayout contentPageLayout, BasePK deletedBy) voidContentControl.deleteContentPagesByContentSection(ContentSection contentSection, BasePK deletedBy) voidContentControl.deleteContentSection(ContentSection contentSection, BasePK deletedBy) voidContentControl.deleteContentSectionDescription(ContentSectionDescription contentSectionDescription, BasePK deletedBy) voidContentControl.deleteContentSectionDescriptionsByContentSection(ContentSection contentSection, BasePK deletedBy) voidContentControl.deleteContentSectionsByContentCollection(ContentCollection contentCollection, BasePK deletedBy) voidContentControl.deleteContentWebAddress(ContentWebAddress contentWebAddress, BasePK deletedBy) voidContentControl.deleteContentWebAddressDescription(ContentWebAddressDescription contentWebAddressDescription, BasePK deletedBy) voidContentControl.deleteContentWebAddressDescriptionsByContentWebAddress(ContentWebAddress contentWebAddress, BasePK deletedBy) voidContentControl.deleteContentWebAddressesByContentCollection(ContentCollection contentCollection, BasePK deletedBy) voidContentControl.deleteContentWebAddressServer(ContentWebAddressServer contentWebAddressServer, BasePK deletedBy) voidContentControl.deleteContentWebAddressServersByContentWebAddress(ContentWebAddress contentWebAddress, BasePK deletedBy) voidContentControl.updateContentCatalogDescriptionFromValue(ContentCatalogDescriptionValue contentCatalogDescriptionValue, BasePK updatedBy) voidContentControl.updateContentCatalogFromValue(ContentCatalogDetailValue contentCatalogDetailValue, BasePK updatedBy) voidContentControl.updateContentCatalogItemFixedPriceFromValue(ContentCatalogItemFixedPriceValue contentCatalogItemFixedPriceValue, BasePK updatedBy) voidContentControl.updateContentCatalogItemVariablePriceFromValue(ContentCatalogItemVariablePriceValue contentCatalogItemVariablePriceValue, BasePK updatedBy) voidContentControl.updateContentCategoryDescriptionFromValue(ContentCategoryDescriptionValue contentCategoryDescriptionValue, BasePK updatedBy) voidContentControl.updateContentCategoryFromValue(ContentCategoryDetailValue contentCategoryDetailValue, BasePK updatedBy) voidContentControl.updateContentCategoryItemFromValue(ContentCategoryItemValue contentCategoryItemValue, BasePK updatedBy) Use the function in ContentLogic instead.voidContentControl.updateContentCollectionDescriptionFromValue(ContentCollectionDescriptionValue contentCollectionDescriptionValue, BasePK updatedBy) voidContentControl.updateContentCollectionFromValue(ContentCollectionDetailValue contentCollectionDetailValue, BasePK updatedBy) voidContentControl.updateContentForumFromValue(ContentForumDetailValue contentForumDetailValue, BasePK updatedBy) ContentControl.updateContentPageAreaFromValue(ContentPageAreaDetailValue contentPageAreaDetailValue, boolean forceUpdate, BasePK updatedBy) voidContentControl.updateContentPageDescriptionFromValue(ContentPageDescriptionValue contentPageDescriptionValue, BasePK updatedBy) voidContentControl.updateContentPageFromValue(ContentPageDetailValue contentPageDetailValue, BasePK updatedBy) voidContentControl.updateContentPageLayoutDescriptionFromValue(ContentPageLayoutDescriptionValue contentPageLayoutDescriptionValue, BasePK updatedBy) voidContentControl.updateContentPageLayoutFromValue(ContentPageLayoutDetailValue contentPageLayoutDetailValue, BasePK updatedBy) voidContentControl.updateContentSectionDescriptionFromValue(ContentSectionDescriptionValue contentSectionDescriptionValue, BasePK updatedBy) voidContentControl.updateContentSectionFromValue(ContentSectionDetailValue contentSectionDetailValue, BasePK updatedBy) voidContentControl.updateContentWebAddressDescriptionFromValue(ContentWebAddressDescriptionValue contentWebAddressDescriptionValue, BasePK updatedBy) voidContentControl.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) voidContentLogic.deleteContentCategoryItem(ContentCategoryItem contentCategoryItem, BasePK deletedBy) voidContentLogic.deleteContentCategoryItemByOfferItemPrice(OfferItemPrice offerItemPrice, BasePK deletedBy) voidContentPageLayoutLogic.deleteContentPageLayout(ExecutionErrorAccumulator eea, ContentPageLayout contentPageLayout, BasePK deletedBy) voidContentLogic.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.voidContentLogic.updateContentCatalogItemPrices(Iterable<ContentCatalogItem> contentCatalogItems, BasePK updatedBy) For all ContentCatalogItem in the Set, verify they have the lower price possible in their ContentCatalog.voidContentLogic.updateContentCatalogItemPricesByContentCategory(ContentCategory contentCategory, BasePK updatedBy) Call when a ContentCategory is updated, and the DefaultOfferUse was modified.voidContentLogic.updateContentCatalogItemPricesByOfferItemPrice(OfferItemPrice offerItemPrice, BasePK updatedBy) voidContentLogic.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 TypeMethodDescriptionAppearanceControl.createAppearance(String appearanceName, Color textColor, Color backgroundColor, FontStyle fontStyle, FontWeight fontWeight, Boolean isDefault, Integer sortOrder, BasePK createdBy) AppearanceControl.createAppearanceDescription(Appearance appearance, Language language, String description, BasePK createdBy) AppearanceControl.createAppearanceTextDecoration(Appearance appearance, TextDecoration textDecoration, BasePK createdBy) AppearanceControl.createAppearanceTextTransformation(Appearance appearance, TextTransformation textTransformation, BasePK createdBy) ApplicationControl.createApplication(String applicationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ApplicationControl.createApplicationDescription(Application application, Language language, String description, BasePK createdBy) ApplicationControl.createApplicationEditor(Application application, Editor editor, Boolean isDefault, Integer sortOrder, BasePK createdBy) ApplicationControl.createApplicationEditorUse(Application application, String applicationEditorUseName, ApplicationEditor defaultApplicationEditor, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, BasePK createdBy) ApplicationControl.createApplicationEditorUseDescription(ApplicationEditorUse applicationEditorUse, Language language, String description, BasePK createdBy) EncryptionKeyControl.createBaseEncryptionKey(String baseEncryptionKeyName, String sha1Hash, BasePK createdBy) ColorControl.createColor(String colorName, Integer red, Integer green, Integer blue, Boolean isDefault, Integer sortOrder, BasePK createdBy) ColorControl.createColorDescription(Color color, Language language, String description, BasePK createdBy) CommandControl.createCommand(ComponentVendor componentVendor, String commandName, Integer sortOrder, BasePK createdBy) CommandControl.createCommandDescription(Command command, Language language, String description, BasePK createdBy) CommandControl.createCommandMessage(CommandMessageType commandMessageType, String commandMessageKey, BasePK createdBy) CommandControl.createCommandMessageTranslation(CommandMessage commandMessage, Language language, String translation, BasePK createdBy) CommandControl.createCommandMessageType(String commandMessageTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) CommandControl.createCommandMessageTypeDescription(CommandMessageType commandMessageType, Language language, String description, BasePK createdBy) ComponentControl.createComponent(ComponentVendor componentVendor, String componentName, String description, BasePK createdBy) ComponentControl.createComponentVendor(String componentVendorName, String description, BasePK createdBy) ComponentControl.createComponentVersion(Component component, Integer majorRevision, Integer minorRevision, ComponentStage componentStage, Integer buildNumber, BasePK createdBy) EditorControl.createEditor(String editorName, Boolean hasDimensions, Integer minimumHeight, Integer minimumWidth, Integer maximumHeight, Integer maximumWidth, Integer defaultHeight, Integer defaultWidth, Boolean isDefault, Integer sortOrder, BasePK createdBy) EditorControl.createEditorDescription(Editor editor, Language language, String description, BasePK createdBy) EntityAliasControl.createEntityAlias(EntityInstance entityInstance, EntityAliasType entityAliasType, String alias, BasePK createdBy) EntityAliasControl.createEntityAliasType(EntityType entityType, String entityAliasTypeName, String validationPattern, Boolean isDefault, Integer sortOrder, BasePK createdBy) EntityAliasControl.createEntityAliasTypeDescription(EntityAliasType entityAliasType, Language language, String description, BasePK createdBy) AppearanceControl.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) EntityInstanceControl.createEntityAttributeDefaults(EntityInstance entityInstance, 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.createEntityAttributeWorkflow(EntityAttribute entityAttribute, Workflow workflow, BasePK createdBy) CoreControl.createEntityBlobAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, ByteArray blobAttribute, MimeType mimeType, BasePK createdBy) CoreControl.createEntityBooleanAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) CoreControl.createEntityBooleanAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Boolean booleanAttribute, BasePK createdBy) CoreControl.createEntityBooleanDefault(EntityAttribute entityAttribute, 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(EntityAttributePK entityAttribute, EntityInstance entityInstance, Integer dateAttribute, BasePK createdBy) CoreControl.createEntityDateAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Integer dateAttribute, BasePK createdBy) CoreControl.createEntityDateDefault(EntityAttribute entityAttribute, Integer dateAttribute, BasePK createdBy) CoreControl.createEntityEntityAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityInstance entityInstanceAttribute, BasePK createdBy) CoreControl.createEntityGeoPointAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Integer latitude, Integer longitude, Long elevation, Long altitude, BasePK createdBy) CoreControl.createEntityGeoPointAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Integer latitude, Integer longitude, Long elevation, Long altitude, BasePK createdBy) CoreControl.createEntityGeoPointDefault(EntityAttribute entityAttribute, Integer latitude, Integer longitude, Long elevation, Long altitude, BasePK createdBy) CoreControl.createEntityIntegerAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Integer integerAttribute, BasePK createdBy) CoreControl.createEntityIntegerAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Integer integerAttribute, BasePK createdBy) CoreControl.createEntityIntegerDefault(EntityAttribute entityAttribute, 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(EntityAttributePK entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityListItemAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityListItemDefault(EntityAttribute entityAttribute, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityListItemDescription(EntityListItem entityListItem, Language language, String description, BasePK createdBy) CoreControl.createEntityLongAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) CoreControl.createEntityLongAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) CoreControl.createEntityLongDefault(EntityAttribute entityAttribute, 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(EntityAttributePK entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityMultipleListItemAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityMultipleListItemDefault(EntityAttribute entityAttribute, EntityListItem entityListItem, BasePK createdBy) CoreControl.createEntityNameAttribute(EntityAttribute entityAttribute, String nameAttribute, EntityInstance entityInstance, BasePK createdBy) CoreControl.createEntityStringAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.createEntityStringAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Language language, String stringAttribute, BasePK createdBy) CoreControl.createEntityStringDefault(EntityAttribute entityAttribute, Language language, String stringAttribute, BasePK createdBy) CoreControl.createEntityTimeAttribute(EntityAttributePK entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) CoreControl.createEntityTimeAttribute(EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) CoreControl.createEntityTimeDefault(EntityAttribute entityAttribute, Long timeAttribute, BasePK createdBy) EntityTypeControl.createEntityType(ComponentVendor componentVendor, String entityTypeName, Boolean keepAllHistory, Long lockTimeout, Boolean isExtensible, Integer sortOrder, BasePK createdBy) EntityTypeControl.createEntityTypeDescription(EntityType entityType, Language language, String description, BasePK createdBy) EventControl.createEventGroup(BasePK createdBy) EventControl.createEventGroup(String eventGroupName, BasePK createdBy) EventControl.createEventSubscriber(EntityInstance entityInstance, String description, Integer sortOrder, BasePK createdBy) EventControl.createEventSubscriber(String eventSubscriberName, EntityInstance entityInstance, String description, Integer sortOrder, BasePK createdBy) EventControl.createEventSubscriberEntityInstance(EventSubscriber eventSubscriber, EntityInstance entityInstance, EventType eventType, BasePK createdBy) EventControl.createEventSubscriberEntityType(EventSubscriber eventSubscriber, EntityType entityType, EventType eventType, BasePK createdBy) EventControl.createEventSubscriberEventType(EventSubscriber eventSubscriber, EventType eventType, BasePK createdBy) FontControl.createFontStyle(String fontStyleName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FontControl.createFontStyleDescription(FontStyle fontStyle, Language language, String description, BasePK createdBy) FontControl.createFontWeight(String fontWeightName, Boolean isDefault, Integer sortOrder, BasePK createdBy) FontControl.createFontWeightDescription(FontWeight fontWeight, Language language, String description, BasePK createdBy) MimeTypeControl.createMimeType(String mimeTypeName, EntityAttributeType entityAttributeType, Boolean isDefault, Integer sortOrder, BasePK createdBy) MimeTypeControl.createMimeTypeDescription(MimeType mimeType, Language language, String description, BasePK createdBy) ServerControl.createProtocol(String protocolName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ServerControl.createProtocolDescription(Protocol protocol, Language language, String description, BasePK createdBy) ServerControl.createServer(String serverName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ServerControl.createServerDescription(Server server, Language language, String description, BasePK createdBy) ServerControl.createServerService(Server server, Service service, BasePK createdBy) ServerControl.createService(String serviceName, Integer port, Protocol protocol, Boolean isDefault, Integer sortOrder, BasePK createdBy) ServerControl.createServiceDescription(Service service, Language language, String description, BasePK createdBy) TextControl.createTextDecoration(String textDecorationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) TextControl.createTextDecorationDescription(TextDecoration textDecoration, Language language, String description, BasePK createdBy) TextControl.createTextTransformation(String textTransformationName, Boolean isDefault, Integer sortOrder, BasePK createdBy) TextControl.createTextTransformationDescription(TextTransformation textTransformation, Language language, String description, BasePK createdBy) voidAppearanceControl.deleteAppearance(Appearance appearance, BasePK deletedBy) voidAppearanceControl.deleteAppearanceDescription(AppearanceDescription appearanceDescription, BasePK deletedBy) voidAppearanceControl.deleteAppearanceDescriptionsByAppearance(Appearance appearance, BasePK deletedBy) voidAppearanceControl.deleteAppearances(List<Appearance> appearances, BasePK deletedBy) voidAppearanceControl.deleteAppearancesByBackgroundColor(Color backgroundColor, BasePK deletedBy) voidAppearanceControl.deleteAppearancesByColor(Color color, BasePK deletedBy) voidAppearanceControl.deleteAppearancesByFontStyle(FontStyle fontStyle, BasePK deletedBy) voidAppearanceControl.deleteAppearancesByFontWeight(FontWeight fontWeight, BasePK deletedBy) voidAppearanceControl.deleteAppearancesByTextColor(Color textColor, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextDecoration(AppearanceTextDecoration appearanceTextDecoration, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextDecorationsByAppearance(Appearance appearance, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextDecorationsByAppearance(List<AppearanceTextDecoration> appearanceTextDecorations, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextDecorationsByTextDecoration(TextDecoration textDecoration, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextTransformation(AppearanceTextTransformation appearanceTextTransformation, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextTransformationsByAppearance(Appearance appearance, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextTransformationsByAppearance(List<AppearanceTextTransformation> appearanceTextTransformations, BasePK deletedBy) voidAppearanceControl.deleteAppearanceTextTransformationsByTextTransformation(TextTransformation textTransformation, BasePK deletedBy) voidApplicationControl.deleteApplication(Application application, BasePK deletedBy) voidApplicationControl.deleteApplicationDescription(ApplicationDescription applicationDescription, BasePK deletedBy) voidApplicationControl.deleteApplicationDescriptionsByApplication(Application application, BasePK deletedBy) voidApplicationControl.deleteApplicationEditor(ApplicationEditor applicationEditor, BasePK deletedBy) voidApplicationControl.deleteApplicationEditors(List<ApplicationEditor> applicationEditors, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorsByApplication(Application application, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorsByEditor(Editor editor, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorUse(ApplicationEditorUse applicationEditorUse, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorUseDescription(ApplicationEditorUseDescription applicationEditorUseDescription, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorUseDescriptionsByApplicationEditorUse(ApplicationEditorUse applicationEditorUse, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorUses(List<ApplicationEditorUse> applicationEditorUses, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorUsesByApplication(Application application, BasePK deletedBy) voidApplicationControl.deleteApplicationEditorUsesByDefaultApplicationEditor(ApplicationEditor defaultApplicationEditor, BasePK deletedBy) voidApplicationControl.deleteApplications(List<Application> applications, BasePK deletedBy) voidColorControl.deleteColor(Color color, BasePK deletedBy) voidColorControl.deleteColorDescription(ColorDescription colorDescription, BasePK deletedBy) voidColorControl.deleteColorDescriptionsByColor(Color color, BasePK deletedBy) voidColorControl.deleteColors(List<Color> colors, BasePK deletedBy) voidCommandControl.deleteCommand(Command command, BasePK deletedBy) voidCommandControl.deleteCommandDescription(CommandDescription commandDescription, BasePK deletedBy) voidCommandControl.deleteCommandDescriptionsByCommand(Command command, BasePK deletedBy) voidCommandControl.deleteCommandMessage(CommandMessage commandMessage, BasePK deletedBy) voidCommandControl.deleteCommandMessages(List<CommandMessage> commandMessages, BasePK deletedBy) voidCommandControl.deleteCommandMessagesByCommandMessageType(CommandMessageType commandMessageType, BasePK deletedBy) voidCommandControl.deleteCommandMessageTranslation(CommandMessageTranslation commandMessageTranslation, BasePK deletedBy) voidCommandControl.deleteCommandMessageTranslations(List<CommandMessageTranslation> commandMessageTranslations, BasePK deletedBy) voidCommandControl.deleteCommandMessageTranslationsByCommandMessage(CommandMessage commandMessage, BasePK deletedBy) voidCommandControl.deleteCommandMessageType(CommandMessageType commandMessageType, BasePK deletedBy) voidCommandControl.deleteCommandMessageTypeDescription(CommandMessageTypeDescription commandMessageTypeDescription, BasePK deletedBy) voidCommandControl.deleteCommandMessageTypeDescriptionsByCommandMessageType(CommandMessageType commandMessageType, BasePK deletedBy) voidCommandControl.deleteCommandsByComponentVendor(ComponentVendor componentVendor, BasePK deletedBy) voidComponentControl.deleteComponentVendor(ComponentVendor componentVendor, BasePK deletedBy) voidEditorControl.deleteEditor(Editor editor, BasePK deletedBy) voidEditorControl.deleteEditorDescription(EditorDescription editorDescription, BasePK deletedBy) voidEditorControl.deleteEditorDescriptionsByEditor(Editor editor, BasePK deletedBy) voidEditorControl.deleteEditors(List<Editor> editors, BasePK deletedBy) voidEntityAliasControl.deleteEntityAlias(EntityAlias entityAlias, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliases(List<EntityAlias> entityAliases, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliasesByEntityAliasType(EntityAliasType entityAliasType, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliasesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliasType(EntityAliasType entityAliasType, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliasTypeDescription(EntityAliasTypeDescription entityAliasTypeDescription, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliasTypeDescriptionsByEntityAliasType(EntityAliasType entityAliasType, BasePK deletedBy) voidEntityAliasControl.deleteEntityAliasTypesByEntityType(EntityType entityType, BasePK deletedBy) voidAppearanceControl.deleteEntityAppearance(EntityAppearance entityAppearance, BasePK deletedBy) voidAppearanceControl.deleteEntityAppearancesByAppearance(Appearance appearance, BasePK deletedBy) voidAppearanceControl.deleteEntityAppearancesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeBlob(EntityAttributeBlob entityAttributeBlob, BasePK deletedBy) voidCoreControl.deleteEntityAttributeBlobByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeDescription(EntityAttributeDescription entityAttributeDescription, BasePK deletedBy) voidCoreControl.deleteEntityAttributeDescriptionsByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityAttributeGroup(EntityAttributeEntityAttributeGroup entityAttributeEntityAttributeGroup, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityAttributeGroupsByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityAttributeGroupsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityType(EntityAttributeEntityType entityAttributeEntityType, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityTypes(List<EntityAttributeEntityType> entityAttributeEntityTypes, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityTypesByAllowedEntityType(EntityType allowedEntityType, BasePK deletedBy) voidCoreControl.deleteEntityAttributeEntityTypesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) voidCoreControl.deleteEntityAttributeGroupDescription(EntityAttributeGroupDescription entityAttributeGroupDescription, BasePK deletedBy) voidCoreControl.deleteEntityAttributeGroupDescriptionsByEntityAttributeGroup(EntityAttributeGroup entityAttributeGroup, BasePK deletedBy) voidCoreControl.deleteEntityAttributeInteger(EntityAttributeInteger entityAttributeInteger, BasePK deletedBy) voidCoreControl.deleteEntityAttributeIntegerByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeListItem(EntityAttributeListItem entityAttributeListItem, BasePK deletedBy) voidCoreControl.deleteEntityAttributeListItemByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeLong(EntityAttributeLong entityAttributeLong, BasePK deletedBy) voidCoreControl.deleteEntityAttributeLongByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeNumeric(EntityAttributeNumeric entityAttributeNumeric, BasePK deletedBy) voidCoreControl.deleteEntityAttributeNumericByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributes(List<EntityAttribute> entityAttributes, BasePK deletedBy) voidCoreControl.deleteEntityAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityAttributesByEntityType(EntityType entityType, BasePK deletedBy) voidCoreControl.deleteEntityAttributeString(EntityAttributeString entityAttributeString, BasePK deletedBy) voidCoreControl.deleteEntityAttributeStringByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityAttributeWorkflow(EntityAttributeWorkflow entityAttributeWorkflow, BasePK deletedBy) voidCoreControl.deleteEntityAttributeWorkflowByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityBlobAttribute(EntityBlobAttribute entityBlobAttribute, BasePK deletedBy) voidCoreControl.deleteEntityBlobAttributes(List<EntityBlobAttribute> entityBlobAttributes, BasePK deletedBy) voidCoreControl.deleteEntityBlobAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityBlobAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityBooleanAttribute(EntityBooleanAttribute entityBooleanAttribute, BasePK deletedBy) voidCoreControl.deleteEntityBooleanAttributes(List<EntityBooleanAttribute> entityBooleanAttributes, BasePK deletedBy) voidCoreControl.deleteEntityBooleanAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityBooleanAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityBooleanDefault(EntityBooleanDefault entityBooleanDefault, BasePK deletedBy) voidCoreControl.deleteEntityBooleanDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityClobAttribute(EntityClobAttribute entityClobAttribute, BasePK deletedBy) voidCoreControl.deleteEntityClobAttributes(List<EntityClobAttribute> entityClobAttributes, BasePK deletedBy) voidCoreControl.deleteEntityClobAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityClobAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityCollectionAttribute(EntityCollectionAttribute entityCollectionAttribute, BasePK deletedBy) voidCoreControl.deleteEntityCollectionAttributes(List<EntityCollectionAttribute> entityCollectionAttributes, BasePK deletedBy) voidCoreControl.deleteEntityCollectionAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityCollectionAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityDateAttribute(EntityDateAttribute entityDateAttribute, BasePK deletedBy) voidCoreControl.deleteEntityDateAttributes(List<EntityDateAttribute> entityDateAttributes, BasePK deletedBy) voidCoreControl.deleteEntityDateAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityDateAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityDateDefault(EntityDateDefault entityDateDefault, BasePK deletedBy) voidCoreControl.deleteEntityDateDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityEntityAttribute(EntityEntityAttribute entityEntityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityEntityAttributes(List<EntityEntityAttribute> entityEntityAttributes, BasePK deletedBy) voidCoreControl.deleteEntityEntityAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityEntityAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityGeoPointAttribute(EntityGeoPointAttribute entityGeoPointAttribute, BasePK deletedBy) voidCoreControl.deleteEntityGeoPointAttributes(List<EntityGeoPointAttribute> entityGeoPointAttributes, BasePK deletedBy) voidCoreControl.deleteEntityGeoPointAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityGeoPointAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityGeoPointDefault(EntityGeoPointDefault entityGeoPointDefault, BasePK deletedBy) voidCoreControl.deleteEntityGeoPointDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidEntityInstanceControl.deleteEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidEntityInstanceControl.deleteEntityInstanceDependencies(EntityInstance entityInstance, BasePK deletedBy) This function is a little odd.voidEntityInstanceControl.deleteEntityInstancesByEntityTypeWithNullDeletedTime(EntityType entityType, BasePK deletedBy) voidCoreControl.deleteEntityIntegerAttribute(EntityIntegerAttribute entityIntegerAttribute, BasePK deletedBy) voidCoreControl.deleteEntityIntegerAttributes(List<EntityIntegerAttribute> entityIntegerAttributes, BasePK deletedBy) voidCoreControl.deleteEntityIntegerAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityIntegerAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityIntegerDefault(EntityIntegerDefault entityIntegerDefault, BasePK deletedBy) voidCoreControl.deleteEntityIntegerDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityIntegerRange(EntityIntegerRange entityIntegerRange, BasePK deletedBy) voidCoreControl.deleteEntityIntegerRangeDescription(EntityIntegerRangeDescription entityIntegerRangeDescription, BasePK deletedBy) voidCoreControl.deleteEntityIntegerRangeDescriptionsByEntityIntegerRange(EntityIntegerRange entityIntegerRange, BasePK deletedBy) voidCoreControl.deleteEntityIntegerRangesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityListItem(EntityListItem entityListItem, BasePK deletedBy) voidCoreControl.deleteEntityListItemAttribute(EntityListItemAttribute entityListItemAttribute, BasePK deletedBy) voidCoreControl.deleteEntityListItemAttributes(List<EntityListItemAttribute> entityListItemAttributes, BasePK deletedBy) voidCoreControl.deleteEntityListItemAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityListItemAttributesByEntityListItem(EntityListItem entityListItem, BasePK deletedBy) voidCoreControl.deleteEntityListItemDefault(EntityListItemDefault entityListItemDefault, BasePK deletedBy) voidCoreControl.deleteEntityListItemDefaultByEntityListItem(EntityListItem entityListItem, BasePK deletedBy) voidCoreControl.deleteEntityListItemDescription(EntityListItemDescription entityListItemDescription, BasePK deletedBy) voidCoreControl.deleteEntityListItemDescriptionsByEntityListItem(EntityListItem entityListItem, BasePK deletedBy) voidCoreControl.deleteEntityListItemsByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityLongAttribute(EntityLongAttribute entityLongAttribute, BasePK deletedBy) voidCoreControl.deleteEntityLongAttributes(List<EntityLongAttribute> entityLongAttributes, BasePK deletedBy) voidCoreControl.deleteEntityLongAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityLongAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityLongDefault(EntityLongDefault entityLongDefault, BasePK deletedBy) voidCoreControl.deleteEntityLongDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityLongRange(EntityLongRange entityLongRange, BasePK deletedBy) voidCoreControl.deleteEntityLongRangeDescription(EntityLongRangeDescription entityLongRangeDescription, BasePK deletedBy) voidCoreControl.deleteEntityLongRangeDescriptionsByEntityLongRange(EntityLongRange entityLongRange, BasePK deletedBy) voidCoreControl.deleteEntityLongRangesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemAttribute(EntityMultipleListItemAttribute entityMultipleListItemAttribute, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemAttributes(List<EntityMultipleListItemAttribute> entityMultipleListItemAttributes, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemAttributesByEntityListItem(EntityListItem entityListItem, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemDefault(EntityMultipleListItemDefault entityMultipleListItemDefault, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemDefaults(List<EntityMultipleListItemDefault> entityMultipleListItemDefaults, BasePK deletedBy) voidCoreControl.deleteEntityMultipleListItemDefaultsByEntityListItem(EntityListItem entityListItem, BasePK deletedBy) voidCoreControl.deleteEntityNameAttribute(EntityNameAttribute entityNameAttribute, BasePK deletedBy) voidCoreControl.deleteEntityNameAttributes(List<EntityNameAttribute> entityNameAttributes, BasePK deletedBy) voidCoreControl.deleteEntityNameAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityNameAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityStringAttribute(EntityStringAttribute entityStringAttribute, BasePK deletedBy) voidCoreControl.deleteEntityStringAttributes(List<EntityStringAttribute> entityStringAttributes, BasePK deletedBy) voidCoreControl.deleteEntityStringAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityStringAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityStringDefault(EntityStringDefault entityStringDefault, BasePK deletedBy) voidCoreControl.deleteEntityStringDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityStringDefaults(Collection<EntityStringDefault> entityStringDefaults, BasePK deletedBy) voidCoreControl.deleteEntityTimeAttribute(EntityTimeAttribute entityTimeAttribute, BasePK deletedBy) voidCoreControl.deleteEntityTimeAttributes(List<EntityTimeAttribute> entityTimeAttributes, BasePK deletedBy) voidCoreControl.deleteEntityTimeAttributesByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidCoreControl.deleteEntityTimeAttributesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidCoreControl.deleteEntityTimeDefault(EntityTimeDefault entityTimeDefault, BasePK deletedBy) voidCoreControl.deleteEntityTimeDefaultByEntityAttribute(EntityAttribute entityAttribute, BasePK deletedBy) voidEntityTypeControl.deleteEntityType(EntityType entityType, BasePK deletedBy) voidEntityTypeControl.deleteEntityTypeDescription(EntityTypeDescription entityTypeDescription, BasePK deletedBy) voidEntityTypeControl.deleteEntityTypeDescriptionsByEntityType(EntityType entityType, BasePK deletedBy) voidEntityTypeControl.deleteEntityTypesByComponentVendor(ComponentVendor componentVendor, BasePK deletedBy) voidEventControl.deleteEventSubscriber(EventSubscriber eventSubscriber, BasePK deletedBy) voidEventControl.deleteEventSubscribers(List<EventSubscriber> eventSubscribers, BasePK deletedBy) voidEventControl.deleteEventSubscribersByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidFontControl.deleteFontStyle(FontStyle fontStyle, BasePK deletedBy) voidFontControl.deleteFontStyleDescription(FontStyleDescription fontStyleDescription, BasePK deletedBy) voidFontControl.deleteFontStyleDescriptionsByFontStyle(FontStyle fontStyle, BasePK deletedBy) voidFontControl.deleteFontStyles(List<FontStyle> fontStyles, BasePK deletedBy) voidFontControl.deleteFontWeight(FontWeight fontWeight, BasePK deletedBy) voidFontControl.deleteFontWeightDescription(FontWeightDescription fontWeightDescription, BasePK deletedBy) voidFontControl.deleteFontWeightDescriptionsByFontWeight(FontWeight fontWeight, BasePK deletedBy) voidFontControl.deleteFontWeights(List<FontWeight> fontWeights, BasePK deletedBy) voidMimeTypeControl.deleteMimeType(MimeType mimeType, BasePK deletedBy) voidMimeTypeControl.deleteMimeTypeDescription(MimeTypeDescription mimeTypeDescription, BasePK deletedBy) voidMimeTypeControl.deleteMimeTypeDescriptionsByMimeType(MimeType mimeType, BasePK deletedBy) voidServerControl.deleteProtocol(Protocol protocol, BasePK deletedBy) voidServerControl.deleteProtocolDescription(ProtocolDescription protocolDescription, BasePK deletedBy) voidServerControl.deleteProtocolDescriptionsByProtocol(Protocol protocol, BasePK deletedBy) voidServerControl.deleteProtocols(List<Protocol> protocols, BasePK deletedBy) voidServerControl.deleteServer(Server server, BasePK deletedBy) voidServerControl.deleteServerDescription(ServerDescription serverDescription, BasePK deletedBy) voidServerControl.deleteServerDescriptionsByServer(Server server, BasePK deletedBy) voidServerControl.deleteServers(List<Server> servers, BasePK deletedBy) voidServerControl.deleteServerService(ServerService serverService, BasePK deletedBy) voidServerControl.deleteServerServices(List<ServerService> serverServices, BasePK deletedBy) voidServerControl.deleteServerServicesByServer(Server server, BasePK deletedBy) voidServerControl.deleteServerServicesByService(Service service, BasePK deletedBy) voidServerControl.deleteService(Service service, BasePK deletedBy) voidServerControl.deleteServiceDescription(ServiceDescription serviceDescription, BasePK deletedBy) voidServerControl.deleteServiceDescriptionsByService(Service service, BasePK deletedBy) voidServerControl.deleteServices(List<Service> services, BasePK deletedBy) voidServerControl.deleteServicesByProtocol(Protocol protocol, BasePK deletedBy) voidTextControl.deleteTextDecoration(TextDecoration textDecoration, BasePK deletedBy) voidTextControl.deleteTextDecorationDescription(TextDecorationDescription textDecorationDescription, BasePK deletedBy) voidTextControl.deleteTextDecorationDescriptionsByTextDecoration(TextDecoration textDecoration, BasePK deletedBy) voidTextControl.deleteTextDecorations(List<TextDecoration> textDecorations, BasePK deletedBy) voidTextControl.deleteTextTransformation(TextTransformation textTransformation, BasePK deletedBy) voidTextControl.deleteTextTransformationDescription(TextTransformationDescription textTransformationDescription, BasePK deletedBy) voidTextControl.deleteTextTransformationDescriptionsByTextTransformation(TextTransformation textTransformation, BasePK deletedBy) voidTextControl.deleteTextTransformations(List<TextTransformation> textTransformations, BasePK deletedBy) EventControl.getActiveEventGroup(BasePK createdBy) EntityInstanceControl.getEntityInstanceByBasePK(BasePK pk) EntityInstanceControl.getEntityInstanceByBasePKForUpdate(BasePK pk) EntityLockControl.getEntityLockTransfer(UserVisit userVisit, BasePK lockTarget) booleanEntityLockControl.isEntityLocked(BasePK lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.booleanEntityLockControl.isEntityLocked(BaseEntity lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.booleanEntityLockControl.isEntityLocked(BaseValue<?> lockTarget, BasePK lockedBy) Tests whether a valid lock is being held on a given entity.longEntityLockControl.lockEntity(BasePK lockTarget, BasePK lockedBy) Create a lock on a given entity.longEntityLockControl.lockEntity(BaseEntity lockTarget, BasePK lockedBy) Create a lock on a given entity.longEntityLockControl.lockEntity(BaseValue<?> lockTarget, BasePK lockedBy) Create a lock on a given entity.booleanEntityLockControl.lockEntityForUpdate(BasePK lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.booleanEntityLockControl.lockEntityForUpdate(BaseEntity lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.booleanEntityLockControl.lockEntityForUpdate(BaseValue<?> lockTarget, BasePK lockedBy) Converts an existing lock that is held on an entity into one that is no longer time limited.voidEntityInstanceControl.removeEntityInstanceByBasePK(BasePK pk) EventControl.sendEvent(EntityInstance entityInstance, EventTypes eventTypeEnum, EntityInstance relatedEntityInstance, EventTypes relatedEventTypeEnum, BasePK createdByBasePK) EventControl.sendEvent(EntityInstance entityInstance, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) EventControl.sendEvent(BasePK basePK, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) booleanEntityLockControl.unlockEntity(BasePK lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.booleanEntityLockControl.unlockEntity(BaseEntity lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.booleanEntityLockControl.unlockEntity(BaseValue<?> lockTarget, BasePK lockedBy) Releases a lock that is being held on a given entity.voidAppearanceControl.updateAppearanceDescriptionFromValue(AppearanceDescriptionValue appearanceDescriptionValue, BasePK updatedBy) voidAppearanceControl.updateAppearanceFromValue(AppearanceDetailValue appearanceDetailValue, BasePK updatedBy) voidApplicationControl.updateApplicationDescriptionFromValue(ApplicationDescriptionValue applicationDescriptionValue, BasePK updatedBy) voidApplicationControl.updateApplicationEditorFromValue(ApplicationEditorDetailValue applicationEditorDetailValue, BasePK updatedBy) voidApplicationControl.updateApplicationEditorUseDescriptionFromValue(ApplicationEditorUseDescriptionValue applicationEditorUseDescriptionValue, BasePK updatedBy) voidApplicationControl.updateApplicationEditorUseFromValue(ApplicationEditorUseDetailValue applicationEditorUseDetailValue, BasePK updatedBy) voidApplicationControl.updateApplicationFromValue(ApplicationDetailValue applicationDetailValue, BasePK updatedBy) voidColorControl.updateColorDescriptionFromValue(ColorDescriptionValue colorDescriptionValue, BasePK updatedBy) voidColorControl.updateColorFromValue(ColorDetailValue colorDetailValue, BasePK updatedBy) voidCommandControl.updateCommandDescriptionFromValue(CommandDescriptionValue commandDescriptionValue, BasePK updatedBy) voidCommandControl.updateCommandFromValue(CommandDetailValue commandDetailValue, BasePK updatedBy) voidCommandControl.updateCommandMessageFromValue(CommandMessageDetailValue commandMessageDetailValue, BasePK updatedBy) voidCommandControl.updateCommandMessageTranslationFromValue(CommandMessageTranslationValue commandMessageTranslationValue, BasePK updatedBy) voidCommandControl.updateCommandMessageTypeDescriptionFromValue(CommandMessageTypeDescriptionValue commandMessageTypeDescriptionValue, BasePK updatedBy) voidCommandControl.updateCommandMessageTypeFromValue(CommandMessageTypeDetailValue commandMessageTypeDetailValue, BasePK updatedBy) voidComponentControl.updateComponentVendorFromValue(ComponentVendorDetailValue componentVendorDetailValue, BasePK updatedBy) voidEditorControl.updateEditorDescriptionFromValue(EditorDescriptionValue editorDescriptionValue, BasePK updatedBy) voidEditorControl.updateEditorFromValue(EditorDetailValue editorDetailValue, BasePK updatedBy) voidEntityAliasControl.updateEntityAliasFromValue(EntityAliasValue entityAliasValue, BasePK updatedBy) voidEntityAliasControl.updateEntityAliasTypeDescriptionFromValue(EntityAliasTypeDescriptionValue entityAliasTypeDescriptionValue, BasePK updatedBy) voidEntityAliasControl.updateEntityAliasTypeFromValue(EntityAliasTypeDetailValue entityAliasTypeDetailValue, BasePK updatedBy) voidAppearanceControl.updateEntityAppearanceFromValue(EntityAppearanceValue entityAppearanceValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeBlobFromValue(EntityAttributeBlobValue entityAttributeBlobValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeDescriptionFromValue(EntityAttributeDescriptionValue entityAttributeDescriptionValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeEntityAttributeGroupFromValue(EntityAttributeEntityAttributeGroupValue entityAttributeEntityAttributeGroupValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeFromValue(EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeGroupDescriptionFromValue(EntityAttributeGroupDescriptionValue entityAttributeGroupDescriptionValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeGroupFromValue(EntityAttributeGroupDetailValue entityAttributeGroupDetailValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeIntegerFromValue(EntityAttributeIntegerValue entityAttributeIntegerValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeListItemFromValue(EntityAttributeListItemValue entityAttributeListItemValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeLongFromValue(EntityAttributeLongValue entityAttributeLongValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeNumericFromValue(EntityAttributeNumericValue entityAttributeNumericValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeStringFromValue(EntityAttributeStringValue entityAttributeStringValue, BasePK updatedBy) voidCoreControl.updateEntityAttributeWorkflowFromValue(EntityAttributeWorkflowValue entityAttributeWorkflowValue, BasePK updatedBy) voidCoreControl.updateEntityBlobAttributeFromValue(EntityBlobAttributeValue entityBlobAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityBooleanAttributeFromValue(EntityBooleanAttributeValue entityBooleanAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityBooleanDefaultFromValue(EntityBooleanDefaultValue entityBooleanDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityClobAttributeFromValue(EntityClobAttributeValue entityClobAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityDateAttributeFromValue(EntityDateAttributeValue entityDateAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityDateDefaultFromValue(EntityDateDefaultValue entityDateDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityEntityAttributeFromValue(EntityEntityAttributeValue entityEntityAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityGeoPointAttributeFromValue(EntityGeoPointAttributeValue entityGeoPointAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityGeoPointDefaultFromValue(EntityGeoPointDefaultValue entityGeoPointDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityIntegerAttributeFromValue(EntityIntegerAttributeValue entityIntegerAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityIntegerDefaultFromValue(EntityIntegerDefaultValue entityIntegerDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityIntegerRangeDescriptionFromValue(EntityIntegerRangeDescriptionValue entityIntegerRangeDescriptionValue, BasePK updatedBy) voidCoreControl.updateEntityIntegerRangeFromValue(EntityIntegerRangeDetailValue entityIntegerRangeDetailValue, BasePK updatedBy) voidCoreControl.updateEntityListItemAttributeFromValue(EntityListItemAttributeValue entityListItemAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityListItemDefaultFromValue(EntityListItemDefaultValue entityListItemDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityListItemDescriptionFromValue(EntityListItemDescriptionValue entityListItemDescriptionValue, BasePK updatedBy) voidCoreControl.updateEntityListItemFromValue(EntityListItemDetailValue entityListItemDetailValue, BasePK updatedBy) voidCoreControl.updateEntityLongAttributeFromValue(EntityLongAttributeValue entityLongAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityLongDefaultFromValue(EntityLongDefaultValue entityLongDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityLongRangeDescriptionFromValue(EntityLongRangeDescriptionValue entityLongRangeDescriptionValue, BasePK updatedBy) voidCoreControl.updateEntityLongRangeFromValue(EntityLongRangeDetailValue entityLongRangeDetailValue, BasePK updatedBy) voidCoreControl.updateEntityNameAttributeFromValue(EntityNameAttributeValue entityNameAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityStringAttributeFromValue(EntityStringAttributeValue entityStringAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityStringDefaultFromValue(EntityStringDefaultValue entityStringDefaultValue, BasePK updatedBy) voidCoreControl.updateEntityTimeAttributeFromValue(EntityTimeAttributeValue entityTimeAttributeValue, BasePK updatedBy) voidCoreControl.updateEntityTimeDefaultFromValue(EntityTimeDefaultValue entityTimeDefaultValue, BasePK updatedBy) voidEntityTypeControl.updateEntityTypeDescriptionFromValue(EntityTypeDescriptionValue entityTypeDescriptionValue, BasePK updatedBy) voidEntityTypeControl.updateEntityTypeFromValue(EntityTypeDetailValue entityTypeDetailValue, BasePK updatedBy) voidFontControl.updateFontStyleDescriptionFromValue(FontStyleDescriptionValue fontStyleDescriptionValue, BasePK updatedBy) voidFontControl.updateFontStyleFromValue(FontStyleDetailValue fontStyleDetailValue, BasePK updatedBy) voidFontControl.updateFontWeightDescriptionFromValue(FontWeightDescriptionValue fontWeightDescriptionValue, BasePK updatedBy) voidFontControl.updateFontWeightFromValue(FontWeightDetailValue fontWeightDetailValue, BasePK updatedBy) voidMimeTypeControl.updateMimeTypeDescriptionFromValue(MimeTypeDescriptionValue mimeTypeDescriptionValue, BasePK updatedBy) voidMimeTypeControl.updateMimeTypeFromValue(MimeTypeDetailValue mimeTypeDetailValue, BasePK updatedBy) voidServerControl.updateProtocolDescriptionFromValue(ProtocolDescriptionValue protocolDescriptionValue, BasePK updatedBy) voidServerControl.updateProtocolFromValue(ProtocolDetailValue protocolDetailValue, BasePK updatedBy) voidServerControl.updateServerDescriptionFromValue(ServerDescriptionValue serverDescriptionValue, BasePK updatedBy) voidServerControl.updateServerFromValue(ServerDetailValue serverDetailValue, BasePK updatedBy) voidServerControl.updateServiceDescriptionFromValue(ServiceDescriptionValue serviceDescriptionValue, BasePK updatedBy) voidServerControl.updateServiceFromValue(ServiceDetailValue serviceDetailValue, BasePK updatedBy) voidTextControl.updateTextDecorationDescriptionFromValue(TextDecorationDescriptionValue textDecorationDescriptionValue, BasePK updatedBy) voidTextControl.updateTextDecorationFromValue(TextDecorationDetailValue textDecorationDetailValue, BasePK updatedBy) voidTextControl.updateTextTransformationDescriptionFromValue(TextTransformationDescriptionValue textTransformationDescriptionValue, BasePK updatedBy) voidTextControl.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, Workflow workflow, 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.createEntityBooleanDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Boolean booleanAttribute, boolean addMissingAttributes, 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) EntityAttributeLogic.createEntityDateDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Integer dateAttribute, boolean addMissingAttributes, BasePK createdBy) EntityAttributeLogic.createEntityGeoPointAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Integer latitude, Integer longitude, Long elevation, Long altitude, BasePK createdBy) EntityAttributeLogic.createEntityGeoPointDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Integer latitude, Integer longitude, Long elevation, Long altitude, boolean addMissingAttributes, BasePK createdBy) EntityInstanceLogic.createEntityInstance(ExecutionErrorAccumulator eea, EntityType entityType, BasePK createdBy) EntityAttributeLogic.createEntityIntegerAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Integer integerAttribute, BasePK createdBy) EntityAttributeLogic.createEntityIntegerDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Integer integerAttribute, boolean addMissingAttributes, 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.createEntityListItemDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityListItem entityListItem, boolean addMissingAttributes, BasePK createdBy) EntityAttributeLogic.createEntityLongAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Long longAttribute, BasePK createdBy) EntityAttributeLogic.createEntityLongDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Long longAttribute, boolean addMissingAttributes, BasePK createdBy) EntityAttributeLogic.createEntityMultipleListItemAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, EntityListItem entityListItem, BasePK createdBy) EntityAttributeLogic.createEntityMultipleListItemDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityListItem entityListItem, boolean addMissingAttributes, 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.createEntityStringDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Language language, String stringAttribute, boolean addMissingAttributes, BasePK createdBy) EntityAttributeLogic.createEntityTimeAttribute(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityInstance entityInstance, Long timeAttribute, BasePK createdBy) EntityAttributeLogic.createEntityTimeDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Long timeAttribute, boolean addMissingAttributes, BasePK createdBy) voidEntityAttributeLogic.deleteEntityBooleanDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityDateDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityGeoPointDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityInstanceLogic.deleteEntityInstance(ExecutionErrorAccumulator eea, EntityInstance entityInstance, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityIntegerDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityListItem(ExecutionErrorAccumulator eea, EntityListItem entityListItem, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityListItemDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityLongDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityMultipleListItemDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, EntityListItem entityListItem, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityStringDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, Language language, BasePK deletedBy) voidEntityAttributeLogic.deleteEntityTimeDefault(ExecutionErrorAccumulator eea, EntityAttribute entityAttribute, BasePK deletedBy) voidEntityAliasTypeLogic.updateEntityAliasTypeFromValue(Session session, EntityAliasTypeDetailValue entityAliasTypeDetailValue, BasePK updatedBy) voidEntityAttributeLogic.updateEntityAttributeFromValue(Session session, EntityAttributeDetailValue entityAttributeDetailValue, BasePK updatedBy) voidEntityAttributeLogic.updateEntityListItemFromValue(Session session, EntityListItemDetailValue entityListItemDetailValue, BasePK updatedBy) -
Uses of 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(UserVisit userVisit, 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) voidCustomerControl.deleteCustomerType(CustomerType customerType, BasePK deletedBy) voidCustomerControl.deleteCustomerTypeDescription(CustomerTypeDescription customerTypeDescription, BasePK deletedBy) voidCustomerControl.deleteCustomerTypeDescriptionsByCustomerType(CustomerType customerType, BasePK deletedBy) voidCustomerControl.deleteCustomerTypePaymentMethod(CustomerTypePaymentMethod customerTypePaymentMethod, BasePK deletedBy) voidCustomerControl.deleteCustomerTypePaymentMethods(List<CustomerTypePaymentMethod> customerTypePaymentMethods, BasePK deletedBy) voidCustomerControl.deleteCustomerTypePaymentMethodsByCustomerType(CustomerType customerType, BasePK deletedBy) voidCustomerControl.deleteCustomerTypePaymentMethodsByPaymentMethod(PaymentMethod paymentMethod, BasePK deletedBy) voidCustomerControl.deleteCustomerTypeShippingMethod(CustomerTypeShippingMethod customerTypeShippingMethod, BasePK deletedBy) voidCustomerControl.deleteCustomerTypeShippingMethods(List<CustomerTypeShippingMethod> customerTypeShippingMethods, BasePK deletedBy) voidCustomerControl.deleteCustomerTypeShippingMethodsByCustomerType(CustomerType customerType, BasePK deletedBy) voidCustomerControl.deleteCustomerTypeShippingMethodsByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidCustomerControl.updateCustomerFromValue(CustomerValue customerValue, BasePK updatedBy) voidCustomerControl.updateCustomerTypeDescriptionFromValue(CustomerTypeDescriptionValue customerTypeDescriptionValue, BasePK updatedBy) voidCustomerControl.updateCustomerTypeFromValue(CustomerTypeDetailValue customerTypeDetailValue, BasePK updatedBy) voidCustomerControl.updateCustomerTypePaymentMethodFromValue(CustomerTypePaymentMethodValue customerTypePaymentMethodValue, BasePK updatedBy) voidCustomerControl.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) voidCustomerTypeLogic.deleteCustomerType(ExecutionErrorAccumulator eea, CustomerType customerType, BasePK deletedBy) voidCustomerTypeLogic.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) voidDocumentControl.deleteDocument(Document document, BasePK deletedBy) voidDocumentControl.deleteDocumentBlob(DocumentBlob documentBlob, BasePK deletedBy) voidDocumentControl.deleteDocumentBlobByDocument(Document document, BasePK deletedBy) voidDocumentControl.deleteDocumentClob(DocumentClob documentClob, BasePK deletedBy) voidDocumentControl.deleteDocumentClobByDocument(Document document, BasePK deletedBy) voidDocumentControl.deleteDocumentDescription(DocumentDescription documentDescription, BasePK deletedBy) voidDocumentControl.deleteDocumentDescriptionsByDocument(Document document, BasePK deletedBy) voidDocumentControl.deleteDocuments(List<Document> documents, BasePK deletedBy) voidDocumentControl.deleteDocumentsByDocumentType(DocumentType documentType, BasePK deletedBy) voidDocumentControl.deleteDocumentType(DocumentType itemDescriptionType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeDescription(DocumentTypeDescription documentTypeDescription, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeDescriptionsByDocumentType(DocumentType documentType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypes(List<DocumentType> itemDescriptionTypes, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsage(DocumentTypeUsage itemDescriptionType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsages(List<DocumentTypeUsage> itemDescriptionTypes, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsagesByDocumentType(DocumentType documentType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsagesByDocumentTypeUsageType(DocumentTypeUsageType documentTypeUsageType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsageType(DocumentTypeUsageType itemDescriptionType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsageTypeDescription(DocumentTypeUsageTypeDescription documentTypeUsageTypeDescription, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsageTypeDescriptionsByDocumentTypeUsageType(DocumentTypeUsageType documentTypeUsageType, BasePK deletedBy) voidDocumentControl.deleteDocumentTypeUsageTypes(List<DocumentTypeUsageType> itemDescriptionTypes, BasePK deletedBy) voidDocumentControl.deletePartyDocument(PartyDocument itemDescriptionType, BasePK deletedBy) voidDocumentControl.deletePartyDocuments(List<PartyDocument> itemDescriptionTypes, BasePK deletedBy) voidDocumentControl.deletePartyDocumentsByParty(Party party, BasePK deletedBy) voidDocumentControl.deletePartyTypeDocumentTypeUsageType(PartyTypeDocumentTypeUsageType itemDescriptionType, BasePK deletedBy) voidDocumentControl.deletePartyTypeDocumentTypeUsageTypes(List<PartyTypeDocumentTypeUsageType> itemDescriptionTypes, BasePK deletedBy) voidDocumentControl.deletePartyTypeDocumentTypeUsageTypesByDocumentTypeUsageType(DocumentTypeUsageType documentTypeUsageType, BasePK deletedBy) voidDocumentControl.deletePartyTypeDocumentTypeUsageTypesByPartyType(PartyType partyType, BasePK deletedBy) voidDocumentControl.updateDocumentBlobFromValue(DocumentBlobValue documentBlobValue, BasePK updatedBy) voidDocumentControl.updateDocumentClobFromValue(DocumentClobValue documentClobValue, BasePK updatedBy) voidDocumentControl.updateDocumentDescriptionFromValue(DocumentDescriptionValue documentDescriptionValue, BasePK updatedBy) voidDocumentControl.updateDocumentFromValue(DocumentDetailValue documentDetailValue, BasePK updatedBy) voidDocumentControl.updateDocumentTypeDescriptionFromValue(DocumentTypeDescriptionValue documentTypeDescriptionValue, BasePK updatedBy) voidDocumentControl.updateDocumentTypeFromValue(DocumentTypeDetailValue documentTypeDetailValue, BasePK updatedBy) voidDocumentControl.updateDocumentTypeUsageFromValue(DocumentTypeUsageValue documentTypeUsageValue, BasePK updatedBy) voidDocumentControl.updateDocumentTypeUsageTypeDescriptionFromValue(DocumentTypeUsageTypeDescriptionValue documentTypeUsageTypeDescriptionValue, BasePK updatedBy) voidDocumentControl.updateDocumentTypeUsageTypeFromValue(DocumentTypeUsageTypeDetailValue documentTypeUsageTypeDetailValue, BasePK updatedBy) voidDocumentControl.updatePartyDocumentFromValue(PartyDocumentValue partyDocumentValue, BasePK updatedBy) voidDocumentControl.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) voidEmployeeControl.deleteEmployeeType(EmployeeType employeeType, BasePK deletedBy) voidEmployeeControl.deleteEmployeeTypeDescription(EmployeeTypeDescription employeeTypeDescription, BasePK deletedBy) voidEmployeeControl.deleteEmployeeTypeDescriptionsByEmployeeType(EmployeeType employeeType, BasePK deletedBy) voidEmployeeControl.deleteEmployment(Employment employment, BasePK deletedBy) voidEmployeeControl.deleteEmployments(List<Employment> employments, BasePK deletedBy) voidEmployeeControl.deleteEmploymentsByParty(Party party, BasePK deletedBy) voidEmployeeControl.deleteEmploymentsByTerminationReason(TerminationReason terminationReason, BasePK deletedBy) voidEmployeeControl.deleteEmploymentsByTerminationType(TerminationType terminationType, BasePK deletedBy) voidEmployeeControl.deleteLeave(Leave leave, BasePK deletedBy) voidEmployeeControl.deleteLeaveReason(LeaveReason leaveReason, BasePK deletedBy) voidEmployeeControl.deleteLeaveReasonDescription(LeaveReasonDescription leaveReasonDescription, BasePK deletedBy) voidEmployeeControl.deleteLeaveReasonDescriptionsByLeaveReason(LeaveReason leaveReason, BasePK deletedBy) voidEmployeeControl.deleteLeaves(List<Leave> leaves, BasePK deletedBy) voidEmployeeControl.deleteLeavesByLeaveReason(LeaveReason leaveReason, BasePK deletedBy) voidEmployeeControl.deleteLeavesByLeaveType(LeaveType leaveType, BasePK deletedBy) voidEmployeeControl.deleteLeavesByParty(Party party, BasePK deletedBy) voidEmployeeControl.deleteLeaveType(LeaveType leaveType, BasePK deletedBy) voidEmployeeControl.deleteLeaveTypeDescription(LeaveTypeDescription leaveTypeDescription, BasePK deletedBy) voidEmployeeControl.deleteLeaveTypeDescriptionsByLeaveType(LeaveType leaveType, BasePK deletedBy) voidEmployeeControl.deletePartyEmployee(PartyEmployee partyEmployee, BasePK deletedBy) voidEmployeeControl.deletePartyEmployeeByParty(Party party, BasePK deletedBy) voidEmployeeControl.deletePartyResponsibilitiesByResponsibilityType(ResponsibilityType responsibilityType, BasePK deletedBy) voidEmployeeControl.deletePartyResponsibility(PartyResponsibility partyResponsibility, BasePK deletedBy) voidEmployeeControl.deletePartyResponsibilityByParty(Party party, BasePK deletedBy) voidEmployeeControl.deletePartySkill(PartySkill partySkill, BasePK deletedBy) voidEmployeeControl.deletePartySkillByParty(Party party, BasePK deletedBy) voidEmployeeControl.deletePartySkillsBySkillType(SkillType skillType, BasePK deletedBy) voidEmployeeControl.deleteResponsibilityType(ResponsibilityType responsibilityType, BasePK deletedBy) voidEmployeeControl.deleteResponsibilityTypeDescription(ResponsibilityTypeDescription responsibilityTypeDescription, BasePK deletedBy) voidEmployeeControl.deleteResponsibilityTypeDescriptionsByResponsibilityType(ResponsibilityType responsibilityType, BasePK deletedBy) voidEmployeeControl.deleteSkillType(SkillType skillType, BasePK deletedBy) voidEmployeeControl.deleteSkillTypeDescription(SkillTypeDescription skillTypeDescription, BasePK deletedBy) voidEmployeeControl.deleteSkillTypeDescriptionsBySkillType(SkillType skillType, BasePK deletedBy) voidEmployeeControl.deleteTerminationReason(TerminationReason terminationReason, BasePK deletedBy) voidEmployeeControl.deleteTerminationReasonDescription(TerminationReasonDescription terminationReasonDescription, BasePK deletedBy) voidEmployeeControl.deleteTerminationReasonDescriptionsByTerminationReason(TerminationReason terminationReason, BasePK deletedBy) voidEmployeeControl.deleteTerminationType(TerminationType terminationType, BasePK deletedBy) voidEmployeeControl.deleteTerminationTypeDescription(TerminationTypeDescription terminationTypeDescription, BasePK deletedBy) voidEmployeeControl.deleteTerminationTypeDescriptionsByTerminationType(TerminationType terminationType, BasePK deletedBy) voidEmployeeControl.updateEmployeeTypeDescriptionFromValue(EmployeeTypeDescriptionValue employeeTypeDescriptionValue, BasePK updatedBy) voidEmployeeControl.updateEmployeeTypeFromValue(EmployeeTypeDetailValue employeeTypeDetailValue, BasePK updatedBy) voidEmployeeControl.updateEmploymentFromValue(EmploymentDetailValue employmentDetailValue, BasePK updatedBy) voidEmployeeControl.updateLeaveFromValue(LeaveDetailValue leaveDetailValue, BasePK updatedBy) voidEmployeeControl.updateLeaveReasonDescriptionFromValue(LeaveReasonDescriptionValue leaveReasonDescriptionValue, BasePK updatedBy) voidEmployeeControl.updateLeaveReasonFromValue(LeaveReasonDetailValue leaveReasonDetailValue, BasePK updatedBy) voidEmployeeControl.updateLeaveTypeDescriptionFromValue(LeaveTypeDescriptionValue leaveTypeDescriptionValue, BasePK updatedBy) voidEmployeeControl.updateLeaveTypeFromValue(LeaveTypeDetailValue leaveTypeDetailValue, BasePK updatedBy) voidEmployeeControl.updatePartyEmployeeFromValue(PartyEmployeeValue partyEmployeeValue, BasePK updatedBy) voidEmployeeControl.updateResponsibilityTypeDescriptionFromValue(ResponsibilityTypeDescriptionValue responsibilityTypeDescriptionValue, BasePK updatedBy) voidEmployeeControl.updateResponsibilityTypeFromValue(ResponsibilityTypeDetailValue responsibilityTypeDetailValue, BasePK updatedBy) voidEmployeeControl.updateSkillTypeDescriptionFromValue(SkillTypeDescriptionValue skillTypeDescriptionValue, BasePK updatedBy) voidEmployeeControl.updateSkillTypeFromValue(SkillTypeDetailValue skillTypeDetailValue, BasePK updatedBy) voidEmployeeControl.updateTerminationReasonDescriptionFromValue(TerminationReasonDescriptionValue terminationReasonDescriptionValue, BasePK updatedBy) voidEmployeeControl.updateTerminationReasonFromValue(TerminationReasonDetailValue terminationReasonDetailValue, BasePK updatedBy) voidEmployeeControl.updateTerminationTypeDescriptionFromValue(TerminationTypeDescriptionValue terminationTypeDescriptionValue, BasePK updatedBy) voidEmployeeControl.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) voidFilterControl.deleteFilter(Filter filter, BasePK deletedBy) voidFilterControl.deleteFilterAdjustment(FilterAdjustment filterAdjustment, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentAmount(FilterAdjustmentAmount filterAdjustmentAmount, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentAmountsByFilterAdjustment(FilterAdjustment filterAdjustment, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentDescription(FilterAdjustmentDescription filterAdjustmentDescription, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentDescriptionsByFilterAdjustment(FilterAdjustment filterAdjustment, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentFixedAmount(FilterAdjustmentFixedAmount filterAdjustmentFixedAmount, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentFixedAmountsByFilterAdjustment(FilterAdjustment filterAdjustment, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentPercent(FilterAdjustmentPercent filterAdjustmentPercent, BasePK deletedBy) voidFilterControl.deleteFilterAdjustmentPercentsByFilterAdjustment(FilterAdjustment filterAdjustment, BasePK deletedBy) voidFilterControl.deleteFilterDescription(FilterDescription filterDescription, BasePK deletedBy) voidFilterControl.deleteFilterDescriptionsByFilter(Filter filter, BasePK deletedBy) voidFilterControl.deleteFilterEntranceStep(FilterEntranceStep filterEntranceStep, BasePK deletedBy) voidFilterControl.deleteFilterEntranceStepsByFilterStep(FilterStep filterStep, BasePK deletedBy) voidFilterControl.deleteFilterKind(FilterKind filterKind, BasePK deletedBy) voidFilterControl.deleteFilterKindDescription(FilterKindDescription filterKindDescription, BasePK deletedBy) voidFilterControl.deleteFilterKindDescriptionsByFilterKind(FilterKind filterKind, BasePK deletedBy) voidFilterControl.deleteFilterStep(FilterStep filterStep, BasePK deletedBy) voidFilterControl.deleteFilterStepDescription(FilterStepDescription filterStepDescription, BasePK deletedBy) voidFilterControl.deleteFilterStepDescriptionsByFilterStep(FilterStep filterStep, BasePK deletedBy) voidFilterControl.deleteFilterStepDestination(FilterStepDestination filterStepDestination, BasePK deletedBy) voidFilterControl.deleteFilterStepDestinationsByFilterStep(FilterStep filterStep, BasePK deletedBy) voidFilterControl.deleteFilterStepDestinationsByFromFilterStep(FilterStep fromFilterStep, BasePK deletedBy) voidFilterControl.deleteFilterStepDestinationsByToFilterStep(FilterStep toFilterStep, BasePK deletedBy) voidFilterControl.deleteFilterStepElement(FilterStepElement filterStepElement, BasePK deletedBy) voidFilterControl.deleteFilterStepElementDescription(FilterStepElementDescription filterStepElementDescription, BasePK deletedBy) voidFilterControl.deleteFilterStepElementDescriptionsByFilterStepElement(FilterStepElement filterStepElement, BasePK deletedBy) voidFilterControl.deleteFilterStepElementsByFilterStep(FilterStep filterStep, BasePK deletedBy) voidFilterControl.deleteFilterStepsByFilter(Filter filter, BasePK deletedBy) voidFilterControl.deleteFilterType(FilterType filterType, BasePK deletedBy) voidFilterControl.deleteFilterTypeDescription(FilterTypeDescription filterTypeDescription, BasePK deletedBy) voidFilterControl.deleteFilterTypeDescriptionsByFilterType(FilterType filterType, BasePK deletedBy) voidFilterControl.deleteFilterTypesByFilterKind(FilterKind filterKind, BasePK deletedBy) voidFilterControl.updateFilterAdjustmentAmountFromValue(FilterAdjustmentAmountValue filterAdjustmentAmountValue, BasePK updatedBy) voidFilterControl.updateFilterAdjustmentDescriptionFromValue(FilterAdjustmentDescriptionValue filterAdjustmentDescriptionValue, BasePK updatedBy) voidFilterControl.updateFilterAdjustmentFixedAmountFromValue(FilterAdjustmentFixedAmountValue filterAdjustmentFixedAmountValue, BasePK updatedBy) voidFilterControl.updateFilterAdjustmentFromValue(FilterAdjustmentDetailValue filterAdjustmentDetailValue, BasePK updatedBy) voidFilterControl.updateFilterAdjustmentPercentFromValue(FilterAdjustmentPercentValue filterAdjustmentPercentValue, BasePK updatedBy) voidFilterControl.updateFilterDescriptionFromValue(FilterDescriptionValue filterDescriptionValue, BasePK updatedBy) voidFilterControl.updateFilterFromValue(FilterDetailValue filterDetailValue, BasePK updatedBy) voidFilterControl.updateFilterKindDescriptionFromValue(FilterKindDescriptionValue filterKindDescriptionValue, BasePK updatedBy) voidFilterControl.updateFilterKindFromValue(FilterKindDetailValue filterKindDetailValue, BasePK updatedBy) voidFilterControl.updateFilterStepDescriptionFromValue(FilterStepDescriptionValue filterStepDescriptionValue, BasePK updatedBy) voidFilterControl.updateFilterStepElementDescriptionFromValue(FilterStepElementDescriptionValue filterStepElementDescriptionValue, BasePK updatedBy) voidFilterControl.updateFilterStepElementFromValue(FilterStepElementDetailValue filterStepElementDetailValue, BasePK updatedBy) voidFilterControl.updateFilterStepFromValue(FilterStepDetailValue filterStepDetailValue, BasePK updatedBy) voidFilterControl.updateFilterTypeDescriptionFromValue(FilterTypeDescriptionValue filterTypeDescriptionValue, BasePK updatedBy) voidFilterControl.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) voidFilterLogic.deleteFilter(ExecutionErrorAccumulator eea, Filter filter, BasePK deletedBy) voidFilterAdjustmentLogic.deleteFilterAdjustment(ExecutionErrorAccumulator eea, FilterAdjustment filterAdjustment, BasePK deletedBy) voidFilterKindLogic.deleteFilterKind(ExecutionErrorAccumulator eea, FilterKind filterKind, BasePK deletedBy) voidFilterStepLogic.deleteFilterStep(ExecutionErrorAccumulator eea, FilterStep filterStep, BasePK deletedBy) voidFilterTypeLogic.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) voidFinancialControl.deleteFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAlias(FinancialAccountAlias financialAccountAlias, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasesByFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasesByFinancialAccountAliasType(FinancialAccountAliasType financialAccountAliasType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasType(FinancialAccountAliasType financialAccountAliasType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasTypeDescription(FinancialAccountAliasTypeDescription financialAccountAliasTypeDescription, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasTypeDescriptionsByFinancialAccountAliasType(FinancialAccountAliasType financialAccountAliasType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasTypes(List<FinancialAccountAliasType> financialAccountAliasTypes, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountAliasTypesByFinancialAccountType(FinancialAccountType financialAccountType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountRole(FinancialAccountRole financialAccountRole, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountRolesByFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccounts(List<FinancialAccount> financialAccounts, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountsByFinancialAccountType(FinancialAccountType financialAccountType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountsByGlAccount(GlAccount glAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransaction(FinancialAccountTransaction financialAccountTransaction, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactions(List<FinancialAccountTransaction> financialAccountTransactions, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionsByFinancialAccount(FinancialAccount financialAccount, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionsByFinancialAccountTransactionType(FinancialAccountTransactionType financialAccountTransactionType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionType(FinancialAccountTransactionType financialAccountTransactionType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionTypeDescription(FinancialAccountTransactionTypeDescription financialAccountTransactionTypeDescription, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionTypeDescriptionsByFinancialAccountTransactionType(FinancialAccountTransactionType financialAccountTransactionType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTransactionTypes(List<FinancialAccountTransactionType> financialAccountTransactionTypes, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountType(FinancialAccountType financialAccountType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTypeDescription(FinancialAccountTypeDescription financialAccountTypeDescription, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTypeDescriptionsByFinancialAccountType(FinancialAccountType financialAccountType, BasePK deletedBy) voidFinancialControl.deleteFinancialAccountTypes(List<FinancialAccountType> financialAccountTypes, BasePK deletedBy) voidFinancialControl.updateFinancialAccountAliasFromValue(FinancialAccountAliasValue financialAccountAliasValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountAliasTypeDescriptionFromValue(FinancialAccountAliasTypeDescriptionValue financialAccountAliasTypeDescriptionValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountAliasTypeFromValue(FinancialAccountAliasTypeDetailValue financialAccountAliasTypeDetailValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountFromValue(FinancialAccountDetailValue financialAccountDetailValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountRoleFromValue(FinancialAccountRoleValue financialAccountRoleValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountTransactionFromValue(FinancialAccountTransactionDetailValue financialAccountTransactionDetailValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountTransactionTypeDescriptionFromValue(FinancialAccountTransactionTypeDescriptionValue financialAccountTransactionTypeDescriptionValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountTransactionTypeFromValue(FinancialAccountTransactionTypeDetailValue financialAccountTransactionTypeDetailValue, BasePK updatedBy) voidFinancialControl.updateFinancialAccountTypeDescriptionFromValue(FinancialAccountTypeDescriptionValue financialAccountTypeDescriptionValue, BasePK updatedBy) voidFinancialControl.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) voidForumControl.deleteForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForumBlobMessagePart(ForumBlobMessagePart forumBlobMessagePart, BasePK deletedBy) voidForumControl.deleteForumBlobMessagePartByForumMessagePart(ForumMessagePart forumMessagePart, BasePK deletedBy) voidForumControl.deleteForumClobMessagePart(ForumClobMessagePart forumClobMessagePart, BasePK deletedBy) voidForumControl.deleteForumClobMessagePartByForumMessagePart(ForumMessagePart forumMessagePart, BasePK deletedBy) voidForumControl.deleteForumDescription(ForumDescription forumDescription, BasePK deletedBy) voidForumControl.deleteForumDescriptionsByForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForumForumThread(ForumForumThread forumForumThread, BasePK deletedBy) voidForumControl.deleteForumForumThreads(List<ForumForumThread> forumForumThreads, BasePK deletedBy) voidForumControl.deleteForumForumThreadsByForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForumForumThreadsByForumThread(ForumThread forumThread, BasePK deletedBy) voidForumControl.deleteForumGroup(ForumGroup forumGroup, BasePK deletedBy) voidForumControl.deleteForumGroupDescription(ForumGroupDescription forumGroupDescription, BasePK deletedBy) voidForumControl.deleteForumGroupDescriptionsByForumGroup(ForumGroup forumGroup, BasePK deletedBy) voidForumControl.deleteForumGroupForum(ForumGroupForum forumGroupForum, BasePK deletedBy) voidForumControl.deleteForumGroupForums(List<ForumGroupForum> forumGroupForums, BasePK deletedBy) voidForumControl.deleteForumGroupForumsByForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForumGroupForumsByForumGroup(ForumGroup forumGroup, BasePK deletedBy) voidForumControl.deleteForumMessage(ForumMessage forumMessage, BasePK deletedBy) voidForumControl.deleteForumMessageAttachment(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) voidForumControl.deleteForumMessageAttachmentDescription(ForumMessageAttachmentDescription forumMessageAttachmentDescription, BasePK deletedBy) voidForumControl.deleteForumMessageAttachmentDescriptionsByForumMessageAttachment(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) voidForumControl.deleteForumMessageAttachments(List<ForumMessageAttachment> forumMessageAttachments, BasePK deletedBy) voidForumControl.deleteForumMessageAttachmentsByForumMessage(ForumMessage forumMessage, BasePK deletedBy) voidForumControl.deleteForumMessageBlobAttachment(ForumMessageBlobAttachment forumMessageAttachmentBlob, BasePK deletedBy) voidForumControl.deleteForumMessageBlobAttachmentByForumMessageAttachment(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) voidForumControl.deleteForumMessageClobAttachment(ForumMessageClobAttachment forumMessageAttachmentClob, BasePK deletedBy) voidForumControl.deleteForumMessageClobAttachmentByForumMessageAttachment(ForumMessageAttachment forumMessageAttachment, BasePK deletedBy) voidForumControl.deleteForumMessagePart(ForumMessagePart forumMessagePart, BasePK deletedBy) voidForumControl.deleteForumMessageParts(List<ForumMessagePart> forumMessageParts, BasePK deletedBy) voidForumControl.deleteForumMessagePartsByForumMessage(ForumMessage forumMessage, BasePK deletedBy) voidForumControl.deleteForumMessageRole(ForumMessageRole forumMessageRole, BasePK deletedBy) voidForumControl.deleteForumMessageRoles(List<ForumMessageRole> forumMessageRoles, BasePK deletedBy) voidForumControl.deleteForumMessageRolesByForumMessage(ForumMessage forumMessage, BasePK deletedBy) voidForumControl.deleteForumMessages(List<ForumMessage> forumMessages, BasePK deletedBy) voidForumControl.deleteForumMessagesByForumThread(ForumThread forumThread, BasePK deletedBy) voidForumControl.deleteForumMimeType(ForumMimeType forumMimeType, BasePK deletedBy) voidForumControl.deleteForumMimeTypes(List<ForumMimeType> forumMimeTypes, BasePK deletedBy) voidForumControl.deleteForumMimeTypesByForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForumMimeTypesByMimeType(MimeType mimeType, BasePK deletedBy) voidForumControl.deleteForumPartyRole(ForumPartyRole forumPartyRole, BasePK deletedBy) voidForumControl.deleteForumPartyRolesByForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForumPartyTypeRole(ForumPartyTypeRole forumPartyTypeRole, BasePK deletedBy) voidForumControl.deleteForumPartyTypeRolesByForum(Forum forum, BasePK deletedBy) voidForumControl.deleteForums(List<Forum> forums, BasePK deletedBy) voidForumControl.deleteForumStringMessagePart(ForumStringMessagePart forumStringMessagePart, BasePK deletedBy) voidForumControl.deleteForumStringMessagePartByForumMessagePart(ForumMessagePart forumMessagePart, BasePK deletedBy) voidForumControl.deleteForumThread(ForumThread forumThread, BasePK deletedBy) voidForumControl.deleteForumThreads(List<ForumThread> forumThreads, BasePK deletedBy) voidForumControl.touchForumsByForumThread(ForumThread forumThread, BasePK relatedPK, EventTypes relatedEventType, BasePK touchedBy) voidForumControl.updateForumBlobMessagePartFromValue(ForumBlobMessagePartValue forumBlobMessagePartValue, BasePK updatedBy) voidForumControl.updateForumClobMessagePartFromValue(ForumClobMessagePartValue forumClobMessagePartValue, BasePK updatedBy) voidForumControl.updateForumDescriptionFromValue(ForumDescriptionValue forumDescriptionValue, BasePK updatedBy) voidForumControl.updateForumForumThreadFromValue(ForumForumThreadValue forumForumThreadValue, BasePK updatedBy) voidForumControl.updateForumFromValue(ForumDetailValue forumDetailValue, BasePK updatedBy) voidForumControl.updateForumGroupDescriptionFromValue(ForumGroupDescriptionValue forumGroupDescriptionValue, BasePK updatedBy) voidForumControl.updateForumGroupForumFromValue(ForumGroupForumValue forumGroupForumValue, BasePK updatedBy) voidForumControl.updateForumGroupFromValue(ForumGroupDetailValue forumGroupDetailValue, BasePK updatedBy) voidForumControl.updateForumMessageAttachmentDescriptionFromValue(ForumMessageAttachmentDescriptionValue forumMessageAttachmentDescriptionValue, BasePK updatedBy) voidForumControl.updateForumMessageAttachmentFromValue(ForumMessageAttachmentDetailValue forumMessageAttachmentDetailValue, BasePK updatedBy) voidForumControl.updateForumMessageBlobAttachmentFromValue(ForumMessageBlobAttachmentValue forumMessageAttachmentBlobValue, BasePK updatedBy) voidForumControl.updateForumMessageClobAttachmentFromValue(ForumMessageClobAttachmentValue forumMessageAttachmentClobValue, BasePK updatedBy) voidForumControl.updateForumMessageFromValue(ForumMessageDetailValue forumMessageDetailValue, BasePK updatedBy) voidForumControl.updateForumMessagePartFromValue(ForumMessagePartDetailValue forumMessagePartDetailValue, BasePK updatedBy) voidForumControl.updateForumMimeTypeFromValue(ForumMimeTypeValue forumMimeTypeValue, BasePK updatedBy) voidForumControl.updateForumStringMessagePartFromValue(ForumStringMessagePartValue forumStringMessagePartValue, BasePK updatedBy) voidForumControl.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) voidGeoControl.deleteGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeAlias(GeoCodeAlias geoCodeAlias, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliases(List<GeoCodeAlias> geoCodeAliases, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliasesByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliasesByGeoCodeAliasType(GeoCodeAliasType geoCodeAliasType, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliasesByGeoCodeScope(GeoCodeScope geoCodeScope, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliasType(GeoCodeAliasType geoCodeAliasType, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliasTypeDescription(GeoCodeAliasTypeDescription geoCodeAliasTypeDescription, BasePK deletedBy) voidGeoControl.deleteGeoCodeAliasTypeDescriptionsByGeoCodeAliasType(GeoCodeAliasType geoCodeAliasType, BasePK deletedBy) voidGeoControl.deleteGeoCodeCountry(GeoCodeCountry geoCodeCountry, BasePK deletedBy) voidGeoControl.deleteGeoCodeCountryByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeCurrencies(List<GeoCodeCurrency> geoCodeCurrencies, BasePK deletedBy) voidGeoControl.deleteGeoCodeCurrenciesByCurrency(Currency currency, BasePK deletedBy) voidGeoControl.deleteGeoCodeCurrenciesByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeCurrency(GeoCodeCurrency geoCodeCurrency, BasePK deletedBy) voidGeoControl.deleteGeoCodeDateTimeFormat(GeoCodeDateTimeFormat geoCodeDateTimeFormat, BasePK deletedBy) voidGeoControl.deleteGeoCodeDateTimeFormats(List<GeoCodeDateTimeFormat> geoCodeDateTimeFormats, BasePK deletedBy) voidGeoControl.deleteGeoCodeDateTimeFormatsByDateTimeFormat(DateTimeFormat dateTimeFormat, BasePK deletedBy) voidGeoControl.deleteGeoCodeDateTimeFormatsByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeDescription(GeoCodeDescription geoCodeDescription, BasePK deletedBy) voidGeoControl.deleteGeoCodeDescriptionsByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeLanguage(GeoCodeLanguage geoCodeLanguage, BasePK deletedBy) voidGeoControl.deleteGeoCodeLanguages(List<GeoCodeLanguage> geoCodeLanguages, BasePK deletedBy) voidGeoControl.deleteGeoCodeLanguagesByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeLanguagesByLanguage(Language language, BasePK deletedBy) voidGeoControl.deleteGeoCodeRelationship(GeoCodeRelationship geoCodeRelationship, BasePK deletedBy) voidGeoControl.deleteGeoCodeRelationships(List<GeoCodeRelationship> geoCodeRelationships, BasePK deletedBy) voidGeoControl.deleteGeoCodeRelationshipsByFromGeoCode(GeoCode fromGeoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeRelationshipsByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeRelationshipsByToGeoCode(GeoCode toGeoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeScope(GeoCodeScope geoCodeScope, BasePK deletedBy) voidGeoControl.deleteGeoCodeScopeDescription(GeoCodeScopeDescription geoCodeScopeDescription, BasePK deletedBy) voidGeoControl.deleteGeoCodeScopeDescriptionsByGeoCodeScope(GeoCodeScope geoCodeScope, BasePK deletedBy) voidGeoControl.deleteGeoCodeTimeZone(GeoCodeTimeZone geoCodeTimeZone, BasePK deletedBy) voidGeoControl.deleteGeoCodeTimeZones(List<GeoCodeTimeZone> geoCodeTimeZones, BasePK deletedBy) voidGeoControl.deleteGeoCodeTimeZonesByGeoCode(GeoCode geoCode, BasePK deletedBy) voidGeoControl.deleteGeoCodeTimeZonesByTimeZone(TimeZone timeZone, BasePK deletedBy) voidGeoControl.deleteGeoCodeType(GeoCodeType geoCodeType, BasePK deletedBy) voidGeoControl.deleteGeoCodeTypeDescription(GeoCodeTypeDescription geoCodeTypeDescription, BasePK deletedBy) voidGeoControl.deleteGeoCodeTypeDescriptionsByGeoCodeType(GeoCodeType geoCodeType, BasePK deletedBy) voidGeoControl.deleteGeoCodeTypes(List<GeoCodeType> geoCodeTypes, BasePK deletedBy) voidGeoControl.updateGeoCodeAliasFromValue(GeoCodeAliasValue geoCodeAliasValue, BasePK updatedBy) voidGeoControl.updateGeoCodeAliasTypeDescriptionFromValue(GeoCodeAliasTypeDescriptionValue geoCodeAliasTypeDescriptionValue, BasePK updatedBy) voidGeoControl.updateGeoCodeAliasTypeFromValue(GeoCodeAliasTypeDetailValue geoCodeAliasTypeDetailValue, BasePK updatedBy) voidGeoControl.updateGeoCodeCountryFromValue(GeoCodeCountryValue geoCodeCountryValue, BasePK updatedBy) voidGeoControl.updateGeoCodeCurrencyFromValue(GeoCodeCurrencyValue geoCodeCurrencyValue, BasePK updatedBy) voidGeoControl.updateGeoCodeDateTimeFormatFromValue(GeoCodeDateTimeFormatValue geoCodeDateTimeFormatValue, BasePK updatedBy) voidGeoControl.updateGeoCodeDescriptionFromValue(GeoCodeDescriptionValue geoCodeDescriptionValue, BasePK updatedBy) voidGeoControl.updateGeoCodeFromValue(GeoCodeDetailValue geoCodeDetailValue, BasePK updatedBy) voidGeoControl.updateGeoCodeLanguageFromValue(GeoCodeLanguageValue geoCodeLanguageValue, BasePK updatedBy) voidGeoControl.updateGeoCodeScopeDescriptionFromValue(GeoCodeScopeDescriptionValue geoCodeScopeDescriptionValue, BasePK updatedBy) voidGeoControl.updateGeoCodeScopeFromValue(GeoCodeScopeDetailValue geoCodeScopeDetailValue, BasePK updatedBy) voidGeoControl.updateGeoCodeTimeZoneFromValue(GeoCodeTimeZoneValue geoCodeTimeZoneValue, BasePK updatedBy) voidGeoControl.updateGeoCodeTypeDescriptionFromValue(GeoCodeTypeDescriptionValue geoCodeTypeDescriptionValue, BasePK updatedBy) voidGeoControl.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) voidGeoCodeLogic.deleteGeoCode(ExecutionErrorAccumulator eea, GeoCode geoCode, BasePK deletedBy) voidGeoCodeScopeLogic.deleteGeoCodeScope(ExecutionErrorAccumulator eea, GeoCodeScope geoCodeScope, BasePK deletedBy) voidGeoCodeTypeLogic.deleteGeoCodeType(ExecutionErrorAccumulator eea, GeoCodeType geoCodeType, BasePK deletedBy) voidGeoCodeScopeLogic.updateGeoCodeScopeFromValue(GeoCodeScopeDetailValue geoCodeScopeDetailValue, BasePK updatedBy) voidGeoCodeTypeLogic.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 BasePKMethods in com.echothree.model.control.graphql.server.graphql with parameters of type BasePKModifier and TypeMethodDescriptionprotected WorkflowEntityStatusObjectBaseObject.getWorkflowEntityStatusObject(graphql.schema.DataFetchingEnvironment env, BasePK basePrimaryKey, String workflowName) Constructors 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) voidIconControl.deleteIcon(Icon icon, BasePK deletedBy) voidIconControl.deleteIconUsage(IconUsage iconUsage, BasePK deletedBy) voidIconControl.deleteIconUsages(List<IconUsage> iconUsages, BasePK deletedBy) voidIconControl.deleteIconUsagesByIcon(Icon icon, BasePK deletedBy) voidIconControl.deleteIconUsagesByIconUsageType(IconUsageType iconUsageType, BasePK deletedBy) voidIconControl.deleteIconUsageType(IconUsageType iconUsageType, BasePK deletedBy) voidIconControl.deleteIconUsageTypeDescription(IconUsageTypeDescription iconUsageTypeDescription, BasePK deletedBy) voidIconControl.deleteIconUsageTypeDescriptionsByIconUsageType(IconUsageType iconUsageType, BasePK deletedBy) voidIconControl.updateIconUsageFromValue(IconUsageValue iconUsageValue, BasePK updatedBy) voidIconControl.updateIconUsageTypeDescriptionFromValue(IconUsageTypeDescriptionValue iconUsageTypeDescriptionValue, BasePK updatedBy) voidIconControl.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) voidIndexControl.deleteIndex(Index index, BasePK deletedBy) voidIndexControl.deleteIndexDescription(IndexDescription indexDescription, BasePK deletedBy) voidIndexControl.deleteIndexDescriptionsByIndex(Index index, BasePK deletedBy) voidIndexControl.deleteIndexes(List<Index> indexes, BasePK deletedBy) voidIndexControl.deleteIndexesByIndexType(IndexType indexType, BasePK deletedBy) voidIndexControl.deleteIndexField(IndexField indexField, BasePK deletedBy) voidIndexControl.deleteIndexFieldDescription(IndexFieldDescription indexFieldDescription, BasePK deletedBy) voidIndexControl.deleteIndexFieldDescriptionsByIndexField(IndexField indexField, BasePK deletedBy) voidIndexControl.deleteIndexFieldsByIndexType(IndexType indexType, BasePK deletedBy) voidIndexControl.deleteIndexType(IndexType indexType, BasePK deletedBy) voidIndexControl.deleteIndexTypeDescription(IndexTypeDescription indexTypeDescription, BasePK deletedBy) voidIndexControl.deleteIndexTypeDescriptionsByIndexType(IndexType indexType, BasePK deletedBy) voidIndexControl.deleteIndexTypes(List<IndexType> indexTypes, BasePK deletedBy) voidIndexControl.deleteIndexTypesByEntityType(EntityType entityType, BasePK deletedBy) voidIndexControl.updateIndexDescriptionFromValue(IndexDescriptionValue indexDescriptionValue, BasePK updatedBy) voidIndexControl.updateIndexFieldDescriptionFromValue(IndexFieldDescriptionValue indexFieldDescriptionValue, BasePK updatedBy) voidIndexControl.updateIndexFieldFromValue(IndexFieldDetailValue indexFieldDetailValue, BasePK updatedBy) voidIndexControl.updateIndexFromValue(IndexDetailValue indexDetailValue, BasePK updatedBy) voidIndexControl.updateIndexTypeDescriptionFromValue(IndexTypeDescriptionValue indexTypeDescriptionValue, BasePK updatedBy) voidIndexControl.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 voidBaseIndexer.addEntityInstanceToDocument(org.apache.lucene.document.Document document, EntityInstance entityInstance, BasePK basePK) protected org.apache.lucene.document.DocumentBaseIndexer.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) InventoryAdjustmentTypeControl.createInventoryAdjustmentType(String inventoryAdjustmentTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryAdjustmentTypeControl.createInventoryAdjustmentTypeDescription(InventoryAdjustmentType inventoryAdjustmentType, 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) InventoryTransactionTypeControl.createInventoryTransactionType(String inventoryTransactionTypeName, SequenceType inventoryTransactionSequenceType, Workflow inventoryTransactionWorkflow, WorkflowEntrance inventoryTransactionWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) InventoryTransactionTypeControl.createInventoryTransactionTypeDescription(InventoryTransactionType inventoryTransactionType, Language language, String description, 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) voidInventoryControl.deleteAllocationPriority(AllocationPriority allocationPriority, BasePK deletedBy) voidInventoryControl.deleteAllocationPriorityDescription(AllocationPriorityDescription allocationPriorityDescription, BasePK deletedBy) voidInventoryControl.deleteAllocationPriorityDescriptionsByAllocationPriority(AllocationPriority allocationPriority, BasePK deletedBy) voidInventoryAdjustmentTypeControl.deleteInventoryAdjustmentType(InventoryAdjustmentType inventoryAdjustmentType, BasePK deletedBy) voidInventoryAdjustmentTypeControl.deleteInventoryAdjustmentTypeDescription(InventoryAdjustmentTypeDescription inventoryAdjustmentTypeDescription, BasePK deletedBy) voidInventoryAdjustmentTypeControl.deleteInventoryAdjustmentTypeDescriptionsByInventoryAdjustmentType(InventoryAdjustmentType inventoryAdjustmentType, BasePK deletedBy) voidInventoryAdjustmentTypeControl.deleteInventoryAdjustmentTypes(List<InventoryAdjustmentType> inventoryAdjustmentTypes, BasePK deletedBy) voidInventoryControl.deleteInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionDescription(InventoryConditionDescription inventoryConditionDescription, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionDescriptionsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionGlAccount(InventoryConditionGlAccount inventoryConditionGlAccount, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionGlAccountByInventoryConditionAndItemAccountingCategory(InventoryCondition inventoryCondition, ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionGlAccounts(List<InventoryConditionGlAccount> inventoryConditionGlAccounts, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionGlAccountsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionGlAccountsByItemAccountingCategory(ItemAccountingCategory itemAccountingCategory, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionUse(InventoryConditionUse inventoryConditionUse, BasePK deletedBy) voidInventoryControl.deleteInventoryConditionUseByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupCapacitiesByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupCapacity(InventoryLocationGroupCapacity inventoryLocationGroupCapacity, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupDescription(InventoryLocationGroupDescription inventoryLocationGroupDescription, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupDescriptionsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupsByWarehouseParty(Party warehouseParty, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupVolume(InventoryLocationGroupVolume inventoryInventoryLocationGroupGroupVolume, BasePK deletedBy) voidInventoryControl.deleteInventoryLocationGroupVolumeByInventoryLocationGroup(InventoryLocationGroup inventoryInventoryLocationGroupGroup, BasePK deletedBy) voidInventoryTransactionTypeControl.deleteInventoryTransactionType(InventoryTransactionType inventoryTransactionType, BasePK deletedBy) voidInventoryTransactionTypeControl.deleteInventoryTransactionTypeDescription(InventoryTransactionTypeDescription inventoryTransactionTypeDescription, BasePK deletedBy) voidInventoryTransactionTypeControl.deleteInventoryTransactionTypeDescriptionsByInventoryTransactionType(InventoryTransactionType inventoryTransactionType, BasePK deletedBy) voidInventoryTransactionTypeControl.deleteInventoryTransactionTypes(List<InventoryTransactionType> inventoryTransactionTypes, BasePK deletedBy) voidvoidLotAliasControl.deleteLotAlias(LotAlias lotAlias, BasePK deletedBy) voidLotAliasControl.deleteLotAliasesByLot(Lot lot, BasePK deletedBy) voidLotAliasControl.deleteLotAliasesByLotAliasType(LotAliasType lotAliasType, BasePK deletedBy) voidLotAliasControl.deleteLotAliasType(LotAliasType lotAliasType, BasePK deletedBy) voidLotAliasControl.deleteLotAliasTypeDescription(LotAliasTypeDescription lotAliasTypeDescription, BasePK deletedBy) voidLotAliasControl.deleteLotAliasTypeDescriptionsByLotAliasType(LotAliasType lotAliasType, BasePK deletedBy) voidLotAliasControl.deleteLotAliasTypes(List<LotAliasType> lotAliasTypes, BasePK deletedBy) voidLotControl.deleteLots(Collection<Lot> lots, BasePK deletedBy) voidLotControl.deleteLotsByItem(Item item, BasePK deletedBy) voidLotTimeControl.deleteLotTime(LotTime lotTime, BasePK deletedBy) voidLotTimeControl.deleteLotTimes(List<LotTime> lotTimes, BasePK deletedBy) voidLotTimeControl.deleteLotTimesByLot(Lot lot, BasePK deletedBy) voidLotTimeControl.deleteLotTimesByLotTimeType(LotTimeType lotTimeType, BasePK deletedBy) voidLotTimeControl.deleteLotTimeType(LotTimeType lotTimeType, BasePK deletedBy) voidLotTimeControl.deleteLotTimeTypeDescription(LotTimeTypeDescription lotTimeTypeDescription, BasePK deletedBy) voidLotTimeControl.deleteLotTimeTypeDescriptionsByLotTimeType(LotTimeType lotTimeType, BasePK deletedBy) voidInventoryControl.deletePartyInventoryLevel(PartyInventoryLevel partyInventoryLevel, BasePK deletedBy) voidInventoryControl.deletePartyInventoryLevels(List<PartyInventoryLevel> partyInventoryLevels, BasePK deletedBy) voidInventoryControl.deletePartyInventoryLevelsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidInventoryControl.deletePartyInventoryLevelsByItem(Item item, BasePK deletedBy) voidInventoryControl.deletePartyInventoryLevelsByParty(Party party, BasePK deletedBy) voidInventoryControl.updateAllocationPriorityDescriptionFromValue(AllocationPriorityDescriptionValue allocationPriorityDescriptionValue, BasePK updatedBy) voidInventoryControl.updateAllocationPriorityFromValue(AllocationPriorityDetailValue allocationPriorityDetailValue, BasePK updatedBy) voidInventoryAdjustmentTypeControl.updateInventoryAdjustmentTypeDescriptionFromValue(InventoryAdjustmentTypeDescriptionValue inventoryAdjustmentTypeDescriptionValue, BasePK updatedBy) voidInventoryAdjustmentTypeControl.updateInventoryAdjustmentTypeFromValue(InventoryAdjustmentTypeDetailValue inventoryAdjustmentTypeDetailValue, BasePK updatedBy) voidInventoryControl.updateInventoryConditionDescriptionFromValue(InventoryConditionDescriptionValue inventoryConditionDescriptionValue, BasePK updatedBy) voidInventoryControl.updateInventoryConditionFromValue(InventoryConditionDetailValue inventoryConditionDetailValue, BasePK updatedBy) voidInventoryControl.updateInventoryConditionGlAccountFromValue(InventoryConditionGlAccountValue inventoryConditionGlAccountValue, BasePK updatedBy) voidInventoryControl.updateInventoryConditionUseFromValue(InventoryConditionUseValue inventoryConditionUseValue, BasePK updatedBy) Given a InventoryConditionUseValue, update only the isDefault property.voidInventoryControl.updateInventoryLocationGroupCapacityFromValue(InventoryLocationGroupCapacityValue inventoryLocationGroupCapacityValue, BasePK updatedBy) voidInventoryControl.updateInventoryLocationGroupDescriptionFromValue(InventoryLocationGroupDescriptionValue inventoryLocationGroupDescriptionValue, BasePK updatedBy) voidInventoryControl.updateInventoryLocationGroupFromValue(InventoryLocationGroupDetailValue inventoryLocationGroupDetailValue, BasePK updatedBy) voidInventoryControl.updateInventoryLocationGroupVolumeFromValue(InventoryLocationGroupVolumeValue inventoryInventoryLocationGroupGroupVolumeValue, BasePK updatedBy) voidInventoryTransactionTypeControl.updateInventoryTransactionTypeDescriptionFromValue(InventoryTransactionTypeDescriptionValue inventoryTransactionTypeDescriptionValue, BasePK updatedBy) voidInventoryTransactionTypeControl.updateInventoryTransactionTypeFromValue(InventoryTransactionTypeDetailValue inventoryTransactionTypeDetailValue, BasePK updatedBy) voidLotAliasControl.updateLotAliasFromValue(LotAliasValue lotAliasValue, BasePK updatedBy) voidLotAliasControl.updateLotAliasTypeDescriptionFromValue(LotAliasTypeDescriptionValue lotAliasTypeDescriptionValue, BasePK updatedBy) voidLotAliasControl.updateLotAliasTypeFromValue(LotAliasTypeDetailValue lotAliasTypeDetailValue, BasePK updatedBy) voidLotControl.updateLotFromValue(LotDetailValue lotDetailValue, BasePK updatedBy) voidLotTimeControl.updateLotTimeFromValue(LotTimeValue lotTimeValue, BasePK updatedBy) voidLotTimeControl.updateLotTimeTypeDescriptionFromValue(LotTimeTypeDescriptionValue lotTimeTypeDescriptionValue, BasePK updatedBy) voidLotTimeControl.updateLotTimeTypeFromValue(LotTimeTypeDetailValue lotTimeTypeDetailValue, BasePK updatedBy) voidInventoryControl.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) InventoryAdjustmentTypeLogic.createInventoryAdjustmentType(ExecutionErrorAccumulator eea, String inventoryAdjustmentTypeName, 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) InventoryTransactionTypeLogic.createInventoryTransactionType(ExecutionErrorAccumulator eea, String inventoryTransactionTypeName, SequenceType inventoryTransactionSequenceType, Workflow inventoryTransactionWorkflow, WorkflowEntrance inventoryTransactionWorkflowEntrance, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) LotLogic.createLot(ExecutionErrorAccumulator eea, Item item, String lotIdentifier, BasePK createdBy) voidLotTimeLogic.createOrUpdateLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) voidLotTimeLogic.createOrUpdateLotTimeIfNotNull(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, Long time, BasePK partyPK) voidAllocationPriorityLogic.deleteAllocationPriority(ExecutionErrorAccumulator eea, AllocationPriority allocationPriority, BasePK deletedBy) voidInventoryAdjustmentTypeLogic.deleteInventoryAdjustmentType(ExecutionErrorAccumulator eea, InventoryAdjustmentType inventoryAdjustmentType, BasePK deletedBy) voidInventoryConditionLogic.deleteInventoryCondition(ExecutionErrorAccumulator eea, InventoryCondition inventoryCondition, BasePK deletedBy) voidInventoryTransactionTypeLogic.deleteInventoryTransactionType(ExecutionErrorAccumulator eea, InventoryTransactionType inventoryTransactionType, BasePK deletedBy) voidLotLogic.deleteLot(ExecutionErrorAccumulator eea, Lot lot, BasePK deletedBy) voidLotTimeLogic.deleteLotTime(ExecutionErrorAccumulator ema, Lot lot, String lotTimeTypeName, BasePK deletedBy) voidAllocationPriorityLogic.updateAllocationPriorityFromValue(AllocationPriorityDetailValue allocationPriorityDetailValue, BasePK updatedBy) voidInventoryAdjustmentTypeLogic.updateInventoryAdjustmentTypeFromValue(InventoryAdjustmentTypeDetailValue inventoryAdjustmentTypeDetailValue, BasePK updatedBy) voidInventoryTransactionTypeLogic.updateInventoryTransactionTypeFromValue(InventoryTransactionTypeDetailValue inventoryTransactionTypeDetailValue, 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) voidInvoiceControl.deleteInvoiceAlias(InvoiceAlias invoiceAlias, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasesByInvoice(Invoice invoice, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasesByInvoiceAliasType(InvoiceAliasType invoiceAliasType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasType(InvoiceAliasType invoiceAliasType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasTypeDescription(InvoiceAliasTypeDescription invoiceAliasTypeDescription, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasTypeDescriptionsByInvoiceAliasType(InvoiceAliasType invoiceAliasType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasTypes(List<InvoiceAliasType> invoiceAliasTypes, BasePK deletedBy) voidInvoiceControl.deleteInvoiceAliasTypesByInvoiceType(InvoiceType invoiceType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineGlAccount(InvoiceLineGlAccount invoiceLineGlAccount, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineGlAccountsByInvoiceLine(InvoiceLine invoiceLine, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineItem(InvoiceLineItem invoiceLineItem, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineItemsByInvoiceLine(InvoiceLine invoiceLine, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineType(InvoiceLineType invoiceLineType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineTypeDescription(InvoiceLineTypeDescription invoiceLineTypeDescription, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineTypeDescriptionsByInvoiceLineType(InvoiceLineType invoiceLineType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineTypes(List<InvoiceLineType> invoiceLineTypes, BasePK deletedBy) voidInvoiceControl.deleteInvoiceLineTypesByInvoiceType(InvoiceType invoiceType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceRole(InvoiceRole invoiceRole, BasePK deletedBy) voidInvoiceControl.deleteInvoiceRolesByInvoice(Invoice invoice, BasePK deletedBy) voidInvoiceControl.deleteInvoiceRolesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTime(InvoiceTime invoiceTime, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTimes(List<InvoiceTime> invoiceTimes, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTimesByInvoice(Invoice invoice, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTimesByInvoiceTimeType(InvoiceTimeType invoiceTimeType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTimeType(InvoiceTimeType invoiceTimeType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTimeTypeDescription(InvoiceTimeTypeDescription invoiceTimeTypeDescription, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTimeTypeDescriptionsByInvoiceTimeType(InvoiceTimeType invoiceTimeType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceType(InvoiceType invoiceType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTypeDescription(InvoiceTypeDescription invoiceTypeDescription, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTypeDescriptionsByInvoiceType(InvoiceType invoiceType, BasePK deletedBy) voidInvoiceControl.deleteInvoiceTypes(List<InvoiceType> invoiceTypes, BasePK deletedBy) voidInvoiceControl.updateInvoiceAliasFromValue(InvoiceAliasValue invoiceAliasValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceAliasTypeDescriptionFromValue(InvoiceAliasTypeDescriptionValue invoiceAliasTypeDescriptionValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceAliasTypeFromValue(InvoiceAliasTypeDetailValue invoiceAliasTypeDetailValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceLineGlAccountFromValue(InvoiceLineGlAccountValue invoiceLineGlAccountValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceLineItemFromValue(InvoiceLineItemValue invoiceLineItemValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceLineTypeDescriptionFromValue(InvoiceLineTypeDescriptionValue invoiceLineTypeDescriptionValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceLineTypeFromValue(InvoiceLineTypeDetailValue invoiceLineTypeDetailValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceRoleFromValue(InvoiceRoleValue invoiceRoleValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceTimeFromValue(InvoiceTimeValue invoiceTimeValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceTimeTypeDescriptionFromValue(InvoiceTimeTypeDescriptionValue invoiceTimeTypeDescriptionValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceTimeTypeFromValue(InvoiceTimeTypeDetailValue invoiceTimeTypeDetailValue, BasePK updatedBy) voidInvoiceControl.updateInvoiceTypeDescriptionFromValue(InvoiceTypeDescriptionValue invoiceTypeDescriptionValue, BasePK updatedBy) voidInvoiceControl.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) voidInvoiceTimeLogic.createOrUpdateInvoiceTime(ExecutionErrorAccumulator ema, Invoice invoice, String invoiceTimeTypeName, Long time, BasePK partyPK) voidInvoiceTimeLogic.createOrUpdateInvoiceTimeIfNotNull(ExecutionErrorAccumulator ema, Invoice invoice, String invoiceTimeTypeName, Long time, BasePK partyPK) voidInvoiceTimeLogic.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, ItemVolumeType itemVolumeType, Long height, Long width, Long depth, BasePK createdBy) ItemControl.createItemVolumeType(String itemVolumeTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemVolumeTypeDescription(ItemVolumeType itemVolumeType, Language language, String description, BasePK createdBy) ItemControl.createItemWeight(Item item, UnitOfMeasureType unitOfMeasureType, ItemWeightType itemWeightType, Long weight, BasePK createdBy) ItemControl.createItemWeightType(String itemWeightTypeName, Boolean isDefault, Integer sortOrder, BasePK createdBy) ItemControl.createItemWeightTypeDescription(ItemWeightType itemWeightType, Language language, String description, 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) voidItemControl.deleteHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodes(List<HarmonizedTariffScheduleCode> harmonizedTariffScheduleCodes, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodesByCountryGeoCode(GeoCode countryGeoCode, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodesByFirstHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnit firstHarmonizedTariffScheduleCodeUnit, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodesByHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodesBySecondHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnit secondHarmonizedTariffScheduleCodeUnit, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeTranslation(HarmonizedTariffScheduleCodeTranslation harmonizedTariffScheduleCodeTranslation, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeTranslationsByHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUnitDescription(HarmonizedTariffScheduleCodeUnitDescription harmonizedTariffScheduleCodeUnitDescription, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUnitDescriptionsByHarmonizedTariffScheduleCodeUnit(HarmonizedTariffScheduleCodeUnit harmonizedTariffScheduleCodeUnit, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUse(HarmonizedTariffScheduleCodeUse harmonizedTariffScheduleCodeUse, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUses(List<HarmonizedTariffScheduleCodeUse> harmonizedTariffScheduleCodeUses, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUsesByHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUsesByHarmonizedTariffScheduleCodeUseType(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUseType(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUseTypeDescription(HarmonizedTariffScheduleCodeUseTypeDescription harmonizedTariffScheduleCodeUseTypeDescription, BasePK deletedBy) voidItemControl.deleteHarmonizedTariffScheduleCodeUseTypeDescriptionsByHarmonizedTariffScheduleCodeUseType(HarmonizedTariffScheduleCodeUseType harmonizedTariffScheduleCodeUseType, BasePK deletedBy) voidItemControl.deleteItemAlias(ItemAlias itemAlias, BasePK deletedBy) voidItemControl.deleteItemAliases(List<ItemAlias> itemAliases, BasePK deletedBy) voidItemControl.deleteItemAliasesByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemAliasesByItemAliasType(ItemAliasType itemAliasType, BasePK deletedBy) voidItemControl.deleteItemAliasesByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemAliasesByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemAliasType(ItemAliasType itemAliasType, BasePK deletedBy) voidItemControl.deleteItemAliasTypeDescription(ItemAliasTypeDescription itemAliasTypeDescription, BasePK deletedBy) voidItemControl.deleteItemAliasTypeDescriptionsByItemAliasType(ItemAliasType itemAliasType, BasePK deletedBy) voidItemControl.deleteItemBlobDescription(ItemBlobDescription itemBlobDescription, BasePK deletedBy) voidItemControl.deleteItemBlobDescriptionByItemDescription(ItemDescription itemDescription, BasePK deletedBy) voidItemControl.deleteItemCategories(List<ItemCategory> itemCategories, BasePK deletedBy) voidItemControl.deleteItemCategory(ItemCategory itemCategory, BasePK deletedBy) voidItemControl.deleteItemCategoryDescription(ItemCategoryDescription itemCategoryDescription, BasePK deletedBy) voidItemControl.deleteItemCategoryDescriptionsByItemCategory(ItemCategory itemCategory, BasePK deletedBy) voidItemControl.deleteItemClobDescription(ItemClobDescription itemClobDescription, BasePK deletedBy) voidItemControl.deleteItemClobDescriptionByItemDescription(ItemDescription itemDescription, BasePK deletedBy) voidItemControl.deleteItemCountryOfOrigin(ItemCountryOfOrigin itemCountryOfOrigin, BasePK deletedBy) voidItemControl.deleteItemCountryOfOrigins(List<ItemCountryOfOrigin> itemCountryOfOrigins, BasePK deletedBy) voidItemControl.deleteItemCountryOfOriginsByCountryGeoCode(GeoCode countryGeoCode, BasePK deletedBy) voidItemControl.deleteItemCountryOfOriginsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemDescription(ItemDescription itemDescription, BasePK deletedBy) voidItemControl.deleteItemDescriptions(List<ItemDescription> itemDescriptions, BasePK deletedBy) voidItemControl.deleteItemDescriptionsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemDescriptionsByItemDescriptionType(ItemDescriptionType itemDescriptionType, BasePK deletedBy) voidItemControl.deleteItemDescriptionsByItemImageType(ItemImageType itemImageType, BasePK deletedBy) voidItemControl.deleteItemDescriptionType(ItemDescriptionType itemDescriptionType, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeDescription(ItemDescriptionTypeDescription itemDescriptionTypeDescription, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeDescriptionsByItemDescriptionType(ItemDescriptionType itemDescriptionType, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypes(List<ItemDescriptionType> itemDescriptionTypes, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUse(ItemDescriptionTypeUse itemDescriptionTypeUse, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUses(List<ItemDescriptionTypeUse> itemDescriptionTypeUses, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUsesByItemDescriptionType(ItemDescriptionType itemDescriptionType, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUsesByItemDescriptionTypeUseType(ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUseType(ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUseTypeDescription(ItemDescriptionTypeUseTypeDescription itemDescriptionTypeUseTypeDescription, BasePK deletedBy) voidItemControl.deleteItemDescriptionTypeUseTypeDescriptionsByItemDescriptionTypeUseType(ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) voidItemControl.deleteItemFixedPrice(ItemFixedPrice itemFixedPrice, BasePK deletedBy) voidItemControl.deleteItemHarmonizedTariffScheduleCode(ItemHarmonizedTariffScheduleCode itemHarmonizedTariffScheduleCode, BasePK deletedBy) voidItemControl.deleteItemHarmonizedTariffScheduleCodes(List<ItemHarmonizedTariffScheduleCode> itemHarmonizedTariffScheduleCodes, BasePK deletedBy) voidItemControl.deleteItemHarmonizedTariffScheduleCodesByCountryGeoCode(GeoCode countryGeoCode, BasePK deletedBy) voidItemControl.deleteItemHarmonizedTariffScheduleCodesByHarmonizedTariffScheduleCode(HarmonizedTariffScheduleCode harmonizedTariffScheduleCode, BasePK deletedBy) voidItemControl.deleteItemHarmonizedTariffScheduleCodesByHarmonizedTariffScheduleCodeUseType(HarmonizedTariffScheduleCode harmonizedTariffScheduleCodeUseType, BasePK deletedBy) voidItemControl.deleteItemHarmonizedTariffScheduleCodesByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemImageDescription(ItemImageDescription itemImageDescription, BasePK deletedBy) voidItemControl.deleteItemImageDescriptionByItemDescription(ItemDescription itemDescription, BasePK deletedBy) voidItemControl.deleteItemImageDescriptionType(ItemImageDescriptionType itemImageDescriptionType, BasePK deletedBy) voidItemControl.deleteItemImageDescriptionTypeByItemDescriptionType(ItemDescriptionType itemDescriptionType, BasePK deletedBy) voidItemControl.deleteItemImageType(ItemImageType itemImageType, BasePK deletedBy) voidItemControl.deleteItemImageTypeDescription(ItemImageTypeDescription itemImageTypeDescription, BasePK deletedBy) voidItemControl.deleteItemImageTypeDescriptionsByItemImageType(ItemImageType itemImageType, BasePK deletedBy) voidItemControl.deleteItemKitMember(ItemKitMember itemKitMember, BasePK deletedBy) voidItemControl.deleteItemKitMembers(List<ItemKitMember> itemKitMembers, BasePK deletedBy) voidItemControl.deleteItemKitMembersByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidItemControl.deleteItemKitMembersByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemKitMembersByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemKitMembersByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemKitOption(ItemKitOption itemKitOption, BasePK deletedBy) voidItemControl.deleteItemPackCheckRequirement(ItemPackCheckRequirement itemPackCheckRequirement, BasePK deletedBy) voidItemControl.deleteItemPackCheckRequirements(List<ItemPackCheckRequirement> itemPackCheckRequirements, BasePK deletedBy) voidItemControl.deleteItemPackCheckRequirementsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemPackCheckRequirementsByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemPackCheckRequirementsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemPrice(ItemPrice itemPrice, BasePK deletedBy) voidItemControl.deleteItemPrices(List<ItemPrice> itemPrices, BasePK deletedBy) voidItemControl.deleteItemPricesByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidItemControl.deleteItemPricesByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemPricesByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemPricesByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemShippingTime(ItemShippingTime itemShippingTime, BasePK deletedBy) voidItemControl.deleteItemShippingTimesByCustomerType(CustomerType customerType, BasePK deletedBy) voidItemControl.deleteItemShippingTimesByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemStringDescription(ItemStringDescription itemStringDescription, BasePK deletedBy) voidItemControl.deleteItemStringDescriptionByItemDescription(ItemDescription itemDescription, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimit(ItemUnitCustomerTypeLimit itemUnitCustomerTypeLimit, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimits(List<ItemUnitCustomerTypeLimit> itemUnitCustomerTypeLimits, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimitsByCustomerType(CustomerType customerType, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimitsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimitsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimitsByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitCustomerTypeLimitsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitLimit(ItemUnitLimit itemUnitLimit, BasePK deletedBy) voidItemControl.deleteItemUnitLimits(List<ItemUnitLimit> itemUnitLimits, BasePK deletedBy) voidItemControl.deleteItemUnitLimitsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidItemControl.deleteItemUnitLimitsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemUnitLimitsByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitLimitsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitOfMeasureType(ItemUnitOfMeasureType itemUnitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitOfMeasureTypes(List<ItemUnitOfMeasureType> itemUnitOfMeasureTypes, BasePK deletedBy) voidItemControl.deleteItemUnitOfMeasureTypesByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemUnitOfMeasureTypesByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitPriceLimit(ItemUnitPriceLimit itemUnitPriceLimit, BasePK deletedBy) voidItemControl.deleteItemUnitPriceLimits(List<ItemUnitPriceLimit> itemUnitPriceLimits, BasePK deletedBy) voidItemControl.deleteItemUnitPriceLimitsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidItemControl.deleteItemUnitPriceLimitsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemUnitPriceLimitsByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemUnitPriceLimitsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemVariablePrice(ItemVariablePrice itemVariablePrice, BasePK deletedBy) voidItemControl.deleteItemVolume(ItemVolume itemVolume, BasePK deletedBy) voidItemControl.deleteItemVolumeByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemVolumes(Collection<ItemVolume> itemVolumes, BasePK deletedBy) voidItemControl.deleteItemVolumesByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemVolumesByItemVolumeType(ItemVolumeType itemVolumeType, BasePK deletedBy) voidItemControl.deleteItemVolumeType(ItemVolumeType itemVolumeType, BasePK deletedBy) voidItemControl.deleteItemVolumeTypeDescription(ItemVolumeTypeDescription itemVolumeTypeDescription, BasePK deletedBy) voidItemControl.deleteItemVolumeTypeDescriptionsByItemVolumeType(ItemVolumeType itemVolumeType, BasePK deletedBy) voidItemControl.deleteItemWeight(ItemWeight itemWeight, BasePK deletedBy) voidItemControl.deleteItemWeightByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidItemControl.deleteItemWeights(Collection<ItemWeight> itemWeights, BasePK deletedBy) voidItemControl.deleteItemWeightsByItem(Item item, BasePK deletedBy) voidItemControl.deleteItemWeightsByItemWeightType(ItemWeightType itemWeightType, BasePK deletedBy) voidItemControl.deleteItemWeightType(ItemWeightType itemWeightType, BasePK deletedBy) voidItemControl.deleteItemWeightTypeDescription(ItemWeightTypeDescription itemWeightTypeDescription, BasePK deletedBy) voidItemControl.deleteItemWeightTypeDescriptionsByItemWeightType(ItemWeightType itemWeightType, BasePK deletedBy) voidItemControl.deleteRelatedItem(RelatedItem relatedItem, BasePK deletedBy) voidItemControl.deleteRelatedItems(List<RelatedItem> relatedItems, BasePK deletedBy) voidItemControl.deleteRelatedItemsByFromItem(Item fromItem, BasePK deletedBy) voidItemControl.deleteRelatedItemsByItem(Item item, BasePK deletedBy) voidItemControl.deleteRelatedItemsByRelatedItemType(RelatedItemType relatedItemType, BasePK deletedBy) voidItemControl.deleteRelatedItemsByToItem(Item toItem, BasePK deletedBy) voidItemControl.deleteRelatedItemType(RelatedItemType relatedItemType, BasePK deletedBy) voidItemControl.deleteRelatedItemTypeDescription(RelatedItemTypeDescription relatedItemTypeDescription, BasePK deletedBy) voidItemControl.deleteRelatedItemTypeDescriptionsByRelatedItemType(RelatedItemType relatedItemType, BasePK deletedBy) voidItemControl.updateHarmonizedTariffScheduleCodeFromValue(HarmonizedTariffScheduleCodeDetailValue harmonizedTariffScheduleCodeDetailValue, BasePK updatedBy) voidItemControl.updateHarmonizedTariffScheduleCodeTranslationFromValue(HarmonizedTariffScheduleCodeTranslationValue harmonizedTariffScheduleCodeTranslationValue, BasePK updatedBy) voidItemControl.updateHarmonizedTariffScheduleCodeUnitDescriptionFromValue(HarmonizedTariffScheduleCodeUnitDescriptionValue harmonizedTariffScheduleCodeUnitDescriptionValue, BasePK updatedBy) voidItemControl.updateHarmonizedTariffScheduleCodeUnitFromValue(HarmonizedTariffScheduleCodeUnitDetailValue harmonizedTariffScheduleCodeUnitDetailValue, BasePK updatedBy) voidItemControl.updateHarmonizedTariffScheduleCodeUseTypeDescriptionFromValue(HarmonizedTariffScheduleCodeUseTypeDescriptionValue harmonizedTariffScheduleCodeUseTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateHarmonizedTariffScheduleCodeUseTypeFromValue(HarmonizedTariffScheduleCodeUseTypeDetailValue harmonizedTariffScheduleCodeUseTypeDetailValue, BasePK updatedBy) voidItemControl.updateItemAliasFromValue(ItemAliasValue itemAliasValue, BasePK updatedBy) voidItemControl.updateItemAliasTypeDescriptionFromValue(ItemAliasTypeDescriptionValue itemAliasTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateItemAliasTypeFromValue(ItemAliasTypeDetailValue itemAliasTypeDetailValue, BasePK updatedBy) voidItemControl.updateItemBlobDescriptionFromValue(ItemBlobDescriptionValue itemBlobDescriptionValue, BasePK updatedBy) voidItemControl.updateItemCategoryDescriptionFromValue(ItemCategoryDescriptionValue itemCategoryDescriptionValue, BasePK updatedBy) voidItemControl.updateItemCategoryFromValue(ItemCategoryDetailValue itemCategoryDetailValue, BasePK updatedBy) voidItemControl.updateItemClobDescriptionFromValue(ItemClobDescriptionValue itemClobDescriptionValue, BasePK updatedBy) voidItemControl.updateItemCountryOfOriginFromValue(ItemCountryOfOriginValue itemCountryOfOriginValue, BasePK updatedBy) voidItemControl.updateItemDescriptionFromValue(ItemDescriptionDetailValue itemDescriptionDetailValue, BasePK updatedBy) voidItemControl.updateItemDescriptionTypeDescriptionFromValue(ItemDescriptionTypeDescriptionValue itemDescriptionTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateItemDescriptionTypeFromValue(ItemDescriptionTypeDetailValue itemDescriptionTypeDetailValue, BasePK updatedBy) voidItemControl.updateItemDescriptionTypeUseTypeDescriptionFromValue(ItemDescriptionTypeUseTypeDescriptionValue itemDescriptionTypeUseTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateItemDescriptionTypeUseTypeFromValue(ItemDescriptionTypeUseTypeDetailValue itemDescriptionTypeUseTypeDetailValue, BasePK updatedBy) voidItemControl.updateItemFixedPriceFromValue(ItemFixedPriceValue itemFixedPriceValue, BasePK updatedBy) voidItemControl.updateItemFromValue(ItemDetailValue itemDetailValue, BasePK updatedBy) voidItemControl.updateItemHarmonizedTariffScheduleCodeFromValue(ItemHarmonizedTariffScheduleCodeDetailValue itemHarmonizedTariffScheduleCodeDetailValue, BasePK updatedBy) voidItemControl.updateItemImageDescriptionFromValue(ItemImageDescriptionValue itemImageDescriptionValue, BasePK updatedBy) voidItemControl.updateItemImageDescriptionTypeFromValue(ItemImageDescriptionTypeValue itemImageDescriptionTypeValue, BasePK updatedBy) Use the version located in ItemDescriptionLogic instead.voidItemControl.updateItemImageTypeDescriptionFromValue(ItemImageTypeDescriptionValue itemImageTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateItemImageTypeFromValue(ItemImageTypeDetailValue itemImageTypeDetailValue, BasePK updatedBy) Use the version located in ItemDescriptionLogic instead.voidItemControl.updateItemKitMemberFromValue(ItemKitMemberValue itemKitMemberValue, BasePK updatedBy) voidItemControl.updateItemKitOptionFromValue(ItemKitOptionValue itemKitOptionValue, BasePK updatedBy) voidItemControl.updateItemPackCheckRequirementFromValue(ItemPackCheckRequirementValue itemPackCheckRequirementValue, BasePK updatedBy) voidItemControl.updateItemShippingTimeFromValue(ItemShippingTimeValue itemShippingTimeValue, BasePK updatedBy) voidItemControl.updateItemStringDescriptionFromValue(ItemStringDescriptionValue itemStringDescriptionValue, BasePK updatedBy) voidItemControl.updateItemUnitCustomerTypeLimitFromValue(ItemUnitCustomerTypeLimitValue itemUnitCustomerTypeLimitValue, BasePK updatedBy) voidItemControl.updateItemUnitLimitFromValue(ItemUnitLimitValue itemUnitLimitValue, BasePK updatedBy) voidItemControl.updateItemUnitOfMeasureTypeFromValue(ItemUnitOfMeasureTypeValue itemUnitOfMeasureTypeValue, BasePK updatedBy) voidItemControl.updateItemUnitPriceLimitFromValue(ItemUnitPriceLimitValue itemUnitPriceLimitValue, BasePK updatedBy) voidItemControl.updateItemVariablePriceFromValue(ItemVariablePriceValue itemVariablePriceValue, BasePK updatedBy) voidItemControl.updateItemVolumeFromValue(ItemVolumeValue itemVolumeValue, BasePK updatedBy) voidItemControl.updateItemVolumeTypeDescriptionFromValue(ItemVolumeTypeDescriptionValue itemVolumeTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateItemVolumeTypeFromValue(ItemVolumeTypeDetailValue itemVolumeTypeDetailValue, BasePK updatedBy) voidItemControl.updateItemWeightFromValue(ItemWeightValue itemWeightValue, BasePK updatedBy) voidItemControl.updateItemWeightTypeDescriptionFromValue(ItemWeightTypeDescriptionValue itemWeightTypeDescriptionValue, BasePK updatedBy) voidItemControl.updateItemWeightTypeFromValue(ItemWeightTypeDetailValue itemWeightTypeDetailValue, BasePK updatedBy) voidItemControl.updateRelatedItemFromValue(RelatedItemDetailValue relatedItemDetailValue, BasePK updatedBy) voidItemControl.updateRelatedItemTypeDescriptionFromValue(RelatedItemTypeDescriptionValue relatedItemTypeDescriptionValue, BasePK updatedBy) voidItemControl.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) ItemVolumeTypeLogic.createItemVolumeType(ExecutionErrorAccumulator eea, String itemVolumeTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) ItemWeightTypeLogic.createItemWeightType(ExecutionErrorAccumulator eea, String itemWeightTypeName, 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) voidItemAliasTypeLogic.deleteItemAliasType(ExecutionErrorAccumulator eea, ItemAliasType itemAliasType, BasePK deletedBy) voidItemCategoryLogic.deleteItemCategory(ItemCategory itemCategory, BasePK deletedBy) voidItemDescriptionLogic.deleteItemDescription(ItemDescription itemDescription, BasePK deletedBy) voidItemDescriptionTypeLogic.deleteItemDescriptionType(ExecutionErrorAccumulator eea, ItemDescriptionType itemDescriptionType, BasePK deletedBy) voidItemDescriptionTypeUseTypeLogic.deleteItemDescriptionTypeUseType(ExecutionErrorAccumulator eea, ItemDescriptionTypeUseType itemDescriptionTypeUseType, BasePK deletedBy) voidItemDescriptionLogic.deleteItemImageDescriptionChildren(ItemDescription itemDescription, BasePK deletedBy) voidItemDescriptionLogic.deleteItemImageDescriptionChildren(ItemDescriptionType itemDescriptionType, Item item, Language language, BasePK deletedBy) voidItemImageTypeLogic.deleteItemImageType(ExecutionErrorAccumulator eea, ItemImageType itemImageType, BasePK deletedBy) voidItemVolumeTypeLogic.deleteItemVolumeType(ExecutionErrorAccumulator eea, ItemVolumeType itemVolumeType, BasePK deletedBy) voidItemWeightTypeLogic.deleteItemWeightType(ExecutionErrorAccumulator eea, ItemWeightType itemWeightType, BasePK deletedBy) voidRelatedItemTypeLogic.deleteRelatedItemType(ExecutionErrorAccumulator eea, RelatedItemType relatedItemType, BasePK deletedBy) ItemDescriptionLogic.searchForItemDescription(ItemDescriptionType itemDescriptionType, Item item, Language language, BasePK createdBy) voidItemAliasTypeLogic.updateItemAliasTypeFromValue(Session session, ItemAliasTypeDetailValue itemAliasTypeDetailValue, BasePK updatedBy) voidItemDescriptionTypeUseTypeLogic.updateItemDescriptionTypeUseTypeFromValue(ItemDescriptionTypeUseTypeDetailValue itemDescriptionTypeUseTypeDetailValue, BasePK updatedBy) voidItemDescriptionLogic.updateItemImageDescriptionTypeFromValue(ItemImageDescriptionTypeValue itemImageDescriptionTypeValue, BasePK updatedBy) voidItemDescriptionLogic.updateItemImageTypeFromValue(ItemImageTypeDetailValue itemImageTypeDetailValue, BasePK updatedBy) voidItemVolumeTypeLogic.updateItemVolumeTypeFromValue(Session session, ItemVolumeTypeDetailValue itemVolumeTypeDetailValue, BasePK updatedBy) voidItemWeightTypeLogic.updateItemWeightTypeFromValue(Session session, ItemWeightTypeDetailValue itemWeightTypeDetailValue, BasePK updatedBy) voidRelatedItemTypeLogic.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) voidvoidJobControl.deleteJobDescription(JobDescription jobDescription, BasePK deletedBy) voidJobControl.deleteJobDescriptionsByJob(Job job, BasePK deletedBy) voidJobControl.updateJobDescriptionFromValue(JobDescriptionValue jobDescriptionValue, BasePK updatedBy) voidJobControl.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) voidLetterControl.deleteLetter(Letter letter, BasePK deletedBy) voidLetterControl.deleteLetterContactMechanismPurpose(LetterContactMechanismPurpose letterContactMechanismPurpose, BasePK deletedBy) voidLetterControl.deleteLetterContactMechanismPurposesByLetter(Letter letter, BasePK deletedBy) voidLetterControl.deleteLetterDescription(LetterDescription letterDescription, BasePK deletedBy) voidLetterControl.deleteLetterDescriptionsByLetter(Letter letter, BasePK deletedBy) voidLetterControl.deleteLetters(List<Letter> letters, BasePK deletedBy) voidLetterControl.deleteLettersByContactList(ContactList contactList, BasePK deletedBy) voidLetterControl.deleteLettersByLetterSource(LetterSource letterSource, BasePK deletedBy) voidLetterControl.deleteLetterSource(LetterSource letterSource, BasePK deletedBy) voidLetterControl.deleteLetterSourceDescription(LetterSourceDescription letterSourceDescription, BasePK deletedBy) voidLetterControl.deleteLetterSourceDescriptionsByLetterSource(LetterSource letterSource, BasePK deletedBy) voidLetterControl.deleteLetterSources(List<LetterSource> letterSources, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByEmailAddressPartyContactMechanism(PartyContactMechanism emailAddressPartyContactMechanism, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByLetterSourcePartyContactMechanism(PartyContactMechanism letterSourcePartyContactMechanism, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidLetterControl.deleteLetterSourcesByPostalAddressPartyContactMechanism(PartyContactMechanism postalAddressPartyContactMechanism, BasePK deletedBy) voidLetterControl.removeQueuedLetter(QueuedLetter queuedLetter, BasePK removedBy) voidLetterControl.removeQueuedLettersByLetter(Letter letter, BasePK removedBy) voidLetterControl.updateLetterContactMechanismPurposeFromValue(LetterContactMechanismPurposeDetailValue letterContactMechanismPurposeDetailValue, BasePK updatedBy) voidLetterControl.updateLetterDescriptionFromValue(LetterDescriptionValue letterDescriptionValue, BasePK updatedBy) voidLetterControl.updateLetterFromValue(LetterDetailValue letterDetailValue, BasePK updatedBy) voidLetterControl.updateLetterSourceDescriptionFromValue(LetterSourceDescriptionValue letterSourceDescriptionValue, BasePK updatedBy) voidLetterControl.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) voidLicenseControl.deleteLicenseType(LicenseType licenseType, BasePK deletedBy) voidLicenseControl.deleteLicenseTypeDescription(LicenseTypeDescription licenseTypeDescription, BasePK deletedBy) voidLicenseControl.deleteLicenseTypeDescriptionsByLicenseType(LicenseType licenseType, BasePK deletedBy) voidLicenseControl.deleteLicenseTypes(List<LicenseType> licenseTypes, BasePK deletedBy) voidLicenseControl.updateLicenseTypeDescriptionFromValue(LicenseTypeDescriptionValue licenseTypeDescriptionValue, BasePK updatedBy) voidLicenseControl.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) voidMessageControl.deleteEntityMessage(EntityMessage entityMessage, BasePK deletedBy) voidMessageControl.deleteEntityMessages(List<EntityMessage> entityMessages, BasePK deletedBy) voidMessageControl.deleteEntityMessagesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidMessageControl.deleteEntityMessagesByMessage(Message message, BasePK deletedBy) voidMessageControl.deleteMessage(Message message, BasePK deletedBy) voidMessageControl.deleteMessageBlob(MessageBlob messageBlob, BasePK deletedBy) voidMessageControl.deleteMessageBlobs(List<MessageBlob> messageBlobs, BasePK deletedBy) voidMessageControl.deleteMessageBlobsByMessage(Message message, BasePK deletedBy) voidMessageControl.deleteMessageClob(MessageClob messageClob, BasePK deletedBy) voidMessageControl.deleteMessageClobs(List<MessageClob> messageClobs, BasePK deletedBy) voidMessageControl.deleteMessageClobsByMessage(Message message, BasePK deletedBy) voidMessageControl.deleteMessageDescription(MessageDescription messageDescription, BasePK deletedBy) voidMessageControl.deleteMessageDescriptionsByMessage(Message message, BasePK deletedBy) voidMessageControl.deleteMessages(List<Message> messages, BasePK deletedBy) voidMessageControl.deleteMessagesByMessageType(MessageType messageType, BasePK deletedBy) voidMessageControl.deleteMessageString(MessageString messageString, BasePK deletedBy) voidMessageControl.deleteMessageStrings(List<MessageString> messageStrings, BasePK deletedBy) voidMessageControl.deleteMessageStringsByMessage(Message message, BasePK deletedBy) voidMessageControl.deleteMessageType(MessageType messageType, BasePK deletedBy) voidMessageControl.deleteMessageTypeDescription(MessageTypeDescription messageTypeDescription, BasePK deletedBy) voidMessageControl.deleteMessageTypeDescriptionsByMessageType(MessageType messageType, BasePK deletedBy) voidMessageControl.deleteMessageTypes(List<MessageType> messageTypes, BasePK deletedBy) voidMessageControl.deleteMessageTypesByEntityType(EntityType entityType, BasePK deletedBy) voidMessageControl.updateMessageBlobFromValue(MessageBlobValue messageBlobValue, BasePK updatedBy) voidMessageControl.updateMessageClobFromValue(MessageClobValue messageClobValue, BasePK updatedBy) voidMessageControl.updateMessageDescriptionFromValue(MessageDescriptionValue messageDescriptionValue, BasePK updatedBy) voidMessageControl.updateMessageFromValue(MessageDetailValue messageDetailValue, BasePK updatedBy) voidMessageControl.updateMessageStringFromValue(MessageStringValue messageStringValue, BasePK updatedBy) voidMessageControl.updateMessageTypeDescriptionFromValue(MessageTypeDescriptionValue messageTypeDescriptionValue, BasePK updatedBy) voidMessageControl.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) voidOfferControl.deleteOffer(Offer offer, BasePK deletedBy) Use the function in OfferLogic instead.voidOfferControl.deleteOfferChainType(OfferChainType offerChainType, BasePK deletedBy) voidOfferControl.deleteOfferChainTypes(List<OfferChainType> offerChainTypes, BasePK deletedBy) voidOfferControl.deleteOfferChainTypesByChain(Chain chain, BasePK deletedBy) voidOfferControl.deleteOfferChainTypesByChainType(ChainType chainType, BasePK deletedBy) voidOfferControl.deleteOfferChainTypesByOffer(Offer offer, BasePK deletedBy) voidOfferControl.deleteOfferCustomerType(OfferCustomerType offerCustomerType, BasePK deletedBy) voidOfferControl.deleteOfferCustomerTypes(List<OfferCustomerType> offerCustomerTypes, BasePK deletedBy) voidOfferControl.deleteOfferCustomerTypesByCustomerType(CustomerType customerType, BasePK deletedBy) voidOfferControl.deleteOfferCustomerTypesByOffer(Offer offer, BasePK deletedBy) voidOfferControl.deleteOfferDescription(OfferDescription offerDescription, BasePK deletedBy) voidOfferControl.deleteOfferDescriptionsByOffer(Offer offer, BasePK deletedBy) voidOfferItemControl.deleteOfferItem(OfferItem offerItem, BasePK deletedBy) Use the function in OfferItemLogic instead.voidOfferItemControl.deleteOfferItemPrice(OfferItemPrice offerItemPrice, BasePK deletedBy) Use the function in OfferItemLogic instead.voidOfferNameElementControl.deleteOfferNameElement(OfferNameElement offerNameElement, BasePK deletedBy) voidOfferNameElementControl.deleteOfferNameElementDescription(OfferNameElementDescription offerNameElementDescription, BasePK deletedBy) voidOfferNameElementControl.deleteOfferNameElementDescriptionsByOfferNameElement(OfferNameElement offerNameElement, BasePK deletedBy) voidOfferUseControl.deleteOfferUse(OfferUse offerUse, BasePK deletedBy) voidOfferUseControl.deleteOfferUses(List<OfferUse> offerUses, BasePK deletedBy) voidOfferUseControl.deleteOfferUsesByOffer(Offer offer, BasePK deletedBy) voidOfferUseControl.deleteOfferUsesBySalesOrderSequence(Sequence salesOrderSequence, BasePK deletedBy) voidOfferUseControl.deleteOfferUsesByUse(Use use, BasePK deletedBy) voidSourceControl.deleteSource(Source source, BasePK deletedBy) voidSourceControl.deleteSources(List<Source> sources, BasePK deletedBy) voidSourceControl.deleteSourcesByOfferUse(OfferUse offerUse, BasePK deletedBy) voidvoidUseControl.deleteUseDescription(UseDescription useDescription, BasePK deletedBy) voidUseControl.deleteUseDescriptionsByUse(Use use, BasePK deletedBy) voidUseNameElementControl.deleteUseNameElement(UseNameElement useNameElement, BasePK deletedBy) voidUseNameElementControl.deleteUseNameElementDescription(UseNameElementDescription useNameElementDescription, BasePK deletedBy) voidUseNameElementControl.deleteUseNameElementDescriptionsByUseNameElement(UseNameElement useNameElement, BasePK deletedBy) voidUseControl.deleteUses(List<Use> uses, BasePK deletedBy) voidUseControl.deleteUsesByUseType(UseType useType, BasePK deletedBy) voidUseTypeControl.deleteUseType(UseType useType, BasePK deletedBy) voidUseTypeControl.deleteUseTypeDescription(UseTypeDescription useTypeDescription, BasePK deletedBy) voidUseTypeControl.deleteUseTypeDescriptionsByUseType(UseType useType, BasePK deletedBy) voidOfferControl.updateOfferChainTypeFromValue(OfferChainTypeValue offerChainTypeValue, BasePK updatedBy) voidOfferControl.updateOfferCustomerTypeFromValue(OfferCustomerTypeValue offerCustomerTypeValue, BasePK updatedBy) voidOfferControl.updateOfferDescriptionFromValue(OfferDescriptionValue offerDescriptionValue, BasePK updatedBy) voidOfferControl.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.voidOfferNameElementControl.updateOfferNameElementDescriptionFromValue(OfferNameElementDescriptionValue offerNameElementDescriptionValue, BasePK updatedBy) voidOfferNameElementControl.updateOfferNameElementFromValue(OfferNameElementDetailValue offerNameElementDetailValue, BasePK updatedBy) voidOfferUseControl.updateOfferUseFromValue(OfferUseDetailValue offerUseDetailValue, BasePK updatedBy) voidSourceControl.updateSourceFromValue(SourceDetailValue sourceDetailValue, BasePK updatedBy) voidUseControl.updateUseDescriptionFromValue(UseDescriptionValue useDescriptionValue, BasePK updatedBy) voidUseControl.updateUseFromValue(UseDetailValue useDetailValue, BasePK updatedBy) voidUseNameElementControl.updateUseNameElementDescriptionFromValue(UseNameElementDescriptionValue useNameElementDescriptionValue, BasePK updatedBy) voidUseNameElementControl.updateUseNameElementFromValue(UseNameElementDetailValue useNameElementDetailValue, BasePK updatedBy) voidUseTypeControl.updateUseTypeDescriptionFromValue(UseTypeDescriptionValue useTypeDescriptionValue, BasePK updatedBy) voidUseTypeControl.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) voidOfferItemLogic.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) voidOfferLogic.deleteOffer(ExecutionErrorAccumulator eea, Offer offer, BasePK deletedBy) voidOfferItemLogic.deleteOfferItem(OfferItem offerItem, BasePK deletedBy) voidOfferItemLogic.deleteOfferItem(ExecutionErrorAccumulator eea, OfferItem offerItem, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemPrice(OfferItemPrice offerItemPrice, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemPrice(ExecutionErrorAccumulator eea, String offerName, String itemName, String inventoryConditionName, String unitOfMeasureTypeName, String currencyIsoName, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemPrices(List<OfferItemPrice> offerItemPrices, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemPricesByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemPricesByOfferItem(OfferItem offerItem, BasePK deletedBy) voidOfferItemLogic.deleteOfferItems(List<OfferItem> offerItems, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemsByOffer(Offer offer, BasePK deletedBy) voidOfferItemLogic.deleteOfferItemsByOffers(List<Offer> offers, BasePK deletedBy) voidOfferNameElementLogic.deleteOfferNameElement(ExecutionErrorAccumulator eea, OfferNameElement offerNameElement, BasePK deletedBy) voidOfferUseLogic.deleteOfferUse(ExecutionErrorAccumulator eea, OfferUse offerUse, BasePK deletedBy) voidUseLogic.deleteUse(ExecutionErrorAccumulator eea, Use use, BasePK deletedBy) voidUseNameElementLogic.deleteUseNameElement(ExecutionErrorAccumulator eea, UseNameElement useNameElement, BasePK deletedBy) voidUseTypeLogic.deleteUseType(ExecutionErrorAccumulator eea, UseType useType, BasePK deletedBy) voidOfferLogic.updateOfferFromValue(OfferDetailValue offerDetailValue, BasePK updatedBy) voidOfferItemLogic.updateOfferItemFixedPriceFromValue(OfferItemFixedPriceValue offerItemFixedPriceValue, BasePK updatedBy) voidOfferItemLogic.updateOfferItemVariablePriceFromValue(OfferItemVariablePriceValue offerItemVariablePriceValue, BasePK updatedBy) voidUseLogic.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, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, BasePK createdBy) OrderTypeControl.createOrderTypeDescription(OrderType orderType, Language language, String description, BasePK createdBy) voidOrderControl.deleteOrder(Order order, BasePK deletedBy) voidOrderAdjustmentControl.deleteOrderAdjustment(OrderAdjustment orderAdjustment, BasePK deletedBy) voidOrderAdjustmentControl.deleteOrderAdjustmentsByOrder(Order order, BasePK deletedBy) voidOrderAdjustmentControl.deleteOrderAdjustmentType(OrderAdjustmentType orderAdjustmentType, BasePK deletedBy) voidOrderAdjustmentControl.deleteOrderAdjustmentTypeDescription(OrderAdjustmentTypeDescription orderAdjustmentTypeDescription, BasePK deletedBy) voidOrderAdjustmentControl.deleteOrderAdjustmentTypeDescriptionsByOrderAdjustmentType(OrderAdjustmentType orderAdjustmentType, BasePK deletedBy) voidOrderAliasControl.deleteOrderAlias(OrderAlias orderAlias, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasesByOrder(Order order, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasesByOrderAliasType(OrderAliasType orderAliasType, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasType(OrderAliasType orderAliasType, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasTypeDescription(OrderAliasTypeDescription orderAliasTypeDescription, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasTypeDescriptionsByOrderAliasType(OrderAliasType orderAliasType, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasTypes(List<OrderAliasType> orderAliasTypes, BasePK deletedBy) voidOrderAliasControl.deleteOrderAliasTypesByOrderType(OrderType orderType, BasePK deletedBy) voidOrderBatchControl.deleteOrderBatch(Batch batch, BasePK deletedBy) voidOrderBatchControl.deleteOrderBatch(OrderBatch orderBatch, BasePK deletedBy) voidOrderLineControl.deleteOrderLine(OrderLine orderLine, BasePK deletedBy) voidOrderLineAdjustmentControl.deleteOrderLineAdjustment(OrderLineAdjustment orderLineAdjustment, BasePK deletedBy) voidOrderLineAdjustmentControl.deleteOrderLineAdjustmentsByOrderLine(OrderLine orderLine, BasePK deletedBy) voidOrderLineAdjustmentControl.deleteOrderLineAdjustmentType(OrderLineAdjustmentType orderLineAdjustmentType, BasePK deletedBy) voidOrderLineAdjustmentControl.deleteOrderLineAdjustmentTypeDescription(OrderLineAdjustmentTypeDescription orderLineAdjustmentTypeDescription, BasePK deletedBy) voidOrderLineAdjustmentControl.deleteOrderLineAdjustmentTypeDescriptionsByOrderLineAdjustmentType(OrderLineAdjustmentType orderLineAdjustmentType, BasePK deletedBy) voidOrderLineControl.deleteOrderLinesByOrder(Order order, BasePK deletedBy) voidOrderLineControl.deleteOrderLinesByOrder(List<OrderLine> orderLines, BasePK deletedBy) voidOrderLineControl.deleteOrderLinesByOrderShipmentGroup(OrderShipmentGroup orderShipmentGroup, BasePK deletedBy) voidOrderLineControl.deleteOrderLinesByWishlistPriority(WishlistPriority wishlistPriority, BasePK deletedBy) voidOrderTimeControl.deleteOrderLineTime(OrderLineTime orderLineTime, BasePK deletedBy) voidOrderTimeControl.deleteOrderLineTimes(List<OrderLineTime> orderLineTimes, BasePK deletedBy) voidOrderTimeControl.deleteOrderLineTimesByOrder(OrderLine orderLine, BasePK deletedBy) voidOrderTimeControl.deleteOrderLineTimesByOrderTimeType(OrderTimeType orderTimeType, BasePK deletedBy) voidOrderPaymentPreferenceControl.deleteOrderPaymentPreference(OrderPaymentPreference orderPaymentPreference, BasePK deletedBy) voidOrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByOrder(Order order, BasePK deletedBy) voidOrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByOrder(List<OrderPaymentPreference> orderPaymentPreferences, BasePK deletedBy) voidOrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByPartyPaymentMethod(PartyPaymentMethod partyPaymentMethod, BasePK deletedBy) voidOrderPaymentPreferenceControl.deleteOrderPaymentPreferencesByPaymentMethod(PaymentMethod paymentMethod, BasePK deletedBy) voidOrderPriorityControl.deleteOrderPriority(OrderPriority orderPriority, BasePK deletedBy) voidOrderPriorityControl.deleteOrderPriorityDescription(OrderPriorityDescription orderPriorityDescription, BasePK deletedBy) voidOrderPriorityControl.deleteOrderPriorityDescriptionsByOrderPriority(OrderPriority orderPriority, BasePK deletedBy) voidOrderRoleControl.deleteOrderRole(OrderRole orderRole, BasePK deletedBy) voidOrderRoleControl.deleteOrderRoles(List<OrderRole> orderRoles, BasePK deletedBy) voidOrderRoleControl.deleteOrderRolesByOrder(Order order, BasePK deletedBy) voidOrderControl.deleteOrders(List<Order> orders, BasePK deletedBy) voidOrderControl.deleteOrdersByWishlistType(WishlistType wishlistType, BasePK deletedBy) voidOrderShipmentGroupControl.deleteOrderShipmentGroup(OrderShipmentGroup orderShipmentGroup, BasePK deletedBy) voidOrderShipmentGroupControl.deleteOrderShipmentGroupsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidOrderTimeControl.deleteOrderTime(OrderTime orderTime, BasePK deletedBy) voidOrderTimeControl.deleteOrderTimes(List<OrderTime> orderTimes, BasePK deletedBy) voidOrderTimeControl.deleteOrderTimesByOrder(Order order, BasePK deletedBy) voidOrderTimeControl.deleteOrderTimesByOrderTimeType(OrderTimeType orderTimeType, BasePK deletedBy) voidOrderTimeControl.deleteOrderTimeType(OrderTimeType orderTimeType, BasePK deletedBy) voidOrderTimeControl.deleteOrderTimeTypeDescription(OrderTimeTypeDescription orderTimeTypeDescription, BasePK deletedBy) voidOrderTimeControl.deleteOrderTimeTypeDescriptionsByOrderTimeType(OrderTimeType orderTimeType, BasePK deletedBy) voidOrderTypeControl.deleteOrderType(OrderType orderType, BasePK deletedBy) voidOrderTypeControl.deleteOrderTypeDescription(OrderTypeDescription orderTypeDescription, BasePK deletedBy) voidOrderTypeControl.deleteOrderTypeDescriptionsByOrderType(OrderType orderType, BasePK deletedBy) voidOrderTypeControl.deleteOrderTypes(List<OrderType> orderTypes, BasePK deletedBy) voidOrderAdjustmentControl.updateOrderAdjustmentTypeDescriptionFromValue(OrderAdjustmentTypeDescriptionValue orderAdjustmentTypeDescriptionValue, BasePK updatedBy) voidOrderAdjustmentControl.updateOrderAdjustmentTypeFromValue(OrderAdjustmentTypeDetailValue orderAdjustmentTypeDetailValue, BasePK updatedBy) voidOrderAliasControl.updateOrderAliasFromValue(OrderAliasValue orderAliasValue, BasePK updatedBy) voidOrderAliasControl.updateOrderAliasTypeDescriptionFromValue(OrderAliasTypeDescriptionValue orderAliasTypeDescriptionValue, BasePK updatedBy) voidOrderAliasControl.updateOrderAliasTypeFromValue(OrderAliasTypeDetailValue orderAliasTypeDetailValue, BasePK updatedBy) voidOrderBatchControl.updateOrderBatchFromValue(OrderBatchValue orderBatchValue, BasePK updatedBy) voidOrderControl.updateOrderFromValue(OrderDetailValue orderDetailValue, BasePK updatedBy) voidOrderLineAdjustmentControl.updateOrderLineAdjustmentTypeDescriptionFromValue(OrderLineAdjustmentTypeDescriptionValue orderLineAdjustmentTypeDescriptionValue, BasePK updatedBy) voidOrderLineAdjustmentControl.updateOrderLineAdjustmentTypeFromValue(OrderLineAdjustmentTypeDetailValue orderLineAdjustmentTypeDetailValue, BasePK updatedBy) voidOrderLineControl.updateOrderLineFromValue(OrderLineDetailValue orderLineDetailValue, BasePK updatedBy) voidOrderTimeControl.updateOrderLineTimeFromValue(OrderLineTimeValue orderLineTimeValue, BasePK updatedBy) voidOrderPaymentPreferenceControl.updateOrderPaymentPreferenceFromValue(OrderPaymentPreferenceDetailValue orderPaymentPreferenceDetailValue, BasePK updatedBy) voidOrderPriorityControl.updateOrderPriorityDescriptionFromValue(OrderPriorityDescriptionValue orderPriorityDescriptionValue, BasePK updatedBy) voidOrderPriorityControl.updateOrderPriorityFromValue(OrderPriorityDetailValue orderPriorityDetailValue, BasePK updatedBy) voidOrderShipmentGroupControl.updateOrderShipmentGroupFromValue(OrderShipmentGroupDetailValue orderShipmentGroupDetailValue, BasePK updatedBy) voidOrderTimeControl.updateOrderTimeFromValue(OrderTimeValue orderTimeValue, BasePK updatedBy) voidOrderTimeControl.updateOrderTimeTypeDescriptionFromValue(OrderTimeTypeDescriptionValue orderTimeTypeDescriptionValue, BasePK updatedBy) voidOrderTimeControl.updateOrderTimeTypeFromValue(OrderTimeTypeDetailValue orderTimeTypeDetailValue, BasePK updatedBy) voidOrderTypeControl.updateOrderTypeDescriptionFromValue(OrderTypeDescriptionValue orderTypeDescriptionValue, BasePK updatedBy) voidOrderTypeControl.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 TypeMethodDescriptionvoidBaseOrderLogic.checkItemAgainstOrderPaymentPreferences(Session session, ExecutionErrorAccumulator eea, Order order, Item item, BasePK evaluatedBy) voidBaseOrderLogic.checkItemAgainstShippingMethod(Session session, ExecutionErrorAccumulator eea, OrderShipmentGroup orderShipmentGroup, Item item, BasePK evaluatedBy) BaseOrderLogic.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) BaseOrderLineLogic.createOrderLine(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderLineSequence, OrderLine parentOrderLine, OrderShipmentGroup orderShipmentGroup, Item item, InventoryCondition inventoryCondition, UnitOfMeasureType unitOfMeasureType, Long quantity, Long unitAmount, String description, CancellationPolicy cancellationPolicy, ReturnPolicy returnPolicy, Boolean taxable, BasePK createdBy) voidOrderLineTimeLogic.createOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) BaseOrderLogic.createOrderPaymentPreference(Session session, ExecutionErrorAccumulator eea, Order order, Integer orderPaymentPreferenceSequence, PaymentMethod paymentMethod, PartyPaymentMethod partyPaymentMethod, Boolean wasPresent, Long maximumAmount, Integer sortOrder, BasePK createdBy) BaseOrderPriorityLogic.createOrderPriority(ExecutionErrorAccumulator eea, OrderType orderType, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) BaseOrderPriorityLogic.createOrderPriority(ExecutionErrorAccumulator eea, String orderTypeName, String orderPriorityName, Integer priority, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) BaseOrderShipmentGroupLogic.createOrderShipmentGroup(ExecutionErrorAccumulator eea, Order order, Integer orderShipmentGroupSequence, ItemDeliveryType itemDeliveryType, Boolean isDefault, PartyContactMechanism partyContactMechanism, ShippingMethod shippingMethod, Boolean holdUntilComplete, BasePK createdBy) voidOrderTimeLogic.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, SequenceType orderSequenceType, Workflow orderWorkflow, WorkflowEntrance orderWorkflowEntrance, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voidOrderLineTimeLogic.createOrUpdateOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) voidOrderLineTimeLogic.createOrUpdateOrderLineTimeIfNotNull(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) voidOrderTimeLogic.createOrUpdateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) voidOrderTimeLogic.createOrUpdateOrderTimeIfNotNull(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) voidOrderLineTimeLogic.deleteOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, BasePK deletedBy) voidBaseOrderPriorityLogic.deleteOrderPriority(ExecutionErrorAccumulator eea, OrderPriority orderPriority, BasePK deletedBy) voidOrderTimeLogic.deleteOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) voidOrderTimeTypeLogic.deleteOrderTimeType(ExecutionErrorAccumulator eea, OrderTimeType orderTimeType, BasePK deletedBy) voidOrderTypeLogic.deleteOrderType(ExecutionErrorAccumulator eea, OrderType orderType, BasePK deletedBy) voidOrderLineTimeLogic.updateOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK partyPK) voidBaseOrderPriorityLogic.updateOrderPriorityFromValue(ExecutionErrorAccumulator eea, OrderPriorityDetailValue orderPriorityDetailValue, BasePK updatedBy) voidOrderTimeLogic.updateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK partyPK) voidOrderTimeTypeLogic.updateOrderTimeTypeFromValue(ExecutionErrorAccumulator eea, OrderTimeTypeDetailValue orderTimeTypeDetailValue, BasePK updatedBy) voidOrderTypeLogic.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) PartyApplicationEditorUseControl.createPartyApplicationEditorUse(Party party, ApplicationEditorUse applicationEditorUse, ApplicationEditor applicationEditor, Integer preferredHeight, Integer preferredWidth, 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) PartyEntityTypeControl.createPartyEntityType(Party party, EntityType entityType, Boolean confirmDelete, 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) voidPartyControl.deleteBirthdayFormat(BirthdayFormat birthdayFormat, BasePK deletedBy) voidPartyControl.deleteBirthdayFormatDescription(BirthdayFormatDescription birthdayFormatDescription, BasePK deletedBy) voidPartyControl.deleteBirthdayFormatDescriptionsByBirthdayFormat(BirthdayFormat birthdayFormat, BasePK deletedBy) voidPartyControl.deleteDateTimeFormatDescription(DateTimeFormatDescription dateTimeFormatDescription, BasePK deletedBy) voidPartyControl.deleteDateTimeFormatDescriptionsByDateTimeFormat(DateTimeFormat dateTimeFormat, BasePK deletedBy) voidPartyControl.deleteGender(Gender gender, BasePK deletedBy) voidPartyControl.deleteGenderDescription(GenderDescription genderDescription, BasePK deletedBy) voidPartyControl.deleteGenderDescriptionsByGender(Gender gender, BasePK deletedBy) voidPartyControl.deleteMood(Mood mood, BasePK deletedBy) voidPartyControl.deleteMoodDescription(MoodDescription moodDescription, BasePK deletedBy) voidPartyControl.deleteMoodDescriptionsByMood(Mood mood, BasePK deletedBy) voidPartyControl.deleteNameSuffix(NameSuffix nameSuffix, BasePK deletedBy) voidPartyControl.deleteParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyAlias(PartyAlias partyAlias, BasePK deletedBy) voidPartyControl.deletePartyAliasesByParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyAliasesByPartyAliasType(PartyAliasType partyAliasType, BasePK deletedBy) voidPartyControl.deletePartyAliasType(PartyAliasType partyAliasType, BasePK deletedBy) voidPartyControl.deletePartyAliasTypeDescription(PartyAliasTypeDescription partyAliasTypeDescription, BasePK deletedBy) voidPartyControl.deletePartyAliasTypeDescriptionsByPartyAliasType(PartyAliasType partyAliasType, BasePK deletedBy) voidPartyControl.deletePartyAliasTypes(List<PartyAliasType> partyAliasTypes, BasePK deletedBy) voidPartyControl.deletePartyAliasTypesByPartyType(PartyType partyType, BasePK deletedBy) voidPartyApplicationEditorUseControl.deletePartyApplicationEditorUse(PartyApplicationEditorUse partyApplicationEditorUse, BasePK deletedBy) voidPartyApplicationEditorUseControl.deletePartyApplicationEditorUses(List<PartyApplicationEditorUse> partyApplicationEditorUses, BasePK deletedBy) voidPartyApplicationEditorUseControl.deletePartyApplicationEditorUsesByApplicationEditor(ApplicationEditor applicationEditor, BasePK deletedBy) voidPartyApplicationEditorUseControl.deletePartyApplicationEditorUsesByParty(ApplicationEditorUse applicationEditorUse, BasePK deletedBy) voidPartyApplicationEditorUseControl.deletePartyApplicationEditorUsesByParty(Party party, BasePK deletedBy) voidPartyEntityTypeControl.deletePartyEntityType(PartyEntityType partyEntityType, BasePK deletedBy) voidPartyEntityTypeControl.deletePartyEntityTypesByParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyGroup(PartyGroup partyGroup, BasePK deletedBy) voidPartyControl.deletePartyGroupByParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyRelationship(PartyRelationship partyRelationship, BasePK deletedBy) voidPartyControl.deletePartyRelationships(List<PartyRelationship> partyRelationships, BasePK deletedBy) voidPartyControl.deletePartyRelationshipsByParty(Party party, BasePK deletedBy) voidPartyControl.deletePartyTypeAuditPolicy(PartyTypeAuditPolicy partyTypeAuditPolicy, BasePK deletedBy) voidPartyControl.deletePartyTypeLockoutPolicy(PartyTypeLockoutPolicy partyTypeLockoutPolicy, BasePK deletedBy) voidPartyControl.deletePartyTypePasswordStringPolicy(PartyTypePasswordStringPolicy partyTypePasswordStringPolicy, BasePK deletedBy) voidPartyControl.deletePerson(Person person, BasePK deletedBy) voidPartyControl.deletePersonalTitle(PersonalTitle personalTitle, BasePK deletedBy) voidPartyControl.deletePersonByParty(Party party, BasePK deletedBy) voidPartyControl.deleteProfile(Profile profile, BasePK deletedBy) voidPartyControl.deleteProfileByParty(Party party, BasePK deletedBy) voidPartyControl.deleteTimeZoneDescription(TimeZoneDescription timeZoneDescription, BasePK deletedBy) voidPartyControl.deleteTimeZoneDescriptionsByTimeZone(TimeZone timeZone, BasePK deletedBy) voidPartyControl.updateBirthdayFormatDescriptionFromValue(BirthdayFormatDescriptionValue birthdayFormatDescriptionValue, BasePK updatedBy) voidPartyControl.updateBirthdayFormatFromValue(BirthdayFormatDetailValue birthdayFormatDetailValue, BasePK updatedBy) voidPartyControl.updateDateTimeFormatDescriptionFromValue(DateTimeFormatDescriptionValue dateTimeFormatDescriptionValue, BasePK updatedBy) voidPartyControl.updateGenderDescriptionFromValue(GenderDescriptionValue genderDescriptionValue, BasePK updatedBy) voidPartyControl.updateGenderFromValue(GenderDetailValue genderDetailValue, BasePK updatedBy) voidPartyControl.updateMoodDescriptionFromValue(MoodDescriptionValue moodDescriptionValue, BasePK updatedBy) voidPartyControl.updateMoodFromValue(MoodDetailValue moodDetailValue, BasePK updatedBy) voidPartyControl.updateNameSuffixFromValue(NameSuffixDetailValue nameSuffixDetailValue, BasePK updatedBy) voidPartyControl.updatePartyAliasFromValue(PartyAliasValue partyAliasValue, BasePK updatedBy) voidPartyControl.updatePartyAliasTypeDescriptionFromValue(PartyAliasTypeDescriptionValue partyAliasTypeDescriptionValue, BasePK updatedBy) voidPartyControl.updatePartyAliasTypeFromValue(PartyAliasTypeDetailValue partyAliasTypeDetailValue, BasePK updatedBy) voidPartyApplicationEditorUseControl.updatePartyApplicationEditorUseFromValue(PartyApplicationEditorUseDetailValue partyApplicationEditorUseDetailValue, BasePK updatedBy) voidPartyControl.updatePartyCompanyFromValue(PartyCompanyValue partyCompanyValue, BasePK updatedBy) voidPartyControl.updatePartyDepartmentFromValue(PartyDepartmentValue partyDepartmentValue, BasePK updatedBy) voidPartyControl.updatePartyDivisionFromValue(PartyDivisionValue partyDivisionValue, BasePK updatedBy) voidPartyEntityTypeControl.updatePartyEntityTypeFromValue(PartyEntityTypeValue partyEntityTypeValue, BasePK updatedBy) voidPartyControl.updatePartyFromValue(PartyDetailValue partyDetailValue, BasePK updatedBy) voidPartyControl.updatePartyGroupFromValue(PartyGroupValue partyGroupValue, BasePK updatedBy) voidPartyControl.updatePartyTypeAuditPolicyFromValue(PartyTypeAuditPolicyDetailValue partyTypeAuditPolicyDetailValue, BasePK updatedBy) voidPartyControl.updatePartyTypeLockoutPolicyFromValue(PartyTypeLockoutPolicyDetailValue partyTypeLockoutPolicyDetailValue, BasePK updatedBy) voidPartyControl.updatePartyTypePasswordStringPolicyFromValue(PartyTypePasswordStringPolicyDetailValue partyTypePasswordStringPolicyDetailValue, BasePK updatedBy) voidPartyControl.updatePersonalTitleFromValue(PersonalTitleDetailValue personalTitleDetailValue, BasePK updatedBy) voidPartyControl.updatePersonFromValue(PersonValue personValue, BasePK updatedBy) voidPartyControl.updateProfileFromValue(ProfileValue profileValue, BasePK updatedBy) voidPartyControl.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 ChainInstancePartyChainLogic.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) voidPartyAliasTypeLogic.deletePartyAliasType(ExecutionErrorAccumulator eea, PartyAliasType partyAliasType, BasePK deletedBy) voidPartyRelationshipLogic.deletePartyRelationship(ExecutionErrorAccumulator eea, PartyRelationshipType partyRelationshipType, Party fromParty, RoleType fromRoleType, Party toParty, RoleType toRoleType, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromCompany(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromCompanysDivisions(ExecutionErrorAccumulator eea, Party companyParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromDepartment(ExecutionErrorAccumulator eea, Party departmentParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromDivision(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK deletedBy) voidPartyRelationshipLogic.removeEmployeeFromDivisionsDepartments(ExecutionErrorAccumulator eea, Party divisionParty, Party employeeParty, BasePK deletedBy) voidPartyAliasTypeLogic.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) voidBillingControl.deleteBillingAccountRole(BillingAccountRole billingAccountRole, BasePK deletedBy) voidBillingControl.deleteBillingAccountRolesByBillingAccount(BillingAccount billingAccount, BasePK deletedBy) voidBillingControl.deleteBillingAccountRolesByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethod(PartyPaymentMethod partyPaymentMethod, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCard(PartyPaymentMethodCreditCard partyPaymentMethodCreditCard, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCards(List<PartyPaymentMethodCreditCard> partyPaymentMethodCreditCards, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByBillingPartyContactMechanism(PartyContactMechanism billingPartyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByIssuerPartyContactMechanism(PartyContactMechanism issuerPartyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodCreditCardSecurityCode(PartyPaymentMethodCreditCardSecurityCode partyPaymentMethodCreditCardSecurityCode, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethods(List<PartyPaymentMethod> partyPaymentMethods, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodsByParty(Party party, BasePK deletedBy) voidPartyPaymentMethodControl.deletePartyPaymentMethodsByPaymentMethod(PaymentMethod paymentMethod, BasePK deletedBy) voidPaymentMethodControl.deletePaymentMethod(PaymentMethod paymentMethod, BasePK deletedBy) voidPaymentMethodControl.deletePaymentMethodCheck(PaymentMethodCheck paymentMethodCheck, BasePK deletedBy) voidPaymentMethodControl.deletePaymentMethodCreditCard(PaymentMethodCreditCard paymentMethodCreditCard, BasePK deletedBy) voidPaymentMethodControl.deletePaymentMethodDescription(PaymentMethodDescription paymentMethodDescription, BasePK deletedBy) voidPaymentMethodControl.deletePaymentMethodDescriptionsByPaymentMethod(PaymentMethod paymentMethod, BasePK deletedBy) voidPaymentMethodControl.deletePaymentMethodsByPaymentProcessor(PaymentProcessor paymentProcessor, BasePK deletedBy) voidPaymentMethodTypeControl.deletePaymentMethodType(PaymentMethodType paymentMethodType, BasePK deletedBy) voidPaymentMethodTypeControl.deletePaymentMethodTypeDescription(PaymentMethodTypeDescription paymentMethodTypeDescription, BasePK deletedBy) voidPaymentMethodTypeControl.deletePaymentMethodTypeDescriptionsByPaymentMethodType(PaymentMethodType paymentMethodType, BasePK deletedBy) voidPaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyType(PaymentMethodTypePartyType paymentMethodTypePartyType, BasePK deletedBy) voidPaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyTypes(Collection<PaymentMethodTypePartyType> paymentMethodTypePartyTypes, BasePK deletedBy) voidPaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyTypesByPartyType(PartyType partyType, BasePK deletedBy) voidPaymentMethodTypePartyTypeControl.deletePaymentMethodTypePartyTypesByPaymentMethodType(PaymentMethodType paymentMethodType, BasePK deletedBy) voidPaymentProcessorControl.deletePaymentProcessor(PaymentProcessor paymentProcessor, BasePK deletedBy) voidPaymentProcessorActionControl.deletePaymentProcessorAction(PaymentProcessorAction paymentProcessorAction, BasePK deletedBy) voidPaymentProcessorActionControl.deletePaymentProcessorActionsByPaymentProcessor(PaymentProcessor paymentProcessor, BasePK deletedBy) voidPaymentProcessorActionControl.deletePaymentProcessorActionsByPaymentProcessorTypeAction(PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK deletedBy) voidPaymentProcessorActionTypeControl.deletePaymentProcessorActionType(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) voidPaymentProcessorActionTypeControl.deletePaymentProcessorActionTypeDescription(PaymentProcessorActionTypeDescription paymentProcessorActionTypeDescription, BasePK deletedBy) voidPaymentProcessorActionTypeControl.deletePaymentProcessorActionTypeDescriptionsByPaymentProcessorActionType(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) voidPaymentProcessorControl.deletePaymentProcessorDescription(PaymentProcessorDescription paymentProcessorDescription, BasePK deletedBy) voidPaymentProcessorControl.deletePaymentProcessorDescriptionsByPaymentProcessor(PaymentProcessor paymentProcessor, BasePK deletedBy) voidPaymentProcessorResultCodeControl.deletePaymentProcessorResultCode(PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) voidPaymentProcessorResultCodeControl.deletePaymentProcessorResultCodeDescription(PaymentProcessorResultCodeDescription paymentProcessorResultCodeDescription, BasePK deletedBy) voidPaymentProcessorResultCodeControl.deletePaymentProcessorResultCodeDescriptionsByPaymentProcessorResultCode(PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) voidPaymentProcessorTransactionControl.deletePaymentProcessorTransaction(PaymentProcessorTransaction paymentProcessorTransaction, BasePK deletedBy) voidPaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCode(PaymentProcessorTransactionCode paymentProcessorTransactionCode, BasePK deletedBy) voidPaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCodesByPaymentProcessorTransaction(PaymentProcessorTransaction paymentProcessorTransaction, BasePK deletedBy) voidPaymentProcessorTransactionCodeControl.deletePaymentProcessorTransactionCodesByPaymentProcessorTypeCode(PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) voidPaymentProcessorTransactionControl.deletePaymentProcessorTransactions(Collection<PaymentProcessorTransaction> paymentProcessorTransactions, BasePK deletedBy) voidPaymentProcessorTransactionControl.deletePaymentProcessorTransactionsByPaymentProcessor(PaymentProcessor paymentProcessor, BasePK deletedBy) voidPaymentProcessorTransactionControl.deletePaymentProcessorTransactionsByPaymentProcessorActionType(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) voidPaymentProcessorTransactionControl.deletePaymentProcessorTransactionsByPaymentProcessorResultCode(PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) voidPaymentProcessorTypeControl.deletePaymentProcessorType(PaymentProcessorType paymentProcessorType, BasePK deletedBy) voidPaymentProcessorTypeActionControl.deletePaymentProcessorTypeAction(PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK deletedBy) voidPaymentProcessorTypeActionControl.deletePaymentProcessorTypeActions(Collection<PaymentProcessorTypeAction> paymentProcessorTypeActions, BasePK deletedBy) voidPaymentProcessorTypeActionControl.deletePaymentProcessorTypeActionsByPaymentProcessorActionType(PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) voidPaymentProcessorTypeActionControl.deletePaymentProcessorTypeActionsByPaymentProcessorType(PaymentProcessorType paymentProcessorType, BasePK deletedBy) voidPaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCode(PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) voidPaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodeDescription(PaymentProcessorTypeCodeDescription paymentProcessorTypeCodeDescription, BasePK deletedBy) voidPaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodeDescriptionsByPaymentProcessorTypeCode(PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) voidPaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodes(Collection<PaymentProcessorTypeCode> paymentProcessorTypeCodes, BasePK deletedBy) voidPaymentProcessorTypeCodeControl.deletePaymentProcessorTypeCodesByPaymentProcessorTypeCodeType(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) voidPaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeType(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) voidPaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypeDescription(PaymentProcessorTypeCodeTypeDescription paymentProcessorTypeCodeTypeDescription, BasePK deletedBy) voidPaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypeDescriptionsByPaymentProcessorTypeCodeType(PaymentProcessorTypeCodeType paymentProcessorTypeCodeType, BasePK deletedBy) voidPaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypes(Collection<PaymentProcessorTypeCodeType> paymentProcessorTypeCodeTypes, BasePK deletedBy) voidPaymentProcessorTypeCodeTypeControl.deletePaymentProcessorTypeCodeTypesByPaymentProcessorType(PaymentProcessorType paymentProcessorType, BasePK deletedBy) voidPaymentProcessorTypeControl.deletePaymentProcessorTypeDescription(PaymentProcessorTypeDescription paymentProcessorTypeDescription, BasePK deletedBy) voidPaymentProcessorTypeControl.deletePaymentProcessorTypeDescriptionsByPaymentProcessorType(PaymentProcessorType paymentProcessorType, BasePK deletedBy) voidBillingControl.updateBillingAccountRoleFromValue(BillingAccountRoleValue billingAccountRoleValue, BasePK updatedBy) voidPartyPaymentMethodControl.updatePartyPaymentMethodCreditCardFromValue(PartyPaymentMethodCreditCardValue partyPaymentMethodCreditCardValue, BasePK updatedBy) voidPartyPaymentMethodControl.updatePartyPaymentMethodCreditCardSecurityCodeFromValue(PartyPaymentMethodCreditCardSecurityCodeValue partyPaymentMethodCreditCardSecurityCodeValue, BasePK updatedBy) voidPartyPaymentMethodControl.updatePartyPaymentMethodFromValue(PartyPaymentMethodDetailValue partyPaymentMethodDetailValue, BasePK updatedBy) voidPaymentMethodControl.updatePaymentMethodCheckFromValue(PaymentMethodCheckValue paymentMethodCheckValue, BasePK updatedBy) voidPaymentMethodControl.updatePaymentMethodCreditCardFromValue(PaymentMethodCreditCardValue paymentMethodCreditCardValue, BasePK updatedBy) voidPaymentMethodControl.updatePaymentMethodDescriptionFromValue(PaymentMethodDescriptionValue paymentMethodDescriptionValue, BasePK updatedBy) voidPaymentMethodControl.updatePaymentMethodFromValue(PaymentMethodDetailValue paymentMethodDetailValue, BasePK updatedBy) voidPaymentMethodTypeControl.updatePaymentMethodTypeDescriptionFromValue(PaymentMethodTypeDescriptionValue paymentMethodTypeDescriptionValue, BasePK updatedBy) voidPaymentMethodTypeControl.updatePaymentMethodTypeFromValue(PaymentMethodTypeDetailValue paymentMethodTypeDetailValue, BasePK updatedBy) voidPaymentMethodTypePartyTypeControl.updatePaymentMethodTypePartyTypeFromValue(PaymentMethodTypePartyTypeDetailValue paymentMethodTypePartyTypeDetailValue, BasePK updatedBy) voidPaymentProcessorActionTypeControl.updatePaymentProcessorActionTypeDescriptionFromValue(PaymentProcessorActionTypeDescriptionValue paymentProcessorActionTypeDescriptionValue, BasePK updatedBy) voidPaymentProcessorActionTypeControl.updatePaymentProcessorActionTypeFromValue(PaymentProcessorActionTypeDetailValue paymentProcessorActionTypeDetailValue, BasePK updatedBy) voidPaymentProcessorControl.updatePaymentProcessorDescriptionFromValue(PaymentProcessorDescriptionValue paymentProcessorDescriptionValue, BasePK updatedBy) voidPaymentProcessorControl.updatePaymentProcessorFromValue(PaymentProcessorDetailValue paymentProcessorDetailValue, BasePK updatedBy) voidPaymentProcessorResultCodeControl.updatePaymentProcessorResultCodeDescriptionFromValue(PaymentProcessorResultCodeDescriptionValue paymentProcessorResultCodeDescriptionValue, BasePK updatedBy) voidPaymentProcessorResultCodeControl.updatePaymentProcessorResultCodeFromValue(PaymentProcessorResultCodeDetailValue paymentProcessorResultCodeDetailValue, BasePK updatedBy) voidPaymentProcessorTransactionControl.updatePaymentProcessorTransactionFromValue(PaymentProcessorTransactionDetailValue paymentProcessorTransactionDetailValue, BasePK updatedBy) voidPaymentProcessorTypeActionControl.updatePaymentProcessorTypeActionFromValue(PaymentProcessorTypeActionDetailValue paymentProcessorTypeActionDetailValue, BasePK updatedBy) voidPaymentProcessorTypeCodeControl.updatePaymentProcessorTypeCodeDescriptionFromValue(PaymentProcessorTypeCodeDescriptionValue paymentProcessorTypeCodeDescriptionValue, BasePK updatedBy) voidPaymentProcessorTypeCodeControl.updatePaymentProcessorTypeCodeFromValue(PaymentProcessorTypeCodeDetailValue paymentProcessorTypeCodeDetailValue, BasePK updatedBy) voidPaymentProcessorTypeCodeTypeControl.updatePaymentProcessorTypeCodeTypeDescriptionFromValue(PaymentProcessorTypeCodeTypeDescriptionValue paymentProcessorTypeCodeTypeDescriptionValue, BasePK updatedBy) voidPaymentProcessorTypeCodeTypeControl.updatePaymentProcessorTypeCodeTypeFromValue(PaymentProcessorTypeCodeTypeDetailValue paymentProcessorTypeCodeTypeDetailValue, BasePK updatedBy) voidPaymentProcessorTypeControl.updatePaymentProcessorTypeDescriptionFromValue(PaymentProcessorTypeDescriptionValue paymentProcessorTypeDescriptionValue, BasePK updatedBy) voidPaymentProcessorTypeControl.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 TypeMethodDescriptionvoidPaymentMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) voidPaymentMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Item item, BasePK evaluatedBy) voidPaymentMethodLogic.checkAcceptanceOfItems(Session session, ExecutionErrorAccumulator eea, PaymentMethod paymentMethod, Set<Item> items, BasePK evaluatedBy) 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) voidPaymentMethodTypeLogic.deletePaymentMethodType(ExecutionErrorAccumulator eea, PaymentMethodType paymentMethodType, BasePK deletedBy) voidPaymentMethodTypePartyTypeLogic.deletePaymentMethodTypePartyType(ExecutionErrorAccumulator eea, PaymentMethodTypePartyType paymentMethodTypePartyType, BasePK deletedBy) voidPaymentProcessorLogic.deletePaymentProcessor(ExecutionErrorAccumulator eea, PaymentProcessor paymentProcessor, BasePK deletedBy) voidPaymentProcessorActionLogic.deletePaymentProcessorAction(ExecutionErrorAccumulator eea, PaymentProcessorAction paymentProcessorAction, BasePK deletedBy) voidPaymentProcessorActionTypeLogic.deletePaymentProcessorActionType(ExecutionErrorAccumulator eea, PaymentProcessorActionType paymentProcessorActionType, BasePK deletedBy) voidPaymentProcessorResultCodeLogic.deletePaymentProcessorResultCode(ExecutionErrorAccumulator eea, PaymentProcessorResultCode paymentProcessorResultCode, BasePK deletedBy) voidPaymentProcessorTransactionLogic.deletePaymentProcessorTransaction(ExecutionErrorAccumulator eea, PaymentProcessorTransaction paymentProcessorTransaction, BasePK deletedBy) voidPaymentProcessorTypeLogic.deletePaymentProcessorType(ExecutionErrorAccumulator eea, PaymentProcessorType paymentProcessorType, BasePK deletedBy) voidPaymentProcessorTypeActionLogic.deletePaymentProcessorTypeAction(ExecutionErrorAccumulator eea, PaymentProcessorTypeAction paymentProcessorTypeAction, BasePK deletedBy) voidPaymentProcessorTypeCodeLogic.deletePaymentProcessorTypeCode(ExecutionErrorAccumulator eea, PaymentProcessorTypeCode paymentProcessorTypeCode, BasePK deletedBy) voidPaymentProcessorTypeCodeTypeLogic.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) voidPeriodControl.deletePeriod(Period period, BasePK deletedBy) voidPeriodControl.deletePeriodDescription(PeriodDescription periodDescription, BasePK deletedBy) voidPeriodControl.deletePeriodDescriptionsByPeriod(Period period, BasePK deletedBy) voidPeriodControl.deletePeriodKind(PeriodKind periodKind, BasePK deletedBy) voidPeriodControl.deletePeriodKindDescription(PeriodKindDescription periodKindDescription, BasePK deletedBy) voidPeriodControl.deletePeriodKindDescriptionsByPeriodKind(PeriodKind periodKind, BasePK deletedBy) voidPeriodControl.deletePeriods(List<Period> periods, BasePK deletedBy) voidPeriodControl.deletePeriodsByPeriodType(PeriodType periodType, BasePK deletedBy) voidPeriodControl.deletePeriodType(PeriodType periodType, BasePK deletedBy) voidPeriodControl.deletePeriodTypeDescription(PeriodTypeDescription periodTypeDescription, BasePK deletedBy) voidPeriodControl.deletePeriodTypeDescriptionsByPeriodType(PeriodType periodType, BasePK deletedBy) voidPeriodControl.deletePeriodTypesByPeriodKind(PeriodKind periodKind, BasePK deletedBy) voidPeriodControl.updatePeriodDescriptionFromValue(PeriodDescriptionValue periodDescriptionValue, BasePK updatedBy) voidPeriodControl.updatePeriodFromValue(PeriodDetailValue periodDetailValue, BasePK updatedBy) voidPeriodControl.updatePeriodKindDescriptionFromValue(PeriodKindDescriptionValue periodKindDescriptionValue, BasePK updatedBy) voidPeriodControl.updatePeriodKindFromValue(PeriodKindDetailValue periodKindDetailValue, BasePK updatedBy) voidPeriodControl.updatePeriodTypeDescriptionFromValue(PeriodTypeDescriptionValue periodTypeDescriptionValue, BasePK updatedBy) voidPeriodControl.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) voidPicklistControl.deletePicklistAlias(PicklistAlias picklistAlias, BasePK deletedBy) voidPicklistControl.deletePicklistAliasesByPicklist(Picklist picklist, BasePK deletedBy) voidPicklistControl.deletePicklistAliasesByPicklistAliasType(PicklistAliasType picklistAliasType, BasePK deletedBy) voidPicklistControl.deletePicklistAliasType(PicklistAliasType picklistAliasType, BasePK deletedBy) voidPicklistControl.deletePicklistAliasTypeDescription(PicklistAliasTypeDescription picklistAliasTypeDescription, BasePK deletedBy) voidPicklistControl.deletePicklistAliasTypeDescriptionsByPicklistAliasType(PicklistAliasType picklistAliasType, BasePK deletedBy) voidPicklistControl.deletePicklistAliasTypes(List<PicklistAliasType> picklistAliasTypes, BasePK deletedBy) voidPicklistControl.deletePicklistAliasTypesByPicklistType(PicklistType picklistType, BasePK deletedBy) voidPicklistControl.deletePicklistTime(PicklistTime picklistTime, BasePK deletedBy) voidPicklistControl.deletePicklistTimes(List<PicklistTime> picklistTimes, BasePK deletedBy) voidPicklistControl.deletePicklistTimesByPicklist(Picklist picklist, BasePK deletedBy) voidPicklistControl.deletePicklistTimesByPicklistTimeType(PicklistTimeType picklistTimeType, BasePK deletedBy) voidPicklistControl.deletePicklistTimeType(PicklistTimeType picklistTimeType, BasePK deletedBy) voidPicklistControl.deletePicklistTimeTypeDescription(PicklistTimeTypeDescription picklistTimeTypeDescription, BasePK deletedBy) voidPicklistControl.deletePicklistTimeTypeDescriptionsByPicklistTimeType(PicklistTimeType picklistTimeType, BasePK deletedBy) voidPicklistControl.deletePicklistType(PicklistType picklistType, BasePK deletedBy) voidPicklistControl.deletePicklistTypeDescription(PicklistTypeDescription picklistTypeDescription, BasePK deletedBy) voidPicklistControl.deletePicklistTypeDescriptionsByPicklistType(PicklistType picklistType, BasePK deletedBy) voidPicklistControl.deletePicklistTypes(List<PicklistType> picklistTypes, BasePK deletedBy) voidPicklistControl.updatePicklistAliasFromValue(PicklistAliasValue picklistAliasValue, BasePK updatedBy) voidPicklistControl.updatePicklistAliasTypeDescriptionFromValue(PicklistAliasTypeDescriptionValue picklistAliasTypeDescriptionValue, BasePK updatedBy) voidPicklistControl.updatePicklistAliasTypeFromValue(PicklistAliasTypeDetailValue picklistAliasTypeDetailValue, BasePK updatedBy) voidPicklistControl.updatePicklistTimeFromValue(PicklistTimeValue picklistTimeValue, BasePK updatedBy) voidPicklistControl.updatePicklistTimeTypeDescriptionFromValue(PicklistTimeTypeDescriptionValue picklistTimeTypeDescriptionValue, BasePK updatedBy) voidPicklistControl.updatePicklistTimeTypeFromValue(PicklistTimeTypeDetailValue picklistTimeTypeDetailValue, BasePK updatedBy) voidPicklistControl.updatePicklistTypeDescriptionFromValue(PicklistTypeDescriptionValue picklistTypeDescriptionValue, BasePK updatedBy) voidPicklistControl.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 TypeMethodDescriptionvoidPicklistTimeLogic.createOrUpdatePicklistTime(ExecutionErrorAccumulator ema, Picklist picklist, String picklistTimeTypeName, Long time, BasePK partyPK) voidPicklistTimeLogic.createOrUpdatePicklistTimeIfNotNull(ExecutionErrorAccumulator ema, Picklist picklist, String picklistTimeTypeName, Long time, BasePK partyPK) voidPicklistTimeLogic.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) voidPrinterControl.deletePartyPrinterGroupUse(PartyPrinterGroupUse partyPrinterGroupUse, BasePK deletedBy) voidPrinterControl.deletePartyPrinterGroupUses(List<PartyPrinterGroupUse> partyPrinterGroupUses, BasePK deletedBy) voidPrinterControl.deletePartyPrinterGroupUsesByParty(Party party, BasePK deletedBy) voidPrinterControl.deletePartyPrinterGroupUsesByPrinterGroup(PrinterGroup printerGroup, BasePK deletedBy) voidPrinterControl.deletePartyPrinterGroupUsesByPrinterGroupUseType(PrinterGroupUseType printerGroupUseType, BasePK deletedBy) voidPrinterControl.deletePrinter(Printer printer, BasePK deletedBy) voidPrinterControl.deletePrinterDescription(PrinterDescription printerDescription, BasePK deletedBy) voidPrinterControl.deletePrinterDescriptionsByPrinter(Printer printer, BasePK deletedBy) voidPrinterControl.deletePrinterGroup(PrinterGroup printerGroup, BasePK deletedBy) voidPrinterControl.deletePrinterGroupDescription(PrinterGroupDescription printerGroupDescription, BasePK deletedBy) voidPrinterControl.deletePrinterGroupDescriptionsByPrinterGroup(PrinterGroup printerGroup, BasePK deletedBy) voidPrinterControl.deletePrinterGroupJob(PrinterGroupJob printerGroupJob, BasePK deletedBy) voidPrinterControl.deletePrinterGroupJobs(List<PrinterGroupJob> printerGroupJobs, BasePK deletedBy) voidPrinterControl.deletePrinterGroupJobsByPrinterGroup(PrinterGroup printerGroup, BasePK deletedBy) voidPrinterControl.deletePrinterGroupUseType(PrinterGroupUseType printerGroupUseType, BasePK deletedBy) voidPrinterControl.deletePrinterGroupUseTypeDescription(PrinterGroupUseTypeDescription printerGroupUseTypeDescription, BasePK deletedBy) voidPrinterControl.deletePrinterGroupUseTypeDescriptionsByPrinterGroupUseType(PrinterGroupUseType printerGroupUseType, BasePK deletedBy) voidPrinterControl.deletePrinters(List<Printer> printers, BasePK deletedBy) voidPrinterControl.deletePrintersByPrinterGroup(PrinterGroup printerGroup, BasePK deletedBy) voidPrinterControl.updatePartyPrinterGroupUseFromValue(PartyPrinterGroupUseValue partyPrinterGroupUseValue, BasePK updatedBy) voidPrinterControl.updatePrinterDescriptionFromValue(PrinterDescriptionValue printerDescriptionValue, BasePK updatedBy) voidPrinterControl.updatePrinterFromValue(PrinterDetailValue printerDetailValue, BasePK updatedBy) voidPrinterControl.updatePrinterGroupDescriptionFromValue(PrinterGroupDescriptionValue printerGroupDescriptionValue, BasePK updatedBy) voidPrinterControl.updatePrinterGroupFromValue(PrinterGroupDetailValue printerGroupDetailValue, BasePK updatedBy) voidPrinterControl.updatePrinterGroupJobFromValue(PrinterGroupJobDetailValue printerGroupJobDetailValue, BasePK updatedBy) voidPrinterControl.updatePrinterGroupUseTypeDescriptionFromValue(PrinterGroupUseTypeDescriptionValue printerGroupUseTypeDescriptionValue, BasePK updatedBy) voidPrinterControl.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) voidQueueControl.deleteQueueType(QueueType queueType, BasePK deletedBy) voidQueueControl.deleteQueueTypeDescription(QueueTypeDescription queueTypeDescription, BasePK deletedBy) voidQueueControl.deleteQueueTypeDescriptionsByQueueType(QueueType queueType, BasePK deletedBy) voidQueueControl.deleteQueueTypes(List<QueueType> queueTypes, BasePK deletedBy) voidQueueControl.updateQueueTypeDescriptionFromValue(QueueTypeDescriptionValue queueTypeDescriptionValue, BasePK updatedBy) voidQueueControl.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) voidRatingControl.deleteRating(Rating rating, BasePK deletedBy) voidRatingControl.deleteRatings(List<Rating> ratings, BasePK deletedBy) voidRatingControl.deleteRatingsByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidRatingControl.deleteRatingsByRatedByEntityInstance(EntityInstance ratedEntityInstance, BasePK deletedBy) voidRatingControl.deleteRatingsByRatedEntityInstance(EntityInstance ratedEntityInstance, BasePK deletedBy) voidRatingControl.deleteRatingsByRatingTypeListItem(RatingTypeListItem ratingTypeListItem, BasePK deletedBy) voidRatingControl.deleteRatingType(RatingType ratingType, BasePK deletedBy) voidRatingControl.deleteRatingTypeDescription(RatingTypeDescription ratingTypeDescription, BasePK deletedBy) voidRatingControl.deleteRatingTypeDescriptionsByRatingType(RatingType ratingType, BasePK deletedBy) voidRatingControl.deleteRatingTypeListItem(RatingTypeListItem ratingTypeListItem, BasePK deletedBy) voidRatingControl.deleteRatingTypeListItemDescription(RatingTypeListItemDescription ratingTypeListItemDescription, BasePK deletedBy) voidRatingControl.deleteRatingTypeListItemDescriptionsByRatingTypeListItem(RatingTypeListItem ratingTypeListItem, BasePK deletedBy) voidRatingControl.deleteRatingTypeListItemsByRatingType(RatingType ratingType, BasePK deletedBy) voidRatingControl.deleteRatingTypes(List<RatingType> ratingTypes, BasePK deletedBy) voidRatingControl.deleteRatingTypesByEntityType(EntityType entityType, BasePK deletedBy) voidRatingControl.updateRatingFromValue(RatingDetailValue ratingDetailValue, BasePK updatedBy) voidRatingControl.updateRatingTypeDescriptionFromValue(RatingTypeDescriptionValue ratingTypeDescriptionValue, BasePK updatedBy) voidRatingControl.updateRatingTypeFromValue(RatingTypeDetailValue ratingTypeDetailValue, BasePK updatedBy) voidRatingControl.updateRatingTypeListItemDescriptionFromValue(RatingTypeListItemDescriptionValue ratingTypeListItemDescriptionValue, BasePK updatedBy) voidRatingControl.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) voidReturnPolicyControl.deletePartyReturnPoliciesByParty(Party party, BasePK deletedBy) voidReturnPolicyControl.deletePartyReturnPoliciesByParty(List<PartyReturnPolicy> partyReturnPolicies, BasePK deletedBy) voidReturnPolicyControl.deletePartyReturnPoliciesByReturnPolicy(ReturnPolicy returnPolicy, BasePK deletedBy) voidReturnPolicyControl.deletePartyReturnPolicy(PartyReturnPolicy partyReturnPolicy, BasePK deletedBy) voidReturnPolicyControl.deleteReturnKind(ReturnKind returnKind, BasePK deletedBy) voidReturnPolicyControl.deleteReturnKindDescription(ReturnKindDescription returnKindDescription, BasePK deletedBy) voidReturnPolicyControl.deleteReturnKindDescriptionsByReturnKind(ReturnKind returnKind, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPoliciesByReturnKind(ReturnKind returnKind, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicy(ReturnPolicy returnPolicy, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicyReason(ReturnPolicyReason returnPolicyReason, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicyReasons(List<ReturnPolicyReason> returnPolicyReasons, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicyReasonsByReturnPolicy(ReturnPolicy returnPolicy, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicyReasonsByReturnReason(ReturnReason returnReason, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicyTranslation(ReturnPolicyTranslation returnPolicyTranslation, BasePK deletedBy) voidReturnPolicyControl.deleteReturnPolicyTranslationsByReturnPolicy(ReturnPolicy returnPolicy, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReason(ReturnReason returnReason, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonDescription(ReturnReasonDescription returnReasonDescription, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonDescriptionsByReturnReason(ReturnReason returnReason, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonsByReturnKind(ReturnKind returnKind, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonType(ReturnReasonType returnReasonType, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonTypes(List<ReturnReasonType> returnReasonTypes, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonTypesByReturnReason(ReturnReason returnReason, BasePK deletedBy) voidReturnPolicyControl.deleteReturnReasonTypesByReturnType(ReturnType returnType, BasePK deletedBy) voidReturnPolicyControl.deleteReturnType(ReturnType returnType, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypeDescription(ReturnTypeDescription returnTypeDescription, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypeDescriptionsByReturnType(ReturnType returnType, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypesByReturnKind(ReturnKind returnKind, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypeShippingMethod(ReturnTypeShippingMethod returnTypeShippingMethod, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypeShippingMethods(List<ReturnTypeShippingMethod> returnTypeShippingMethods, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypeShippingMethodsByReturnType(ReturnType returnType, BasePK deletedBy) voidReturnPolicyControl.deleteReturnTypeShippingMethodsByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidReturnPolicyControl.updateReturnKindDescriptionFromValue(ReturnKindDescriptionValue returnKindDescriptionValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnKindFromValue(ReturnKindDetailValue returnKindDetailValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnPolicyFromValue(ReturnPolicyDetailValue returnPolicyDetailValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnPolicyReasonFromValue(ReturnPolicyReasonValue returnPolicyReasonValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnPolicyTranslationFromValue(ReturnPolicyTranslationValue returnPolicyTranslationValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnReasonDescriptionFromValue(ReturnReasonDescriptionValue returnReasonDescriptionValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnReasonFromValue(ReturnReasonDetailValue returnReasonDetailValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnReasonTypeFromValue(ReturnReasonTypeValue returnReasonTypeValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnTypeDescriptionFromValue(ReturnTypeDescriptionValue returnTypeDescriptionValue, BasePK updatedBy) voidReturnPolicyControl.updateReturnTypeFromValue(ReturnTypeDetailValue returnTypeDetailValue, BasePK updatedBy) voidReturnPolicyControl.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) voidReturnPolicyLogic.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) voidSalesOrderControl.deleteSalesOrder(SalesOrder salesOrder, BasePK deletedBy) voidSalesOrderBatchControl.deleteSalesOrderBatch(Batch batch, BasePK deletedBy) voidSalesOrderBatchControl.deleteSalesOrderBatch(SalesOrderBatch salesOrderBatch, BasePK deletedBy) voidSalesOrderControl.deleteSalesOrderLine(SalesOrderLine salesOrderLine, BasePK deletedBy) voidSalesOrderControl.deleteSalesOrderLineByOrderLine(OrderLine orderLine, BasePK deletedBy) voidSalesOrderBatchControl.updateSalesOrderBatchFromValue(SalesOrderBatchValue salesOrderBatchValue, BasePK updatedBy) voidSalesOrderControl.updateSalesOrderFromValue(SalesOrderValue salesOrderValue, BasePK updatedBy) voidSalesOrderControl.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) voidSalesOrderLineTimeLogic.createOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK createdBy) voidSalesOrderLineTimeLogic.createOrderLineTime(ExecutionErrorAccumulator eea, String orderName, String orderLineSequence, String orderTimeTypeName, Long time, BasePK createdBy) voidSalesOrderTimeLogic.createOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK createdBy) voidSalesOrderTimeLogic.createOrderTime(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, Long time, BasePK createdBy) voidSalesOrderBatchLogic.deleteBatch(ExecutionErrorAccumulator eea, Batch batch, BasePK deletedBy) voidSalesOrderLineTimeLogic.deleteOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, BasePK deletedBy) voidSalesOrderLineTimeLogic.deleteOrderLineTime(ExecutionErrorAccumulator eea, String orderName, String orderLineSequence, String orderTimeTypeName, BasePK deletedBy) voidSalesOrderTimeLogic.deleteOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, BasePK deletedBy) voidSalesOrderTimeLogic.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.voidSalesOrderLineTimeLogic.updateOrderLineTime(ExecutionErrorAccumulator eea, OrderLine orderLine, String orderTimeTypeName, Long time, BasePK updatedBy) voidSalesOrderLineTimeLogic.updateOrderLineTime(ExecutionErrorAccumulator eea, String orderName, String orderLineSequence, String orderTimeTypeName, Long time, BasePK updatedBy) voidSalesOrderTimeLogic.updateOrderTime(ExecutionErrorAccumulator eea, Order order, String orderTimeTypeName, Long time, BasePK updatedBy) voidSalesOrderTimeLogic.updateOrderTime(ExecutionErrorAccumulator eea, String orderName, String orderTimeTypeName, Long time, BasePK updatedBy) voidSalesOrderShipmentGroupLogic.updateSalesOrderShipmentGroupFromValue(ExecutionErrorAccumulator eea, OrderShipmentGroupDetailValue orderShipmentGroupDetailValue, 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) voidScaleControl.deletePartyScaleUse(PartyScaleUse partyScaleUse, BasePK deletedBy) voidScaleControl.deletePartyScaleUses(List<PartyScaleUse> partyScaleUses, BasePK deletedBy) voidScaleControl.deletePartyScaleUsesByParty(Party party, BasePK deletedBy) voidScaleControl.deletePartyScaleUsesByScale(Scale scale, BasePK deletedBy) voidScaleControl.deletePartyScaleUsesByScaleUseType(ScaleUseType scaleUseType, BasePK deletedBy) voidScaleControl.deleteScale(Scale itemDescriptionType, BasePK deletedBy) voidScaleControl.deleteScaleDescription(ScaleDescription scaleDescription, BasePK deletedBy) voidScaleControl.deleteScaleDescriptionsByScale(Scale scale, BasePK deletedBy) voidScaleControl.deleteScales(List<Scale> itemDescriptionTypes, BasePK deletedBy) voidScaleControl.deleteScalesByScaleType(ScaleType scaleType, BasePK deletedBy) voidScaleControl.deleteScalesByServerService(ServerService serverService, BasePK deletedBy) voidScaleControl.deleteScaleType(ScaleType scaleType, BasePK deletedBy) voidScaleControl.deleteScaleTypeDescription(ScaleTypeDescription scaleTypeDescription, BasePK deletedBy) voidScaleControl.deleteScaleTypeDescriptionsByScaleType(ScaleType scaleType, BasePK deletedBy) voidScaleControl.deleteScaleUseType(ScaleUseType scaleUseType, BasePK deletedBy) voidScaleControl.deleteScaleUseTypeDescription(ScaleUseTypeDescription scaleUseTypeDescription, BasePK deletedBy) voidScaleControl.deleteScaleUseTypeDescriptionsByScaleUseType(ScaleUseType scaleUseType, BasePK deletedBy) voidScaleControl.updatePartyScaleUseFromValue(PartyScaleUseValue partyScaleUseValue, BasePK updatedBy) voidScaleControl.updateScaleDescriptionFromValue(ScaleDescriptionValue scaleDescriptionValue, BasePK updatedBy) voidScaleControl.updateScaleFromValue(ScaleDetailValue scaleDetailValue, BasePK updatedBy) voidScaleControl.updateScaleTypeDescriptionFromValue(ScaleTypeDescriptionValue scaleTypeDescriptionValue, BasePK updatedBy) voidScaleControl.updateScaleTypeFromValue(ScaleTypeDetailValue scaleTypeDetailValue, BasePK updatedBy) voidScaleControl.updateScaleUseTypeDescriptionFromValue(ScaleUseTypeDescriptionValue scaleUseTypeDescriptionValue, BasePK updatedBy) voidScaleControl.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) voidSearchControl.deleteCachedExecutedSearch(CachedExecutedSearch cachedExecutedSearch, BasePK deletedBy) voidSearchControl.deleteCachedSearch(CachedSearch cachedSearch, BasePK deletedBy) voidSearchControl.deleteCachedSearchesByIndex(Index index, BasePK deletedBy) voidSearchControl.deleteCachedSearchesBySearchDefaultOperator(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) voidSearchControl.deleteCachedSearchesBySearchSortDirection(SearchSortDirection searchSortDirection, BasePK deletedBy) voidSearchControl.deleteCachedSearchesBySearchSortOrder(SearchSortOrder searchSortOrder, BasePK deletedBy) voidSearchControl.deleteCachedSearchIndexField(CachedSearchIndexField cachedSearchIndexField, BasePK deletedBy) voidSearchControl.deleteCachedSearchIndexFields(List<CachedSearchIndexField> cachedSearchIndexFields, BasePK deletedBy) voidSearchControl.deleteCachedSearchIndexFieldsByCachedSearch(CachedSearch cachedSearch, BasePK deletedBy) voidSearchControl.deleteCachedSearchIndexFieldsByIndexField(IndexField indexField, BasePK deletedBy) voidSearchControl.deletedCachedSearches(List<CachedSearch> cachedSearches, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreference(PartySearchTypePreference partySearchTypePreference, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreferences(List<PartySearchTypePreference> partySearchTypePreferences, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreferencesByParty(Party party, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreferencesBySearchDefaultOperator(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreferencesBySearchSortDirection(SearchSortDirection searchSortDirection, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreferencesBySearchSortOrder(SearchSortOrder searchSortOrder, BasePK deletedBy) voidSearchControl.deletePartySearchTypePreferencesBySearchType(SearchType searchType, BasePK deletedBy) voidSearchControl.deleteSearch(Search search, BasePK deletedBy) voidSearchControl.deleteSearchCheckSpellingActionType(SearchCheckSpellingActionType searchCheckSpellingActionType, BasePK deletedBy) voidSearchControl.deleteSearchCheckSpellingActionTypeDescription(SearchCheckSpellingActionTypeDescription searchCheckSpellingActionTypeDescription, BasePK deletedBy) voidSearchControl.deleteSearchCheckSpellingActionTypeDescriptionsBySearchCheckSpellingActionType(SearchCheckSpellingActionType searchCheckSpellingActionType, BasePK deletedBy) voidSearchControl.deleteSearchCheckSpellingActionTypes(List<SearchCheckSpellingActionType> searchCheckSpellingActionTypes, BasePK deletedBy) voidSearchControl.deleteSearchDefaultOperator(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) voidSearchControl.deleteSearchDefaultOperatorDescription(SearchDefaultOperatorDescription searchDefaultOperatorDescription, BasePK deletedBy) voidSearchControl.deleteSearchDefaultOperatorDescriptionsBySearchDefaultOperator(SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) voidSearchControl.deleteSearchDefaultOperators(List<SearchDefaultOperator> searchDefaultOperators, BasePK deletedBy) voidSearchControl.deleteSearches(List<Search> searches, BasePK deletedBy) voidSearchControl.deleteSearchesByCachedSearch(CachedSearch cachedSearch, BasePK deletedBy) voidSearchControl.deleteSearchesByParty(Party party, BasePK deletedBy) voidSearchControl.deleteSearchesBySearchType(SearchType searchType, BasePK deletedBy) voidSearchControl.deleteSearchesBySearchUseType(SearchUseType searchUseType, BasePK deletedBy) voidSearchControl.deleteSearchKind(SearchKind searchKind, BasePK deletedBy) voidSearchControl.deleteSearchKindDescription(SearchKindDescription searchKindDescription, BasePK deletedBy) voidSearchControl.deleteSearchKindDescriptionsBySearchKind(SearchKind searchKind, BasePK deletedBy) voidSearchControl.deleteSearchKinds(List<SearchKind> searchKinds, BasePK deletedBy) voidSearchControl.deleteSearchResultAction(SearchResultAction searchResultAction, BasePK deletedBy) voidSearchControl.deleteSearchResultActions(List<SearchResultAction> searchResultActions, BasePK deletedBy) voidSearchControl.deleteSearchResultActionsByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidSearchControl.deleteSearchResultActionsBySearch(Search search, BasePK deletedBy) voidSearchControl.deleteSearchResultActionsBySearchResultActionType(SearchResultActionType searchResultActionType, BasePK deletedBy) voidSearchControl.deleteSearchResultActionType(SearchResultActionType searchResultActionType, BasePK deletedBy) voidSearchControl.deleteSearchResultActionTypeDescription(SearchResultActionTypeDescription searchResultActionTypeDescription, BasePK deletedBy) voidSearchControl.deleteSearchResultActionTypeDescriptionsBySearchResultActionType(SearchResultActionType searchResultActionType, BasePK deletedBy) voidSearchControl.deleteSearchResultActionTypes(List<SearchResultActionType> searchResultActionTypes, BasePK deletedBy) voidSearchControl.deleteSearchSortDirection(SearchSortDirection searchSortDirection, BasePK deletedBy) voidSearchControl.deleteSearchSortDirectionDescription(SearchSortDirectionDescription searchSortDirectionDescription, BasePK deletedBy) voidSearchControl.deleteSearchSortDirectionDescriptionsBySearchSortDirection(SearchSortDirection searchSortDirection, BasePK deletedBy) voidSearchControl.deleteSearchSortDirections(List<SearchSortDirection> searchSortDirections, BasePK deletedBy) voidSearchControl.deleteSearchSortOrder(SearchSortOrder searchSortOrder, BasePK deletedBy) voidSearchControl.deleteSearchSortOrderDescription(SearchSortOrderDescription searchSortOrderDescription, BasePK deletedBy) voidSearchControl.deleteSearchSortOrderDescriptionsBySearchSortOrder(SearchSortOrder searchSortOrder, BasePK deletedBy) voidSearchControl.deleteSearchSortOrdersBySearchKind(SearchKind searchKind, BasePK deletedBy) voidSearchControl.deleteSearchType(SearchType searchType, BasePK deletedBy) voidSearchControl.deleteSearchTypeDescription(SearchTypeDescription searchTypeDescription, BasePK deletedBy) voidSearchControl.deleteSearchTypeDescriptionsBySearchType(SearchType searchType, BasePK deletedBy) voidSearchControl.deleteSearchTypesBySearchKind(SearchKind searchKind, BasePK deletedBy) voidSearchControl.deleteSearchUseType(SearchUseType searchUseType, BasePK deletedBy) voidSearchControl.deleteSearchUseTypeDescription(SearchUseTypeDescription searchUseTypeDescription, BasePK deletedBy) voidSearchControl.deleteSearchUseTypeDescriptionsBySearchUseType(SearchUseType searchUseType, BasePK deletedBy) voidSearchControl.deleteSearchUseTypes(List<SearchUseType> searchUseTypes, BasePK deletedBy) voidSearchControl.updatePartySearchTypePreferenceFromValue(PartySearchTypePreferenceDetailValue partySearchTypePreferenceDetailValue, BasePK updatedBy) voidSearchControl.updateSearchCheckSpellingActionTypeDescriptionFromValue(SearchCheckSpellingActionTypeDescriptionValue searchCheckSpellingActionTypeDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchCheckSpellingActionTypeFromValue(SearchCheckSpellingActionTypeDetailValue searchCheckSpellingActionTypeDetailValue, BasePK updatedBy) voidSearchControl.updateSearchDefaultOperatorDescriptionFromValue(SearchDefaultOperatorDescriptionValue searchDefaultOperatorDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchDefaultOperatorFromValue(SearchDefaultOperatorDetailValue searchDefaultOperatorDetailValue, BasePK updatedBy) voidSearchControl.updateSearchKindDescriptionFromValue(SearchKindDescriptionValue searchKindDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchKindFromValue(SearchKindDetailValue searchKindDetailValue, BasePK updatedBy) voidSearchControl.updateSearchResultActionTypeDescriptionFromValue(SearchResultActionTypeDescriptionValue searchResultActionTypeDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchResultActionTypeFromValue(SearchResultActionTypeDetailValue searchResultActionTypeDetailValue, BasePK updatedBy) voidSearchControl.updateSearchSortDirectionDescriptionFromValue(SearchSortDirectionDescriptionValue searchSortDirectionDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchSortDirectionFromValue(SearchSortDirectionDetailValue searchSortDirectionDetailValue, BasePK updatedBy) voidSearchControl.updateSearchSortOrderDescriptionFromValue(SearchSortOrderDescriptionValue searchSortOrderDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchSortOrderFromValue(SearchSortOrderDetailValue searchSortOrderDetailValue, BasePK updatedBy) voidSearchControl.updateSearchTypeDescriptionFromValue(SearchTypeDescriptionValue searchTypeDescriptionValue, BasePK updatedBy) voidSearchControl.updateSearchTypeFromValue(SearchTypeDetailValue searchTypeDetailValue, BasePK updatedBy) voidSearchControl.updateSearchUseTypeDescriptionFromValue(SearchUseTypeDescriptionValue searchUseTypeDescriptionValue, BasePK updatedBy) voidSearchControl.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 TypeMethodDescriptionSearchDefaultOperatorLogic.createSearchDefaultOperator(ExecutionErrorAccumulator eea, String searchDefaultOperatorName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchKindLogic.createSearchKind(ExecutionErrorAccumulator eea, String searchKindName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchLogic.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) SearchSortDirectionLogic.createSearchSortDirection(ExecutionErrorAccumulator eea, String searchSortDirectionName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchSortOrderLogic.createSearchSortOrder(ExecutionErrorAccumulator eea, SearchKind searchKind, String searchSortOrderName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchSortOrderLogic.createSearchSortOrder(ExecutionErrorAccumulator eea, String searchKindName, String searchSortOrderName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchTypeLogic.createSearchType(ExecutionErrorAccumulator eea, SearchKind searchKind, String searchTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchTypeLogic.createSearchType(ExecutionErrorAccumulator eea, String searchKindName, String searchTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) SearchUseTypeLogic.createSearchUseType(ExecutionErrorAccumulator eea, String searchUseTypeName, Boolean isDefault, Integer sortOrder, Language language, String description, BasePK createdBy) voidSearchDefaultOperatorLogic.deleteSearchDefaultOperator(ExecutionErrorAccumulator eea, SearchDefaultOperator searchDefaultOperator, BasePK deletedBy) voidSearchKindLogic.deleteSearchKind(ExecutionErrorAccumulator eea, SearchKind searchKind, BasePK deletedBy) voidSearchResultActionTypeLogic.deleteSearchResultActionType(ExecutionErrorAccumulator eea, SearchResultActionType searchResultActionType, BasePK deletedBy) voidSearchSortDirectionLogic.deleteSearchSortDirection(ExecutionErrorAccumulator eea, SearchSortDirection searchSortDirection, BasePK deletedBy) voidSearchSortOrderLogic.deleteSearchSortOrder(ExecutionErrorAccumulator eea, SearchSortOrder searchSortOrder, BasePK deletedBy) voidSearchTypeLogic.deleteSearchType(ExecutionErrorAccumulator eea, SearchType searchType, BasePK deletedBy) voidSearchUseTypeLogic.deleteSearchUseType(ExecutionErrorAccumulator eea, SearchUseType searchUseType, BasePK deletedBy) voidSearchResultActionTypeLogic.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) voidSecurityControl.deletePartyEntitySecurityRole(PartyEntitySecurityRole partyEntitySecurityRole, BasePK deletedBy) voidSecurityControl.deletePartyEntitySecurityRoles(List<PartyEntitySecurityRole> partyEntitySecurityRoles, BasePK deletedBy) voidSecurityControl.deletePartyEntitySecurityRolesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidSecurityControl.deletePartyEntitySecurityRolesByParty(Party party, BasePK deletedBy) voidSecurityControl.deletePartyEntitySecurityRolesBySecurityRole(SecurityRole securityRole, BasePK deletedBy) voidSecurityControl.deletePartySecurityRole(PartySecurityRole partySecurityRole, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoles(List<PartySecurityRole> partySecurityRoles, BasePK deletedBy) voidSecurityControl.deletePartySecurityRolesBySecurityRole(SecurityRole securityRole, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplate(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateDescription(PartySecurityRoleTemplateDescription partySecurityRoleTemplateDescription, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateDescriptionsByPartySecurityRoleTemplate(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateRole(PartySecurityRoleTemplateRole partySecurityRoleTemplateRole, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateTrainingClass(PartySecurityRoleTemplateTrainingClass partySecurityRoleTemplateTrainingClass, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateUse(PartySecurityRoleTemplateUse partySecurityRoleTemplateUse, BasePK deletedBy) voidSecurityControl.deletePartySecurityRoleTemplateUseByParty(Party party, BasePK deletedBy) voidSecurityControl.deleteSecurityRole(SecurityRole securityRole, BasePK deletedBy) voidSecurityControl.deleteSecurityRoleDescription(SecurityRoleDescription securityRoleDescription, BasePK deletedBy) voidSecurityControl.deleteSecurityRoleDescriptionsBySecurityRole(SecurityRole securityRole, BasePK deletedBy) voidSecurityControl.deleteSecurityRoleGroup(SecurityRoleGroup securityRoleGroup, BasePK deletedBy) voidSecurityControl.deleteSecurityRoleGroupDescription(SecurityRoleGroupDescription securityRoleGroupDescription, BasePK deletedBy) voidSecurityControl.deleteSecurityRoleGroupDescriptionsBySecurityRoleGroup(SecurityRoleGroup securityRoleGroup, BasePK deletedBy) voidSecurityControl.deleteSecurityRoleGroups(List<SecurityRoleGroup> securityRoleGroups, BasePK deletedBy) voidSecurityControl.deleteSecurityRolePartyType(SecurityRolePartyType securityRolePartyType, BasePK deletedBy) voidSecurityControl.deleteSecurityRolePartyTypes(List<SecurityRolePartyType> securityRolePartyTypes, BasePK deletedBy) voidSecurityControl.deleteSecurityRolePartyTypesByPartySelector(Selector partySelector, BasePK deletedBy) voidSecurityControl.deleteSecurityRolePartyTypesBySecurityRole(SecurityRole securityRole, BasePK deletedBy) voidSecurityControl.deleteSecurityRolePartyTypesBySelector(Selector selector, BasePK deletedBy) voidSecurityControl.deleteSecurityRolesBySecurityRoleGroup(SecurityRoleGroup securityRoleGroup, BasePK deletedBy) voidSecurityControl.updatePartySecurityRoleTemplateDescriptionFromValue(PartySecurityRoleTemplateDescriptionValue partySecurityRoleTemplateDescriptionValue, BasePK updatedBy) voidSecurityControl.updatePartySecurityRoleTemplateFromValue(PartySecurityRoleTemplateDetailValue partySecurityRoleTemplateDetailValue, BasePK updatedBy) voidSecurityControl.updatePartySecurityRoleTemplateUseFromValue(PartySecurityRoleTemplateUseValue partySecurityRoleTemplateUseValue, BasePK updatedBy) voidSecurityControl.updateSecurityRoleDescriptionFromValue(SecurityRoleDescriptionValue securityRoleDescriptionValue, BasePK updatedBy) voidSecurityControl.updateSecurityRoleFromValue(SecurityRoleDetailValue securityRoleDetailValue, BasePK updatedBy) voidSecurityControl.updateSecurityRoleGroupDescriptionFromValue(SecurityRoleGroupDescriptionValue securityRoleGroupDescriptionValue, BasePK updatedBy) voidSecurityControl.updateSecurityRoleGroupFromValue(SecurityRoleGroupDetailValue securityRoleGroupDetailValue, BasePK updatedBy) voidSecurityControl.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) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRole(PartySecurityRoleTemplateRole partySecurityRoleTemplateRole, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRoleByPartySecurityRoleTemplate(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRoles(List<PartySecurityRoleTemplateRole> partySecurityRoleTemplateRoles, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateRolesBySecurityRole(SecurityRole securityRole, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClass(PartySecurityRoleTemplateTrainingClass partySecurityRoleTemplateTrainingClass, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClassByPartySecurityRoleTemplate(PartySecurityRoleTemplate partySecurityRoleTemplate, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClasses(List<PartySecurityRoleTemplateTrainingClass> partySecurityRoleTemplateTrainingClasses, BasePK deletedBy) voidPartySecurityRoleTemplateLogic.deletePartySecurityRoleTemplateTrainingClassesByTrainingClass(TrainingClass trainingClass, BasePK deletedBy) voidSecurityRoleGroupLogic.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) voidSelectorControl.deleteSelector(Selector selector, BasePK deletedBy) voidSelectorControl.deleteSelectorDescription(SelectorDescription selectorDescription, BasePK deletedBy) voidSelectorControl.deleteSelectorDescriptionsBySelector(Selector selector, BasePK deletedBy) voidSelectorControl.deleteSelectorKind(SelectorKind selectorKind, BasePK deletedBy) voidSelectorControl.deleteSelectorKindDescription(SelectorKindDescription selectorKindDescription, BasePK deletedBy) voidSelectorControl.deleteSelectorKindDescriptionsBySelectorKind(SelectorKind selectorKind, BasePK deletedBy) voidSelectorControl.deleteSelectorNode(SelectorNode selectorNode, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeBoolean(SelectorNodeBoolean selectorNodeBoolean, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeDescription(SelectorNodeDescription selectorNodeDescription, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeDescriptionsBySelectorNode(SelectorNode selectorNode, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeEntityListItem(SelectorNodeEntityListItem selectorNodeEntityListItem, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeGeoCode(SelectorNodeGeoCode selectorNodeGeoCode, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeItemAccountingCategory(SelectorNodeItemAccountingCategory selectorNodeItemAccountingCategory, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeItemCategory(SelectorNodeItemCategory selectorNodeItemCategory, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeItemPurchasingCategory(SelectorNodeItemPurchasingCategory selectorNodeItemPurchasingCategory, BasePK deletedBy) voidSelectorControl.deleteSelectorNodePaymentMethod(SelectorNodePaymentMethod selectorNodePaymentMethod, BasePK deletedBy) voidSelectorControl.deleteSelectorNodePaymentProcessor(SelectorNodePaymentProcessor selectorNodePaymentProcessor, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeResponsibilityType(SelectorNodeResponsibilityType selectorNodeResponsibilityType, BasePK deletedBy) voidSelectorControl.deleteSelectorNodesBySelector(Selector selector, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeSkillType(SelectorNodeSkillType selectorNodeSkillType, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeTrainingClass(SelectorNodeTrainingClass selectorNodeTrainingClass, BasePK deletedBy) voidSelectorControl.deleteSelectorNodeWorkflowStep(SelectorNodeWorkflowStep selectorNodeWorkflowStep, BasePK deletedBy) voidSelectorControl.deleteSelectorPartiesBySelector(Selector selector, BasePK deletedBy) voidSelectorControl.deleteSelectorParty(SelectorParty selectorParty, BasePK deletedBy) voidSelectorControl.deleteSelectors(List<Selector> selectors, BasePK deletedBy) voidSelectorControl.deleteSelectorsBySelectorType(SelectorType selectorType, BasePK deletedBy) voidSelectorControl.deleteSelectorType(SelectorType selectorType, BasePK deletedBy) voidSelectorControl.deleteSelectorTypeDescription(SelectorTypeDescription selectorTypeDescription, BasePK deletedBy) voidSelectorControl.deleteSelectorTypeDescriptionsBySelectorType(SelectorType selectorType, BasePK deletedBy) voidSelectorControl.deleteSelectorTypesBySelectorKind(SelectorKind selectorKind, BasePK deletedBy) voidSelectorControl.updateSelectorDescriptionFromValue(SelectorDescriptionValue selectorDescriptionValue, BasePK updatedBy) voidSelectorControl.updateSelectorFromValue(SelectorDetailValue selectorDetailValue, BasePK updatedBy) voidSelectorControl.updateSelectorKindDescriptionFromValue(SelectorKindDescriptionValue selectorKindDescriptionValue, BasePK updatedBy) voidSelectorControl.updateSelectorKindFromValue(SelectorKindDetailValue selectorKindDetailValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeBooleanFromValue(SelectorNodeBooleanValue selectorNodeBooleanValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeDescriptionFromValue(SelectorNodeDescriptionValue selectorNodeDescriptionValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeEntityListItemFromValue(SelectorNodeEntityListItemValue selectorNodeEntityListItemValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeFromValue(SelectorNodeDetailValue selectorNodeDetailValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeGeoCodeFromValue(SelectorNodeGeoCodeValue selectorNodeGeoCodeValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeItemAccountingCategoryFromValue(SelectorNodeItemAccountingCategoryValue selectorNodeItemAccountingCategoryValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeItemCategoryFromValue(SelectorNodeItemCategoryValue selectorNodeItemCategoryValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeItemPurchasingCategoryFromValue(SelectorNodeItemPurchasingCategoryValue selectorNodeItemPurchasingCategoryValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodePaymentMethodFromValue(SelectorNodePaymentMethodValue selectorNodePaymentMethodValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodePaymentProcessorFromValue(SelectorNodePaymentProcessorValue selectorNodePaymentProcessorValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeResponsibilityTypeFromValue(SelectorNodeResponsibilityTypeValue selectorNodeResponsibilityTypeValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeSkillTypeFromValue(SelectorNodeSkillTypeValue selectorNodeSkillTypeValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeTrainingClassFromValue(SelectorNodeTrainingClassValue selectorNodeTrainingClassValue, BasePK updatedBy) voidSelectorControl.updateSelectorNodeWorkflowStepFromValue(SelectorNodeWorkflowStepValue selectorNodeWorkflowStepValue, BasePK updatedBy) voidSelectorControl.updateSelectorTypeDescriptionFromValue(SelectorTypeDescriptionValue selectorTypeDescriptionValue, BasePK updatedBy) voidSelectorControl.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 EntityInstanceBaseSelectorEvaluator.getEntityInstanceByBasePK(BasePK pk) Constructors in com.echothree.model.control.selector.server.evaluator with parameters of type BasePKModifierConstructorDescriptionprotectedBaseContactMechanismSelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) protectedBaseItemSelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) protectedBasePartySelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) protectedBaseSelectorEvaluator(Session session, BasePK evaluatedBy, Class logClass) EmployeeSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of EmployeeSelectorEvaluatorFilterItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of FilterItemSelectorEvaluatorOfferItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of OfferItemSelectorEvaluatorPaymentMethodItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of PaymentMethodItemSelectorEvaluatorPostalAddressSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of PostalAddressSelectorEvaluatorShippingMethodItemSelectorEvaluator(Session session, BasePK evaluatedBy) Creates a new instance of ShippingMethodItemSelectorEvaluator -
Uses of 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) voidSelectorKindLogic.deleteSelectorKind(ExecutionErrorAccumulator eea, SelectorKind selectorKind, BasePK deletedBy) voidSelectorTypeLogic.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) voidSequenceControl.deleteSequence(Sequence sequence, BasePK deletedBy) voidSequenceControl.deleteSequenceDescription(SequenceDescription sequenceDescription, BasePK deletedBy) voidSequenceControl.deleteSequenceDescriptionsBySequence(Sequence sequence, BasePK deletedBy) voidSequenceControl.deleteSequencesBySequenceType(SequenceType sequenceType, BasePK deletedBy) voidSequenceControl.deleteSequenceType(SequenceType sequenceType, BasePK deletedBy) voidSequenceControl.deleteSequenceTypeDescription(SequenceTypeDescription sequenceTypeDescription, BasePK deletedBy) voidSequenceControl.deleteSequenceTypeDescriptionsBySequenceType(SequenceType sequenceType, BasePK deletedBy) voidSequenceControl.updateSequenceDescriptionFromValue(SequenceDescriptionValue sequenceDescriptionValue, BasePK updatedBy) voidSequenceControl.updateSequenceFromValue(SequenceDetailValue sequenceDetailValue, BasePK updatedBy) voidSequenceControl.updateSequenceTypeDescriptionFromValue(SequenceTypeDescriptionValue sequenceTypeDescriptionValue, BasePK updatedBy) voidSequenceControl.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.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) ShipmentControl.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) voidFreeOnBoardControl.deleteFreeOnBoard(FreeOnBoard freeOnBoard, BasePK deletedBy) voidFreeOnBoardControl.deleteFreeOnBoardDescription(FreeOnBoardDescription freeOnBoardDescription, BasePK deletedBy) voidFreeOnBoardControl.deleteFreeOnBoardDescriptionsByFreeOnBoard(FreeOnBoard freeOnBoard, BasePK deletedBy) voidPartyFreeOnBoardControl.deletePartyFreeOnBoard(PartyFreeOnBoard partyFreeOnBoard, BasePK deletedBy) voidPartyFreeOnBoardControl.deletePartyFreeOnBoardByParty(Party party, BasePK deletedBy) voidPartyFreeOnBoardControl.deletePartyFreeOnBoardsByFreeOnBoard(FreeOnBoard freeOnBoard, BasePK deletedBy) voidShipmentControl.deleteShipmentAlias(ShipmentAlias shipmentAlias, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasesByShipment(Shipment shipment, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasesByShipmentAliasType(ShipmentAliasType shipmentAliasType, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasType(ShipmentAliasType shipmentAliasType, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasTypeDescription(ShipmentAliasTypeDescription shipmentAliasTypeDescription, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasTypeDescriptionsByShipmentAliasType(ShipmentAliasType shipmentAliasType, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasTypes(List<ShipmentAliasType> shipmentAliasTypes, BasePK deletedBy) voidShipmentControl.deleteShipmentAliasTypesByShipmentType(ShipmentType shipmentType, BasePK deletedBy) voidShipmentControl.deleteShipmentsByPartyContactMechanism(PartyContactMechanism partyContactMechanism, BasePK deletedBy) voidShipmentControl.deleteShipmentTime(ShipmentTime shipmentTime, BasePK deletedBy) voidShipmentControl.deleteShipmentTimes(List<ShipmentTime> shipmentTimes, BasePK deletedBy) voidShipmentControl.deleteShipmentTimesByShipment(Shipment shipment, BasePK deletedBy) voidShipmentControl.deleteShipmentTimesByShipmentTimeType(ShipmentTimeType shipmentTimeType, BasePK deletedBy) voidShipmentControl.deleteShipmentTimeType(ShipmentTimeType shipmentTimeType, BasePK deletedBy) voidShipmentControl.deleteShipmentTimeTypeDescription(ShipmentTimeTypeDescription shipmentTimeTypeDescription, BasePK deletedBy) voidShipmentControl.deleteShipmentTimeTypeDescriptionsByShipmentTimeType(ShipmentTimeType shipmentTimeType, BasePK deletedBy) voidShipmentControl.deleteShipmentType(ShipmentType shipmentType, BasePK deletedBy) voidShipmentControl.deleteShipmentTypeDescription(ShipmentTypeDescription shipmentTypeDescription, BasePK deletedBy) voidShipmentControl.deleteShipmentTypeDescriptionsByShipmentType(ShipmentType shipmentType, BasePK deletedBy) voidShipmentControl.deleteShipmentTypes(List<ShipmentType> shipmentTypes, BasePK deletedBy) voidShipmentControl.deleteShipmentTypeShippingMethod(ShipmentTypeShippingMethod shipmentTypeShippingMethod, BasePK deletedBy) voidShipmentControl.deleteShipmentTypeShippingMethods(List<ShipmentTypeShippingMethod> shipmentTypeShippingMethods, BasePK deletedBy) voidShipmentControl.deleteShipmentTypeShippingMethodsByShipmentType(ShipmentType shipmentType, BasePK deletedBy) voidShipmentControl.deleteShipmentTypeShippingMethodsByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidFreeOnBoardControl.updateFreeOnBoardDescriptionFromValue(FreeOnBoardDescriptionValue freeOnBoardDescriptionValue, BasePK updatedBy) voidFreeOnBoardControl.updateFreeOnBoardFromValue(FreeOnBoardDetailValue freeOnBoardDetailValue, BasePK updatedBy) voidPartyFreeOnBoardControl.updatePartyFreeOnBoardFromValue(PartyFreeOnBoardValue partyFreeOnBoardValue, BasePK updatedBy) voidShipmentControl.updateShipmentAliasFromValue(ShipmentAliasValue shipmentAliasValue, BasePK updatedBy) voidShipmentControl.updateShipmentAliasTypeDescriptionFromValue(ShipmentAliasTypeDescriptionValue shipmentAliasTypeDescriptionValue, BasePK updatedBy) voidShipmentControl.updateShipmentAliasTypeFromValue(ShipmentAliasTypeDetailValue shipmentAliasTypeDetailValue, BasePK updatedBy) voidShipmentControl.updateShipmentTimeFromValue(ShipmentTimeValue shipmentTimeValue, BasePK updatedBy) voidShipmentControl.updateShipmentTimeTypeDescriptionFromValue(ShipmentTimeTypeDescriptionValue shipmentTimeTypeDescriptionValue, BasePK updatedBy) voidShipmentControl.updateShipmentTimeTypeFromValue(ShipmentTimeTypeDetailValue shipmentTimeTypeDetailValue, BasePK updatedBy) voidShipmentControl.updateShipmentTypeDescriptionFromValue(ShipmentTypeDescriptionValue shipmentTypeDescriptionValue, BasePK updatedBy) voidShipmentControl.updateShipmentTypeFromValue(ShipmentTypeDetailValue shipmentTypeDetailValue, BasePK updatedBy) voidShipmentControl.updateShipmentTypeShippingMethodFromValue(ShipmentTypeShippingMethodValue shipmentTypeShippingMethodValue, 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) voidShipmentTimeLogic.createOrUpdateShipmentTime(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) voidShipmentTimeLogic.createOrUpdateShipmentTimeIfNotNull(ExecutionErrorAccumulator ema, Shipment shipment, String shipmentTimeTypeName, Long time, BasePK partyPK) voidFreeOnBoardLogic.deleteFreeOnBoard(ExecutionErrorAccumulator eea, FreeOnBoard freeOnBoard, BasePK deletedBy) voidShipmentTimeLogic.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) voidShippingControl.deleteShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidShippingControl.deleteShippingMethodCarrierService(ShippingMethodCarrierService shippingMethodCarrierService, BasePK deletedBy) voidShippingControl.deleteShippingMethodCarrierServices(List<ShippingMethodCarrierService> shippingMethodCarrierServices, BasePK deletedBy) voidShippingControl.deleteShippingMethodCarrierServicesByCarrierService(CarrierService carrierService, BasePK deletedBy) voidShippingControl.deleteShippingMethodCarrierServicesByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidShippingControl.deleteShippingMethodDescription(ShippingMethodDescription shippingMethodDescription, BasePK deletedBy) voidShippingControl.deleteShippingMethodDescriptionsByShippingMethod(ShippingMethod shippingMethod, BasePK deletedBy) voidShippingControl.updateShippingMethodDescriptionFromValue(ShippingMethodDescriptionValue shippingMethodDescriptionValue, BasePK updatedBy) voidShippingControl.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 TypeMethodDescriptionvoidShippingMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, SelectorCache selectorCache, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) voidShippingMethodLogic.checkAcceptanceOfItem(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Item item, BasePK evaluatedBy) voidShippingMethodLogic.checkAcceptanceOfItems(Session session, ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, Set<Item> items, BasePK evaluatedBy) ShippingMethodLogic.createShippingMethod(ExecutionErrorAccumulator eea, String shippingMethodName, Selector geoCodeSelector, Selector itemSelector, Integer sortOrder, Language language, String description, BasePK createdBy) voidShippingMethodLogic.deleteShippingMethod(ExecutionErrorAccumulator eea, ShippingMethod shippingMethod, BasePK deletedBy) voidShippingMethodLogic.updateShippingMethodFromValue(ExecutionErrorAccumulator eea, ShippingMethodDetailValue shippingMethodDetailValue, BasePK updatedBy) -
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) voidSubscriptionControl.deleteSubscription(Subscription subscription, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionKind(SubscriptionKind subscriptionKind, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionKindDescription(SubscriptionKindDescription subscriptionKindDescription, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionKindDescriptionsBySubscriptionKind(SubscriptionKind subscriptionKind, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionsBySubscriptionType(SubscriptionType subscriptionType, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionType(SubscriptionType subscriptionType, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionTypeChain(SubscriptionTypeChain subscriptionTypeChain, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionTypeChainsBySubscriptionType(SubscriptionType subscriptionType, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionTypeDescription(SubscriptionTypeDescription subscriptionTypeDescription, BasePK deletedBy) voidSubscriptionControl.deleteSubscriptionTypeDescriptionsBySubscriptionType(SubscriptionType subscriptionType, BasePK deletedBy) voidSubscriptionControl.updateSubscriptionFromValue(SubscriptionDetailValue subscriptionDetailValue, BasePK updatedBy) voidSubscriptionControl.updateSubscriptionKindDescriptionFromValue(SubscriptionKindDescriptionValue subscriptionKindDescriptionValue, BasePK updatedBy) voidSubscriptionControl.updateSubscriptionKindFromValue(SubscriptionKindDetailValue subscriptionKindDetailValue, BasePK updatedBy) voidSubscriptionControl.updateSubscriptionTypeChainFromValue(SubscriptionTypeChainValue subscriptionTypeChainValue, BasePK updatedBy) voidSubscriptionControl.updateSubscriptionTypeDescriptionFromValue(SubscriptionTypeDescriptionValue subscriptionTypeDescriptionValue, BasePK updatedBy) voidSubscriptionControl.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 ChainInstanceSubscriptionChainLogic.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 ChainInstanceSubscriptionChainLogic.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) voidTagControl.deleteEntityTag(EntityTag entityTag, BasePK deletedBy) voidTagControl.deleteEntityTags(List<EntityTag> entityTags, BasePK deletedBy) voidTagControl.deleteEntityTagsByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidTagControl.deleteEntityTagsByTag(Tag tag, BasePK deletedBy) voidvoidTagControl.deleteTags(List<Tag> tags, BasePK deletedBy) voidTagControl.deleteTagsByTagScope(TagScope tagScope, BasePK deletedBy) voidTagControl.deleteTagScope(TagScope tagScope, BasePK deletedBy) voidTagControl.deleteTagScopeDescription(TagScopeDescription tagScopeDescription, BasePK deletedBy) voidTagControl.deleteTagScopeDescriptionsByTagScope(TagScope tagScope, BasePK deletedBy) voidTagControl.deleteTagScopeEntityType(TagScopeEntityType tagScopeEntityType, BasePK deletedBy) voidTagControl.deleteTagScopeEntityTypes(List<TagScopeEntityType> tagScopeEntityTypes, BasePK deletedBy) voidTagControl.deleteTagScopeEntityTypesByEntityType(EntityType entityType, BasePK deletedBy) voidTagControl.deleteTagScopeEntityTypesByTagScope(TagScope tagScope, BasePK deletedBy) voidTagControl.updateTagFromValue(TagDetailValue tagDetailValue, BasePK updatedBy) voidTagControl.updateTagScopeDescriptionFromValue(TagScopeDescriptionValue tagScopeDescriptionValue, BasePK updatedBy) voidTagControl.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) voidTagLogic.deleteTag(ExecutionErrorAccumulator eea, Tag tag, BasePK deletedBy) voidTagScopeLogic.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) voidTaxControl.deleteGeoCodeTax(GeoCodeTax geoCodeTax, BasePK deletedBy) voidTaxControl.deleteGeoCodeTaxesByGeoCode(GeoCode geoCode, BasePK deletedBy) voidTaxControl.deleteGeoCodeTaxesByTax(Tax tax, BasePK deletedBy) voidTaxControl.deleteItemTaxClassification(ItemTaxClassification itemTaxClassification, BasePK deletedBy) voidTaxControl.deleteItemTaxClassifications(List<ItemTaxClassification> itemTaxClassifications, BasePK deletedBy) voidTaxControl.deleteItemTaxClassificationsByCountryGeoCode(GeoCode countryGeoCode, BasePK deletedBy) voidTaxControl.deleteItemTaxClassificationsByItem(Item item, BasePK deletedBy) voidTaxControl.deleteItemTaxClassificationsByTaxClassification(TaxClassification taxClassification, BasePK deletedBy) voidvoidTaxControl.deleteTaxClassification(TaxClassification taxClassification, BasePK deletedBy) voidTaxControl.deleteTaxClassifications(List<TaxClassification> taxClassifications, BasePK deletedBy) voidTaxControl.deleteTaxClassificationsByCountryGeoCode(GeoCode countryGeoCode, BasePK deletedBy) voidTaxControl.deleteTaxClassificationTranslation(TaxClassificationTranslation taxClassificationTranslation, BasePK deletedBy) voidTaxControl.deleteTaxClassificationTranslationsByTaxClassification(TaxClassification taxClassification, BasePK deletedBy) voidTaxControl.deleteTaxDescription(TaxDescription taxDescription, BasePK deletedBy) voidTaxControl.deleteTaxDescriptionsByTax(Tax tax, BasePK deletedBy) voidTaxControl.updateItemTaxClassificationFromValue(ItemTaxClassificationDetailValue itemTaxClassificationDetailValue, BasePK updatedBy) voidTaxControl.updateTaxClassificationFromValue(TaxClassificationDetailValue taxClassificationDetailValue, BasePK updatedBy) voidTaxControl.updateTaxClassificationTranslationFromValue(TaxClassificationTranslationValue taxClassificationTranslationValue, BasePK updatedBy) voidTaxControl.updateTaxDescriptionFromValue(TaxDescriptionValue taxDescriptionValue, BasePK updatedBy) voidTaxControl.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) voidTermControl.deleteCustomerTypeCreditLimit(CustomerTypeCreditLimit customerTypeCreditLimit, BasePK deletedBy) voidTermControl.deleteCustomerTypeCreditLimitsByCustomerType(CustomerType customerType, BasePK deletedBy) voidTermControl.deleteDateDrivenTerm(DateDrivenTerm dateDrivenTerm, BasePK deletedBy) voidTermControl.deleteDateDrivenTermByTerm(Term term, BasePK deletedBy) voidTermControl.deletePartyCreditLimit(PartyCreditLimit partyCreditLimit, BasePK deletedBy) voidTermControl.deletePartyCreditLimitsByParty(Party party, BasePK deletedBy) voidTermControl.deletePartyTerm(PartyTerm partyTerm, BasePK deletedBy) voidTermControl.deletePartyTermByParty(Party party, BasePK deletedBy) voidTermControl.deletePartyTermsByTerm(Term term, BasePK deletedBy) voidTermControl.deleteStandardTerm(StandardTerm standardTerm, BasePK deletedBy) voidTermControl.deleteStandardTermByTerm(Term term, BasePK deletedBy) voidTermControl.deleteTerm(Term term, BasePK deletedBy) voidTermControl.deleteTermDescription(TermDescription termDescription, BasePK deletedBy) voidTermControl.deleteTermDescriptionsByTerm(Term term, BasePK deletedBy) voidTermControl.updateCustomerTypeCreditLimitFromValue(CustomerTypeCreditLimitValue customerTypeCreditLimitValue, BasePK updatedBy) voidTermControl.updateDateDrivenTermFromValue(DateDrivenTermValue dateDrivenTermValue, BasePK updatedBy) voidTermControl.updatePartyCreditLimitFromValue(PartyCreditLimitValue partyCreditLimitValue, BasePK updatedBy) voidTermControl.updatePartyTermFromValue(PartyTermValue partyTermValue, BasePK updatedBy) voidTermControl.updateStandardTermFromValue(StandardTermValue standardTermValue, BasePK updatedBy) voidTermControl.updateTermDescriptionFromValue(TermDescriptionValue termDescriptionValue, BasePK updatedBy) voidTermControl.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) voidTermLogic.deleteTerm(ExecutionErrorAccumulator eea, Term term, BasePK deletedBy) voidTermLogic.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) voidTrackControl.deleteTrack(Track track, BasePK deletedBy) voidTrackControl.deleteTrackDescription(TrackDescription trackDescription, BasePK deletedBy) voidTrackControl.deleteTrackDescriptionsByTrack(Track track, BasePK deletedBy) voidTrackControl.deleteTracks(List<Track> tracks, BasePK deletedBy) voidTrackControl.updateTrackDescriptionFromValue(TrackDescriptionValue trackDescriptionValue, BasePK updatedBy) voidTrackControl.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) voidTrainingControl.deletePartyTrainingClass(PartyTrainingClass partyTrainingClass, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassByParty(Party party, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassesByTrainingClass(TrainingClass trainingClass, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSession(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionAnswer(PartyTrainingClassSessionAnswer partyTrainingClassSessionAnswer, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionAnswers(List<PartyTrainingClassSessionAnswer> partyTrainingClassSessionAnswers, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionAnswersByPartyTrainingClassSessionQuestion(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionAnswersByTrainingClassAnswer(TrainingClassAnswer trainingClassAnswer, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionPage(PartyTrainingClassSessionPage partyTrainingClassSessionPage, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionPages(List<PartyTrainingClassSessionPage> partyTrainingClassSessionPages, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionPagesByPartyTrainingClassSession(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionPagesByTrainingClassPage(TrainingClassPage trainingClassPage, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionQuestion(PartyTrainingClassSessionQuestion partyTrainingClassSessionQuestion, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionQuestions(List<PartyTrainingClassSessionQuestion> partyTrainingClassSessionQuestions, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionQuestionsByPartyTrainingClassSession(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionQuestionsByTrainingClassQuestion(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessions(List<PartyTrainingClassSession> partyTrainingClassSessions, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionsByPartyTrainingClass(PartyTrainingClass partyTrainingClass, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionSection(PartyTrainingClassSessionSection partyTrainingClassSessionSection, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionSections(List<PartyTrainingClassSessionSection> partyTrainingClassSessionSections, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionSectionsByPartyTrainingClassSession(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) voidTrainingControl.deletePartyTrainingClassSessionSectionsByTrainingClassSection(TrainingClassSection trainingClassSection, BasePK deletedBy) voidTrainingControl.deleteTrainingClass(TrainingClass trainingClass, BasePK deletedBy) voidTrainingControl.deleteTrainingClassAnswer(TrainingClassAnswer trainingClassAnswer, BasePK deletedBy) voidTrainingControl.deleteTrainingClassAnswers(List<TrainingClassAnswer> trainingClassAnswers, BasePK deletedBy) voidTrainingControl.deleteTrainingClassAnswersByTrainingClassQuestion(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) voidTrainingControl.deleteTrainingClassAnswerTranslation(TrainingClassAnswerTranslation trainingClassAnswerTranslation, BasePK deletedBy) voidTrainingControl.deleteTrainingClassAnswerTranslationsByTrainingClassAnswer(TrainingClassAnswer trainingClassAnswer, BasePK deletedBy) voidTrainingControl.deleteTrainingClassPage(TrainingClassPage trainingClassPage, BasePK deletedBy) voidTrainingControl.deleteTrainingClassPages(List<TrainingClassPage> trainingClassPages, BasePK deletedBy) voidTrainingControl.deleteTrainingClassPagesByTrainingClassSection(TrainingClassSection trainingClassSection, BasePK deletedBy) voidTrainingControl.deleteTrainingClassPageTranslation(TrainingClassPageTranslation trainingClassPageTranslation, BasePK deletedBy) voidTrainingControl.deleteTrainingClassPageTranslationsByTrainingClassPage(TrainingClassPage trainingClassPage, BasePK deletedBy) voidTrainingControl.deleteTrainingClassQuestion(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) voidTrainingControl.deleteTrainingClassQuestions(List<TrainingClassQuestion> trainingClassQuestions, BasePK deletedBy) voidTrainingControl.deleteTrainingClassQuestionsByTrainingClassSection(TrainingClassSection trainingClassSection, BasePK deletedBy) voidTrainingControl.deleteTrainingClassQuestionTranslation(TrainingClassQuestionTranslation trainingClassQuestionTranslation, BasePK deletedBy) voidTrainingControl.deleteTrainingClassQuestionTranslationsByTrainingClassQuestion(TrainingClassQuestion trainingClassQuestion, BasePK deletedBy) voidTrainingControl.deleteTrainingClassSection(TrainingClassSection trainingClassSection, BasePK deletedBy) voidTrainingControl.deleteTrainingClassSections(List<TrainingClassSection> trainingClassSections, BasePK deletedBy) voidTrainingControl.deleteTrainingClassSectionsByTrainingClass(TrainingClass trainingClass, BasePK deletedBy) voidTrainingControl.deleteTrainingClassSectionTranslation(TrainingClassSectionTranslation trainingClassSectionTranslation, BasePK deletedBy) voidTrainingControl.deleteTrainingClassSectionTranslationsByTrainingClassSection(TrainingClassSection trainingClassSection, BasePK deletedBy) voidTrainingControl.deleteTrainingClassTranslation(TrainingClassTranslation trainingClassTranslation, BasePK deletedBy) voidTrainingControl.deleteTrainingClassTranslationsByTrainingClass(TrainingClass trainingClass, BasePK deletedBy) voidTrainingControl.updatePartyTrainingClassFromValue(PartyTrainingClassDetailValue partyTrainingClassDetailValue, BasePK updatedBy) voidTrainingControl.updatePartyTrainingClassSessionAnswerFromValue(PartyTrainingClassSessionAnswerValue partyTrainingClassSessionAnswerValue, BasePK updatedBy) voidTrainingControl.updatePartyTrainingClassSessionFromValue(PartyTrainingClassSessionDetailValue partyTrainingClassSessionDetailValue, BasePK updatedBy) voidTrainingControl.updatePartyTrainingClassSessionPageFromValue(PartyTrainingClassSessionPageValue partyTrainingClassSessionPageValue, BasePK updatedBy) voidTrainingControl.updatePartyTrainingClassSessionQuestionFromValue(PartyTrainingClassSessionQuestionDetailValue partyTrainingClassSessionQuestionDetailValue, BasePK updatedBy) voidTrainingControl.updatePartyTrainingClassSessionSectionFromValue(PartyTrainingClassSessionSectionValue partyTrainingClassSessionSectionValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassAnswerFromValue(TrainingClassAnswerDetailValue trainingClassAnswerDetailValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassAnswerTranslationFromValue(TrainingClassAnswerTranslationValue trainingClassAnswerTranslationValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassFromValue(TrainingClassDetailValue trainingClassDetailValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassPageFromValue(TrainingClassPageDetailValue trainingClassPageDetailValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassPageTranslationFromValue(TrainingClassPageTranslationValue trainingClassPageTranslationValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassQuestionFromValue(TrainingClassQuestionDetailValue trainingClassQuestionDetailValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassQuestionTranslationFromValue(TrainingClassQuestionTranslationValue trainingClassQuestionTranslationValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassSectionFromValue(TrainingClassSectionDetailValue trainingClassSectionDetailValue, BasePK updatedBy) voidTrainingControl.updateTrainingClassSectionTranslationFromValue(TrainingClassSectionTranslationValue trainingClassSectionTranslationValue, BasePK updatedBy) voidTrainingControl.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) voidPartyTrainingClassLogic.deletePartyTrainingClass(PartyTrainingClass partyTrainingClass, BasePK deleteBy) voidPartyTrainingClassSessionLogic.deletePartyTrainingClassSession(PartyTrainingClassSession partyTrainingClassSession, BasePK deletedBy) voidPartyTrainingClassSessionLogic.setupPartyTrainingClassSessionQuestions(PartyTrainingClassSession partyTrainingClassSession, BasePK createdBy) voidPartyTrainingClassLogic.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) voidUomControl.deleteUnitOfMeasureEquivalent(UnitOfMeasureEquivalent unitOfMeasureEquivalent, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureEquivalentsByFromUnitOfMeasureType(UnitOfMeasureType fromUnitOfMeasureType, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureEquivalentsByToUnitOfMeasureType(UnitOfMeasureType toUnitOfMeasureType, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureEquivalentsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureKind(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureKindDescription(UnitOfMeasureKindDescription unitOfMeasureKindDescription, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureKindDescriptionsByUnitOfMeasureKind(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureKindUse(UnitOfMeasureKindUse unitOfMeasureKindUse, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureKindUseByUnitOfMeasureKind(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypeDescription(UnitOfMeasureTypeDescription unitOfMeasureTypeDescription, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypeDescriptionsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypesByUnitOfMeasureKind(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypeVolume(UnitOfMeasureTypeVolume unitOfMeasureTypeVolume, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypeVolumeByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypeWeight(UnitOfMeasureTypeWeight unitOfMeasureTypeWeight, BasePK deletedBy) voidUomControl.deleteUnitOfMeasureTypeWeightByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidUomControl.updateUnitOfMeasureEquivalentFromValue(UnitOfMeasureEquivalentValue unitOfMeasureEquivalentValue, BasePK updatedBy) voidUomControl.updateUnitOfMeasureKindDescriptionFromValue(UnitOfMeasureKindDescriptionValue unitOfMeasureKindDescriptionValue, BasePK updatedBy) voidUomControl.updateUnitOfMeasureKindFromValue(UnitOfMeasureKindDetailValue unitOfMeasureKindDetailValue, BasePK updatedBy) voidUomControl.updateUnitOfMeasureKindUseFromValue(UnitOfMeasureKindUseValue unitOfMeasureKindUseValue, BasePK updatedBy) Given a UnitOfMeasureKindUseValue, update only the isDefault property.voidUomControl.updateUnitOfMeasureTypeDescriptionFromValue(UnitOfMeasureTypeDescriptionValue unitOfMeasureTypeDescriptionValue, BasePK updatedBy) voidUomControl.updateUnitOfMeasureTypeFromValue(UnitOfMeasureTypeDetailValue unitOfMeasureTypeDetailValue, BasePK updatedBy) voidUomControl.updateUnitOfMeasureTypeVolumeFromValue(UnitOfMeasureTypeVolumeValue unitOfMeasureTypeVolumeValue, BasePK updatedBy) voidUomControl.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 TypeMethodDescriptionvoidUnitOfMeasureKindLogic.deleteUnitOfMeasureKind(UnitOfMeasureKind unitOfMeasureKind, BasePK deletedBy) voidUnitOfMeasureKindUseLogic.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) voidUserControl.deleteRecoveryAnswer(RecoveryAnswer recoveryAnswer, BasePK deletedBy) voidUserControl.deleteRecoveryAnswerByParty(Party party, BasePK deletedBy) voidUserControl.deleteRecoveryAnswers(List<RecoveryAnswer> recoveryAnswers, BasePK deletedBy) voidUserControl.deleteRecoveryAnswersByRecoveryQuestion(RecoveryQuestion recoveryQuestion, BasePK deletedBy) voidUserControl.deleteRecoveryQuestion(RecoveryQuestion recoveryQuestion, BasePK deletedBy) voidUserControl.deleteRecoveryQuestionDescription(RecoveryQuestionDescription recoveryQuestionDescription, BasePK deletedBy) voidUserControl.deleteRecoveryQuestionDescriptionsByRecoveryQuestion(RecoveryQuestion recoveryQuestion, BasePK deletedBy) voidUserControl.deleteUserLogin(UserLogin userLogin, BasePK deletedBy) voidUserControl.deleteUserLoginByParty(Party party, BasePK deletedBy) voidUserControl.deleteUserLoginPassword(UserLoginPassword userLoginPassword, BasePK deletedBy) voidUserControl.deleteUserLoginPasswords(List<UserLoginPassword> userLoginPasswords, BasePK deletedBy) voidUserControl.deleteUserLoginPasswordsByParty(Party party, BasePK deletedBy) voidUserControl.deleteUserLoginPasswordString(UserLoginPasswordString userLoginPasswordString, BasePK deletedBy) voidUserControl.setUserVisitPreferredCurrency(UserVisit userVisit, Currency currency, BasePK updatedBy) Updates the UserVisit to have the preferred Currency specified.voidUserControl.setUserVisitPreferredDateTimeFormat(UserVisit userVisit, DateTimeFormat dateTimeFormat, BasePK updatedBy) Updates the UserVisit to have the preferred DateTimeFormat specified.voidUserControl.setUserVisitPreferredLanguage(UserVisit userVisit, Language language, BasePK updatedBy) Updates the UserVisit to have the preferred Language specified.voidUserControl.setUserVisitPreferredTimeZone(UserVisit userVisit, TimeZone timeZone, BasePK updatedBy) Updates the UserVisit to have the preferred TimeZone specified.voidUserControl.updateRecoveryAnswerFromValue(RecoveryAnswerDetailValue recoveryAnswerDetailValue, BasePK updatedBy) voidUserControl.updateRecoveryQuestionDescriptionFromValue(RecoveryQuestionDescriptionValue recoveryQuestionDescriptionValue, BasePK updatedBy) voidUserControl.updateRecoveryQuestionFromValue(RecoveryQuestionDetailValue recoveryQuestionDetailValue, BasePK updatedBy) voidUserControl.updateUserLoginFromValue(UserLoginValue userLoginValue, BasePK updatedBy) voidUserControl.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) voidVendorControl.deleteItemPurchasingCategories(List<ItemPurchasingCategory> itemPurchasingCategories, BasePK deletedBy) voidVendorControl.deleteItemPurchasingCategory(ItemPurchasingCategory itemPurchasingCategory, BasePK deletedBy) voidVendorControl.deleteItemPurchasingCategoryDescription(ItemPurchasingCategoryDescription itemPurchasingCategoryDescription, BasePK deletedBy) voidVendorControl.deleteItemPurchasingCategoryDescriptionsByItemPurchasingCategory(ItemPurchasingCategory itemPurchasingCategory, BasePK deletedBy) voidVendorControl.deleteVendorItem(VendorItem vendorItem, BasePK deletedBy) voidVendorControl.deleteVendorItemCost(VendorItemCost vendorItemCost, BasePK deletedBy) voidVendorControl.deleteVendorItemCosts(List<VendorItemCost> vendorItemCosts, BasePK deletedBy) voidVendorControl.deleteVendorItemCostsByInventoryCondition(InventoryCondition inventoryCondition, BasePK deletedBy) voidVendorControl.deleteVendorItemCostsByItemAndUnitOfMeasureType(Item item, UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidVendorControl.deleteVendorItemCostsByUnitOfMeasureType(UnitOfMeasureType unitOfMeasureType, BasePK deletedBy) voidVendorControl.deleteVendorItemCostsByVendorItem(VendorItem vendorItem, BasePK deletedBy) voidVendorControl.deleteVendorItems(List<VendorItem> vendorItems, BasePK deletedBy) voidVendorControl.deleteVendorItemsByItem(Item item, BasePK deletedBy) voidVendorControl.deleteVendorItemsByVendorParty(Party vendorParty, BasePK deletedBy) voidVendorControl.deleteVendorType(VendorType vendorType, BasePK deletedBy) voidVendorControl.deleteVendorTypeDescription(VendorTypeDescription vendorTypeDescription, BasePK deletedBy) voidVendorControl.deleteVendorTypeDescriptionsByVendorType(VendorType vendorType, BasePK deletedBy) voidVendorControl.updateItemPurchasingCategoryDescriptionFromValue(ItemPurchasingCategoryDescriptionValue itemPurchasingCategoryDescriptionValue, BasePK updatedBy) voidVendorControl.updateItemPurchasingCategoryFromValue(ItemPurchasingCategoryDetailValue itemPurchasingCategoryDetailValue, BasePK updatedBy) voidVendorControl.updateVendorFromValue(VendorValue vendorValue, BasePK updatedBy) voidVendorControl.updateVendorItemCostFromValue(VendorItemCostValue vendorItemCostValue, BasePK updatedBy) voidVendorControl.updateVendorItemFromValue(VendorItemDetailValue vendorItemDetailValue, BasePK updatedBy) voidVendorControl.updateVendorTypeDescriptionFromValue(VendorTypeDescriptionValue vendorTypeDescriptionValue, BasePK updatedBy) voidVendorControl.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) voidItemPurchasingCategoryLogic.deleteItemPurchasingCategory(ItemPurchasingCategory itemPurchasingCategory, BasePK deletedBy) voidVendorTypeLogic.deleteVendorType(ExecutionErrorAccumulator eea, VendorType vendorType, BasePK deletedBy) voidVendorTypeLogic.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) voidWarehouseControl.deleteLocation(Location location, BasePK deletedBy) voidWarehouseControl.deleteLocationCapacitiesByLocation(Location location, BasePK deletedBy) voidWarehouseControl.deleteLocationCapacity(LocationCapacity locationCapacity, BasePK deletedBy) voidWarehouseControl.deleteLocationDescription(LocationDescription locationDescription, BasePK deletedBy) voidWarehouseControl.deleteLocationDescriptionsByLocation(Location location, BasePK deletedBy) voidWarehouseControl.deleteLocationNameElement(LocationNameElement locationNameElement, BasePK deletedBy) voidWarehouseControl.deleteLocationNameElementDescription(LocationNameElementDescription locationNameElementDescription, BasePK deletedBy) voidWarehouseControl.deleteLocationNameElementDescriptionsByLocationNameElement(LocationNameElement locationNameElement, BasePK deletedBy) voidWarehouseControl.deleteLocationNameElementsByLocationType(LocationType locationType, BasePK deletedBy) voidWarehouseControl.deleteLocationsByInventoryLocationGroup(InventoryLocationGroup inventoryLocationGroup, BasePK deletedBy) voidWarehouseControl.deleteLocationsByLocationType(LocationType locationType, BasePK deletedBy) voidWarehouseControl.deleteLocationsByWarehouseParty(Party warehouseParty, BasePK deletedBy) voidWarehouseControl.deleteLocationType(LocationType locationType, BasePK deletedBy) voidWarehouseControl.deleteLocationTypeDescription(LocationTypeDescription locationTypeDescription, BasePK deletedBy) voidWarehouseControl.deleteLocationTypeDescriptionsByLocationType(LocationType locationType, BasePK deletedBy) voidWarehouseControl.deleteLocationTypesByWarehouseParty(Party warehouseParty, BasePK deletedBy) voidWarehouseControl.deleteLocationVolume(LocationVolume locationVolume, BasePK deletedBy) voidWarehouseControl.deleteLocationVolumeByLocation(Location location, BasePK deletedBy) voidWarehouseControl.deleteWarehouse(Warehouse warehouse, BasePK deletedBy) voidWarehouseControl.deleteWarehouseType(WarehouseType warehouseType, BasePK deletedBy) voidWarehouseControl.deleteWarehouseTypeDescription(WarehouseTypeDescription warehouseTypeDescription, BasePK deletedBy) voidWarehouseControl.deleteWarehouseTypeDescriptionsByWarehouseType(WarehouseType warehouseType, BasePK deletedBy) voidWarehouseControl.updateLocationCapacityFromValue(LocationCapacityValue locationCapacityValue, BasePK updatedBy) voidWarehouseControl.updateLocationDescriptionFromValue(LocationDescriptionValue locationDescriptionValue, BasePK updatedBy) voidWarehouseControl.updateLocationFromValue(LocationDetailValue locationDetailValue, BasePK updatedBy) voidWarehouseControl.updateLocationNameElementDescriptionFromValue(LocationNameElementDescriptionValue locationNameElementDescriptionValue, BasePK updatedBy) voidWarehouseControl.updateLocationNameElementFromValue(LocationNameElementDetailValue locationNameElementDetailValue, BasePK updatedBy) voidWarehouseControl.updateLocationTypeDescriptionFromValue(LocationTypeDescriptionValue locationTypeDescriptionValue, BasePK updatedBy) voidWarehouseControl.updateLocationTypeFromValue(LocationTypeDetailValue locationTypeDetailValue, BasePK updatedBy) voidWarehouseControl.updateLocationVolumeFromValue(LocationVolumeValue locationVolumeValue, BasePK updatedBy) voidWarehouseControl.updateWarehouseFromValue(WarehouseValue warehouseValue, BasePK updatedBy) voidWarehouseControl.updateWarehouseTypeDescriptionFromValue(WarehouseTypeDescriptionValue warehouseTypeDescriptionValue, BasePK updatedBy) voidWarehouseControl.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) voidWarehouseLogic.deleteWarehouse(ExecutionErrorAccumulator eea, Warehouse warehouse, BasePK deletedBy) voidWarehouseTypeLogic.deleteWarehouseType(ExecutionErrorAccumulator eea, WarehouseType warehouseType, BasePK deletedBy) voidWarehouseLogic.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) voidWishlistControl.deleteOrderLinesByWishlistPriority(WishlistPriority wishlistPriority, BasePK deletedBy) voidWishlistControl.deleteOrdersByWishlistType(WishlistType wishlistType, BasePK deletedBy) voidWishlistControl.deleteWishlist(Wishlist wishlist, BasePK deletedBy) voidWishlistControl.deleteWishlistByOrder(Order order, BasePK deletedBy) voidWishlistControl.deleteWishlistLine(WishlistLine wishlistLine, BasePK deletedBy) voidWishlistControl.deleteWishlistLineByOrderLine(OrderLine orderLine, BasePK deletedBy) voidWishlistControl.deleteWishlistPrioritiesByWishlistType(WishlistType wishlistType, BasePK deletedBy) voidWishlistControl.deleteWishlistPriority(WishlistPriority wishlistPriority, BasePK deletedBy) voidWishlistControl.deleteWishlistPriorityDescription(WishlistPriorityDescription wishlistPriorityDescription, BasePK deletedBy) voidWishlistControl.deleteWishlistPriorityDescriptionsByWishlistPriority(WishlistPriority wishlistPriority, BasePK deletedBy) voidWishlistControl.deleteWishlistType(WishlistType wishlistType, BasePK deletedBy) voidWishlistControl.deleteWishlistTypeDescription(WishlistTypeDescription wishlistTypeDescription, BasePK deletedBy) voidWishlistControl.deleteWishlistTypeDescriptionsByWishlistType(WishlistType wishlistType, BasePK deletedBy) voidWishlistControl.updateWishlistFromValue(WishlistValue wishlistValue, BasePK updatedBy) voidWishlistControl.updateWishlistLineFromValue(WishlistLineValue wishlistLineValue, BasePK updatedBy) voidWishlistControl.updateWishlistPriorityDescriptionFromValue(WishlistPriorityDescriptionValue wishlistPriorityDescriptionValue, BasePK updatedBy) voidWishlistControl.updateWishlistPriorityFromValue(WishlistPriorityDetailValue wishlistPriorityDetailValue, BasePK updatedBy) voidWishlistControl.updateWishlistTypeDescriptionFromValue(WishlistTypeDescriptionValue wishlistTypeDescriptionValue, BasePK updatedBy) voidWishlistControl.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) voidWishlistPriorityLogic.deleteWishlistPriority(ExecutionErrorAccumulator eea, WishlistPriority wishlistPriority, BasePK deletedBy) voidWishlistTypeLogic.deleteWishlistType(ExecutionErrorAccumulator eea, WishlistType wishlistType, BasePK deletedBy) voidWishlistTypeLogic.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) voidWorkEffortControl.deleteWorkEffort(WorkEffort workEffort, BasePK deletedBy) voidWorkEffortControl.deleteWorkEfforts(List<WorkEffort> workEfforts, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortsByOwningEntityInstance(EntityInstance owningEntityInstance, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortsByWorkEffortScope(WorkEffortScope workEffortScope, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortScope(WorkEffortScope workEffortScope, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortScopeDescription(WorkEffortScopeDescription workEffortScopeDescription, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortScopeDescriptionsByWorkEffortScope(WorkEffortScope workEffortScope, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortScopesByWorkEffortType(WorkEffortType workEffortType, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortType(WorkEffortType workEffortType, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortTypeDescription(WorkEffortTypeDescription workEffortTypeDescription, BasePK deletedBy) voidWorkEffortControl.deleteWorkEffortTypeDescriptionsByWorkEffortType(WorkEffortType workEffortType, BasePK deletedBy) voidWorkEffortControl.updateWorkEffortFromValue(WorkEffortDetailValue workEffortDetailValue, BasePK updatedBy) voidWorkEffortControl.updateWorkEffortScopeDescriptionFromValue(WorkEffortScopeDescriptionValue workEffortScopeDescriptionValue, BasePK updatedBy) voidWorkEffortControl.updateWorkEffortScopeFromValue(WorkEffortScopeDetailValue workEffortScopeDetailValue, BasePK updatedBy) voidWorkEffortControl.updateWorkEffortTypeDescriptionFromValue(WorkEffortTypeDescriptionValue workEffortTypeDescriptionValue, BasePK updatedBy) voidWorkEffortControl.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) voidWorkEffortLogic.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 TypeMethodDescriptionvoidWorkflowControl.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) voidWorkflowControl.deleteWorkflow(Workflow workflow, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDescription(WorkflowDescription workflowDescription, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDescriptionsByWorkflow(Workflow workflow, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationDescription(WorkflowDestinationDescription workflowDestinationDescription, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationDescriptionsByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationPartyType(WorkflowDestinationPartyType workflowDestinationPartyType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationPartyTypes(List<WorkflowDestinationPartyType> workflowDestinationPartyTypes, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationPartyTypesByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationsByWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSecurityRole(WorkflowDestinationSecurityRole workflowDestinationSecurityRole, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSecurityRoles(List<WorkflowDestinationSecurityRole> workflowDestinationSecurityRoles, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSecurityRolesByWorkflowDestinationPartyType(WorkflowDestinationPartyType workflowDestinationPartyType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSelector(WorkflowDestinationSelector workflowDestinationSelector, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSelectors(List<WorkflowDestinationSelector> workflowDestinationSelectors, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSelectorsBySelector(Selector selector, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSelectorsByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationStep(WorkflowDestinationStep workflowDestinationStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationSteps(List<WorkflowDestinationStep> workflowDestinationSteps, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationStepsByWorkflowDestination(WorkflowDestination workflowDestination, BasePK deletedBy) voidWorkflowControl.deleteWorkflowDestinationStepsByWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatus(WorkflowEntityStatus workflowEntityStatus, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatuses(List<WorkflowEntityStatus> workflowEntityStatuses, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatusesByEntityInstance(EntityInstance entityInstance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatusesByEntityInstance(Workflow workflow, EntityInstance entityInstance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatusesByEntityInstanceUsingNames(String workflowName, EntityInstance entityInstance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatusesByWorkflowAndEntityType(Workflow workflow, EntityType entityType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityStatusesByWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityType(WorkflowEntityType workflowEntityType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityTypes(List<WorkflowEntityType> workflowEntityTypes, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityTypesByEntityType(EntityType entityType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntityTypesByWorkflow(Workflow workflow, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntrance(WorkflowEntrance workflowEntrance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceDescription(WorkflowEntranceDescription workflowEntranceDescription, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceDescriptionsByWorkflowEntrance(WorkflowEntrance workflowEntrance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntrancePartyType(WorkflowEntrancePartyType workflowEntrancePartyType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntrancePartyTypes(List<WorkflowEntrancePartyType> workflowEntrancePartyTypes, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntrancePartyTypesByWorkflowEntrance(WorkflowEntrance workflowEntrance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntrancesByWorkflow(Workflow workflow, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSecurityRole(WorkflowEntranceSecurityRole workflowEntranceSecurityRole, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSecurityRoles(List<WorkflowEntranceSecurityRole> workflowEntranceSecurityRoles, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSecurityRolesByWorkflowEntrancePartyType(WorkflowEntrancePartyType workflowEntrancePartyType, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSelector(WorkflowEntranceSelector workflowEntranceSelector, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSelectors(List<WorkflowEntranceSelector> workflowEntranceSelectors, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSelectorsBySelector(Selector selector, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSelectorsByWorkflowEntrance(WorkflowEntrance workflowEntrance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceStep(WorkflowEntranceStep workflowEntranceStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceSteps(List<WorkflowEntranceStep> workflowEntranceSteps, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceStepsByWorkflowEntrance(WorkflowEntrance workflowEntrance, BasePK deletedBy) voidWorkflowControl.deleteWorkflowEntranceStepsByWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowSelectorKind(WorkflowSelectorKind workflowSelectorKind, BasePK deletedBy) voidWorkflowControl.deleteWorkflowSelectorKinds(List<WorkflowSelectorKind> workflowSelectorKinds, BasePK deletedBy) voidWorkflowControl.deleteWorkflowSelectorKindsByWorkflow(Workflow workflow, BasePK deletedBy) voidWorkflowControl.deleteWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowStepDescription(WorkflowStepDescription workflowStepDescription, BasePK deletedBy) voidWorkflowControl.deleteWorkflowStepDescriptionsByWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkflowControl.deleteWorkflowStepsByWorkflow(Workflow workflow, BasePK deletedBy) voidWorkflowControl.updateWorkflowDescriptionFromValue(WorkflowDescriptionValue workflowDescriptionValue, BasePK updatedBy) voidWorkflowControl.updateWorkflowDestinationDescriptionFromValue(WorkflowDestinationDescriptionValue workflowDestinationDescriptionValue, BasePK updatedBy) voidWorkflowControl.updateWorkflowDestinationFromValue(WorkflowDestinationDetailValue workflowDestinationDetailValue, BasePK updatedBy) voidWorkflowControl.updateWorkflowEntranceDescriptionFromValue(WorkflowEntranceDescriptionValue workflowEntranceDescriptionValue, BasePK updatedBy) voidWorkflowControl.updateWorkflowEntranceFromValue(WorkflowEntranceDetailValue workflowEntranceDetailValue, BasePK updatedBy) voidWorkflowControl.updateWorkflowFromValue(WorkflowDetailValue workflowDetailValue, BasePK updatedBy) voidWorkflowControl.updateWorkflowStepDescriptionFromValue(WorkflowStepDescriptionValue workflowStepDescriptionValue, BasePK updatedBy) voidWorkflowControl.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) voidWorkRequirementControl.deleteWorkAssignment(WorkAssignment workAssignment, BasePK deletedBy) voidWorkRequirementControl.deleteWorkAssignments(List<WorkAssignment> workAssignments, BasePK deletedBy) voidWorkRequirementControl.deleteWorkAssignmentsByParty(Party party, BasePK deletedBy) voidWorkRequirementControl.deleteWorkAssignmentsByWorkRequirement(WorkRequirement workRequirement, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirement(WorkRequirement workRequirement, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementsByWorkEffort(WorkEffort workEffort, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementsByWorkRequirementScope(WorkRequirementScope workRequirementScope, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementScope(WorkRequirementScope workRequirementScope, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementScopesByWorkEffortScope(WorkEffortScope workEffortScope, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementScopesByWorkRequirementType(WorkRequirementType workRequirementType, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementType(WorkRequirementType workRequirementType, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementTypeDescription(WorkRequirementTypeDescription workRequirementTypeDescription, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementTypeDescriptionsByWorkRequirementType(WorkRequirementType workRequirementType, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementTypesByWorkEffortType(WorkEffortType workEffortType, BasePK deletedBy) voidWorkRequirementControl.deleteWorkRequirementTypesByWorkflowStep(WorkflowStep workflowStep, BasePK deletedBy) voidWorkRequirementControl.deleteWorkTime(WorkTime workTime, BasePK deletedBy) voidWorkRequirementControl.deleteWorkTimes(List<WorkTime> workTimes, BasePK deletedBy) voidWorkRequirementControl.deleteWorkTimesByParty(Party party, BasePK deletedBy) voidWorkRequirementControl.deleteWorkTimesByWorkRequirement(WorkRequirement workRequirement, BasePK deletedBy) voidWorkRequirementControl.updateWorkAssignmentFromValue(WorkAssignmentDetailValue workAssignmentDetailValue, BasePK updatedBy) voidWorkRequirementControl.updateWorkRequirementFromValue(WorkRequirementDetailValue workRequirementDetailValue, BasePK updatedBy) voidWorkRequirementControl.updateWorkRequirementScopeFromValue(WorkRequirementScopeDetailValue workRequirementScopeDetailValue, BasePK updatedBy) voidWorkRequirementControl.updateWorkRequirementTypeDescriptionFromValue(WorkRequirementTypeDescriptionValue workRequirementTypeDescriptionValue, BasePK updatedBy) voidWorkRequirementControl.updateWorkRequirementTypeFromValue(WorkRequirementTypeDetailValue workRequirementTypeDetailValue, BasePK updatedBy) voidWorkRequirementControl.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 TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.associate.common.pk
Subclasses of BasePK in com.echothree.model.data.associate.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.batch.common.pk
Subclasses of BasePK in com.echothree.model.data.batch.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.campaign.common.pk
Subclasses of BasePK in com.echothree.model.data.campaign.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.cancellationpolicy.common.pk
Subclasses of BasePK in com.echothree.model.data.cancellationpolicy.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.carrier.common.pk
Subclasses of BasePK in com.echothree.model.data.carrier.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.chain.common.pk
Subclasses of BasePK in com.echothree.model.data.chain.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.club.common.pk
Subclasses of BasePK in com.echothree.model.data.club.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.comment.common.pk
Subclasses of BasePK in com.echothree.model.data.comment.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.communication.common.pk
Subclasses of BasePK in com.echothree.model.data.communication.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.contact.common.pk
Subclasses of BasePK in com.echothree.model.data.contact.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.contactlist.common.pk
Subclasses of BasePK in com.echothree.model.data.contactlist.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.content.common.pk
Subclasses of BasePK in com.echothree.model.data.content.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.core.common.pk
Subclasses of BasePK in com.echothree.model.data.core.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.customer.common.pk
Subclasses of BasePK in com.echothree.model.data.customer.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.document.common.pk
Subclasses of BasePK in com.echothree.model.data.document.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.employee.common.pk
Subclasses of BasePK in com.echothree.model.data.employee.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.filter.common.pk
Subclasses of BasePK in com.echothree.model.data.filter.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.financial.common.pk
Subclasses of BasePK in com.echothree.model.data.financial.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.forum.common.pk
Subclasses of BasePK in com.echothree.model.data.forum.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.geo.common.pk
Subclasses of BasePK in com.echothree.model.data.geo.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.icon.common.pk
Subclasses of BasePK in com.echothree.model.data.icon.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.index.common.pk
Subclasses of BasePK in com.echothree.model.data.index.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.inventory.common.pk
Subclasses of BasePK in com.echothree.model.data.inventory.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.invoice.common.pk
Subclasses of BasePK in com.echothree.model.data.invoice.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.item.common.pk
Subclasses of BasePK in com.echothree.model.data.item.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.job.common.pk
Subclasses of BasePK in com.echothree.model.data.job.common.pkModifier and TypeClassDescriptionclassclassclassclass -
Uses of BasePK in com.echothree.model.data.letter.common.pk
Subclasses of BasePK in com.echothree.model.data.letter.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.license.common.pk
Subclasses of BasePK in com.echothree.model.data.license.common.pkModifier and TypeClassDescriptionclassclassclass -
Uses of BasePK in com.echothree.model.data.message.common.pk
Subclasses of BasePK in com.echothree.model.data.message.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.offer.common.pk
Subclasses of BasePK in com.echothree.model.data.offer.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.order.common.pk
Subclasses of BasePK in com.echothree.model.data.order.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.party.common.pk
Subclasses of BasePK in com.echothree.model.data.party.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.payment.common.pk
Subclasses of BasePK in com.echothree.model.data.payment.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.period.common.pk
Subclasses of BasePK in com.echothree.model.data.period.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.picklist.common.pk
Subclasses of BasePK in com.echothree.model.data.picklist.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.printer.common.pk
Subclasses of BasePK in com.echothree.model.data.printer.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.queue.common.pk
Subclasses of BasePK in com.echothree.model.data.queue.common.pkModifier and TypeClassDescriptionclassclassclassclass -
Uses of BasePK in com.echothree.model.data.rating.common.pk
Subclasses of BasePK in com.echothree.model.data.rating.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.returnpolicy.common.pk
Subclasses of BasePK in com.echothree.model.data.returnpolicy.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.sales.common.pk
Subclasses of BasePK in com.echothree.model.data.sales.common.pkModifier and TypeClassDescriptionclassclassclass -
Uses of BasePK in com.echothree.model.data.scale.common.pk
Subclasses of BasePK in com.echothree.model.data.scale.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.search.common.pk
Subclasses of BasePK in com.echothree.model.data.search.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.security.common.pk
Subclasses of BasePK in com.echothree.model.data.security.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.selector.common.pk
Subclasses of BasePK in com.echothree.model.data.selector.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.sequence.common.pk
Subclasses of BasePK in com.echothree.model.data.sequence.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.shipment.common.pk
Subclasses of BasePK in com.echothree.model.data.shipment.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.shipping.common.pk
Subclasses of BasePK in com.echothree.model.data.shipping.common.pkModifier and TypeClassDescriptionclassclassclassclass -
Uses of BasePK in com.echothree.model.data.style.common.pk
Subclasses of BasePK in com.echothree.model.data.style.common.pkModifier and TypeClassDescriptionclassclassclass -
Uses of BasePK in com.echothree.model.data.subscription.common.pk
Subclasses of BasePK in com.echothree.model.data.subscription.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.survey.common.pk
Subclasses of BasePK in com.echothree.model.data.survey.common.pkModifier and TypeClassDescriptionclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.tag.common.pk
Subclasses of BasePK in com.echothree.model.data.tag.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.tax.common.pk
Subclasses of BasePK in com.echothree.model.data.tax.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.term.common.pk
Subclasses of BasePK in com.echothree.model.data.term.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.track.common.pk
Subclasses of BasePK in com.echothree.model.data.track.common.pkModifier and TypeClassDescriptionclassclassclassclass -
Uses of BasePK in com.echothree.model.data.training.common.pk
Subclasses of BasePK in com.echothree.model.data.training.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.uom.common.pk
Subclasses of BasePK in com.echothree.model.data.uom.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.user.common.pk
Subclasses of BasePK in com.echothree.model.data.user.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.vendor.common.pk
Subclasses of BasePK in com.echothree.model.data.vendor.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.warehouse.common.pk
Subclasses of BasePK in com.echothree.model.data.warehouse.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.wishlist.common.pk
Subclasses of BasePK in com.echothree.model.data.wishlist.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.workeffort.common.pk
Subclasses of BasePK in com.echothree.model.data.workeffort.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.workflow.common.pk
Subclasses of BasePK in com.echothree.model.data.workflow.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.model.data.workrequirement.common.pk
Subclasses of BasePK in com.echothree.model.data.workrequirement.common.pkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclass -
Uses of BasePK in com.echothree.util.server.control
Methods in com.echothree.util.server.control with parameters of type BasePKModifier and TypeMethodDescriptionBaseLogic.getEntityInstanceByBasePK(BasePK pk) protected EntityInstanceBaseModelControl.getEntityInstanceByBasePK(BasePK pk) BaseEditCommand.getEntityLockTransfer(BasePK lockTarget) booleanBaseEditCommand.isEntityLocked(BasePK lockTarget) booleanBaseEditCommand.lockEntity(BasePK lockTarget) booleanBaseEditCommand.lockEntityForUpdate(BasePK lockTarget) protected EventBaseCommand.sendEvent(EntityInstance entityInstance, EventTypes eventType, EntityInstance relatedEntityInstance, EventTypes relatedEventType, BasePK createdByBasePK) protected EventBaseCommand.sendEvent(EntityInstance entityInstance, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) protected EventBaseCommand.sendEvent(BasePK basePK, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) BaseModelControl.sendEvent(EntityInstance entityInstance, EventTypes eventType, EntityInstance relatedEntityInstance, EventTypes relatedEventType, BasePK createdByBasePK) protected EventBaseModelControl.sendEvent(EntityInstance entityInstance, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) protected EventBaseModelControl.sendEvent(BasePK basePK, EventTypes eventType, BasePK relatedBasePK, EventTypes relatedEventType, BasePK createdByBasePK) booleanBaseEditCommand.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 TypeInterfaceDescriptioninterfaceBaseFactory<PK extends BasePK,BE extends BaseEntity> classFields in com.echothree.util.server.persistence declared as BasePKMethods in com.echothree.util.server.persistence that return BasePKModifier and TypeMethodDescriptionPersistenceUtils.getBasePKFromEntityInstance(EntityInstance entityInstance) abstract BasePKBaseEntity.getPrimaryKey()Methods in com.echothree.util.server.persistence with parameters of type BasePKModifier and TypeMethodDescriptionvoidSession.putReadOnlyEntity(BasePK basePK, BaseEntity baseEntity) voidSessionEntityCache.putReadOnlyEntity(BasePK basePk, BaseEntity baseEntity) voidSession.putReadWriteEntity(BasePK basePK, BaseEntity baseEntity) voidSessionEntityCache.putReadWriteEntity(BasePK basePK, BaseEntity baseEntity) voidvoidMethod parameters in com.echothree.util.server.persistence with type arguments of type BasePKModifier and TypeMethodDescriptionbooleanSession.hasLimit(Class<? extends BaseFactory<? extends BasePK, ? extends BaseEntity>> entityFactory) Session.prepareStatement(Class<? extends BaseFactory<? extends BasePK, ? extends BaseEntity>> entityFactory, String sql) Creates aPreparedStatementobject 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 TypeMethodDescriptionvoidvoidvoidvoid