summaryrefslogtreecommitdiffstats
path: root/UML/Sequences.txt
diff options
context:
space:
mode:
Diffstat (limited to 'UML/Sequences.txt')
-rw-r--r--UML/Sequences.txt30
1 files changed, 1 insertions, 29 deletions
diff --git a/UML/Sequences.txt b/UML/Sequences.txt
index 83460f7..0d29481 100644
--- a/UML/Sequences.txt
+++ b/UML/Sequences.txt
@@ -1,30 +1,2 @@
-- De duidelijke sequences staan er niet in.
+- De duidelijke sequences staan er niet in, dit zijn die met maar een procedure aanroep.
- De procedure "Edit...()" bestaat eigenlijk uit de "Set...()" procedures van alle properties.
-
-
-
-basic calculations via website:
- WebsiteUser.Login();
- InsuranceProposal.InsuranceProposal();
- CalculatePremiumAmount();
-
-manage timesheets:
- Employee.SearchTimesheet();
-
-employee management:
- Employee.SearchSalary();
- Employee.SearchTimesheet();
- Employee.SearchCareerStep();
-
-internal career tracking:
- Employee.SearchCareerStep();
-
-convert into policy:
- InsuranceProposal.ConvertToPolicy();
- InsurancePolicy.InsurancePolicy();
- PaymentInfo.PaymentInfo();
-
-add proposal:
- InsuranceProposal.InsuranceProposal();
- InsuranceProposal.CheckForUpSell();
- InsuranceProposal.CheckForCrossSell();