Skip to content

Commit c3c9358

Browse files
committed
First commit
1 parent 693ccb7 commit c3c9358

531 files changed

Lines changed: 104475 additions & 0 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.classpath

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<classpath>
3+
<classpathentry kind="src" path="javasource"/>
4+
<classpathentry kind="con" path="org.eclipse.jdt.launching.JRE_CONTAINER"/>
5+
<classpathentry kind="lib" path="C:/Program Files/Mendix/8.14.1.6605/runtime/bundles/com.mendix.json.jar"/><classpathentry kind="lib" path="C:/Program Files/Mendix/8.14.1.6605/runtime/bundles/com.mendix.logging-api.jar"/><classpathentry kind="lib" path="C:/Program Files/Mendix/8.14.1.6605/runtime/bundles/com.mendix.m2ee-api.jar"/><classpathentry kind="lib" path="C:/Program Files/Mendix/8.14.1.6605/runtime/bundles/com.mendix.public-api.jar"/><classpathentry kind="lib" path="C:/Program Files/Mendix/8.14.1.6605/runtime/bundles/javax.servlet-api.servlet.jar"/><classpathentry kind="lib" path="C:/Program Files/Mendix/8.14.1.6605/runtime/bundles/javax.websocket-api.websocket.jar"/>
6+
<classpathentry kind="lib" path="userlib/animal-sniffer-annotations-1.17.jar"/><classpathentry kind="lib" path="userlib/checker-qual-2.5.2.jar"/><classpathentry kind="lib" path="userlib/commons-io-2.6.jar"/><classpathentry kind="lib" path="userlib/commons-lang3-3.7.jar"/><classpathentry kind="lib" path="userlib/commons-logging-1.2.jar"/><classpathentry kind="lib" path="userlib/error_prone_annotations-2.2.0.jar"/><classpathentry kind="lib" path="userlib/fontbox-2.0.13.jar"/><classpathentry kind="lib" path="userlib/guava-27.0-jre.jar"/><classpathentry kind="lib" path="userlib/hamcrest-2.2.jar"/><classpathentry kind="lib" path="userlib/httpclient5-5.0.3.jar"/><classpathentry kind="lib" path="userlib/httpcore5-5.0.3.jar"/><classpathentry kind="lib" path="userlib/j2objc-annotations-1.1.jar"/><classpathentry kind="lib" path="userlib/jsr305-3.0.2.jar"/><classpathentry kind="lib" path="userlib/junit-4.13.1.jar"/><classpathentry kind="lib" path="userlib/owasp-java-html-sanitizer-20181114.1.jar"/><classpathentry kind="lib" path="userlib/pdfbox-2.0.13.jar"/>
7+
<classpathentry kind="output" path="deployment/run/bin"/>
8+
</classpath>

.gitignore

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
/.mendix-cache/
2+
/.svn
3+
/deployment

.project

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<projectDescription>
3+
<name>EntityCacheApp_main</name>
4+
<comment></comment>
5+
<projects>
6+
</projects>
7+
<buildSpec>
8+
<buildCommand>
9+
<name>org.eclipse.jdt.core.javabuilder</name>
10+
<arguments>
11+
</arguments>
12+
</buildCommand>
13+
<buildCommand>
14+
<name>org.eclipse.ui.externaltools.ExternalToolBuilder</name>
15+
<triggers>full,incremental,</triggers>
16+
<arguments>
17+
<dictionary>
18+
<key>LaunchConfigHandle</key>
19+
<value>&lt;project&gt;/deployment/run/componentbuild.launch</value>
20+
</dictionary>
21+
</arguments>
22+
</buildCommand>
23+
</buildSpec>
24+
<natures>
25+
<nature>org.eclipse.jdt.core.javanature</nature>
26+
</natures>
27+
</projectDescription>

EntityCacheApp.mpr

14 MB
Binary file not shown.

EntityCacheApp.mpr.bak

13.3 MB
Binary file not shown.

