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,Serializable
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintintprotected voidvoidsetQualifier(String quali) voidsetReverseSequenceNumber(int number) voidsetSequenceNumber(int number) voidvoidMethods inherited from class de.hybris.platform.persistence.ExtensibleItemEJBImpl
commit, getAllProperties, getProperty, getPropertyNames, removeProperty, rollback, setAllProperties, setPropertyMethods 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, wrapMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.hybris.platform.util.BridgeInterface
getJaloObjectClassMethods inherited from interface de.hybris.platform.util.ExposesPermissionFacade
getPermissionFacadeMethods inherited from interface de.hybris.platform.jalo.ExtensibleItem.ExtensibleItemImpl
getAllProperties, getProperty, getPropertyNames, removeProperty, setAllProperties, setPropertyMethods inherited from interface de.hybris.platform.jalo.Item.ItemImpl
addPermission, checkItemPermission, clearPermission, getComposedType, getCreationTime, getHJMPTS, getModificationTime, getOwner, getPermissionMap, getPK, getPrincipalPermissions, getRestrictedPrincipals, getTypeKey, invalidateLocalCaches, isLocalCachingSupported, isTransactionSupported, remove, setComposedType, setCreationTime, setModificationTime, setOwner, setPermissionMap
-
Constructor Details
-
LinkEJBImpl
-
-
Method Details
-
getRemote
- Specified by:
getRemotein interfaceExposesRemote- Overrides:
getRemotein classItemEJBImpl
-
getSource
- Specified by:
getSourcein interfaceLink.LinkImpl
-
setSource
- Specified by:
setSourcein interfaceLink.LinkImpl
-
getTarget
- Specified by:
getTargetin interfaceLink.LinkImpl
-
setTarget
- Specified by:
setTargetin interfaceLink.LinkImpl
-
getQualifier
- Specified by:
getQualifierin interfaceLink.LinkImpl
-
setQualifier
- Specified by:
setQualifierin interfaceLink.LinkImpl
-
removeInternal
- 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
-