Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
s4s
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Container Registry
Model registry
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Timo Jeremy Pinzauti (Archived)
s4s
Commits
7da19256
Commit
7da19256
authored
7 years ago
by
hkarwa2s
Browse files
Options
Downloads
Patches
Plain Diff
Letzter Commit, fix in der ArtikelerstellungsControl
parent
6526db25
Branches
Anforderungen
Branches containing commit
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/main/java/org/s4s/gui/views/ArtikelerstellungsView.java
+0
-1
0 additions, 1 deletion
src/main/java/org/s4s/gui/views/ArtikelerstellungsView.java
src/main/java/org/s4s/process/control/ArtikelerstellungsControl.java
+5
-0
5 additions, 0 deletions
...va/org/s4s/process/control/ArtikelerstellungsControl.java
with
5 additions
and
1 deletion
src/main/java/org/s4s/gui/views/ArtikelerstellungsView.java
+
0
−
1
View file @
7da19256
...
...
@@ -181,7 +181,6 @@ public class ArtikelerstellungsView extends TemplateView implements View {
}
nsModul
.
setNullSelectionAllowed
(
false
);
// Kann hier jemand den Fehler finden? <------------------------------------------
HorizontalLayout
hKommand
=
new
HorizontalLayout
(
bAbbrechen
,
bErstellen
);
HorizontalLayout
hVerfuegbarkeit
=
new
HorizontalLayout
(
dfVon
,
dfBis
);
HorizontalLayout
hKriterien
=
new
HorizontalLayout
(
nsKategorie
,
nsModul
);
...
...
This diff is collapsed.
Click to expand it.
src/main/java/org/s4s/process/control/ArtikelerstellungsControl.java
+
5
−
0
View file @
7da19256
...
...
@@ -9,6 +9,7 @@ import com.vaadin.ui.Image;
import
java.util.Date
;
import
java.util.List
;
import
org.s4s.dao.ProductDAO
;
import
org.s4s.dao.impl.ProductDAOimpl
;
import
org.s4s.exceptions.DAOException
;
import
org.s4s.modell.dto.Product
;
...
...
@@ -20,6 +21,10 @@ public class ArtikelerstellungsControl {
private
static
ProductDAO
pDAO
=
null
;
public
ArtikelerstellungsControl
()
{
pDAO
=
ProductDAOimpl
.
getInstance
();
}
public
List
<
Product
>
getProductByDescription
(
String
typ
)
throws
DAOException
{
throw
new
UnsupportedOperationException
(
"Not supported yet."
);
//To change body of generated methods, choose Tools | Templates.
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment