|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractAccessBean | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.accesscontrol.objects.PolicyAccessBean
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
PolicyAccessBean()
Default constructor. |
|
PolicyAccessBean(javax.ejb.EJBObject Object)
Creates an access bean for the specified EJB |
|
PolicyAccessBean(java.lang.String aPolicyName,
long aOwnerId,
long aUserGroupId,
int aActionGroupId,
int aResourceGroupId)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
Method Summary | |
void |
commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage). |
java.util.Enumeration |
findByActionGroupId(int aActionGroupId)
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.ACACTGRP_ID = ?". |
java.util.Enumeration |
findByOwnerId(long aOwnerId)
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.MEMBER_ID = ?". |
java.util.Enumeration |
findByPolicyName(java.lang.String aPolicyName)
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.POLICYNAME = ?" |
java.util.Enumeration |
findByRelationId(java.lang.Integer aRelationId)
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.ACRELATION_ID = ?". |
java.util.Enumeration |
findByResourceGroupId(int aResourceGroupId)
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.ACRESGRP_ID = ?" |
java.util.Enumeration |
findByUserGroupId(long aUserGroupId)
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.MBRGRP_ID = ?". |
boolean |
fulfills(java.lang.Long aMember,
java.lang.String aRelationship)
Determines if a given member fulfills a given relationship with the resource. |
java.lang.String |
getActionGroupId()
Action group ID. |
int |
getActionGroupIdInEJBType()
Action group ID. |
java.lang.String |
getField1()
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL. |
java.lang.Long |
getOwner()
Returns the member id of the owner of the resource. |
java.lang.String |
getOwnerId()
Owner id this policy refers to. |
long |
getOwnerIdInEJBType()
Owner id that this policy refers to. |
java.lang.String |
getPolicyId()
Policy ID of this policy record. |
int |
getPolicyIdInEJBType()
Policy ID of this policy record. |
java.lang.String |
getPolicyName()
This method provides access to the ACPOLICY.POLICYNAME column of DB2 type VARCHAR(128) NOT NULL. |
java.lang.String |
getPolicyType()
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL. |
java.lang.Integer |
getPolicyTypeInEJBType()
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL. |
java.lang.String |
getRelationId()
Relation ID that this policy refers to. |
java.lang.Integer |
getRelationIdInEJBType()
Relation ID that this policy refers to. |
java.lang.String |
getResourceGroupId()
Resource group ID this policy refers to. |
int |
getResourceGroupIdInEJBType()
Resource group ID this policy refers to. |
java.lang.String |
getUserGroupId()
User group id this policy refers to. |
long |
getUserGroupIdInEJBType()
User group id. |
void |
refreshCopyHelper()
Load data from the EJBObject. |
void |
setActionGroupId(int aActionGroupId)
Set the action group ID. |
void |
setActionGroupId(java.lang.String aActionGroupId)
Set the action group ID. |
void |
setField1(java.lang.String aField1)
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL. |
void |
setInitKey_policyId(java.lang.String aInitKey_policyId)
Set the primary key for this object |
void |
setOwnerId(long aOwnerId)
Set the owner id. |
void |
setOwnerId(java.lang.String aOwnerId)
Set the owner id. |
void |
setPolicyId(int aPolicyId)
Set the policy ID of this policy record. |
void |
setPolicyId(java.lang.String aPolicyId)
Set the policy ID of this policy record. |
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 |
setPolicyType(java.lang.String aPolicyType)
This method provides access to the ACPOLICY.POLICYTYPE column of DB2 type INTEGER NULL. |
void |
setRelationId(java.lang.Integer aRelationId)
Set the relation ID that this policy refers to. |
void |
setRelationId(java.lang.String aRelationId)
Set the relation ID that this policy refers to. |
void |
setResourceGroupId(int aResourceGroupId)
Set the resource group ID this policy refers to. |
void |
setResourceGroupId(java.lang.String aResourceGroupId)
Set the resource group ID this policy refers to. |
void |
setUserGroupId(long aUserGroupId)
Set the user group id. |
void |
setUserGroupId(java.lang.String aUserGroupId)
Set the user group id. |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean |
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef |
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PolicyAccessBean()
Default constructor. Maps to findByPrimaryKey.
public PolicyAccessBean(javax.ejb.EJBObject Object) throws java.rmi.RemoteException
Creates an access bean for the specified EJB
object
- javax.ejb.EJBObjectjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionpublic PolicyAccessBean(java.lang.String aPolicyName, long aOwnerId, long aUserGroupId, int aActionGroupId, int aResourceGroupId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
aPolicyName
- java.lang.StringaOwnerId
- longaUserGroupId
- longaActionGroupId
- intaResourceGroupId
- intjavax.naming.NamingException
- The javax.naming.NamingException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionMethod Detail |
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
commitCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByActionGroupId(int aActionGroupId) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.ACACTGRP_ID = ?".
aActionGroupId
- intjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByOwnerId(long aOwnerId) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.MEMBER_ID = ?".
aOwnerId
- longjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByPolicyName(java.lang.String aPolicyName) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.POLICYNAME = ?"
aPolicyName
- java.lang.Stringjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByRelationId(java.lang.Integer aRelationId) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.ACRELATION_ID = ?".
aRelationId
- java.lang.Integerjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByResourceGroupId(int aResourceGroupId) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.ACRESGRP_ID = ?"
aResourceGroupId
- intjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByUserGroupId(long aUserGroupId) throws javax.ejb.FinderException, java.rmi.RemoteException, javax.naming.NamingException
The SQL is "SELECT * FROM ACPOLICY T1 WHERE T1.MBRGRP_ID = ?".
aUserGroupId
- longjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic boolean fulfills(java.lang.Long aMember, java.lang.String aRelationship) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
Determines if a given member fulfills a given relationship with the resource.
aMember
- java.lang.LongaRelationship
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjava.lang.Exception
- The java.lang.Exception exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getActionGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Action group ID. The ID of the action group that this policy refers to. Foreign key to the ACACTGRP table.
getActionGroupId
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getActionGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Action group ID. The ID of the action group that this policy refers to. Foreign key to the ACACTGRP table.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the ACPOLICY.FIELD1 column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Customizable.
getField1
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Returns the member id of the owner of the resource.
java.lang.Exception
- The java.lang.Exception exceptionjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Owner id this policy refers to.
getOwnerId
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Owner id that this policy refers to.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPolicyId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Policy ID of this policy record.
getPolicyId
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getPolicyIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Policy ID of this policy record.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPolicyName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getPolicyName
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getPolicyType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
getPolicyType
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getPolicyTypeInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
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.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getRelationId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Relation ID that this policy refers to.
getRelationId
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Integer getRelationIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Relation ID that this policy refers to.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getResourceGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Resource group ID this policy refers to.
getResourceGroupId
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic int getResourceGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Resource group ID this policy refers to.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.String getUserGroupId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
User group id this policy refers to.
getUserGroupId
in interface PolicyAccessBeanData
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic long getUserGroupIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
User group id.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
refreshCopyHelper
in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.CreateException
- The javax.ejb.CreateException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setActionGroupId(int aActionGroupId)
Set the action group ID. The ID of the action group that this policy refers to. Foreign key to the ACACTGRP table.
aActionGroupId
- intpublic void setActionGroupId(java.lang.String aActionGroupId)
Set the action group ID. The ID of the action group that this policy refers to. Foreign key to the ACACTGRP table.
setActionGroupId
in interface PolicyAccessBeanData
aActionGroupId
- java.lang.Stringpublic 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.
setField1
in interface PolicyAccessBeanData
aField1
- java.lang.Stringpublic void setInitKey_policyId(java.lang.String aInitKey_policyId)
Set the primary key for this object
aInitKey_policyId
- java.lang.Stringpublic void setOwnerId(long aOwnerId)
Set the owner id.
aOwnerId
- longpublic void setOwnerId(java.lang.String aOwnerId)
Set the owner id.
setOwnerId
in interface PolicyAccessBeanData
aOwnerId
- java.lang.Stringpublic void setPolicyId(int aPolicyId)
Set the policy ID of this policy record.
aPolicyId
- intpublic void setPolicyId(java.lang.String aPolicyId)
Set the policy ID of this policy record.
setPolicyId
in interface PolicyAccessBeanData
aPolicyId
- java.lang.Stringpublic 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.
setPolicyName
in interface PolicyAccessBeanData
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 setPolicyType(java.lang.String 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.
setPolicyType
in interface PolicyAccessBeanData
aPolicyType
- java.lang.Stringpublic void setRelationId(java.lang.Integer aRelationId)
Set the relation ID that this policy refers to.
aRelationId
- java.lang.Integerpublic void setRelationId(java.lang.String aRelationId)
Set the relation ID that this policy refers to.
setRelationId
in interface PolicyAccessBeanData
aRelationId
- java.lang.Stringpublic void setResourceGroupId(int aResourceGroupId)
Set the resource group ID this policy refers to.
aResourceGroupId
- intpublic void setResourceGroupId(java.lang.String aResourceGroupId)
Set the resource group ID this policy refers to.
setResourceGroupId
in interface PolicyAccessBeanData
aResourceGroupId
- java.lang.Stringpublic void setUserGroupId(long aUserGroupId)
Set the user group id.
aUserGroupId
- longpublic void setUserGroupId(java.lang.String aUserGroupId)
Set the user group id.
setUserGroupId
in interface PolicyAccessBeanData
aUserGroupId
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |