|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--planetj.database.Row | +--planetj.dataengine.security.DEUser2Group
Nested Class Summary |
Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
Field Summary | |
static String |
className
|
static String |
GROUP_ID
|
static String |
LIBRARY_NAME
|
static String |
OWNER_ID
|
static String |
TABLE_NAME
|
static String |
USER_ID
|
Fields inherited from class planetj.database.Row |
COPY, DELETE, INSERT, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, READ, UPDATE |
Fields inherited from interface planetj.dataengine.security.IGuarded |
TYPE_ID_UNKNOWN, TYPE_NAME_FIELD, TYPE_NAME_SQLOPERATION, TYPE_SECURED_BY_LEVEL, TYPE_SECURED_BY_OPERATION, TYPE_UNSECURED |
Constructor Summary | |
DEUser2Group()
|
Method Summary | |
static DEUser2Group |
create(DEUser user,
DEGroup group)
|
static void |
createDEUser2GroupTable(String systemAlias,
String libraryName,
String tableName)
Creates the user 2 group table. |
int |
getGroupId()
Gets the group ID |
Integer |
getGroupIdAsInteger()
Gets the group ID |
int |
getOwnerId()
Gets the ID of this user 2 group's owner |
Integer |
getOwnerIdAsInteger()
Gets the ID of this user 2 group's owner |
static Table |
getTable(String system)
|
int |
getUserId()
Gets the user ID |
Integer |
getUserIdAsInteger()
Gets the user ID |
void |
setGroupId(int value)
Sets the group ID |
void |
setGroupId(Integer value)
Sets the group ID |
void |
setOwnerId(int value)
Sets the ID of this application's owner |
void |
setOwnerId(Integer value)
Sets the ID of this application's owner |
void |
setUserId(int value)
Sets the user ID |
void |
setUserId(Integer value)
Sets the user ID |
Methods inherited from class java.lang.Object |
getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final String LIBRARY_NAME
public static final String TABLE_NAME
public static final String OWNER_ID
public static final String USER_ID
public static final String GROUP_ID
public static final String className
Constructor Detail |
public DEUser2Group()
Method Detail |
public static DEUser2Group create(DEUser user, DEGroup group) throws CMException
CMException
public static void createDEUser2GroupTable(String systemAlias, String libraryName, String tableName) throws CMException
CMException
public int getGroupId()
public Integer getGroupIdAsInteger()
public int getOwnerId()
public Integer getOwnerIdAsInteger()
public static Table getTable(String system)
public int getUserId()
public Integer getUserIdAsInteger()
public void setGroupId(int value) throws CMException
CMException
public void setGroupId(Integer value) throws CMException
CMException
public void setOwnerId(int value) throws CMException
CMException
public void setOwnerId(Integer value) throws CMException
CMException
public void setUserId(int value) throws CMException
CMException
public void setUserId(Integer value) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |