Skip to content
Toggle navigation
Projects
Groups
Snippets
Help
Antti Väyrynen
/
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 1aa36d0b
authored
May 12, 2012
by
Juho Juopperi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
utilities index page
1 parent
f3ceaf25
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
30 additions
and
3 deletions
code/LanBortalDatabase/src/fi/insomnia/bortal/model/salespoint/SalesEntity_.java
code/LanBortalWeb/WebContent/utils/index.xhtml
code/LanBortalDatabase/src/fi/insomnia/bortal/model/salespoint/SalesEntity_.java
View file @
1aa36d0
...
...
@@ -6,13 +6,13 @@ import javax.annotation.Generated;
import
javax.persistence.metamodel.SingularAttribute
;
import
javax.persistence.metamodel.StaticMetamodel
;
@Generated
(
value
=
"Dali"
,
date
=
"2012-04-08T0
2:57:31.378
+0300"
)
@Generated
(
value
=
"Dali"
,
date
=
"2012-04-08T0
3:07:39.950
+0300"
)
@StaticMetamodel
(
SalesEntity
.
class
)
public
class
SalesEntity_
extends
GenericEntity_
{
public
static
volatile
SingularAttribute
<
SalesEntity
,
String
>
certificate
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
String
>
name
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
SalesEntityType
>
type
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
Salespoint
>
point
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
String
>
secret
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
SalesEntityType
>
type
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
Reader
>
reader
;
public
static
volatile
SingularAttribute
<
SalesEntity
,
Salespoint
>
point
;
}
code/LanBortalWeb/WebContent/utils/index.xhtml
0 → 100644
View file @
1aa36d0
<!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html
xmlns=
"http://www.w3.org/1999/xhtml"
xmlns:ui=
"http://java.sun.com/jsf/facelets"
xmlns:h=
"http://java.sun.com/jsf/html"
xmlns:f=
"http://java.sun.com/jsf/core"
xmlns:users=
"http://java.sun.com/jsf/composite/tools/user"
xmlns:c=
"http://java.sun.com/jsp/jstl/core"
>
<h:body>
<ui:composition
template=
"/layout/#{sessionHandler.layout}/template.xhtml"
>
<ui:param
name=
"thispage"
value=
"page.eventorg.edit"
/>
<ui:define
name=
"content"
>
<h:form>
<h:commandButton
action=
"#{sessionHandler.flushCache()}"
value=
"Flush cache"
/>
<h:commandButton
action=
"#{testView.makeTestData()}"
value=
"Make test data"
/>
<h:commandButton
action=
"#{testView.resetMenu()}"
value=
"Reset menu"
onclick=
"return confirm('THIS WILL RESET ALL MODIFICATIONS TO DEFAULT MENU!!\n Are you really sure?!');"
/>
<h:commandButton
action=
"#{sessionHandler.reindexCompass()}"
value=
"Reindex Compass"
/>
</h:form>
</ui:define>
</ui:composition>
</h:body>
</html>
\ No newline at end of file
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