Class ComposedType_HJMPWrapper
- java.lang.Object
-
- de.hybris.platform.persistence.ItemEJB
-
- de.hybris.platform.persistence.ExtensibleItemEJB
-
- de.hybris.platform.persistence.c2l.LocalizableItemEJB
-
- de.hybris.platform.persistence.type.TypeManagerManagedEJB
-
- de.hybris.platform.persistence.type.TypeEJB
-
- de.hybris.platform.persistence.type.HierarchieTypeEJB
-
- de.hybris.platform.persistence.type.ComposedTypeEJB
-
- de.hybris.platform.persistence.type.ComposedType_HJMPWrapper
-
- All Implemented Interfaces:
LocalizableItemRemote
,ExtensibleItemRemote
,EntityInstance
,EntityProxy
,HomeProxy
,ItemHome
,ItemPermissionFacade
,ItemRemote
,ComposedTypeHome
,ComposedTypeRemote
,HierarchieTypeHome
,HierarchieTypeRemote
,TypeHome
,TypeManagerManagedRemote
,TypeRemote
public class ComposedType_HJMPWrapper extends ComposedTypeEJB
-
-
Field Summary
Fields Modifier and Type Field Description static int
READER
static java.lang.String
TYPECODE_STR
static int
WRITER
-
Fields inherited from class de.hybris.platform.persistence.type.TypeEJB
INTERNAL_DESCRIPTION_PROPERTY
-
Fields inherited from class de.hybris.platform.persistence.ItemEJB
entityContext, READ, WRITE
-
-
Constructor Summary
Constructors Constructor Description ComposedType_HJMPWrapper()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ComposedTypeRemote
create(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)
ComposedTypeRemote
create(PK param0, java.lang.String param1, ComposedTypeRemote param2)
PK
ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)
PK
ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)
java.util.Collection
ejbFindAll()
java.util.Collection
ejbFindByCodeExact(java.lang.String param0)
java.util.Collection
ejbFindByInheritancePath(java.lang.String param0)
java.util.Collection
ejbFindByJaloClassName(java.lang.String param0)
java.util.Collection
ejbFindByPKList(java.util.Collection pks)
PK
ejbFindByPrimaryKey(PK pkValue)
java.util.Collection
ejbFindBySuperType(PK param0)
java.util.Collection
ejbFindByType(PK param0)
java.util.Collection
ejbFindByTypeCode(int param0)
java.util.Collection
ejbFindChangedAfter(java.util.Date param0)
void
ejbHomeLoadItemData(java.sql.ResultSet rs)
void
ejbLoad()
void
ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5)
void
ejbPostCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2)
void
ejbRemove()
void
ejbStore()
java.util.Collection
findAll()
All item beans have a 'findAll' finder.java.util.Collection
findByCodeExact(java.lang.String param0)
Always pass code as lower case string!!!java.util.Collection
findByInheritancePath(java.lang.String param0)
java.util.Collection
findByJaloClassName(java.lang.String param0)
java.util.Collection
findByPKList(java.util.Collection pks)
ComposedTypeRemote
findByPrimaryKey(PK pkValue)
java.util.Collection
findBySuperType(PK param0)
java.util.Collection
findByType(PK param0)
java.util.Collection
findByTypeCode(int param0)
java.util.Collection
findChangedAfter(java.util.Date param0)
A finder which selects all bean modified after a given time.long
getACLTimestampInternal()
protected java.lang.Object
getCachedValueForModification(ItemCacheKey key)
protected java.util.Map
getCacheKeyMap()
java.util.Date
getCreationTimestampInternal()
long
getHJMPTS()
java.lang.String
getInheritancePathStringInternal()
java.lang.String
getInternalCode()
java.lang.String
getInternalCodeLowerCase()
java.lang.String
getItemJNDIName()
protected java.lang.String
getItemTableNameImpl()
instance method implint
getItemTypeCodeInt()
java.lang.String
getJaloClassName()
java.util.Date
getModifiedTimestampInternal()
PK
getOwnerPkString()
java.lang.String
getOwnJNDIName()
instance method implPK
getPkString()
java.lang.String
getPropertyTableNameImpl()
boolean
getPropertyTableStatus()
long
getPropertyTimestampInternal()
boolean
getRemovableFlag()
boolean
getSingletonFlag()
PK
getSuperTypePK()
PK
getTypePkString()
boolean
isBeforeCreate()
Special method indicating that the entity instance is currently within its ejbCreate() state and has not been written to database yet.void
setACLTimestampInternal(long newvalue)
void
setCreationTimestampInternal(java.util.Date newvalue)
void
setInheritancePathStringInternal(java.lang.String newvalue)
void
setInternalCode(java.lang.String newvalue)
void
setInternalCodeLowerCase(java.lang.String newvalue)
void
setItemJNDIName(java.lang.String newvalue)
void
setItemTypeCodeInt(int newvalue)
void
setJaloClassName(java.lang.String newvalue)
changes this types assoziated jalo class.void
setModifiedTimestampInternal(java.util.Date newvalue)
void
setOwnerPkString(PK newvalue)
void
setPkString(PK newvalue)
void
setPropertyTableStatus(boolean newvalue)
void
setPropertyTimestampInternal(long newvalue)
void
setRemovableFlag(boolean newvalue)
void
setSingletonFlag(boolean newvalue)
void
setSuperTypePK(PK newvalue)
void
setTypePkString(PK newvalue)
-
Methods inherited from class de.hybris.platform.persistence.type.ComposedTypeEJB
changeSTPK, doTypeInitialization, getComposedType, getDeployment, getDeploymentInternal, getInheritancePath, getInheritancePathString, getItemPropertyTableName, getItemTableName, getItemTypeCode, getSuperType, getSuperTypeItemPK, isAbstract, isAssignableFrom, isRemovable, isSingleton, preLoadUnlocalizedProperties, reinitializeType, setAbstract, setComposedType, setDeployment, setInheritancePath, setInheritancePathString, setItemTypeCode, setSingleton, typeCode
-
Methods inherited from class de.hybris.platform.persistence.type.TypeManagerManagedEJB
equals, getTypeManager, pGetInternalProperty, pSetInternalProperty
-
Methods inherited from class de.hybris.platform.persistence.c2l.LocalizableItemEJB
copyLocalizablePropertiesFrom, createFromTemplate, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, getLocPropertyAccess, hintPropertyCache, postCreateFromTemplate, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty, setLocPropertiesFromContainer
-
Methods inherited from class de.hybris.platform.persistence.ExtensibleItemEJB
clearEntityCaches, copyPropertiesFrom, decryptIfNecessaryWithFallback, decryptValueWithFallback, doCreateInternal, ejbHomeGetPropertyTableName, getAllLanguagePKs, getAllProperties, getAllPropertyAccesses, getModifiedUnlocalizedPropertyCache, getProperty, getPropertyAccess, getPropertyAccess, getPropertyAccessInternal, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, hasModifiedCaches, removeProperty, removePropertyData, setAllProperties, setPropertiesFromContainer, setProperty, typeChanged, updatePropertyVersion, warnOnDecryptionError, writePropertyCaches
-
Methods inherited from class de.hybris.platform.persistence.ItemEJB
checkItemPermission, checkOwnGlobalPermission, copyComposedTypeFromTemplate, doCreateInternal, doPostCreateInternal, ejbHomeGetItemTableName, ejbHomeGetOwnJNDIName, getCachedValueForReading, getCachedValueForReadingIfAvailable, getCachedValuesStartingWith, getCacheKey, getCreationTime, getDefaultType, getEntityContext, getGlobalPermissionPKs, getModifiedTime, getOrAddCacheKey, getOwner, getPermissionPKs, getPK, getPrincipalToBooleanListMap, getRestrictedPrincipalPKs, getTypeKey, hasJNDIName, loadItemData, logACLCacheChange, needsStoring, quoteSQLStringLiteralForQuery, remove, removeACLEntries, removeGlobalPermission, removeGlobalPermissions, removePermission, removePermissions, setCreationTime, setEntityContext, setGlobalPermission, setGlobalPermissions, setModifiedTime, setModifiedTimestamp, setNeedsStoring, setOwner, setOwnerRef, setPermission, setPermissions, setPrincipalToBooleanListMap, skipRemovePermission, skipSetPermission, storeCaches, wasModifiedSince, writeACLEntries
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface de.hybris.platform.persistence.framework.EntityProxy
getPK
-
Methods inherited from interface de.hybris.platform.persistence.ExtensibleItemRemote
copyPropertiesFrom, getAllProperties, getProperty, getPropertyNames, getPropertyRaw, getPropertyTimestamp, getTypeInfoMap, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.persistence.ItemHome
loadItemData
-
Methods inherited from interface de.hybris.platform.persistence.ItemRemote
getCreationTime, getModifiedTime, getOwner, getTypeKey, hasJNDIName, remove, setCreationTime, setModifiedTime, setOwner, setOwnerRef, wasModifiedSince
-
Methods inherited from interface de.hybris.platform.persistence.c2l.LocalizableItemRemote
copyLocalizablePropertiesFrom, getAllLocalizedProperties, getAllLocalizedProperties, getLocalizedProperty, getLocalizedPropertyNames, hintPropertyCache, removeLocalizedProperty, setAllLocalizedProperties, setLocalizedProperty
-
Methods inherited from interface de.hybris.platform.persistence.type.TypeRemote
getCode
-
-
-
-
Field Detail
-
TYPECODE_STR
public static final java.lang.String TYPECODE_STR
-
READER
public static final int READER
- See Also:
- Constant Field Values
-
WRITER
public static final int WRITER
- See Also:
- Constant Field Values
-
-
Method Detail
-
ejbLoad
public void ejbLoad()
- Specified by:
ejbLoad
in interfaceEntityInstance
- Overrides:
ejbLoad
in classItemEJB
-
getHJMPTS
public long getHJMPTS()
- Specified by:
getHJMPTS
in interfaceItemRemote
- Specified by:
getHJMPTS
in classItemEJB
-
ejbStore
public void ejbStore()
- Specified by:
ejbStore
in interfaceEntityInstance
- Overrides:
ejbStore
in classItemEJB
-
create
public ComposedTypeRemote create(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5) throws EJBDuplicateCodeException, EJBInvalidParameterException
-
ejbCreate
public PK ejbCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5) throws EJBDuplicateCodeException, EJBInvalidParameterException
- Overrides:
ejbCreate
in classComposedTypeEJB
- Throws:
EJBDuplicateCodeException
EJBInvalidParameterException
-
create
public ComposedTypeRemote create(PK param0, java.lang.String param1, ComposedTypeRemote param2) throws EJBDuplicateCodeException, EJBInvalidParameterException
-
ejbCreate
public PK ejbCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2) throws EJBDuplicateCodeException, EJBInvalidParameterException
- Overrides:
ejbCreate
in classTypeEJB
- Throws:
EJBDuplicateCodeException
EJBInvalidParameterException
-
ejbPostCreate
public void ejbPostCreate(PK param0, ComposedTypeRemote param1, java.lang.String param2, java.lang.String param3, ItemDeployment param4, ComposedTypeRemote param5) throws EJBDuplicateCodeException, EJBInvalidParameterException
- Overrides:
ejbPostCreate
in classComposedTypeEJB
- Throws:
EJBDuplicateCodeException
EJBInvalidParameterException
-
ejbPostCreate
public void ejbPostCreate(PK param0, java.lang.String param1, ComposedTypeRemote param2) throws EJBDuplicateCodeException, EJBInvalidParameterException
- Overrides:
ejbPostCreate
in classTypeEJB
- Throws:
EJBDuplicateCodeException
EJBInvalidParameterException
-
ejbRemove
public void ejbRemove()
- Specified by:
ejbRemove
in interfaceEntityInstance
- Overrides:
ejbRemove
in classComposedTypeEJB
-
ejbHomeLoadItemData
public void ejbHomeLoadItemData(java.sql.ResultSet rs)
- Overrides:
ejbHomeLoadItemData
in classItemEJB
-
getPkString
public PK getPkString()
- Specified by:
getPkString
in interfaceItemRemote
- Specified by:
getPkString
in classItemEJB
-
setPkString
public void setPkString(PK newvalue)
- Specified by:
setPkString
in classItemEJB
-
getCreationTimestampInternal
public java.util.Date getCreationTimestampInternal()
- Specified by:
getCreationTimestampInternal
in classItemEJB
-
setCreationTimestampInternal
public void setCreationTimestampInternal(java.util.Date newvalue)
- Specified by:
setCreationTimestampInternal
in classItemEJB
-
getModifiedTimestampInternal
public java.util.Date getModifiedTimestampInternal()
- Specified by:
getModifiedTimestampInternal
in classItemEJB
-
setModifiedTimestampInternal
public void setModifiedTimestampInternal(java.util.Date newvalue)
- Specified by:
setModifiedTimestampInternal
in classItemEJB
-
getACLTimestampInternal
public long getACLTimestampInternal()
- Specified by:
getACLTimestampInternal
in classItemEJB
-
setACLTimestampInternal
public void setACLTimestampInternal(long newvalue)
- Specified by:
setACLTimestampInternal
in classItemEJB
-
getTypePkString
public PK getTypePkString()
- Specified by:
getTypePkString
in classItemEJB
-
setTypePkString
public void setTypePkString(PK newvalue)
- Specified by:
setTypePkString
in classItemEJB
-
getOwnerPkString
public PK getOwnerPkString()
- Specified by:
getOwnerPkString
in classItemEJB
-
setOwnerPkString
public void setOwnerPkString(PK newvalue)
- Specified by:
setOwnerPkString
in classItemEJB
-
getPropertyTimestampInternal
public long getPropertyTimestampInternal()
- Specified by:
getPropertyTimestampInternal
in classExtensibleItemEJB
-
setPropertyTimestampInternal
public void setPropertyTimestampInternal(long newvalue)
- Specified by:
setPropertyTimestampInternal
in classExtensibleItemEJB
-
getInternalCode
public java.lang.String getInternalCode()
- Specified by:
getInternalCode
in classTypeEJB
-
setInternalCode
public void setInternalCode(java.lang.String newvalue)
- Specified by:
setInternalCode
in classTypeEJB
-
getInternalCodeLowerCase
public java.lang.String getInternalCodeLowerCase()
- Specified by:
getInternalCodeLowerCase
in classTypeEJB
-
setInternalCodeLowerCase
public void setInternalCodeLowerCase(java.lang.String newvalue)
- Specified by:
setInternalCodeLowerCase
in classTypeEJB
-
getSuperTypePK
public PK getSuperTypePK()
- Specified by:
getSuperTypePK
in classHierarchieTypeEJB
-
setSuperTypePK
public void setSuperTypePK(PK newvalue)
- Specified by:
setSuperTypePK
in classHierarchieTypeEJB
-
getInheritancePathStringInternal
public java.lang.String getInheritancePathStringInternal()
- Specified by:
getInheritancePathStringInternal
in classHierarchieTypeEJB
-
setInheritancePathStringInternal
public void setInheritancePathStringInternal(java.lang.String newvalue)
- Specified by:
setInheritancePathStringInternal
in classHierarchieTypeEJB
-
getRemovableFlag
public boolean getRemovableFlag()
- Specified by:
getRemovableFlag
in classComposedTypeEJB
-
setRemovableFlag
public void setRemovableFlag(boolean newvalue)
- Specified by:
setRemovableFlag
in classComposedTypeEJB
-
getPropertyTableStatus
public boolean getPropertyTableStatus()
- Specified by:
getPropertyTableStatus
in interfaceComposedTypeRemote
- Specified by:
getPropertyTableStatus
in classComposedTypeEJB
-
setPropertyTableStatus
public void setPropertyTableStatus(boolean newvalue)
- Specified by:
setPropertyTableStatus
in interfaceComposedTypeRemote
- Specified by:
setPropertyTableStatus
in classComposedTypeEJB
-
getItemTypeCodeInt
public int getItemTypeCodeInt()
- Specified by:
getItemTypeCodeInt
in classComposedTypeEJB
-
setItemTypeCodeInt
public void setItemTypeCodeInt(int newvalue)
- Specified by:
setItemTypeCodeInt
in classComposedTypeEJB
-
getJaloClassName
public java.lang.String getJaloClassName()
- Specified by:
getJaloClassName
in interfaceComposedTypeRemote
- Specified by:
getJaloClassName
in classComposedTypeEJB
- Returns:
- the assoziated jalo class of this type or NULL which means to use its supertype's jaloclass.
-
setJaloClassName
public void setJaloClassName(java.lang.String newvalue)
Description copied from interface:ComposedTypeRemote
changes this types assoziated jalo class. NULL means to use its supertype's jaloclass.- Specified by:
setJaloClassName
in interfaceComposedTypeRemote
- Specified by:
setJaloClassName
in classComposedTypeEJB
-
getItemJNDIName
public java.lang.String getItemJNDIName()
- Specified by:
getItemJNDIName
in interfaceComposedTypeRemote
- Specified by:
getItemJNDIName
in classComposedTypeEJB
-
setItemJNDIName
public void setItemJNDIName(java.lang.String newvalue)
- Specified by:
setItemJNDIName
in interfaceComposedTypeRemote
- Specified by:
setItemJNDIName
in classComposedTypeEJB
-
getSingletonFlag
public boolean getSingletonFlag()
- Specified by:
getSingletonFlag
in classComposedTypeEJB
-
setSingletonFlag
public void setSingletonFlag(boolean newvalue)
- Specified by:
setSingletonFlag
in classComposedTypeEJB
-
findByPrimaryKey
public ComposedTypeRemote findByPrimaryKey(PK pkValue) throws YObjectNotFoundException, YFinderException
-
ejbFindByPrimaryKey
public PK ejbFindByPrimaryKey(PK pkValue) throws YObjectNotFoundException
- Throws:
YObjectNotFoundException
-
findByCodeExact
public java.util.Collection findByCodeExact(java.lang.String param0) throws YFinderException
Description copied from interface:TypeHome
Always pass code as lower case string!!!- Throws:
YFinderException
-
ejbFindByCodeExact
public java.util.Collection ejbFindByCodeExact(java.lang.String param0) throws YFinderException
- Throws:
YFinderException
-
findByType
public java.util.Collection findByType(PK param0) throws YFinderException
- Throws:
YFinderException
-
ejbFindByType
public java.util.Collection ejbFindByType(PK param0) throws YFinderException
- Throws:
YFinderException
-
findByInheritancePath
public java.util.Collection findByInheritancePath(java.lang.String param0) throws YFinderException
- Throws:
YFinderException
-
ejbFindByInheritancePath
public java.util.Collection ejbFindByInheritancePath(java.lang.String param0) throws YFinderException
- Throws:
YFinderException
-
findAll
public java.util.Collection findAll() throws YFinderException
Description copied from interface:ItemHome
All item beans have a 'findAll' finder. So dont define another 'findAll' finder in a subclassed item !- Throws:
YFinderException
-
ejbFindAll
public java.util.Collection ejbFindAll() throws YFinderException
- Throws:
YFinderException
-
findChangedAfter
public java.util.Collection findChangedAfter(java.util.Date param0) throws YFinderException
Description copied from interface:ItemHome
A finder which selects all bean modified after a given time. This uses the modifiedTimestamp field of the item.- Parameters:
param0
- the time to check in milliseconds ( see java.lang.System )- Throws:
YFinderException
-
ejbFindChangedAfter
public java.util.Collection ejbFindChangedAfter(java.util.Date param0) throws YFinderException
- Throws:
YFinderException
-
findBySuperType
public java.util.Collection findBySuperType(PK param0) throws YFinderException
- Throws:
YFinderException
-
ejbFindBySuperType
public java.util.Collection ejbFindBySuperType(PK param0) throws YFinderException
- Throws:
YFinderException
-
findByJaloClassName
public java.util.Collection findByJaloClassName(java.lang.String param0) throws YFinderException
- Throws:
YFinderException
-
ejbFindByJaloClassName
public java.util.Collection ejbFindByJaloClassName(java.lang.String param0) throws YFinderException
- Throws:
YFinderException
-
findByTypeCode
public java.util.Collection findByTypeCode(int param0) throws YFinderException
- Throws:
YFinderException
-
ejbFindByTypeCode
public java.util.Collection ejbFindByTypeCode(int param0) throws YFinderException
- Throws:
YFinderException
-
findByPKList
public java.util.Collection findByPKList(java.util.Collection pks) throws YFinderException
- Throws:
YFinderException
-
ejbFindByPKList
public java.util.Collection ejbFindByPKList(java.util.Collection pks) throws YFinderException
- Throws:
YFinderException
-
getItemTableNameImpl
protected java.lang.String getItemTableNameImpl()
Description copied from class:ItemEJB
instance method impl- Specified by:
getItemTableNameImpl
in classItemEJB
-
getOwnJNDIName
public java.lang.String getOwnJNDIName()
Description copied from class:ItemEJB
instance method impl- Specified by:
getOwnJNDIName
in interfaceItemHome
- Specified by:
getOwnJNDIName
in classItemEJB
- Returns:
- the item's JNDI name
-
getPropertyTableNameImpl
public java.lang.String getPropertyTableNameImpl()
- Specified by:
getPropertyTableNameImpl
in classExtensibleItemEJB
-
isBeforeCreate
public boolean isBeforeCreate()
Description copied from class:ItemEJB
Special method indicating that the entity instance is currently within its ejbCreate() state and has not been written to database yet.- Specified by:
isBeforeCreate
in classItemEJB
-
getCachedValueForModification
protected java.lang.Object getCachedValueForModification(ItemCacheKey key)
- Overrides:
getCachedValueForModification
in classItemEJB
-
getCacheKeyMap
protected java.util.Map getCacheKeyMap()
- Specified by:
getCacheKeyMap
in classItemEJB
-
-