Class GeneratedB2BDocumentType
- java.lang.Object
-
- de.hybris.platform.util.BridgeAbstraction
-
- de.hybris.platform.jalo.Item
-
- de.hybris.platform.jalo.ExtensibleItem
-
- de.hybris.platform.jalo.c2l.LocalizableItem
-
- de.hybris.platform.jalo.GenericItem
-
- de.hybris.platform.accountsummaryaddon.jalo.GeneratedB2BDocumentType
-
- All Implemented Interfaces:
java.io.Serializable
,java.lang.Comparable
- Direct Known Subclasses:
B2BDocumentType
public abstract class GeneratedB2BDocumentType extends GenericItem
Generated class for typeB2BDocumentType
.- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.GenericItem
GenericItem.GenericItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LocalizableItem.LocalizableItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.ExtensibleItem
ExtensibleItem.ExtensibleItemImpl
-
Nested classes/interfaces inherited from class de.hybris.platform.jalo.Item
Item.AttributeFilter, Item.AttributeMode, Item.CachedGetter, Item.CachedSetter, Item.ItemAttributeMap, Item.ItemConstraint, Item.ItemImpl, Item.JaloCachedComputationException
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String
CODE
Qualifier of theB2BDocumentType.code
attributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>
DEFAULT_INITIAL_ATTRIBUTES
static java.lang.String
DISPLAYINALLLIST
Qualifier of theB2BDocumentType.displayInAllList
attributestatic java.lang.String
DOCUMENT
Qualifier of theB2BDocumentType.document
attributeprotected static OneToManyHandler<B2BDocument>
DOCUMENTHANDLER
OneToManyHandler
for handling 1:n DOCUMENT's relation attributes from 'many' side.static java.lang.String
INCLUDEINOPENBALANCE
Qualifier of theB2BDocumentType.includeInOpenBalance
attributestatic java.lang.String
NAME
Qualifier of theB2BDocumentType.name
attributestatic java.lang.String
PAYABLEORUSABLE
Qualifier of theB2BDocumentType.payableOrUsable
attribute-
Fields inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
LANGUAGE_FALLBACK_ENABLED
-
Fields inherited from class de.hybris.platform.jalo.Item
_CREATION_TIME_INTERNAL, _MODIFIED_TIME_INTERNAL, accessorLog, CREATION_TIME, DISABLE_ATTRIBUTE_CHECK, DISABLE_ITEMCHECK_BEFORE_REMOVABLE, EVEN, FEATURE_ACCESSMAP_QUALIFIER, HJMPTS, INITIAL_CREATION_FLAG, isJaloOnly, MODIFIED_TIME, NEGATIVE, NOT_FOUND, OWNER, PK, POSITIVE, SAVE_FROM_SERVICE_LAYER, staticTransientObjects, TYPE
-
Fields inherited from class de.hybris.platform.util.BridgeAbstraction
impl, tenant
-
-
Constructor Summary
Constructors Constructor Description GeneratedB2BDocumentType()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
addToDocument(B2BDocument value)
Generated method - Addsvalue
to document.void
addToDocument(SessionContext ctx, B2BDocument value)
Generated method - Addsvalue
to document.java.util.Map<Language,java.lang.String>
getAllName()
Generated method - Getter of theB2BDocumentType.name
attribute.java.util.Map<Language,java.lang.String>
getAllName(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.name
attribute.java.lang.String
getCode()
Generated method - Getter of theB2BDocumentType.code
attribute.java.lang.String
getCode(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.code
attribute.protected java.util.Map<java.lang.String,Item.AttributeMode>
getDefaultAttributeModes()
java.util.Collection<B2BDocument>
getDocument()
Generated method - Getter of theB2BDocumentType.document
attribute.java.util.Collection<B2BDocument>
getDocument(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.document
attribute.java.lang.String
getName()
Generated method - Getter of theB2BDocumentType.name
attribute.java.lang.String
getName(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.name
attribute.EnumerationValue
getPayableOrUsable()
Generated method - Getter of theB2BDocumentType.payableOrUsable
attribute.EnumerationValue
getPayableOrUsable(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.payableOrUsable
attribute.java.lang.Boolean
isDisplayInAllList()
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.java.lang.Boolean
isDisplayInAllList(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.boolean
isDisplayInAllListAsPrimitive()
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.boolean
isDisplayInAllListAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.java.lang.Boolean
isIncludeInOpenBalance()
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.java.lang.Boolean
isIncludeInOpenBalance(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.boolean
isIncludeInOpenBalanceAsPrimitive()
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.boolean
isIncludeInOpenBalanceAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.void
removeFromDocument(B2BDocument value)
Generated method - Removesvalue
from document.void
removeFromDocument(SessionContext ctx, B2BDocument value)
Generated method - Removesvalue
from document.void
setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theB2BDocumentType.name
attribute.void
setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theB2BDocumentType.name
attribute.void
setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocumentType.code
attribute.void
setCode(java.lang.String value)
Generated method - Setter of theB2BDocumentType.code
attribute.void
setDisplayInAllList(boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.void
setDisplayInAllList(SessionContext ctx, boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.void
setDisplayInAllList(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.void
setDisplayInAllList(java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.void
setDocument(SessionContext ctx, java.util.Collection<B2BDocument> value)
Generated method - Setter of theB2BDocumentType.document
attribute.void
setDocument(java.util.Collection<B2BDocument> value)
Generated method - Setter of theB2BDocumentType.document
attribute.void
setIncludeInOpenBalance(boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.void
setIncludeInOpenBalance(SessionContext ctx, boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.void
setIncludeInOpenBalance(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.void
setIncludeInOpenBalance(java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.void
setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocumentType.name
attribute.void
setName(java.lang.String value)
Generated method - Setter of theB2BDocumentType.name
attribute.void
setPayableOrUsable(EnumerationValue value)
Generated method - Setter of theB2BDocumentType.payableOrUsable
attribute.void
setPayableOrUsable(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BDocumentType.payableOrUsable
attribute.-
Methods inherited from class de.hybris.platform.jalo.GenericItem
createItem, getImplementation, getInitialProperties, getNonInitialAttributes, getRelatedItems, setRelatedItems
-
Methods inherited from class de.hybris.platform.jalo.c2l.LocalizableItem
getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllLocalizedProperties, getAllValuesSessionContext, getLocalizedProperty, getLocalizedProperty, getLocalizedPropertyInternal, getLocalizedPropertyNames, getLocalizedPropertyNames, hasLanguage, isEmptyValue, isFallbackEnabled, removeLocalizedProperty, removeLocalizedProperty, setAllLocalizedProperties, setAllLocalizedProperties, setLocalizedProperty, setLocalizedProperty
-
Methods inherited from class de.hybris.platform.jalo.ExtensibleItem
createNonClassAccessor, getAllProperties, getAllProperties, getProperty, getProperty, getPropertyNames, getPropertyNames, removeProperty, removeProperty, setAllProperties, setAllProperties, setProperty, setProperty
-
Methods inherited from class de.hybris.platform.jalo.Item
addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addLinkedItems, addNegativePermission, addPermission, addPositivePermission, assureExtensionsLoaded, changeTypeAfterCreation, checkConstraint, checkItemPermission, checkMandatoryAttribute, checkMandatoryAttribute, checkPermission, checkPermission, checkRemovable, clearPermission, compareTo, ctx, doAfterRemove, doBeforeRemove, equals, getAccessorFor, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributes, getAllAttributesInternal, getAllLinkedItems, getAndCheckCacheBoundItem, getAttribute, getAttribute, getCacheBoundItem, getComposedType, getComposedTypePK, getCreationTime, getCurrentlyRemovingCount, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItems, getLinkedItemsCount, getLinkedItemsCount, getLinkedItemsCount, getModificationTime, getNegativePermissions, getOwner, getPermissionMap, getPermissions, getPersistenceVersion, getPK, getPositivePermissions, getRestrictedPrincipals, getSession, getSyncObject, getTenant, getTransientObject, getTransientObjectMap, hashCode, hasRegisteredClassAccessorFor, internal_registerClassAccessorFor, internal_registerNonClassAccessorFor, invalidateLocalCaches, isAlive, isCacheBound, isCurrentlyRemoving, isCurrentlyRemoving, isEmptyRelationValue, isInCreate, isInstanceOf, isItemCheckBeforeRemoveableDisabled, isMarkModifiedDisabled, isRelationLocalizationFallbackEnabled, newInstance, notifyExtensionsAfterItemCreation, notifyExtensionsBeforeItemCreation, notifyItemRemoval, notifyManagerAboutItemRemoval, readResolve, registerAccessFor, registerAccessFor, registerJaloInvalidationListeners, remove, remove, removeItemCollection, removeItemCollection, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinkedItems, removeLinks, removePartOfItems, removePartOfItems, setAllAttributes, setAllAttributes, setAllAttributesInternal, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAllLinkedItems, setAttribute, setAttribute, setAttributeFromString, setAttributeFromString, setCacheBound, setComposedType, setCreationTime, setImplementation, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setLinkedItems, setModificationTime, setNonInitialAttributes, setOwner, setPermissionsByMap, setTransientObject, setUseTA, toString, useTA, writeReplace
-
Methods inherited from class de.hybris.platform.util.BridgeAbstraction
setTenant
-
-
-
-
Field Detail
-
CODE
public static final java.lang.String CODE
Qualifier of theB2BDocumentType.code
attribute- See Also:
- Constant Field Values
-
INCLUDEINOPENBALANCE
public static final java.lang.String INCLUDEINOPENBALANCE
Qualifier of theB2BDocumentType.includeInOpenBalance
attribute- See Also:
- Constant Field Values
-
DISPLAYINALLLIST
public static final java.lang.String DISPLAYINALLLIST
Qualifier of theB2BDocumentType.displayInAllList
attribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theB2BDocumentType.name
attribute- See Also:
- Constant Field Values
-
PAYABLEORUSABLE
public static final java.lang.String PAYABLEORUSABLE
Qualifier of theB2BDocumentType.payableOrUsable
attribute- See Also:
- Constant Field Values
-
DOCUMENT
public static final java.lang.String DOCUMENT
Qualifier of theB2BDocumentType.document
attribute- See Also:
- Constant Field Values
-
DOCUMENTHANDLER
protected static final OneToManyHandler<B2BDocument> DOCUMENTHANDLER
OneToManyHandler
for handling 1:n DOCUMENT's relation attributes from 'many' side.
-
DEFAULT_INITIAL_ATTRIBUTES
protected static final java.util.Map<java.lang.String,Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
-
-
Method Detail
-
getDefaultAttributeModes
protected java.util.Map<java.lang.String,Item.AttributeMode> getDefaultAttributeModes()
- Overrides:
getDefaultAttributeModes
in classItem
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.code
attribute.- Returns:
- the code - code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theB2BDocumentType.code
attribute.- Returns:
- the code - code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocumentType.code
attribute.- Parameters:
value
- the code - code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theB2BDocumentType.code
attribute.- Parameters:
value
- the code - code
-
isDisplayInAllList
public java.lang.Boolean isDisplayInAllList(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.- Returns:
- the displayInAllList - displayInAllList
-
isDisplayInAllList
public java.lang.Boolean isDisplayInAllList()
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.- Returns:
- the displayInAllList - displayInAllList
-
isDisplayInAllListAsPrimitive
public boolean isDisplayInAllListAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.- Returns:
- the displayInAllList - displayInAllList
-
isDisplayInAllListAsPrimitive
public boolean isDisplayInAllListAsPrimitive()
Generated method - Getter of theB2BDocumentType.displayInAllList
attribute.- Returns:
- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.- Parameters:
value
- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.- Parameters:
value
- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(SessionContext ctx, boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.- Parameters:
value
- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllList
attribute.- Parameters:
value
- the displayInAllList - displayInAllList
-
getDocument
public java.util.Collection<B2BDocument> getDocument(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.document
attribute.- Returns:
- the document
-
getDocument
public java.util.Collection<B2BDocument> getDocument()
Generated method - Getter of theB2BDocumentType.document
attribute.- Returns:
- the document
-
setDocument
public void setDocument(SessionContext ctx, java.util.Collection<B2BDocument> value)
Generated method - Setter of theB2BDocumentType.document
attribute.- Parameters:
value
- the document
-
setDocument
public void setDocument(java.util.Collection<B2BDocument> value)
Generated method - Setter of theB2BDocumentType.document
attribute.- Parameters:
value
- the document
-
addToDocument
public void addToDocument(SessionContext ctx, B2BDocument value)
Generated method - Addsvalue
to document.- Parameters:
value
- the item to add to document
-
addToDocument
public void addToDocument(B2BDocument value)
Generated method - Addsvalue
to document.- Parameters:
value
- the item to add to document
-
removeFromDocument
public void removeFromDocument(SessionContext ctx, B2BDocument value)
Generated method - Removesvalue
from document.- Parameters:
value
- the item to remove from document
-
removeFromDocument
public void removeFromDocument(B2BDocument value)
Generated method - Removesvalue
from document.- Parameters:
value
- the item to remove from document
-
isIncludeInOpenBalance
public java.lang.Boolean isIncludeInOpenBalance(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
isIncludeInOpenBalance
public java.lang.Boolean isIncludeInOpenBalance()
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
isIncludeInOpenBalanceAsPrimitive
public boolean isIncludeInOpenBalanceAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
isIncludeInOpenBalanceAsPrimitive
public boolean isIncludeInOpenBalanceAsPrimitive()
Generated method - Getter of theB2BDocumentType.includeInOpenBalance
attribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.- Parameters:
value
- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.- Parameters:
value
- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(SessionContext ctx, boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.- Parameters:
value
- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalance
attribute.- Parameters:
value
- the includeInOpenBalance - includeInOpenBalance
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.name
attribute.- Returns:
- the name - name
-
getName
public java.lang.String getName()
Generated method - Getter of theB2BDocumentType.name
attribute.- Returns:
- the name - name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.name
attribute.- Returns:
- the localized name - name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theB2BDocumentType.name
attribute.- Returns:
- the localized name - name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocumentType.name
attribute.- Parameters:
value
- the name - name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theB2BDocumentType.name
attribute.- Parameters:
value
- the name - name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theB2BDocumentType.name
attribute.- Parameters:
value
- the name - name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theB2BDocumentType.name
attribute.- Parameters:
value
- the name - name
-
getPayableOrUsable
public EnumerationValue getPayableOrUsable(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.payableOrUsable
attribute.- Returns:
- the payableOrUsable - payableOrUsable
-
getPayableOrUsable
public EnumerationValue getPayableOrUsable()
Generated method - Getter of theB2BDocumentType.payableOrUsable
attribute.- Returns:
- the payableOrUsable - payableOrUsable
-
setPayableOrUsable
public void setPayableOrUsable(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BDocumentType.payableOrUsable
attribute.- Parameters:
value
- the payableOrUsable - payableOrUsable
-
setPayableOrUsable
public void setPayableOrUsable(EnumerationValue value)
Generated method - Setter of theB2BDocumentType.payableOrUsable
attribute.- Parameters:
value
- the payableOrUsable - payableOrUsable
-
-