|
|||||||||||
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.DEGroup2Authorization
Nested Class Summary |
Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
Field Summary | |
static String |
AUTHORIZATION_ID
|
static String |
className
|
static String |
GROUP_ID
|
static String |
LIBRARY_NAME
|
static String |
OWNER_ID
|
static String |
TABLE_NAME
|
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 | |
DEGroup2Authorization()
|
Method Summary | |
static DEGroup2Authorization |
create(DEGroup group,
DEAuthorization authorization)
|
static void |
createDEGroup2AuthorizationTable(String systemAlias,
String libraryName,
String tableName)
Creates the group 2 authorization table. |
int |
getAuthorizationId()
Gets the Authorization ID |
Integer |
getAuthorizationIdAsInteger()
Gets the Authorization ID |
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)
|
void |
setAuthorizationId(int value)
Sets the Authorization ID |
void |
setAuthorizationId(Integer value)
Sets the Authorization 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 |
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 AUTHORIZATION_ID
public static final String GROUP_ID
public static final String className
Constructor Detail |
public DEGroup2Authorization()
Method Detail |
public static DEGroup2Authorization create(DEGroup group, DEAuthorization authorization) throws CMException
CMException
public static void createDEGroup2AuthorizationTable(String systemAlias, String libraryName, String tableName) throws CMException
CMException
public int getAuthorizationId()
public Integer getAuthorizationIdAsInteger()
public int getGroupId()
public Integer getGroupIdAsInteger()
public int getOwnerId()
public Integer getOwnerIdAsInteger()
public static Table getTable(String system)
public void setAuthorizationId(int value) throws CMException
CMException
public void setAuthorizationId(Integer value) throws CMException
CMException
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |