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.StringCODEQualifier of theB2BDocumentType.codeattributeprotected static java.util.Map<java.lang.String,Item.AttributeMode>DEFAULT_INITIAL_ATTRIBUTESstatic java.lang.StringDISPLAYINALLLISTQualifier of theB2BDocumentType.displayInAllListattributestatic java.lang.StringDOCUMENTQualifier of theB2BDocumentType.documentattributeprotected static OneToManyHandler<B2BDocument>DOCUMENTHANDLEROneToManyHandlerfor handling 1:n DOCUMENT's relation attributes from 'many' side.static java.lang.StringINCLUDEINOPENBALANCEQualifier of theB2BDocumentType.includeInOpenBalanceattributestatic java.lang.StringNAMEQualifier of theB2BDocumentType.nameattributestatic java.lang.StringPAYABLEORUSABLEQualifier of theB2BDocumentType.payableOrUsableattribute-
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 voidaddToDocument(B2BDocument value)Generated method - Addsvalueto document.voidaddToDocument(SessionContext ctx, B2BDocument value)Generated method - Addsvalueto document.java.util.Map<Language,java.lang.String>getAllName()Generated method - Getter of theB2BDocumentType.nameattribute.java.util.Map<Language,java.lang.String>getAllName(SessionContext ctx)Generated method - Getter of theB2BDocumentType.nameattribute.java.lang.StringgetCode()Generated method - Getter of theB2BDocumentType.codeattribute.java.lang.StringgetCode(SessionContext ctx)Generated method - Getter of theB2BDocumentType.codeattribute.protected java.util.Map<java.lang.String,Item.AttributeMode>getDefaultAttributeModes()java.util.Collection<B2BDocument>getDocument()Generated method - Getter of theB2BDocumentType.documentattribute.java.util.Collection<B2BDocument>getDocument(SessionContext ctx)Generated method - Getter of theB2BDocumentType.documentattribute.java.lang.StringgetName()Generated method - Getter of theB2BDocumentType.nameattribute.java.lang.StringgetName(SessionContext ctx)Generated method - Getter of theB2BDocumentType.nameattribute.EnumerationValuegetPayableOrUsable()Generated method - Getter of theB2BDocumentType.payableOrUsableattribute.EnumerationValuegetPayableOrUsable(SessionContext ctx)Generated method - Getter of theB2BDocumentType.payableOrUsableattribute.java.lang.BooleanisDisplayInAllList()Generated method - Getter of theB2BDocumentType.displayInAllListattribute.java.lang.BooleanisDisplayInAllList(SessionContext ctx)Generated method - Getter of theB2BDocumentType.displayInAllListattribute.booleanisDisplayInAllListAsPrimitive()Generated method - Getter of theB2BDocumentType.displayInAllListattribute.booleanisDisplayInAllListAsPrimitive(SessionContext ctx)Generated method - Getter of theB2BDocumentType.displayInAllListattribute.java.lang.BooleanisIncludeInOpenBalance()Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.java.lang.BooleanisIncludeInOpenBalance(SessionContext ctx)Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.booleanisIncludeInOpenBalanceAsPrimitive()Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.booleanisIncludeInOpenBalanceAsPrimitive(SessionContext ctx)Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.voidremoveFromDocument(B2BDocument value)Generated method - Removesvaluefrom document.voidremoveFromDocument(SessionContext ctx, B2BDocument value)Generated method - Removesvaluefrom document.voidsetAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)Generated method - Setter of theB2BDocumentType.nameattribute.voidsetAllName(java.util.Map<Language,java.lang.String> value)Generated method - Setter of theB2BDocumentType.nameattribute.voidsetCode(SessionContext ctx, java.lang.String value)Generated method - Setter of theB2BDocumentType.codeattribute.voidsetCode(java.lang.String value)Generated method - Setter of theB2BDocumentType.codeattribute.voidsetDisplayInAllList(boolean value)Generated method - Setter of theB2BDocumentType.displayInAllListattribute.voidsetDisplayInAllList(SessionContext ctx, boolean value)Generated method - Setter of theB2BDocumentType.displayInAllListattribute.voidsetDisplayInAllList(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theB2BDocumentType.displayInAllListattribute.voidsetDisplayInAllList(java.lang.Boolean value)Generated method - Setter of theB2BDocumentType.displayInAllListattribute.voidsetDocument(SessionContext ctx, java.util.Collection<B2BDocument> value)Generated method - Setter of theB2BDocumentType.documentattribute.voidsetDocument(java.util.Collection<B2BDocument> value)Generated method - Setter of theB2BDocumentType.documentattribute.voidsetIncludeInOpenBalance(boolean value)Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.voidsetIncludeInOpenBalance(SessionContext ctx, boolean value)Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.voidsetIncludeInOpenBalance(SessionContext ctx, java.lang.Boolean value)Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.voidsetIncludeInOpenBalance(java.lang.Boolean value)Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.voidsetName(SessionContext ctx, java.lang.String value)Generated method - Setter of theB2BDocumentType.nameattribute.voidsetName(java.lang.String value)Generated method - Setter of theB2BDocumentType.nameattribute.voidsetPayableOrUsable(EnumerationValue value)Generated method - Setter of theB2BDocumentType.payableOrUsableattribute.voidsetPayableOrUsable(SessionContext ctx, EnumerationValue value)Generated method - Setter of theB2BDocumentType.payableOrUsableattribute.-
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.codeattribute- See Also:
- Constant Field Values
-
INCLUDEINOPENBALANCE
public static final java.lang.String INCLUDEINOPENBALANCE
Qualifier of theB2BDocumentType.includeInOpenBalanceattribute- See Also:
- Constant Field Values
-
DISPLAYINALLLIST
public static final java.lang.String DISPLAYINALLLIST
Qualifier of theB2BDocumentType.displayInAllListattribute- See Also:
- Constant Field Values
-
NAME
public static final java.lang.String NAME
Qualifier of theB2BDocumentType.nameattribute- See Also:
- Constant Field Values
-
PAYABLEORUSABLE
public static final java.lang.String PAYABLEORUSABLE
Qualifier of theB2BDocumentType.payableOrUsableattribute- See Also:
- Constant Field Values
-
DOCUMENT
public static final java.lang.String DOCUMENT
Qualifier of theB2BDocumentType.documentattribute- See Also:
- Constant Field Values
-
DOCUMENTHANDLER
protected static final OneToManyHandler<B2BDocument> DOCUMENTHANDLER
OneToManyHandlerfor 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:
getDefaultAttributeModesin classItem
-
getCode
public java.lang.String getCode(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.codeattribute.- Returns:
- the code - code
-
getCode
public java.lang.String getCode()
Generated method - Getter of theB2BDocumentType.codeattribute.- Returns:
- the code - code
-
setCode
public void setCode(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocumentType.codeattribute.- Parameters:
value- the code - code
-
setCode
public void setCode(java.lang.String value)
Generated method - Setter of theB2BDocumentType.codeattribute.- Parameters:
value- the code - code
-
isDisplayInAllList
public java.lang.Boolean isDisplayInAllList(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.displayInAllListattribute.- Returns:
- the displayInAllList - displayInAllList
-
isDisplayInAllList
public java.lang.Boolean isDisplayInAllList()
Generated method - Getter of theB2BDocumentType.displayInAllListattribute.- Returns:
- the displayInAllList - displayInAllList
-
isDisplayInAllListAsPrimitive
public boolean isDisplayInAllListAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.displayInAllListattribute.- Returns:
- the displayInAllList - displayInAllList
-
isDisplayInAllListAsPrimitive
public boolean isDisplayInAllListAsPrimitive()
Generated method - Getter of theB2BDocumentType.displayInAllListattribute.- Returns:
- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllListattribute.- Parameters:
value- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllListattribute.- Parameters:
value- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(SessionContext ctx, boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllListattribute.- Parameters:
value- the displayInAllList - displayInAllList
-
setDisplayInAllList
public void setDisplayInAllList(boolean value)
Generated method - Setter of theB2BDocumentType.displayInAllListattribute.- Parameters:
value- the displayInAllList - displayInAllList
-
getDocument
public java.util.Collection<B2BDocument> getDocument(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.documentattribute.- Returns:
- the document
-
getDocument
public java.util.Collection<B2BDocument> getDocument()
Generated method - Getter of theB2BDocumentType.documentattribute.- Returns:
- the document
-
setDocument
public void setDocument(SessionContext ctx, java.util.Collection<B2BDocument> value)
Generated method - Setter of theB2BDocumentType.documentattribute.- Parameters:
value- the document
-
setDocument
public void setDocument(java.util.Collection<B2BDocument> value)
Generated method - Setter of theB2BDocumentType.documentattribute.- Parameters:
value- the document
-
addToDocument
public void addToDocument(SessionContext ctx, B2BDocument value)
Generated method - Addsvalueto document.- Parameters:
value- the item to add to document
-
addToDocument
public void addToDocument(B2BDocument value)
Generated method - Addsvalueto document.- Parameters:
value- the item to add to document
-
removeFromDocument
public void removeFromDocument(SessionContext ctx, B2BDocument value)
Generated method - Removesvaluefrom document.- Parameters:
value- the item to remove from document
-
removeFromDocument
public void removeFromDocument(B2BDocument value)
Generated method - Removesvaluefrom document.- Parameters:
value- the item to remove from document
-
isIncludeInOpenBalance
public java.lang.Boolean isIncludeInOpenBalance(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
isIncludeInOpenBalance
public java.lang.Boolean isIncludeInOpenBalance()
Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
isIncludeInOpenBalanceAsPrimitive
public boolean isIncludeInOpenBalanceAsPrimitive(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
isIncludeInOpenBalanceAsPrimitive
public boolean isIncludeInOpenBalanceAsPrimitive()
Generated method - Getter of theB2BDocumentType.includeInOpenBalanceattribute.- Returns:
- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(SessionContext ctx, java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.- Parameters:
value- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(java.lang.Boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.- Parameters:
value- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(SessionContext ctx, boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.- Parameters:
value- the includeInOpenBalance - includeInOpenBalance
-
setIncludeInOpenBalance
public void setIncludeInOpenBalance(boolean value)
Generated method - Setter of theB2BDocumentType.includeInOpenBalanceattribute.- Parameters:
value- the includeInOpenBalance - includeInOpenBalance
-
getName
public java.lang.String getName(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.nameattribute.- Returns:
- the name - name
-
getName
public java.lang.String getName()
Generated method - Getter of theB2BDocumentType.nameattribute.- Returns:
- the name - name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.nameattribute.- Returns:
- the localized name - name
-
getAllName
public java.util.Map<Language,java.lang.String> getAllName()
Generated method - Getter of theB2BDocumentType.nameattribute.- Returns:
- the localized name - name
-
setName
public void setName(SessionContext ctx, java.lang.String value)
Generated method - Setter of theB2BDocumentType.nameattribute.- Parameters:
value- the name - name
-
setName
public void setName(java.lang.String value)
Generated method - Setter of theB2BDocumentType.nameattribute.- Parameters:
value- the name - name
-
setAllName
public void setAllName(SessionContext ctx, java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theB2BDocumentType.nameattribute.- Parameters:
value- the name - name
-
setAllName
public void setAllName(java.util.Map<Language,java.lang.String> value)
Generated method - Setter of theB2BDocumentType.nameattribute.- Parameters:
value- the name - name
-
getPayableOrUsable
public EnumerationValue getPayableOrUsable(SessionContext ctx)
Generated method - Getter of theB2BDocumentType.payableOrUsableattribute.- Returns:
- the payableOrUsable - payableOrUsable
-
getPayableOrUsable
public EnumerationValue getPayableOrUsable()
Generated method - Getter of theB2BDocumentType.payableOrUsableattribute.- Returns:
- the payableOrUsable - payableOrUsable
-
setPayableOrUsable
public void setPayableOrUsable(SessionContext ctx, EnumerationValue value)
Generated method - Setter of theB2BDocumentType.payableOrUsableattribute.- Parameters:
value- the payableOrUsable - payableOrUsable
-
setPayableOrUsable
public void setPayableOrUsable(EnumerationValue value)
Generated method - Setter of theB2BDocumentType.payableOrUsableattribute.- Parameters:
value- the payableOrUsable - payableOrUsable
-
-