Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Codecrew
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
30
Merge Requests
2
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit 5df81ffa
authored
May 13, 2012
by
Tuomas Riihimäki
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Hups.. jäi yksi beani muokkaamatta
1 parent
6a157d33
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
2 deletions
code/LanBortalBeans/ejbModule/fi/insomnia/bortal/beans/AccountEventBean.java
code/LanBortalBeans/ejbModule/fi/insomnia/bortal/beans/AccountEventBean.java
View file @
5df81ff
...
@@ -25,7 +25,6 @@ import fi.insomnia.bortal.model.EventUser;
...
@@ -25,7 +25,6 @@ import fi.insomnia.bortal.model.EventUser;
import
fi.insomnia.bortal.model.IUser
;
import
fi.insomnia.bortal.model.IUser
;
import
fi.insomnia.bortal.model.Product
;
import
fi.insomnia.bortal.model.Product
;
import
fi.insomnia.bortal.model.Role
;
import
fi.insomnia.bortal.model.Role
;
import
fi.insomnia.bortal.model.User
;
/**
/**
* Session Bean implementation class AccountEventBean
* Session Bean implementation class AccountEventBean
...
@@ -95,7 +94,7 @@ public class AccountEventBean implements AccountEventBeanLocal {
...
@@ -95,7 +94,7 @@ public class AccountEventBean implements AccountEventBeanLocal {
public
void
shopCash
(
EventUser
shoppingUser
,
Map
<
Product
,
BigDecimal
>
shopMap
,
boolean
buyInstant
)
{
public
void
shopCash
(
EventUser
shoppingUser
,
Map
<
Product
,
BigDecimal
>
shopMap
,
boolean
buyInstant
)
{
logger
.
debug
(
"Shoping cash. buyinstant {}"
,
buyInstant
);
logger
.
debug
(
"Shoping cash. buyinstant {}"
,
buyInstant
);
EventUser
seller
=
permbean
.
getCurrentUser
();
EventUser
seller
=
permbean
.
getCurrentUser
();
shoppingUser
=
userbean
.
find
EventUserBy
Id
(
shoppingUser
.
getId
());
shoppingUser
=
userbean
.
find
ByEventUser
Id
(
shoppingUser
.
getId
());
BigDecimal
tot
=
BigDecimal
.
ZERO
;
BigDecimal
tot
=
BigDecimal
.
ZERO
;
...
...
Write
Preview
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment