com.ibm.commerce.member.dataobjects
Class OrgEntityDO
- java.lang.Object
-
- com.ibm.commerce.member.dataobjects.DOBase
-
- com.ibm.commerce.member.dataobjects.OrgEntityDO
-
public class OrgEntityDO extends DOBase
Sync helper data object class, called byOrganizationSyncBean
to read/write data from/to the "ORGENTITY" database table.
-
-
Field Summary
Fields Modifier and Type Field and Description static java.lang.String
CLASSNAME
The name of the class.static java.lang.String
COPYRIGHT
The IBM Copyright notice field.
-
Constructor Summary
Constructors Constructor and Description OrgEntityDO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method and Description java.lang.String
getDOName()
Gets the name of the class.TypedProperty
read()
Reads the data attributes from the database.void
write(TypedProperty tpProperties)
Persists the changed properties to the database.-
Methods inherited from class com.ibm.commerce.member.dataobjects.DOBase
getAccessBean, getMemberId, getMemberType, setAccessBean, setMemberId, setMemberType
-
-
-
-
Field Detail
-
CLASSNAME
public static final java.lang.String CLASSNAME
The name of the class.
-
COPYRIGHT
public static final java.lang.String COPYRIGHT
The IBM Copyright notice field.- See Also:
- Constant Field Values
-
-
Method Detail
-
getDOName
public java.lang.String getDOName()
Gets the name of the class.
-
read
public TypedProperty read() throws javax.persistence.NoResultException, ECException
Reads the data attributes from the database.- Specified by:
read
in classDOBase
- Returns:
- the data as a
TypedProperty
. - Throws:
javax.persistence.NoResultException
ECException
-
write
public void write(TypedProperty tpProperties) throws javax.persistence.NoResultException, ECException
Persists the changed properties to the database.- Specified by:
write
in classDOBase
- Parameters:
tpProperties
- the input properties.- Throws:
javax.persistence.NoResultException
ECException
-
-