|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.accesscontrol.objects.PolicyBean
This bean provides access to the ACPOLICY table.
The following is a description of this table:
This table stores all the access control policies in the system. Each policy is a row in the policy table. Every policy refers to an action group, a member group, a resource group and optionally a relationship.
Constructor Summary | |
PolicyBean()
|
Method Summary | |
int |
getActionGroupId()
IBM internal use only. |
java.lang.String |
getField1()
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL. |
long |
getOwnerId()
IBM internal use only. |
int |
getPolicyId()
IBM internal use only. |
java.lang.String |
getPolicyName()
This method provides access to the ACPOLICY.POLICYNAME column of DB2 type VARCHAR(128) NOT NULL. |
java.lang.Integer |
getPolicyType()
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getRelationId()
IBM internal use only. |
int |
getResourceGroupId()
IBM internal use only. |
long |
getUserGroupId()
IBM internal use only. |
void |
setActionGroupId(int aActionGroupId)
IBM internal use only. |
void |
setField1(java.lang.String aField1)
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL. |
void |
setOwnerId(long aOwnerId)
IBM internal use only. |
void |
setPolicyId(int aPolicyId)
IBM internal use only. |
void |
setPolicyName(java.lang.String aPolicyName)
This method provides access to the ACPOLICY.POLICYNAME column of DB2 type VARCHAR(128) NOT NULL. |
void |
setPolicyType(java.lang.Integer aPolicyType)
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL. |
void |
setRelationId(java.lang.Integer aRelationId)
IBM internal use only. |
void |
setResourceGroupId(int aResourceGroupId)
IBM internal use only. |
void |
setUserGroupId(long aUserGroupId)
IBM internal use only. |
Constructor Detail |
public PolicyBean()
Method Detail |
public int getActionGroupId()
IBM internal use only.
public java.lang.String getField1()
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Customizable.
public long getOwnerId()
IBM internal use only.
public int getPolicyId()
IBM internal use only.
public java.lang.String getPolicyName()
This method provides access to the ACPOLICY.POLICYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
Name of the policy.
public java.lang.Integer getPolicyType()
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag is used to distinguish between template policies and default site wide policies. It is an optional field. The value of 1 indicates that it is a template policy, if it is not 1 then it is not a template policy.
public java.lang.Integer getRelationId()
IBM internal use only.
public int getResourceGroupId()
IBM internal use only.
public long getUserGroupId()
IBM internal use only.
public void setActionGroupId(int aActionGroupId)
IBM internal use only.
aActionGroupId
- intpublic void setField1(java.lang.String aField1)
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Customizable.
aField1
- java.lang.Stringpublic void setOwnerId(long aOwnerId)
IBM internal use only.
aOwnerId
- longpublic void setPolicyId(int aPolicyId)
IBM internal use only.
aPolicyId
- intpublic void setPolicyName(java.lang.String aPolicyName)
This method provides access to the ACPOLICY.POLICYNAME column of DB2 type VARCHAR(128) NOT NULL.
The following is a description of this column:
Name of the policy.
aPolicyName
- java.lang.Stringpublic void setPolicyType(java.lang.Integer aPolicyType)
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL.
The following is a description of this column:
This flag is used to distinguish between template policies and default site wide policies. It is an optional field. The value of 1 indicates that it is a template policy, if it is not 1 then it is not a template policy.
aPolicyType
- java.lang.Integerpublic void setRelationId(java.lang.Integer aRelationId)
IBM internal use only.
aRelationId
- java.lang.Integerpublic void setResourceGroupId(int aResourceGroupId)
IBM internal use only.
aResourceGroupId
- intpublic void setUserGroupId(long aUserGroupId)
IBM internal use only.
aUserGroupId
- long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |