Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Max Mecklin
/
Moya
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Wiki
Settings
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit e0c36c3e
authored
Apr 10, 2016
by
Tuukka Kivilahti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added comments
1 parent
cea82251
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
1 deletions
code/moya-beans-client/ejbModule/fi/codecrew/moya/beans/PlaceBeanLocal.java
code/moya-beans-client/ejbModule/fi/codecrew/moya/beans/map/QueueBeanLocal.java
code/moya-beans-client/ejbModule/fi/codecrew/moya/beans/PlaceBeanLocal.java
View file @
e0c36c3
...
@@ -145,6 +145,12 @@ public interface PlaceBeanLocal {
...
@@ -145,6 +145,12 @@ public interface PlaceBeanLocal {
*/
*/
List
<
Place
>
findAllForEvent
();
List
<
Place
>
findAllForEvent
();
/**
* Does user have places what is selected but is not locked.
*
* @param user
* @return
*/
boolean
isUnlockedPlaces
(
EventUser
user
);
boolean
isUnlockedPlaces
(
EventUser
user
);
}
}
\ No newline at end of file
code/moya-beans-client/ejbModule/fi/codecrew/moya/beans/map/QueueBeanLocal.java
View file @
e0c36c3
...
@@ -52,6 +52,10 @@ public interface QueueBeanLocal {
...
@@ -52,6 +52,10 @@ public interface QueueBeanLocal {
void
forceRemove
(
EventMap
e
,
EventUser
u
);
void
forceRemove
(
EventMap
e
,
EventUser
u
);
/**
* Remove eventuser from all queues.
* @param user
*/
void
removeFromAll
(
EventUser
user
);
void
removeFromAll
(
EventUser
user
);
}
}
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