public class ProjectFileSharedData extends Object implements UniqueIdObjectSequenceProvider
Constructor and Description |
---|
ProjectFileSharedData() |
Modifier and Type | Method and Description |
---|---|
static boolean |
contains(Class<?> c)
Indicates if this container is responsible for managing instances of the supplied class.
|
ActivityCodeContainer |
getActivityCodes()
Retrieves the activity code configuration for this project.
|
CostAccountContainer |
getCostAccounts()
Retrieves the cost accounts available for this schedule.
|
CustomFieldContainer |
getCustomFields()
Retrieves the custom fields for this project.
|
ExpenseCategoryContainer |
getExpenseCategories()
Retrieves the expense categories available for this schedule.
|
LocationContainer |
getLocations()
Retrieve the locations available for this schedule.
|
NotesTopicContainer |
getNotesTopics()
Retrieves the notes topics available for this schedule.
|
ShiftPeriodContainer |
getShiftPeriods()
Retrieves the shift periods for this project.
|
ShiftContainer |
getShifts()
Retrieves the shifts for this project.
|
ObjectSequence |
getUniqueIdObjectSequence(Class<?> c)
Retrieve the ObjectSequence instance used to generate Unique ID values for a given class.
|
UnitOfMeasureContainer |
getUnitsOfMeasure()
Retrieve the units of measure available for this schedule.
|
UserDefinedFieldContainer |
getUserDefinedFields()
Retrieves the user defined fields available for this schedule.
|
WorkContourContainer |
getWorkContours()
Retrieves the work contours available for this schedule.
|
public LocationContainer getLocations()
public UnitOfMeasureContainer getUnitsOfMeasure()
public ExpenseCategoryContainer getExpenseCategories()
public CostAccountContainer getCostAccounts()
public WorkContourContainer getWorkContours()
public NotesTopicContainer getNotesTopics()
public CustomFieldContainer getCustomFields()
public UserDefinedFieldContainer getUserDefinedFields()
public ActivityCodeContainer getActivityCodes()
public ShiftContainer getShifts()
public ShiftPeriodContainer getShiftPeriods()
public ObjectSequence getUniqueIdObjectSequence(Class<?> c)
getUniqueIdObjectSequence
in interface UniqueIdObjectSequenceProvider
c
- target classpublic static boolean contains(Class<?> c)
c
- class to testCopyright © 2000–2024 Packwood Software. All rights reserved.