|
||||||||
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.user.objects.MemberGroupAccessBean
This bean provides access to the MBRGRP table.
The following is a description of this table:
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.
Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean |
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef |
Constructor Summary | |
MemberGroupAccessBean()
Default constructor. |
|
MemberGroupAccessBean(javax.ejb.EJBObject object)
Creates an access bean for the specified EJB |
|
MemberGroupAccessBean(java.lang.Long aOwnerId,
java.lang.String aMbrGrpName)
Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
MemberGroupAccessBean(com.ibm.commerce.user.objimpl.MemberGroupInputData aMemberGroupInputData)
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 |
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 aMember)
The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?)" |
MemberGroupAccessBean |
findByOwnerName(java.lang.Long aOwnerId,
java.lang.String aMbrGrpNm)
The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?) AND (MBRGRPNAME = ?)". |
java.util.Enumeration |
findByStoreAndMemberGroupOrderByDescriptionUsage(java.lang.Integer aMemberGroup,
java.lang.Integer aStore)
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 aMemGrpTyp,
java.lang.Integer aStore)
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 aMemberGroup,
java.lang.Integer aStore)
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 aMemberGroup,
java.lang.Integer aStore)
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 aMemberGroup,
java.lang.Integer aStore)
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 aUserId,
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 aMember,
java.lang.String aRelationship)
Determines if a given member fulfills a given relationship with the resource. |
java.lang.Long[] |
getAncestors()
List of all ancestors of the member. |
java.lang.Long[] |
getChildren()
List of child members. |
java.lang.String |
getConditions()
Condition of the member group. |
java.lang.Long[] |
getDescendants()
List of all descendants members. |
java.lang.String |
getDescription()
Description of the MemberGroup. |
java.lang.String |
getDisplayName()
Display name of the member group. |
java.lang.String |
getDN()
This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL. |
java.lang.String |
getField1()
This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField2()
This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getField3()
This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254) NULL. |
java.lang.String |
getLastUpdate()
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getLastUpdatedBy()
This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254) NULL. |
java.sql.Timestamp |
getLastUpdateInEJBType()
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
java.lang.String |
getMbrGrpId()
This method provides access to the MBRGRP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getMbrGrpIdInEJBType()
This method provides access to the MBRGRP.MBRGRP_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getMbrGrpName()
This method provides access to the MBRGRP.MBRGRPNAME column of DB2 type VARCHAR(254) NOT NULL. |
java.lang.String |
getMemberId()
Member id of this member group. |
java.lang.Long |
getMemberIdInEJBType()
Member Id. |
java.lang.String |
getOID()
This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64) NULL. |
java.lang.Long |
getOwner()
The member id of the owner of the resource. |
java.lang.String |
getOwnerId()
Owner Id of the member. |
java.lang.Long |
getOwnerIdInEJBType()
Owner Id of member. |
java.lang.String |
getParentMemberId()
The parent member. |
java.lang.Integer[] |
getRoles()
All roles played by this member. |
java.lang.Integer[] |
getRoles(java.lang.Long anOrgEntityId)
All roles played by this member group in this OrgEntity. |
java.lang.Integer[] |
getRolesForOrgEntityAndAncestors(java.lang.Long anOrgEntityId)
Roles that member played in the OrgEntity and ancestors of the OrgEntity. |
java.lang.String |
getState()
State of the member. |
java.lang.Integer |
getStateInEJBType()
State of the member. |
java.lang.String |
getType()
Type of the member. |
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 aDescription)
Set the description of the member. |
void |
setDN(java.lang.String aDN)
This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254) NULL. |
void |
setInitKey_MemberId(java.lang.String aInitKey_MemberId)
Set the primary key for this object |
void |
setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL. |
void |
setLastUpdatedBy(java.lang.String aLastUpdatedBy)
This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254) NULL. |
void |
setMbrGrpName(java.lang.String aMbrGrpName)
This method provides access to the MBRGRP.MBRGRPNAME column of DB2 type VARCHAR(254) NOT NULL. |
void |
setOID(java.lang.String aOID)
This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64) NULL. |
void |
setOwnerId(java.lang.Long aOwnerId)
Set the owner id. |
void |
setOwnerId(java.lang.String aOwnerId)
Set the owner id. |
void |
setParentMemberId(java.lang.String aParentMemberId)
Set the Id of the parent member. |
void |
setState(java.lang.Integer aState)
The following is a description of this column: |
void |
setState(java.lang.String aState)
Set the status of member. |
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 MemberGroupAccessBean()
Default constructor. Maps to findByPrimaryKey.
public MemberGroupAccessBean(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 MemberGroupAccessBean(java.lang.Long aOwnerId, java.lang.String aMbrGrpName) 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
aOwnerId
- java.lang.LongaMbrGrpName
- java.lang.Stringjavax.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 exceptionpublic MemberGroupAccessBean(com.ibm.commerce.user.objimpl.MemberGroupInputData aMemberGroupInputData) 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
aMemberGroupInputData
- com.ibm.commerce.user.objimpl.MemberGroupInputDatajavax.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 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))"
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByMember(java.lang.Long aMember) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?)"
aMember
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic MemberGroupAccessBean findByOwnerName(java.lang.Long aOwnerId, java.lang.String aMbrGrpNm) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
The SQL is "SELECT * FROM MBRGRP WHERE (OWNER_ID = ?) AND (MBRGRPNAME = ?)".
aOwnerId
- java.lang.LongaMbrGrpNm
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndMemberGroupOrderByDescriptionUsage(java.lang.Integer aMemberGroup, java.lang.Integer aStore) 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"
aMemberGroup
- java.lang.IntegeraStore
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndMemberGroupOrderByLastUpdatedByUsage(java.lang.Integer aMemGrpTyp, java.lang.Integer aStore) 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".
aMemGrpTyp
- java.lang.IntegeraStore
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndMemberGroupOrderByLastUpdateUsage(java.lang.Integer aMemberGroup, java.lang.Integer aStore) 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"
aMemberGroup
- java.lang.IntegeraStore
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndMemberGroupOrderByNameUsage(java.lang.Integer aMemberGroup, java.lang.Integer aStore) 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"
aMemberGroup
- java.lang.IntegeraStore
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByStoreAndMemberGroupUsage(java.lang.Integer aMemberGroup, java.lang.Integer aStore) 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 = ?))"
aMemberGroup
- java.lang.IntegeraStore
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.util.Enumeration findByUserAndOwner(java.lang.Long aUserId, 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 = ?))".
aUserId
- java.lang.LongaOwnerId
- java.lang.Longjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic 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 = ?))".
aOfferId
- java.lang.LongaStoreId
- java.lang.Integerjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException 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.Long[] getAncestors() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
List of all ancestors of the member.
javax.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 exceptionpublic java.lang.Long[] getChildren() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
List of child members.
javax.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 exceptionpublic java.lang.String getConditions() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Condition of the member group.
java.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic java.lang.Long[] getDescendants() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
List of all descendants members.
javax.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 exceptionpublic java.lang.String getDescription() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Description of the MemberGroup.
getDescription
in interface MemberGroupAccessBeanData
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 getDisplayName() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Display name of the member group.
getDisplayName
in interface MemberGroupAccessBeanData
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 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) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getDN
in interface MemberGroupAccessBeanData
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 MBRGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
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 Suite.
getField1
in interface MemberGroupAccessBeanData
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 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) NULL.
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 Suite.
getField2
in interface MemberGroupAccessBeanData
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 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) NULL.
The following is a description of this column:
Customizable.
getField3
in interface MemberGroupAccessBeanData
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 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 NULL.
The following is a description of this column:
The date that this member group was last updated.
getLastUpdate
in interface MemberGroupAccessBeanData
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 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) NULL.
The following is a description of this column:
The logon ID of the user that last updated this member group.
getLastUpdatedBy
in interface MemberGroupAccessBeanData
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.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 NULL.
The following is a description of this column:
The date that this member group was last updated.
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 getMbrGrpId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for this member group.
getMbrGrpId
in interface MemberGroupAccessBeanData
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 getMbrGrpIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the MBRGRP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to the MEMBER table for this member group.
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 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.
getMbrGrpName
in interface MemberGroupAccessBeanData
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 getMemberId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Member id of this member group.
getMemberId
in interface MemberGroupAccessBeanData
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 getMemberIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Member 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 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) NULL.
The following is a description of this column:
Reserved for IBM internal use.
getOID
in interface MemberGroupAccessBeanData
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
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 of the member.
getOwnerId
in interface MemberGroupAccessBeanData
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 getOwnerIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Owner Id of member.
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 getParentMemberId() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
The parent member.
javax.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 exceptionpublic java.lang.Integer[] getRoles() throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
All roles played by this member.
javax.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 exceptionpublic java.lang.Integer[] getRoles(java.lang.Long anOrgEntityId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
All roles played by this member group in this OrgEntity.
anOrgEntityId
- java.lang.Longjavax.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 exceptionpublic java.lang.Integer[] getRolesForOrgEntityAndAncestors(java.lang.Long anOrgEntityId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Roles that member played in the OrgEntity and ancestors of the OrgEntity.
anOrgEntityId
- java.lang.Longjavax.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 exceptionpublic java.lang.String getState() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
State of the member.
getState
in interface MemberGroupAccessBeanData
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 getStateInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
State of the member.
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 getType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Type of the member.
getType
in interface MemberGroupAccessBeanData
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 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.
javax.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 exceptionpublic 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.
javax.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 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 setConditions(java.lang.String aConditions) throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
Set the member group condition.
aConditions
- java.lang.Stringjava.rmi.RemoteException
- The java.rmi.RemoteException exceptionjavax.ejb.FinderException
- The javax.ejb.FinderException exceptionjavax.naming.NamingException
- The javax.naming.NamingException exceptionpublic void setDescription(java.lang.String aDescription)
Set the description of the member.
setDescription
in interface MemberGroupAccessBeanData
aDescription
- java.lang.Stringpublic void setDN(java.lang.String aDN)
This method provides access to the MBRGRP.DN column of DB2 type VARCHAR(1000) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setDN
in interface MemberGroupAccessBeanData
aDN
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the MBRGRP.FIELD1 column of DB2 type VARCHAR(254) NULL.
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 Suite.
setField1
in interface MemberGroupAccessBeanData
aField1
- java.lang.Stringpublic void setField2(java.lang.String aField2)
This method provides access to the MBRGRP.FIELD2 column of DB2 type VARCHAR(254) NULL.
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 Suite.
setField2
in interface MemberGroupAccessBeanData
aField2
- java.lang.Stringpublic void setField3(java.lang.String aField3)
This method provides access to the MBRGRP.FIELD3 column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
Customizable.
setField3
in interface MemberGroupAccessBeanData
aField3
- java.lang.Stringpublic void setInitKey_MemberId(java.lang.String aInitKey_MemberId)
Set the primary key for this object
aInitKey_MemberId
- java.lang.Stringpublic void setLastUpdate(java.lang.String aLastUpdate)
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date that this member group was last updated.
setLastUpdate
in interface MemberGroupAccessBeanData
aLastUpdate
- java.lang.Stringpublic void setLastUpdate(java.sql.Timestamp aLastUpdate)
This method provides access to the MBRGRP.LASTUPDATE column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
The date that this member group was last updated.
aLastUpdate
- java.sql.Timestamppublic void setLastUpdatedBy(java.lang.String aLastUpdatedBy)
This method provides access to the MBRGRP.LASTUPDATEDBY column of DB2 type VARCHAR(254) NULL.
The following is a description of this column:
The logon ID of the user that last updated this member group.
setLastUpdatedBy
in interface MemberGroupAccessBeanData
aLastUpdatedBy
- java.lang.Stringpublic void setMbrGrpName(java.lang.String aMbrGrpName)
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.
setMbrGrpName
in interface MemberGroupAccessBeanData
aMbrGrpName
- java.lang.Stringpublic void setOID(java.lang.String aOID)
This method provides access to the MBRGRP.OID column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Reserved for IBM internal use.
setOID
in interface MemberGroupAccessBeanData
aOID
- java.lang.Stringpublic void setOwnerId(java.lang.Long aOwnerId)
Set the owner id.
aOwnerId
- java.lang.Longpublic void setOwnerId(java.lang.String aOwnerId)
Set the owner id.
setOwnerId
in interface MemberGroupAccessBeanData
aOwnerId
- java.lang.Stringpublic void setParentMemberId(java.lang.String aParentMemberId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Set the Id of the parent member.
aParentMemberId
- java.lang.Stringjavax.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 exceptionpublic void setState(java.lang.Integer aState)
The following is a description of this column:
The registration approval status as follows:
0 - pending approval.
1 - approved.
2 - rejected.
Null - the approval is not applicable.
aState
- java.lang.Integerpublic void setState(java.lang.String aState)
Set the status of member.
setState
in interface MemberGroupAccessBeanData
aState
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |