Class LinkEJBImpl
- java.lang.Object
-
- de.hybris.platform.core.BridgeImplementation
-
- de.hybris.platform.persistence.ItemEJBImpl
-
- de.hybris.platform.persistence.ExtensibleItemEJBImpl
-
- de.hybris.platform.persistence.link.LinkEJBImpl
-
- All Implemented Interfaces:
ExtensibleItem.ExtensibleItemImpl,Item.ItemImpl,Link.LinkImpl,BridgeInterface,ExposesPermissionFacade,ExposesRemote,java.io.Serializable
public class LinkEJBImpl extends ExtensibleItemEJBImpl implements Link.LinkImpl
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedLinkEJBImpl(Tenant tenant, LinkRemote remoteObject)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetQualifier()LinkRemotegetRemote()intgetReverseSequenceNumber()intgetSequenceNumber()ItemgetSource()ItemgetTarget()protected voidremoveInternal(SessionContext ctx)voidsetQualifier(java.lang.String quali)voidsetReverseSequenceNumber(int number)voidsetSequenceNumber(int number)voidsetSource(Item source)voidsetTarget(Item target)-
Methods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setProperty
-
Methods inherited from class de.hybris.platform.persistence.ItemEJBImpl
addPermission, checkItemPermission, clearPermission, getCache, getComposedType, getCreationTime, getHJMPTS, getJaloObjectClass, getModificationTime, getOwner, getPermissionFacade, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getSession, getTypeKey, invalidateLocalCaches, isHandlingOwnerAsReferenceSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap, setRemote, unwrap, unwrapToRef, wrap
-
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.util.BridgeInterface
getJaloObjectClass
-
Methods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacade
-
Methods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setProperty
-
Methods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap
-
-
-
-
Constructor Detail
-
LinkEJBImpl
protected LinkEJBImpl(Tenant tenant, LinkRemote remoteObject)
-
-
Method Detail
-
getRemote
public LinkRemote getRemote()
- Specified by:
getRemotein interfaceExposesRemote- Overrides:
getRemotein classItemEJBImpl
-
getSource
public Item getSource()
- Specified by:
getSourcein interfaceLink.LinkImpl
-
setSource
public void setSource(Item source)
- Specified by:
setSourcein interfaceLink.LinkImpl
-
getTarget
public Item getTarget()
- Specified by:
getTargetin interfaceLink.LinkImpl
-
setTarget
public void setTarget(Item target)
- Specified by:
setTargetin interfaceLink.LinkImpl
-
getQualifier
public java.lang.String getQualifier()
- Specified by:
getQualifierin interfaceLink.LinkImpl
-
setQualifier
public void setQualifier(java.lang.String quali)
- Specified by:
setQualifierin interfaceLink.LinkImpl
-
removeInternal
protected void removeInternal(SessionContext ctx) throws ConsistencyCheckException
- Specified by:
removeInternalin classItemEJBImpl- Throws:
ConsistencyCheckException
-
getSequenceNumber
public int getSequenceNumber()
- Specified by:
getSequenceNumberin interfaceLink.LinkImpl
-
setSequenceNumber
public void setSequenceNumber(int number)
- Specified by:
setSequenceNumberin interfaceLink.LinkImpl
-
setReverseSequenceNumber
public void setReverseSequenceNumber(int number)
- Specified by:
setReverseSequenceNumberin interfaceLink.LinkImpl
-
getReverseSequenceNumber
public int getReverseSequenceNumber()
- Specified by:
getReverseSequenceNumberin interfaceLink.LinkImpl
-
-