Class Organization
- java.lang.Object
-
- org.openbravo.base.structure.BaseOBObject
-
- org.openbravo.model.common.enterprise.Organization
-
- All Implemented Interfaces:
Serializable
,BaseOBObjectDef
,OBNotSingleton
,OBProvidable
,ActiveEnabled
,ClientEnabled
,DynamicEnabled
,Identifiable
,Traceable
public class Organization extends BaseOBObject implements Traceable, ClientEnabled, ActiveEnabled
Entity class for entity Organization (stored in table AD_Org).
Help: The Organization Tab is used to define an Organization. Each Organization has a Key and Name and optionally a Description. When adding a new organization, you must re-login to be able to access the new organization. Please note that you will not be able to create new entities in this window if you have not set defaults for all mandatory values!
NOTE: This class should not be instantiated directly. To instantiate this class theOBProvider
should be used.- See Also:
- Serialized Form
-
-
Field Summary
Fields Modifier and Type Field Description static String
ENTITY_NAME
static String
PROPERTY_ACTIVE
Property active stored in column IsActive in table AD_Orgstatic String
PROPERTY_ALLOWPERIODCONTROL
Property allowPeriodControl stored in column IsPeriodControlAllowed in table AD_Org
Help: An organization that is checked as business unit or as a legal entity can open and close a period control.static String
PROPERTY_APRMGLITEM
Property aPRMGlitem stored in column EM_APRM_Glitem_ID in table AD_Org
Help: Default G/L Item used for Funds Transfer Process in Financial Account Windowstatic String
PROPERTY_BUSINESSUNITORGANIZATION
Property businessUnitOrganization stored in column AD_Businessunit_Org_ID in table AD_Org
Help: Business Unit Organization.static String
PROPERTY_CALENDAR
Property calendar stored in column C_Calendar_ID in table AD_Org
Help: The Calendar uniquely identifies an accounting calendar. Multiple calendars can be used. For example you may need a standard calendar that runs from Jan 1 to Dec 31 and a fiscal calendar that runs from July 1 to June 30.static String
PROPERTY_CALENDAROWNERORGANIZATION
Property calendarOwnerOrganization stored in column AD_Calendarowner_Org_ID in table AD_Org
Help: Organization that owns Calendar.static String
PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Orgstatic String
PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table AD_Orgstatic String
PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Orgstatic String
PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table AD_Org
Help: Indicates the currency to be used when processing this document.static String
PROPERTY_DESCRIPTION
Property description stored in column Description in table AD_Org
Help: A description is limited to 255 characters.static String
PROPERTY_EXTBPCONFIG
Property extbpConfig stored in column C_Extbp_Config_ID in table AD_Org
Help: Configuration to connect to the CRM system API, and which also defines the properties and filters used by Openbravo to map with the external system information.static String
PROPERTY_EXTBPENABLED
Property extbpEnabled stored in column C_Extbp_Enabled in table AD_Org
Help: It allows to configure an integration with an external CRM systemstatic String
PROPERTY_GENERALLEDGER
Property generalLedger stored in column C_Acctschema_ID in table AD_Org
Help: The book containing all financial transactions recorded for the legal entity.static String
PROPERTY_ID
Property id stored in column AD_Org_ID in table AD_Org
Help: An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.static String
PROPERTY_INHERITEDCALENDAR
Property inheritedCalendar stored in column AD_Inheritedcalendar_ID in table AD_Org
Help: Inerited Calendar from the organization that owns it.static String
PROPERTY_LANGUAGE
Property language stored in column Language in table AD_Org
Help: The Language identifies the language to use for displaystatic String
PROPERTY_LEGALENTITYORGANIZATION
Property legalEntityOrganization stored in column AD_Legalentity_Org_ID in table AD_Org
Help: Legal Entity Organization.static String
PROPERTY_NAME
Property name stored in column Name in table AD_Orgstatic String
PROPERTY_ORGANIZATIONINFORMATIONLIST
Property organizationInformationList stored in table AD_Orgstatic String
PROPERTY_ORGANIZATIONLANGUAGELIST
Property organizationLanguageList stored in table AD_Orgstatic String
PROPERTY_ORGANIZATIONTYPE
Property organizationType stored in column AD_Orgtype_ID in table AD_Org
Help: Each organization belongs to an organization type defined in the systemstatic String
PROPERTY_ORGANIZATIONWAREHOUSELIST
Property organizationWarehouseList stored in table AD_Orgstatic String
PROPERTY_PERIODCONTROLALLOWEDORGANIZATION
Property periodControlAllowedOrganization stored in column AD_Periodcontrolallowed_Org_ID in table AD_Org
Help: Organizarion that has Period Control Allowed flag true.static String
PROPERTY_READY
Property ready stored in column IsReady in table AD_Org
Help: While the organization is not ready, it can be moved inside the organization's tree. A not ready organization can not execute transactions.static String
PROPERTY_REPRINTDOCUMENTS
Property reprintDocuments stored in column Reprint_Documents in table AD_Org
Help: Allows to set whether reprintable documents are enabled or disabled for a given organization. When enabled, it is guaranteed that subsequent reprints at different points in time of the same document generate the same printable document. If it is not explicitly enabled for a given organization, then closest configuration in the parent organization tree is applied.static String
PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table AD_Org
Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.static String
PROPERTY_SOCIALNAME
Property socialName stored in column Social_Name in table AD_Org
Help: This column refer to the legal name of the organization.static String
PROPERTY_SUMMARYLEVEL
Property summaryLevel stored in column IsSummary in table AD_Org
Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.static String
PROPERTY_TIMEZONE
Property timezone stored in column Timezone in table AD_Org
Help: Contains the definition of a Time zone according to Java's ZoneId class. This can be used to determine the time zone that should be used for a Datestatic String
PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Orgstatic String
PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table AD_Orgstatic String
TABLE_NAME
-
Fields inherited from class org.openbravo.base.structure.BaseOBObject
ID
-
-
Constructor Summary
Constructors Constructor Description Organization()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GLItem
getAPRMGlitem()
Organization
getBusinessUnitOrganization()
Calendar
getCalendar()
Organization
getCalendarOwnerOrganization()
Client
getClient()
Client fieldUser
getCreatedBy()
Created by audit userDate
getCreationDate()
Creation date of auditCurrency
getCurrency()
String
getDescription()
String
getEntityName()
ExternalBusinessPartnerConfig
getExtbpConfig()
AcctSchema
getGeneralLedger()
String
getId()
Calendar
getInheritedCalendar()
Language
getLanguage()
Organization
getLegalEntityOrganization()
String
getName()
List<OrganizationInformation>
getOrganizationInformationList()
Help: The Organization Info Tab is used to define an Organization's address, DUNS number and Tax Identification numberList<OrganizationLanguage>
getOrganizationLanguageList()
Help: The Organization Language Tab is used to define the non system languages available for an specific organizationOrganizationType
getOrganizationType()
List<OrgWarehouse>
getOrganizationWarehouseList()
Help: Defines the on-hand warehouses of an Organization and its usage priority.Organization
getPeriodControlAllowedOrganization()
String
getReprintDocuments()
String
getSearchKey()
String
getSocialName()
String
getTimezone()
Date
getUpdated()
Update date of auditUser
getUpdatedBy()
Update by audit userBoolean
isActive()
Gets active fieldBoolean
isAllowPeriodControl()
Boolean
isExtbpEnabled()
Boolean
isReady()
Boolean
isSummaryLevel()
void
setActive(Boolean active)
Sets active fieldvoid
setAllowPeriodControl(Boolean allowPeriodControl)
void
setAPRMGlitem(GLItem aPRMGlitem)
void
setBusinessUnitOrganization(Organization businessUnitOrganization)
void
setCalendar(Calendar calendar)
void
setCalendarOwnerOrganization(Organization calendarOwnerOrganization)
void
setClient(Client client)
Client fieldvoid
setCreatedBy(User createdBy)
Created by audit uservoid
setCreationDate(Date creationDate)
Creation date of auditvoid
setCurrency(Currency currency)
void
setDescription(String description)
void
setExtbpConfig(ExternalBusinessPartnerConfig extbpConfig)
void
setExtbpEnabled(Boolean extbpEnabled)
void
setGeneralLedger(AcctSchema generalLedger)
void
setId(String id)
void
setInheritedCalendar(Calendar inheritedCalendar)
void
setLanguage(Language language)
void
setLegalEntityOrganization(Organization legalEntityOrganization)
void
setName(String name)
void
setOrganizationInformationList(List<OrganizationInformation> organizationInformationList)
Help: The Organization Info Tab is used to define an Organization's address, DUNS number and Tax Identification numbervoid
setOrganizationLanguageList(List<OrganizationLanguage> organizationLanguageList)
Help: The Organization Language Tab is used to define the non system languages available for an specific organizationvoid
setOrganizationType(OrganizationType organizationType)
void
setOrganizationWarehouseList(List<OrgWarehouse> organizationWarehouseList)
Help: Defines the on-hand warehouses of an Organization and its usage priority.void
setPeriodControlAllowedOrganization(Organization periodControlAllowedOrganization)
void
setReady(Boolean ready)
void
setReprintDocuments(String reprintDocuments)
void
setSearchKey(String searchKey)
void
setSocialName(String socialName)
void
setSummaryLevel(Boolean summaryLevel)
void
setTimezone(String timezone)
void
setUpdated(Date updated)
Update date of auditvoid
setUpdatedBy(User updatedBy)
Update by audit user-
Methods inherited from class org.openbravo.base.structure.BaseOBObject
checkDerivedReadable, get, get, get, getEntity, getIdentifier, getValue, isAllowRead, isNewOBObject, isOrgClientAccessCheckEnabled, isWriteAccessCheckEnabled, set, setAccessChecks, setAllowRead, setDefaultValue, setId, setNewOBObject, setValue, toString, validate
-
-
-
-
Field Detail
-
TABLE_NAME
public static final String TABLE_NAME
- See Also:
- Constant Field Values
-
ENTITY_NAME
public static final String ENTITY_NAME
- See Also:
- Constant Field Values
-
PROPERTY_ID
public static final String PROPERTY_ID
Property id stored in column AD_Org_ID in table AD_Org
Help: An organization is a unit of your client or legal entity - examples are store, department. You can share data between organizations.- See Also:
- Constant Field Values
-
PROPERTY_CLIENT
public static final String PROPERTY_CLIENT
Property client stored in column AD_Client_ID in table AD_Org- See Also:
ClientEnabled
, Constant Field Values
-
PROPERTY_ACTIVE
public static final String PROPERTY_ACTIVE
Property active stored in column IsActive in table AD_Org- See Also:
ActiveEnabled
, Constant Field Values
-
PROPERTY_CREATIONDATE
public static final String PROPERTY_CREATIONDATE
Property creationDate stored in column Created in table AD_Org- See Also:
Traceable
, Constant Field Values
-
PROPERTY_CREATEDBY
public static final String PROPERTY_CREATEDBY
Property createdBy stored in column CreatedBy in table AD_Org- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATED
public static final String PROPERTY_UPDATED
Property updated stored in column Updated in table AD_Org- See Also:
Traceable
, Constant Field Values
-
PROPERTY_UPDATEDBY
public static final String PROPERTY_UPDATEDBY
Property updatedBy stored in column UpdatedBy in table AD_Org- See Also:
Traceable
, Constant Field Values
-
PROPERTY_SEARCHKEY
public static final String PROPERTY_SEARCHKEY
Property searchKey stored in column Value in table AD_Org
Help: A search key allows for a fast method of finding a particular record. If you leave the search key empty, the system automatically creates a numeric number originating from a document sequence defined in the "Document Sequence" window. The sequence naming convention follows a rule "DocumentNo_TableName", where TableName is the actual name of the database table (e.g. C_Order). Usually, company's internal identifiers for various records (products, customers, etc) are stored here.- See Also:
- Constant Field Values
-
PROPERTY_NAME
public static final String PROPERTY_NAME
Property name stored in column Name in table AD_Org- See Also:
- Constant Field Values
-
PROPERTY_DESCRIPTION
public static final String PROPERTY_DESCRIPTION
Property description stored in column Description in table AD_Org
Help: A description is limited to 255 characters.- See Also:
- Constant Field Values
-
PROPERTY_SUMMARYLEVEL
public static final String PROPERTY_SUMMARYLEVEL
Property summaryLevel stored in column IsSummary in table AD_Org
Help: A summary entity represents a branch in a tree rather than an end-node. Summary entities are used for reporting and do not have own values.- See Also:
- Constant Field Values
-
PROPERTY_ORGANIZATIONTYPE
public static final String PROPERTY_ORGANIZATIONTYPE
Property organizationType stored in column AD_Orgtype_ID in table AD_Org
Help: Each organization belongs to an organization type defined in the system- See Also:
- Constant Field Values
-
PROPERTY_ALLOWPERIODCONTROL
public static final String PROPERTY_ALLOWPERIODCONTROL
Property allowPeriodControl stored in column IsPeriodControlAllowed in table AD_Org
Help: An organization that is checked as business unit or as a legal entity can open and close a period control.- See Also:
- Constant Field Values
-
PROPERTY_CALENDAR
public static final String PROPERTY_CALENDAR
Property calendar stored in column C_Calendar_ID in table AD_Org
Help: The Calendar uniquely identifies an accounting calendar. Multiple calendars can be used. For example you may need a standard calendar that runs from Jan 1 to Dec 31 and a fiscal calendar that runs from July 1 to June 30.- See Also:
- Constant Field Values
-
PROPERTY_READY
public static final String PROPERTY_READY
Property ready stored in column IsReady in table AD_Org
Help: While the organization is not ready, it can be moved inside the organization's tree. A not ready organization can not execute transactions.- See Also:
- Constant Field Values
-
PROPERTY_SOCIALNAME
public static final String PROPERTY_SOCIALNAME
Property socialName stored in column Social_Name in table AD_Org
Help: This column refer to the legal name of the organization.- See Also:
- Constant Field Values
-
PROPERTY_CURRENCY
public static final String PROPERTY_CURRENCY
Property currency stored in column C_Currency_ID in table AD_Org
Help: Indicates the currency to be used when processing this document.- See Also:
- Constant Field Values
-
PROPERTY_GENERALLEDGER
public static final String PROPERTY_GENERALLEDGER
Property generalLedger stored in column C_Acctschema_ID in table AD_Org
Help: The book containing all financial transactions recorded for the legal entity.- See Also:
- Constant Field Values
-
PROPERTY_PERIODCONTROLALLOWEDORGANIZATION
public static final String PROPERTY_PERIODCONTROLALLOWEDORGANIZATION
Property periodControlAllowedOrganization stored in column AD_Periodcontrolallowed_Org_ID in table AD_Org
Help: Organizarion that has Period Control Allowed flag true.- See Also:
- Constant Field Values
-
PROPERTY_CALENDAROWNERORGANIZATION
public static final String PROPERTY_CALENDAROWNERORGANIZATION
Property calendarOwnerOrganization stored in column AD_Calendarowner_Org_ID in table AD_Org
Help: Organization that owns Calendar.- See Also:
- Constant Field Values
-
PROPERTY_APRMGLITEM
public static final String PROPERTY_APRMGLITEM
Property aPRMGlitem stored in column EM_APRM_Glitem_ID in table AD_Org
Help: Default G/L Item used for Funds Transfer Process in Financial Account Window- See Also:
- Constant Field Values
-
PROPERTY_LEGALENTITYORGANIZATION
public static final String PROPERTY_LEGALENTITYORGANIZATION
Property legalEntityOrganization stored in column AD_Legalentity_Org_ID in table AD_Org
Help: Legal Entity Organization.- See Also:
- Constant Field Values
-
PROPERTY_INHERITEDCALENDAR
public static final String PROPERTY_INHERITEDCALENDAR
Property inheritedCalendar stored in column AD_Inheritedcalendar_ID in table AD_Org
Help: Inerited Calendar from the organization that owns it.- See Also:
- Constant Field Values
-
PROPERTY_BUSINESSUNITORGANIZATION
public static final String PROPERTY_BUSINESSUNITORGANIZATION
Property businessUnitOrganization stored in column AD_Businessunit_Org_ID in table AD_Org
Help: Business Unit Organization.- See Also:
- Constant Field Values
-
PROPERTY_EXTBPENABLED
public static final String PROPERTY_EXTBPENABLED
Property extbpEnabled stored in column C_Extbp_Enabled in table AD_Org
Help: It allows to configure an integration with an external CRM system- See Also:
- Constant Field Values
-
PROPERTY_EXTBPCONFIG
public static final String PROPERTY_EXTBPCONFIG
Property extbpConfig stored in column C_Extbp_Config_ID in table AD_Org
Help: Configuration to connect to the CRM system API, and which also defines the properties and filters used by Openbravo to map with the external system information.- See Also:
- Constant Field Values
-
PROPERTY_TIMEZONE
public static final String PROPERTY_TIMEZONE
Property timezone stored in column Timezone in table AD_Org
Help: Contains the definition of a Time zone according to Java's ZoneId class. This can be used to determine the time zone that should be used for a Date- See Also:
- Constant Field Values
-
PROPERTY_REPRINTDOCUMENTS
public static final String PROPERTY_REPRINTDOCUMENTS
Property reprintDocuments stored in column Reprint_Documents in table AD_Org
Help: Allows to set whether reprintable documents are enabled or disabled for a given organization. When enabled, it is guaranteed that subsequent reprints at different points in time of the same document generate the same printable document. If it is not explicitly enabled for a given organization, then closest configuration in the parent organization tree is applied.- See Also:
- Constant Field Values
-
PROPERTY_LANGUAGE
public static final String PROPERTY_LANGUAGE
Property language stored in column Language in table AD_Org
Help: The Language identifies the language to use for display- See Also:
- Constant Field Values
-
PROPERTY_ORGANIZATIONINFORMATIONLIST
public static final String PROPERTY_ORGANIZATIONINFORMATIONLIST
Property organizationInformationList stored in table AD_Org- See Also:
- Constant Field Values
-
PROPERTY_ORGANIZATIONLANGUAGELIST
public static final String PROPERTY_ORGANIZATIONLANGUAGELIST
Property organizationLanguageList stored in table AD_Org- See Also:
- Constant Field Values
-
PROPERTY_ORGANIZATIONWAREHOUSELIST
public static final String PROPERTY_ORGANIZATIONWAREHOUSELIST
Property organizationWarehouseList stored in table AD_Org- See Also:
- Constant Field Values
-
-
Method Detail
-
getEntityName
public String getEntityName()
- Specified by:
getEntityName
in interfaceIdentifiable
- Specified by:
getEntityName
in classBaseOBObject
-
getId
public String getId()
- Specified by:
getId
in interfaceBaseOBObjectDef
- Specified by:
getId
in interfaceIdentifiable
- Overrides:
getId
in classBaseOBObject
- See Also:
PROPERTY_ID
-
setId
public void setId(String id)
- See Also:
PROPERTY_ID
-
getClient
public Client getClient()
Description copied from interface:ClientEnabled
Client field- Specified by:
getClient
in interfaceClientEnabled
- Returns:
- client
- See Also:
PROPERTY_CLIENT
-
setClient
public void setClient(Client client)
Description copied from interface:ClientEnabled
Client field- Specified by:
setClient
in interfaceClientEnabled
- See Also:
PROPERTY_CLIENT
-
isActive
public Boolean isActive()
Description copied from interface:ActiveEnabled
Gets active field- Specified by:
isActive
in interfaceActiveEnabled
- Returns:
- active
- See Also:
PROPERTY_ACTIVE
-
setActive
public void setActive(Boolean active)
Description copied from interface:ActiveEnabled
Sets active field- Specified by:
setActive
in interfaceActiveEnabled
- See Also:
PROPERTY_ACTIVE
-
getCreationDate
public Date getCreationDate()
Description copied from interface:Traceable
Creation date of audit- Specified by:
getCreationDate
in interfaceTraceable
- Returns:
- Date of creation
- See Also:
PROPERTY_CREATIONDATE
-
setCreationDate
public void setCreationDate(Date creationDate)
Description copied from interface:Traceable
Creation date of audit- Specified by:
setCreationDate
in interfaceTraceable
- See Also:
PROPERTY_CREATIONDATE
-
getCreatedBy
public User getCreatedBy()
Description copied from interface:Traceable
Created by audit user- Specified by:
getCreatedBy
in interfaceTraceable
- Returns:
- User
- See Also:
PROPERTY_CREATEDBY
-
setCreatedBy
public void setCreatedBy(User createdBy)
Description copied from interface:Traceable
Created by audit user- Specified by:
setCreatedBy
in interfaceTraceable
- See Also:
PROPERTY_CREATEDBY
-
getUpdated
public Date getUpdated()
Description copied from interface:Traceable
Update date of audit- Specified by:
getUpdated
in interfaceTraceable
- Returns:
- Date of update
- See Also:
PROPERTY_UPDATED
-
setUpdated
public void setUpdated(Date updated)
Description copied from interface:Traceable
Update date of audit- Specified by:
setUpdated
in interfaceTraceable
- See Also:
PROPERTY_UPDATED
-
getUpdatedBy
public User getUpdatedBy()
Description copied from interface:Traceable
Update by audit user- Specified by:
getUpdatedBy
in interfaceTraceable
- Returns:
- User who updated
- See Also:
PROPERTY_UPDATEDBY
-
setUpdatedBy
public void setUpdatedBy(User updatedBy)
Description copied from interface:Traceable
Update by audit user- Specified by:
setUpdatedBy
in interfaceTraceable
- See Also:
PROPERTY_UPDATEDBY
-
getSearchKey
public String getSearchKey()
- See Also:
PROPERTY_SEARCHKEY
-
setSearchKey
public void setSearchKey(String searchKey)
- See Also:
PROPERTY_SEARCHKEY
-
getName
public String getName()
- See Also:
PROPERTY_NAME
-
setName
public void setName(String name)
- See Also:
PROPERTY_NAME
-
getDescription
public String getDescription()
- See Also:
PROPERTY_DESCRIPTION
-
setDescription
public void setDescription(String description)
- See Also:
PROPERTY_DESCRIPTION
-
isSummaryLevel
public Boolean isSummaryLevel()
- See Also:
PROPERTY_SUMMARYLEVEL
-
setSummaryLevel
public void setSummaryLevel(Boolean summaryLevel)
- See Also:
PROPERTY_SUMMARYLEVEL
-
getOrganizationType
public OrganizationType getOrganizationType()
- See Also:
PROPERTY_ORGANIZATIONTYPE
-
setOrganizationType
public void setOrganizationType(OrganizationType organizationType)
- See Also:
PROPERTY_ORGANIZATIONTYPE
-
isAllowPeriodControl
public Boolean isAllowPeriodControl()
- See Also:
PROPERTY_ALLOWPERIODCONTROL
-
setAllowPeriodControl
public void setAllowPeriodControl(Boolean allowPeriodControl)
- See Also:
PROPERTY_ALLOWPERIODCONTROL
-
getCalendar
public Calendar getCalendar()
- See Also:
PROPERTY_CALENDAR
-
setCalendar
public void setCalendar(Calendar calendar)
- See Also:
PROPERTY_CALENDAR
-
isReady
public Boolean isReady()
- See Also:
PROPERTY_READY
-
setReady
public void setReady(Boolean ready)
- See Also:
PROPERTY_READY
-
getSocialName
public String getSocialName()
- See Also:
PROPERTY_SOCIALNAME
-
setSocialName
public void setSocialName(String socialName)
- See Also:
PROPERTY_SOCIALNAME
-
getCurrency
public Currency getCurrency()
- See Also:
PROPERTY_CURRENCY
-
setCurrency
public void setCurrency(Currency currency)
- See Also:
PROPERTY_CURRENCY
-
getGeneralLedger
public AcctSchema getGeneralLedger()
- See Also:
PROPERTY_GENERALLEDGER
-
setGeneralLedger
public void setGeneralLedger(AcctSchema generalLedger)
- See Also:
PROPERTY_GENERALLEDGER
-
getPeriodControlAllowedOrganization
public Organization getPeriodControlAllowedOrganization()
-
setPeriodControlAllowedOrganization
public void setPeriodControlAllowedOrganization(Organization periodControlAllowedOrganization)
-
getCalendarOwnerOrganization
public Organization getCalendarOwnerOrganization()
- See Also:
PROPERTY_CALENDAROWNERORGANIZATION
-
setCalendarOwnerOrganization
public void setCalendarOwnerOrganization(Organization calendarOwnerOrganization)
- See Also:
PROPERTY_CALENDAROWNERORGANIZATION
-
getAPRMGlitem
public GLItem getAPRMGlitem()
- See Also:
PROPERTY_APRMGLITEM
-
setAPRMGlitem
public void setAPRMGlitem(GLItem aPRMGlitem)
- See Also:
PROPERTY_APRMGLITEM
-
getLegalEntityOrganization
public Organization getLegalEntityOrganization()
- See Also:
PROPERTY_LEGALENTITYORGANIZATION
-
setLegalEntityOrganization
public void setLegalEntityOrganization(Organization legalEntityOrganization)
- See Also:
PROPERTY_LEGALENTITYORGANIZATION
-
getInheritedCalendar
public Calendar getInheritedCalendar()
- See Also:
PROPERTY_INHERITEDCALENDAR
-
setInheritedCalendar
public void setInheritedCalendar(Calendar inheritedCalendar)
- See Also:
PROPERTY_INHERITEDCALENDAR
-
getBusinessUnitOrganization
public Organization getBusinessUnitOrganization()
- See Also:
PROPERTY_BUSINESSUNITORGANIZATION
-
setBusinessUnitOrganization
public void setBusinessUnitOrganization(Organization businessUnitOrganization)
- See Also:
PROPERTY_BUSINESSUNITORGANIZATION
-
isExtbpEnabled
public Boolean isExtbpEnabled()
- See Also:
PROPERTY_EXTBPENABLED
-
setExtbpEnabled
public void setExtbpEnabled(Boolean extbpEnabled)
- See Also:
PROPERTY_EXTBPENABLED
-
getExtbpConfig
public ExternalBusinessPartnerConfig getExtbpConfig()
- See Also:
PROPERTY_EXTBPCONFIG
-
setExtbpConfig
public void setExtbpConfig(ExternalBusinessPartnerConfig extbpConfig)
- See Also:
PROPERTY_EXTBPCONFIG
-
getTimezone
public String getTimezone()
- See Also:
PROPERTY_TIMEZONE
-
setTimezone
public void setTimezone(String timezone)
- See Also:
PROPERTY_TIMEZONE
-
getReprintDocuments
public String getReprintDocuments()
- See Also:
PROPERTY_REPRINTDOCUMENTS
-
setReprintDocuments
public void setReprintDocuments(String reprintDocuments)
- See Also:
PROPERTY_REPRINTDOCUMENTS
-
getLanguage
public Language getLanguage()
- See Also:
PROPERTY_LANGUAGE
-
setLanguage
public void setLanguage(Language language)
- See Also:
PROPERTY_LANGUAGE
-
getOrganizationInformationList
public List<OrganizationInformation> getOrganizationInformationList()
Help: The Organization Info Tab is used to define an Organization's address, DUNS number and Tax Identification number- See Also:
OrganizationInformation
-
setOrganizationInformationList
public void setOrganizationInformationList(List<OrganizationInformation> organizationInformationList)
Help: The Organization Info Tab is used to define an Organization's address, DUNS number and Tax Identification number- See Also:
OrganizationInformation
-
getOrganizationLanguageList
public List<OrganizationLanguage> getOrganizationLanguageList()
Help: The Organization Language Tab is used to define the non system languages available for an specific organization- See Also:
OrganizationLanguage
-
setOrganizationLanguageList
public void setOrganizationLanguageList(List<OrganizationLanguage> organizationLanguageList)
Help: The Organization Language Tab is used to define the non system languages available for an specific organization- See Also:
OrganizationLanguage
-
getOrganizationWarehouseList
public List<OrgWarehouse> getOrganizationWarehouseList()
Help: Defines the on-hand warehouses of an Organization and its usage priority.- See Also:
OrgWarehouse
-
setOrganizationWarehouseList
public void setOrganizationWarehouseList(List<OrgWarehouse> organizationWarehouseList)
Help: Defines the on-hand warehouses of an Organization and its usage priority.- See Also:
OrgWarehouse
-
-