|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectplanetj.database.Row
planetj.dataengine.security.DEGroup2Authorization
Nested Class Summary |
Nested classes inherited from class planetj.database.Row |
Row.SpacingRow |
Field Summary | |
static java.lang.String |
AUTHORIZATION_ID
|
static java.lang.String |
className
|
static java.lang.String |
GROUP_ID
|
static java.lang.String |
LIBRARY_NAME
|
static java.lang.String |
OWNER_ID
|
static java.lang.String |
TABLE_NAME
|
Fields inherited from class planetj.database.Row |
DISPLAY_ORDER_COMPARATOR, MODE_ALTER, MODE_COPY, MODE_DELETE, MODE_INSERT, MODE_READ, MODE_SEARCH, MODE_UNKNOWN, MODE_UPDATE, mRowEventListeners |
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(java.lang.String systemAlias,
java.lang.String libraryName,
java.lang.String tableName)
Creates the group 2 authorization table. |
int |
getAuthorizationId()
Gets the Authorization ID |
java.lang.Integer |
getAuthorizationIdAsInteger()
Gets the Authorization ID |
int |
getGroupId()
Gets the group ID |
java.lang.Integer |
getGroupIdAsInteger()
Gets the group ID |
int |
getOwnerId()
Gets the ID of this user 2 group's owner |
java.lang.Integer |
getOwnerIdAsInteger()
Gets the ID of this user 2 group's owner |
static Table |
getTable(java.lang.String system)
|
void |
setAuthorizationId(int value)
Sets the Authorization ID |
void |
setAuthorizationId(java.lang.Integer value)
Sets the Authorization ID |
void |
setGroupId(int value)
Sets the group ID |
void |
setGroupId(java.lang.Integer value)
Sets the group ID |
void |
setOwnerId(int value)
Sets the ID of this application's owner |
void |
setOwnerId(java.lang.Integer value)
Sets the ID of this application's owner |
Methods inherited from class java.lang.Object |
finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String LIBRARY_NAME
public static final java.lang.String TABLE_NAME
public static final java.lang.String OWNER_ID
public static final java.lang.String AUTHORIZATION_ID
public static final java.lang.String GROUP_ID
public static final java.lang.String className
Constructor Detail |
public DEGroup2Authorization()
Method Detail |
public static DEGroup2Authorization create(DEGroup group, DEAuthorization authorization) throws CMException
CMException
public static void createDEGroup2AuthorizationTable(java.lang.String systemAlias, java.lang.String libraryName, java.lang.String tableName) throws CMException
CMException
public int getAuthorizationId()
public java.lang.Integer getAuthorizationIdAsInteger()
public int getGroupId()
public java.lang.Integer getGroupIdAsInteger()
public int getOwnerId()
public java.lang.Integer getOwnerIdAsInteger()
public static Table getTable(java.lang.String system)
public void setAuthorizationId(int value) throws CMException
CMException
public void setAuthorizationId(java.lang.Integer value) throws CMException
CMException
public void setGroupId(int value) throws CMException
CMException
public void setGroupId(java.lang.Integer value) throws CMException
CMException
public void setOwnerId(int value) throws CMException
CMException
public void setOwnerId(java.lang.Integer value) throws CMException
CMException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |