public class OrgUnitModel extends CompanyModel
AbstractItemModel.NewModelContextFactory| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
_TYPECODE
Generated model type code constant.
|
static java.lang.String |
ACTIVE
Generated constant - Attribute key of
OrgUnit.active attribute defined at extension commerceservices. |
static java.lang.String |
PATH
Generated constant - Attribute key of
OrgUnit.path attribute defined at extension commerceservices. |
ADDRESSES, BILLINGADDRESS, BILLINGADDRESSES, BUYER, BUYERSPECIFICID, CARRIER, CONTACT, CONTACTADDRESS, CONTACTADDRESSES, COUNTRY, DUNSID, ID, ILNID, LINEOFBUISNESS, MANUFACTURER, MEDIAS, PROVIDEDCATALOGS, PURCHASEDCATALOGS, RESPONSIBLECOMPANY, SHIPPINGADDRESS, SHIPPINGADDRESSES, SUPPLIER, SUPPLIERSPECIFICID, UNLOADINGADDRESS, UNLOADINGADDRESSES, VATID_BACKOFFICESAVEDQUERY2USERGROUPRELATION, _SAMLUSERGROUPTOUSERGROUPRELATION, _SCIMUSERGROUPTOUSERGROUPRELATION, _USERGROUPSFORRESTRICTION, _VENDOR2USERGROUPRELATION, HMCXML, READABLELANGUAGES, RESTRICTIONS, SAMLUSERGROUPS, SAVEDQUERIES, SCIMUSERGROUPS, USERDISCOUNTGROUP, USERPRICEGROUP, USERTAXGROUP, VENDOR, WRITEABLELANGUAGES_PRINCIPALGROUPRELATION, LOCNAME, MAXBRUTEFORCELOGINATTEMPTS, MEMBERS_CATEGORY2PRINCIPALRELATION, _COMMENTWATCHERRELATION, _PRINCIPAL2COCKPITUICOMPONENTREADACCESSRELATION, _PRINCIPAL2COCKPITUICOMPONENTWRITEACCESSRELATION, _SYNCITEMJOB2PRINCIPAL, _WORKFLOWTEMPLATE2PRINCIPALRELATION, ACCESSIBLECATEGORIES, ALLGROUPS, ALLSEARCHRESTRICTIONS, BACKOFFICELOGINDISABLED, CN, COCKPITUICONFIGURATIONS, DESCRIPTION, DISPLAYNAME, DN, GROUPS, LDAPSEARCHBASE, NAME, PROFILEPICTURE, READABLECATALOGVERSIONS, READABLECOCKPITUICOMPONENTS, READABSTRACTLINKENTRY, READCOLLECTIONS, READSAVEDQUERIES, SEARCHRESTRICTIONS, SYNCJOBS, UID, VISIBLETEMPLATES, WATCHEDCOMMENTS, WRITABLECATALOGVERSIONS, WRITABLECOCKPITUICOMPONENTS, WRITECOLLECTIONS_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDLANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY| Constructor and Description |
|---|
OrgUnitModel()
Generated constructor - Default constructor for generic creation.
|
OrgUnitModel(ItemModelContext ctx)
Generated constructor - Default constructor for creation with existing context
|
OrgUnitModel(ItemModel _owner,
java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
OrgUnitModel(java.lang.String _uid)
Deprecated.
since 4.1.1 Please use the default constructor without parameters
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Boolean |
getActive()
Generated method - Getter of the
OrgUnit.active attribute defined at extension commerceservices. |
java.lang.String |
getPath()
Generated method - Getter of the
OrgUnit.path attribute defined at extension commerceservices. |
void |
setActive(java.lang.Boolean value)
Generated method - Setter of
OrgUnit.active attribute defined at extension commerceservices. |
void |
setPath(java.lang.String value)
Generated method - Setter of
OrgUnit.path attribute defined at extension commerceservices. |
getAddresses, getBillingAddress, getBillingAddresses, getBuyer, getBuyerSpecificID, getCarrier, getContact, getContactAddress, getContactAddresses, getCountry, getDunsID, getId, getIlnID, getLineOfBuisness, getManufacturer, getMedias, getProvidedCatalogs, getPurchasedCatalogs, getResponsibleCompany, getShippingAddress, getShippingAddresses, getSupplier, getSupplierSpecificID, getUnloadingAddress, getUnloadingAddresses, getVatID, setAddresses, setBillingAddress, setBuyer, setBuyerSpecificID, setCarrier, setContact, setContactAddress, setCountry, setDunsID, setId, setIlnID, setLineOfBuisness, setManufacturer, setMedias, setResponsibleCompany, setShippingAddress, setSupplier, setSupplierSpecificID, setUnloadingAddress, setVatIDgetHmcXML, getReadableLanguages, getRestrictions, getSavedQueries, getScimUserGroups, getUserDiscountGroup, getUserPriceGroup, getUserTaxGroup, getVendor, getWriteableLanguages, setHmcXML, setReadableLanguages, setRestrictions, setSavedQueries, setScimUserGroups, setUserDiscountGroup, setUserPriceGroup, setUserTaxGroup, setVendor, setWriteableLanguagesgetLocname, getLocName, getLocname, getLocName, getMaxBruteForceLoginAttempts, getMembers, setLocname, setLocName, setLocname, setLocName, setMaxBruteForceLoginAttempts, setMembersgetAccessibleCategories, getAllgroups, getAllGroups, getAllsearchrestrictions, getAllSearchRestrictions, getBackOfficeLoginDisabled, getCN, getCockpitUIConfigurations, getDescription, getDisplayName, getDisplayName, getDN, getGroups, getLdapsearchbase, getName, getProfilePicture, getReadableCatalogVersions, getReadableCockpitUIComponents, getReadAbstractLinkEntry, getReadCollections, getReadSavedQueries, getSearchrestrictions, getSearchRestrictions, getSyncJobs, getUid, getVisibleTemplates, getWatchedComments, getWritableCatalogVersions, getWritableCockpitUIComponents, getWriteCollections, setBackOfficeLoginDisabled, setCN, setCockpitUIConfigurations, setDescription, setDN, setGroups, setLdapsearchbase, setName, setProfilePicture, setReadableCatalogVersions, setReadableCockpitUIComponents, setReadAbstractLinkEntry, setReadCollections, setReadSavedQueries, setSyncJobs, setUid, setVisibleTemplates, setWatchedComments, setWritableCatalogVersions, setWritableCockpitUIComponents, setWriteCollectionsgetComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerequals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplacepublic static final java.lang.String _TYPECODE
public static final java.lang.String ACTIVE
OrgUnit.active attribute defined at extension commerceservices.public static final java.lang.String PATH
OrgUnit.path attribute defined at extension commerceservices.public OrgUnitModel()
public OrgUnitModel(ItemModelContext ctx)
ctx - the model context to be injected, must not be null@Deprecated public OrgUnitModel(java.lang.String _uid)
_uid - initial attribute declared by type Principal at extension core@Deprecated public OrgUnitModel(ItemModel _owner, java.lang.String _uid)
_owner - initial attribute declared by type Item at extension core_uid - initial attribute declared by type Principal at extension core@Accessor(qualifier="active", type=GETTER) public java.lang.Boolean getActive()
OrgUnit.active attribute defined at extension commerceservices.@Accessor(qualifier="path", type=GETTER) public java.lang.String getPath()
OrgUnit.path attribute defined at extension commerceservices.@Accessor(qualifier="active", type=SETTER) public void setActive(java.lang.Boolean value)
OrgUnit.active attribute defined at extension commerceservices.value - the active@Accessor(qualifier="path", type=SETTER) public void setPath(java.lang.String value)
OrgUnit.path attribute defined at extension commerceservices.value - the path - Flat representation of the path of traversal to reach the OrgUnit from the root of its organization.Copyright © 2018 SAP SE. All Rights Reserved.