EntityCacheApp_main.launch

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
2+
<launchConfiguration type="org.eclipse.jdt.launching.localJavaApplication">
3+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_PATHS">
4+
<listEntry value="/EntityCacheApp_main"/>
5+
</listAttribute>
6+
<listAttribute key="org.eclipse.debug.core.MAPPED_RESOURCE_TYPES">
7+
<listEntry value="4"/>
8+
</listAttribute>
9+
<mapAttribute key="org.eclipse.debug.core.environmentVariables">
10+
<mapEntry key="M2EE_ADMIN_PASS" value="1"/>
11+
<mapEntry key="M2EE_ADMIN_PORT" value="8090"/>
12+
<mapEntry key="M2EE_CONSOLE_PATH" value="C:/Program Files/Mendix/8.14.1.6605/modeler/MendixConsoleLog.exe"/>
13+
<mapEntry key="MX_INSTALL_PATH" value="C:/Program Files/Mendix/8.14.1.6605"/>
14+
<mapEntry key="MXCONSOLE_BASE_PATH" value="C:/Users/pim/Documents/EntityCacheApp-main/deployment"/>
15+
<mapEntry key="MXCONSOLE_RUNTIME_PATH" value="C:/Program Files/Mendix/8.14.1.6605/runtime"/>
16+
<mapEntry key="MXCONSOLE_RUNTIME_PORT" value="8080"/>
17+
<mapEntry key="MXCONSOLE_RUNTIME_LISTEN_ADDRESSES" value="*"/>
18+
<mapEntry key="MXCONSOLE_SERVER_URL" value="http://127.0.0.1:8090/"/>
19+
</mapAttribute>
20+
<stringAttribute key="org.eclipse.debug.core.source_locator_id" value="org.eclipse.jdt.launching.sourceLocator.JavaSourceLookupDirector"/>
21+
<stringAttribute key="org.eclipse.debug.core.source_locator_memento" value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;sourceLookupDirector&gt;&#13;&#10;&lt;sourceContainers duplicates=&quot;false&quot;&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;javaProject name=&amp;quot;EntityCacheApp_main&amp;quot;/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.jdt.launching.sourceContainer.javaProject&quot;/&gt;&#13;&#10;&lt;container memento=&quot;&amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot; standalone=&amp;quot;no&amp;quot;?&amp;gt;&amp;#13;&amp;#10;&amp;lt;default/&amp;gt;&amp;#13;&amp;#10;&quot; typeId=&quot;org.eclipse.debug.core.containerType.default&quot;/&gt;&#13;&#10;&lt;/sourceContainers&gt;&#13;&#10;&lt;/sourceLookupDirector&gt;&#13;&#10;"/>
22+
<listAttribute key="org.eclipse.jdt.launching.CLASSPATH">
23+
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry containerPath=&quot;org.eclipse.jdt.launching.JRE_CONTAINER&quot; javaProject=&quot;EntityCacheApp_main&quot; path=&quot;1&quot; type=&quot;4&quot;/&gt;&#13;&#10;"/>
24+
<listEntry value="&lt;?xml version=&quot;1.0&quot; encoding=&quot;UTF-8&quot; standalone=&quot;no&quot;?&gt;&#13;&#10;&lt;runtimeClasspathEntry externalArchive=&quot;C:/Program Files/Mendix/8.14.1.6605/runtime/launcher/runtimelauncher.jar&quot; path=&quot;3&quot; type=&quot;2&quot;/&gt;&#13;&#10;"/>
25+
</listAttribute>
26+
<booleanAttribute key="org.eclipse.jdt.launching.DEFAULT_CLASSPATH" value="false"/>
27+
<stringAttribute key="org.eclipse.jdt.launching.MAIN_TYPE" value="com.mendix.container.boot.Main"/>
28+
<stringAttribute key="org.eclipse.jdt.launching.PROJECT_ATTR" value="EntityCacheApp_main"/>
29+
<stringAttribute key="org.eclipse.jdt.launching.VM_ARGUMENTS" value="-Djava.net.preferIPv4Stack=true -DMX_LOG_LEVEL=INFO -Djava.library.path=&quot;C:/Program Files/Mendix/8.14.1.6605/runtime/lib/x64;C:/Users/pim/Documents/EntityCacheApp-main/deployment/model/lib/userlib&quot; -Dfile.encoding=UTF-8 -Djava.io.tmpdir=&quot;C:/Users/pim/Documents/EntityCacheApp-main/deployment/data/tmp&quot;"/>
30+
<stringAttribute key="org.eclipse.jdt.launching.PROGRAM_ARGUMENTS" value="&quot;C:/Users/pim/Documents/EntityCacheApp-main/deployment&quot;"/>
31+
<stringAttribute key="org.eclipse.jdt.launching.WORKING_DIRECTORY" value="C:/Users/pim/Documents/EntityCacheApp-main/deployment"/>
32+
</launchConfiguration>
11.7 KB
Binary file not shown.
11.1 KB
Binary file not shown.
13.1 KB
Binary file not shown.
Lines changed: 238 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,238 @@
1+
// This file was generated by Mendix Studio Pro.
2+
//
3+
// WARNING: Code you write here will be lost the next time you deploy the project.
4+
5+
package administration.proxies;
6+
7+
public class Account extends system.proxies.User
8+
{
9+
/**
10+
* Internal name of this entity
11+
*/
12+
public static final java.lang.String entityName = "Administration.Account";
13+
14+
/**
15+
* Enum describing members of this entity
16+
*/
17+
public enum MemberNames
18+
{
19+
FullName("FullName"),
20+
Email("Email"),
21+
IsLocalUser("IsLocalUser"),
22+
Name("Name"),
23+
Password("Password"),
24+
LastLogin("LastLogin"),
25+
Blocked("Blocked"),
26+
Active("Active"),
27+
FailedLogins("FailedLogins"),
28+
WebServiceUser("WebServiceUser"),
29+
IsAnonymous("IsAnonymous"),
30+
UserRoles("System.UserRoles"),
31+
User_Language("System.User_Language"),
32+
User_TimeZone("System.User_TimeZone");
33+
34+
private java.lang.String metaName;
35+
36+
MemberNames(java.lang.String s)
37+
{
38+
metaName = s;
39+
}
40+
41+
@java.lang.Override
42+
public java.lang.String toString()
43+
{
44+
return metaName;
45+
}
46+
}
47+
48+
public Account(com.mendix.systemwideinterfaces.core.IContext context)
49+
{
50+
this(context, com.mendix.core.Core.instantiate(context, "Administration.Account"));
51+
}
52+
53+
protected Account(com.mendix.systemwideinterfaces.core.IContext context, com.mendix.systemwideinterfaces.core.IMendixObject accountMendixObject)
54+
{
55+
super(context, accountMendixObject);
56+
if (!com.mendix.core.Core.isSubClassOf("Administration.Account", accountMendixObject.getType()))
57+
throw new java.lang.IllegalArgumentException("The given object is not a Administration.Account");
58+
}
59+
60+
/**
61+
* @deprecated Use 'Account.load(IContext, IMendixIdentifier)' instead.
62+
*/
63+
@java.lang.Deprecated
64+
public static administration.proxies.Account initialize(com.mendix.systemwideinterfaces.core.IContext context, com.mendix.systemwideinterfaces.core.IMendixIdentifier mendixIdentifier) throws com.mendix.core.CoreException
65+
{
66+
return administration.proxies.Account.load(context, mendixIdentifier);
67+
}
68+
69+
/**
70+
* Initialize a proxy using context (recommended). This context will be used for security checking when the get- and set-methods without context parameters are called.
71+
* The get- and set-methods with context parameter should be used when for instance sudo access is necessary (IContext.createSudoClone() can be used to obtain sudo access).
72+
*/
73+
public static administration.proxies.Account initialize(com.mendix.systemwideinterfaces.core.IContext context, com.mendix.systemwideinterfaces.core.IMendixObject mendixObject)
74+
{
75+
return new administration.proxies.Account(context, mendixObject);
76+
}
77+
78+
public static administration.proxies.Account load(com.mendix.systemwideinterfaces.core.IContext context, com.mendix.systemwideinterfaces.core.IMendixIdentifier mendixIdentifier) throws com.mendix.core.CoreException
79+
{
80+
com.mendix.systemwideinterfaces.core.IMendixObject mendixObject = com.mendix.core.Core.retrieveId(context, mendixIdentifier);
81+
return administration.proxies.Account.initialize(context, mendixObject);
82+
}
83+
84+
public static java.util.List<administration.proxies.Account> load(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String xpathConstraint) throws com.mendix.core.CoreException
85+
{
86+
java.util.List<administration.proxies.Account> result = new java.util.ArrayList<administration.proxies.Account>();
87+
for (com.mendix.systemwideinterfaces.core.IMendixObject obj : com.mendix.core.Core.retrieveXPathQuery(context, "//Administration.Account" + xpathConstraint))
88+
result.add(administration.proxies.Account.initialize(context, obj));
89+
return result;
90+
}
91+
92+
/**
93+
* @return value of FullName
94+
*/
95+
public final java.lang.String getFullName()
96+
{
97+
return getFullName(getContext());
98+
}
99+
100+
/**
101+
* @param context
102+
* @return value of FullName
103+
*/
104+
public final java.lang.String getFullName(com.mendix.systemwideinterfaces.core.IContext context)
105+
{
106+
return (java.lang.String) getMendixObject().getValue(context, MemberNames.FullName.toString());
107+
}
108+
109+
/**
110+
* Set value of FullName
111+
* @param fullname
112+
*/
113+
public final void setFullName(java.lang.String fullname)
114+
{
115+
setFullName(getContext(), fullname);
116+
}
117+
118+
/**
119+
* Set value of FullName
120+
* @param context
121+
* @param fullname
122+
*/
123+
public final void setFullName(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String fullname)
124+
{
125+
getMendixObject().setValue(context, MemberNames.FullName.toString(), fullname);
126+
}
127+
128+
/**
129+
* @return value of Email
130+
*/
131+
public final java.lang.String getEmail()
132+
{
133+
return getEmail(getContext());
134+
}
135+
136+
/**
137+
* @param context
138+
* @return value of Email
139+
*/
140+
public final java.lang.String getEmail(com.mendix.systemwideinterfaces.core.IContext context)
141+
{
142+
return (java.lang.String) getMendixObject().getValue(context, MemberNames.Email.toString());
143+
}
144+
145+
/**
146+
* Set value of Email
147+
* @param email
148+
*/
149+
public final void setEmail(java.lang.String email)
150+
{
151+
setEmail(getContext(), email);
152+
}
153+
154+
/**
155+
* Set value of Email
156+
* @param context
157+
* @param email
158+
*/
159+
public final void setEmail(com.mendix.systemwideinterfaces.core.IContext context, java.lang.String email)
160+
{
161+
getMendixObject().setValue(context, MemberNames.Email.toString(), email);
162+
}
163+
164+
/**
165+
* @return value of IsLocalUser
166+
*/
167+
public final java.lang.Boolean getIsLocalUser()
168+
{
169+
return getIsLocalUser(getContext());
170+
}
171+
172+
/**
173+
* @param context
174+
* @return value of IsLocalUser
175+
*/
176+
public final java.lang.Boolean getIsLocalUser(com.mendix.systemwideinterfaces.core.IContext context)
177+
{
178+
return (java.lang.Boolean) getMendixObject().getValue(context, MemberNames.IsLocalUser.toString());
179+
}
180+
181+
/**
182+
* Set value of IsLocalUser
183+
* @param islocaluser
184+
*/
185+
public final void setIsLocalUser(java.lang.Boolean islocaluser)
186+
{
187+
setIsLocalUser(getContext(), islocaluser);
188+
}
189+
190+
/**
191+
* Set value of IsLocalUser
192+
* @param context
193+
* @param islocaluser
194+
*/
195+
public final void setIsLocalUser(com.mendix.systemwideinterfaces.core.IContext context, java.lang.Boolean islocaluser)
196+
{
197+
getMendixObject().setValue(context, MemberNames.IsLocalUser.toString(), islocaluser);
198+
}
199+
200+
@java.lang.Override
201+
public boolean equals(Object obj)
202+
{
203+
if (obj == this)
204+
return true;
205+
206+
if (obj != null && getClass().equals(obj.getClass()))
207+
{
208+
final administration.proxies.Account that = (administration.proxies.Account) obj;
209+
return getMendixObject().equals(that.getMendixObject());
210+
}
211+
return false;
212+
}
213+
214+
@java.lang.Override
215+
public int hashCode()
216+
{
217+
return getMendixObject().hashCode();
218+
}
219+
220+
/**
221+
* @return String name of this class
222+
*/
223+
public static java.lang.String getType()
224+
{
225+
return "Administration.Account";
226+
}
227+
228+
/**
229+
* @return String GUID from this object, format: ID_0000000000
230+
* @deprecated Use getMendixObject().getId().toLong() to get a unique identifier for this object.
231+
*/
232+
@java.lang.Override
233+
@java.lang.Deprecated
234+
public java.lang.String getGUID()
235+
{
236+
return "ID_" + getMendixObject().getId().toLong();
237+
}
238+
}

0 commit comments

Comments
 (0)