Class Organization
java.lang.Object
de.hybris.platform.partytmfwebservices.v1.dto.Party
de.hybris.platform.partytmfwebservices.v1.dto.Organization
Deprecated.
Organization represents a group of people identified by shared interests or purpose. Examples include business, department and enterprise. Because of the complex nature of many businesses, both organizations and organization units are represented by the same data.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionaddOrganizationChildRelationshipItem(OrganizationChildRelationship organizationChildRelationshipItem) Deprecated.addOrganizationIdentificationItem(OrganizationIdentification organizationIdentificationItem) Deprecated.addOtherNameItem(OtherNameOrganization otherNameItem) Deprecated.booleanDeprecated.existsDuring(TimePeriod existsDuring) Deprecated.@Valid TimePeriodDeprecated.Get existsDuringgetName()Deprecated.Organization name (department name for example)Deprecated.Type of the name : Co, Inc, Ltd,…@Valid List<OrganizationChildRelationship>Deprecated.Get organizationChildRelationship@Valid List<OrganizationIdentification>Deprecated.Get organizationIdentificationDeprecated.Get organizationParentRelationshipDeprecated.Type of Organization (company, department...)@Valid List<OtherNameOrganization>Deprecated.Get otherName@Valid OrganizationStateTypeDeprecated.Get statusDeprecated.Name that the organization (unit) trades underinthashCode()Deprecated.isHeadOffice(Boolean isHeadOffice) Deprecated.Deprecated.If value is true, the organization is the head officeDeprecated.If value is true, the organization is a legal entity known by a national referential.isLegalEntity(Boolean isLegalEntity) Deprecated.Deprecated.Deprecated.organizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) Deprecated.organizationIdentification(List<OrganizationIdentification> organizationIdentification) Deprecated.organizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) Deprecated.organizationType(String organizationType) Deprecated.otherName(List<OtherNameOrganization> otherName) Deprecated.voidsetExistsDuring(TimePeriod existsDuring) Deprecated.voidsetIsHeadOffice(Boolean isHeadOffice) Deprecated.voidsetIsLegalEntity(Boolean isLegalEntity) Deprecated.voidDeprecated.voidsetNameType(String nameType) Deprecated.voidsetOrganizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) Deprecated.voidsetOrganizationIdentification(List<OrganizationIdentification> organizationIdentification) Deprecated.voidsetOrganizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) Deprecated.voidsetOrganizationType(String organizationType) Deprecated.voidsetOtherName(List<OtherNameOrganization> otherName) Deprecated.voidsetStatus(OrganizationStateType status) Deprecated.voidsetTradingName(String tradingName) Deprecated.status(OrganizationStateType status) Deprecated.toString()Deprecated.tradingName(String tradingName) Deprecated.Methods inherited from class de.hybris.platform.partytmfwebservices.v1.dto.Party
addContactMediumItem, addCreditRatingItem, addExternalReferenceItem, addPartyCharacteristicItem, addRelatedPartyItem, addTaxExemptionCertificateItem, atBaseType, atSchemaLocation, atType, contactMedium, creditRating, externalReference, getAtBaseType, getAtSchemaLocation, getAtType, getContactMedium, getCreditRating, getExternalReference, getHref, getId, getPartyCharacteristic, getRelatedParty, getTaxExemptionCertificate, href, id, partyCharacteristic, relatedParty, setAtBaseType, setAtSchemaLocation, setAtType, setContactMedium, setCreditRating, setExternalReference, setHref, setId, setPartyCharacteristic, setRelatedParty, setTaxExemptionCertificate, taxExemptionCertificate
-
Constructor Details
-
Organization
public Organization()Deprecated.
-
-
Method Details
-
isHeadOffice
Deprecated. -
isIsHeadOffice
Deprecated.If value is true, the organization is the head office- Returns:
- isHeadOffice
-
setIsHeadOffice
Deprecated. -
isLegalEntity
Deprecated. -
isIsLegalEntity
Deprecated.If value is true, the organization is a legal entity known by a national referential.- Returns:
- isLegalEntity
-
setIsLegalEntity
Deprecated. -
name
Deprecated. -
getName
Deprecated.Organization name (department name for example)- Returns:
- name
-
setName
Deprecated. -
nameType
Deprecated. -
getNameType
Deprecated.Type of the name : Co, Inc, Ltd,…- Returns:
- nameType
-
setNameType
Deprecated. -
organizationType
Deprecated. -
getOrganizationType
Deprecated.Type of Organization (company, department...)- Returns:
- organizationType
-
setOrganizationType
Deprecated. -
tradingName
Deprecated. -
getTradingName
Deprecated.Name that the organization (unit) trades under- Returns:
- tradingName
-
setTradingName
Deprecated. -
existsDuring
Deprecated. -
getExistsDuring
Deprecated.Get existsDuring- Returns:
- existsDuring
-
setExistsDuring
Deprecated. -
organizationChildRelationship
public Organization organizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) Deprecated. -
addOrganizationChildRelationshipItem
public Organization addOrganizationChildRelationshipItem(OrganizationChildRelationship organizationChildRelationshipItem) Deprecated. -
getOrganizationChildRelationship
Deprecated.Get organizationChildRelationship- Returns:
- organizationChildRelationship
-
setOrganizationChildRelationship
public void setOrganizationChildRelationship(List<OrganizationChildRelationship> organizationChildRelationship) Deprecated. -
organizationIdentification
public Organization organizationIdentification(List<OrganizationIdentification> organizationIdentification) Deprecated. -
addOrganizationIdentificationItem
public Organization addOrganizationIdentificationItem(OrganizationIdentification organizationIdentificationItem) Deprecated. -
getOrganizationIdentification
Deprecated.Get organizationIdentification- Returns:
- organizationIdentification
-
setOrganizationIdentification
public void setOrganizationIdentification(List<OrganizationIdentification> organizationIdentification) Deprecated. -
organizationParentRelationship
public Organization organizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) Deprecated. -
getOrganizationParentRelationship
Deprecated.Get organizationParentRelationship- Returns:
- organizationParentRelationship
-
setOrganizationParentRelationship
public void setOrganizationParentRelationship(OrganizationParentRelationship organizationParentRelationship) Deprecated. -
otherName
Deprecated. -
addOtherNameItem
Deprecated. -
getOtherName
Deprecated.Get otherName- Returns:
- otherName
-
setOtherName
Deprecated. -
status
Deprecated. -
getStatus
Deprecated.Get status- Returns:
- status
-
setStatus
Deprecated. -
equals
Deprecated. -
hashCode
public int hashCode()Deprecated. -
toString
Deprecated.
-