Subversion Repository Public Repository

litesoft

Diff Revisions 495 vs 496 for /trunk/Java/DATT/src/org/litesoft/datt/server/pos/User.java

Diff revisions: vs.
  @@ -4,14 +4,15 @@
4 4
5 5 import org.litesoft.core.simpletypes.*;
6 6 import org.litesoft.core.util.*;
7 - import org.litesoft.datt.client.boviews.*;
7 + import org.litesoft.datt.client.support.*;
8 8 import org.litesoft.datt.server.*;
9 9 import org.litesoft.exceptions.*;
10 10 import org.litesoft.orsup.selection.*;
11 11 import org.litesoft.orsup.transact.*;
12 + import org.litesoft.security.*;
12 13 import org.litesoft.util.*;
13 14
14 - public class User extends UserGO
15 + public class User extends UserGO implements SecurityUser<User>
15 16 {
16 17 public User( Transaction pTransaction ) // Only used for New
17 18 {
  @@ -273,7 +274,7 @@
273 274 @Override
274 275 public TextLines getCurrentRestrictedResourceAllowedRoles()
275 276 {
276 - return new TextLines( Role.OPTIONS ); // todo: Make to work for real.
277 + return new TextLines( Role.OPTIONS ); // todo: Make work for real.
277 278 }
278 279
279 280 /**