java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.user.objects.MemberGroupAccessBean
This table stores member groups defined in the WebSphere Commerce system. A member group is a group of members. Membership is restricted to users within a member group. This access bean corresponds to the database table 'MBRGRP'.
Constructor Summary | |
MemberGroupAccessBean() Zero argument constructor used to initialize the access bean. |
|
MemberGroupAccessBean(javax.ejb.EJBObject o) constructor |
|
MemberGroupAccessBean(java.lang.Long arg1, java.lang.String arg2) 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). |
protected java.lang.String | defaultJNDIName() |
java.util.Enumeration | findAccessGroups() The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT MBRGRPUSG.MBRGRP_ID FROM MBRGRPUSG WHERE MBRGRPUSG.MBRGRPTYPE_ID = -2))" |
java.util.Enumeration | findByMember(java.lang.Long aMemberId) The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?)" |
MemberGroupAccessBean | findByOwnerName(java.lang.Long aMemberGroupOwnerId, java.lang.String aName) The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?) AND (MBRGRPNAME = ?)". |
java.util.Enumeration | findByStoreAndMemberGroupOrderByDescriptionUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by DESCRIPTION" |
java.util.Enumeration | findByStoreAndMemberGroupOrderByLastUpdatedByUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by LASTUPDATEDBY". |
java.util.Enumeration | findByStoreAndMemberGroupOrderByLastUpdateUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by LASTUPDATE" |
java.util.Enumeration | findByStoreAndMemberGroupOrderByNameUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by MBRGRPNAME" |
java.util.Enumeration | findByStoreAndMemberGroupUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ?))" |
java.util.Enumeration | findByUserAndOwner(java.lang.Long aMemberId, java.lang.Long aOwnerId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT ACCMBRGRP.MBRGRP_ID FROM ACCMBRGRP WHERE ACCMBRGRP.USERS_ID = ? AND ACCMBRGRP.OWNER_ID = ?))". |
java.util.Enumeration | findEffectiveMemberGroupForOffer(java.lang.Long aOfferId, java.lang.Integer aStoreId) The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MGPTRDPSCN, OFFER WHERE STOREMBRGP.MBRGRP_ID = MGPTRDPSCN.MBRGRP_ID AND OFFER.TRADEPOSCN_ID = MGPTRDPSCN.TRADEPOSCN_ID AND OFFER.OFFER_ID = ? AND STOREMBRGP.STORE_ID = ?))". |
boolean | fulfills(java.lang.Long arg0, java.lang.String arg1) |
java.lang.Long[] | getAncestors() This method accesses a non-CMP field |
java.lang.Long[] | getChildren() This method accesses a non-CMP field |
java.lang.String | getConditions() Condition of the member group. |
java.lang.Long[] | getDescendants() This method accesses a non-CMP field |
java.lang.String | getDescription() This method provides access to the MBRGRP.DESCRIPTION column of DB2 type VARCHAR(512). |
java.lang.String | getDisplayName() This method accesses a non-CMP field |
java.lang.String | getDN() This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000). |
java.lang.String | getField1() This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254). |
java.lang.String | getField2() This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254). |
java.lang.String | getField3() This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254). |
java.lang.String | getLastUpdate() This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String | getLastUpdatedBy() This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254). |
java.sql.Timestamp | getLastUpdateInEJBType() This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP. |
java.lang.String | getMbrGrpId() This method accesses a non-CMP field |
java.lang.Long | getMbrGrpIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getMbrGrpName() This method provides access to the MBRGRP.MBRGRPNAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String | getMemberId() This method accesses a non-CMP field |
java.lang.Long | getMemberIdInEJBType() This method accesses a non-CMP field |
java.lang.String | getOID() This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64). |
java.lang.Long | getOwner() This method accesses a non-CMP field |
java.lang.String | getOwnerId() This method provides access to the MBRGRP.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long | getOwnerIdInEJBType() This method provides access to the MBRGRP.OWNER_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String | getParentMemberId() This method accesses a non-CMP field |
java.lang.Integer[] | getRoles() This method accesses a non-CMP field |
java.lang.Integer[] | getRoles(java.lang.Long arg0) This method accesses a non-CMP field |
java.lang.Integer[] | getRolesForOrgEntityAndAncestors(java.lang.Long arg0) This method accesses a non-CMP field |
java.lang.String | getState() This method accesses a non-CMP field |
java.lang.Integer | getStateInEJBType() This method accesses a non-CMP field |
java.lang.String | getType() This method accesses a non-CMP field |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
boolean | isCustomerRoleGroup() Determine if the current role group is of the Customer member group type. |
boolean | isRoleGroupType() Determine if the current member group is a role group. |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setConditions(java.lang.String aConditions) Set the member group condition. |
void | setDescription(java.lang.String newValue) This method accesses a non-CMP field |
void | setDN(java.lang.String newValue) This method accesses a non-CMP field |
void | setField1(java.lang.String newValue) This method accesses a non-CMP field |
void | setField2(java.lang.String newValue) This method accesses a non-CMP field |
void | setField3(java.lang.String newValue) This method accesses a non-CMP field |
void | setInitKey_MemberId(java.lang.String newValue) Set the primary key for this object |
void | setLastUpdate(java.lang.String newValue) This method accesses a non-CMP field |
void | setLastUpdate(java.sql.Timestamp newValue) This method accesses a non-CMP field |
void | setLastUpdatedBy(java.lang.String newValue) This method accesses a non-CMP field |
void | setMbrGrpName(java.lang.String newValue) This method accesses a non-CMP field |
void | setOID(java.lang.String newValue) This method accesses a non-CMP field |
void | setOwnerId(java.lang.Long newValue) This method accesses a non-CMP field |
void | setOwnerId(java.lang.String newValue) This method accesses a non-CMP field |
void | setParentMemberId(java.lang.String arg0) This method accesses a non-CMP field |
void | setState(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setState(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public MemberGroupAccessBean()
public MemberGroupAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public MemberGroupAccessBean(java.lang.Long arg1, java.lang.String arg2) 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
Method Detail |
public MemberGroupAccessBean findByOwnerName(java.lang.Long aMemberGroupOwnerId, java.lang.String aName) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?) AND (MBRGRPNAME = ?)".
public java.util.Enumeration findAccessGroups() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT MBRGRPUSG.MBRGRP_ID FROM MBRGRPUSG WHERE MBRGRPUSG.MBRGRPTYPE_ID = -2))"
public java.util.Enumeration findByMember(java.lang.Long aMemberId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?)"
public java.util.Enumeration findByStoreAndMemberGroupOrderByDescriptionUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by DESCRIPTION"
public java.util.Enumeration findByStoreAndMemberGroupOrderByLastUpdateUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by LASTUPDATE"
public java.util.Enumeration findByStoreAndMemberGroupOrderByLastUpdatedByUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by LASTUPDATEDBY".
public java.util.Enumeration findByStoreAndMemberGroupOrderByNameUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ? )) order by MBRGRPNAME"
public java.util.Enumeration findByStoreAndMemberGroupUsage(java.lang.Integer aMbrgrpTypeId, java.lang.Integer aStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MBRGRPUSG WHERE STOREMBRGP.MBRGRP_ID = MBRGRPUSG.MBRGRP_ID AND MBRGRPUSG.MBRGRPTYPE_ID = ? AND STOREMBRGP.STORE_ID = ?))"
public java.util.Enumeration findByUserAndOwner(java.lang.Long aMemberId, java.lang.Long aOwnerId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT ACCMBRGRP.MBRGRP_ID FROM ACCMBRGRP WHERE ACCMBRGRP.USERS_ID = ? AND ACCMBRGRP.OWNER_ID = ?))".
public java.util.Enumeration findEffectiveMemberGroupForOffer(java.lang.Long aOfferId, java.lang.Integer aStoreId) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (MBRGRP_ID = ANY (SELECT STOREMBRGP.MBRGRP_ID FROM STOREMBRGP, MGPTRDPSCN, OFFER WHERE STOREMBRGP.MBRGRP_ID = MGPTRDPSCN.MBRGRP_ID AND OFFER.TRADEPOSCN_ID = MGPTRDPSCN.TRADEPOSCN_ID AND OFFER.OFFER_ID = ? AND STOREMBRGP.STORE_ID = ?))".
public void setInitKey_MemberId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.DESCRIPTION column of DB2 type VARCHAR(512).
The following is a description of this column:
Description of the member group.
public void setDescription(java.lang.String newValue)
public java.lang.String getLastUpdatedBy() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254).
The following is a description of this column:
The logon ID of the user that last updated this member group.
public void setLastUpdatedBy(java.lang.String newValue)
public java.lang.String getLastUpdate() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The date that this member group was last updated.
public java.sql.Timestamp getLastUpdateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP.
The following is a description of this column:
The date that this member group was last updated.
public void setLastUpdate(java.lang.String newValue)
public void setLastUpdate(java.sql.Timestamp newValue)
public java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Integer getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public void setState(java.lang.String newValue)
public void setState(java.lang.Integer newValue)
public java.lang.String getOID() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64).
The following is a description of this column:
Reserved for IBM internal use.
public void setOID(java.lang.String newValue)
public java.lang.String getOwnerId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Compare with the SGMENBR column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce or WebSphere Commerce Suite. Foreign key to the MEMBER table for the owner of this member group.
public java.lang.Long getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.OWNER_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Compare with the SGMENBR column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce or WebSphere Commerce Suite. Foreign key to the MEMBER table for the owner of this member group.
public void setOwnerId(java.lang.String newValue)
public void setOwnerId(java.lang.Long newValue)
public java.lang.String getDN() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000).
The following is a description of this column:
Reserved for IBM internal use.
public void setDN(java.lang.String newValue)
public java.lang.String getMbrGrpName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.MBRGRPNAME column of DB2 type VARCHAR(254) NOT NULL.
The following is a description of this column:
Name of this member group.
public void setMbrGrpName(java.lang.String newValue)
public java.lang.String getField3() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable.
public void setField3(java.lang.String newValue)
public java.lang.String getField2() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable. Compare with the SGFIELD2 column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setField2(java.lang.String newValue)
public java.lang.String getField1() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254).
The following is a description of this column:
Customizable. Compare with the SGFIELD1 column in the SHOPGRP table, which was used with previous versions of WebSphere Commerce or WebSphere Commerce Suite.
public void setField1(java.lang.String newValue)
public java.lang.String getMbrGrpId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMbrGrpIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public boolean fulfills(java.lang.Long arg0, java.lang.String arg1) throws java.rmi.RemoteException, java.lang.Exception, javax.ejb.FinderException, javax.naming.NamingException
public boolean isCustomerRoleGroup() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Determine if the current role group is of the Customer member group type.
public boolean isRoleGroupType() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Determine if the current member group is a role group.
public java.lang.Integer[] getRoles() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.Integer[] getRoles(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.Integer[] getRolesForOrgEntityAndAncestors(java.lang.Long arg0) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.Long getOwner() throws java.lang.Exception, java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.Long[] getAncestors() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.Long[] getChildren() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.Long[] getDescendants() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.String getParentMemberId() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public java.lang.String getConditions() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Condition of the member group.
public void setParentMemberId(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
public void setConditions(java.lang.String aConditions) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Set the member group condition.
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.