public class StoreEntityBeanBase
extends com.ibm.commerce.base.objects.ECEntityBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright statement.
|
protected java.lang.Long | defaultContractId
The store's default contract id.
|
java.lang.String | defaultCurrency
The store's default currency.
|
java.lang.String | identifier
The store's unique identifier.
|
java.lang.Integer | markForDelete
The flag to see if the store is marked for deletion.
|
java.lang.Long | memberId
The member id that owns the store.
|
java.lang.Integer | storeEntityId
The store entity id.
|
protected java.lang.Integer[] | supportedLanguageIds
The supported languages for the store.
|
Constructor and Description |
---|
StoreEntityBeanBase() |
Modifier and Type | Method and Description |
---|---|
void | ejbRemove()
This method is used to delete the current entry from the STOREENT table.
|
void | ejbStore()
ejbStore method comment
|
java.lang.Long | getDefaultContractId()
This method gets the default contract id for the store.
|
java.lang.String | getDefaultCurrency()
This method gets the default currency for the store.
|
StoreEntityDescriptionAccessBean | getDescription(java.lang.Integer languageId)
This method gets the store entity description access bean for the current store in the specified language id.
|
protected java.lang.Object | getFallbackDescription(java.lang.Integer language_id)
This method gets the fallback store entity description access bean for the current store in the specified language id.
|
java.lang.String | getIdentifier()
This method gets the store identifier.
|
java.lang.Integer | getMarkForDelete()
This method get the mark for delete attribute of the store.
|
java.lang.Long | getMemberId()
This method gets the owner of the store.
|
java.lang.Integer | getStoreEntityId()
This method gets the generated unique key for the store.
|
java.lang.Integer[] | getSupportedLanguageIds()
This method gets the list of languages that the current store supports.
|
java.lang.String | getType()
This method get the type of the store.
|
void | setDefaultCurrency(java.lang.String newDefaultCurrency)
This method set the default currency for the store.
|
void | setIdentifier(java.lang.String newIdentifier)
This method set the store identifier.
|
void | setMarkForDelete(java.lang.Integer newMarkForDelete)
This method set the mark for delete attribute of the store.
|
void | setMemberId(java.lang.Long newMemberId)
This method set the owner of the store.
|
public static final java.lang.String COPYRIGHT
public java.lang.Integer markForDelete
public java.lang.Integer storeEntityId
public java.lang.Long memberId
public java.lang.String identifier
public java.lang.String defaultCurrency
protected java.lang.Integer[] supportedLanguageIds
protected java.lang.Long defaultContractId
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()
public java.lang.Long getDefaultContractId()
public java.lang.String getDefaultCurrency()
public StoreEntityDescriptionAccessBean getDescription(java.lang.Integer languageId) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
protected java.lang.Object getFallbackDescription(java.lang.Integer language_id) throws javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
public java.lang.String getIdentifier()
public java.lang.Long getMemberId()
public java.lang.Integer getStoreEntityId()
public java.lang.Integer[] getSupportedLanguageIds()
public java.lang.String getType()
public void setDefaultCurrency(java.lang.String newDefaultCurrency)
public void setIdentifier(java.lang.String newIdentifier)
public void setMemberId(java.lang.Long newMemberId)
public java.lang.Integer getMarkForDelete()
public void setMarkForDelete(java.lang.Integer newMarkForDelete)