Package de.elo.ix.client
Class CheckinUsersC
java.lang.Object
de.elo.ix.client.CheckinUsersC
- All Implemented Interfaces:
Serializable
Constants for the function checkinUsers
.
Copyright: Copyright (c) 2004
Organisation:
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final long
Insert a new user with the supplied user ID.static final long
Checkin no user.static final long
Updates a users password.static final long
Write without password.static final CheckinUsersZ
Insert a new user with the supplied user ID.static final CheckinUsersZ
Checkin no user.static final CheckinUsersZ
Updates a users password.static final CheckinUsersZ
Updates or creates a user.static final CheckinUsersZ
Updates or creates a user and set's the users's password. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionlong
long
long
long
getWRITE()
void
setBsetNEW_USER
(long bsetNEW_USER) void
setBsetNOTHING
(long bsetNOTHING) void
setBsetPASSWORD
(long bsetPASSWORD) void
setBsetWRITE
(long bsetWRITE) void
setNEW_USER
(CheckinUsersZ NEW_USER) void
setNOTHING
(CheckinUsersZ NOTHING) void
setPASSWORD
(CheckinUsersZ PASSWORD) void
setWRITE
(CheckinUsersZ WRITE) void
setWRITE_PASSWORD
(CheckinUsersZ WRITE_PASSWORD)
-
Field Details
-
bsetNOTHING
public static final long bsetNOTHINGCheckin no user. Makes sense if you only want to unlock user data.- See Also:
-
bsetWRITE
public static final long bsetWRITEWrite without password. Create new user if user ID < 0.- See Also:
-
bsetPASSWORD
public static final long bsetPASSWORDUpdates a users password.- See Also:
-
bsetNEW_USER
public static final long bsetNEW_USERInsert a new user with the supplied user ID.- See Also:
-
NOTHING
Checkin no user. Makes sense if you only want to unlock user data. -
PASSWORD
Updates a users password. -
NEW_USER
Insert a new user with the supplied user ID. Set the user's password. -
WRITE
Updates or creates a user. -
WRITE_PASSWORD
Updates or creates a user and set's the users's password.
-
-
Constructor Details
-
CheckinUsersC
public CheckinUsersC()
-
-
Method Details
-
getNEW_USER
-
setNEW_USER
-
getNOTHING
-
setNOTHING
-
getPASSWORD
-
setPASSWORD
-
getWRITE
-
setWRITE
-
getWRITE_PASSWORD
-
setWRITE_PASSWORD
-
getBsetNEW_USER
public long getBsetNEW_USER() -
setBsetNEW_USER
public void setBsetNEW_USER(long bsetNEW_USER) -
getBsetNOTHING
public long getBsetNOTHING() -
setBsetNOTHING
public void setBsetNOTHING(long bsetNOTHING) -
getBsetPASSWORD
public long getBsetPASSWORD() -
setBsetPASSWORD
public void setBsetPASSWORD(long bsetPASSWORD) -
getBsetWRITE
public long getBsetWRITE() -
setBsetWRITE
public void setBsetWRITE(long bsetWRITE)
-