void |
BBAudience.add()
Add a new Bulletin Board audience member
The following fields are initialized with their respective values
bulletinboardid The bulletinboardid of the parent MBO
siteid The siteid of the owner
orgid The orgid of the owner
void |
BB.add()
Add a new Bulletin Board Message
The following fields are initialized with their respective values
postby Current username
postdate Todays Date
email Email
void |
BBSetRemote.addBBMsgStatus(long l) |
void |
BBSet.addBBMsgStatus(long bulletinboarduid)
This method checks BBOARDMSGSTATUS Mbo, if the BB message is inserted or not.
|
void |
BBRemote.associateBBAudienceToCommLog(MboRemote commLog) |
void |
BB.associateBBAudienceToCommLog(MboRemote commLog)
Associate the BB audience to commlog's sendto field.
|
void |
BBAudienceSetRemote.associateOrgsSitesGroupsToBBAudience(MboSetRemote dataSet)
see psdi.app.bulletinboard.associateOrgsSitesGroupsToBBAudience()
|
void |
BBAudienceSet.associateOrgsSitesGroupsToBBAudience(MboSetRemote dataSet)
Method to add the selected orgs/sites or person groups to the bbaudience set
|
void |
BB.copyAndReplaceId(MboSetRemote currentSet,
MboSetRemote newSet,
java.lang.String bbid) |
void |
BB.delete()
If a message is deleted then make sure all associated
audiences are deleted
|
MboRemote |
BB.duplicate()
Creates a duplicate Message with its related objects.
|
MboRemote |
BBAudSiteRole.evaluateCustomRole(MaxRole roleMbo,
MboRemote mbo) |
MboRemote |
BBAudPersonGroupRole.evaluateCustomRole(MaxRole roleMbo,
MboRemote mbo) |
MboRemote |
BBAudOrgRole.evaluateCustomRole(MaxRole roleMbo,
MboRemote mbo) |
java.lang.String[] |
BBAudSiteRole.evaluateToEmail(MaxRole roleMbo,
MboRemote mbo) |
java.lang.String[] |
BBAudPersonGroupRole.evaluateToEmail(MaxRole roleMbo,
MboRemote mbo) |
java.lang.String[] |
BBAudOrgRole.evaluateToEmail(MaxRole roleMbo,
MboRemote mbo) |
java.lang.String |
BBSet.getBBIds()
Get the bulletin board ids of the messages in the set in comma delimited string.
|
int |
BulletinBoardCache.getBBMSgStatusCount() |
MboSetRemote |
BBSetRemote.getBBMsgStatusSet() |
MboSetRemote |
BBSet.getBBMsgStatusSet() |
java.lang.String |
BulletinBoardCache.getBBSetName() |
BulletinBoardCache |
BBServiceRemote.getBulletinBoardCache() |
BulletinBoardCache |
BBService.getBulletinBoardCache()
Returns the BulletinBoardCache object
|
int |
BBSetRemote.getCachedMessageCount() |
int |
BBSet.getCachedMessageCount() |
java.util.Vector |
BBSetRemote.getColumns()
Returns a collection of attributes currently selected for display in the portlet
|
java.util.Vector |
BBSet.getColumns()
Returns a collection of attributes currently selected for display in the portlet
|
static BulletinBoardCacheFactory |
BulletinBoardCacheFactory.getInstance()
Returns an instance of BulletinBoardCacheFactory
|
MboSetRemote |
FldBBPersonGroup.getList()
Gets a list of all valid groups Id's
|
MboSetRemote |
FldBBMsgSiteID.getList()
Return a valid list of sites
|
MboSetRemote |
FldBBMsgOrgID.getList()
Gets a list of all valid Organization Id's
|
protected Mbo |
PmBBStatusHistorySet.getMboInstance(MboSet ms)
Generate a new PmBBStatusHistory object
|
protected Mbo |
BBoardMSGStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
BBSet.getMboInstance(MboSet ms)
Instantiate and return a new BB object
|
protected Mbo |
BBAudienceSet.getMboInstance(MboSet ms)
Instantiate and return a new BBAudience object
|
int |
BBSet.getNoOfRecords()
Returns no of records in this query
|
java.util.Vector |
BulletinBoardCache.getResultSetAttributes() |
java.util.Vector |
BulletinBoardCache.getResultSetAttributes(boolean reload) |
java.util.Vector |
BulletinBoardCache.getResultSetAttributes(java.lang.String isTrackViewedUnViewed) |
MboSetData |
BBSetRemote.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
Returns the MboValueData to be displayed on the portlet
The data will be fetched for current query based on its where clause>
Only records in the range given by start and rowcount will be
fetched
This method also takes into account specific cases of query belonging to WORKVIEW application.
Data is filtered based on the qbes passed on by the user on the
|
MboSetData |
BBSet.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
This method is used for BB Message filtering in start center
1.
|
java.util.List |
BBSetRemote.getUniqueBBMsgStatusIdList() |
java.util.List |
BBSet.getUniqueBBMsgStatusIdList() |
java.util.List |
BBSetRemote.getUnViewedMessages() |
java.util.List |
BBSet.getUnViewedMessages() |
int |
BBSetRemote.getValidMessageCount()
see psdi.app.bulletinboard.getValidMessageCount()
|
int |
BBSet.getValidMessageCount()
see psdi.app.bulletinboard.getValidMessages()
|
java.util.ArrayList |
BBSetRemote.getValidMessages()
see psdi.app.bulletinboard.getValidMessages()
|
java.util.ArrayList |
BBSet.getValidMessages()
Returns an ArrayList of valid messages for this user
|
java.util.List |
BulletinBoardCache.getValidMessages() |
java.util.List |
BulletinBoardCache.getValidMessages(boolean reload)
Gets a MboSet of valid message mbos from the bbset passed in
|
MboSetRemote |
BBServiceRemote.getValidMessages(UserInfo userInfo) |
MboSetRemote |
BBService.getValidMessages(UserInfo userInfo) |
int |
BulletinBoardCache.getValidMessagesCount()
Returns the Valid Messages MboSetRemote
If valid messages MboSet is null records are fetched from the DB
|
java.util.List |
BBSet.getValidMessagesList() |
MboSetRemote |
BBSetRemote.getValidMessagesMboSet()
see psdi.app.bulletinboard.getValidMessagesMboSet()
|
MboSetRemote |
BBSet.getValidMessagesMboSet()
Gets a MboSet of valid message mbos for the current user
|
MboSetRemote |
BBSetRemote.getValidMessagesMboSet(BBSetRemote bbset)
see psdi.app.bulletinboard.getValidMessagesMboSet(BBSetRemote bbset)
|
MboSetRemote |
BBSet.getValidMessagesMboSet(BBSetRemote bbset)
Gets a MboSet of valid message mbos from the bbset passed in
|
MboSetRemote |
BBSetRemote.getValidMessagesMboSet(java.lang.String userId)
see psdi.app.bulletinboard.getValidMessagesMboSet(String userId)
|
MboSetRemote |
BBSet.getValidMessagesMboSet(java.lang.String userId)
Gets a MboSet of valid message mbos for the given userId
|
java.lang.String |
BBSetRemote.getValidMesssagesWhereClause() |
java.lang.String |
BBSet.getValidMesssagesWhereClause() |
java.util.List |
BBSetRemote.getViewedMessages() |
java.util.List |
BBSet.getViewedMessages() |
java.util.List |
BulletinBoardCache.getViewedMessages(java.lang.String user) |
void |
PmBBStatusHistory.init()
Initialization rountine.
|
void |
BBoardMSGStatus.init()
initialization routine
|
void |
BulletinBoardCache.init()
Initialize
|
void |
BBCron.init() |
void |
BB.init()
Initialize the BB object
|
void |
BulletinBoardCacheFactory.init(MXServer mxs) |
void |
BulletinBoardCache.init(MXServer mxserver)
Initialize and set MXServer
|
int |
BBSet.msgCountForIcon() |
void |
BBServiceRemote.refreshBulletinBoardCache() |
void |
BBService.refreshBulletinBoardCache()
Refreshes bulletin board cache
|
void |
BulletinBoardCache.reload()
Calls refresh() and refreshes the valid messages MboSet in a thread safe manner
|
void |
BulletinBoardCache.reload(java.lang.String key) |
void |
BBSet.save() |
protected void |
BB.save() |
protected void |
FldDatePair.setCompareType(int ctype)
Sets the type of validation needed.
|
void |
BBSetRemote.setUserValidMessages()
Deprecated.
|
void |
BBSet.setUserValidMessages()
|
protected void |
FldDatePair.setValidateErrorMessage(java.lang.String resource,
java.lang.String errorMessage)
Sets the error message to be displayed if the validation fails
|
void |
BBSetRemote.setValidMessages()
see psdi.app.bulletinboard.setValidMessages()
|
void |
BBSet.setValidMessages()
Sets this set to include messages that are not expired and ready
to be posted
|
void |
BBSetRemote.setVisibleMessages()
see psdi.app.bulletinboard.setUserValidMessages()
|
void |
BBSet.setVisibleMessages()
Sets this set to include messages that are not expired and ready
to be posted
|
protected boolean |
BB.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldBBPostDate.validate()
Set the comparetype and error message and call the base class validate()
|
void |
FldBBPersonGroup.validate()
Validates the current mboset for duplicates
|
void |
FldBBMsgSiteID.validate()
Validates the current mboset for duplicates
|
void |
FldBBMsgOrgID.validate()
Validates the current mboset for duplicates
|
void |
FldDatePair.validate()
Checks if validateDate is later or before than validateAgainstDate
based on the compare type value.
|
void |
FldBBExpireDate.validate()
Set the comparetype and error message and call the base class validate()
|
Methods in psdi.app.calendar that throw MXException
Modifier and Type |
Method and Description |
void |
FldWorkperiodShiftNum.action() |
void |
FldCalendarBreakStartTime.action() |
void |
FldCalendarBreakEndTime.action() |
void |
Nonworktime.add() |
void |
CalendarBreak.add()
Adds a Calendar Break for the specified Pattern Day
|
void |
WorkPeriod.add() |
void |
Calendar.add() |
WorkPeriod |
WorkPeriodSet.addNewDayInPattern(ShiftPatternDay patternDay,
java.util.Date workDate,
java.lang.String calNum)
Public but not remote.
|
boolean |
CalendarRemote.applyNonWorkTime(MboSetRemote nonWorkTimeSet) |
boolean |
Calendar.applyNonWorkTime(MboSetRemote nonWorkTimeSet)
Propagates workperiod records from specified non-working start date to
end date.
|
void |
CalendarRemote.applyNonWorkTime(java.lang.String nonWorkType,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate)
Propagates workperiod records from specified non-working start date to
end date.
|
void |
Calendar.applyNonWorkTime(java.lang.String nonWorkType,
java.lang.String description,
java.util.Date startDate,
java.util.Date endDate)
Propagates workperiod records from specified non-working start date to
end date.
|
void |
CalendarRemote.applyShift(java.lang.String shiftname)
Propagates workperiod records from start date to end date of the calendar
for the input shift definition.
|
void |
Calendar.applyShift(java.lang.String shiftname)
Propagates workperiod records from start date to end date of the calendar
for the input shift definition.
|
void |
CalendarRemote.applyShift(java.lang.String shiftname,
java.util.Date startdate,
java.util.Date enddate)
Propagates workperiod records from specified start date to end date for
a selected shift definition.
|
void |
Calendar.applyShift(java.lang.String shiftname,
java.util.Date startdate,
java.util.Date enddate)
Propagates workperiod records from specified start date to end date for
a selected shift definition.
|
void |
CalendarRemote.applyShift(java.util.Vector shiftSet)
Propagates workperiod records from start date to end date of the calendar
for the input shift definition.
|
void |
Calendar.applyShift(java.util.Vector shiftSet)
Propagates workperiod records from start date to end date of the calendar
for the input shift definition.
|
void |
WorkPeriod.applyShiftPatternDay(ShiftPatternDay patternDay,
java.util.Date workDate,
java.lang.String calNum)
Public but not remote.
|
void |
CalendarBreak.appValidate()
Verifies the shift break is within the pattern day start and end time range.
|
void |
WorkPeriod.appValidate() |
void |
ShiftPatternDay.appValidate() |
void |
Calendar.appValidate()
Pre-save validation method.
|
boolean |
CalendarBreakRemote.breakOutOfRange(java.util.Date dayStartTime,
java.util.Date dayEndTime,
java.util.Date calendarBreakStartTime,
java.util.Date calendarBreakEndTime) |
double |
CalendarRemote.calculateAvailability()
Add up the total work hours for all work period records in this calendar between
its start date and end date.
|
double |
Calendar.calculateAvailability()
Add up the total work hours for all work period records in this calendar between
its start date and end date.
|
double |
CalendarRemote.calculateAvailability(java.util.Date startDate,
java.util.Date endDate)
Add up the total work hours for all work period records in this calendar between
the input start date and end date.
|
double |
Calendar.calculateAvailability(java.util.Date startDate,
java.util.Date endDate)
Add up the total work hours for all work period records in this calendar between
the input start date and end date.
|
double |
CalendarRemote.calculateDownTime(java.util.Date startDate,
java.util.Date endDate)
Calculate the acutal Downtime for an Asset for all work period records in this
calendar between the input start date and end date.
|
double |
Calendar.calculateDownTime(java.util.Date lastChangeDate,
java.util.Date currentChangeDate)
Calculate the actual Downtime for an Asset.
|
double |
CalendarRemote.calculateWorkHours(java.util.Date workDate)
Add up the total work hours for all work period records in this calendar for
the given work date.
|
double |
Calendar.calculateWorkHours(java.util.Date workDate)
Add up the total work hours for all work period records in this calendar for
the given work date.
|
void |
CalendarBreakSet.canAdd()
Check if a calendar break can be created for the pattern day.
|
void |
WorkPeriod.canAdd() |
void |
Calendar.canApplyShift(ShiftRemote shift)
Can a shift be applied to a calendar?
A shift can be applied to a calendar only if a pattern has already been defined for that shift.
|
void |
CalendarRemote.canApplyShift(java.lang.String shiftname)
Can a shift be applied to a calendar? MXAccessException thrown when
the shift cannot be applied.
|
void |
Calendar.canApplyShift(java.lang.String shiftname)
Can a shift be applied to a calendar?
Cannot apply the shift to the calendar when it is not existing.
|
void |
Calendar.canDelete()
canDelete method.
|
protected void |
CalendarBreakSet.checkAllBreaksAreDefined(CalendarBreakSetRemote calendarBreakSet)
Verify if all shift breaks for the selected day have all required fields defined and duplicate breaks do not exist
|
void |
CalendarBreak.checkRequiredFields(Mbo mbo)
Checks all required values are populated.
|
java.util.Date |
CalendarBreakSet.clearCalendarYear(java.util.Date date)
Clears the year from the date.
|
void |
Shift.delete(long accessModifier)
Delete the shift record and delete associated shiftpatternday records.
|
void |
Calendar.delete(long accessModifier)
Delete the calendar record and delete associated workperiod records.
|
void |
CalendarRemote.deleteWorkPeriod(java.util.Date startDate,
java.util.Date endDate)
Delete WorkPeriod Mbo Set for the specified startdate and enddate
|
void |
Calendar.deleteWorkPeriod(java.util.Date startDate,
java.util.Date endDate)
Delete WorkPeriod Mbo Set for the specified startdate and enddate
|
MboRemote |
Calendar.duplicate()
This method creates a duplicate calendar
Copies over all the workperiods that belong to this calendar
|
void |
Calendar.generateAutoKey()
Calendar supports autokeying - sets the calnum attribute.
|
double |
Calendar.getDownTime(java.util.Date currentChangeDate,
java.util.Date lastChangeDate)
Get WorkPeriod Mbo Set with given where clause.
|
double |
Calendar.getDownTime(java.util.Date currentChangeDate,
java.util.Date lastChangeDate,
java.util.TimeZone tz)
Get WorkPeriod Mbo Set with given where clause.
|
MboSetRemote |
FldWorkperiodShiftNum.getList()
List returned has available shifts
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldWorkperiodPatternDaySeq.getList()
List returned has available shifts
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldCalendarBreakType.getList()
Display only NON-WORK type values.
|
protected Mbo |
ShiftSet.getMboInstance(MboSet ms)
Generate a new Shift object
|
protected Mbo |
ShiftPatternDaySet.getMboInstance(MboSet ms)
Generate a new ShiftPatternDay object
|
protected Mbo |
NonworktimeSet.getMboInstance(MboSet ms)
Generate a new Nonworktime object
|
protected Mbo |
CalendarSet.getMboInstance(MboSet ms)
Generate a new calendar object
|
protected Mbo |
CalendarBreakSet.getMboInstance(MboSet ms)
Generate a new CalendarBreak object
|
protected Mbo |
WorkPeriodSet.getMboInstance(MboSet ms)
Generate a new WorkPeriod object
|
java.lang.String[][] |
CalendarRemote.getMonthsAvailableHours(com.ibm.icu.util.Calendar cal) |
java.lang.String[][] |
Calendar.getMonthsAvailableHours(com.ibm.icu.util.Calendar cal)
Gets The Available Hours in the Month for given Calendar
|
int |
Shift.getPatternDays()
Return how many days in a shift pattern.
|
int |
ShiftRemote.getPatternDays()
Return how many days in a shift pattern.
|
double |
Calendar.getWorkPeriodData(WorkPeriodSet workPeriodSet,
java.util.Date lastChangeDate,
java.util.Date currentChangeDate)
Get WorkPeriod data and calcualte down time.
|
double |
Calendar.getWorkPeriodData(WorkPeriodSet workPeriodSet,
java.util.Date lastChangeDate,
java.util.Date currentChangeDate,
java.util.TimeZone tz)
Get WorkPeriod data and calcualte down time.
|
WorkPeriodSetRemote |
CalendarRemote.getWorkPeriodSet(java.util.Date workDate)
Get the workperid mboset for the given workdate
|
WorkPeriodSetRemote |
Calendar.getWorkPeriodSet(java.util.Date workDate)
Get the workperid mboset for the given workdate
|
int |
ShiftSetRemote.indexOf(long uid) |
int |
ShiftSet.indexOf(long uid) |
void |
WorkPeriod.init() |
void |
ShiftPatternDay.init() |
void |
Calendar.init() |
void |
FldShiftpatterndayDescription.initValue() |
void |
FldShiftDaysInPattern.initValue() |
boolean |
CalendarRemote.isAvailable(java.util.Date date)
Function to determine if the date passed in is within this calendar.
|
boolean |
Calendar.isAvailable(java.util.Date date)
Function to determine if the date passed in is within this calendar.
|
int |
ShiftPatternDay.patternDayToInt() |
void |
CalendarBreakRemote.setBreaksForAllPatternDays(ShiftPatternDaySetRemote days,
CalendarBreakSetRemote calendarBreaks,
java.lang.String currentDay) |
void |
CalendarBreak.setBreaksForAllPatternDays(ShiftPatternDaySetRemote days,
CalendarBreakSetRemote calendarBreakSet,
java.lang.String currentDay)
Apply Current Break Definition for all days in Pattern
|
void |
Shift.setPatternDays() |
void |
ShiftRemote.setPatternDays() |
ShiftPatternDaySetRemote |
Shift.setPatternDays(int numberOfDays)
Created necessry empty rows (without working hour) in table shiftpatternday
for this shift.
|
ShiftPatternDaySetRemote |
ShiftRemote.setPatternDays(int numberOfDays)
Created necessry empty rows (without working hour) in table shiftpatternday
for this shift.
|
ShiftPatternDaySetRemote |
Shift.setPatternDays(ShiftPatternDay workDay) |
ShiftPatternDaySetRemote |
Shift.setPatternDays(ShiftPatternDaySetRemote days,
int startRow) |
ShiftPatternDaySetRemote |
ShiftRemote.setPatternDays(ShiftPatternDaySetRemote days,
int startRow)
In the Define Pattern dialog when icon clicked
start time, end time and workhours are copied to every row
below the one with entered values.
|
void |
CalendarRemote.setWPIncrement(int i) |
void |
Calendar.setWPIncrement(int i) |
protected boolean |
WorkPeriod.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Calendar.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
int |
Shift.startDayToInt() |
void |
Shift.undelete()
Undelete Shift and Shift Pattern Day.
|
void |
FldWorkperiodShiftNum.validate() |
void |
FldWorkperiodPatternDaySeq.validate() |
void |
FldWorkPeriodWorkDate.validate() |
void |
FldWorkHours.validate() |
void |
FldShiftpatterndaySeq.validate()
Validate that the patterndayseq value has to be unique for a shift pattern.
|
void |
FldNonworktimeStartDate.validate() |
void |
FldNonworktimeEndDate.validate() |
void |
FldCalendarStartDate.validate() |
void |
FldCalendarEndDate.validate() |
void |
FldCalendarBreakType.validate()
Shift break should be a NON-WORK break type
|
void |
FldStartTime.validate() |
void |
FldEndTime.validate() |
void |
CalendarBreakSet.validate() |
void |
ShiftPatternDaySet.validateCalendarBreaks()
Verifies calendar breaks fall within newly define date range.
|
void |
ShiftPatternDaySetRemote.validateCalendarBreaks() |
Methods in psdi.app.calendar.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
ShiftRange.add() |
void |
DeleteWorkPeriod.add()
Sets up a new DeleteWorkPeriod object.
|
void |
CalcWorkHours.add()
Sets up a new CalcWorkHours object.
|
void |
ShiftRangeSetRemote.applySelectedShifts() |
void |
ShiftRangeSet.applySelectedShifts() |
void |
DeleteWorkPeriodSet.execute()
After the attributes are set, call this method to delete workperiod set between the given dates.
|
void |
CalcWorkHoursSet.execute()
After the attributes are set, call this method to calculate total workhours between the given dates.
|
void |
ApplyNonWorkTimeSet.execute()
After the attributes are set, call this method to apply NonWorkTime set between the given dates.
|
protected Mbo |
ShiftRangeSet.getMboInstance(MboSet ms) |
protected Mbo |
DeleteWorkPeriodSet.getMboInstance(MboSet ms)
Factory method to create an DeleteWorkPeriod object.
|
protected Mbo |
CalcWorkHoursSet.getMboInstance(MboSet ms)
Factory method to create an CalcWorkHours object.
|
protected Mbo |
ApplyNonWorkTimeSet.getMboInstance(MboSet ms)
Factory method to create an ApplyNonWorkTime object.
|
void |
FldCalcStartDate.validate() |
void |
FldCalcEndDate.validate() |
Methods in psdi.app.ci that throw MXException
Modifier and Type |
Method and Description |
void |
FldCIServiceGroup.action()
Clear the service after removing the group
|
void |
FldCIService.action()
Set assetnum, location, itemnum to null
Update the Service Group after service is selected
|
void |
FldCIRelationTargetCI.action()
Set sourceci of CIRelation
|
void |
FldCIRelationSourceCI.action()
Set targetci of CIRelation
|
void |
FldCILocation.action()
Set assetnum, itemnum, service to null
|
void |
FldCIItemSetId.action()
If there is a change in ItemSetId, set itemnum, service to null
|
void |
FldCIItemNum.action()
Set assetnum, location, service to null
|
void |
FldCICILocation.action()
Set assetlocsiteid
|
void |
FldCIAssetNum.action()
Set location, itemnum, service to null
|
void |
FldCIAssetLocSiteId.action()
Set assetnum, location and assetorgid
|
void |
FldCIActCINum.action()
Set classstructureid for the authorized CI
|
void |
CIRemote.actionOnAssetNumFld(MboRemote asset)
Handle business logic for Asset mbo when Assetnum is set on CI object.
|
void |
CI.actionOnAssetNumFld(MboRemote asset)
Handle business logic for Asset mbo when Assetnum is set on CI object.
|
void |
CIStatus.add()
Add a new CIStatus object
|
void |
CISpecHis.add()
Set default values for a new CISpecHis object.
|
void |
CISpec.add()
Set default values for a new CISpec object.
|
void |
CIRelationHis.add()
Adds a new CIRelationHis object.
|
void |
CIRelation.add()
Adds a new CIRelation object.
|
void |
CI.add()
Adds a new CI object.
|
void |
CIRemote.addCIToCollectDetails(java.lang.String collectionNum) |
void |
CI.addCIToCollectDetails(java.lang.String collectionNum)
Adds CIs to Collections, on a selected list of CI's or a single CI.
|
void |
CIStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
protected void |
CIStatusHandler.canDecommission(java.lang.String currentMaxStatus)
Can change to Discommissioned?
|
void |
CI.canDelete()
CI cannot be deleted for many reasons.
|
protected void |
CIStatusHandler.canNotready(java.lang.String currentMaxStatus)
Can change to Notready? This is an empty method implementation.
|
protected void |
CIStatusHandler.canOperating(java.lang.String currentMaxStatus)
Can change to Operating? This is an empty method implementation.
|
void |
CIRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
CI.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
CIStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
protected void |
CI.checkAssetUniqueRule()
Check if asset is associated with any CI
|
int |
MoutCIProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap) |
protected void |
CI.checkLocationUniqueRule()
Check if location is associated with any CI
|
protected void |
CI.checkOtherApplications()
Check if the CI is refered in other applications and throw exception
|
protected void |
CIRelation.checkRelationRules()
Check for relation rules for a given relation
|
protected void |
CIRelation.checkRelationRules(MboRemote ciMbo)
Check for relation rules for a given relation
|
void |
CIStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
CIStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
CI.clearChangeStatusCacheForCIs() |
void |
CI.clearChangeStatusForAllSessions() |
void |
CIRemote.clearClassification() |
void |
CI.clearClassification()
This method clears the classtructureid of the CI.
|
void |
CIRemote.clearStatusChangeFields()
11-17451
This method clears data that is maintained for the user that is
changing the status of a CI.
|
void |
CI.clearStatusChangeFields()
11-17451
This method clears data that is maintained for the user that is
changing the status of a CI.
|
void |
CIRemote.copyCollectionToCollectDetailsSet(MboSetRemote collectionSet) |
void |
CI.copyCollectionToCollectDetailsSet(MboSetRemote collectionSet)
Adds CIs to one or more Collections, on a selected list of CI's or a single CI.
|
MboRemote |
CI.createChange(java.lang.String jpnum)
creates a Workorder with WOCLASS=CHANGE from CI.
|
protected void |
CIRelation.createCIRelationHis()
Create CIRelationHis record to record the CIRelation history between CI's
|
MboRemote |
CI.createIncident(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Incident from CI.
|
MboRemote |
CI.createProblem(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Problem from CI.
|
MboRemote |
CI.createRelease(java.lang.String jpnum)
creates a Workorder with WOCLASS=RELEASE from CI.
|
MboRemote |
CI.createServiceRequest(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Service Request from CI.
|
void |
CIRemote.createTicket(MboRemote tkMbo) |
void |
CI.createTicket(MboRemote tkMbo)
Sets cinum, reportedbyid, orgid and siteid values for the ticket mbo based on CI.
|
void |
CIRemote.createWO(MboRemote workorderMbo) |
void |
CI.createWO(MboRemote workorderMbo)
Sets cinum, orgid ,siteid and reportedbyid values for the workorder mbo based on CI.
|
MboRemote |
CI.createWorkorder(java.lang.String jpnum)
creates a Workorder with WOCLASS=WORKORDER from CI.
|
void |
CIRelation.delete(long accessModifier)
override delete to delete this record
|
void |
CI.delete(long accessModifier)
Override delete to delete this and records associated with CI
If CI is part of collections, throw warning before deleting CI and related records
|
protected void |
CI.delete(long accessModifier,
java.util.Hashtable cisToBeDeleted,
java.util.Hashtable relationsToBeDeleted)
Delete this and records associated with CI using the ToBeDeleted hashtables.
|
protected void |
CI.deleteAssociatedRecords(java.util.Hashtable relationsToBeDeleted)
Delete records associated with this CI
|
protected void |
CI.deleteIfNotMarkedForDelete(MboSetRemote relatedCISet,
java.util.Hashtable relationsToBeDeleted,
java.lang.String identifier)
Delete records if not deleted by the parent ci
|
MboRemote |
CI.duplicate()
Duplicates CI and related objects.
|
void |
CI.generateAutoKey()
Generates an autokey value for a new CI object
|
protected void |
CI.getChildCIsAndChangeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo)
Get immediate Child CIs for a given CI and Change status for them
|
protected void |
CI.getChildCIsAndDelete(long accessModifier)
Get immediate Child CIs for a given CI and delete them
|
protected void |
CI.getChildCIsAndDelete(long accessModifier,
java.util.Hashtable cisToBeDeleted,
java.util.Hashtable relationsToBeDeleted)
Get immediate Child CIs for a given CI and delete them
|
protected void |
CI.getChildCIsAndUndelete()
Get immediate Child CIs for a given CI and delete them
|
protected void |
CI.getChildCIsAndUndelete(java.util.Hashtable cisToBeUndeleted) |
java.lang.String |
CI.getKeyForSession(UserInfo userInfo)
11-14751
Generates a key that is unique for this user and session.
|
MboSetRemote |
FldCIService.getList()
show only the commodities in a given itemset
|
MboSetRemote |
FldCIRelationRelationNum.getList()
show only the non linear relationships
|
MboSetRemote |
FldCILocation.getList()
Show location in a given site if assetlocsiteid is not null
|
MboSetRemote |
FldCIItemNum.getList()
show only the items in a given itemset
|
MboSetRemote |
FldCICINum.getList() |
MboSetRemote |
FldCICILocation.getList()
Show location in a given site assetlocsiteid if ci is an asset
|
MboSetRemote |
FldCIAssetNum.getList()
Show assets in a given site if assetlocsiteid is not null
|
protected Mbo |
CIStatusSet.getMboInstance(MboSet ms)
Generates a new CIStatus object.
|
protected Mbo |
CISpecSet.getMboInstance(MboSet ms)
Generate a new CISpec object.
|
protected Mbo |
CISpecHisSet.getMboInstance(MboSet ms)
Generate a new CISpecHis object.
|
protected Mbo |
CISet.getMboInstance(MboSet ms)
Generates a new CI object.
|
protected Mbo |
CIRelationSet.getMboInstance(MboSet ms)
Generates a new CIRelation object.
|
protected Mbo |
CIRelationHisSet.getMboInstance(MboSet ms)
Generates a new CIRelationHis object.
|
MboSetRemote |
CI.getMboSet(java.lang.String name) |
protected void |
CI.getParentCIsAndModify(java.util.Date changedate,
java.lang.String changeby)
Get immediate Parent CIs for a given CI and modify changedate and changeby, if propagatechange flag is set for the relationrule
|
protected MboSetRemote |
CI.getStatusHistory()
Return the cistatus object.
|
void |
CIStatus.init()
Initialize the object to be read only
|
void |
CISpec.init()
IV35721: if the CI application is no SAVE (via security), all the mbosets look readonly
but they are not readonly in the object level
|
void |
CIRelationHis.init()
Initialization routine.
|
void |
CIRelation.init()
Initialization routine.
|
void |
CI.init()
Initialization routine.
|
void |
FldCIGuid.initValue() |
void |
FldCIAsOfDate.initValue() |
protected boolean |
CISpec.isCISpecModified()
Checks if the CI specification is modified.
|
protected boolean |
CI.isParentInSelection(CI parent) |
protected static void |
CI.loadSkipFieldCopyHashSet()
Loads the static HashSet with the names of the fields whose values
need not be copied from the source Mbo to the duplicated Mbo when a duplicate operation
is performed.
|
protected void |
CI.mboDelete(long accessModifier)
Only delete this CI.
|
void |
CI.modify()
called whenever a field is modified to update the changedate and changeby attributes
|
protected java.lang.String |
CI.partOfCollection()
Checks if ci is part of collection
Return the empty string if the ci is not part of collection , else return string of all the collections
|
void |
CIStatusHandler.postStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
This method is called by the framework's changestatus method.
|
protected void |
CI.refMultiAssetLocCITables(MboSetRemote refMboSet,
java.lang.StringBuffer otherApps)
Loop through the MultiAssetLocCI table and get the uniquesid's of the tables
|
void |
CISpec.save()
Override the super class save.
|
void |
CIRelation.save()
Saves a CIRelation object.
|
void |
CI.save()
Saves a CI object.
|
void |
MaxCIProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
protected void |
CI.setCIAttributesForWO(AutoAttrUpdateRemote autoAttrUpdate)
For a given multiasset sets the ci attributes from the given autoattrupdate table
|
void |
CIRemote.setCIAttributesForWO(MboSetRemote autoAttrUpdateSet) |
void |
CI.setCIAttributesForWO(MboSetRemote autoAttrUpdateSet)
For a given multiassetlocci sets the ci attributes from the autoattrupdate table
|
void |
CIRemote.setLinkToActualCI(java.lang.String actcinum,
long accessModifier)
Sets the actcinum field on the CI to the specified value, using the specified access flags.
|
void |
CI.setLinkToActualCI(java.lang.String actcinum,
long accessModifier)
Sets the actcinum field on the CI to the specified value, using the specified access flags.
|
protected boolean |
CISpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CI.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
boolean |
CIRemote.statusAllowsChange()
Returns whether the business rules allow the CI to be updated in its current status.
|
boolean |
CI.statusAllowsChange()
Returns whether the business rules allow the CI to be updated in its current status.
|
void |
CI.undelete() |
void |
CI.undelete(java.util.Hashtable cisToBeUndeleted) |
protected void |
CI.undeleteAssociatedRecords()
Delete records associated with this CI
|
protected void |
CIRelation.updateAncestorParentCI()
Set the AncestorCI and ParentCI column values if the relationship is a "containment" type relationship
|
protected void |
CIRelation.updateCIRelationHis()
Update CIRelationHis record to record the end of existing relation between CI's
|
void |
FldCIRelationTargetCI.validate()
Validate Relation Rules
|
void |
FldCIRelationSourceCI.validate()
Validate Relation Rules
|
void |
FldCIRelationRelationNum.validate()
Validate Relation Rules
|
void |
FldCILocation.validate()
Validate location, an location can be associated with only one CI
|
void |
FldCIItemNum.validate()
Check validity of the new entry on this field.
|
void |
FldCIClassStructureid.validate()
Validate if existing relations with others CI are still valid by Relation Rules
|
void |
FldCICINum.validate() |
void |
FldCIAssetNum.validate()
Validate asset, an asset can be associated with only one CI
|
void |
FldCINum.validate()
Workorder / tickets can not be created if its in Decommissioned status.
|
Methods in psdi.app.citype that throw MXException
Modifier and Type |
Method and Description |
void |
CdmCiTypeStatus.add()
Add a new CITypeStatus object
|
void |
CdmCiType.add()
Adds a new CdmCiType object.
|
protected void |
CdmCiTypeStatusHandler.addClassUseWith(java.lang.String classStructureID,
MboSetRemote classUseWithSetAdd,
MboRemote domainMbo,
int topLevel)
Set the use with actci record for a classStructureID
|
void |
CdmCiTypeRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
CdmCiType.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
CdmCiTypeStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
CdmCiTypeStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
CdmCiTypeStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
MboSetRemote |
FldCITypeStatus.getList()
Returns only Active and Inactive statuses.
|
protected Mbo |
CdmCiTypeStatusSet.getMboInstance(MboSet ms)
Generates a new CITypeStatus object.
|
protected Mbo |
CdmCiTypeSet.getMboInstance(MboSet ms)
Generates a new CIType object.
|
protected MboSetRemote |
CdmCiType.getStatusHistory()
Returns the citypestatus object.
|
void |
CdmCiType.init()
Initialization routine for CdmCiType object
Sets classstructureid , toplevelci, status and createdate to readonly.
|
void |
CdmCiTypeStatusHandler.setRootUseWithActCI(MboSetRemote classUseWithSetAdd,
MboRemote domainMbo,
int topLevel) |
void |
CdmCiTypeStatusHandler.setUseWithActCI() |
Methods in psdi.app.collection that throw MXException
Modifier and Type |
Method and Description |
void |
FldCollectDetailsSiteID.action()
Set orgid
|
void |
FldCollectDetailsLocation.action()
Set cinum, assetnum to null
|
void |
FldCollectDetailsCINum.action()
Set assetnum, location to null
|
void |
FldCollectDetailsAssetNum.action()
Set location and cinum to null
|
void |
NPCollection.add() |
void |
Collection.add()
Adds a new Collection object.
|
void |
CollectDetails.add()
Adds a new CollectDetails object.
|
void |
CollectDetails.appValidate()
Every collect detail should be associated either with a ci or asset or
location.
|
void |
CollectDetails.checkForAssetUniqueness(java.lang.String attr)
Make sure duplicate assetnum is not added for the collectdetails
|
void |
CollectDetails.checkForCIUniqueness(java.lang.String attr)
Make sure duplicate cinum is not added for the collectdetails
|
void |
CollectDetails.checkForLocationUniqueness(java.lang.String attr)
Make sure duplicate location is not added for the collectdetails
|
void |
Collection.delete(long accessModifier)
Delete the COLLECTION record and delete associated COLLECTDETAILS records.
|
void |
CollectDetails.delete(long accessModifier) |
protected void |
Collection.deleteAssociatedRecords()
Delete records associated with this COLLECTION
|
MboRemote |
Collection.duplicate()
duplicates Collection and related objects.
|
MboSetRemote |
FldCollectDetailsLocation.getList()
Show locations in a given site if siteid is not null
|
MboSetRemote |
FldCollectDetailsAssetNum.getList()
Show assets in a given site if siteid is not null
|
protected Mbo |
NPCollectionSet.getMboInstance(MboSet ms) |
protected Mbo |
CollectionSet.getMboInstance(MboSet ms)
Generates a new Collection object.
|
protected Mbo |
CollectDetailsSet.getMboInstance(MboSet ms)
Generates a new CollectDetails object.
|
void |
Collection.init()
Initialization routine.
|
void |
CollectDetails.init()
Initialization routine.
|
void |
FldNPCollectionCollectionNum.initValue() |
protected void |
Collection.loadSkipFieldCopyHashSet()
Loads the static HashSet with the names of the fields whose values
need not be copied from the source Mbo to the target Mbo when a duplicate operation
is performed.
|
void |
CollectDetails.modify() |
void |
CollectDetails.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for collectionum.
|
void |
CollectDetails.save()
Issue#07-23942
Check if CINUM and CollectionNum combination exists in the set.
|
protected boolean |
Collection.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CollectDetails.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
void |
CollectDetails.undelete() |
void |
FldCollectionNum.validate()
Issue#08-24530
|
void |
FldCollectionCollectionNum.validate() |
void |
FldCollectDetailsLocation.validate()
make sure this Location is not in the set already
|
void |
FldCollectDetailsCINum.validate() |
void |
FldCollectDetailsAssetNum.validate() |
Methods in psdi.app.common that throw MXException
Modifier and Type |
Method and Description |
void |
FldStatusChangeDate.action()
If the field is cleared, the value is set to the current server date.
|
void |
FldStartEndAssetFeatureID.action()
The desired result here is to update the non-persistent Start- or EndFeatureLabel fields
(externally called Start and End Reference Points) when the Start- or EndAssetFeatureID
value changes; if not done, the visible field remains unchanged.
|
void |
FldCustomClassName.action()
Check whether the classname is valid.
|
void |
FldCommonWorkDate.action()
re-evaluate the wocontract entries
|
void |
FldCommonTaxCode.action() |
void |
FldCommonPersonAvailWorkHours.action()
Fill the starttime, endtime, and workhour fields appropriately.
|
void |
FldCommonCraftRate.action()
Fill in all the values for the columns associated with this column of CraftRate mbo, when there is only one record.
|
void |
FldCommonCrossSiteLocation.action()
Update the fields affected by changing this field
and merge the debit gl account.
|
void |
FldCommonTax.action() |
void |
FldCommonActualDate.action()
Set the fin.
|
void |
FldCommonWonum.action()
Update the fields affected by changing this field
and merge the debit gl account.
|
void |
FldCommonLocation.action()
Update the fields affected by changing this field
and merge the debit gl account.
|
void |
FldCommonAssetnum.action()
Update the fields affected by changing this field
and merge the debit gl account.
|
void |
FldCommonRepairFacility.action() |
void |
FldCommonPersonAvailDate.action() |
void |
FldCommonLaborCraftRate.action()
Set the rate and standardrate of the LaborCraftRate mbo.
|
double |
Cost.calcLoadedCost(UserInfo user,
double linecost,
double proratecost,
double[] tax,
boolean issue,
java.lang.String orgID,
MboRemote mbo)
calculate the loadedcost for a poline,matrectrans,PR,PO,Sevrectrans record
linecost: the current poline/matrectrans cost
proratecost: the current poline/matrectrans proratecost
tax: an array of taxes,
tax[0]=0 not used typecode
tax[1] corresponds to tax1 for tax1code 1
tax[2] " tax2 tax2code 2
tax[3] " tax3 tax3code 3
tax[4] " tax4 tax4code 4
tax[5] " tax5 tax5code 5
issue: if this is a direct issue? true or false.
|
double |
Cost.calcMatRecProrateCost(MboRemote mbo)
Calculates the prorate cost for a Material receipt.
|
double |
Cost.calcProrateCost(MboRemote mbo,
double receiptLineCost)
Original method used to calculate the proratecost.
|
double |
Cost.calcServRecProrateCost(MboRemote mbo)
Calculates the prorate cost for a Service receipt
Following are the rules.
See if anything is available to prorate.
|
double |
Taxes.calculateTax(double linecost,
java.lang.String taxCode,
int whichTax)
This method calculates and returns the tax amount
for a taxcode.
|
java.lang.String |
AvailCalc.checkAvailableCalendar(java.util.Date fromDate,
java.util.Date toDate,
java.lang.String shiftnum)
Returns the available calendar between the given the dates.
|
double |
AvailCalc.checkAvailableHours(java.util.Date workdate,
PersonCalRemote personCal)
Get either the number of workhours for this day, either from the modavail table, if there is an entry, or from the workperiod table.
|
MboRemote |
AvailCalc.checkAvailableMbo(java.util.Date workdate,
PersonCalRemote personCal)
Get either the WorkPeriod mbo or the ModAvail mbo if there is one.
|
java.util.List |
AvailCalc.checkAvailableMboList(java.util.Date workdate,
PersonCalRemote personCal)
Get either the WorkPeriod mbo or the ModAvail mbo if there is one.
|
double |
AvailCalc.checkAvailableWorkHrs(java.util.Date fromDate,
java.util.Date toDate,
java.lang.String shiftnum)
Returns the available Work Hrs between the given the dates.
|
MboRemote |
AvailCalc.checkWorkPeriodMbo(java.util.Date workdate,
PersonCalRemote personCal)
Return the workperiod mbo for this date, calendar, shift and org.
|
boolean |
TaxUtility.compareTaxattrValue(MboRemote firstMbo,
java.lang.String taxattr,
MboRemote secondMbo)
Compare two MBOs tax related fields are same value or not.
|
double |
Cost.determineLoadedCostIfProrated(MboRemote mbo)
Returns the actual loadedcost of the prorated service line.
|
void |
FldCommonTax.doNotSetTotalTax()
Does not allow the Invoice header total tax to be set by changing the
invoiceline tax.
|
int |
Taxes.findTypeCode(java.lang.String thisAttrName)
method to parse a string that may look like, ex, "tax1code","tax2code",
thru "tax5code"
return an integer to incidicate the typecode of this tax?code.
|
java.lang.String[] |
FldDynamicApplink.getAppLink() |
MboRemote |
AvailCalc.getCompositeWP(java.util.List modAvailList,
java.util.Date workDate,
PersonRemote person,
java.lang.String orgid)
This takes a List of ModAvail mbos and combines them with the WorkPeriod of the same workdate,
if any, into a single "composite" workperiod.
|
MboRemote |
AvailCalc.getCompositeWP(java.util.List modAvailList,
java.util.Date workDate,
PersonRemote person,
java.lang.String orgid,
boolean isCreateAMGrid) |
double |
DefaultOrderPrice.getDefaultOrderPrice(java.lang.String currencyCode,
double quantity,
boolean considerBlanket,
boolean considerPrice,
Mbo mbo)
getDefaultOrderPrice - (a remote public method)
-WHAT: The primary method of the DefaultOrderPrice class.
|
java.lang.String |
TransactionGLMerger.getInventoryGLAccount() |
MboSetRemote |
TransactionGLMerger.getInventorySetLIFOFIFO()
IV29537/58299, issue 12-14426: if inventory costtype is FIFO or LIFO, there
won't be INVCOST records.
|
int |
DefaultOrderPrice.getItemNumFlag()
Return the itemNumFlag
|
java.lang.String |
TransactionGLMerger.getItemOrgInfoGLAccount() |
java.lang.String |
TransactionGLMerger.getItemResourceAccount() |
MboSetRemote |
FldJobPlanIntShift.getList() |
MboSetRemote |
FldIntShift.getList() |
MboSetRemote |
FldCommonCraftRate.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldAssignedOwnerGroup.getList()
get the list based on the relationship, list criteria on setup
|
MboSetRemote |
FldChangeStatus.getList()
Generates the list of possible status changes.
|
MboSetRemote |
FldCommonLaborCraftRate.getList()
Set the qbe's of the lookup.
|
protected Mbo |
CommonMboSet.getMboInstance(MboSet ms)
Generate a new Object
|
java.lang.String |
TransactionGLMerger.getMergedDebitGLAccount() |
java.util.Date |
AvailCalc.getNextWorkDate(java.util.Date fromDate)
Returns the next available workdate from the given date.
|
java.util.Date |
AvailCalc.getNextWorkDateForCal(java.util.Date workdate,
java.lang.String person,
java.lang.String calnum,
java.lang.String shiftnum,
java.lang.String orgid)
Returns the next working date for this date, calendar, shift and org combination.
|
MboSetRemote |
OrgSetHolderForConditionalUIRemote.getOrgSet() |
MboSetRemote |
OrgSetHolderForConditionalUI.getOrgSet() |
static MboSetRemote |
TicketWOUtility.getOriginalRecordList(Mbo record)
Return a list of potential original records given a Ticket or Work Order.
|
PersonCalRemote |
AvailCalc.getPersonCal(PersonRemote person,
java.lang.String orgid)
Fetches the Personcal for the passed person and orgid.
|
protected SqlFormat |
FldCommonCraftRate.getSqlForEnteredFields() |
SqlFormat |
FldCommonLaborCraftRate.getSqlForEnteredFields() |
java.lang.String |
AvailCalc.getSqlSqfFormat(java.lang.String strValue,
java.util.Date AvailDate,
java.lang.String orgid)
This method sets the values in the sql variables.
|
java.util.Date |
AvailCalc.getStartDateTime(java.util.Date workdate,
PersonCalRemote personCal)
Take the workdate and set its time to the beginning of the shift.
|
java.lang.String[] |
TaxUtility.getTaxCodeOrder(MboRemote mbo)
get Tax taxcode order
|
double[] |
TaxUtility.getTaxesArray(MboRemote mbo)
Get Tax1-TaxN to a double array array.
|
java.lang.String[] |
TaxUtility.getTaxExemptOrder(MboRemote mbo)
get Tax taxexampt order
|
java.lang.String |
TransactionGLMerger.getTicketResourceAccount() |
java.util.Date |
AvailCalc.getToDate(java.util.Date fromDate) |
java.util.Date |
AvailCalc.getToDateOneYear(java.util.Date fromDate)
IV44545: return a date one year after the passed date - user may have many workperiod records
instead of processing the entire workperiod - we process one year at a time
|
MboRemote |
FldCommonWonum.getWoOwner()
Determines whether the Mbo owning this attribute's Mbo is a WO Mbo
If there no owner of the MboSet or if the owner
is not a WO object, null is returned.
|
java.lang.String |
AvailCalc.getWPSQL(java.util.Date fromDate,
java.util.Date toDate)
Returns the Sql string to find available workperiod between the given the dates.
|
void |
FldCommonLineType.init()
Set the 'LINETYPE' field to READONLY if the Mbo has been saved.
|
void |
FldStatusChangeDate.initValue()
Set the value of ActionChangeStatus Mbo AsOfDate attribute.
|
void |
FldObjectName.initValue()
Method to initialize the name of the object so it can be
retrieved as a MboValueData object.
|
void |
FldHasParent.initValue()
Method to initialize the value of the field so it can be
retrieved as a MboValueData object.
|
void |
FldHasChildren.initValue()
Method to initialize the value of the field so it can be
retrieved as a MboValueData object.
|
void |
FldFilterDate.initValue() |
void |
FldDynamicApplink.initValue() |
void |
FldCommonTaxCode.initValue()
10-10987: if object is not to be added, then set tax to be readonly
if the taxcode is populated.
|
void |
FldCommonIncludeTax.initValue() |
void |
FldCommonTax.initValue()
If object is not to be added, then set tax to be readonly if the tax exempt is true
or taxcode is populated.
|
java.lang.String |
TransactionGLMerger.mergedGL(java.lang.String topGL,
java.lang.String bottomGL)
Return the merged result of these two GLs
|
void |
Cost.prorateServices(MboSetRemote lines)
Allocate the service cost to the material lines.
|
void |
FundTracker.putFunds(java.lang.String ponum,
double value,
Mbo mbo)
putFunds(string,double)
WHAT: A public method providing users ability to add
a value into a hashtable for a particular po.
|
void |
TaxUtility.resetTaxOrder()
reset Tax exampt and tax code hierarchy order.
|
boolean |
FldCommonFinishDate.resolveServerStartVSZeroSecondsFinish()
If the start date with zeroed SECONDS and MILLISECONDS is equal to the
finish date, then the finish date is set equal to the finish date.
|
java.lang.String |
FldDynamicApplink.setAppLinkObjectName() |
void |
FldCommonCrossSiteLocation.setAssetnumField(java.lang.String assetnumField)
Give the name of the assetnum attribute
|
void |
FldCommonWonum.setAssetnumField(java.lang.String assetnumField)
Give the name of the Assetnum attribute.
|
void |
FldCommonLocation.setAssetnumField(java.lang.String assetnumField)
Give the name of the assetnum attribute
|
void |
FldCommonCrossSiteLocation.setChargeStoreField(java.lang.String chargestoreField)
Give the name of the Charge-To-Store flag attribute
|
void |
FldCommonWonum.setChargeStoreField(java.lang.String chargestoreField)
Give the name of the Charge-to-Store attribute.
|
void |
FldCommonLocation.setChargeStoreField(java.lang.String chargestoreField)
Give the name of the Charge-To-Store flag attribute
|
void |
FldCommonAssetnum.setChargeStoreField(java.lang.String chargestoreField)
Give the name of the Charge-To-Store flag attribute
|
void |
FldCommonLocation.setcontractNumField(java.lang.String contractNumField)
Give the name of the contractNum attribute
|
void |
FldCommonLocation.setcraftField(java.lang.String craftField)
Give the name of the craft attribute
|
void |
FldCommonCrossSiteLocation.setGLDebitAcctField(java.lang.String gldebitacctField)
Give the name of the GL Debit Account attribute
|
void |
FldCommonWonum.setGLDebitAcctField(java.lang.String gldebitacctField)
Give the name of the GL Debit Account attribute.
|
void |
FldCommonLocation.setGLDebitAcctField(java.lang.String gldebitacctField)
Give the name of the GL Debit Account attribute
|
void |
FldCommonAssetnum.setGLDebitAcctField(java.lang.String gldebitacctField)
Give the name of the GL Debit Account attribute
|
void |
FldCommonCrossSiteLocation.setItemnumField(java.lang.String itemnumField)
Give the name of the ItemNum attribute
|
void |
FldCommonWonum.setItemnumField(java.lang.String itemnumField)
Give the name of the Itemnum attribute.
|
void |
FldCommonLocation.setItemnumField(java.lang.String itemnumField)
Give the name of the ItemNum attribute
|
void |
FldCommonAssetnum.setItemnumField(java.lang.String itemnumField)
Give the name of the ItemNum attribute
|
void |
FldCommonCrossSiteLocation.setItemsetidField(java.lang.String itemsetidField)
Give the name of the ItemSetID attribute
|
void |
FldCommonWonum.setItemsetidField(java.lang.String itemsetidField)
Give the name of the Itemsetid attribute.
|
void |
FldCommonLocation.setItemsetidField(java.lang.String itemsetidField)
Give the name of the ItemSetID attribute
|
void |
FldCommonAssetnum.setItemsetidField(java.lang.String itemsetidField)
Give the name of the ItemSetID attribute
|
void |
FldCommonCrossSiteLocation.setLaborcodeField(java.lang.String laborcodeField)
Give the name of the Laborcode attribute
|
void |
FldCommonWonum.setLaborcodeField(java.lang.String laborcodeField)
Give the name of the LaborCode attribute.
|
void |
FldCommonLocation.setLaborcodeField(java.lang.String laborcodeField)
Give the name of the Laborcode attribute
|
void |
FldCommonAssetnum.setLaborcodeField(java.lang.String laborcodeField)
Give the name of the Laborcode attribute
|
void |
FldCommonWonum.setLocationField(java.lang.String locationField)
Give the name of the Location attribute.
|
void |
FldCommonAssetnum.setLocationField(java.lang.String locationField)
Give the name of the location attribute
|
void |
FldCommonCrossSiteLocation.setMRField(java.lang.String mrnumField,
java.lang.String mrlinenumField)
Give the names of the MRNum and MRLineNum attributes
|
void |
FldCommonWonum.setMRField(java.lang.String mrnumField,
java.lang.String mrlinenumField)
Give the name of the MRNum and MRLineNum attributes.
|
void |
FldCommonLocation.setMRField(java.lang.String mrnumField,
java.lang.String mrlinenumField)
Give the names of the MRNum and MRLineNum attributes
|
void |
FldCommonAssetnum.setMRField(java.lang.String mrnumField,
java.lang.String mrlinenumField)
Give the names of the MRNum and MRLineNum attributes
|
void |
OrgSetHolderForConditionalUIRemote.setOrgSet(MboSetRemote orgSetFromPmsOnResultList) |
void |
OrgSetHolderForConditionalUI.setOrgSet(MboSetRemote orgSet) |
void |
DefaultOrderPrice.setPriceAttribute(Mbo mbo,
java.lang.String attribute,
int identifier)
setPriceAttribute(1,2,3)
Overload of setPriceAttribute(1,2,3,4) - allowing user to call setValue without access modifiers.
|
void |
DefaultOrderPrice.setPriceAttribute(Mbo mbo,
java.lang.String attribute,
int identifier,
long flags)
setPriceAttribute(1,2,3,4)
- USE This method should be used as an aid to setting associated/auxillary DefaultOrderPrice values.
|
void |
FldCommonLocation.setskillLevelField(java.lang.String skillLevelField)
Give the name of the skillLevel attribute
|
void |
FldCommonCrossSiteLocation.setStoreLocField(java.lang.String storelocField,
boolean clearStorelocField)
Give the name of the Inventory Storeroom Location attribute
|
void |
FldCommonWonum.setStoreLocField(java.lang.String storelocField,
boolean clearStorelocField)
Give the names of the Storeroom Location and whether the attribute should be cleared.
|
void |
FldCommonLocation.setStoreLocField(java.lang.String storelocField,
boolean clearStorelocField)
Give the name of the Inventory Storeroom Location attribute
|
void |
FldCommonAssetnum.setStoreLocField(java.lang.String storelocField,
boolean clearStorelocField)
Give the name of the Inventory Storeroom Location attribute
|
void |
TaxUtility.setTaxattrValue(MboRemote mbo,
java.lang.String taxattr,
MboRemote mbofrom)
Set value to all tax fields
|
void |
TaxUtility.setTaxattrValue(MboRemote mbo,
java.lang.String taxattr,
MboRemote mbofrom,
long accessModifier)
Set value to all tax fields
|
void |
TaxUtility.setTaxOrder(MboRemote mbo)
Set Tax exampt and tax code hierarchy order.
|
void |
TransactionGLMerger.setTicket(MboRemote ticketMbo)
Gives the Ticket Mbo object representing the ticket involved with the transaction.
|
void |
FldCommonCrossSiteLocation.setToolnumField(java.lang.String toolnumField)
Give the name of the ToolNum attribute
|
void |
FldCommonWonum.setToolnumField(java.lang.String toolnumField)
Give the name of the ToolNum attribute.
|
void |
FldCommonLocation.setToolnumField(java.lang.String toolnumField)
Give the name of the ToolNum attribute
|
void |
FldCommonAssetnum.setToolnumField(java.lang.String toolnumField)
Give the name of the ToolNum attribute
|
protected void |
FldAssignedOwnerGroup.setup()
Set up the relationship, list criteria etc.
|
protected void |
FldTableDuplicateLookup.setValidateErrorMessage(java.lang.String resource,
java.lang.String errorMessage)
Sets the error message to be displayed if the validation fails
|
protected void |
FldTableDuplicate.setValidateErrorMessage(java.lang.String resource,
java.lang.String errorMessage)
Sets the error message to be displayed if the validation fails
|
void |
FldAssignedOwnerGroup.setValueFromLookup(MboRemote sourceMbo) |
void |
FldCommonLocation.setvendorField(java.lang.String vendorField)
Give the name of the vendor attribute
|
void |
TransactionGLMerger.setWO(MboRemote wo)
Gives the WO Mbo object representing the work order involved with the transaction.
|
void |
FldCommonCrossSiteLocation.setWonumField(java.lang.String wonumField)
Give the name of the wonum attribute
|
void |
FldCommonLocation.setWonumField(java.lang.String wonumField)
Give the name of the wonum attribute
|
void |
FldCommonAssetnum.setWonumField(java.lang.String wonumField)
Give the name of the wonum attribute
|
static void |
AncestorManager.updateAncestorRecords(AncMbo pivot)
Searches for an existing AncestorManager to use or creates one if none found.
|
static void |
AncestorManager.updateAncestorRecords(AncMbo pivot,
AncMbo parent) |
void |
FldTableDuplicateLookup.validate()
Validates the current mboset for duplicates
|
void |
FldStatusChangeDate.validate()
The AsOfDate attribute must be a later date than the date
of last status for the parent record.
|
void |
FldPriority.validate()
Value can be null or between 0 and WOService.MAXPRIORITY
|
void |
FldGroupStartApp.validate()
Validate the app name
|
void |
FldCommonTaxCode.validate()
IV35816/71201: invoiceline performance - if one invoice has many invoicelines - each line may refercne just one Tax record
cache the Tax object in InvoiceLineSet.taxHash to avoid repeated sql fetches for the same select statement
|
void |
FldCommonStartApp.validate()
Validate the app name
|
void |
FldCommonItemOrgInfoCategory.validate() |
void |
FldCommonCraftRate.validate()
This method first gets a CraftRate set based on the
Craft,Skilllevel, Vendor, ContractNum, and Orgid that are currently filled in.
|
void |
FldCommonCategory.validate() |
void |
FldTableDuplicate.validate()
Validates the current mboset for duplicates
|
void |
FldCommonActualDate.validate()
See if a financial period corresponds to the date given.
|
void |
FldCommonWonum.validate()
Does no validation.
|
void |
FldCommonFile.validate()
Check whether the path and file name is valid.
|
void |
FldChangeStatus.validate() |
void |
FldCommonLaborCraftRate.validate()
This method first gets a LaborCraftRate set based on the
Craft,Skilllevel, Vendor, ContractNum, and Orgid that are currently filled in.
|
Constructors in psdi.app.common that throw MXException
Constructor and Description |
CommonMboSet(MboServerInterface ms) |
FldAssignedOwnerGroup(MboValue mbv)
Construct without a criteria.
|
FldChangeStatus(MboValue mbv)
Construct and attach to the MboValue.
|
FldCommonAssetnum(MboValue mbv,
java.lang.String criteriaName)
Constructor
|
FldCommonAssetnum(MboValue mbv,
java.lang.String criteriaName,
java.lang.String siteid)
added this to pass the site attribute to the base class FldAssetNum
|
FldCommonCraftRate(MboValue mbv) |
FldCommonCraftRate(MboValue mbv,
boolean statusCriteria) |
FldCommonCrossSiteLocation(MboValue mbv,
java.lang.String criteriaName)
Constructor
|
FldCommonIncludeTax(MboValue mbv)
Construct and attach to the mbo value
|
FldCommonItemSetId(MboValue mbv)
Construct and attach to the mbo value.
|
FldCommonLaborCraftRate(MboValue mbv) |
FldCommonLaborCraftRate(MboValue mbv,
boolean statusCriteria) |
FldCommonLineType(MboValue mbv)
Set the list name to line type after calling the super constructor.
|
FldCommonLocation(MboValue mbv,
java.lang.String criteriaName)
Constructor
|
FldCommonPersonAvailDate(MboValue mbv) |
FldCommonPersonAvailWorkHours(MboValue mbv) |
FldCommonRepairFacility(MboValue mbv) |
FldCommonRepairFacility(MboValue mbv,
java.lang.String siteid) |
FldCommonRepairFacility(MboValue mbv,
java.lang.String siteid,
boolean inSecurityApp)
IV78664: new constructor with additional boolean
Construct and attach to the mbo value.
|
FldCommonStartApp(MboValue mbv) |
FldCommonTax(MboValue mbv)
Construct and attach to the mbo value
|
FldCommonTaxCode(MboValue mbv)
Construct and attach to the mbo value
Validate that taxcode has to be in the tax table
tax1code implicitly suggests that it is a taxcode of typecode '1'
tax2code implimitly suggests that it is a taxcode of typecode '2'
etc.
|
FldCommonUseType(MboValue mbv)
Set the list name to line type after calling the super constructor.
|
FldCommonWonum(MboValue mbv)
Constructor defaults the relationship to the Work Order table with a relationship of
"siteid = :siteid and wonum = :".
|
FldDynamicApplink(MboValue mbv) |
FldFilterDate(MboValue mbv)
Construct without a criteria.
|
FldGroupStartApp(MboValue mbv) |
FldHasChildren(MboValue mbv)
Constructor
|
FldHasParent(MboValue mbv)
Constructor
|
FldMainExternalObjectName(MboValue mbv)
Construct and attach to the mbo value
|
FldObjectName(MboValue mbv)
Constructor
|
FldTableDuplicate(MboValue mbv)
Construct and attach to the mbo value.
|
FldTableDuplicateLookup(MboValue mbv)
Construct and attach to the mbo value.
|
Methods in psdi.app.common.purchasing that throw MXException
Modifier and Type |
Method and Description |
void |
FldPurVendor.action()
Once a vendor is entered get crossover info from companies and set the corresponding crossover fields namely
contact,customernum,fob,freightterms,shipvia,paymentterms,inclusive1..inclusive5,payonreceipt,currencycode
If buyahead = Y set exchangedate to the current date.
|
void |
FldPurUnitCost.action()
Update the fields affected by changing this field
|
void |
FldPurTotalTax.action() |
void |
FldPurTaxExempt.action()
If the TAXEXEMPT value is 'Y' then all tax values (ie tax1-tax 10 code & tax1-tax10)
should be NULL and readonly.
|
void |
FldPurStoreloc.action()
.
|
void |
FldPurStoreLocSiteID.action()
Based on StoreLocSiteID, set the StoreLoc and CurrencyCode.
|
void |
FldPurShipTo.action()
|
void |
FldPurRequestedBy.action() |
void |
FldPurRefWO.action()
.
|
void |
FldPurPreTaxTotal.action()
If the preTaxTotal is changed the totaltax is recalculated and so is the totalcost and the totalcost field is set.
|
void |
FldPurOrderUnit.action()
sets the conversion factor when the OrderUnit is modified.
|
void |
FldPurOrderQty.action()
When there is an orderqty set the linecost field except when the line is a service and both the orderQty and unitcost are null.
|
void |
FldPurLocation.action()
Post-validation is derived from FldCommonLocation and any additional post-validation is done in this class.
|
void |
FldPurLoadedCost.action()
Called if the data is valid, to perform some action
Does nothing
|
void |
FldPurLineType.action()
Sets the editibility of other fields based on the value of this field.
|
void |
FldPurLineResType.action()
Checks to see if the current Mbo is an internal PR/PO.
|
void |
FldPurLineCost.action()
If there is a linecost set the unitcost and if the exchangerate2 of po/pr is not null set linecost2.
|
void |
FldPurLineContractRefNum.action()
If contract reference number is null, contractrefid, contractrefrev, contreflineid and scheduleid
will be null.
|
void |
FldPurLineContRefLineID.action()
Sets the non-persistent ContRefLineNum.
|
void |
FldPurItemNum.action()
.
|
void |
FldPurIssue.action()
If issue is set to Y, set storeloc to null.
|
void |
FldPurInternal.action()
If Internal is set to be true,
1) StoreLocSiteID is editable
2) Vendor, ContractRefNum and NoVendor are read only and the values will be cleard.
|
void |
FldPurInclusive.action()
If the value is Y for inclusive1, recalculate totaltax1 and then recalculate and set totalcost of PO/PR.
|
void |
FldPurGLDebitAcct.action() |
void |
FldPurGLCreditAcct.action() |
void |
FldPurExchangeRate.action() |
void |
FldPurContact.action()
The action is only for populating RFQVendor email, fax and phone attributes.
|
void |
FldPurConditionCode.action()
Update the fields affected by changing this field.
|
void |
FldPurClassStructureId.action()
Generate or clear PDSpec when classstructureid is modified.
|
void |
FldPurChargeStore.action()
If this field is changed from NO to YES the following fields are cleared:
Wonum, Assetnum, Location and GlDebitAcct.
|
void |
FldPurBillTo.action()
|
void |
FldPurAssetnum.action()
Post-validation is derived from FldCommonAssetnum class and any additional post-validation is done in this class.
|
void |
FldPurTotalCost.action()
If the TotalCost is changed get the exchangerate between the PO/PR's currencycode and the basecurrency and recalculate and set totalbasecost(basetotalcost if the mbo is Invoice).
|
void |
FldCommonCurrencyCode.action()
Update the fields affected by changing this field !!
|
void |
FldPurContractRefNum.action()
Copy contract info to PO/PR header.
|
void |
PurchasingMbo.addConsignmentItems(MboSetRemote mboLineSet,
java.util.Vector itemsVec)
This method adds the consignment contract items when user selects yes on the warning message.
|
void |
PurchasingLineMbo.appValidate()
Application validation routine called before the PurchasingLineMbo object is saved.
|
void |
PurchasingLineMbo.checkConsignment(MboRemote lineMboRemote,
MboRemote inventoryRec)
This method called from PO/PR validation classes for itemnum and storeloc.
|
java.util.Vector |
PurchasingMbo.checkConsignmentItems(MboSetRemote itemSetRemote,
java.lang.String storeloc)
This method creates a vector for mbos where the consignment vendor is different from the PO/PR header vendor for invvendor/sparepart
items.
|
java.util.Vector |
PurchasingMbo.checkConsignmentItemsInContractSet(MboSetRemote contractLineSetRemote,
java.lang.String storeloc)
This method creates a vector for mbos where the consignment vendor is different from the PO/PR header vendor for contract items.
|
MboRemote |
PurchasingMbo.checkContractType(MboRemote contractRemote)
Find the corresponding type of Contract object for a given Contract.
|
boolean |
PurchasingMbo.checkInvalidItemStatus(MboSetRemote invVendorSetRemote)
Check if item is valid before copied to PRLine/POLine.
|
boolean |
PurchasingLineMbo.compareContractWithPOPR(MboRemote contractRemote,
MboRemote poprHeader,
MboRemote contractAuth)
Compare Contract vendor, shipvia, fob, paymentterms, freightterms, inclusive1 - inclusive5,
ContractAuth billto and billtoattn with PO/PR header's info.
|
void |
PurchasingMbo.compareCopyTerms(MboRemote fromMbo)
This method will copy the fromMbo's corresponding Terms to current Mbo's Terms.
|
MboRemote |
PurchasingLineMbo.copy(MboSetRemote mboset) |
void |
PurchasingMbo.copyAllTerms(MboSetRemote toTermsSet)
This method will copy all the terms that exist for the current Mbo (PO, PR, Contract)
to the MboSet being passed in.
|
void |
PurchasingMbo.copyContarctTerm(MboRemote contractRemote)
Copy contract terms to PO.
|
void |
PurchasingMboRemote.copyContarctTerm(MboRemote contractRemote) |
void |
PurchasingMbo.copyContractToPOPR(MboSetRemote sourceContractLineSet)
Copy ContractLines to the current PO/PR.
|
void |
PurchasingMboRemote.copyContractToPOPR(MboSetRemote sourceContractLineSet) |
void |
PurchasingMbo.copyFromContract(MboRemote contractRemote,
MboRemote contractAuthFind)
Copy contract info to PO/PR header.
|
void |
PurchasingLineMbo.copyLeaseSuspAcct(MboRemote contractRemote)
If the contract is Lease type, copy leasesuspacct to POLine/PRLine glcreditacct.
|
void |
PurchasingLineMboRemote.copyLeaseSuspAcct(MboRemote contractRemote) |
void |
PurchasingMbo.copyTerms(MboSetRemote termsSet)
This method will copy the selected terms to the set calling Mbo's corresponding Terms.
|
void |
PurchasingMboRemote.copyTerms(MboSetRemote termsSet) |
MboRemote |
PurchasingMbo.createContractHeader(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType)
This method copies the PO/PR infomation to the Contract Header and returns the Contract header.
|
void |
PurchasingLineMbo.createContractLine(MboRemote newContract)
Create ContractLine from this POLine or PRLine.
|
boolean |
PurchasingLineMbo.foundOtherLines()
If there is any other line with vendor exists, return true.
|
java.lang.String[] |
FldPurLineContractNum.getAppLink()
Depending on the type of the contract, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldPurItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldPurContractRefNum.getAppLink()
Depending on the type of the contract, return the appropriate app link name
for the value attribute.
|
MboRemote |
FldPurContractRefNum.getContract()
Return a Contract object.
|
MboRemote |
PurchasingMbo.getContractAuth(MboRemote contractRemote)
Return a ContractAuth object.
|
void |
PurchasingLineMbo.getDefaultTaxCodes(MboRemote itemRemote,
MboRemote invVendor)
This method gets taxexempt and taxcodes for the poline/prline .
|
void |
PurchasingLineMbo.getDefaultTaxExempt(MboRemote itemRemote,
MboRemote invVendor)
This method gets taxexempt and taxcodes for the poline/prline .
|
double |
PurchasingMbo.getExchangeRate(java.util.Date date)
Get the exchangerate between the PO's or the Contract's currency and the basecurrency.
|
double |
PurchasingMbo.getExchangeRate2(java.util.Date date)
Get the exchangerate2 if there is a base currency2.
|
void |
FldPurItemNum.getGLDebitAcct()
Gets proper GL debit account.
|
boolean |
PurchasingMbo.getInvoiceMgtMaxVar()
Private method to get the "INVOICEMGT" maxvar.
|
void |
PurchasingLineMbo.getInvVendorValues()
Get InvVendor info for this item on POLine/PRLine.
|
void |
PurchasingLineMbo.getInvVendorValues(boolean callingfromContition)
Get InvVendor info for this item on POLine/PRLine.
|
MboSetRemote |
FldPurWonum.getList()
Returns a set of Work Orders.
|
MboSetRemote |
FldPurVendor.getList()
Returns non-disabled companies within this organization.
|
MboSetRemote |
FldPurTermId.getList() |
MboSetRemote |
FldPurStoreloc.getList()
Returns Storeroom type locations.
|
MboSetRemote |
FldPurLocation.getList()
Return list of STOREROOM mbos from the Location table.
|
MboSetRemote |
FldPurLineType.getList()
Returns line type value list MATERIAL, ITEM, SERVICE, STDSERVICE and TOOL.
|
MboSetRemote |
FldPurLineContractRefNum.getList()
For search page, returns POLine/PRLine contract reference.
|
MboSetRemote |
FldPurItemNum.getList()
Returns item with the correct item type ITEM, STDSERVICE and TOOL.
|
MboSetRemote |
FldPurContact.getList()
Return list of mbos for from the compcontact table.
|
MboSetRemote |
FldPurCommodityGroup.getList()
Returns commodity group value.
|
MboSetRemote |
FldPurCommodityCode.getList()
Override and setup the appropriate criteria for displaying the list
|
MboSetRemote |
FldPurAssetnum.getList()
Returns Assets.
|
MboSetRemote |
FldPurContractRefNum.getList()
Returns approved PORequired contracts and date range is active.
|
MboSetRemote |
PurchasingMbo.getPOPRLineSet()
This method returns the polineset/prlineset for the consignment items to be added.
|
MboSetRemote |
PurchasingMboRemote.getPOPRLineSet() |
java.lang.String |
PurchasingLineMbo.getRecentItemNum()
09-23190
|
boolean |
PurchasingMbo.getShowconswarningFlag()
This method returns the showconswarning flag.
|
void |
PurchasingLineMbo.getTaxCodes()
This method gets taxexempt and taxcodes for the poline/prline .
|
void |
PurchasingLineMboRemote.getTaxCodes() |
void |
FldPurStoreLocSiteID.init()
Set the StoreLocSiteID field to READONLY if the POLine/PRLine exists.
|
void |
FldPurLineContractRefNum.init()
Set the ContractRefNum field to READONLY if the PO/PR has a ContractRefNum.
|
void |
FldPurItemNum.init() |
void |
PurchasingLineMbo.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
FldPurWonum.initValue() |
void |
FldPurTotalBaseCost.initValue() |
void |
FldPurPreTaxTotal.initValue()
This method is used to set the initial value of the Pretaxtotal field
(PretaxTotal=sum of the linecost of the lines)
|
boolean |
PurchasingLineMbo.isAddLinesOnUse(MboRemote contractRemote)
Get Purchase/Blanket/Price Contract AddLinesOnUse boolean value.
|
boolean |
PurchasingLineMboRemote.isAddLinesOnUse(MboRemote contractRemote) |
void |
PurchasingLineMbo.isValidAssetIfAny()
09-13690
|
void |
PurchasingLineMboRemote.isValidAssetIfAny()
09-13690
|
void |
PurchasingLineMbo.isValidLocationIfAny()
09-13690
|
void |
PurchasingLineMboRemote.isValidLocationIfAny()
09-13690
|
void |
PurchasingLineMbo.isValidMRIfAny()
This method checks if the MRNUM on the POLINE is an approved MR if not it throws an exception.
|
void |
PurchasingLineMboRemote.isValidMRIfAny() |
void |
PurchasingLineMbo.isValidRefWOIfAny()
09-13690
|
void |
PurchasingLineMboRemote.isValidRefWOIfAny()
09-13690
|
void |
PurchasingLineMbo.isValidStoreLocIfAny()
09-13690
|
void |
PurchasingLineMboRemote.isValidStoreLocIfAny()
09-13690
|
void |
PurchasingMbo.nullVendor()
Throws an exception if the vendor on the PR/PO Header is null.
|
void |
PurchasingMboRemote.nullVendor() |
void |
PurchasingMbo.nullVendorContract()
Throws an exception if the contract reference on the PR/PO Header is not null.
|
void |
PurchasingMboRemote.nullVendorContract() |
void |
PurchasingMbo.recalculateTotalCost()
Used to set the value of the pretaxtotal(sum of linecost)
after the deletion of one poline.
|
double |
PurchasingMbo.recalculateTotalTax()
This method returns the total of the totaltax1-5
based on inclusive1-5.
|
void |
PurchasingLineMbo.setConversionFactor()
Sets the conversion factor, if it can be determined.
|
void |
PurchasingLineMboRemote.setConversionFactor() |
void |
PurchasingLineMbo.setDefaultOrderPrice()
Get default order price.
|
void |
PurchasingLineMbo.setFieldsInitDuplicate()
Set fields read only or editable based on the line type.
|
void |
PurchasingLineMboRemote.setFieldsInitDuplicate() |
void |
PurchasingLineMbo.setOrderUnit(MboRemote inventory,
java.lang.String orderOrIssueUnitAttr)
sets the OrderUnit attribute.
|
void |
PurchasingLineMboRemote.setOrderUnit(MboRemote inventory,
java.lang.String orderOrIssueUnitAttr) |
void |
PurchasingMbo.setPOPRLineSet(MboSetRemote mboLineSet)
This method sets the polineset/prlineset for the consignment items.
|
void |
PurchasingLineMbo.setPriceQtyFields()
Based on ContractLine ChgPriceOnUse and ChgQtyOnUse value to set line cost, unit cost,
order unit and quantity to be read only or editable.
|
void |
PurchasingLineMboRemote.setPriceQtyFields() |
void |
PurchasingLineMbo.setReceiptTolerance(MboRemote Itemorg,
MboRemote Invvendor)
This method set ReceiptTolerance for the poline .
|
void |
PurchasingLineMbo.setRecentItemNum(java.lang.String itemNum)
09-23190
|
void |
PurchasingMbo.setShowconswarningFlag(boolean flag)
This method sets the showconswarning flag.
|
void |
PurchasingLineMbo.setUnitCost(boolean gettingPriceFromInvCost,
double price)
Set unit cost.
|
void |
FldPurWonum.setValueFromLookup(MboRemote sourceMbo)
If calling from POLine, needs to bring back ToSiteID.
|
void |
FldPurStoreloc.setValueFromLookup(MboRemote sourceMbo)
If calling from POLine, needs to bring back ToSiteID.
|
void |
FldPurLocation.setValueFromLookup(MboRemote sourceMbo)
If calling from POLine, needs to bring back ToSiteID.
|
void |
FldPurItemNum.setValueFromLookup(MboRemote sourceMbo)
09-23190: sourceMbo usually is Item.
|
void |
FldPurAssetnum.setValueFromLookup(MboRemote sourceMbo)
If calling from POLine, needs to bring back ToSiteID.
|
java.util.Vector |
PurchasingMbo.showConsVendorWarningMessage(MboSetRemote invVendorSetRemote,
java.util.Vector vendorItemsVec,
java.lang.String storeloc)
This method displays the warning message in case the PO vendor does not match with inventory consignment vendor for invvendor/sparepart items.
|
void |
PurchasingMbo.showConsVendorWarningMessageForContracts(MboSetRemote mboLineSet)
This method displays the warning message in case the PO vendor does not match with inventory consignment vendor for contract items.
|
void |
PurchasingMboRemote.showConsVendorWarningMessageForContracts(MboSetRemote mboLineSet) |
MboSetRemote |
FldPurItemNum.smartFill(java.lang.String value,
boolean exact)
If line type is SPORDER, do not validate the entry and smartFill should not be in effect.
|
MboSetRemote |
FldPurContact.smartFill(java.lang.String value,
boolean exact)
08-100382 if entered value does not exist in the compcontact, accept it
SmallFill should not be in effect
|
MboSetRemote |
FldPurContractRefNum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact) |
void |
FldPurStoreloc.validate()
If Line type is SERVICE, STDSERVICE or MATERIAL, cannot set value on store room.
|
void |
FldPurOrderQty.validate()
The validation rountine is only for PO line.
|
void |
FldPurLoadedCost.validate()
It's for PO service line type with null order quantity and partial service receipts exist.
|
void |
FldPurLineType.validate() |
void |
FldPurLineCost.validate()
The validation rountine is only for PO service line.
|
void |
FldPurLineContractRefNum.validate()
Contract Reference on PRLine/POLine validaiton.
|
void |
FldPurLineContractNum.validate() |
void |
FldPurItemNum.validate()
If line type is special order, only new item could be allowed.
|
void |
FldPurGLCreditAcct.validate()
Validate to check if the GL Accounts are fully specified.
|
void |
FldPurEnterBy.validate() |
void |
FldPurDeliveryDate.validate() |
void |
FldPurContact.validate()
DO NOT validate against the CompContact table.
|
void |
FldPurCommodityGroup.validate()
Validates the commodity group fld and clears out the coomodity code
|
void |
FldPurCommodityCode.validate()
Validates the commodity code fld and sets the group fld
|
void |
FldPurContractRefNum.validate()
Check if the contract is a valid contract or not.
|
void |
PurchasingLineMbo.validateDeliveryDate()
Validation for ReqDeliveryDate and VenDeliveryDate in POLine/PRLine.
|
Methods in psdi.app.common.receipt that throw MXException
Modifier and Type |
Method and Description |
void |
FldMatServQuantity.action()
Set currencylinecost value
currencylinecost = quantity * currencyunitcost
|
void |
FldMatServCurrencyUnitCost.action()
Set currencylinecost and unitcost values
currencylinecost = quantity * currencyunitcost
unitcost = exchangerate * currencyunitcost
|
void |
FldMatServCurrencyLineCost.action()
Set currencyunitcost, linecost and linecost2 if applicable
linecost = exchangerate * currencylinecost
if quantity != 0 and currencyunitcost != 0
currencyunitcost = currencylinecost / quantity
if exchangerate2 is not null
linecost2 = exchangerate2 * currencylinecost
|
void |
FldMatServCurrencyCode.action()
Set exchangerate2 values.
|
void |
FldMatServLineCost.action()
Set MatRecTrans and ServRecTrans TAX1 - TAX5, proratecost and loadedcost values
If the linecost field on MATRECTRANS or SERVRECTRANS is changed and if this MATRECTRANS or the SERVRECTRANS
has any children, the loadedcost and linecost on the CHILD MATREC or SERVREC must be changed according to
the percentage on the associated POCost.
|
void |
ReceiptMboRemote.approve(java.util.Date approveDate) |
void |
ReceiptMbo.approve(java.util.Date approveDate)
This remote method performs the approval of a receipt.
|
void |
ReceiptMbo.approveInvoices()
Approves all the newly generated invoices whose references are stored in
the poInvoice hashtable.
|
void |
ReceiptMbo.appValidate()
Application validation routine called before the receipt object is saved.
|
void |
ReceiptMboSet.countRecords()
Counts the number of records in the MboSet that are yet to be saved.
|
void |
ReceiptMbo.createChildMatServLines()
Creates the child MATRECTRANS or SERVRECTRANS records when a new PONUM and POLineNum is entered on the receipt UI.
|
void |
ReceiptMbo.createInvoicesForSchedule()
Create invoices for payment schedules.
|
void |
ReceiptMbo.delete(long accessmodifier)
10-17510/10-16749: this handles: after there was an exception and the receipt has
updated other objects but this receipt is being deleted after error is cleared
|
void |
ReceiptMbo.deleteChildReceipts()
Common method to be used by matrectrans and servrectrans to delete the child servrectrans or matrectrans, which were created
earlier created when entering a new ponum and polinenum on the matrec or the servrec line.On clearing either the
ponum or the polinenum, the additionally created children must be deleted from memory.
|
void |
ReceiptMbo.doChargeStore()
Handles the Charge Store requirement.
|
MboRemote |
ReceiptMbo.getFirstCourierTransOut() |
java.lang.String |
ReceiptMboSet.getInvoiceString()
Method to get the invoice number that was last created from a receipt.
|
java.lang.String |
ReceiptMboSetRemote.getInvoiceString() |
PORemote |
ReceiptMboRemote.getPO() |
PORemote |
ReceiptMbo.getPO()
Returns poMbo if it has been set.
|
MboRemote |
ReceiptMbo.getPOCostReference()
10-16483
|
POLineRemote |
ReceiptMboRemote.getPOLine() |
POLineRemote |
ReceiptMbo.getPOLine()
Returns PoLineMbo if it has been set.
|
PORemote |
ReceiptMbo.getPOReference()
Get the PO reference.
|
double |
ReceiptMbo.getQtyStillInTransitForTransOut()
12-14129/IV26079:get all the qty still held by courier for the internal po - not received by the other storeroom yet.
|
int |
ReceiptMboSet.getRecordCount()
Returns the number of records in the MboSet that are yet to be saved.
|
double |
ReceiptMbo.getRemainingCurrencyLineCost() |
double |
ReceiptMbo.getRemainingInvoiceCurrencyLineCost() |
double |
ReceiptMbo.getRemainingInvoiceQty()
Calculates the quantity that is yet to be received on either the MATRECTRANS or the SERVRECTRANS Mbo
|
double |
ReceiptMbo.getRemainingQty()
Calculates the quantity that is yet to be received on either the MATRECTRANS or the SERVRECTRANS Mbo
|
double |
ReceiptMbo.getRemainingQtyTransInTransit()
10-16065: get remaining ellible quantity for transfer-in based
on a transfer-out
|
double |
ReceiptMbo.getRemainingShipmentQty(MboRemote mbo) |
MboRemote |
ReceiptMbo.getWOReference()
Get the workorder reference.
|
void |
ReceiptMboSet.incCurrentReceiptCount()
Each time a receipt is processed, the currentReceiptCount is incremented by one.
|
void |
FldMatServCurrencyTax1.initValue() |
void |
FldMatServCurrencyLoadedCost.initValue() |
boolean |
ReceiptMboSet.isInvoiceCreditType()
Is the invoice created credit type.
|
boolean |
ReceiptMbo.isLastReceipt()
If the running total is now greater than the current mboSet's count,
then it returns true to indicate that this receipt is the last receipt;
false otherwise.
|
boolean |
FldMatServQuantity.isTransferIn()
10-10139
|
boolean |
FldMatServQuantity.isTransferOut()
12-14129/IV26079
|
void |
ReceiptMbo.payOnReceipt()
This method handles the payment on Receipt requirement
when a receipt is created.
|
void |
ReceiptMbo.receiptDetails()
Common fields copied to MatRecTrans and ServRecTrans from
the poLineMbo.
|
POLineRemote |
ReceiptMbo.refetchPOLine()
Return poline after refetching from the database.
|
MboSetRemote |
ReceiptMboSet.removeUnselectedMbos()
Remove all unselected Mbos from the Set.
|
MboSetRemote |
ReceiptMboSetRemote.removeUnselectedMbos() |
void |
ReceiptMboSet.setInvoiceCreditType(boolean creditInvoiceType)
Set the credit invoice type to be true or false.
|
void |
ReceiptMboSet.setInvoiceString(java.lang.String invoiceString)
Method to store the invoice number that was last created from a receipt.
|
void |
ReceiptMbo.setPOCostReference(MboRemote poCost)
10-16483
|
void |
ReceiptMbo.setPOReference(PORemote poRef)
Used by invoice line to set the PO reference when it is creating receipts.
|
void |
ReceiptMboRemote.setWOReference(MboRemote woRemote) |
void |
ReceiptMbo.setWOReference(MboRemote woRemote)
Used by invoice to set the workorder reference when it has to be updated.
|
void |
ReceiptMbo.undelete()
10-17510/10-16749: this handles: after there was an exception and the receipt has
updated other objects but this receipt is being deleted after error is cleared
and undeleted()
|
void |
ReceiptMbo.updateMR(MboRemote poline)
Updates MRLINE status.
|
boolean |
ReceiptMbo.useIntegration(MboRemote mbo,
java.lang.String code)
Public method for convenience of MAXCOLLAB calls.
|
java.lang.String |
ReceiptMbo.useLineOrLoadedCost()
11-16657/IV09276: added maxvars RECEIPLINEORLOADED to determine if receipt should use linecost or
loadedcost to update POLine.receivedtotalcost.
|
void |
FldMatServQuantity.validate() |
void |
FldMatServCurrencyLineCost.validate() |
void |
FldMatServLineCost.validate() |
void |
FldMatServToleranceQuantityCost.validateToleranceCost(java.lang.String poLineNum,
double receivedCost,
double costPlusTolerance,
double costOverReceived,
double orderedCostPlusTolerance)
If the user is interactive - get a response to receive a tolerance amount or cancel
|
void |
FldMatServToleranceQuantityCost.validateToleranceQuantity(java.lang.String poLineNum,
double receivedQuantity,
double qtyPlusTolerance,
double qtyOverReceived,
double orderedQtyPlusTolerance,
double conversion)
If the user is interactive - get a response to receive a tolerance quantity or cancel
|
Methods in psdi.app.common.recon that throw MXException
Modifier and Type |
Method and Description |
void |
FldDataSetClassStructureId.action()
If the data is valid, enables the "Attribute" and "Attribute Title" fields.
|
void |
FldReconDataSet1.action()
Called if the data is valid, to perform some action
|
void |
FldDataSetAttributeName.action()
Called when a valid value is selected for this field.
|
void |
FldDataSetObjectName.action()
Called when a valid value is selected for this field.
|
static boolean |
DataSetGroupFieldUtils.checkIfRootClassIsSet(MboValue mbvObjName,
java.lang.String fldDataSetOwner)
Check if Root Class is set.
|
static void |
DataSetGroupFieldUtils.checkValueExists(MboRemote mbo,
java.lang.String attribute)
Checks if the value of the specified attribute is present.
|
static int |
DataSetGroupFieldUtils.countAfterSave(MboSetRemote mbos)
Counts MBOs that would remain in the set if a save occured right away.
|
protected void |
FldReconDataSet1.determineDataSet2ReadOnlyState(MboRemote thisMbo,
int dataSet2Count)
Determines the "read-only" state of the "Data Set 2" field based on the "Data Set 1" selection.
|
protected void |
FldReconDataSet2.determineReadOnlyState(MboSetRemote elements)
Determines and sets the "read-only" state of this field.
|
static java.lang.String[] |
DataSetGroupFieldUtils.getAllLevelAncestorIds(MboRemote mbo,
java.lang.String classStructId,
boolean includingSelf)
Returns ClassStructureIds of all level ancestors including or not including self.
|
MboSetRemote |
FldReconDataSet2.getList()
Return the value list.
|
MboSetRemote |
FldDataSetClassStructureId.getList()
Overrides the superclass's getList and only retrieves
those specs that are under the predefined root spec.
|
MboSetRemote |
FldReconDataSet1.getList()
Return the value list.
|
MboSetRemote |
FldDataSetAttributeName.getList()
Overrides the superclass's "getList" to return a list of values to display.
|
MboSetRemote |
FldDataSetObjectName.getList()
Overrides the superclass's getList to change the domain for
an appropriate for the owner's "Data Set N" field value.
|
static java.lang.String |
DataSetGroupFieldUtils.getRootSpecID(MboValue mbvObjName,
java.lang.String fldDataSetOwner)
Returns the root specification variable or null if there
are not specs for this data set type.
|
static java.lang.String |
DataSetGroupFieldUtils.getSpecs(MboValue mbvObjName,
java.lang.String fldDataSetOwner)
Returns the specifications for this data set type or null
if there aren't any.
|
static java.lang.String |
DataSetGroupFieldUtils.getTranslatedValue(Translate translator,
java.lang.String domainId,
MboRemote mbo,
java.lang.String attribute)
Returns the translated value of the attribute of mbo object.
|
static java.lang.String |
DataSetGroupFieldUtils.getTranslatedValue(Translate translator,
java.lang.String domainId,
java.lang.String value)
Returns a translated value based on the value adapter
|
static boolean |
DataSetGroupFieldUtils.hasSpecs(MboValue mbvObjName,
java.lang.String fldDataSetOwner)
Checks whether or not there are specifications defined for the type of
data set used.
|
void |
FldDataSetClassStructureId.init()
Initializes the "read-only" and "required" status of this field.
|
void |
FldReconDataSet1.init()
Initializes the field.
|
void |
FldDataSetAttributeName.init()
Overrides the superclass's "init".
|
void |
FldReconDataSet2.initValue()
Called to initialize the MboValue's value.
|
void |
FldDataSetAttributeDesc.initValue() |
protected boolean |
FldDataSetAttributeName.isReadOnly()
Determines if the field should be read-only or not.
|
static void |
DataSetGroupFieldUtils.resetField(MboRemote mbo,
java.lang.String fldName)
Resets the field, by clearing it and setting it to "Read-only" and "Required".
|
static void |
DataSetGroupFieldUtils.resetField(MboValue mbv,
java.lang.String fldName)
Resets the field, by clearing it and setting it to "Read-only" and "Required".
|
static void |
DataSetGroupFieldUtils.setAllAttributesReadOnly(Mbo mbo,
boolean readOnly)
Sets the "read-only" status of all attributes belonging to the specified mbo.
|
static void |
DataSetGroupFieldUtils.updateTaskComparisonResultStatus(MboRemote task)
Updates the "required" state of the "Comparison Results" option of a Reconciliation Task and resets the value.
|
static void |
DataSetGroupFieldUtils.updateTaskComparisonResultStatus(MboRemote task,
boolean required)
Updates the "required" state of the "Comparison Results" option of a Reconciliation Task and resets the value.
|
void |
FldDataSetAttributeName.validate()
This class dynamically build relationship and listcriteria and validate from base class required relationship set.
|
void |
FldDataSetAttributeDesc.validate()
Suppresses the superclass's validation.
|
static void |
DataSetGroupFieldUtils.validateTaskFilterType(Mbo mboTask)
Validates a Reconciliation Task's filter type that it matches one of the selected
"Data Set 1" or "Data Set 2".
|
Constructors in psdi.app.common.recon that throw MXException
Constructor and Description |
FldDataSet1AttributeDesc(MboValue mbv)
Creates a new field validator for the "Data Set 1 Attribute Description" field.
|
FldDataSet1ClassStructureId(MboValue mbv)
Creates a new "Data Set 1 Class Structure" field validator.
|
FldDataSet2AttributeDesc(MboValue mbv)
Creates a new field validator for the "Data Set 2 Attribute Description" field.
|
FldDataSet2ClassStructureId(MboValue mbv)
Creates a new "Data Set 2 Class Structure" field validator.
|
FldDataSetAttributeDesc(MboValue mbv,
java.lang.String ds,
java.lang.String obj,
java.lang.String classId,
java.lang.String attr)
Creates a new field validator class for the "Data Set X Attribute Description".
|
FldDataSetAttributeName(MboValue mbv,
java.lang.String dsOwner,
java.lang.String dsObject,
java.lang.String dsClassStruct,
java.lang.String dsTitle,
java.lang.String fldOp,
java.lang.String fldVal)
Creates a field validator class for the "Data Set N Object Name".
|
FldDataSetClassStructureId(MboValue mbv,
java.lang.String dsOwner,
java.lang.String dsObj,
java.lang.String dsAttr)
Creates a new FldDataSetClassStructureId field validator.
|
FldDataSetObjectName(MboValue mbv,
java.lang.String dsOwner,
java.lang.String dsClassStruct,
java.lang.String dsAttrib,
java.lang.String dsTitle,
java.lang.String op,
java.lang.String val)
Creates a field validator class for the "Data Set N Object Name".
|
FldReconDataSet1(MboValue mbv)
Construct and attach to the mbo value
|
FldReconDataSet2(MboValue mbv)
Creates a new field validation class.
|
Methods in psdi.app.common.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldExtDrillDownSystemId.action() |
void |
FldDrillDownSystemId.action()
Sets isnetwork when the systemid is changed.
|
void |
FldDrillDownSiteId.action()
super.action
|
void |
FldDrillDownLocationsId.action()
When locationsid changes, change the locValue.
|
void |
FldDrillDownLocValue.action()
When locValue changes, change the syscount, and assetcount.
|
void |
FldDrillDownAssetValue.action()
Does nothing when value is changed.
|
void |
FldDrillDownAssetUid.action()
When assetid changes, change the assetValue.
|
void |
ExtDrillDown.add() |
void |
DrillDown.add()
Add a new DrillDown object.
|
protected void |
ChangeStatusSet.changeMboStatus(MboRemote changeMbo,
MboRemote param)
This method is used to change a Mbo's status with the parameters given.
|
protected void |
ChangeStatusSet.changeStatusOnEnumeration(java.util.Enumeration enumit,
Mbo param) |
protected void |
ChangeStatusSet.changeStatusOnSet(MboSetRemote csSet,
Mbo param)
Changes the status of all members of a set.
|
protected void |
DrillDown.clearFields()
clears fields when show all systems button is clicked
|
void |
DrillDownSet.execute()
Unlike other non-persistent mbo sets, execute is not called for this set.
|
void |
ChangeStatusSet.execute()
After the attributes are set, call this method to change the work order status.
|
void |
ChangeStatusSet.execute(MboRemote mbo)
Changes Status of the set of StatefulMbos that the Mbo passed in
is a member of.
|
MboSetRemote |
DrillDownSetRemote.findTopLevelAsset() |
MboSetRemote |
DrillDownSet.findTopLevelAsset()
Get the top-level asset set.
|
java.lang.String |
DrillDownSetRemote.getAssetField() |
java.lang.String |
DrillDownSet.getAssetField()
Returns the appropriate asset attribute name the drilldown application should use
when setting the asset value or qbe.
|
MboSetRemote |
FldSpellCheckSuggestions.getList()
Returns the List of SpellSuggestions objects
|
MboSetRemote |
FldExtDrillDownSystemId.getList() |
MboSetRemote |
FldDrillDownSystemId.getList()
Get the list of values for display.
|
java.lang.String |
DrillDownSetRemote.getLocationField() |
java.lang.String |
DrillDownSet.getLocationField()
Returns the appropriate location attribute name the drilldown application should use
when setting the location value or qbe.
|
java.lang.String |
DrillDownSetRemote.getMaxVarASSETDRILLDOWNTOP() |
java.lang.String |
DrillDownSet.getMaxVarASSETDRILLDOWNTOP()
Gets the MaxVar "ASSETDRILLDOWNTOP"
|
protected Mbo |
SpellCheckSuggestionsSet.getMboInstance(MboSet ms)
Generate a new SpellCheck object.
|
protected Mbo |
SpellCheckSet.getMboInstance(MboSet ms)
Generate a new SpellCheck object.
|
protected Mbo |
ExtDrillDownSet.getMboInstance(MboSet ms) |
protected Mbo |
DrillDownSet.getMboInstance(MboSet ms)
Generate a new DrillDown object.
|
protected abstract MboSetRemote |
ChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
MboSetRemote |
ExtDrillDown.getMboSet(java.lang.String name) |
java.lang.String |
ExtDrillDownRemote.getObjectName() |
java.lang.String |
ExtDrillDown.getObjectName() |
java.lang.Long |
ExtDrillDownRemote.getObjectValue() |
java.lang.Long |
ExtDrillDown.getObjectValue() |
java.lang.String |
ExtDrillDownRemote.getOrgId() |
java.lang.String |
ExtDrillDown.getOrgId() |
int |
DrillDown.getOrinatingType()
IV89673:
|
java.lang.String |
DrillDown.getOringatingAttr()
11-11271/IZ94759: returns the originating Attribute
|
MboRemote |
ExtDrillDownRemote.getPointedMbo() |
MboRemote |
ExtDrillDown.getPointedMbo() |
java.lang.String |
ExtDrillDownRemote.getSiteId() |
java.lang.String |
ExtDrillDown.getSiteId() |
java.lang.String[] |
ChangeStatus.getSiteOrg() |
java.lang.String |
ExtDrillDownRemote.getSystemId() |
java.lang.String |
ExtDrillDown.getSystemId() |
void |
DrillDown.init()
Initialization routine defines the hash table that contains the pairs
of relationships for each object.
|
void |
FldCommonWorkdayofweek.initValue() |
protected void |
DrillDown.populateAllForSystem()
populate necessary values when system is selected after show all systems
|
protected void |
DrillDown.populateTopLevelSystemForSite() |
protected void |
DrillDown.setAssetLocPairColumns(java.lang.String originatingAttr,
MboSetRemote originatingSet)
Sets locattribute and assetattribute value pairs based on the originatingAttr.
|
protected void |
DrillDown.setAssetLocPairValues(MboSetRemote originatingSet,
java.lang.String originatingAttr,
int originatingType)
Sets values for assetvalue, locvalue, assetInHierarchy, and locInHierarchy based on
assetattribute & locattribute, and whether or not the mboset is or is not a qbe.
|
void |
DrillDownSetRemote.setOriginatingInfo(MboSetRemote originatingSet,
java.lang.String originatingAttr,
int originatingType) |
void |
DrillDownSet.setOriginatingInfo(MboSetRemote originatingSet,
java.lang.String originatingAttr,
int orginatingType)
Sets the initial information when a drilldown is launched.
|
void |
DrillDown.setOrinatingType(int origType)
IV98673:
|
void |
ExtDrillDownRemote.setPointedMbo(MboRemote mbo) |
void |
ExtDrillDown.setPointedMbo(MboRemote mbo) |
MboRemote |
ChangeStatusSet.setup() |
void |
DrillDownSetRemote.showAllSystems() |
void |
DrillDownSet.showAllSystems()
when show all systems button is clicked
|
void |
DrillDown.showAllSystems()
set system null to list all systems
|
MboSetRemote |
DrillDownSetRemote.showHierarchy(MboRemote mboRemote) |
MboSetRemote |
DrillDownSet.showHierarchy(MboRemote mboRemote)
Walks up the hierarchy of the Mbo beginning at the mboRemote passed,
up to the top-level of the hierarchy.
|
boolean |
ChangeStatus.sigopGranted(java.lang.String optionname) |
boolean |
ChangeStatus.sigopGranted(java.lang.String app,
java.lang.String optionname)
Identify whether this sigoption has been granted,
based on this app, this Mbo's siteid/orgid, and
any conditions that may have been attached to the
applicationauth record.
|
java.lang.String |
DrillDownSetRemote.startWithLocationOrAsset() |
java.lang.String |
DrillDownSet.startWithLocationOrAsset()
tells gui which tab to start with: Location tab or Asset tab in Drilldown
The valid returns values:
"LOCATIONS"-start with location tab
"ASSET" - start with asset tab
|
void |
FldExtDrillDownSystemId.validate() |
void |
FldDrillDownSystemId.validate()
Ignores all validation logic.
|
void |
FldDrillDownSiteId.validate()
Ignores all validation logic.
|
void |
FldDrillDownLocationsId.validate()
This method does nothing, that is, not validation is performed.
|
void |
FldDrillDownLocValue.validate()
This method does nothing, that is, not validation is performed.
|
void |
FldDrillDownAssetValue.validate()
Does nothing, that is, no validation is performed.
|
void |
FldDrillDownAssetUid.validate()
This method does nothing, that is, not validation is performed.
|
boolean |
DrillDownSetRemote.wasAssetNull() |
boolean |
DrillDownSet.wasAssetNull()
Indicates whether or not the asset field was null when drilldown was laurnched
|
boolean |
DrillDownSetRemote.wasLocNull() |
boolean |
DrillDownSet.wasLocNull()
Indicates whether or not the location field was null when drilldown was launched.
|
protected boolean |
DrillDown.wasLocValueSet()
Returns boolean to indicate whether or not locValue was set initially
|
Methods in psdi.app.company that throw MXException
Modifier and Type |
Method and Description |
void |
FldCompanyType.action()
Set the current mbo's apcontrolacc, apsuspenseacc and rbniacc from the defaults for this
type stored in the companyaccdef table.
|
void |
FldCompanyTax1Code.action()
Sets the values for TAX2CODE-TAX5CODE.
|
void |
FldCompanyParentCompany.action()
Set some editability rules.
|
void |
FldCompanyDisabled.action()
If this company is disabled, all its children should also be disabled.
|
void |
Company.add()
Default value for some of the fields of the new company.
|
void |
CompContact.add()
Default value for some of the fields of the new company contact.
|
void |
CompCommodity.add()
Add a new Company Commodity Code
The following fields are initialized with their respective values
company Set the Company identifier
parent Set the parent name if its a commodity code
itemsetid Set the Insert Itemset for this user
void |
CompanySet.addCompanyCreationWarning(java.lang.String company,
java.util.Vector addedOrgs,
java.util.Vector skippedOrgs)
Create a message indicating which selected companies were created and which
were skipped because they were previously created.
|
void |
CompanySetRemote.addCompanyCreationWarning(java.lang.String company,
java.util.Vector addedOrgs,
java.util.Vector skippedOrgs) |
void |
Company.appValidate()
This method is called by the framework before save.
|
void |
CompanySet.canAdd()
Cannot add a branch to a company which has a parent.
|
void |
Company.canDelete()
Overwitten for company's MBO.
|
CompMasterRemote |
Company.createMasterForCompany()
Creates a company master for this company Mbo.
|
void |
CompCommodity.delete()
If a company commodity group is deleted then make sure all attached
commodity codes are deleted
|
void |
Company.delete(long accessModifier)
Overwitten for company's MBO.
|
void |
CompContact.delete(long accessModifier)
The Delete Contact method deletes the contact record from the company
specified.
|
MboRemote |
Company.duplicate()
Duplicates a Company record.
|
MboSetRemote |
FldContactContact.getList()
Return list of mbos for from the compcontact table.
|
MboSetRemote |
FldCompanyParentCompany.getList()
Return list of mbos for from the companiies table.
|
MboSetRemote |
FldCompanyCompany.getList()
Return list of mbos for from the companies table.
|
protected Mbo |
CompanySet.getMboInstance(MboSet ms)
Generate a new company object.
|
protected Mbo |
CompContactSet.getMboInstance(MboSet ms)
Generate a new CompContact object.
|
protected Mbo |
CompCommoditySet.getMboInstance(MboSet ms)
Return a new CompCommodity object
|
void |
Company.init()
Initialize rountine.
|
void |
CompContact.init()
Initailze rountine.
|
void |
Company.initFieldFlagsOnMbo(java.lang.String attrName)
The logic of setting the readonly and required field flags for Company Mbo.
|
boolean |
CompanyRemote.isDisabled() |
boolean |
Company.isDisabled()
Return true or false to indicate if this company is disabled.
|
void |
Company.modify()
This is called whenever a change is made to the attributes of company.
|
void |
CompContact.modify()
Overwritten to trigger a change in owning Company.
|
protected void |
Company.save()
Actions that occur when a company object is saved.
|
void |
CompanyRemote.setDisabled(boolean disabled) |
void |
Company.setDisabled(boolean disabled)
Set the disabled field of the company object.
|
protected boolean |
Company.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CompContact.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldContactCompany.validate()
Validation rules for company entered for the contact.
|
void |
FldCompanyTax.validate()
Validate that tax code entered in fields tax1code - tax5code has to be in the tax table.
|
void |
FldCompanyParentCompany.validate()
Use the base class FldCompany to do the basic validation to check if the entered value is
a valid company.
|
void |
FldCompanyDisabled.validate()
Cannot disable a vendor company that has active contracts associated with it.
|
void |
FldCompanyContact.validate()
Validate the contact except when the company is
being added by a company master or the contact value is changed to null.
|
void |
FldCompanyCompany.validate()
Validates the current mboset for duplicates
|
void |
FldCompanyCatalogName.validate()
Validation for adding a new catalog name from the company object.
|
void |
FldManufacturer.validate()
DO NOT validate against the Companies table.
|
Methods in psdi.app.compmaster that throw MXException
Modifier and Type |
Method and Description |
void |
CompMaster.add()
Set default values for some of the fields of the new company master.
|
void |
CompContactMaster.add()
Set default values for some of the fields of the new company contact master.
|
void |
CompMaster.appValidate()
If the punchoutenabled flag is set to 'Y'
the catalogname field is required.
|
void |
CompMaster.canDelete()
A company master record may not be deleted
if any organization was a corresponding company record in use.
|
MboSetRemote |
CompMaster.createCompaniesForOrgs(MboSetRemote organizationSetRemote)
Creates a company from this company master for each organization selected.
|
MboSetRemote |
CompMasterRemote.createCompaniesForOrgs(MboSetRemote organizationSetRemote) |
void |
CompMaster.delete(long accessModifier)
Deletes the Company Master and all related contact master.
|
void |
CompContactMaster.delete(long accessModifier)
The Delete Contact method deletes the contact record from the company
specified.
|
java.util.Vector |
CompMaster.getAttributesToCopy(boolean copyModifiedOnly)
Utility method returns a vector containing the names of all attributes
that must be updated on a matching company Mbo.
|
java.util.Vector |
CompMasterRemote.getAttributesToCopy(boolean copyModifiedOnly) |
protected Mbo |
CompMasterSet.getMboInstance(MboSet ms)
Generate a new company master object.
|
protected Mbo |
CompContactMasterSet.getMboInstance(MboSet ms)
Generate a new CompContactMaster object.
|
void |
CompMaster.init()
Initialization rountine.
|
void |
CompMaster.modify()
Modify() is called whenever a change is made to the attributes of company master.
|
protected void |
CompMaster.save()
Actions that occur when a company master object is saved.
|
protected void |
CompContactMaster.save()
IJ28327: When the CompContactMaster object is saved, the related company contacts will be
updated if "updaterelatedcos" is selected and the owning company master is not modified.
|
void |
CompMaster.setContactInfo(MboRemote cont)
Set value of primaryContactOfCompany variable.
|
void |
CompMasterRemote.setContactInfo(MboRemote contact) |
void |
CompMaster.setRemitContactInfo(MboRemote remitCont)
Set value of remitContactOfCompany variable.
|
void |
CompMasterRemote.setRemitContactInfo(MboRemote remitContact) |
void |
CompMaster.updateRelatedCompanyContacts()
If this CompMaster has any CompContactMaster records that were modified,
make the same updates to the corresponding company contact record, if it exists.
|
void |
FldCompMasterCatalogName.validate()
Validation for adding a new catalog name from the company master object.
|
Methods in psdi.app.configure that return MXException
Modifier and Type |
Method and Description |
MXException |
ConfigureService.checkDomainLinks(UserInfo ui,
MaxAttributeCfgRemote mac,
MboSetRemote domainLinks)
Checks the domainid on the maxattributecfg record to the maxdomainlink record.
|
MXException |
ConfigureServiceRemote.checkDomainLinks(UserInfo ui,
MaxAttributeCfgRemote mac,
MboSetRemote domainLinks) |
MXException |
ConfigureService.compare(java.util.HashSet byPass,
java.lang.String object,
java.lang.String attr,
java.util.HashSet domsOnMeta,
java.lang.String[] domsByLink,
java.lang.StringBuffer os,
UserInfo ui,
boolean genInsertStatement)
Compare the MAXDOMAINLINK record and the domain id specified in field valiation class and domainid on maxattribute.
|
Methods in psdi.app.configure that throw MXException
Modifier and Type |
Method and Description |
void |
FldStoragePartition.action()
If changing the object's storagepartition, and if there is a conflict with any
index's storagepartition, then change the index.
|
void |
FldSetViewChangedSynonym.action()
If this mbo is not being added or deleted, set the value of
"viewchanged" to indicate change.
|
void |
FldMaxmessagesValueMessage.action()
Get the message string from the ValueFormat column and format it for the Value column.
|
void |
FldMaxObjectCfgUniqueColumnName.action() |
void |
FldMaxObjectCfgTextSearchEnabled.action()
Change attributes' searchtype from TEXT to WILDCARD where needed.
|
void |
FldMaxObjectCfgResourceType.action()
Called to perform an action when field set to a value
|
void |
FldMaxObjectCfgPersistent.action() |
void |
FldMaxObjectCfgObjectName.action()
Default entityname = objectname.
|
void |
FldMaxObjectCfgLangTableName.action()
Clear attributes' "mlsupported" and "mlinuse" where needed.
|
void |
FldMaxObjectCfgLangColumnName.action()
If attribute does not exist, add it.
|
void |
FldMaxObjectCfgIsView.action() |
void |
FldMaxObjectCfgExtendsObject.action() |
void |
FldMaxObjectCfgEntityName.action() |
void |
FldMaxObjectCfgEAuditTbname.action()
Clear attributes' "eauditenabled" where needed.
|
void |
FldMaxObjectCfgEAuditEnabled.action()
If eauditenabled, try to set default value for eaudittbname = "A_" + tbname.
|
void |
FldMaxObjectCfgAutoSelect.action()
Make "viewselect" adn "viewfrom" readonly or not.
|
void |
FldMaxAttributeCfgTranslatable.action()
If turning off mlsupported, then also turn off mlinuse.
|
void |
FldMaxAttributeCfgScale.action()
Do "sameas" changes for maxtype, length and scale for other mbos in
this set.
|
void |
FldMaxAttributeCfgSameAsObject.action() |
void |
FldMaxAttributeCfgPersistent.action() |
void |
FldMaxAttributeCfgPKColSeq.action() |
void |
FldMaxAttributeCfgCanAutoNum.action()
If turning off canautonum, then also turn off autokeyname.
|
void |
FldMaxAttributeCfgAttributeName.action()
Set value for remarks, etc.
|
void |
FldMaxAttributeCfgSameAsAttribute.action()
Inherit "sameas" maxtype, length, scale, and mustbe from the parent.
|
void |
FldMaxAttributeCfgRequired.action() |
void |
FldSetViewChangedValueList.action()
If this mbo is not being added or deleted, set the value of
"viewchanged" to indicate change.
|
void |
FldMaxAttributeCfgMaxType.action()
Set values for ispositive, length, scale, nulls, nullwithdefault and defaultvalue
where possible, depending on maxtype.
|
void |
FldMaxAttributeCfgLength.action()
Do "sameas" changes for maxtype, length and scale for other mbos in
this set.
|
void |
FldSetViewChangedMboValue.action()
If this mbo is not being added or deleted, set the value of
"viewchanged" to indicate change.
|
void |
FldMaxAttributeCfgDefaultValue.action()
If maxtype is UPPER or LOWER, convert to upper or lower case.
|
void |
FldSetViewChangedMAXTable.action()
If this mbo is not being added or deleted, set the value of
"viewchanged" to indicate change.
|
void |
FldMaxAttributeCfgAutokeyName.action()
If no Autokey record, add them (one for each orgid).
|
void |
MaxViewColumnCfg.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxViewCfg.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxTableCfg.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxSysKeys.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxSysIndexes.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxService.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxDomainLink.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxAttributeSkipCopy.add()
Automatically add the objectname if we have a selected object.
|
void |
MaxRelationship.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxObjectCfg.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxAttributeCfg.add()
Add a mbo, defaulting the attributes shown below.
|
void |
ConfigureService.addConfigMsg(java.lang.String msg)
Allow ConfigDB to add a message to our map.
|
void |
ConfigureServiceRemote.addConfigMsg(java.lang.String msg) |
MboRemote |
MaxAttributeCfgSet.addHasLDRowToSet()
This method adds the HASLD attribute to this set.
|
MboRemote |
MaxAttributeCfgSetRemote.addKeyColumn(java.lang.String keyColumnName) |
MboRemote |
MaxAttributeCfgSet.addKeyColumn(java.lang.String keyColumnName)
Find or add a mbo for the uniquecolumnname.
|
MboRemote |
MaxAttributeCfgSetRemote.addLanguageColumn(java.lang.String attributeName) |
MboRemote |
MaxAttributeCfgSet.addLanguageColumn(java.lang.String attributeName)
Add a Mbo for the language column.
|
MboRemote |
MaxAttributeCfgSet.addLongDescriptionRowToSet(MboRemote baseCol)
This method adds an attribute to this set for a Long Description non-persistent mbo.
|
void |
MaxAttributeSkipCopySetRemote.addObjectToReloadList(java.lang.String maxObject) |
void |
MaxAttributeSkipCopySet.addObjectToReloadList(java.lang.String maxObject)
Add maximo object to reload list.
|
MboRemote |
MaxAttributeCfgSet.addRowToSet(java.lang.String name,
java.lang.String maxtype,
int length,
int scale,
boolean nulls,
java.lang.String defaultvalue,
boolean isldowner,
int prikeycolseq)
Add a persistent row to this Mbo set with the specified values.
|
void |
MaxObjectCfg.adjustViews(MboRemote attr)
If this is a table, and there are views that join to it, and we're adding or removing a
persistent attribute from the table, adjust the view(s) accordingly.
|
void |
MaxAttributeCfgSetRemote.applySameAsValuesWithinThisTable(MboRemote sameasMbo) |
void |
MaxAttributeCfgSet.applySameAsValuesWithinThisTable(MboRemote sameasMbo)
When changing an attribute that is supposed to be inherited via "sameas",
change any related columns in this table (in this set).
|
void |
ConfigureService.applyTenantChanges(UserInfo tenantInfo,
int tenanatId)
Calls applyTenantChanges
|
void |
ConfigureService.applyTenantChanges(UserInfo tenantInfo,
int tenantId,
boolean isPreview)
Calls applyTenantChanges
|
void |
MaxSysKeys.appValidate()
Application validation routine.
|
void |
MaxSysIndexes.appValidate()
Application validation routine.
|
void |
MaxRelationship.appValidate()
Pre-save validation method.
|
void |
MaxObjectCfg.appValidate()
Application validation routine.
|
void |
MaxAttributeCfg.appValidate()
Application validation routine.
|
boolean |
ConfigureService.areTenantsOnboarded()
Determine if tenants have been on boarded
|
boolean |
ConfigureServiceRemote.areTenantsOnboarded() |
MboRemote |
MaxAttributeCfgSet.attributeExists(java.lang.String attrName)
Return True if this set includes an attribute with the specified attributename.
|
void |
MaxSysKeysSet.canAdd()
Cannot add if the native index already exists.
|
void |
MaxSysIndexesSet.canAdd()
Cannot add if owner is MaxObjectCfg and the table is readonly.
|
void |
MaxAttributeCfgSet.canAdd()
Cannot add if owner is not MaxObjectCfg or the owner is readonly.
|
void |
MaxSysKeys.canDelete()
Index (owner) must be marked for deletion.
|
void |
MaxSysIndexes.canDelete()
Index must be not already marked for deletion.
|
void |
MaxService.canDelete() |
void |
MaxObjectCfg.canDelete()
Table must be userdefined and not already marked for deletion.
|
void |
MaxAttributeCfg.canDelete()
To mark for deletion, attribute must be userdefined and not already marked for deletion.
|
boolean |
ConfigureService.canDeleteFromConfigExtTable(java.lang.String attributeName,
java.lang.String objectName)
Checks to see whether a tenant is using a given column on the extension table before allowing the DA to delete the attribute
through the database configuration app.
|
boolean |
ConfigureServiceRemote.canDeleteFromConfigExtTable(java.lang.String attributeName,
java.lang.String objectName) |
void |
MaxObjectCfgRemote.canNumTax(MboRemote object) |
void |
MaxObjectCfg.canNumTax(MboRemote object) |
void |
MaxSysKeys.canUndelete()
To undelete, index/key must be marked for deletion via the "changed" attribute.
|
void |
MaxSysIndexes.canUndelete()
To undelete, index must be marked for deletion via the "changed" attribute.
|
void |
MaxObjectCfg.canUndelete()
To undelete, table must be marked for deletion via the "changed" attribute.
|
void |
MaxAttributeCfg.canUndelete()
To undelete, "changed" attribute must equal "R".
|
void |
ConfigureService.changeAmountFormat(int newLength,
int newScale)
Calls changeAmountFormat ,
and executes the statements returned, with the appropriate commit and rollback logic.
|
void |
ConfigureServiceRemote.changeAmountFormat(int newLength,
int newScale) |
void |
ConfigureService.changeAmountFormat(int newLength,
int newScale,
int origLength,
int origScale)
Calls changeAmountFormat ,
and executes the statements returned, with the appropriate commit and rollback logic.
|
void |
ConfigureServiceRemote.changeAmountFormat(int newLength,
int newScale,
int origLength,
int origScale) |
void |
ConfigureService.changeIntFormat(int newIntLength,
int newSmallintLength)
Updates maxattributecfg / maxobjectcfg for change of length for INTEGER and/or SMALLINT attributes.
|
void |
ConfigureServiceRemote.changeIntFormat(int newIntLength,
int newSmallintLength) |
void |
ConfigureService.changeIntFormat(int newIntLength,
int newSmallintLength,
int origIntLength,
int origSmallintLength)
Updates maxattributecfg / maxobjectcfg for change of length for INTEGER and/or SMALLINT attributes.
|
void |
ConfigureServiceRemote.changeIntFormat(int newIntLength,
int newSmallintLength,
int origIntLength,
int origSmallintLength) |
MboRemote |
MaxAttributeCfgSetRemote.changeKeyColumn(MboRemote mbo,
java.lang.String keyColumnName) |
MboRemote |
MaxAttributeCfgSet.changeKeyColumn(MboRemote mbo,
java.lang.String keyColumnName)
When the uniquecolumnname is being changed and an attribute Mbo exists for the old name, this method
changes the attributename, columnname, maxtype, etc.
|
java.lang.StringBuffer |
ConfigureService.checkDomainLinks(UserInfo ui,
java.util.HashSet options)
Check the domain link records for all the attributes comparing to other metadata
of the attributes.
|
java.lang.StringBuffer |
ConfigureServiceRemote.checkDomainLinks(UserInfo ui,
java.util.HashSet options) |
MXException |
ConfigureService.checkDomainLinks(UserInfo ui,
MaxAttributeCfgRemote mac,
MboSetRemote domainLinks)
Checks the domainid on the maxattributecfg record to the maxdomainlink record.
|
MXException |
ConfigureServiceRemote.checkDomainLinks(UserInfo ui,
MaxAttributeCfgRemote mac,
MboSetRemote domainLinks) |
void |
MaxSysIndexes.checkForDups()
Called from appValidate.
|
void |
MaxObjectCfgRemote.checkIndexTotalLength(MboSetRemote cols) |
void |
MaxObjectCfg.checkIndexTotalLength(MboSetRemote cols)
If the total length of the columns in any one index exceeds the maximum allowed
for this db platform, throw error "configure" "ColLengthIndexTotal".
|
void |
MaxAttributeCfg.checkSameAsChild()
If this column is "sameas" something, get the Mbo that it is the same as.
|
void |
MaxSysKeysSet.checkSequence()
Make sure the sequence numbers are in order for a new index.
|
void |
MaxObjectCfgRemote.clearNonEssentialRelatedSets() |
void |
MaxObjectCfg.clearNonEssentialRelatedSets()
This is called from ConfigurBean so that when an error is encountered on save,
the non-essential related sets are cleared out.
|
void |
MaxAttributeCfg.clearNonEssentialRelatedSets()
Similar to method on MaxObjectCfg.
|
MboRemote |
MaxAttributeCfgSetRemote.columnExists(java.lang.String colName) |
MboRemote |
MaxAttributeCfgSet.columnExists(java.lang.String colName)
Return True if this set includes an attribute with the specified columnname, for the owner's entityname.
|
boolean |
MaxAttributeCfg.columnIsEmpty()
Identify whether this column is empty of data.
|
boolean |
MaxAttributeCfgRemote.columnIsEmpty() |
void |
MaxAttributeSkipCopySet.commit()
After changes are committed to the database, reload cache.
|
MXException |
ConfigureService.compare(java.util.HashSet byPass,
java.lang.String object,
java.lang.String attr,
java.util.HashSet domsOnMeta,
java.lang.String[] domsByLink,
java.lang.StringBuffer os,
UserInfo ui,
boolean genInsertStatement)
Compare the MAXDOMAINLINK record and the domain id specified in field valiation class and domainid on maxattribute.
|
boolean |
ConfigureService.configIsRunning()
Identifies whether the ConfigDB thread is running.
|
boolean |
ConfigureServiceRemote.configIsRunning() |
java.lang.String |
ConfigureService.convertToLocale(java.lang.String inputValue,
java.lang.String maxtype,
java.util.Locale fromLocale,
java.util.TimeZone fromTimeZone,
java.util.Locale toLocale,
java.util.TimeZone toTimeZone)
Convert the input value into the specified Locale.
|
java.lang.String |
ConfigureServiceRemote.convertToLocale(java.lang.String inputValue,
java.lang.String maxtype,
java.util.Locale fromLocale,
java.util.TimeZone fromTimeZone,
java.util.Locale toLocale,
java.util.TimeZone toTimeZone) |
void |
MaxAttributeCfg.createAutokeyMbos(java.lang.String autokeyname)
Called from FldMaxAttributeCfgAutokeyName to create Autokey mbos.
|
void |
MaxAttributeCfgRemote.createAutokeyMbos(java.lang.String autokeyname) |
boolean |
MaxObjectCfgRemote.createExtensionTable() |
boolean |
MaxObjectCfg.createExtensionTable()
Create Extension Table for an object
|
boolean |
ConfigureService.createExtensionTable(UserInfo masterInfo,
java.lang.String tableName)
Calls createTable
for each extension table to be created.
|
boolean |
ConfigureServiceRemote.createExtensionTable(UserInfo masterInfo,
java.lang.String tableName) |
void |
ConfigureService.createSelectedExtensionViews(java.util.Map objectNames,
java.util.Set deleteObjects,
java.sql.Connection masterCon,
int tenantId)
Calls createTable
for each extension table to be created.
|
void |
MaxViewColumnCfg.delete(long accessModifier) |
void |
MaxViewCfg.delete(long accessModifier)
The MaxViewCfg is deleted only when initiated from its MaxObjectCfg parent.
|
void |
MaxSysKeys.delete(long accessModifier)
Set the value of "changed" on maxsyskeys
to indicate deletion.
|
void |
MaxSysIndexes.delete(long accessModifier)
Set the value of "changed" on maxsysindexes and maxsyskeys
to indicate deletion.
|
void |
MaxObject.delete(long accessModifier) |
void |
MaxObjectCfg.delete(long accessModifier)
Set the value of "changed" on maxattributecfg, maxsysindexes, and maxsyskeys
to indicate deletion.
|
void |
MaxAttributeCfg.delete(long accessModifier)
Set the value of "changed" to indicate deletion for maxattributecfg, maxsyskeys, and
maxsysindexes.
|
void |
MaxAttributeCfg.deleteIndexesForAttribute()
Find indexes that include this attribute and mark them for deletion.
|
boolean |
ConfigureService.descendingIndexesSupported()
Indicates whether this database supports descending indexes.
|
void |
ConfigureService.doSql(java.util.List list)
Loops through an array and calls doSql for each element.
|
void |
ConfigureService.doSql(java.lang.String sql)
Execute a sql statement, using our connection.
|
void |
ConfigureService.dropBackup(MboSetRemote tableSet)
Call dropBackup for each selected table in the set.
|
void |
ConfigureServiceRemote.dropBackup(MboSetRemote tableSet) |
void |
ConfigureService.dropBackup(java.lang.String tablenames)
Drop backup tables that were created via ConfigDB, after their data has been restored.
|
void |
ConfigureServiceRemote.dropBackup(java.lang.String tablenames) |
boolean |
NonMTOnlyCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
MTOnlyCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
void |
MaxObjectCfg.fireEvent(java.lang.String type)
Clean up related sets after commit.
|
void |
MaxRelationshipSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache MAXIMODD-RELATIONS .
|
java.util.HashSet |
ConfigureService.getAllCommonAttributes(MboSetRemote object1Attrs,
MboSetRemote object2Attrs)
If this is a view joining two tables, get the names of the attributes that exist in both objects
(ExtendsObject and JoinObject).
|
MboRemote |
MaxAttributeCfg.getAuditColumn(boolean anyStatus)
If this is a base column, and the table is audited, get the corresponding audit column.
|
MboSetRemote |
MaxAttributeCfg.getAuditColumnSet(boolean anyStatus)
If this is a base column, and the table is audited, get the set of
maxattributecfg for the audit table.
|
int |
ConfigureService.getConfigLevel() |
int |
ConfigureServiceRemote.getConfigLevel() |
int |
ConfigureService.getConfigLevel(UserInfo ui)
Determine whether there are any pending configuration changes, and if there are,
whether they are structural or non-structural.
|
MboRemote |
MaxAttributeCfg.getCurrentAttribute()
Return the MaxAttribute mbo for this attribute.
|
MboRemote |
MaxAttributeCfgRemote.getCurrentAttribute() |
java.lang.String |
MaxAttributeCfg.getCurrentNativeDatatype()
Get the current native datatype for this column, based on
metadata in maxattribute (not directly retrieved from native database).
|
java.lang.String |
MaxAttributeCfgRemote.getCurrentNativeDatatype() |
int |
MaxObjectCfgRemote.getCurrentNumberOfTaxes() |
int |
MaxObjectCfg.getCurrentNumberOfTaxes()
Return the number of taxes in the system
|
MboRemote |
MaxViewColumnCfg.getCurrentViewColumn()
Return the MaxViewColumn mbo for this maxviewcolumncfg.
|
int |
ConfigureService.getDBPlatform()
Get the database platform.
|
int |
ConfigureServiceRemote.getDBPlatform() |
java.lang.String |
ConfigureService.getDefaultStoragePartition()
|
java.lang.String |
ConfigureServiceRemote.getDefaultStoragePartition() |
java.lang.String |
MaxAttributeCfg.getDefaultString()
Determine whether a default value can be determined for this attribute.
|
java.lang.String |
MaxAttributeCfgRemote.getDefaultString() |
int |
MaxObjectCfgSetRemote.getGLMaxtypeLength() |
int |
MaxObjectCfgSet.getGLMaxtypeLength()
Get the currently staged metadata value for GL column database length
from MaxAttributeCfg .
|
int |
ConfigureService.getGLMaxtypeLengthFromGLConfigure(UserInfo userInfo)
Get the correct column length for a GL field.
|
int |
ConfigureServiceRemote.getGLMaxtypeLengthFromGLConfigure(UserInfo userInfo) |
java.util.HashMap |
ConfigureService.getGrants(java.lang.String dbUserID,
java.lang.String entityname)
Get grant info for a given user.
|
java.util.HashMap |
ConfigureServiceRemote.getGrants(java.lang.String dbUserID,
java.lang.String entityname) |
java.util.HashMap |
MaxObjectCfgRemote.getIndexMetaForColumn(java.lang.String name) |
java.util.HashMap |
MaxObjectCfg.getIndexMetaForColumn(java.lang.String columnname)
Find any index metadata that contains the specified column.
|
java.util.HashMap |
ConfigureService.getJoinAttributes(MboRemote object1,
MboSetRemote object1Attrs,
MboRemote object2,
MboSetRemote object2Attrs)
For a view joining two tables, get the names of the attributes used in the join.
|
MboRemote |
MaxAttributeCfg.getLangColumn(boolean anyStatus)
If this is a base column, and the column is translated, get the corresponding column from the language table.
|
MboSetRemote |
MaxAttributeCfg.getLangColumnSet(boolean anyStatus)
If this is a base column, and the table is translatable, get the set of
maxattributecfg for the language table.
|
MboRemote |
MaxAttributeCfgSet.getLangOrAuditColumn(MboRemote baseCol,
boolean anyStatus)
If this is a set of columns on an audit or language table, and we have a reference to a column
on the base table, find the audit or language column corresponding to the given base column.
|
MboSetRemote |
FldStorageTypeDesc.getList()
Return list of mbos for from the domain.
|
MboSetRemote |
FldMaxObjectCfgResourceType.getList()
Return list of mbos for from the maxattribute table.
|
MboSetRemote |
FldMaxAttributeSkipCopyAttributeName.getList()
Set the list criteria for this list.
|
MboSetRemote |
FldMaxAttributeCfgDomainid.getList()
Lookup fopr DomainID.
|
boolean |
MaxAttributeCfg.getLocDefault()
Identifies the default value of "localizable" for this attribute.
|
boolean |
MaxAttributeCfgRemote.getLocDefault() |
MboRemote |
MaxAttributeCfgSet.getLongDescriptionAttribute(MboRemote baseCol)
For a given Mbo, try to retrieve the Mbo for its non-persistent Long Description attribute..
|
int |
ConfigureService.getMaxColumnLength(java.lang.String tablename,
java.lang.String columnname)
Calls getMaxColumnLength
to determine the maximum length of data currently in this column.
|
int |
ConfigureServiceRemote.getMaxColumnLength(java.lang.String tablename,
java.lang.String columnname) |
int |
ConfigureService.getMaxLengthColumnInIndex()
Get the maximum allowed for the length of any one column in an index.
|
int |
ConfigureServiceRemote.getMaxLengthColumnInIndex() |
int |
ConfigureService.getMaxLengthIndex()
Get the maximum allowed for the sum of lengths of all columns in an index.
|
int |
ConfigureServiceRemote.getMaxLengthIndex() |
MboRemote |
MaxObjectCfgRemote.getMaxTable(boolean getCfg) |
MboRemote |
MaxObjectCfg.getMaxTable(boolean getCfg)
Get the Mbo for MaxTable or MaxTableCfg.
|
int |
ConfigureService.getMaxtypeCategory(java.lang.String maxtype)
Identify the general category of maxtype.
|
int |
ConfigureServiceRemote.getMaxtypeCategory(java.lang.String maxtype) |
MboRemote |
MaxObjectCfgRemote.getMaxView(boolean getCfg) |
MboRemote |
MaxObjectCfg.getMaxView(boolean getCfg)
Get the Mbo for MaxView or MaxViewCfg.
|
protected Mbo |
MaxViewSet.getMboInstance(MboSet ms)
Generate a new MaxView object
|
protected Mbo |
MaxViewColumnSet.getMboInstance(MboSet ms)
Generate a new MaxViewColumn object
|
protected Mbo |
MaxViewColumnCfgSet.getMboInstance(MboSet ms)
Generate a new MaxViewColumnCfg object
|
protected Mbo |
MaxViewCfgSet.getMboInstance(MboSet ms)
Generate a new MaxViewCfg object
|
protected Mbo |
MaxTableSet.getMboInstance(MboSet ms)
Generate a new MaxTable object
|
protected Mbo |
MaxTableCfgSet.getMboInstance(MboSet ms)
Generate a new MaxTableCfg object
|
protected Mbo |
MaxSysKeysSet.getMboInstance(MboSet ms)
Generate a new MaxSysKeys object
|
protected Mbo |
MaxSysIndexesSet.getMboInstance(MboSet ms)
Generate a new MaxSysIndexes object
|
protected Mbo |
MaxServiceSet.getMboInstance(MboSet ms)
Generate a new MaxService object
|
protected Mbo |
MaxObjectSet.getMboInstance(MboSet ms)
Generate a new MaxObject object
|
protected Mbo |
MaxDynamicDomLinkSet.getMboInstance(MboSet ms)
Factory method to create mbos.
|
protected Mbo |
MaxDomainLinkSet.getMboInstance(MboSet ms)
Factory method to create mbos.
|
protected Mbo |
MaxAttributeSkipCopySet.getMboInstance(MboSet ms)
Generate a new MaxAttributeSkipCopy object
|
protected Mbo |
MaxAttributeSet.getMboInstance(MboSet ms)
Generate a new MaxAttribute object
|
protected Mbo |
MaxRelationshipSet.getMboInstance(MboSet ms)
Generate a new MaxRelationship object
|
protected Mbo |
MaxObjectCfgSet.getMboInstance(MboSet ms)
Generate a new MaxObjectCfg object
|
protected Mbo |
MaxAttributeCfgSet.getMboInstance(MboSet ms)
Generate a new MaxAttributeCfg object
|
MboValue |
MaxSysIndexes.getMboValue(java.lang.String nameInput)
Delay retrieval of maxsyskeys (used for attribute ("uniqueidindex").
|
MboValueData |
MaxAttributeCfg.getMboValueData(java.lang.String attribute)
Defaultvalue is stored in the system's default locale, but must be displayed in the online user's locale.
|
void |
MaxAttributeCfgSet.getNativeColumns(java.lang.String keycolumn)
Loop through the native columns on this table and call
addRowToSet for each.
|
java.lang.String |
MaxAttributeCfg.getNativeDateDefault()
Get the system command for the current date.
|
java.lang.String |
MaxAttributeCfgRemote.getNativeDateDefault() |
java.lang.String |
MaxTableCfgRemote.getNativePartition() |
java.lang.String |
MaxTableCfg.getNativePartition()
Identify the native storage partition.
|
java.lang.String |
MaxAttributeCfg.getNewNativeDatatype()
Get the anticipated new native datatype for this column.
|
java.lang.String |
MaxAttributeCfgRemote.getNewNativeDatatype() |
MboSetRemote |
ConfigureService.getOldBackupTables(UserInfo userInfo)
Return set of MaxTableCfg that have old backup tables.
|
MboRemote |
MaxAttributeCfg.getSameAsParent()
If this column is "sameas" something, get the Mbo that it is the same as.
|
MboRemote |
MaxAttributeCfgRemote.getSameAsParent() |
MboRemote |
MaxObjectCfg.getSameAsParentObject(java.lang.String objectname)
Get the Mbo for MaxObjectCfg that is the sameas parent for one of this object's attributes.
|
java.lang.String[] |
MaxAttributeCfg.getSequenceInfo()
Get the sequence name for this attribute, from maxsequence table, matching on
tablename and columnname.
|
java.lang.String[] |
MaxAttributeCfgRemote.getSequenceInfo() |
MboRemote |
MaxAttributeCfg.getSequenceMbo()
Return set of MaxSequence for owner MaxObjectCfg.
|
MboRemote |
MaxAttributeCfgRemote.getSequenceMbo() |
MboSetRemote |
ConfigureService.getUnrestoredTables(UserInfo userInfo)
Return set of MaxTableCfg that need data copied into them from backup tables.
|
java.lang.String |
MaxAttributeCfgSet.getValidName(java.lang.String root,
boolean attrName)
Get a valid, new value for sequencename or attributename.
|
java.lang.String |
MaxSysIndexesSetRemote.getValueADD() |
java.lang.String |
MaxSysIndexesSet.getValueADD()
Return the value of ADD , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxViewColumnCfgSetRemote.getValueCHANGE() |
java.lang.String |
MaxViewColumnCfgSet.getValueCHANGE()
Return the value of CHANGE , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxViewCfgSetRemote.getValueCHANGE() |
java.lang.String |
MaxViewCfgSet.getValueCHANGE()
Return the value of CHANGE , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxTableCfgSetRemote.getValueCHANGE() |
java.lang.String |
MaxTableCfgSet.getValueCHANGE()
Return the value of CHANGE , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxSysIndexesSetRemote.getValueCHANGE() |
java.lang.String |
MaxSysIndexesSet.getValueCHANGE()
Return the value of CHANGE , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxObjectCfgSetRemote.getValueCHANGE() |
java.lang.String |
MaxObjectCfgSet.getValueCHANGE()
Return the value of CHANGE , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxAttributeCfgSetRemote.getValueCHANGE() |
java.lang.String |
MaxAttributeCfgSet.getValueCHANGE()
Return the value of CHANGE , which is used in the
"viewchanged" attribute.
|
java.lang.String |
MaxObjectCfgSet.getViewChangedOrderBy()
Return orderby clause for Config app.
|
void |
ConfigureService.grantNative(java.lang.String dbUserID,
java.lang.String entityname,
java.lang.String privilege,
boolean grant)
Grant or revoke native database access for a given suer and table/view.
|
void |
ConfigureServiceRemote.grantNative(java.lang.String dbUserID,
java.lang.String entityname,
java.lang.String privilege,
boolean grant) |
boolean |
MaxAttributeCfg.indexInvolvement()
Determine whether this column is involved in any indexes (native or otherwise)
that are not marked for deletion.
|
boolean |
MaxAttributeCfgRemote.indexInvolvement() |
boolean |
MaxSysIndexesRemote.indexMetaExistsForOtherTable(java.lang.String name) |
boolean |
MaxSysIndexes.indexMetaExistsForOtherTable(java.lang.String name)
Indicates whether index metadata (maxsysindexes) exists for this index name for a different table.
|
void |
MaxViewColumnCfgSet.init() |
void |
MaxViewColumnCfg.init()
Initialize MaxViewColumnCfg
|
void |
MaxViewCfgSet.init() |
void |
MaxViewCfg.init()
Initialize MaxViewCfg
|
void |
MaxTableCfgSet.init() |
void |
MaxTableCfg.init()
Initialize MaxTableCfg.
|
void |
MaxSysKeysSet.init()
Inititialize util to the MaxSysIndexes's value,
and assign value to owner .
|
void |
MaxSysKeys.init()
Inititialize fields to readonly or not.
|
void |
MaxSysIndexesSet.init()
Inititialize util to the MaxObjectCfg's value,
and assign value to owner .
|
void |
MaxSysIndexes.init()
Inititialize fields to readonly or not.
|
void |
MaxService.init() |
void |
MaxRelationship.init()
Inititialize fields to readonly or not.
|
void |
MaxObjectCfgSet.init()
|
void |
MaxObjectCfg.init()
Inititialize util to the set's value.
|
void |
MaxAttributeCfgSet.init()
|
void |
MaxAttributeCfg.init()
Inititialize fields to readonly or not.
|
void |
FldMaxmessagesValueMessage.initValue()
Get the message string from the Value column and format it for the ValueFormat column.
|
boolean |
MaxAttributeCfg.isLocAllowed()
Identifies whether "localizable" is allowed to be true for this attribute.
|
boolean |
MaxAttributeCfgRemote.isLocAllowed() |
boolean |
ConfigureService.isReservedWord(java.lang.String testWord)
Test whether this is a reserved word on the native database.
|
boolean |
ConfigureServiceRemote.isReservedWord(java.lang.String testWord) |
boolean |
MaxObjectCfgRemote.isTextSearchEnabled() |
boolean |
MaxObjectCfg.isTextSearchEnabled()
Identify whether text search is enabled.
|
boolean |
ConfigureService.isValidChar(java.lang.String checkString)
Checks to see if the input string contains valid characters for the database.
|
boolean |
ConfigureServiceRemote.isValidChar(java.lang.String checkString) |
void |
MaxAttributeCfg.langAndAuditMetadata(MboRemote baseCol)
When this is a new Mbo for a column on an audit or language table, and we have just copied values
from the base column to the new column, this method will override the values that
need to be different.
|
boolean |
MaxAttributeCfgSet.LDKeyExists()
Return True if this set includes an LD Key column
(i.e., the owner's "uniquecolumnname" exists in this set and has a sequencename).
|
boolean |
MaxAttributeCfgSet.LDOwnerExists()
Return True if this set includes an LD Owner column (isldowner = True).
|
void |
ConfigureService.listenToConfigDB(MboRemote listenerMbo,
boolean listen)
Register another listener for ConfigDB.
|
void |
ConfigureServiceRemote.listenToConfigDB(MboRemote listenerMbo,
boolean listen) |
void |
MaxObjectCfgRemote.loadCreateTable() |
void |
MaxObjectCfg.loadCreateTable()
When defining a new table, load MaxAttributeCfg set.
|
void |
MaxAttributeCfgSetRemote.loadCreateTable(java.lang.String keycolumn) |
void |
MaxAttributeCfgSet.loadCreateTable(java.lang.String keycolumn)
When adding a user-defined table, this method loads the column metadata for maxattributecfg.
|
void |
MaxObjectCfgRemote.loadCreateView() |
void |
MaxObjectCfg.loadCreateView()
Populate maxattributecfg and maxviewcolumncfg with attributes from ExtendsObject and JoinObject.
|
java.util.HashMap |
ConfigureService.loadDomainLinks(UserInfo ui)
Load maxdomainlink records to a HashMap.
|
boolean |
MaxTableCfgRemote.nativeAuditTableExists() |
boolean |
MaxTableCfg.nativeAuditTableExists()
Identifies whether the audit table (identified by eaudittbname) exists on the native database.
|
boolean |
MaxAttributeCfg.nativeColumnExists()
Indicates whether the column exists on the native table.
|
boolean |
MaxAttributeCfgRemote.nativeColumnExists() |
boolean |
MaxSysIndexesRemote.nativeIndexExists() |
boolean |
MaxSysIndexes.nativeIndexExists()
Indicates whether the index exists on the native database for the value of "name".
|
boolean |
MaxSysIndexesRemote.nativeIndexExists(java.lang.String name) |
boolean |
MaxSysIndexes.nativeIndexExists(java.lang.String name)
Indicates whether the index exists on the native database for the given index name.
|
boolean |
MaxSysIndexesRemote.nativeIndexExists(java.lang.String name,
java.lang.String tbname) |
boolean |
MaxSysIndexes.nativeIndexExists(java.lang.String name,
java.lang.String tbname)
Indicates whether the index exists on the native database for the given index name and tablename.
|
boolean |
MaxTableCfgRemote.nativeTableExists() |
boolean |
MaxTableCfg.nativeTableExists()
Identifies whether this table (identified by tbname) exists on the native database.
|
boolean |
ConfigureService.nativeTableExists(java.lang.String tablename)
Indicates whether the table exists on the native database.
|
boolean |
ConfigureServiceRemote.nativeTableExists(java.lang.String tablename) |
boolean |
ConfigureService.nativeTypesAreCompatible(java.lang.String oldNativeType,
java.lang.String newNativeType)
Identifies whether data can be copied from old native datatype to new native datatype
without any conversion activity, or with Oracle to_char for date-to-string, or
with SqlServer convert function.
|
boolean |
ConfigureServiceRemote.nativeTypesAreCompatible(java.lang.String oldNativeType,
java.lang.String newNativeType) |
boolean |
ConfigureService.nativeViewExists(java.lang.String viewname)
Indicates whether the view exists on the native database.
|
boolean |
ConfigureServiceRemote.nativeViewExists(java.lang.String viewname) |
boolean |
ConfigureServiceRemote.noDeltaRows(MboRemote masterMbo,
java.lang.String validationType) |
boolean |
MaxAttributeCfg.nullValueExists()
Identify whether this column has any null values.
|
boolean |
MaxAttributeCfgRemote.nullValueExists() |
boolean |
MaxAttributeCfg.preventInternalChanges()
If this is "sameas" an internal attribute, then make maxtype, length, etc.
|
boolean |
MaxAttributeCfgRemote.preventInternalChanges() |
void |
ConfigureService.refreshIndexMetadata(MboSetRemote objectSet)
|
void |
ConfigureServiceRemote.refreshIndexMetadata(MboSetRemote objectSet) |
void |
ConfigureService.refreshIndexMetadata(java.lang.String tablename)
|
void |
ConfigureServiceRemote.refreshIndexMetadata(java.lang.String tablename) |
void |
ConfigureService.removeChanges()
Calls getRemoveChanges
for each storage partition in the valuelist,
and executes the statements returned, with the appropriate commit and rollback logic.
|
void |
ConfigureServiceRemote.removeChanges() |
void |
ConfigureService.removeTenantChanges(UserInfo tenantInfo,
int tenanatId)
Calls getRemoveChanges
for each storage partition in the valuelist,
and executes the statements returned, with the appropriate commit and rollback logic.
|
void |
MaxAttributeSkipCopySet.reset()
Clear the list for next set.
|
void |
MaxAttributeCfgSet.resetForObjectValidation()
Called from MaxObjectCfg appValidate, in case a Qbe has been set on MaxAttributeCfgSet.
|
void |
MaxObjectCfgRemote.resetNewNumberOfTaxes(int currNumberOfTaxes) |
void |
MaxObjectCfg.resetNewNumberOfTaxes(int currNumberOfTaxes)
Reset new number of taxes to currentnumber of taxes
|
void |
ConfigureService.runConfigDB(MboRemote listenerMbo) |
void |
ConfigureServiceRemote.runConfigDB(MboRemote listenerMbo) |
void |
ConfigureService.runConfigDB(MboRemote listenerMbo,
java.util.HashMap params)
Run ConfigDB.
|
void |
ConfigureServiceRemote.runConfigDB(MboRemote listenerMbo,
java.util.HashMap params) |
void |
MaxAttributeCfg.sameAsMiscChecks(MboRemote sameasMbo,
boolean adjustYORN)
After the values for maxtype, length and scale have been set on this mbo (such as via
setValuesForSameAs or one of the field validation classes),
this method checks to see if various attributes are still valid for the new parameters.
|
void |
MaxAttributeCfgRemote.sameAsMiscChecks(MboRemote sameasMbo,
boolean adjustYORN) |
protected void |
MaxViewColumnCfg.save()
Make sure the the new MaxattributeSkipCopy table is up to date.
|
protected void |
MaxAttributeSkipCopy.save()
When saving, make sure any extended objects are updated as well.
|
void |
MaxRelationshipSet.saveTransaction(MXTransaction txn)
|
boolean |
MaxAttributeCfg.sequenceExists(java.lang.String sequenceName,
boolean differentColumn)
Determine whether a row exists in MaxSequence for the given sequence name.
|
boolean |
MaxAttributeCfgRemote.sequenceExists(java.lang.String sequenceName,
boolean differentColumn) |
void |
MaxObjectCfgRemote.setChanged() |
void |
MaxObjectCfg.setChanged()
If value of "changed" is not "R", reevaluate it and set new value.
|
void |
MaxAttributeCfg.setChanged()
If value of "changed" is not "R", reevaluate it and set new value.
|
void |
MaxObjectCfgRemote.setCurrentNumberOfTaxes(int currNumberOfTaxes) |
void |
MaxObjectCfg.setCurrentNumberOfTaxes(int currNumberOfTaxes)
Set current number of taxes in the system NUMBEROFTAXCODES0
|
void |
MaxObjectCfgSetRemote.setGLMaxtypeLength(int newLength) |
void |
MaxObjectCfgSet.setGLMaxtypeLength(int newLength)
Set the staged metadata value for GL column database length
on MaxAttributeCfg .
|
void |
MaxAttributeCfgSet.setIsHandleColumn()
Set values for "ishandlecolumn" for Mbos in this set.
|
void |
MaxAttributeCfg.setLengthAndScaleReadonlyState()
Based on maxtype, determine whether length, scale, and ispositive
should be readonly or not, and set or clear accordingly.
|
void |
MaxAttributeCfgRemote.setLengthAndScaleReadonlyState() |
void |
MaxObjectCfgRemote.setNewNumberOfTaxes(int currNumberOfTaxes) |
void |
MaxObjectCfg.setNewNumberOfTaxes(int currNumberOfTaxes)
Set new number of taxes in the system NUMBEROFTAXTEMP
|
void |
MaxObjectCfgSet.setOrderBy(java.lang.String orderByClause)
|
void |
MaxViewColumnCfgSet.setOwner(MboRemote mbo)
Call super, then set value for util.
|
void |
MaxViewCfgSet.setOwner(MboRemote mbo)
Call super, then set value for util.
|
void |
MaxTableCfgSet.setOwner(MboRemote mbo)
Call super, then set value for util.
|
void |
MaxAttributeCfgSet.setOwner(MboRemote mbo)
Call super, then set value for util .
|
void |
MaxObjectCfgSet.setQbe(java.lang.String attribute,
java.lang.String expression)
For DB Configure app, if the user sets Qbe on the "internal" attribute, then also
call setUserWhere .
|
void |
MaxAttributeCfgSet.setRelationName(java.lang.String relationName)
For the Configur app, setOrderBy depending on the owner and relationship.
|
void |
MaxAttributeCfg.setSearchTypeReadonlyFlag()
Set Readonly flag for SearchType.
|
void |
MaxAttributeCfgRemote.setSearchTypeReadonlyFlag() |
void |
MaxAttributeCfg.setSearchTypeValue()
Set default value for SearchType.
|
void |
MaxAttributeCfgRemote.setSearchTypeValue() |
void |
MaxObjectCfgRemote.setTaxAttributes(int numOfTax) |
void |
MaxObjectCfg.setTaxAttributes(int numOfTax) |
void |
MaxObjectCfgRemote.setTaxData() |
void |
MaxObjectCfg.setTaxData()
Set taxtype extra rows
|
void |
MaxObjectCfgRemote.setupTableOrView(java.lang.String attributename) |
void |
MaxObjectCfg.setupTableOrView(java.lang.String attributename)
Use when setting value on MaxObjectCfg for objectname, isview, or entityname.
|
void |
MaxAttributeCfg.setValuesForSameAs(MboRemote sameasMbo,
boolean changeMustBe,
boolean mustBeValue)
Set values for maxtype, length and scale on this mbo to satisfy "sameas" processing.
|
void |
MaxAttributeCfgRemote.setValuesForSameAs(MboRemote sameasMbo,
boolean changeMustBe,
boolean mustBeValue) |
void |
MaxObjectCfgRemote.setViewWhere() |
void |
MaxObjectCfg.setViewWhere()
Evaluate attributes on ExtendsObject and JoinObject and try to
default a value for ViewWhere.
|
protected boolean |
MaxViewColumnCfg.skipCopyField(MboValueInfo mvi)
Skip viewname when copying mbo.
|
protected boolean |
MaxViewCfg.skipCopyField(MboValueInfo mvi)
Skip viewname when copying mbo.
|
protected boolean |
MaxTableCfg.skipCopyField(MboValueInfo mvi)
Skip tablename, classname, eaudittbname, langtablename, islangtable, isaudittable when copying mbo.
|
protected boolean |
MaxObjectCfg.skipCopyField(MboValueInfo mvi)
Skip objectname, classname, eaudittbname, langtablename, islangtable, isaudittable, entityname
when copying mbo.
|
protected boolean |
MaxAttributeCfg.skipCopyField(MboValueInfo mvi)
Skip objectname and attributeno when copying mbo.
|
MboSetRemote |
FldMaxAttributeCfgAutokeyName.smartFill(java.lang.String value,
boolean exact) |
MboSetRemote |
MaxAttributeCfg.smartFill(java.lang.String attribute,
java.lang.String value,
boolean exact)
If attribute is "autokeyname" then return null if MboSet is empty.
|
boolean |
ConfigureService.spaceIsSysManaged(java.lang.String spaceName)
Determine whether the specified tablespace is system-managed.
|
boolean |
ConfigureServiceRemote.spaceIsSysManaged(java.lang.String spaceName) |
boolean |
MaxObjectCfgRemote.tableIsEmpty(java.lang.String tbname) |
boolean |
MaxObjectCfg.tableIsEmpty(java.lang.String tbname)
Identify whether the table contains any data.
|
boolean |
MaxAttributeCfgSet.textSearchAttrExists()
Return True if this set includes an attribute whose searchtype = TEXT.
|
java.lang.String |
NonMTOnlyCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
MTOnlyCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
MaxViewColumnCfg.undelete() |
void |
MaxViewCfg.undelete()
Set the value of "changed" to indicate undeletion for maxviewcolumncfg.
|
void |
MaxSysKeys.undelete()
Set the value of "changed" to indicate undeletion for maxsyskeys.
|
void |
MaxSysIndexes.undelete()
Set the value of "changed" to indicate undeletion for maxsysindexes and maxsyskeys.
|
void |
MaxObjectCfg.undelete()
Set the value of "changed" to indicate undeletion for maxattributecfg, maxsyskeys,
and maxsysindexes.
|
void |
MaxAttributeCfg.undelete()
Set the value of "changed" to indicate undeletion for maxattributecfg, maxsyskeys,
and maxsysindexes.
|
void |
ConfigureService.updateStatistics(MboSetRemote objectSet)
|
void |
ConfigureServiceRemote.updateStatistics(MboSetRemote objectSet) |
void |
ConfigureService.updateStatistics(java.lang.String tablename)
Calls getUpdateStatistics
for tables/indexes in the Maximo metadata, and executes the statements returned.
|
void |
ConfigureServiceRemote.updateStatistics(java.lang.String tablename) |
void |
MaxSysKeysSet.validate()
Call checkSequence and then super.
|
void |
MaxSysIndexesSet.validate()
Check consistency of storagepartition for DB2, then call super.
|
void |
FldStorageTypeDesc.validate()
Called to validate the data
|
void |
FldStorageType.validate()
Called to validate the data
|
void |
FldStoragePartition.validate()
If changing value on MaxSysIndexes, make sure there is not a conflict with the
object's storagepartition.
|
void |
FldMustBeUnique.validate() |
void |
FldMaxSysKeysColName.validate()
The following must all be true.
|
void |
FldMaxSysIndexesName.validate()
If the entered index name already exists, throw an error.
|
void |
FldMaxObjectCfgUniqueColumnName.validate()
If user specifices a column that is already defined on MaxAttributeCfg, and that Mbo
has maxtype != BIGINT or required == false, throw an error.
|
void |
FldMaxObjectCfgTrigRoot.validate()
Entity name must not contain invalid characters and must not be a reserved word.
|
void |
FldMaxObjectCfgObjectName.validate()
Objectname cannot already exist in metadata.
|
void |
FldMaxObjectCfgLangTableName.validate()
Cannot change if any Maximo attributes are mlsupported.
|
void |
FldMaxObjectCfgEntityName.validate()
Entity name must not contain invalid characters and must not be a reserved word.
|
void |
FldMaxObjectCfgEAuditTbname.validate()
Audit table cannot already exist.
|
void |
FldMaxObjectCfgEAuditEnabled.validate()
Cannot audit an audit or a language table.
|
void |
FldMaxDomainLinkAttributeName.validate() |
void |
FldMaxAttributeCfgTranslatable.validate()
If attribute is translatable then owner must be translatable.
|
void |
FldMaxAttributeCfgSequenceName.validate()
Sequence must not contain invalid characters, must not be a reserved word, and
must not already exist for a different table.
|
void |
FldMaxAttributeCfgScale.validate()
Scale cannot be greater than 10.
|
void |
FldMaxAttributeCfgSameAsObject.validate()
In Multitenancy once a tenant is on boarded, added to the system, the Global Administrator
cannot add or change the sameas object of an existing object.
|
void |
FldMaxAttributeCfgPersistent.validate() |
void |
FldMaxAttributeCfgLocalizable.validate() |
void |
FldMaxAttributeCfgEntityName.validate()
Valid if equal to the owner object's entityname or any other object's entityname.
|
void |
FldMaxAttributeCfgColumnName.validate()
Column name must not contain invalid characters and must not be a reserved word.
|
void |
FldMaxAttributeCfgAttributeName.validate()
Column must not already exist, and must not contain invalid characters, and must not be a reserved word.
|
void |
FldMaxAttributeCfgSearchType.validate()
Validate searchtype.
|
void |
FldMaxAttributeCfgSameAsAttribute.validate()
If sameastable equals this tbname, validate in this set, else call super.
|
void |
FldMaxAttributeCfgRequired.validate()
If changing nullable to non-null, and one or more rows has null value, and we have
no default value, then throw error.
|
void |
FldMaxAttributeCfgMaxType.validate()
Cannot change both maxtype and nulls at the same time.
|
void |
FldMaxAttributeCfgLength.validate()
The following must all be true:
If platform is DB2, cannot shorten the column length.
|
void |
FldMaxAttributeCfgEAuditEnabled.validate()
True is allowed only if the object is eaudit enabled.
|
void |
FldMaxAttributeCfgDomainid.validate() |
void |
FldMaxAttributeCfgDefaultValue.validate()
Ensure that the entered defaultvalue is valid for the maxtype.
|
void |
FldMaxAttributeCfgAutokeyName.validate()
If no record on Autokey table, present a yes/no/cancel box asking whether to add a new autokey.
|
void |
MaxAttributeCfgSet.validate()
Make sure no duplicates for primarykeycolseq, the call super.
|
void |
MaxAttributeCfg.validateDefaultValue()
Validate defaultvalue.
|
void |
MaxAttributeCfgRemote.validateDefaultValue() |
void |
MaxAttributeCfg.validateDomain(java.lang.String domainid)
Validate the specified domainid for this attribute.
|
void |
MaxAttributeCfgRemote.validateDomain(java.lang.String domainid) |
void |
MaxAttributeCfg.validateDomain(java.lang.String domainid,
java.lang.String errorTitle,
java.lang.String attrmaxtype,
int attrlength,
int attrscale,
int whatToValidate)
Given a domainid, validate it for this attribute.
|
void |
MaxAttributeCfgRemote.validateDomain(java.lang.String domainid,
java.lang.String errorTitle,
java.lang.String colmaxtype,
int collength,
int colscale,
int whatToValidate) |
boolean |
ConfigureService.validateFormat(java.util.Locale locale,
java.util.TimeZone timezone,
java.lang.String value,
java.lang.String maxtype,
int length,
int scale,
boolean checkCase)
Validate the string value against the specified maxtype, length and scale.
|
boolean |
ConfigureServiceRemote.validateFormat(java.util.Locale locale,
java.util.TimeZone timezone,
java.lang.String value,
java.lang.String maxtype,
int length,
int scale,
boolean checkCase) |
void |
MaxAttributeCfg.validateSearchType()
Validate searchtype.
|
void |
MaxAttributeCfgRemote.validateSearchType() |
void |
ConfigureService.verifyView(java.lang.String objectname)
Check the Cfg metadata for a view to see if it is properly formed.
|
void |
ConfigureServiceRemote.verifyView(java.lang.String objectname) |
Methods in psdi.app.contract that throw MXException
Modifier and Type |
Method and Description |
void |
FldContractTypeMaxContractType.action() |
void |
FldContractLineNewOrderUnit.action() |
void |
FldContractLineOrderQty.action() |
void |
FldContractLineNewOrderQty.action() |
void |
FldContractLineLineType.action() |
void |
FldContractLineLineCost.action() |
void |
FldContractLineItemNum.action() |
void |
FldContractLineContractLineNum.action() |
void |
FldContractEndDate.action()
If this field belongs to SchWarrantyViewRemote set the editibility of the schedule
field based on if this is set to null or not.
|
void |
FldContractAuthSiteID.action()
Set the value of the authorgid field from the siteMbo.
|
void |
FldContractAuthIsDefault.action() |
void |
FldContractAssetStartDate.action() |
void |
FldContractAssetAssetNum.action() |
void |
PropertyDefault.add()
Add a new Property Default
Required fields of the PropertyDefault object are initialized in this method.
|
void |
ContractTypeTerm.add()
Add a new Contract Type Term
Required fields of the ContractTypeTerm object are initialized in this method.
|
void |
ContractType.add()
Add a new ContractType.
|
void |
ContractTerm.add()
This is called when a new CONTRACTTERM object is added to the CONTRACT MboSet
collection.
|
void |
ContractStatus.add()
Add a new ContractStatus object
This cannot be called except by the PR object.
|
void |
ContractAuth.add()
Add a new ContractAuth record.
|
void |
ContractAsset.add()
Add a new ContractAuth record.
|
void |
ContCommodity.add() |
void |
ContractLine.add()
Defaults certain fields on the ContractLine Object.
|
void |
Contract.add() |
void |
Contract.addInvVendorItemsToContractLine(MboSetRemote invVendorSetRemote)
Loops through the InvVendorSet that is passed in and creates a new ContractLine with the itemnum on the selected InvVendor
rows.
|
void |
ContractRemote.addInvVendorItemsToContractLine(MboSetRemote invVendorSetRemote) |
void |
ContractTypeTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
ContractTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
ContractAuth.appValidate() |
void |
ContractAsset.appValidate()
Makes sure that at lease one of the asset and the location fields have
been entered.
|
void |
ContractLine.appValidate()
Several conditions are checked before the line can be saved.
|
java.util.Date |
ContractAsset.calculateEndDate()
Calculate the end date by adding the term to the current date.
|
void |
ContractTermSet.canAdd() |
void |
ContractAuthSet.canAdd() |
void |
ContractAssetSet.canAdd()
Checks to see if the Contract is approved or canceled or closed.
|
void |
ContCommoditySet.canAdd() |
void |
ContractLineSet.canAdd()
Cannot add a new contract line if the status of the contract is approved.
|
void |
Contract.canAuthSites()
Checks to see if the vendor is empty.
|
void |
ContractRemote.canAuthSites() |
void |
Contract.cancelOrSusupndPreviousRevision(java.lang.String internalStatus)
Cancels or suspends the previous revision of the current contract being canceled or suspended.
|
void |
Contract.canChangeLineStatus() |
void |
ContractRemote.canChangeLineStatus() |
void |
ContractLine.canCreateSchedule()
Check to make sure that a payment schedule can be created for this contract line.
|
void |
ContractLineRemote.canCreateSchedule() |
void |
ContractType.canDelete()
This method is called by the delete() method.
|
void |
ContractAuth.canDelete()
Cannot delete a row if it is marked as default row.
|
void |
ContractAsset.canDelete() |
void |
ContractLine.canDelete()
Cannot delete a ContractLine that has been canceled.
|
void |
Contract.canDelete()
Contracts cannot be deleted.
|
boolean |
Contract.canEditContractLine()
Checks the status of the Contract and returns false if the status is WAPPR, true otherwise
|
void |
Contract.canPerformAction()
The 'Copy PRLines to Contract' action can only be invoked if the Purchase Contract
is in a status of waiting for approval.
|
void |
ContractRemote.canPerformAction() |
void |
Contract.canReviseContract()
Checks if a new revison can be created from the current contract.
|
void |
ContractRemote.canReviseContract() |
void |
Contract.changeLineStatus(MboSetRemote contractLineSetRemote)
Changes the status of each contract line to the value of the non-persistent
field on the PurchView called LINESTATUS.
|
void |
ContractRemote.changeLineStatus(MboSetRemote contractLineSetRemote) |
void |
ContractLine.changeLineStatus(java.lang.String lineStatus)
Change the linestatus of the Contract Line to the passed in line status.
|
void |
ContractLineRemote.changeLineStatus(java.lang.String lineStatus) |
void |
Contract.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
Contract.checkMasterMaxValue()
Compares the totalcosts of all child contracts, to the maximum value of the
master contract.
|
MboRemote |
ContractLine.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
void |
ContCommoditySetRemote.copyFromCommodityCodeSet(MboSetRemote commoditySet,
java.lang.String parent) |
void |
ContCommoditySet.copyFromCommodityCodeSet(MboSetRemote commoditySet,
java.lang.String parent) |
void |
ContCommoditySetRemote.copyFromCommodityGroupSet(MboSetRemote commoditySet) |
void |
ContCommoditySet.copyFromCommodityGroupSet(MboSetRemote commoditySet) |
MboRemote |
ContractLine.copyPurchContractLine(MboRemote releasePOLineRemote,
MboRemote createRelInput)
Copies the details from the ContractLine to the POLine.
|
MboRemote |
ContractLineRemote.copyPurchContractLine(MboRemote releasePOLineRemote,
MboRemote createRelInput) |
void |
Contract.copySitesToContractAuth(SiteSetRemote siteSetRemote)
Copies the selected SITE values to the CONTRACTAUTH.
|
void |
ContractRemote.copySitesToContractAuth(SiteSetRemote siteSetRemote) |
void |
Contract.copySLAToSLAContract(SLASetRemote slaSetRemote)
Copies the selected SLA Mbos to the SLACONTRACT MboSet.
|
void |
ContractRemote.copySLAToSLAContract(SLASetRemote slaSetRemote) |
void |
ContractTypeRemote.copyTerms(MboSetRemote termsSet) |
void |
ContractType.copyTerms(MboSetRemote termsSet)
This method will copy the selected terms to the set calling Mbo's corresponding Terms.
|
void |
ContractLine.createSchedule()
Create a new payment schedule header if none exists for this contract line.
|
void |
ContractLineRemote.createSchedule() |
void |
ContCommodity.delete()
If a company commodity group is deleted then make sure all attached
commodity codes are deleted
|
void |
ContractType.delete(long accessmodifier)
This method is called to delete a contract type.
|
void |
ContractLine.delete(long accessModifier)
Delete the contract line record.
|
boolean |
Contract.doesContractReferenceExistOnPO()
Returns true if the contract reference exists on any PO Header or POLine.
|
MboSetRemote |
ContractService.findContracts(MboRemote inputMbo,
MboRemote owningMbo)
Find valid contracts for a given item number and vendor combination.
|
MboSetRemote |
ContractServiceRemote.findContracts(MboRemote inputMbo,
MboRemote owningPO) |
MboRemote |
Contract.findLatestMasterRevision() |
java.util.Vector |
ContractService.findLeaseContracts(MboRemote mboRemote,
java.lang.String vendor,
java.lang.String catalogCode) |
java.util.Vector |
ContractService.findValidContracts(MboRemote mboRemote,
java.lang.String vendor,
java.lang.String catalogCode,
boolean createRel)
Find valid contracts for this item, vendor and catalog.
|
java.util.Vector |
ContractServiceRemote.findValidContracts(MboRemote inputMbo,
java.lang.String vendor,
java.lang.String catalogCode,
boolean createRel) |
protected int |
ContractTerm.generateSeqNumID()
Generates a unique Seq ID with an interval.
|
java.lang.String[] |
FldContractLineItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldContCommodityContractNum.getAppLink() |
java.lang.String[] |
FldContractContractNum.getAppLink()
Depending on the type of the contract, return the appropriate app link name
for the value attribute.
|
MboSetRemote |
Contract.getAssetList()
Returns a list of assets which reside in the sites that the user is
authorized and whose status is NOT READY, OPERATING.
|
MboSetRemote |
ContractRemote.getAssetList() |
double |
Contract.getAvailableFunds()
For the current Blanket Contract, return the amount that is yet to be used.
|
double |
ContractRemote.getAvailableFunds() |
MboSetRemote |
ContractService.getContractLine(MboRemote mboRemote)
Returns a set of ContractLine.
|
MboSetRemote |
ContractServiceRemote.getContractLine(MboRemote mboRemote) |
int |
Contract.getContractReleaseSeqNumber()
Returns the next sequential value for the CONTRELEASESEQ field on the PO.
|
int |
ContractRemote.getContractReleaseSeqNumber() |
java.util.Vector |
ContractStatus.getContractStatusRecord()
Gets historical data from ContractStatus.
|
java.lang.String |
ContractLine.getInternalContractType() |
java.lang.String |
Contract.getInternalContractType()
Returns the internal representation of the CONTRACTTYPE field.
|
java.lang.String |
ContractRemote.getInternalContractType() |
java.lang.String |
ContractLine.getInternalLineStatus() |
java.lang.String |
ContractLineRemote.getInternalLineStatus() |
java.lang.String |
ContractLine.getInternalLineType()
Returns the internal representation of the Line Type field.
|
java.lang.String |
ContractLineRemote.getInternalLineType() |
java.lang.String |
ContractLine.getInternalRevStatus()
Get the internal representation of the CONTRACTLINE.REVSTATUS
|
boolean |
Contract.getInvoiceCreationFlag()
Used to display the appropriate message when invoices have been created on contract approval.
|
MboRemote |
ContractLine.getInvVendorRemote()
Returns the invVendor record on the following conditions.
|
MboSetRemote |
FldContractTypeMaxContractType.getList()
Returns Contract Type value list with defaults is true.
|
MboSetRemote |
FldContractLineLineType.getList()
Returns line type value list MATERIAL, ITEM, SERVICE, STDSERVICE and TOOL.
|
MboSetRemote |
FldContractLineItemNum.getList()
Returns item with the correct item type ITEM, STDSERVICE and TOOL.
|
MboSetRemote |
FldContractAuthVendor.getList()
Returns a list of vendors.
|
MboSetRemote |
FldContractAssetAssetNum.getList()
The list should display all non-decommisioned assets and assets that reside in
the same site that this user has access to and also the sites the sites that this contract has access to.
|
MboSetRemote |
Contract.getLocationsList()
Returns a list of locations which reside in the sites that the user is
authorized and whose status is NOT READY, OPERATING.
|
MboSetRemote |
ContractRemote.getLocationsList() |
int |
ContractAssetSet.getMaxContractAssetLineNum() |
protected Mbo |
PropertyDefaultSet.getMboInstance(MboSet ms)
Generate a new Property Default object.
|
protected Mbo |
PropertyAssocSet.getMboInstance(MboSet ms)
Generate a new Property Assoc object.
|
protected Mbo |
ContractTypeTermSet.getMboInstance(MboSet ms)
Generate a new Contract Type Term object.
|
protected Mbo |
ContractTypeSet.getMboInstance(MboSet ms)
Generate a new Contract Type object.
|
protected Mbo |
ContractTermSet.getMboInstance(MboSet ms)
Generate a new CONTRACTTERM object.
|
protected Mbo |
ContractStatusSet.getMboInstance(MboSet ms)
Generate a new ContractStatus object
|
protected Mbo |
ContractSet.getMboInstance(MboSet ms)
Generate a new Contract object
|
protected Mbo |
ContractPropertySet.getMboInstance(MboSet ms)
Generate a new Contract Property object.
|
protected Mbo |
ContractAuthSet.getMboInstance(MboSet ms)
Generate a new ContractAuth object
|
protected Mbo |
ContractAssetSet.getMboInstance(MboSet ms)
Generate a new ContractAsset object
|
protected Mbo |
ContCommoditySet.getMboInstance(MboSet ms)
Generate a new ContCommodity object
|
protected Mbo |
ContractLineSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract object
|
MboRemote |
Contract.getNextRevision()
Returns the next revision of the Contract.
|
MboRemote |
Contract.getNextRevisionReference()
Returns the reference of the previous revision.
|
MboRemote |
Contract.getPreviousRevision()
Returns the previous revision of the Contract.
|
boolean |
Contract.getRouteWF() |
boolean |
ContractRemote.getRouteWF() |
java.lang.String |
ContractAuthSet.getSiteString()
Returns a list of site that this contract has been authorized for.
|
protected MboSetRemote |
Contract.getStatusHistory() |
boolean |
ContractLine.getVendorItem()
Return true if the action is from Vendor Item page.
|
void |
FldContractTypeMaxContractType.init()
Set the MaxContractType field to READONLY if the Mbo has been saved.
|
void |
FldContractLineInspectionRequired.init() |
void |
FldContractEndDate.init()
If this field belongs to SchWarrantyViewRemote set the editibility of the schedule
field upon initialization.
|
void |
ContractTerm.init()
Initialized ContractTerm mbo.
|
void |
ContractStatus.init()
Initailze the object to be read only.
|
void |
ContractAuth.init()
Initialize the ContractAuth object.
|
void |
ContractAsset.init()
Initialize the ContractAuth object.
|
void |
ContCommodity.init()
Initialize the Contract object.
|
void |
ContractLine.init() |
void |
Contract.init()
Initialize the Contract object.
|
void |
ContractLine.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
Contract.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldContractLineRFQNum.initValue()
Set the value of rfqnum and rfqlinenum.
|
void |
FldContractLinePRNum.initValue()
Set the value of prnum and prlinenum.
|
void |
FldContractLineNewOrderUnit.initValue()
Set yourself with the value from the order unit of the Contract Line.
|
void |
FldContractLineNewOrderQty.initValue()
Set yourself with the value from the order unit of the Contract Line.
|
void |
FldContractAssetAssetNum.initValue()
Gets the actual assetnum from the ASSET table.
|
boolean |
ContractLine.isContractReferencedOnPOLine()
Checks to see if the contract was referenced on any poline.
|
boolean |
Contract.isRevisionInProgress() |
boolean |
ContractRemote.isRevisionInProgress() |
boolean |
ContractLine.isServiceType() |
void |
ContractLine.modify()
Internal method that marks the record as modified.
|
void |
Contract.modify()
Internal method that marks the record as modified.
|
void |
Contract.nullVendor()
Throws an exception if the vendor on the Contract Header is null.
|
void |
ContractRemote.nullVendor() |
void |
ContractAssetSet.populateAssetLineNum(MboRemote contAsset) |
boolean |
Contract.prevStatusRemainApproved()
maxvars CONTWSTARTAPPR: to determine if Contract is WSTART, previous Contract is Approved or Revised.
|
void |
ContractTerm.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContractStatus.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContractAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContractAsset.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContCommodity.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContractLine.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
MboRemote |
Contract.reviseContract(java.lang.String revDescription)
Creates a new revision of the current contract.
|
MboRemote |
ContractRemote.reviseContract(java.lang.String revDescription) |
void |
Contract.revisionInProgress(boolean flag) |
void |
ContractRemote.revisionInProgress(boolean flag) |
void |
ContractType.save()
This also save or update SYNONYMDOMAIN table.
|
void |
ContractLine.save()
Set the attribute haspaymentsched on contract line based on whether it has
any payment schedules or not.
|
void |
Contract.setContractTypeEditibilityAndValues(boolean fromInit)
Sets the editibility on certain fields of the PurchView object based
on the type of the contract.
|
void |
Contract.setContractTypeTerm() |
protected void |
ContractLine.setEditibilityFlags(boolean flag)
sets the editibility flags for fields in Contract.
|
void |
Contract.setInvoiceCreationFlag(boolean hasCreatedInvoice)
Called by WarrantyView to indicated the creation of invoices on contract approval.
|
void |
Contract.setNextRevisionReference(MboRemote nextRevisionRef)
Set the reference of the next revision to the passed in Mbo reference.
|
void |
Contract.setRouteWF(boolean route) |
void |
ContractRemote.setRouteWF(boolean route) |
void |
FldContractTypeMaxContractType.setValueFromLookup(MboRemote sourceMbo) |
void |
ContractLine.setVendorItem(boolean value)
Set fromVendorItem variable.
|
protected boolean |
ContractTerm.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
ContractAuth.skipCopyField(MboValueInfo mvi) |
protected boolean |
ContractAsset.skipCopyField(MboValueInfo mvi) |
protected boolean |
ContCommodity.skipCopyField(MboValueInfo mvi) |
protected boolean |
ContractLine.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
void |
ContractType.undelete()
This method undeletes a contract type that has been marked for deletion.
|
void |
ContractLine.undelete()
Undelete the contract line record.
|
void |
FldContractLineLineCost.updateScheduleCosts()
Update the payment schedule costs.
|
java.lang.String |
Contract.useLineOrLoadedCost()
11-16657/IV09276: put it in Contract because Software contract might use it:
added maxvars CONTRALINEORLOADED to determine if Contracts(in View Release Costs)
should use linecost or loadedcost to calculate all costs.
|
void |
FldContractTypeMaxContractType.validate()
MaxContractType should be in Contract Type table.
|
void |
FldContractTypeContractTypeID.validate()
New ContractTypeID should not exist in Contract Type table.
|
void |
FldContractLineOrderQty.validate()
The quantity cannot be less than zero.
|
void |
FldContractLineLineCost.validate() |
void |
FldContractLineItemNum.validate()
If line type is special order, only new item could be allowed.
|
void |
FldContractEndDate.validate() |
void |
FldContractAuthVendor.validate()
The vendor should be the branch of the Contract vendor.
|
void |
FldContractAuthSiteID.validate()
Checks to see if any of the sites have been already authorized.
|
void |
FldContractAuthIsDefault.validate() |
void |
FldContractStartDate.validate() |
void |
FldContractAssetAssetNum.validate() |
void |
FldContCommodityContractNum.validate()
No validation takes place, so override and do nothing.
|
void |
Contract.validateContract()
Checks for several conditions before contract approval.
|
void |
Contract.validateDates()
Validates if the current Date falls between the start and end dates of the contract.
|
void |
ContractRemote.validateDates() |
void |
ContractAuthSet.validateSiteVendorCombination(java.lang.String vendor,
java.lang.String authSiteID,
MboRemote currMbo)
Checks to see if there is only one vendor site combination in the Contract Auth table for a particular contract.
|
Methods in psdi.app.contract.common that throw MXException
Modifier and Type |
Method and Description |
void |
FldCommonContractTotalCost.action() |
void |
FldCommonContractPreTaxTotal.action()
If the preTaxTotal is changed the totaltax is recalculated and so is the totalcost.
|
void |
FldCommonContractVendor.action() |
void |
FldCommonContractContractType.action() |
void |
CommonContractStatusHandler.approve(java.lang.String desiredStatus,
java.util.Date date)
Validates certain conditions before approving the contract.
|
void |
CommonContractStatusHandler.canApprove(java.lang.String currentMaxStatus)
Contains conditions to check if the status change is legal.
|
void |
CommonContractStatusHandler.canCancel(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Cancel is legal.
|
void |
CommonContractStatusHandler.cancel(java.lang.String desiredStatus,
java.util.Date date)
Sets the status of the contract to cancel.
|
void |
CommonContractStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
CommonContractStatusHandler.canClose(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to close is legal.
|
void |
CommonContractStatusHandler.canDraft(java.lang.String currentMaxStatus)
Contains conditions to check if the status change is legal.
|
void |
CommonContractStatusHandler.canExpire(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Expire is legal.
|
void |
CommonContractStatusHandler.canPndRev(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Pending Revision is legal.
|
void |
CommonContractStatusHandler.canRevise(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Revised is legal.
|
void |
CommonContractStatusHandler.canSuspnd(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Suspend is legal.
|
void |
CommonContractStatusHandler.canUnapprove(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Unapproved is legal.
|
void |
CommonContractStatusHandler.canWStart(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Waiting to Start is legal.
|
void |
CommonContractStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the current state to a desired state.
|
protected void |
CommonContractStatusHandler.checkApprovalLimit() |
void |
CommonContractStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus) |
void |
CommonContractStatusHandler.close(java.lang.String desiredStatus,
java.util.Date date)
When the status of the Contract is set to CLOSE, the linestatus of all the
ContractLines will also be set to CLOSE with the exception of Canceled lines.
|
void |
ContCompCommoditySetRemote.copyFromCommodityCodeSet(MboSetRemote commoditySet,
java.lang.String parent) |
void |
ContCompCommoditySet.copyFromCommodityCodeSet(MboSetRemote commoditySet,
java.lang.String parent) |
void |
ContCompCommoditySetRemote.copyFromCommodityGroupSet(MboSetRemote commoditySet) |
void |
ContCompCommoditySet.copyFromCommodityGroupSet(MboSetRemote commoditySet) |
void |
CommonContractStatusHandler.doesContractReferenceExistOnPO()
Returns true if the contract reference exists on any PO Header or POLine, false otherwise
|
void |
CommonContractStatusHandler.draft(java.lang.String desiredStatus,
java.util.Date date)
Sets the status of the contract to Draft.
|
void |
CommonContractStatusHandler.expire(java.lang.String desiredStatus,
java.util.Date date)
Sets the status of the Contract to expire.
|
MboSetRemote |
FldCommonContractLineStatus.getList() |
MboSetRemote |
FldChangeStatus.getList() |
MboSetRemote |
FldCommonContractVendor.getList()
A special getList to deal with the zombie Mbo.
|
MboSetRemote |
FldCommonContractContractType.getList()
Show all the external contract types.
|
protected Mbo |
ContCompCommoditySet.getMboInstance(MboSet ms)
(non-Javadoc)
|
MboRemote |
CommonContractStatusHandler.getNextRevision()
Returns the next revision reference if a next reference exists.
|
void |
CommonContractStatusHandler.possibleStatusChange(java.lang.String currentMaxStatus,
java.lang.String desiredMaxStatus)
Determine if a change of status is legal using the statusChangeMatrix.
|
void |
CommonContractStatusHandler.postStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process post status change logic.
|
void |
CommonContractStatusHandler.revise(java.lang.String desiredStatus,
java.util.Date date)
Sets the status of the Contract to Revised.
|
void |
CommonContractStatusHandler.setLineStatus(java.lang.String externalStatus)
Sets the status of the LINESTATUS to whatever status that is passed into this method.
|
void |
CommonContractStatusHandler.suspnd(java.lang.String desiredStatus,
java.util.Date date)
When the status of the Contract is set to SUSPND, the linestatus of all the
ContractLines will also be set to SUSPND with the exception of Canceled lines.
|
void |
CommonContractStatusHandler.unapprove(java.lang.String desiredStatus,
java.util.Date date)
Sets the status of the contract to Waiting for Approval.
|
void |
FldCommonContractVendor.validate()
Stops the user from changing the vendor if there is more than one
authrized record for a site.
|
Methods in psdi.app.contract.lease that throw MXException
Modifier and Type |
Method and Description |
void |
FldLeaseViewTotalCost.action() |
void |
FldLeaseViewTerm.action() |
void |
FldLeaseViewPeriodicPaymnt.action() |
void |
FldLeaseViewNumOfPayments.action() |
void |
FldLeaseViewLineLineCost.action() |
void |
FldLeaseViewLineItemNum.action() |
void |
FldLeaseViewContractType.action()
Cannot change the type if lines exist.
|
void |
LeaseViewLine.add() |
void |
LeaseView.add()
Add method on the Leave Contract View.
|
void |
LeaseViewRemote.applyPriceAdjustment(MboSetRemote contractLineSetRemote) |
void |
LeaseView.applyPriceAdjustment(MboSetRemote contractLineSetRemote) |
void |
LeaseViewRemote.applyPriceToLines() |
void |
LeaseView.applyPriceToLines()
Apply the adjusted prices to the linecost of the contractLine.
|
void |
LeaseViewStatusHandler.approve(java.lang.String desiredStatus,
java.util.Date approveDate)
Check for required fields if the payment schedule flag for this lease contract is true.
|
void |
LeaseView.appValidate() |
void |
LeaseViewRemote.canAddAssetToContractAsset() |
void |
LeaseView.canAddAssetToContractAsset()
Method to check if a row can be added to the associated assets tab.
|
void |
LeaseViewStatusHandler.cancel(java.lang.String desiredStatus,
java.util.Date cancelDate)
Warn the user if there are payments generated for this contract.
|
void |
LeaseViewRemote.cancelInvoices(MboSetRemote assetSet) |
void |
LeaseView.cancelInvoices(MboSetRemote assetSet)
Cancel all the unpaid invoices which were created for the passed in assets.
|
void |
LeaseViewRemote.canCreateSchedule() |
void |
LeaseView.canCreateSchedule()
Cannot add a new payment schedule for an lease contract unless it is approved.
|
void |
LeaseViewRemote.canPurchaseOrReturnAsset() |
void |
LeaseView.canPurchaseOrReturnAsset()
Can perform "Purchase" or "Return" assets "End Lease" actions for approved contracts only
|
void |
LeaseView.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
LeaseViewStatusHandler.close(java.lang.String desiredStatus,
java.util.Date closeDate)
Warn the user if there are payments generated for this contract.
|
void |
LeaseViewRemote.copyAssetsToContractAsset(AssetSetRemote assetSetRemote) |
void |
LeaseView.copyAssetsToContractAsset(AssetSetRemote assetSetRemote)
Copies the selected Asset values to the CONTRACTASSET.
|
void |
LeaseViewRemote.createEndLeaseInvoice(java.lang.String invNumber,
java.lang.String targetStatus,
MboSetRemote assetSet,
boolean purchaseFlag) |
void |
LeaseView.createEndLeaseInvoice(java.lang.String invNumber,
java.lang.String targetStatus,
MboSetRemote assetSet,
boolean purchaseFlag)
Create invoice for purchase assets belonging to a lease contract (Lease End action).
|
void |
LeaseViewRemote.createEndLeasePO(java.lang.String invNumber,
java.lang.String targetStatus,
MboSetRemote assetSet,
boolean purchaseFlag) |
void |
LeaseView.createEndLeasePO(java.lang.String poNumber,
java.lang.String targetStatus,
MboSetRemote assetSet,
boolean purchaseFlag) |
MboRemote |
LeaseView.duplicate()
Duplicates a Contract,its lines and cost lines
Creates a duplicate Purchase Order.
|
MboSetRemote |
FldLeaseViewLineItemNum.getList()
Returns item with the correct item type ITEM, STDSERVICE and TOOL.
|
MboSetRemote |
FldLeaseViewContractType.getList()
Show all the external contract types whose internal contract type is 'PURCHASE'.
|
protected Mbo |
LeaseViewSet.getMboInstance(MboSet ms)
Generate a new Lease/Rental Contract View object
|
protected Mbo |
LeaseViewLineSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract object
|
protected Mbo |
ContractLeaseSet.getMboInstance(MboSet ms)
Generate a new Lease/Rental Contract object
|
protected MboSetRemote |
LeaseView.getStatusHistory()
Return the CONTRACTSTATUS object.
|
void |
LeaseView.init()
Initialize the Purchase Contract View object.
|
void |
LeaseView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
LeaseViewRemote.nullVendor() |
void |
LeaseView.nullVendor()
Throws an exception if the vendor on the LEASEVIEW Header is null.
|
double |
LeaseView.reCalcLeaseViewCost()
This method recalculates the lease view's total cost if the line cost on any of its
payment schedule lines changes.
|
MboRemote |
LeaseViewRemote.reviseContract(java.lang.String revDescription) |
MboRemote |
LeaseView.reviseContract(java.lang.String revDescription)
Creates a new revision of the current contract.
|
protected void |
LeaseView.setEditibilityFlags(boolean flag)
sets the editibility flags for fields in Contract.
|
void |
LeaseView.setRentalReadOnlyFields()
Sets some fields to read only if the contract type is rental
|
protected boolean |
LeaseView.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
void |
FldLeaseViewLineItemNum.validate() |
void |
FldLeaseViewLeaseRateFactor.validate() |
void |
FldLeaseViewContractNum.validate() |
Methods in psdi.app.contract.master that throw MXException
Modifier and Type |
Method and Description |
void |
FldMasterViewContractType.action()
Cannot change the type if lines exist.
|
void |
MasterView.add()
Add method on the Master Contract View.
|
void |
MasterViewRemote.canAssociateChildren() |
void |
MasterView.canAssociateChildren()
Checks to see if the Master Contract is in the approved status before
children can be associated with it.
|
void |
MasterViewStatusHandler.cancel(java.lang.String desiredStatus,
java.util.Date date)
Sets the status of the contract to cancel.
|
void |
MasterViewStatusHandler.checkForChildContracts() |
void |
MasterViewStatusHandler.close(java.lang.String desiredStatus,
java.util.Date closeDate)
Sets the status of the contract to closed.
|
MboRemote |
MasterView.duplicate()
Duplicates a Master Contract,its associated commodities, sla, authorized sites
and its terms and conditions.
|
MboSetRemote |
FldMasterViewContractType.getList()
Show all the external contract types whose internal contract type is 'PURCHASE'.
|
protected Mbo |
MasterViewSet.getMboInstance(MboSet ms)
Generate a new Master Contract View object.
|
protected Mbo |
ContractMasterSet.getMboInstance(MboSet ms)
Generate a new Master Contract object
|
protected MboSetRemote |
MasterView.getStatusHistory()
Return the CONTRACTSTATUS object.
|
void |
MasterView.init()
Initialize the Purchase Contract View object.
|
void |
MasterView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
protected void |
MasterView.setEditibilityFlags(boolean flag)
sets the editibility flags for fields in Contract.
|
protected boolean |
MasterView.skipCopyField(MboValueInfo mvi) |
void |
FldMasterViewVendor.validate()
Throw a warning if the vendor is being changed and if there are any child
contracts.
|
Methods in psdi.app.contract.purch that throw MXException
Modifier and Type |
Method and Description |
void |
FldPurchViewPORequired.action()
If the porequired field is unchecked, the createrel and canexceedvolume
are also unchecked
|
void |
FldPurchViewMaxRelVol.action() |
void |
FldPurchViewCreateRel.action()
If the createrel field is checked, the maxrelvol field is made editible.
|
void |
FldPurchViewContractType.action()
Cannot change the type if lines exist.
|
void |
PurchView.add()
Add method on the Purchase Contract View.
|
void |
PurchView.applyPriceAdjustment(MboSetRemote contractLineSetRemote)
Increases the unitcost or the linecost of a selected CONTRACTLINE by a specified percentage.
|
void |
PurchViewRemote.applyPriceAdjustment(MboSetRemote contractLineSetRemote) |
void |
PurchView.applyPriceToLines()
Apply the adjusted prices to the linecost of the contractLine.
|
void |
PurchViewRemote.applyPriceToLines() |
void |
PurchViewStatusHandler.approve(java.lang.String desiredStatus,
java.util.Date date) |
void |
PurchView.canChangeLineStatus()
Checks to see if the contract is approved.
|
void |
PurchViewRemote.canChangeLineStatus() |
void |
PurchView.canCreateRelease()
Checks if the following conditions are true.
|
void |
PurchViewRemote.canCreateRelease() |
void |
PurchView.canCreateRFQ()
Checks if the list of authorized sites is not empty.
|
void |
PurchViewRemote.canCreateRFQ() |
void |
PurchView.canCreateSWLic()
Check to make sure that the contract type is SWLICENSE before the page is launched.
|
void |
PurchViewRemote.canCreateSWLic() |
void |
PurchView.canViewRelCost()
Determines if the user can go to the 'View Release Costs' page.
|
void |
PurchViewRemote.canViewRelCost() |
void |
PurchView.copyPersonsToNamedUsers(MboSetRemote personSetRemote)
Copies the selected Person values to NAMEDUSERS.
|
void |
PurchViewRemote.copyPersonsToNamedUsers(MboSetRemote personSetRemote) |
void |
PurchView.copyPOLinesToCurrentContract(MboSetRemote sourcePOLineSet)
Copies the information from the lines in the passed in POLineSet to the
ContractLines if the POLine was selected.
|
void |
PurchViewRemote.copyPOLinesToCurrentContract(MboSetRemote sourcePOLineSet) |
void |
PurchView.copyPRLinesToCurrentContract(MboSetRemote sourcePRLineSet)
Copies the information from the lines in the passed in PRLineSet to the
ContractLines if the PRLine was selected.
|
void |
PurchViewRemote.copyPRLinesToCurrentContract(MboSetRemote sourcePRLineSet) |
MboRemote |
PurchView.copyPRLineToContract(MboRemote sourcePRLine,
MboSetRemote contractLineSetRemote)
Copies all relevant information from PRLine to ContractLine.
|
void |
PurchView.copyPurchContractValuesToPOHeader(MboRemote poHeaderRemote)
Deprecated.
|
void |
PurchView.copyPurchContractValuesToPOHeader(MboRemote poHeaderRemote,
java.lang.String siteID)
Copy the fields in the Purchase Contract to the corresponding
fields of the passed in PO Release Header reference.
|
void |
PurchView.copySelectedLinesToRelease(MboRemote releasePOHeader,
java.util.Vector selectedMbos)
This method copies all selected lines of the purchase contract to the Release PO.
|
MboRemote |
PurchView.createPOHeader()
Creates the Release PO Header.
|
MboRemote |
PurchView.createPOHeader(java.lang.String siteID)
Creates the Release PO Header.
|
MboRemote |
PurchView.createRelease(MboSetRemote contractLineSetRemote)
Creates a Release Purchase Order that has all the header and line info from the purchase contract.
|
MboRemote |
PurchViewRemote.createRelease(MboSetRemote contractLineSetRemote) |
MboRemote |
PurchView.createRelease(java.lang.String ponum,
MboSetRemote contractLineSetRemote)
Deprecated.
|
MboRemote |
PurchViewRemote.createRelease(java.lang.String ponum,
MboSetRemote contractLineSetRemote) |
MboRemote |
PurchView.createRelease(java.lang.String ponum,
MboSetRemote contractLineSetRemote,
java.lang.String siteID)
Exclusive method for MEA.
|
MboRemote |
PurchViewRemote.createRelease(java.lang.String ponum,
MboSetRemote contractLineSetRemote,
java.lang.String siteID) |
MboRemote |
PurchView.createReleaseHeaderAndLines(MboSetRemote contractLineSetRemote)
Creates the release PO Header and its lines.
|
MboRemote |
PurchView.createReleaseHeaderAndLines(MboSetRemote contractLineSetRemote,
java.lang.String siteID)
Creates the release PO Header and its lines.
|
MboRemote |
PurchView.createRFQ(MboSetRemote contractLineSetRemote)
Creates an RFQ from a Contract.
|
MboRemote |
PurchViewRemote.createRFQ(MboSetRemote contractLineSetRemote) |
void |
PurchView.createSWLic()
Create a new software contract header if none exists for this contract.
|
void |
PurchViewRemote.createSWLic() |
void |
PurchView.deleteSWLic()
Delete a software contract header.
|
MboRemote |
PurchView.duplicate()
Duplicates a Contract,its lines and cost lines
Creates a duplicate Purchase Order.
|
double |
PurchView.getAmountOnOrder()
Calculates the amount on order for the current contract.
|
double |
PurchViewRemote.getAmountOnOrder() |
double |
PurchView.getAmountReceived()
Calculates the total amount received against the Purchase Contract.
|
double |
PurchViewRemote.getAmountReceived() |
double |
PurchView.getCommittedReleases()
Returns the cost of approved releases present in the database.
|
double |
PurchViewRemote.getCommittedReleases() |
double |
PurchView.getInvoiceVariance()
Gets the total invoice variance for all invoices which were created for this contract.
|
double |
PurchViewRemote.getInvoiceVariance() |
MboSetRemote |
FldPurchViewContractType.getList()
Show all the external contract types whose internal contract type is 'PURCHASE'.
|
MboSetRemote |
FldContCommodityCode.getList() |
protected Mbo |
PurchViewSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract View object.
|
protected Mbo |
ContractPurchSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract object
|
void |
PurchView.getPOCurrency(java.lang.String[] statuses) |
void |
PurchView.getSqlLineOrLoadedCost() |
protected MboSetRemote |
PurchView.getStatusHistory()
Return the CONTRACTSTATUS object.
|
double |
PurchView.getUnCommitedCost()
Returns the cost of approved releases present in the database.
|
double |
PurchViewRemote.getUnCommitedCost() |
double |
PurchView.getUnCommittedReleases()
Returns the cost of approved releases present in the database.
|
double |
PurchViewRemote.getUnCommittedReleases() |
void |
PurchView.init() |
void |
PurchView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldPurchViewPaymentSched.initValue()
Set the editability of the PaymentSched field.
|
void |
FldPurchViewCreateRel.initValue()
Set the MAXVOL field to readonly is the 'CREATEREL' property is not checked.
|
void |
PurchView.modify()
Internal method that marks the record as modified.
|
void |
PurchView.nullVendor()
Throws an exception if the vendor on the PURCHVIEW Header is null.
|
void |
PurchViewRemote.nullVendor() |
void |
PurchView.removeContractReferencesFromPR()
Removes contract references from PRLines, if the contract lines were copied from a PR
If the PR is closed, it reopens the PR (sets the PR status to APPR) after removing contract references from PRLines.
|
void |
PurchView.removeContractReferencesFromRFQ()
Removes contract references from RFQLines, if the contract lines were copied from a RFQ
If the RFQ is closed, it reopens the RFQ (sets the RFQ status to SENT) after removing contract references from RFQLines.
|
void |
PurchView.save() |
protected void |
PurchView.setEditibilityFlags(boolean flag)
sets the editibility flags for fields in Contract.
|
protected boolean |
PurchView.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
void |
FldContCommodityCode.validate()
Same asset cannot be on two lines.
|
Methods in psdi.app.contract.schedule that throw MXException
Modifier and Type |
Method and Description |
void |
FldScheduleLinePeriodicPayment.action()
Sets the linecost on the schedule line if the owner schedule is
for a lease contract.
|
void |
FldScheduleLinePaymentPercent.action()
Sets the linecost on the schedule line if the owner schedule is
for a purchasing contract.
|
void |
FldScheduleLineLineCost.action()
Sets the paymentpercent on the schedule line if the owner schedule is for a
purchasing contract.
|
void |
FldScheduleLineInterimCharge.action()
Sets the owner schedule's interim charge which is re-calculated based on all
schedule lines.
|
void |
FldSchWarrantyViewLineCost.action()
Calculates and sets the taxes based on the value of this field.
|
void |
FldSchLeaseViewPeriodicPayment.action()
Calculates and sets the line cost based on the value of this field.
|
void |
FldSchLeaseViewLineCost.action()
Calculates and sets the periodic payment based on the value of this field.
|
void |
FldSchLeaseViewLeaseRateFactor.action()
Calculates and sets the periodicpayment and the linecost based on the value of this
field.
|
void |
FldLeaseViewStartDate.action()
Sets the end date for this schedule based on the entered start date and the term
for this contract.
|
void |
ScheduleLine.add()
This is called when a new schedule line is added to the ScheduleLine MboSet.
|
void |
Schedule.add()
This is called when a new schedule is added to the Schedule MboSet collection.
|
void |
SchWarrantyView.add()
This is called when a new schedule is added to the Schedule MboSet collection.
|
void |
SchPurchView.add()
This is called when a new schedule is added to the Schedule MboSet collection.
|
void |
SchLeaseView.add()
This is called when a new schedule is added to the Schedule MboSet collection.
|
void |
ScheduleLine.afterAdd()
Called right after the new ScheduleLine mbo is added to the set.
|
java.util.Date |
SchLeaseView.calculateEndDate(java.util.Date inDate)
Calculate the end date by adding the term to the current date.
|
void |
ScheduleLineSet.canAdd()
Can an object be added to the Schedule Line?
Check if the owner contract is approved for creating schedules.
|
void |
SchLeaseViewSet.canAdd()
Checks to see if the Contract is approved or canceled or closed.
|
void |
SchLeaseViewRemote.canCreateInvoicesForSchedule() |
void |
SchLeaseView.canCreateInvoicesForSchedule()
Cannot create invoices if there are no schedule lines for this payment schedule.
|
void |
ScheduleLine.canDelete()
This method is called by the Mbo's delete method.
|
void |
SchLeaseView.canDelete()
This method is called by the Mbo's delete method.
|
void |
SchLeaseViewRemote.canReviseSchedule() |
void |
SchLeaseView.canReviseSchedule()
Check if the schedule can be revised.
|
void |
SchLeaseViewRemote.canSelectAsset() |
void |
SchLeaseView.canSelectAsset()
Throws an exception if invoices have already been generated for this schedule.
|
void |
SchWarrantyViewRemote.checkForPaymentValue() |
void |
SchWarrantyView.checkForPaymentValue()
Check if the payment field has a value.
|
void |
SchLeaseViewRemote.checkRequiredFields() |
void |
SchLeaseView.checkRequiredFields()
Throws an exception if the start date or the gl debit account or the schedule on the
payment schedule is null.
|
MboRemote |
SchLeaseView.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
void |
SchLeaseViewRemote.createInvoicesForSchedule(MboSetRemote set) |
void |
SchLeaseView.createInvoicesForSchedule(MboSetRemote scheduleLineSet)
Create invoices for payment schedules belonging to a lease contract.
|
void |
SchLeaseViewRemote.createSchLineFromAsset(MboSetRemote set) |
void |
SchLeaseView.createSchLineFromAsset(MboSetRemote assetSet)
Create schedule lines for the selected assets.
|
void |
ScheduleLine.delete(long accessModifier)
If a schedule line belonging to a lease payment schedule is deleted, recalculate
the owner schedule line cost.
|
void |
SchLeaseView.delete(long accessModifier)
This method deletes all the schedule lines related to this schedule.
|
java.util.Vector |
SchWarrantyViewRemote.dueDates() |
java.util.Vector |
SchWarrantyView.dueDates()
Get the due dates based on the schedule entered using the date selector.
|
void |
SchWarrantyViewRemote.estimatePayment() |
void |
SchWarrantyView.estimatePayment()
The payment amount is estimated based on the schedule that has been entered.
|
MboSetRemote |
SchLeaseView.getInvoicesForSchedule()
Get the invoice set for this schedule.
|
MboSetRemote |
FldScheduleTargInvStatus.getList()
Filters the valuelist.
|
protected Mbo |
ScheduleSet.getMboInstance(MboSet ms)
Generate a new Schedule object.
|
protected Mbo |
ScheduleLineSet.getMboInstance(MboSet ms)
Generate a new InvoiceLine object
|
protected Mbo |
SchWarrantyViewSet.getMboInstance(MboSet ms)
Generate a new SchWarrantyView object.
|
protected Mbo |
SchPurchViewSet.getMboInstance(MboSet ms)
Generate a new SchPurchView object.
|
protected Mbo |
SchLeaseViewSet.getMboInstance(MboSet ms)
Generate a new SchLeaseView object.
|
MboSetRemote |
SchWarrantyView.getPaidInvoices()
Get all the invoices created for the contract which are in the status of PAID or APPR.
|
MboSetRemote |
ScheduleLine.getScheduledInvoiceLines()
Utility method to get the invoicelines for a schedule line which has invoices
in the status of WAPPR, PAID and APPR.
|
void |
ScheduleLine.init()
Initialize rountine.
|
void |
SchWarrantyView.init()
Initialize rountine.
|
void |
SchPurchView.init()
Initialize rountine.
|
void |
SchLeaseView.init()
Initialize rountine.
|
void |
SchPurchView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
SchLeaseView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldSchWarrantyViewTotalLineCosts.initValue()
Initialize this non-persistent field and set it equal to the total of all the warranty
lines linecost.
|
void |
FldSchLeaseViewTotalCostPaid.initValue()
Initialize this non-persistent field and set it equal to the total of the totalcost
of all the invoices which have been created for this lease contract schedule and has
the status of APPR.
|
void |
FldSchLeaseViewTotalCostDueNext.initValue()
Initialize this non-persistent field and set it equal to the totalcost of the
next due invoice which has been created for this lease contract schedule and has
the status of SCHED.
|
void |
FldSchLeaseViewTotalCostDue.initValue()
Initialize this non-persistent field and set it equal to the total of the totalcost
of all the invoices which have been created for this lease contract schedule and has
the status of SCHED.
|
void |
FldSchLeaseViewDueDateNext.initValue()
Initialize this non-persistent field and set it equal to the due date of the invoice
which has been created for this lease contract schedule and has the status SCHED.
|
double |
SchLeaseView.reCalcInterimCharge()
This method recalculates the schedule's interim charge if it is changed on any of its
schedule lines.
|
double |
SchLeaseView.reCalcScheduleLineCost()
This method recalculates the schedule's line cost if the line cost on any of its
schedule lines changes.
|
MboRemote |
SchLeaseViewRemote.reviseSchedule() |
MboRemote |
SchLeaseView.reviseSchedule()
Create the revision of this schedule.
|
void |
ScheduleLine.save()
Makes sure that the total percentage and linecost are equal to the owner schedule.
|
void |
SchWarrantyViewRemote.setWarrantyViewCost() |
void |
SchWarrantyView.setWarrantyViewCost()
This method calculates and sets the warranty view's total cost if the line cost changes.
|
protected boolean |
ScheduleLine.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
protected boolean |
SchWarrantyView.skipCopyField(MboValueInfo mvi) |
protected boolean |
SchPurchView.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
protected boolean |
SchLeaseView.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
void |
ScheduleLine.undelete()
If a schedule line belonging to a lease payment schedule is undeleted, recalculate
the owner schedule line cost.
|
void |
SchLeaseView.undelete()
This method undeletes schedule that has been marked for deletion.
|
Methods in psdi.app.contract.software that throw MXException
Modifier and Type |
Method and Description |
void |
FldSFWViewCreateRel.action()
If the createrel field is checked, the maxrelvol field is made editible.
|
void |
FldSFWViewContractType.action() |
void |
FldNamedUsersPersonID.action()
Check to see if the personid being selected already exists.
|
void |
FldCommonCurrencyCode.action()
Update the fields affected by changing this field !!
|
void |
SFWViewLine.add()
Defaults certain fields on the ContractLine Object.
|
void |
SFWView.add()
Add method on the Software Contract View.
|
void |
SFWLine.add()
Defaults certain fields on the ContractLine Object.
|
void |
NamedUsers.add() |
void |
ContractSWLic.add()
Default certain fields on the Software License if they have not been
already defaulted.
|
void |
SFWViewRemote.applyPriceAdjustment(MboSetRemote contractLineSetRemote) |
void |
SFWView.applyPriceAdjustment(MboSetRemote contractLineSetRemote)
Increases the unitcost or the linecost of a selected CONTRACTLINE by a specified percentage.
|
void |
SFWViewRemote.applyPriceToLines() |
void |
SFWView.applyPriceToLines()
Apply the adjusted prices to the linecost of the contractLine.
|
void |
SFWViewLineRemote.associateLicenses(MboSetRemote licenseSet) |
void |
SFWViewLine.associateLicenses(MboSetRemote licenseSet)
Associate License to a Contract Line
|
void |
NamedUsersSet.canAdd()
Checks to see if the Contract is approved or canceled or closed.
|
void |
SFWViewRemote.canAddAssetToContractAsset() |
void |
SFWView.canAddAssetToContractAsset()
Method to check if a row can be added to the associated assets tab.
|
void |
SFWViewRemote.canAddPeopleToNamedUsers() |
void |
SFWView.canAddPeopleToNamedUsers()
Method to check if a row can be added to the associated people tab.
|
void |
SFWViewRemote.canAssociatLicense() |
void |
SFWView.canAssociatLicense()
Method to check if a row can be added to the associated License section.
|
void |
SFWViewRemote.canChangeLineStatus() |
void |
SFWView.canChangeLineStatus()
Checks to see if the contract is approved.
|
void |
SFWViewRemote.canCreateRelease() |
void |
SFWView.canCreateRelease()
Checks if the following conditions are true.
|
void |
SFWViewRemote.canCreateSWLic() |
void |
SFWView.canCreateSWLic()
Check to make sure that the contract type is SWLICENSE before the page is launched.
|
void |
NamedUsers.canDelete()
Person can only be deleted to contracts that is in a status of Approved.
|
void |
SFWViewRemote.canDeleteAssociation() |
void |
SFWView.canDeleteAssociation()
Association cannot be deleted unless the contract status is Approved.
|
void |
SFWViewRemote.canViewRelCost() |
void |
SFWView.canViewRelCost()
Determines if the user can go to the 'View Release Costs' page.
|
void |
SFWViewRemote.copyAssetsToContractAsset(AssetSetRemote assetSetRemote) |
void |
SFWView.copyAssetsToContractAsset(AssetSetRemote assetSetRemote)
Copies the selected Asset values to the CONTRACTASSET.
|
void |
SFWViewRemote.copyPersonsToNamedUsers(MboSetRemote personSetRemote) |
void |
SFWView.copyPersonsToNamedUsers(MboSetRemote personSetRemote)
Copies the selected Person values to NAMEDUSERS.
|
void |
SFWViewRemote.copyPOLinesToCurrentContract(MboSetRemote sourcePOLineSet) |
void |
SFWView.copyPOLinesToCurrentContract(MboSetRemote sourcePOLineSet)
Copies the information from the lines in the passed in POLineSet to the
ContractLines if the POLine was selected.
|
void |
SFWViewRemote.copyPRLinesToCurrentContract(MboSetRemote sourcePRLineSet) |
void |
SFWView.copyPRLinesToCurrentContract(MboSetRemote sourcePRLineSet)
Copies the information from the lines in the passed in PRLineSet to the
ContractLines if the PRLine was selected.
|
MboRemote |
SFWView.copyPRLineToContract(MboRemote sourcePRLine,
MboSetRemote contractLineSetRemote)
Copies all relevant information from PRLine to ContractLine.
|
void |
SFWView.copyPurchContractValuesToPOHeader(MboRemote poHeaderRemote)
Copy the fields in the Software Contract to the corresponding
fields of the passed in PO Release Header reference.
|
void |
SFWView.copySelectedLinesToRelease(MboRemote releasePOHeader,
java.util.Vector selectedMbos)
This method copies all selected lines of the Software contract to the Release PO.
|
MboRemote |
SFWView.createPOHeader()
Creates the Release PO Header.
|
MboRemote |
SFWViewRemote.createRelease(MboSetRemote contractLineSetRemote) |
MboRemote |
SFWView.createRelease(MboSetRemote contractLineSetRemote)
Creates a Release Purchase Order that has all the header and line info from the Software contract.
|
MboRemote |
SFWViewRemote.createRelease(java.lang.String ponum,
MboSetRemote contractLineSetRemote) |
MboRemote |
SFWView.createRelease(java.lang.String ponum,
MboSetRemote contractLineSetRemote)
Exclusive method for MEA.
|
MboRemote |
SFWView.createReleaseHeaderAndLines(MboSetRemote contractLineSetRemote)
Creates the release PO Header and its lines.
|
MboRemote |
SFWViewRemote.createRFQ(MboSetRemote contractLineSetRemote) |
MboRemote |
SFWView.createRFQ(MboSetRemote contractLineSetRemote)
Creates an RFQ from a Contract.
|
void |
SFWViewRemote.createSWLic() |
void |
SFWView.createSWLic()
Create a new software contract header if none exists for this contract.
|
void |
SFWViewLine.delete(long accessModifier)
Delete the contract line record.
|
void |
SFWView.deleteSWLic()
Delete a software contract header.
|
MboRemote |
SFWView.duplicate()
Duplicates a Contract and associated objects
Creates a duplicate Software Contract.
|
double |
SFWViewRemote.getAmountOnOrder() |
double |
SFWView.getAmountOnOrder()
Calculates the amount on order for the current contract.
|
double |
SFWViewRemote.getAmountReceived() |
double |
SFWView.getAmountReceived()
Calculates the total amount received against the Software Contract.
|
double |
SFWViewRemote.getCommittedReleases() |
double |
SFWView.getCommittedReleases()
Returns the cost of approved releases present in the database.
|
double |
SFWViewRemote.getInvoiceVariance() |
double |
SFWView.getInvoiceVariance()
Gets the total invoice variance for all invoices which were created for this contract.
|
MboSetRemote |
FldSFWViewContractType.getList()
Show all the external contract types whose internal contract type is 'SWCONTRACT','ENTERPRISE','OEM','RETAIL','SELECT','SUBSCRIPTION'.
|
MboSetRemote |
FldNamedUsersAssetNum.getList()
The list should display all non-decommisioned assets and assets that reside in
the same site that this user has access to.
|
protected Mbo |
SFWViewSet.getMboInstance(MboSet ms)
Generate a new Software Contract View object.
|
protected Mbo |
SFWViewLineSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract object
|
protected Mbo |
SFWLineSet.getMboInstance(MboSet ms)
Generate a new Software Contract object
|
protected Mbo |
NamedUsersSet.getMboInstance(MboSet ms)
Generate a new NamedUsers object.
|
protected Mbo |
ContractSWLicSet.getMboInstance(MboSet ms)
Generate a new ContractSWLic object.
|
protected Mbo |
ContractSFWSet.getMboInstance(MboSet ms)
Generate a new Software Contract object
|
protected MboSetRemote |
SFWView.getStatusHistory()
Return the CONTRACTSTATUS object.
|
double |
SFWViewRemote.getUnCommitedCost() |
double |
SFWView.getUnCommitedCost()
Returns the cost of approved releases present in the database.
|
double |
SFWViewRemote.getUnCommittedReleases() |
double |
SFWView.getUnCommittedReleases()
Returns the cost of approved releases present in the database.
|
void |
SFWView.init() |
void |
ContractSWLic.init() |
void |
SFWView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldSFWViewCreateRel.initValue()
Set the MAXVOL field to readonly is the 'CREATEREL' property is not checked.
|
void |
FldNamedUsersPersonID.initValue()
personid is set to required when Associated Person in Software Contract application
|
void |
SFWView.modify()
Internal method that marks the record as modified.
|
void |
SFWViewRemote.nullVendor() |
void |
SFWView.nullVendor()
Throws an exception if the vendor on the SFWVIEW Header is null.
|
void |
ContractSWLic.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
SFWView.removeContractReferencesFromPR()
Removes contract references from PRLines, if the contract lines were copied from a PR
If the PR is closed, it reopens the PR (sets the PR status to APPR) after removing contract references from PRLines.
|
MboRemote |
SFWView.reviseContract(java.lang.String revDescription)
Creates a new revision of the current contract.
|
void |
SFWViewLine.save()
Set the attribute haspaymentsched on contract line based on whether it has
any payment schedules or not.
|
void |
SFWView.save()
The Fullylic field will be set to TRUE only if has contract line/s and all are licensed
else set it to FALSE
|
void |
ContractSWLic.setContractTypeEditibility()
Sets the editibility on certain fields of the Contract object based
on the type of the contract.
|
protected void |
SFWView.setEditibilityFlags(boolean flag)
sets the editibility flags for fields in Contract.
|
void |
SFWView.setFullyLic(MboSetRemote contractLineSet)
set the fullylic field base on the contractline.sfwlicensed values
|
void |
SFWViewLine.setSFWLicensed(MboSetRemote contSfwLicenseSet)
set the sfwlicensed field base on the contractline.orderqty value and the capacity of the associated licenses
|
protected boolean |
SFWView.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
protected boolean |
ContractSWLic.skipCopyField(MboValueInfo mvi) |
void |
FldSFWViewContractNum.validate() |
void |
SFWView.validateAssetsToContractAsset(AssetSetRemote assetSetRemote) |
Methods in psdi.app.contract.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldPropertyInputSelected.action()
If Selected field is false, clear DefaultValue field.
|
void |
FldCreateRelInputWONum.action()
.
|
void |
FldCreateRelInputStoreloc.action()
Set the gldebitaccount from the control account of the storeloc.
|
void |
FldCreateRelInputSiteID.action()
Clear all the fields in the Mbo if the site identifier is changed.
|
void |
FldCreateRelInputLocation.action() |
void |
FldCreateRelInputAssetNum.action() |
void |
WarrViewChgStat.add()
Sets up a new WarrViewChgStat object.
|
void |
SFWViewChgStat.add()
Sets up a new SWViewChgStat object.
|
void |
RevisionInput.add()
Sets up a new RevisionInput object.
|
void |
PurchViewChgStat.add()
Sets up a new PurchViewChgStat object.
|
void |
PropertyInput.add()
Sets up a new PropertyInput object.
|
void |
MastViewChgStat.add()
Sets up a new MasterViewChgStat object.
|
void |
LeaseViewChgStat.add()
Sets up a new LeaseViewChgStat object.
|
void |
LaborViewChgStat.add()
Sets up a new LaborViewChgStat object.
|
void |
CreateRelInput.add()
Sets up a new CreateRelInput object.
|
void |
CostInput.add()
Sets up a new CostInput object.
|
void |
AssocContInput.add()
Sets up a new CostInput object.
|
void |
AssocContInputSet.appsSigOptionAccessAuthorized(java.lang.String objName,
java.lang.String sigoption,
java.lang.String orgId) |
protected void |
WarrViewChgStatSet.changeMboStatus(MboRemote warrantyView,
MboRemote param) |
protected void |
SFWViewChgStatSet.changeMboStatus(MboRemote swView,
MboRemote param) |
protected void |
PurchViewChgStatSet.changeMboStatus(MboRemote purchView,
MboRemote param) |
protected void |
MastViewChgStatSet.changeMboStatus(MboRemote MasterView,
MboRemote param) |
protected void |
LeaseViewChgStatSet.changeMboStatus(MboRemote LeaseView,
MboRemote param) |
protected void |
LaborViewChgStatSet.changeMboStatus(MboRemote LaborView,
MboRemote param) |
void |
PropertyInputSet.execute()
When saving the set, inserting into PropertyDefault or updating PropertyDefault table.
|
void |
AssocContInputSet.execute()
Create the child contract based on the type of the contract selected.
|
MboSetRemote |
FldCreateRelInputWONum.getList() |
MboSetRemote |
FldCreateRelInputVendor.getList() |
MboSetRemote |
FldAssocContInputContractType.getList()
Show all the external contract types whose internal contract type is 'PURCHASE'.
|
protected Mbo |
WarrViewChgStatSet.getMboInstance(MboSet ms)
Factory method to create an WarrChangeStatus object.
|
protected Mbo |
SFWViewChgStatSet.getMboInstance(MboSet ms)
Factory method to create an SWViewChangeStatus object.
|
protected Mbo |
RevisionInputSet.getMboInstance(MboSet ms)
Factory method to create an RevisionInput object.
|
protected Mbo |
PurchViewChgStatSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
PropertyInputSet.getMboInstance(MboSet ms)
Factory method to create an PropertyInputSet object.
|
protected Mbo |
MastViewChgStatSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
LeaseViewChgStatSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
LaborViewChgStatSet.getMboInstance(MboSet ms)
Factory method to create an LaboViewChangeStatus object.
|
protected Mbo |
CreateRelInputSet.getMboInstance(MboSet ms)
Factory method to create an CreateRelInput object.
|
protected Mbo |
CostInputSet.getMboInstance(MboSet ms)
Factory method to create an CostInput object.
|
protected Mbo |
AssocContInputSet.getMboInstance(MboSet ms)
Factory method to create an AssocContInput object.
|
protected MboSetRemote |
WarrViewChgStatSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
SFWViewChgStatSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
PurchViewChgStatSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
MastViewChgStatSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
LeaseViewChgStatSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
LaborViewChgStatSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
void |
RevisionInput.init() |
void |
CreateRelInput.init() |
void |
CostInput.init()
Set all the fields on the Mbo to readonly.
|
void |
AssocContInput.init()
Set all the fields on the Mbo to readonly.
|
void |
AssocContInputRemote.setAutoKey() |
void |
AssocContInput.setAutoKey() |
void |
CreateRelInputRemote.setPOAutoKey() |
void |
CreateRelInput.setPOAutoKey()
Returns a new PO Number.
|
void |
CreateRelInputRemote.setRFQAutoKey() |
void |
CreateRelInput.setRFQAutoKey()
Returns a new RFQ Number
|
MboRemote |
PropertyInputSet.setup()
PropertyInputSet is a non-persistent MboSet that is created from PropertyAssoc and PropertyDefault based on
Contract Type.
|
MboRemote |
CostInputSet.setup() |
MboRemote |
AssocContInputSet.setup()
Call the add on this MboSet.
|
void |
FldPropertyInputDefaultValue.validate()
Validate value for data type YORN, AMOUNT, INTEGER and DATE.
|
void |
FldCreateRelInputRFQNum.validate()
The validation rountine is for non-persistent attribute PO number on PR.
|
void |
FldAssocContInputContractNum.validate()
The validation rountine is for non-persistent attribute PO number on PR.
|
Methods in psdi.app.contract.warranty that throw MXException
Modifier and Type |
Method and Description |
void |
FldWarrantyViewLineLineType.action()
Clear the fields everytime a new linetype is entered.
|
void |
FldWarrantyViewLineLineCost.action() |
void |
FldWarrantyViewLineItemNum.action()
Gets the item's description and long description from the ITEM table.
|
void |
FldWarrantyViewContractType.action()
Cannot change the type if lines exist.
|
void |
FldWarrantyAssetLocation.action()
Sets the gets the assetid, siteid, location from the asset table.
|
void |
FldWarrantyAssetAssetType.action()
Sets the gets the assetid, siteid, location from the asset table.
|
void |
FldWarrantyAssetAssetNum.action()
Sets the gets the assetid, siteid, location from the asset table.
|
void |
FldContLineAssetTimeUnit.action()
Calculates the warrantyenddate.
|
void |
FldContLineAssetDuration.action()
Calculates the warrantyenddate.
|
void |
FldContAssetMeterDuration.action()
Calculates the endreading.
|
void |
WarrantyViewLine.add() |
void |
WarrantyView.add()
Add method on the Leave Contract View.
|
void |
WarrantyAsset.add()
Add a new WarrantyAsset record.
|
void |
ContLineMeter.add()
Add a new ContAssetMeter record.
|
void |
ContLineAsset.add()
Add a new ContLineAsset record.
|
void |
ContAssetMeter.add()
Add a new ContAssetMeter record.
|
void |
WarrantyViewStatusHandler.approve(java.lang.String desiredStatus,
java.util.Date approveDate)
Creates Invoices for Schedule.
|
void |
WarrantyViewLine.appValidate()
Description cannot be empty is the line type is service.
|
void |
WarrantyAsset.appValidate()
Checks to see it an asset or a location or an asset type is present.
|
java.util.Date |
ContLineAsset.calculateEndDate()
Calculates the end date based on the timeunit and the duration of the
Contract.
|
double |
ContAssetMeter.calculateEndReading()
Returns the sum of start reading and meter duration.
|
void |
WarrantyAssetSet.canAdd()
Checks to see if the Contract is approved or canceled or closed.
|
void |
ContLineMeterSet.canAdd()
Checks to see if the Contract is approved or canceled or closed.
|
void |
WarrantyViewRemote.canAddAssetToContractAsset() |
void |
WarrantyView.canAddAssetToContractAsset()
Method to check if a row can be added to the associated assets tab.
|
void |
WarrantyViewStatusHandler.cancel(java.lang.String desiredStatus,
java.util.Date cancelDate)
Warn the user if there are payments generated for this contract.
|
void |
WarrantyViewRemote.cancelInvoicesForSchedule() |
void |
WarrantyView.cancelInvoicesForSchedule()
Cancel all the unpaid invoices which were created for the schedule.
|
void |
WarrantyViewRemote.canCreateSchedule() |
void |
WarrantyView.canCreateSchedule()
Cannot create a payment schedule for a warranty contract which has the
payment schedule flag as false.
|
void |
WarrantyAsset.canDelete() |
void |
ContLineMeter.canDelete() |
void |
WarrantyViewStatusHandler.close(java.lang.String desiredStatus,
java.util.Date closeDate)
Warn the user if there are payments generated for this contract.
|
MboRemote |
WarrantyViewLine.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
void |
WarrantyViewRemote.copyAssetsToContractAsset(AssetSetRemote assetSetRemote) |
void |
WarrantyView.copyAssetsToContractAsset(AssetSetRemote assetSetRemote)
Copies the selected Asset values to the WARRANTYASSET.
|
void |
WarrantyView.copyContractTermsToInvoice(MboSetRemote contractTermsSetRemote,
MboSetRemote invoiceTermSetRemote) |
void |
WarrantyViewRemote.copyLocationsToContractAsset(LocationSetRemote locationSetRemote) |
void |
WarrantyView.copyLocationsToContractAsset(LocationSetRemote locationSetRemote)
Copies the selected Asset values to the WARRANTYASSET.
|
void |
WarrantyViewRemote.createInvoicesForSchedule() |
void |
WarrantyView.createInvoicesForSchedule()
Create invoices for payment schedules for this warranty contract.
|
void |
WarrantyViewRemote.createSchedule() |
void |
WarrantyView.createSchedule()
Create a new payment schedule header if none exists for warranty contract.
|
void |
WarrantyAsset.delete(long accessModifier)
Deletes the WARRANTYASSET record and all the related CONTLINEASSET.
|
void |
ContLineAsset.delete(long accessModifier)
Deletes the CONTLINEASSET record and all the related CONTASSETMETER.
|
MboRemote |
WarrantyView.duplicate()
Duplicates a Contract,its lines and cost lines
Creates a duplicate Purchase Order.
|
java.lang.String[] |
FldWarrantyViewLineItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
MboSetRemote |
FldWarrantyViewLineLineType.getList()
Returns line type value list which contains only SERVICE and STDSERVICE.
|
MboSetRemote |
FldWarrantyViewLineItemNum.getList()
Returns a list of items with ITEMTYPE=STDSERVICE if the linetype of this line is STDSERVICE.
|
MboSetRemote |
FldWarrantyViewContractType.getList()
Show all the external contract types whose internal contract type is 'PURCHASE'.
|
MboSetRemote |
FldWarrantyAssetLocation.getList() |
MboSetRemote |
FldWarrantyAssetAssetNum.getList()
The list should display all non-decommisioned assets and assets that reside in
the same site that this user has access to and also the sites the sites that this contract has access to.
|
protected Mbo |
WarrantyViewSet.getMboInstance(MboSet ms)
Generate a new Warranty Contract View object
|
protected Mbo |
WarrantyViewLineSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract object
|
protected Mbo |
WarrantyLineSet.getMboInstance(MboSet ms)
Generate a new Purchase Contract object
|
protected Mbo |
WarrantyAssetSet.getMboInstance(MboSet ms)
Generate a new WarrantyAsset object
|
protected Mbo |
ContLineMeterSet.getMboInstance(MboSet ms)
Generate a new ContLineMeter object
|
protected Mbo |
ContLineAssetSet.getMboInstance(MboSet ms)
Generate a new ContAssetMeter object
|
protected Mbo |
ContAssetMeterSet.getMboInstance(MboSet ms)
Generate a new ContAssetMeter object
|
MboSetRemote |
WarrantyAsset.getMboSet(java.lang.String name)
If the relationship name is CONTLINEASSET, return various sets based on the data in the WarrantyAsset table.
|
MboSetRemote |
ContLineAsset.getMboSet(java.lang.String name)
If the relationship name is CONTASSETMETER, return various sets based on the data in the ContLineAsset table.
|
protected MboSetRemote |
WarrantyView.getStatusHistory()
Return the CONTRACTSTATUS object.
|
void |
WarrantyViewLine.init()
Initialize rountine.
|
void |
WarrantyAsset.init()
Initialize the WarrantyAsset object.
|
void |
ContLineAsset.init() |
void |
ContAssetMeter.init() |
void |
WarrantyViewLine.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
WarrantyView.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldWarrantyAssetAssetNum.initValue()
Gets the actual assetnum from the ASSET table.
|
void |
FldContLineAssetAssetNum.initValue()
Gets the actual assetnum from the ASSET table.
|
void |
WarrantyView.nullVendor()
Throws an exception if the vendor on the LEASEVIEW Header is null.
|
void |
WarrantyAsset.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContLineMeter.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContLineAsset.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
void |
ContAssetMeter.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for CONTRACTNUM.
|
double |
WarrantyView.reCalcLeaseViewCost()
This method recalculates the warranty view's total cost if the line cost on any of its
payment schedule lines changes.
|
MboRemote |
WarrantyViewRemote.reviseContract(java.lang.String revDescription) |
MboRemote |
WarrantyView.reviseContract(java.lang.String revDescription)
Creates a new revision of the current contract.
|
protected void |
WarrantyView.setEditibilityFlags(boolean flag)
sets the editibility flags for fields in Contract.
|
protected boolean |
WarrantyView.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
protected boolean |
WarrantyAsset.skipCopyField(MboValueInfo mvi) |
protected boolean |
ContLineMeter.skipCopyField(MboValueInfo mvi)
Over-ride the Mbo's skipCopyField method.
|
void |
WarrantyAsset.undelete()
Deletes the WARRANTYASSET record and all the related CONTLINEASSET.
|
void |
ContLineAsset.undelete()
Undeletes the WARRANTYASSET record and all the related CONTASSETMETER.
|
void |
FldWarrantyViewLinePctLaborCover.validate()
Percentage cannot be greater than 100 or less than zero.
|
void |
FldWarrantyViewLineLineType.validate()
LineType cannot be empty.
|
void |
FldWarrantyViewLineLineCost.validate() |
void |
FldWarrantyViewLineItemNum.validate()
Checks to see if the itemnum, linetype combination is found in the item table.
|
void |
FldWarrantyAssetLocation.validate()
Same location cannot be on two lines.
|
void |
FldWarrantyAssetAssetType.validate()
Same assettype cannot be on two lines.
|
void |
FldWarrantyAssetAssetNum.validate()
Same asset cannot be on two lines.
|
void |
FldContLineMeterMeasureUnit.validate()
returns before validating against the MEASUREUNIT table if this value
is null.
|
Methods in psdi.app.countbook that throw MXException
Modifier and Type |
Method and Description |
void |
FldCountBookSelectionType.action()
Action to be performed when the value in this field
is changed
|
void |
FldCountBookSelSelectionType.action()
set readonly fields
|
void |
FldCountBookPhysicalCntDate.action()
Action to be performed on tabbing out of the phyical count date field
This is applicable only for the Physical count date of CountBookLine
|
void |
FldCountBookPhyCount.action()
Action to be performed on tabbing out of the adjust phyical count field
|
void |
FldCountBookOwnerGroup.action() |
void |
FldCountBookOwner.action() |
void |
FldCountBookLocation.action()
Action to be performed after changing the value in this field
|
void |
CountBookStatus.add()
Add a new CountBookStatus object.
|
void |
CountBookSel.add() |
void |
CountBookLine.add() |
void |
CountBook.add() |
void |
CountBookRemote.applyAssignedOwnerGroup(java.lang.String selectedValue) |
void |
CountBook.applyAssignedOwnerGroup(java.lang.String ownergroupID) |
void |
CountBookRemote.applyOwner(java.lang.String selectedValue)
Apply an owner to a record.
|
void |
CountBook.applyOwner(java.lang.String ownerID) |
void |
CountBookRemote.applyOwnerGroup(java.lang.String selectedValue)
Apply an ownergroup to a record.
|
void |
CountBook.applyOwnerGroup(java.lang.String ownergroupID) |
void |
CountBookRemote.beforeSave(CountBookLineSetRemote countBookLinesSet)
The activities to be done when you save a count book.
|
void |
CountBook.beforeSave(CountBookLineSetRemote countBookLinesSetRemote) |
void |
CountBookSelSet.canAdd() |
void |
CountBook.canChangeStatus(java.lang.String changeToStatus,
long accessModifier) |
void |
CountBookStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
CountBookService.changeStatus(CountBookRemote countbook,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
CountBookRemote.changeStatus(java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier)
Change status of a count book
|
void |
CountBook.changeStatus(java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
CountBookRemote.changeStatusToInprgIfApplicable(CountBookLineSetRemote cbLineSet)
Checks if the first physical count is entered, if yes, then the status needs
to be changed to INPRG.
|
void |
CountBook.changeStatusToInprgIfApplicable(CountBookLineSetRemote cbLineSet) |
boolean |
CountBookSet.checkReconcileAccess() |
boolean |
CountBookSetRemote.checkReconcileAccess()
Check if the user has access to the particular field
|
void |
CountBookStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus) |
MboSet |
CountBookService.clearSet(MboSet set) |
MboSet |
CountBookServiceRemote.clearSet(MboSet set)
Clear the given mboset
|
MboSetRemote |
CountBookService.clearSet(MboSetRemote setRemote) |
MboSetRemote |
CountBookServiceRemote.clearSet(MboSetRemote setRemote)
Clear the given mboset remote
|
void |
CountBookLine.computeMatch() |
void |
CountBookLineRemote.computeMatch()
This method checks if the MATCH field should be Yes or No
|
void |
CountBookLine.computePhysicalAdjustment() |
void |
CountBookLineRemote.computePhysicalAdjustment()
This method computes the Physical Count Adjustment, similar to the INVENTORY Physical Count Adjustment.
|
void |
CountBookLine.computePhysicalAdjustmentForRotating() |
void |
CountBookLineRemote.computePhysicalAdjustmentForRotating()
This method computes the Physical Count Adjustment, similar to the INVENTORY Physical Count Adjustment.
|
void |
CountBook.delete(long modifier) |
MboRemote |
CountBook.duplicate() |
double |
CountBookRemote.evaluateCosts()
It returns the total cost of non-serialized items.
|
double |
CountBook.evaluateCosts() |
void |
CountBookRemote.evaluateMatch(CountBookLineSetRemote cbLineSet)
This function is called when an existing count book is saved It sets the
readonly informative fields for the header tab.
|
void |
CountBook.evaluateMatch(CountBookLineSetRemote cbLineSet) |
MboSetRemote |
CountBookService.findItemsForPhysCount(UserInfo userInfo,
ProfileRemote profileRemote,
java.lang.String location,
java.util.Date userDate) |
MboSetRemote |
CountBookServiceRemote.findItemsForPhysCount(UserInfo userInfo,
ProfileRemote profileRemote,
java.lang.String location,
java.util.Date userDate)
Find the eligible balances records for physical count by items due to be counted.
|
void |
CountBook.generateAutoKey() |
CountBookLineSetRemote |
CountBookRemote.generateCBLines(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService)
To generate all needed CBLines
|
CountBookLineSetRemote |
CountBook.generateCBLines(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService) |
MboSetRemote |
CountBookService.getBalances(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
MboSetRemote |
CountBookServiceRemote.getBalances(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
MboRemote |
CountBookLineSet.getInvBalanceRecord(java.lang.String itemNum,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum,
MboRemote mboRemotePassed) |
MboRemote |
CountBookLineSetRemote.getInvBalanceRecord(java.lang.String itemNum,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum,
MboRemote mboRemotePassed)
Seeks out an InvBalance record based on passed in values for bin and lot.
|
MboSetRemote |
CountBookLineSet.getInvBalanceSet(java.lang.String itemNum,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum,
MboRemote mboRemote) |
MboSetRemote |
CountBookLineSetRemote.getInvBalanceSet(java.lang.String itemNum,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum,
MboRemote mboRemote)
Seeks out an InvBalance set based on passed in values for bin and lot.
|
Inventory |
CountBookService.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid) |
Inventory |
CountBookServiceRemote.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid)
Gets Inventory mbo based on the itemnum/location passed.
|
Inventory |
CountBookService.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
Inventory |
CountBookServiceRemote.getInventory(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
MboSetRemote |
CountBookService.getItemsInGroupForStore(UserInfo userInfo,
ProfileRemote profileRemote,
java.lang.String storeroom,
java.lang.String invGroup) |
MboSetRemote |
CountBookServiceRemote.getItemsInGroupForStore(UserInfo userInfo,
ProfileRemote profileRemote,
java.lang.String storeroom,
java.lang.String invGroup)
Returns an MboSetRemote of ITEM's in the specified group of inventory in a specified Storeroom
|
MboSetRemote |
CountBookService.getItemsInStore(UserInfo userInfo,
ProfileRemote profileRemote,
java.lang.String storeroom,
java.lang.String criteria) |
MboSetRemote |
CountBookServiceRemote.getItemsInStore(UserInfo userInfo,
ProfileRemote profileRemote,
java.lang.String storeroom,
java.lang.String criteria)
Returns an MboSetRemote of Rotating ITEM's in the specified Storeroom.
|
MboSetRemote |
FldSelectionItem.getList() |
MboSetRemote |
FldCountBookLocation.getList() |
MboSetRemote |
FldCountBookLineLotNum.getList() |
MboSetRemote |
FldCountBookLineBinNum.getList() |
protected Mbo |
CountBookStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
CountBookSet.getMboInstance(MboSet ms) |
protected Mbo |
CountBookSelSet.getMboInstance(MboSet ms) |
protected Mbo |
CountBookLineSet.getMboInstance(MboSet mboSet) |
MboSetRemote |
CountBookService.getRotatingAssetForItem(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String storeRoom,
java.lang.String binNum,
java.lang.String conditioncode) |
MboSetRemote |
CountBookServiceRemote.getRotatingAssetForItem(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String storeRoom,
java.lang.String binNum,
java.lang.String conditioncode)
Get the equipment set for rotating items
|
protected MboSetRemote |
CountBook.getStatusHistory() |
void |
FldCountBookSelectionType.init()
Initialize
|
void |
CountBookSel.init() |
void |
CountBookLine.init() |
void |
CountBook.init() |
void |
CountBook.initRelationship(java.lang.String relationName,
MboSetRemote mboSet) |
void |
FldCountBookPhysicalCntDate.initValue()
Initialize
|
void |
FldCountBookChangeBy.initValue() |
boolean |
CountBookService.isCountValid(MboRemote invBal,
UserInfo userInfo,
MboRemote countBook) |
boolean |
CountBookServiceRemote.isCountValid(MboRemote invBal,
UserInfo userInfo,
MboRemote countBook)
Check from the Multisite set up if you do have to count items with zero balance, or items who have been issues or received in the last 30 days.
|
boolean |
CountBookService.isItemIssuedOrReceived(MboRemote item,
MboRemote countBook) |
boolean |
CountBookServiceRemote.isItemIssuedOrReceived(MboRemote item,
MboRemote countBook)
This method checks if the item is issued or received in the last 30 days
|
void |
CountBookRemote.ownership()
Allows the ability to Take Ownership of a record.
|
void |
CountBook.ownership() |
CountBookLineSetRemote |
CountBookService.populateCBLine(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum)
This method populates the CBLine with the required data.
|
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLine(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookService.populateCBLineForAItem(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
java.lang.String itemNum) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForAItem(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
java.lang.String itemNum)
This method populates the count book line for a particular item with the required data.
|
CountBookLineSetRemote |
CountBookService.populateCBLineForBinInCriteria(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboRemote countBookSelType) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForBinInCriteria(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboRemote countBookSelType)
This method populates the count book line for items which binnum match the binCriteria.
|
CountBookLineSetRemote |
CountBookService.populateCBLineForCountFrequency(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
java.util.Date userDate) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForCountFrequency(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
java.util.Date userDate)
This method is used to generate count book line from Count Frequency
|
CountBookLineRemote |
CountBookService.populateCBLineForInvBalance(java.lang.String storeRoom,
UserInfo userInfo,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
boolean isRotating,
MboRemote itemRemote,
java.lang.String itemNum,
java.lang.String internalItemType,
MboRemote invBalances) |
CountBookLineRemote |
CountBookServiceRemote.populateCBLineForInvBalance(java.lang.String storeRoom,
UserInfo userInfo,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
boolean isRotating,
MboRemote itemRemote,
java.lang.String itemNum,
java.lang.String internalItemType,
MboRemote invBalances)
This method populates the count book line for given inventory balance object.
|
CountBookLineSetRemote |
CountBookService.populateCBLineForItem(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
ItemRemote itemRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForItem(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
ItemRemote itemRemote,
java.lang.String countBookNum)
This method populates the count book line for given item.
|
CountBookLineSetRemote |
CountBookService.populateCBLineForItemInGroup(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum,
java.lang.String invGroup) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForItemInGroup(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSet,
java.lang.String countBookNum,
java.lang.String invGroup)
This method populates the count book line for items in a specified group of the inventory with the required data.
|
CountBookLineSetRemote |
CountBookService.populateCBLineForItems(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
ItemSetRemote itemSetRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookServiceRemote.populateCBLineForItems(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
ItemSetRemote itemSetRemote,
java.lang.String countBookNum)
This method populates the count book line for given ItemSet
|
CountBookLineSetRemote |
CountBookRemote.populateCBLinesForBinPattern(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum)
Generates a CBLine For each bin selection criteria
|
CountBookLineSetRemote |
CountBook.populateCBLinesForBinPattern(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookRemote.populateCBLinesForCntFrequency(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService)
To generate a CBLine for specified count frequency date
|
CountBookLineSetRemote |
CountBook.populateCBLinesForCntFrequency(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService) |
CountBookLineSetRemote |
CountBookRemote.populateCBLinesForIndividualItem(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService)
To generate a CBLine for each Individual Item.
|
CountBookLineSetRemote |
CountBook.populateCBLinesForIndividualItem(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService) |
CountBookLineSetRemote |
CountBookRemote.populateCBLinesForItemInGroup(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService)
To generate a CBLine for each Item in the specified group.
|
CountBookLineSetRemote |
CountBook.populateCBLinesForItemInGroup(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote countBookLinesSetRemote,
java.lang.String countBookNum,
MboSetRemote countBookSelTypeSet,
CountBookServiceRemote cbService) |
CountBookLineSetRemote |
CountBookService.populateRotableCBLines(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookServiceRemote.populateRotableCBLines(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSet,
java.lang.String countBookNum)
This method populates the CBLines for all rotating items with the required data.
|
CountBookLineSetRemote |
CountBookService.populateToolsCBLines(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSetRemote,
java.lang.String countBookNum) |
CountBookLineSetRemote |
CountBookServiceRemote.populateToolsCBLines(java.lang.String storeRoom,
UserInfo userInfo,
ProfileRemote profileRemote,
CountBookLineSetRemote cbLineSet,
java.lang.String countBookNum)
This method populates the count book line for all 'tool' items with the required data.
|
void |
CountBookLineSet.reconcileLine(java.lang.String location) |
void |
CountBookLineSetRemote.reconcileLine(java.lang.String location)
This method checks if there is any physical count entered for the cbline.
|
java.util.Vector |
CountBookLineSet.reconcileWithInventory(java.lang.String storeRoom) |
java.util.Vector |
CountBookLineSetRemote.reconcileWithInventory(java.lang.String storeRoom)
This method is used to call the reconciliation of inventory.
|
void |
CountBookStatus.save() |
protected void |
CountBookLine.save() |
void |
CountBookSelSetRemote.setFieldsPermission(java.lang.String type)
Method to set fields read/write permissions when adding a new Count Book selection row.
|
void |
CountBookSelSet.setFieldsPermission(java.lang.String type) |
protected boolean |
CountBook.skipCopyField(MboValueInfo mvi) |
void |
CountBookSel.undelete() |
void |
CountBookRemote.updateInvRecByCriteriaMap(long countBookSelTypeId,
MboRemote invRec)
Update a map containing a relationship between count book selection criteria
record and its inventory balance records.
|
void |
CountBook.updateInvRecByCriteriaMap(long countBookSelTypeId,
MboRemote invRec) |
void |
FldSelectionRotItem.validate()
Validate the selected item
|
void |
FldSelectionItem.validate()
Validate the selected item
|
void |
FldSelectionICG.validate()
Validate the selected icg
|
void |
FldCountBookSelectionBin.validate() |
void |
FldCountBookPlusTol.validate() |
void |
FldCountBookPhysicalCntDate.validate()
Things to be performed once a Date is entered
|
void |
FldCountBookPhyCount.validate()
Validate the selected phyical count field
|
void |
FldCountBookMinusTol.validate() |
void |
FldCountBookLocation.validate()
Validate the field entered in STOREROOM
|
void |
FldCountBookGLAccount.validate()
Validate GL account value
|
boolean |
CountBookService.validateInventory(UserInfo userInfo,
java.lang.String item,
java.lang.String location) |
boolean |
CountBookServiceRemote.validateInventory(UserInfo userInfo,
java.lang.String item,
java.lang.String location)
Checks the ITEMNUM/LOCATION combination against the Inventory table.
|
Methods in psdi.app.craft that throw MXException
Modifier and Type |
Method and Description |
void |
FldPPCraftRatePremiumPayCode.action() |
void |
FldPPCraftRateLaborInherit.action() |
void |
FldPPCraftRateInherit.action() |
void |
FldPPCraftRateDisplayRateType.action() |
void |
FldPPCraftRateDisplayRate.action() |
void |
FldCraftStandardRate.action()
Set the CraftRate's Standardrate when the craft's standardrate is set
|
void |
FldCraftSkillStandardRate.action() |
void |
FldCraftSkillLevel.action()
Resets description and set rank and standard rate on
this row to null, When the value is modified
|
void |
FldCraftSkillDescription.action() |
void |
FldCraftSkill.action()
Set the rate and standardrate of the LaborCraftRate mbo.
|
void |
FldCraftRateVendor.action()
When vendor is null or modified, set the contractnum to null and make it readonly.
|
void |
FldCraftRateSkillLevel.action()
Set all vendor, contractnum and standard rate fields on this row to null, When the value is modified
|
void |
FldCraftRateCraft.action()
Set the description, if this value is set when the owner is contract.
|
void |
FldCraftRateContract.action()
If there is one record for the given combination, then set the values in the remaining columns.
|
void |
FldCraftRate.action()
Set the rate and standardrate of the LaborCraftRate mbo.
|
void |
FldCraftDescription.action() |
void |
PPCraftRate.add()
Add new PPCraftRate.
|
void |
CraftSkill.add()
Add new CraftSkill.
|
void |
CraftRate.add()
Add new CraftRate.
|
void |
Craft.add()
Insert on Craft will also add records for craftskill and craftrate.
|
void |
CraftRate.appValidate()
appValidate()
Application validation routine called before the craftrate object is saved
Method validates if there are multiple craftrate records for the same
skilllevel and vendor combination.
|
void |
CraftRateSet.canAdd()
Can not add craftrate when it is owned by a contract which has a status APPR.
|
void |
PremiumPay.canDelete()
Premiumpay cannot be deleted if it is referenced by any rows in the PPCraftRate.
|
void |
CraftSkill.canDelete()
CraftSkill cannot be deleted if it is referenced by any rows in the CraftRate
|
void |
CraftRate.canDelete()
Craft cannot be deleted if it is referenced by any rows in the laborcraftrate,
wplabor, joblabor or when the contract status is approved
|
void |
Craft.canDelete()
Craft cannot be deleted if it is referenced by any rows in the CraftSkill, CraftRate.
|
void |
CraftRate.checkContract()
If the contract status is APPR, then the standard rate for this craftrate becomes readonly,
else the status is in DRAFT, PNDREV OR WAPPR, then it is editable.
|
void |
CraftSkill.delete(long accessModifier)
Delete CraftSkill and associated rates
|
void |
CraftRate.delete(long accessModifier)
Override delete.
|
void |
Craft.delete(long accessModifier)
Delete Craft and associated skilllevels and rates
|
MboRemote |
Craft.duplicate()
This method creates a duplicate craft
Copies over craftskill, craftrate and ppcraftrate records associated with this craft.
|
double |
CraftRemote.getCraftRate(java.lang.String skilllevel,
java.lang.String vendor,
java.lang.String contractnum)
Return the StandardRate from CraftRate for the given the combination of craft, skilllevel, vendor, contract and revisionnum
|
double |
Craft.getCraftRate(java.lang.String skilllevel,
java.lang.String vendor,
java.lang.String contractnum)
Return the StandardRate from CraftRate for the given the combination of craft, skilllevel, vendor, contract and revisionnum
|
protected MboSetRemote |
FldCraftRate.getCRMatchSet() |
protected java.lang.String |
PPCraftRate.getDefaultRate() |
protected java.lang.String |
PPCraftRate.getDefaultRateType() |
MboSetRemote |
FldPPCraftRatePremiumPayCode.getList()
List returned has existing premium pay codes
|
MboSetRemote |
FldCraftSkill.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldCraftRateVendor.getList()
Returns non-disabled compnies within this organization.
|
MboSetRemote |
FldCraftRateSkillLevel.getList()
List returned has existing skilllevels in craftskill
|
MboSetRemote |
FldCraftRateCraft.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldCraftRateContract.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldCraftRate.getList()
Set the qbe's of the lookup.
|
protected Mbo |
PremiumPaySet.getMboInstance(MboSet ms)
Generate a new PremiumPay object
|
protected Mbo |
PPCraftRateSet.getMboInstance(MboSet ms)
Generate a new PPCraftRate object
|
protected Mbo |
CraftSkillSet.getMboInstance(MboSet ms) |
protected Mbo |
CraftSet.getMboInstance(MboSet ms) |
protected Mbo |
CraftRateSet.getMboInstance(MboSet ms)
Generate a new CraftRate object
|
double |
CraftRateSet.getRate(java.util.Date planDate) |
protected SqlFormat |
FldCraftSkill.getSqlForEnteredFields() |
protected SqlFormat |
FldCraftRateSkillLevel.getSqlForEnteredFields() |
protected SqlFormat |
FldCraftRateCraft.getSqlForEnteredFields() |
protected SqlFormat |
FldCraftRateContract.getSqlForEnteredFields() |
protected SqlFormat |
FldCraftRate.getSqlForEnteredFields() |
MboRemote |
CraftRate.getValidContract(java.util.Date startDate)
Returns the contract mbo with valid revision status
|
void |
CraftSkill.init()
Propagate key flag is set to false to avoid erroneous propagation of key to the craftskill object.
|
void |
CraftRate.init()
Propagate key flag is set to false to avoid erroneous propagation of key to the craftskill object.
|
void |
FldPPCraftRateDisplayRateType.initValue() |
void |
FldPPCraftRateDisplayRate.initValue() |
void |
FldPPCraftRateDisplayLabor.initValue()
If the owner is a LaborCraftRate object, copy its laborcode to this field;
otherwise, leave it empty.
|
void |
FldPPCraftRateDelimiter.initValue()
If the owner is a LaborCraftRate object, set the value to "/";
otherwise, leave it empty.
|
void |
FldCraftStandardRate.initValue() |
void |
FldCraftSkillStandardRate.initValue() |
void |
FldCraftRateDescription.initValue() |
boolean |
CraftRate.isUnique()
Check for the uniqueness in the current set
|
CraftRateSet |
CraftRateSet.matchLabor(Mbo mbo)
Set the set to match the fields on the WPLabor or JobLabor mbo given.
|
void |
CraftSkill.modify() |
void |
CraftRate.modify() |
void |
PPCraftRate.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Craft.
|
void |
CraftSkill.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Craft.
|
void |
CraftRate.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Craft.
|
void |
FldCraftSkillLevel.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
PPCraftRate.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CraftSkill.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CraftRate.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Craft.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldCraftRateSkillLevel.smartFill(java.lang.String value,
boolean exact)
Overwrite smartfill to use smartFillWithoutReset() method since the result
MboSet from getList() needs to be displayed on the GUI and cannot be reset.
|
MboSetRemote |
FldCraftRateSkillLevel.smartFind(java.lang.String value,
boolean exact) |
void |
CraftRate.undelete()
Craft cannot be undeleted if it references a skilllevel which is marked for delete.
|
void |
Craft.undelete()
Undelete Craft and associated skilllevels and rates
IV80199 - associated records were not undeleted if an error occured
|
void |
FldCraftSkill.validate()
This method first gets a CraftRate set based on the
Craft,Skilllevel, vendor, ContractNum, and Orgid that are currently filled in.
|
void |
FldCraftRateSkillLevel.validate()
This method first gets a CraftRate set based on the
Craft,Skilllevel,and Orgid that are currently filled in.
|
void |
FldCraftRateCraft.validate()
This method first gets a CraftRate set based on the
Craft,Skilllevel,and Orgid that are currently filled in.
|
void |
FldCraftRateContract.validate()
This method first gets a Contract set based on the
vendor, ContractNum, Revisionnum and Orgid that are currently filled in.
|
void |
FldCraftRate.validate()
This method first gets a CraftRate set based on the
Craft,Skilllevel, vendor, ContractNum, and Orgid that are currently filled in.
|
Methods in psdi.app.currency that throw MXException
Modifier and Type |
Method and Description |
void |
Fldbasecost.action()
Update other columns(currency equivalent) affected by changing this column .
|
void |
FldExchangeRate.action() |
void |
FldCurrencyEquivalent.action() |
void |
FldActive.action() |
void |
Exchange.add()
Adds an Exchange record.
|
void |
Currency.add()
Adds a new Currency record.
|
double |
CurrencyService.calculateCurrencyCost(UserInfo userInfo,
java.lang.String currencyFrom,
java.lang.String currencyTo,
double value,
java.util.Date date,
java.lang.String orgId)
Calculates the To currency cost given From currency code, From currency cost, To currency code and date.
|
double |
CurrencyServiceRemote.calculateCurrencyCost(UserInfo userInfo,
java.lang.String currencyFrom,
java.lang.String currencyTo,
double value,
java.util.Date date,
java.lang.String orgId) |
void |
Currency.canDelete()
Can the currency object be deleted?
Checks for currency code reference in non-history PO, PR, Company, RFQVendor, Invoice, MatRecTrans,
MatUseTrans, ServRecTrans or InvoiceTrans.
|
void |
Currency.delete(long accessModifier)
Deletes this currency object.
|
java.lang.String |
CurrencyService.getBaseCurrency1(java.lang.String orgID,
UserInfo user)
Return the base currency1 which is now stored at the organization level.
|
java.lang.String |
CurrencyServiceRemote.getBaseCurrency1(java.lang.String orgID,
UserInfo user) |
java.lang.String |
CurrencyService.getBaseCurrency2(java.lang.String orgID,
UserInfo user)
Return the base currency2 which is now stored at the organization level.
|
java.lang.String |
CurrencyServiceRemote.getBaseCurrency2(java.lang.String orgID,
UserInfo user) |
double |
CurrencyRemote.getCurrencyCost(java.lang.String currencyCodeTo,
double value,
java.util.Date date,
java.lang.String orgId) |
double |
Currency.getCurrencyCost(java.lang.String currencyCodeTo,
double value,
java.util.Date exchangeDate,
java.lang.String orgId)
Calculates the cost equivalent to the current mbo(currencyfrom) given any currency code.
|
double |
CurrencyService.getCurrencyExchangeRate(UserInfo userInfo,
java.lang.String currencyCodeFrom,
java.lang.String currencyCodeTo,
java.util.Date exchangeDate,
java.lang.String orgId)
This is a generic method that returns the exchange rate for converting one currency code to another.
|
double |
CurrencyServiceRemote.getCurrencyExchangeRate(UserInfo userInfo,
java.lang.String currencyFrom,
java.lang.String currencyTo,
java.util.Date date,
java.lang.String orgId) |
MboSetRemote |
FldCurrencyCode.getList()
Return list of active currency codes from the currency table.
|
protected Mbo |
ExchangeSet.getMboInstance(MboSet ms)
Generates a new Exchange object
|
protected Mbo |
CurrencySet.getMboInstance(MboSet ms)
Generates a new Currency object.
|
void |
Fldbasecost.init() |
void |
Exchange.init()
Initialize the exchange object.
|
boolean |
CurrencyService.isABaseCurrency(java.lang.String currency,
UserInfo user) |
boolean |
CurrencyServiceRemote.isABaseCurrency(java.lang.String currency,
UserInfo user) |
void |
Exchange.modify()
Called whenever a change is made to any attribute of a MBO.
|
void |
FldExpireDate.validate() |
void |
FldExchangeExpireDate.validate()
Return if expire date is null
Throw an exception if the expire date if before active date.
|
void |
FldExchangeCurrencyCodeTo.validate()
currencycodeTo cannot be the same as currencycodeFrom.
|
void |
FldExchangeActiveDate.validate()
Active date cannot be greater than expiredate.
|
void |
FldCurrencyCodeTo.validate() |
void |
FldCurrencyActive.validate()
Cannot set Active to 'N' if currencycode is either basecurrency1 or basecurrency2.
|
void |
FldActiveDate.validate()
Validate the changes made to the field.
|
void |
Exchange.validateDates()
Validates if the active date and the expire date on the current Mbo clashes with other dates specified
on other Exchange rows with the same 'From' and 'To' currency
When a new exchange rate is being entered, a validation occurs to make sure the active
date is not after an existing active date and before an existing expiration date and that the
expiration date is not after an existing active date and before and existing expiration date.
|
Methods in psdi.app.dbinfo that throw MXException
Modifier and Type |
Method and Description |
void |
FldDBInfoAttributeViewSameAsAttribute.action()
Do "sameas" changes for maxtype, length and scale for other mbos in
this set.
|
void |
FldDBInfoAttributeViewMaxType.action()
Set values for ispositive, length, scale, nulls, nullwithdefault and defaultvalue
where possible, depending on maxtype.
|
void |
FldDBInfoAttributeViewLength.action()
Do "sameas" changes for maxtype, length and scale for other mbos in
this set.
|
void |
FldDBInfoAttributeViewDefaultValue.action()
If maxtype is UPPER or LOWER, convert to upper or lower case.
|
void |
FldDBInfoAttributeViewAutokeyName.action()
If no Autokey record, add them (one for each orgid).
|
void |
DBInfoObjectView.add()
Add a new DBInfoObjectView object.
|
void |
DBInfoAttributeView.add()
Add a new TenantStatus object.
|
long |
DBInfoAttributeViewSetRemote.addExtendedAttribute(MboRemote selectMbo) |
long |
DBInfoAttributeViewSet.addExtendedAttribute(MboRemote selectMbo) |
java.lang.String |
DBInfoObjectViewSet.appendToWhere() |
void |
DBInfoObjectViewSetRemote.applyChanges() |
void |
DBInfoObjectViewSet.applyChanges()
This method will apply or discard configuration changes
|
boolean |
DBInfoObjectViewSet.applyNeeded()
Check MAXATTRIBUTECFG for all changes for a tenant and return if apply needed or not.
|
void |
DBInfoAttributeView.appValidate()
Pre-save validation method.
|
void |
DBInfoRelationViewSet.canAdd()
Cannot add DBInfoAttributeView.
|
void |
DBInfoAttributeViewSet.canAdd() |
void |
DBInfoRelationView.canDelete()
To mark for deletion, attribute must be userdefined and not already marked for deletion.
|
void |
DBInfoObjectView.canDelete()
To mark for deletion, attribute must be userdefined and not already marked for deletion.
|
void |
DBInfoAttributeView.canDelete()
To mark for deletion, attribute must be userdefined and not already marked for deletion.
|
void |
DBInfoObjectViewSet.commit() |
void |
DBInfoObjectViewSet.createExtensionViews()
Check MAXATTRIBUTECFG for all changes for a tenant and return if apply needed or not.
|
void |
DBInfoAttributeView.delete(long accessModifier)
To mark for deletion, attribute must be userdefined and not already marked for deletion.
|
void |
DBInfoObjectViewSetRemote.discardChanges() |
void |
DBInfoObjectViewSet.discardChanges()
This method will apply or discard configuration changes
|
MboSetRemote |
DBInfoAttributeViewRemote.fillExtAttributes(MboSetRemote extSet) |
MboSetRemote |
DBInfoAttributeView.fillExtAttributes(MboSetRemote extSet)
Can set autokey
|
void |
DBInfoRelationViewSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache MAXIMODD-RELATIONS .
|
java.lang.String |
DBInfoAttributeView.getExtendedLookup()
Can set autokey
|
MboSetRemote |
FldDBInfoAttributeViewSearchType.getList()
Get the proper list of search types based on DA's searchtype setting.
|
MboSetRemote |
FldDBInfoAttributeViewSameAsAttribute.getList()
Gets list for values for a tenant
|
MboSetRemote |
FldDBInfoAttributeViewMaxType.getList()
Gets list for values for a tenant
Tenant only can change type in a limited range plus he can change it back to
original (master) value.
|
MboSetRemote |
FldDBInfoAttributeViewDomainid.getList()
Lookup fopr DomainID.
|
MboValueInfo |
DBInfoAttributeView.getMasterMboValueInfo()
Get Master MboValueInfo.
|
protected Mbo |
DBInfoRelationViewSet.getMboInstance(MboSet ms)
Generate a new MaxRelationship object
|
protected Mbo |
DBInfoObjectViewSet.getMboInstance(MboSet ms)
Generate a new DBInfoObjectView object
|
protected Mbo |
DBInfoAttributeViewSet.getMboInstance(MboSet ms)
Generate a new DBInfoAttributeView object
|
void |
DBInfoAttributeView.getValueFromLookup(java.lang.String maxType,
int length,
boolean isMaxType)
Can set autokey
|
boolean |
DBInfoObjectView.hasPendingMasterChanges()
Specifies whether the config admin has pending configuration changes
|
void |
DBInfoRelationView.init()
Inititialize fields to readonly or not.
|
void |
DBInfoObjectViewSet.init()
|
void |
DBInfoObjectView.init()
Inititialize fields to readonly or not.
|
void |
DBInfoAttributeViewSet.init()
|
void |
DBInfoAttributeView.init()
Inititialize fields to readonly or not.
|
void |
DBInfoRelationView.initFieldFlagsOnMbo(java.lang.String attrName)
Inititialize fields to readonly or not.
|
void |
DBInfoObjectViewSet.setExtColNull(java.util.Map toNull,
int tenantid) |
void |
DBInfoAttributeViewSet.setRelationName(java.lang.String relationName)
setOrderBy depending on the owner and relationship.
|
void |
FldDBInfoAttributeViewSameAsAttribute.validate()
Tenant only can change type in a limited range plus he can change it back to
original (master) value.
|
void |
FldDBInfoAttributeViewRequired.validate()
Tenant can only change from non-required to required or back to
original (master) value.
|
void |
FldDBInfoAttributeViewMaxType.validate()
Tenant only can change type in a limited range plus he can change it back to
original (master) value.
|
void |
FldDBInfoAttributeViewLength.validate()
Tenant can only decrease length or set it to original (master) length
|
void |
FldDBInfoAttributeViewESigEnabled.validate()
True is allowed only if the object is eaudit enabled.
|
void |
FldDBInfoAttributeViewEAuditEnabled.validate()
True is allowed only if the object is eaudit enabled.
|
void |
FldDBInfoAttributeViewDomainid.validate() |
void |
FldDBInfoAttributeViewDefaultValue.validate()
Ensure that the entered defaultvalue is valid for the maxtype.
|
void |
FldDBInfoAttributeViewAutokeyName.validate()
If no record on Autokey table, present a yes/no/cancel box asking whether to add a new autokey.
|
void |
DBInfoAttributeView.validateAutoKey()
Can set autokey
|
void |
DBInfoObjectView.validateChanges()
This method will apply or discard configuration changes
|
void |
DBInfoAttributeView.validateChanges()
Pre-save validation method.
|
void |
DBInfoAttributeView.validateDomainId()
Domain can be only set if master configuration does not have one and no class name.
|
void |
DBInfoAttributeView.validateEAuditEnabled()
Can only enable eaudit enable option or reset to master configuration
|
void |
DBInfoAttributeView.validateESigEnabled()
Can only enable esig option or reset to master configuration
|
void |
DBInfoAttributeView.validateLength()
Can only shorten length.
|
void |
DBInfoAttributeView.validateMaxType()
Can only change maxtype to same native type.
|
void |
DBInfoAttributeView.validateRequired()
Validate changing from required to non-required and back.
|
Methods in psdi.app.designer.virtual that throw MXException
Modifier and Type |
Method and Description |
MboRemote |
DatastoreChild.copy(MboSetRemote targetSet)
overridden copy method - regular copy method doesn't work because it thinks all attributes are unique keys, so we're using blindCopy
|
MboRemote |
Datastore.copy(MboSetRemote targetSet)
copies this mbo and it's related sets
regular copy method doesn't work because it thinks all attributes are unique keys, so we're using blindCopy
|
Datastore |
DatastoreSet.findDatastore(java.lang.String attributeVal,
java.lang.String datasrcVal)
returns the datastore object for the given attribute and datasrc, or null if not found
|
Datastore |
DatastoreSet.findDatastoreByID(java.lang.String id) |
java.lang.String |
MapControlToolItemMboSet.generateAllToolsEnabledString(java.util.Map availabletWidgetMap,
java.lang.String toolItems,
java.lang.String appName)
Return a string with all the tools selected for the current app
|
org.w3c.dom.Element |
Datastore.generateElement()
generates the xml dom for this datastore object
|
org.w3c.dom.Element |
DatastoreChild.generateElement(org.w3c.dom.Element datastore)
generates the xml dom for this datastore child object (typeahead, setvalue or filter)
|
static java.lang.String |
MapControlToolItemMboSet.generateNewPresentationFromToolItemsList(java.lang.String presentation,
java.lang.String toolItems)
Updates the presentation with the new items list
|
static java.lang.String |
MapControlToolItemMboSet.getDefaultToolItemGroupConfiguration(java.util.List tools,
UserInfo userInfo)
Method to fix the entire toolitems tag
|
MboSetRemote |
FldToolItemSecurityGroupName.getList() |
MapControlSecurityGroupMboSet |
MapControlToolItemMbo.getMapControlSecurityGroupMboSet() |
MapControlToolItemMboSet |
Control.getMapControlToolItemMboSet() |
protected Mbo |
TextboxSet.getMboInstance(MboSet ms) |
protected Mbo |
MapControlSecurityGroupMboSet.getMboInstance(MboSet ms) |
protected Mbo |
DatastoreSet.getMboInstance(MboSet ms) |
protected Mbo |
DatastoreChildSet.getMboInstance(MboSet ms) |
protected Mbo |
DatastoreButtonSet.getMboInstance(MboSet ms) |
protected Mbo |
ControlSet.getMboInstance(MboSet ms) |
protected Mbo |
ControlPropertySet.getMboInstance(MboSet ms) |
protected Mbo |
MapControlToolItemMboSet.getMboInstance(MboSet ms) |
protected Mbo |
AttributeLookupSet.getMboInstance(MboSet ms) |
java.lang.String |
MapControlToolItemMboSet.getToolItemsFromDatabase(java.lang.String appInstanceName)
This method access the presentation table and retrieves the content of the toolitems attribute.
|
java.lang.String |
DatastoreChild.getXML()
generates the xml representation of this datastorechild object (typeahead, setvalue or filter)
|
java.lang.String |
Datastore.getXML()
generates the xml representation of this datastore object
|
static java.lang.String |
MapControlToolItemMboSet.migrateLegacyJavascriptFormat(java.lang.String javascriptArray,
UserInfo userInfo,
java.lang.String appName)
This method will migrate the legacy Javascript Array format to the new Javascript Matrix format.
|
void |
MapControlToolItemMboSet.readFromJavascriptMatrix(java.util.Map availableWidgetMap,
java.lang.String javascriptMatrix,
java.lang.String appName)
Initialize this mbo set from a Javascript array form.
|
MboRemote |
DatastoreChildSet.setup()
override setup so it doesn't do the add (when we have an empty set we don't want anything)
|
void |
FldKeyAttribute.validate()
Override validation call to clear any other key attributes when this one is set.
|
java.lang.String |
MapControlToolItemMboSet.writeToJavascriptMatrix()
Writes this mboset to a Javascript array form.
|
Methods in psdi.app.doclink that throw MXException
Modifier and Type |
Method and Description |
void |
FldDoctypesDefaultFilePath.action()
If the validate method made a directory, set defaultfilepath equal to the
absolute pathname of the new directory.
|
void |
FldDoclinksOwnerTable.action() |
void |
FldDoclinksKeycolumn.action() |
void |
FldDoclinksGetLatestVersion.action() |
void |
FldDoclinksDocument.action()
If document is not null and doclinks is to be added, and addinfo is False,
then copy values from Docinfo to Doclinks.
|
void |
FldDoclinksAddInfo.action()
Set document to null.
|
void |
FldDocinfoUrltype.action()
Do the followiong.
|
void |
FldDocinfoStatus.action() |
void |
Doctypes.add()
Add a mbo, defaulting the attributes shown below.
|
void |
Doclinks.add()
Add a mbo, defaulting the attributes shown below.
|
void |
Docinfo.add()
Add a mbo, defaulting the attributes shown below.
|
void |
DocinfoRemote.addDocinfoAndLinks(java.lang.String urlname,
java.lang.String description,
java.lang.String[] urlparam,
java.lang.String doctype,
java.lang.String urltype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String[] keyvalue,
boolean forceAutokey,
java.lang.String application) |
void |
Docinfo.addDocinfoAndLinks(java.lang.String urlname,
java.lang.String description,
java.lang.String[] urlparam,
java.lang.String doctype,
java.lang.String urltype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String[] keyvalue,
boolean forceAutokey,
java.lang.String application)
This method sets values on this Mbo, calls Validate, then calls
addDoclinks .
|
MboSetRemote |
DoclinkServiceRemote.addDocinfoAndLinks(java.lang.String urlname,
java.lang.String description,
java.lang.String[] urlparam,
java.lang.String doctype,
java.lang.String urltype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String[] keyvalue,
boolean forceAutokey,
java.lang.String application,
UserInfo userInfo) |
MboSetRemote |
DoclinkService.addDocinfoAndLinks(java.lang.String urlname,
java.lang.String description,
java.lang.String[] urlparam,
java.lang.String doctype,
java.lang.String urltype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String[] keyvalue,
boolean forceAutokey,
java.lang.String application,
UserInfo userInfo)
Create a Docinfo and one or more Doclinks per the supplied parameters.
|
MboSetRemote |
DoclinkServiceRemote.addDocinfoAndLinks(java.lang.String urlname,
java.lang.String description,
java.lang.String assetType,
java.lang.String[] keyvalue,
UserInfo userInfo) |
MboSetRemote |
DoclinkService.addDocinfoAndLinks(java.lang.String urlname,
java.lang.String description,
java.lang.String assetType,
java.lang.String[] keyvalue,
UserInfo userInfo)
Wrapper method, calls
addDocinfoAndLinks
assuming the following values, and forcing autokey.
|
void |
DocinfoRemote.addDoclinks(java.lang.String doctype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String[] keyvalue) |
void |
Docinfo.addDoclinks(java.lang.String doctype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String[] keyvalue)
Add doclinks to this mbo.
|
void |
DoclinksSetRemote.addDoclinksForSelectedDocinfo(DocinfoSetRemote docs,
java.lang.String app,
java.lang.String doctype) |
void |
DoclinksSet.addDoclinksForSelectedDocinfo(DocinfoSetRemote docs,
java.lang.String app,
java.lang.String doctype) |
void |
DocinfoSetRemote.addDoclinksForSelectedDocinfo(java.lang.String doctype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String keyvalue,
java.lang.String app) |
void |
DocinfoSet.addDoclinksForSelectedDocinfo(java.lang.String doctype,
java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String keyvalue,
java.lang.String app)
Given a multi-select set of Docinfo, loop through the set, and for each selected record,
add one child Doclinks mbo with the specified values.
|
void |
Doctypes.appValidate()
If toBeAdded and "app" is not null, add a row to appdoctype.
|
void |
Doclinks.appValidate()
Do the following.
|
void |
Docinfo.appValidate()
Ensure that the values in the secondary unique key
are unique (DOCINFO_NDX2 is composed of
URLNAME, URLPARAM1, URLPARAM2, URLPARAM3, URLPARAM4, and URLPARAM5).
The framework already ensures uniqueness of the primary key (DOCUMENT ).
|
void |
DoclinksRemote.appValidateAddInfo() |
void |
Doclinks.appValidateAddInfo()
Application validation when "addinfo" attribute is True.
|
void |
Docinfo.appValidateUpload()
|
void |
DoctypesRemote.associateFolder(java.lang.String app) |
void |
Doctypes.associateFolder(java.lang.String app) |
void |
DoclinksSet.canAdd()
IV77100 - Extended canAdd() to set NOADD flag depending on lock rights
|
void |
Doctypes.canDelete()
Can delete if no Docinfo, Doclinks, or AppDoctype.
|
void |
Doclinks.canDelete()
Generally it's OK to delete a doclink, but certain owners (keytable) have
special rules.
|
void |
Docinfo.canDelete()
Can delete only if no doclinks exist.
|
void |
DmsApiSetting.canDelete()
Can delete if no related Docinfo.
|
void |
Doclinks.canDeleteMRLineDoclinks()
An MRLine doclink can be deleted only if the MR status is WAPPR.
|
MboRemote |
Doclinks.copy(MboSetRemote mboset,
long mboAddFlags) |
void |
DoclinkServiceRemote.copyAssocDoclinks(MboSetRemote sourcelinks,
MboSetRemote targetLinks,
long targetId,
java.lang.String targetMboName) |
void |
DoclinkService.copyAssocDoclinks(MboSetRemote sourcelinks,
MboSetRemote targetLinks,
long targetId,
java.lang.String targetMboName)
Makes a duplicate copy of any doclink that is in the doclinks set that
has the copylinktowo flag set to true.
|
MboRemote |
Doclinks.copyFake(MboSetRemote mboset) |
void |
DoclinksRemote.copyFromDocinfo(MboRemote docinfo) |
void |
Doclinks.copyFromDocinfo(MboRemote docinfo)
Copy attribute values from docinfo to this doclinks.
|
MboRemote |
DoclinksRemote.copySelf(MboSetRemote mboset,
long mboAddFlags) |
MboRemote |
Doclinks.copySelf(MboSetRemote mboset,
long mboAddFlags) |
void |
Doclinks.delete(long accessModifier)
This method will also mark all associated Docinfo records that are not
shown in the library and not referenced by other doclinks.
|
protected boolean |
DoclinksSet.docLinkExists(MboRemote docInfo,
java.lang.String doctype) |
boolean |
DoclinkServiceRemote.doclinkExists(java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String keyvalue,
UserInfo userInfo) |
boolean |
DoclinkService.doclinkExists(java.lang.String keytable,
java.lang.String keycolumn,
java.lang.String keyvalue,
UserInfo userInfo)
Identifies whether a row exists in the doclinks table for the specified params.
|
void |
DocinfoSetRemote.findDocinfo(java.lang.String urlname,
java.lang.String[] urlparam) |
void |
DocinfoSet.findDocinfo(java.lang.String urlname,
java.lang.String[] urlparam)
Get the DocInfo mbo for the specified urlname and urlparam(1-5).
|
void |
DocinfoSetRemote.findForApp(java.lang.String appName) |
void |
DocinfoSet.findForApp(java.lang.String appName)
Get all docinfo whose doctypes are valid for the specified app
and whose urltype is WWW or FILE.
|
java.util.TreeMap |
DoclinkServiceRemote.getAppDoctypeLinks(java.lang.String appName,
java.lang.String keyTable,
java.lang.String keyColumn,
int keyValue,
UserInfo userInfo) |
java.util.TreeMap |
DoclinkService.getAppDoctypeLinks(java.lang.String appName,
java.lang.String keyTable,
java.lang.String keyColumn,
int keyValue,
UserInfo userInfo)
Get all the valid doctypes for the given app, and within each doctype, find
any doclinks that may exist for the given keytable, keycolumn, and keyvalue.
|
java.lang.String |
DoclinkServiceRemote.getDefaultFilePath(java.lang.String doctype,
UserInfo userInfo) |
java.lang.String |
DoclinkService.getDefaultFilePath(java.lang.String doctype,
UserInfo userInfo)
Given a doctype, get its defaultfilepath.
|
java.lang.String |
DoclinkServiceRemote.getFullPathFromRelativePath(java.lang.String path,
java.lang.String rootKey,
UserInfo ui) |
java.lang.String |
DoclinkService.getFullPathFromRelativePath(java.lang.String path,
java.lang.String rootKey,
UserInfo ui)
Convert a valid tenant folder path as entered to be the absolute folder path based on the teannt's document root or the system default.
|
MboSetRemote |
FldDoclinksKeyvalue.getList()
If keytable and keycolumn are non-null, we can build a list.
|
MboSetRemote |
Doclinks.getList(java.lang.String attribute) |
protected Mbo |
DoctypesSet.getMboInstance(MboSet ms) |
protected Mbo |
DoclinksSet.getMboInstance(MboSet ms) |
protected Mbo |
DocinfoSet.getMboInstance(MboSet ms) |
protected Mbo |
DmsApiSettingSet.getMboInstance(MboSet ms) |
protected Mbo |
AppDoctypeSet.getMboInstance(MboSet ms) |
void |
Doctypes.init() |
void |
DoclinksSet.init() |
void |
Doclinks.init()
Set readonly flags for various attributes.
|
void |
Docinfo.init()
Set readonly flags for various attributes.
|
void |
AppDoctype.init() |
void |
FldDoclinksPrintThruLink.initValue() |
void |
FldDoclinksAttachments.initValue() |
boolean |
FldDoctypesDefaultFilePath.isAllowedFolder(java.io.File dir) |
protected boolean |
Doclinks.isDoclinkOwner() |
void |
Doclinks.modify()
Prepare to modify a mbo, defaulting the attributes shown below.
|
void |
Docinfo.modify()
Prepare to modify a mbo, defaulting the attributes shown below.
|
void |
DoclinksSetRemote.replaceNewMbos(java.util.Vector savedMbos,
MboSetRemote msr) |
void |
DoclinksSet.replaceNewMbos(java.util.Vector savedMbos,
MboSetRemote msr) |
java.util.Vector |
DoclinksSetRemote.saveNewMbos() |
java.util.Vector |
DoclinksSet.saveNewMbos() |
protected boolean |
Doclinks.skipCopyField(MboValueInfo mvi)
When executing the copy method for the Mbo, do not copy values for the following attribute(s):
KEYVALUE
|
protected boolean |
AppDoctype.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
Doclinks.undelete()
This method will also unmark associated Docinfo records.
|
void |
FldDoctypesDefaultFilePath.validate()
Determine whether the entered path exists and whether it is a directory.
|
void |
FldDoclinksKeyvalue.validate()
Perform these validations.
|
void |
FldDoclinksDoctype.validate()
If "app" is not null, call super (validate against appdoctype table).
|
void |
FldDoclinksDocinfoID.validate() |
Methods in psdi.app.dpamadpt that throw MXException
Modifier and Type |
Method and Description |
void |
DPAMConversionVariant.add() |
void |
DPAMConversionTraget.add()
set default values and field flags
|
void |
DPAMConversionVariantSet.canAdd()
Can an object be added to the collection ?
This is usually overridden in the specific mboset
|
void |
DPAMConversionVariant.canDelete() |
static void |
DPAMConversionVariant.canDeleteConversionVariant(MboRemote variantObject,
java.lang.String variantAttributeName,
java.lang.String[] objectRelationshipPairs,
java.lang.String dmapErrorMessageCode) |
void |
DPAMConversionTraget.delete(long modifier)
Delete this object.
|
protected Mbo |
DPAMConversionVariantSet.getMboInstance(MboSet ms)
Generate a new DPAMAdptVariant object
|
protected Mbo |
DPAMAdapterSet.getMboInstance(MboSet ms)
Generate a new DPAMAdapter object
|
void |
DPAMConversionVariant.init()
Sets all the Variants read only.
|
void |
DPAMConversionTraget.init()
Make validated field Read-Only if it's value is TRUE
|
void |
DPAMConversionVariant.save()
Issue # 06-14786
save() method is called ONLY when there are changes to the DPAMConversionTraget set.
|
void |
DPAMConversionTraget.save()
Saves this object.
|
void |
FldAdapterVariant.validate()
Validate if parent is the conversion target against all targets.
|
void |
FldAdapterName.validate()
Prevent default validation, otherwise the above relationship prevents user
from editing the name
|
static void |
DPAMConversionTraget.validateConversionTarget(MAXTableDomain field) |
static void |
DPAMConversionTraget.validateConversionVariant(MAXTableDomain field) |
Methods in psdi.app.dpamadpt.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
DPAMMoveVariant.add()
Prepare the obejct for the move variants action:
pre-fill the original
target name - pre-select all exisitng variants
|
void |
DPAMMoveVariantSet.execute()
Calls execute(getOwner())
|
void |
DPAMMoveVariantSet.execute(MboRemote owningConversion)
After the new target has been selected and the variants to be moved were
chosen, call this method to move them to the new target.
|
protected Mbo |
DPAMMoveVariantSet.getMboInstance(MboSet ms)
Factory method to create an DPAMMoveVariant object.
|
Methods in psdi.app.dpammanu that throw MXException
Modifier and Type |
Method and Description |
void |
DPAMManufacturer.add()
For MEA, override super behavior of setting validated to true when adding records.
|
java.lang.String |
DPAMManufacturerSet.getMaxAppsWhere() |
protected Mbo |
DPAMManufacturerSet.getMboInstance(MboSet ms)
Generate a new DPAMManufacturer object
|
void |
DPAMManufacturer.save()
If the save changes validated to true, set it back to false if not interactive.
|
void |
FldManufacturerVariant.validate()
Validate if parent is the conversion target against all targets.
|
void |
FldManufacturerName.validate()
Prevent default validation, otherwise the above relationship prevents user
from editing the name
|
Methods in psdi.app.dpamos that throw MXException
Modifier and Type |
Method and Description |
protected Mbo |
DPAMOSSet.getMboInstance(MboSet ms)
Generate a new DPAMOS object
|
void |
FldOSVariant.validate()
Validate if parent is the conversion target against all targets.
|
void |
FldOSName.validate()
Prevent default validation, otherwise the above relationship prevents user
from editing the name
|
Methods in psdi.app.dpamproc that throw MXException
Modifier and Type |
Method and Description |
protected Mbo |
DPAMProcessorSet.getMboInstance(MboSet ms)
Generate a new DPAMProcessor object
|
void |
FldProcessorVariant.validate()
Validate if parent is the conversion target against all targets.
|
void |
FldProcessorName.validate()
Prevent default validation, otherwise the above relationship prevents user
from editing the name
|
Methods in psdi.app.dpamsw that throw MXException
Modifier and Type |
Method and Description |
void |
DPAMSoftware.appValidate()
Override the parent's appValidate method.
|
void |
DPAMSoftware.canDelete()
The software conversion target deletion is a special case compared to other conversion apps.
|
protected Mbo |
DPAMSoftwareSet.getMboInstance(MboSet ms)
Generate a new DPAMSoftware object
|
void |
FldSoftwareVariant.validate()
Validate if parent is the conversion target against all targets.
|
void |
FldSoftwareName.validate()
Prevent default validation, otherwise the above relationship prevents user
from editing the name
|
Methods in psdi.app.dpamsws that throw MXException
Modifier and Type |
Method and Description |
void |
DPAMSWSuiteComp.add()
sets field defaults for a new DPAMSWSuiteComp object
|
void |
DPAMSWSuiteComp.appValidate() |
void |
DPAMSWSuite.appValidate() |
void |
DPAMSWSuite.delete(long modifier)
delete this object and references to it
|
MboRemote |
DPAMSWSuite.duplicate()
Duplicate the current Software Suite Setup
|
protected Mbo |
DPAMSWSuiteSet.getMboInstance(MboSet ms)
Generate a new DPAMSWSuite object
|
protected Mbo |
DPAMSWSuiteCompSet.getMboInstance(MboSet ms)
Generate a new DPAMSWSuiteComp object
|
protected boolean |
DPAMSWSuiteComp.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
DPAMSWSuite.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldVersion.validate()
No validation takes place, so override and do nothing.
|
void |
FldSuiteSoftwareName.validate()
No validation takes place, so override and do nothing.
|
void |
FldSuiteName.validate()
No validation takes place, so override and do nothing.
|
Methods in psdi.app.dpamswusg that throw MXException
Modifier and Type |
Method and Description |
void |
DPAMSWUsageRange.add()
sets field defaults for a new DPAMSWUsageRange object
|
void |
DPAMSWUsageRange.appValidate()
make sure there are no overlapping ranges
|
void |
DPAMSWUsage.delete(long modifier)
delete this object and references to it
|
MboRemote |
DPAMSWUsage.duplicate()
Duplicate the current Software Usage Setup
|
protected Mbo |
DPAMSWUsageSet.getMboInstance(MboSet ms)
Generate a new DPAMSWUsage object
|
protected Mbo |
DPAMSWUsageRangeSet.getMboInstance(MboSet ms)
Generate a new DPAMSWUsageRange object
|
void |
DPASWUsageCache.initInstance()
Creates and populates the conversion map
|
void |
DPASWUsageCache.reload() |
void |
DPASWUsageCache.reload(java.lang.String key) |
void |
DPAMSWUsageRange.save()
issue#83268 -
(DPAMSWUsage) save() method is called ONLY when there are changes to the DPAMSWUsage set.
|
void |
DPAMSWUsage.save()
Save software detection tool setup
|
protected boolean |
DPAMSWUsageRange.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
DPAMSWUsage.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldRangeFromUsageCount.validate()
No validation takes place, so override and do nothing.
|
void |
FldDisplayText.validate()
No validation takes place, so override and do nothing.
|
Methods in psdi.app.dpldasset that throw MXException
Modifier and Type |
Method and Description |
void |
FldPromoteDefaultSiteID.action()
If siteid changes, clears the location, sets orgid and itemsetid, and sets the status to
the default for the new site.
|
void |
FldPromoteDefaultLocation.action()
Clear the item if it is incompatible with the location if it is a storeroom.
|
void |
FldPromoteDefaultItemnum.action()
Set the classstructureid to that of the item
|
void |
DeployedAsset.add() |
void |
TheOneMbo.add()
Beats the setting of everything to read-only in init() - so that background tasks can create new objects
|
void |
PromoteAction.applyCustomAction(MboRemote promotedMbo,
java.lang.Object[] args)
Performs the action for escalation action TLOAMPROMOTE by calling
PromoteNode#promote(PromoteValuesRemote) .
|
protected void |
PromoteAction.applyDefaults(PromoteNodeRemote promtionObject,
PromoteValuesRemote defaults)
Apply Defaults
|
protected java.lang.String |
FldPromoteDefaultLocation.buildListCriteria() |
protected java.lang.String |
FldPromoteDefaultItemnum.buildListCriteria() |
void |
PromoteDefault.clearClassification()
Set classstructureid to null from Clear Classification in Classification menu.
|
void |
ComputerSystem.delete(long modifier)
delete this ComputerSystem object, the physical objects subordinate to it,
and all RECONLINK entries that reference it
|
void |
PreSaveEventComputerSystem.eventAction(EventMessage em) |
boolean |
PreSaveEventComputerSystem.eventValidate(EventMessage em) |
MboSetRemote |
ComputerSystemRemote.getChildren() |
MboSetRemote |
ComputerSystem.getChildren()
Retrieves the MBO set of Computer System objects that are children to
this Computer System object
|
MboValueData[][] |
ComputerSystemSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more children objects in the hierarchy.
|
java.lang.String |
ComputerSystemQbe.getComputerSystemWhere(java.lang.String swToolQbeSelection,
java.lang.String usageQbeSelection) |
protected java.lang.String |
FldPromoteDefaultClassstructureID.getITRootHierarchyPath()
Returns the value for ITASSET maxvar and validates that it still exists in the classification structure.
|
MboSetRemote |
FldPromoteDefaultLocation.getList()
Show only the locations in the site chosen.
|
MboSetRemote |
FldPromoteDefaultItemnum.getList()
Show only the items in the itemset determined by siteid.
|
protected Mbo |
PromoteDefaultSet.getMboInstance(MboSet ms)
create PromoteDefault instance
|
protected Mbo |
DeployedAssetSet.getMboInstance(MboSet ms)
Generate a new DeployedAsset object
|
protected Mbo |
DPAComputerSet.getMboInstance(MboSet ms)
Generate a new DPAComputer object
|
protected Mbo |
ComputerSystemSet.getMboInstance(MboSet ms)
Generate a new ComputerSystem object
|
protected Mbo |
TheOneMboSet.getMboInstance(MboSet ms)
Generate a new TheOneMbo object
|
protected Mbo |
DeployedAssetViewSet.getMboInstance(MboSet ms)
Generate a new DeployedAssetView object
|
protected java.lang.String |
ComputerSystemSet.getNotPromotedSpecialClause()
Return the special clause in case the qbe asks for promoted=NO, or null if this does not apply
|
protected java.lang.String |
DeployedAssetViewSet.getNotPromotedSpecialClause()
Return the special clause in case the qbe asks for promoted=NO, or null if this does not apply
|
java.lang.String |
FldPromoteDefaultClassstructureID.getObjectName() |
MboValueData[] |
ComputerSystemSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs)
Returns zero or one parent object for the given object in the hierarchy.
|
MboSetRemote |
ComputerSystemRemote.getParents() |
MboSetRemote |
ComputerSystem.getParents()
Retrieves the MBO set the Computer System object that is parent to this
ComputerSystem object.
|
MboValueData[][] |
ComputerSystemSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all objects in the path to the top from the current object, i.e.
|
protected PromoteValuesRemote |
PromoteAction.getPromoteValues(MboRemote mbo,
java.lang.String defaultsKey)
Gets and caches the default promoteValues.
|
java.lang.String |
ComputerSystemSet.getQbe(java.lang.String attribute) |
java.lang.String |
DeployedAssetViewSet.getQbe(java.lang.String attribute) |
protected java.lang.String |
FldPromoteDefaultClassstructureID.getRootClassstructureID(java.lang.String maxvar)
Get the value of classstructureid recorded in the maxvar ITASSET.
|
MboRemote |
ComputerSystem.getRootParent()
Get the root (top-level) parent for this Computer System.
|
MboValueData[][] |
ComputerSystemSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more siblings of the given object in the hierarchy.
|
MboSetRemote |
ComputerSystem.getTop()
Get the Computer System object that is at the top of this Computer System
object's hierarchy.
|
MboValueData[][] |
ComputerSystemSet.getTop(java.lang.String[] attrs,
int maxRows)
Returns all the top level objects in the hierarchy, i.e.
|
java.lang.String |
ComputerSystemSet.getUserAndQbeWhere() |
java.lang.String |
DeployedAssetViewSet.getUserAndQbeWhere() |
java.lang.String |
ComputerSystemSet.getUserWhere(java.lang.String alias) |
java.lang.String |
DeployedAssetViewSet.getUserWhere(java.lang.String alias) |
boolean |
ComputerSystem.hasChildren()
Tests if this Computer System object has any children.
|
boolean |
ComputerSystemRemote.hasParents() |
boolean |
ComputerSystem.hasParents()
Tests if this Computer System object has a parent.
|
void |
SwSuiteCronTask.identifySuite(MboRemote theSwSuiteDefinition)
An alternative entry point - identify just one SW suite
|
void |
PromoteDefault.init() |
void |
FldPromoteDefaultSiteID.init()
Set site-dependent fields to read-only if site has not been entered.
|
void |
TheOneMbo.init()
Make all object fields Read-Only, but still allow deleting the object as a whole
|
void |
FldVUsageDisplayText.initValue() |
void |
FldVUnusedSpace.initValue()
Initialize this non-persistent field and set it equal to the UNUSEDSPACE+SIZEUNIT
|
void |
FldVTotalSpace.initValue()
Initialize this non-persistent field and set it equal to the TOTALSPACE+SIZEUNIT
|
void |
FldVTotalSize.initValue()
Initialize this non-persistent field and set it equal to the TOTALSIZE+SIZEUNIT
|
void |
FldVRAMSize.initValue()
Initialize this non-persistent field and set it equal to the RAMSIZE+RAMUNIT
|
void |
FldVMAXWidth.initValue()
Initialize this non-persistent field and set it equal to the MAXWIDTH+SIZEUNIT
|
void |
FldVMAXSpeed.initValue()
Initialize this non-persistent field and set it equal to the MAXSPEED+SPEEDUNIT
|
void |
FldVMAXRAMSize.initValue()
Initialize this non-persistent field and set it to MAXRAM+RAMUNIT
|
void |
FldVMAXLength.initValue()
Initialize this non-persistent field and set it equal to the MAXLENGTH+SIZEUNIT
|
void |
FldVFileSize.initValue()
Initialize this non-persistent field and set it equal to the FILESIZE+SIZEUNIT
|
void |
FldVCurrentSpeed.initValue()
Initialize this non-persistent field and set it equal to the CURRSPEED+SPEEDUNIT
|
void |
FldVCurrentRAMSize.initValue()
Initialize this non-persistent field and set it equal to the CURRENTRAM+RAMUNIT
|
void |
FldVBandwidth.initValue()
Initialize this non-persistent field and set it equal to the BANDWIDTH+BANDWIDTHUNIT
|
void |
FldVAvailableSize.initValue()
Initialize this non-persistent field and set it equal to the AVAILABLESIZE+SIZEUNIT
|
void |
FldPromoteDefaultItemnum.initValue()
Set classtructureid to readonly if itemnum is not null
|
protected boolean |
FldPromoteDefaultClassstructureID.isITClassstructureid(java.lang.String classstructureid)
Returns true if classstructureid falls under root IT asset classification.
|
boolean |
ComputerSystem.isTop()
Tests if this ComputerSystem object is top level.
|
void |
PreSaveEventComputerSystem.postCommitEventAction(EventMessage em) |
void |
PreSaveEventComputerSystem.preSaveEventAction(EventMessage em) |
void |
SwSuiteCronTask.processSuite(java.util.HashMap suiteComponentName2SuitesMap,
java.util.Vector suiteVector,
boolean identifyingSuiteOnDemand) |
protected void |
ComputerSystemSet.resetSpecialQbe()
Clear the special QBE fields
|
protected void |
DeployedAssetViewSet.resetSpecialQbe()
Clear the special QBE fields
|
void |
PromoteSetAttributeFlags.setAttributeFlags() |
void |
PromoteDefault.setAttributeFlags() |
static void |
PromoteDefault.setAttributeFlags(MboRemote mbo) |
void |
ComputerSystemSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
DeployedAssetViewSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
FldValueAndUnit.setValueAndUnit(java.lang.String valueAttribute,
java.lang.String unitAttribute)
set the non-persistant field (format: value+" "+unit)
|
void |
FldSWDetectionTool.validate()
No validation takes place, so override and do nothing.
|
void |
FldPromoteDefaultLocation.validate()
If location is storeroom type, check item status for that storeroom.
|
void |
FldPromoteDefaultItemnum.validate()
Item must be rotating and must either not exist in
inventory or be active in inventory.
|
void |
FldPromoteDefaultClassstructureID.validate()
Validates that classification falls under root IT asset classification.
|
void |
FldHWDetectionTool.validate()
No validation takes place, so override and do nothing.
|
protected void |
PromoteAction.validateDefaults(MboRemote mbo,
PromoteValuesRemote defaults)
Validate the promotion defaults.
|
Methods in psdi.app.dpldasset.unittest that throw MXException
Modifier and Type |
Method and Description |
protected MboRemote |
DeployedAssetPromotionTest.findAsset(java.lang.Long nodeId,
java.lang.String nodeName,
java.lang.String siteId) |
protected MboRemote |
DeployedAssetPromotionTest.findAssetTransaction(MboRemote asset) |
protected void |
DeployedAssetPromotionTest.promoteDeployedAsset(java.lang.Long nodeId) |
protected void |
DeployedAssetPromotionTest.setAttributesInOrder(MboRemote mbo,
java.lang.String[][] attributesInOrder) |
static void |
UnitTestUtil.setObjectAttributes(java.util.Map attributes,
MboRemote mbo) |
protected void |
DeployedAssetPromotionTest.verifyAttributeValue(MboRemote mbo,
java.lang.String attributeName,
java.lang.String expectedValue) |
protected void |
DeployedAssetPromotionTest.verifyCreatedAsset(java.lang.Long nodeId,
java.lang.String nodeName,
java.lang.String siteId,
java.lang.String[][] expectedAssetAttributes) |
protected void |
DeployedAssetPromotionTest.verifyDeployedAssetNotPromoted(java.lang.Long nodeId,
java.lang.String nodeName) |
Methods in psdi.app.dpldasset.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
PromoteNode.addCreatedMemo()
Update the memo for the asset creation transaction to reflect the fact that this asset was promoted.
|
void |
PromoteNodeRemote.addCreatedMemo() |
protected java.lang.String |
PromoteNode.addPromoteLogInformation()
Add additional log information
Place holder for the extension to extend this class and write information to the log.
|
void |
PromoteNodeSet.addResult(PromoteNodeRemote node,
int status)
Record the nodename, status, and assetnum & siteid of promoted nodes for
later reporting.
|
void |
PromoteNodeSetRemote.addResult(PromoteNodeRemote node,
int status) |
protected void |
PromoteNode.applyDefaultAttribute(PromoteValuesRemote defaults,
java.lang.String attributeName)
Set the attribute of promoteNode to the current value of the attribute if it is not read only on
promoteNode, otherwise leave as is.
|
void |
PromoteValues.applyDefaults()
For the promotion values section of the promotion dialog, set the defaults on the individual node
records.
|
void |
PromoteValuesRemote.applyDefaults() |
int |
PromoteValues.applyDefaults(long accessModifier)
Applies the defaults to the rows in the table, to be used from beans and business objects
|
int |
PromoteValuesRemote.applyDefaults(long accessModifier) |
protected int |
PromoteValues.applyDefaultsInternal(boolean fromApplyDefaultsButton)
For the promotion values section of the promotion dialog, set the defaults on the individual node
records.
|
void |
PromoteNode.assetLinkedSetReadOnlyAttr()
If an authorized asset is already linked, then no promotion attributes can be set
|
void |
PromoteValues.clearClassification()
Set classstructureid to null from Clear Classification in Classification menu.
|
void |
PromoteNode.clearClassification()
Set classstructureid to null from Clear Classification in Classification menu.
|
void |
PromoteValues.clearDefaults()
Clears all values on the object - called from Clear Defaults button in dialog.
|
void |
PromoteValuesRemote.clearDefaults() |
protected void |
PromoteNode.createPromotedAsset(boolean topLevelSelection)
Creates promoted asset.
|
protected void |
PromoteNode.createReconLink(MboRemote assetMbo)
Creates a reconciliation link (reconlink) from the computer referenced by this record
to the asset passed in.
|
void |
DPASwUsageQuerySet.execute()
Calls execute(getOwner())
|
void |
DPASwUsageQuerySet.execute(MboRemote owningConversion)
Does NOTHING!
|
DeployedAssetRemote |
PromoteNode.getDeployedAsset()
Gets and caches computer linked through nodeid.
|
DeployedAssetRemote |
PromoteNodeRemote.getDeployedAsset()
Return the linked deployed asset.
|
AssetRemote |
PromoteNode.getLinkedAsset()
Gets and caches a reference to the asset linked through reconlinks.
|
AssetRemote |
PromoteNodeRemote.getLinkedAsset()
Return the linked authorized asset or null if there's no such authorized asset As a side effect, it
will set fields from the deployed asset through setLinkedAsset()
|
AssetRemote |
PromoteNode.getLinkedParentAsset(boolean promoting)
Gets and caches linked parent asset through reconlinks.
|
AssetRemote |
PromoteNodeRemote.getLinkedParentAsset(boolean promoting)
Return the authorized asset linked to the deployed asset parent of this deployed asset or null if
there's no such authorized asset or no parent As a side effect, it will set fields from the deployed
asset through setLinkedParentAsset()
|
protected Mbo |
PromoteValuesSet.getMboInstance(MboSet ms)
TODO Comment
|
protected Mbo |
PromoteNodeSet.getMboInstance(MboSet ms)
getMboInstance
|
protected Mbo |
DPASwUsageQuerySet.getMboInstance(MboSet ms)
Factory method to create an DPASwUsageQuery object.
|
protected Mbo |
ComputerSystemDrillDownSet.getMboInstance(MboSet ms)
Generate a new drilldown object.
|
protected java.lang.String |
PromoteNode.getNewDomainValue(java.lang.String domain,
java.lang.String externalValue,
MboRemote mbo)
If the value is appropriate to mbo, returns the value, otherwise
returns the default external value for the mbo taken from the maxvalue of value.
|
java.lang.String |
PromoteNodeSet.getUserMessage()
Gets the list of all warnings, nodes promoted, nodes already promoted, and nodes already linked.
|
java.lang.String |
PromoteNodeSetRemote.getUserMessage() |
protected boolean |
PromoteNode.hasDeployedChildren()
Get the itcategory external default value using the site / org of the mbo passed in.
|
void |
PromoteNode.init()
Set field flags.
|
void |
PromoteNodeSet.initLinkedAssets() |
void |
PromoteNodeSetRemote.initLinkedAssets() |
void |
PromoteNodeSet.initNodeMap() |
void |
PromoteNodeSetRemote.initNodeMap() |
void |
FldParentName.initValue()
If tloamparentid contains a value, then set non-persistent attribute
tloamparentname using the defined relationship between
computersystem.nodeid = computersystem.tloamparentid.
|
protected boolean |
PromoteNode.isPartition()
Get the itcategory external default value using the site / org of the mbo passed in.
|
protected boolean |
PromoteNode.isPromoted()
Use the tloamispromoted to determine if node was previously promoted.
|
int |
PromoteNode.promote(PromoteValuesRemote defaults,
boolean topLevelSelection,
boolean promotedByParent)
Promote nodes and optionally their children using the default values passed.
|
int |
PromoteNodeRemote.promote(PromoteValuesRemote defaults,
boolean topLevelSelection,
boolean promotedByParent)
Promote this deployed asset.
|
protected PromoteNodeSetRemote |
PromoteNode.promoteChildren(PromoteValuesRemote defaults)
Promotes all the children of this node
|
void |
PromoteNodeSet.promoteToAssets(PromoteValuesRemote promoteValues)
Promote all the assets in the set (if not already promoted or linked).
|
void |
PromoteNodeSetRemote.promoteToAssets(PromoteValuesRemote promoteValues) |
void |
PromoteNodeSet.resetForRefreshOnSave() |
protected void |
PromoteValues.setAdditionFields(PromoteNodeRemote promoteNode,
boolean fromApplyDefaultsButton) |
void |
PromoteValues.setAttributeFlags() |
void |
PromoteNode.setAttributeFlags() |
protected void |
PromoteValues.setCustomFields(MboSetRemote defaultSet,
long validation)
Place holder set customized fields.
|
protected boolean |
PromoteNode.setDefaults(PromoteNodeRemote child,
PromoteValuesRemote defaults)
set Defaults
|
int |
PromoteNode.setDefaults(PromoteValuesRemote defaults,
boolean fromApplyDefaultsButton)
For the promotion values section of the promotion dialog, set the defaults as allowed and needed.
|
int |
PromoteNodeRemote.setDefaults(PromoteValuesRemote defaults,
boolean fromApplyDefaultsButton)
Set the defaults from the passed object.
|
void |
PromoteValues.setDefaultValues(java.lang.String defaultName,
long validation)
Looks up saved default values entry and sets each field value from it.
|
void |
PromoteValuesRemote.setDefaultValues(java.lang.String defaultName,
long validation) |
void |
PromoteNode.setDeployedAsset(DeployedAssetRemote deployedAsset)
Set computer reference and related field values and flags.
|
void |
PromoteNodeRemote.setDeployedAsset(DeployedAssetRemote compsys) |
void |
PromoteNode.setLinkedAsset(AssetRemote assetMbo)
Set asset reference and related field values and flags.
|
void |
PromoteNodeRemote.setLinkedAsset(AssetRemote assetMbo) |
void |
PromoteNode.setLinkedParentAsset(AssetRemote assetMbo)
Sets linked parent asset and associated field values and flags.
|
void |
PromoteNodeRemote.setLinkedParentAsset(AssetRemote assetMbo) |
void |
PromoteNode.setPromotedTrue()
Set the tloamispromoted flag to true on the related computer record.
|
MboRemote |
PromoteValuesSet.setup()
Set up the non-persistent set for the Promote to Asset dialog by getting the TLOAMPRMDFLT record known
by defaultname ('DO_NOT_CHANGE_THIS_NAME_' + the applicatoin id).
|
protected void |
PromoteNode.verifySizeCopy(java.lang.String deployedAssetAttribute,
java.lang.String assetAttribute)
Copy an attribute value from the deployed asset to the asset object, throwing an exception if the
source data ius too large to fit
|
Methods in psdi.app.escalation.engine that throw MXException
Modifier and Type |
Method and Description |
static long |
EscalationCalendar.calculateNewElapsedTime(java.util.Date now,
ReferencePointData refPointData)
Calculate a new Elapsed time for spanning days
|
static long |
EscalationCalendar.calculateTimeLeftBeforeTarget(MboRemote workPeriod,
java.util.Date targetDate)
Calculate the how much time we have until we hit the target today
|
static long |
EscalationCalendar.calculateTimeLeftForTodaysShift(MboRemote workPeriod,
java.util.Date now)
For the given Work Period is the current time valid
|
static java.util.Calendar |
CalendarCounter.getRealEndCalendar(MboRemote workPeriod)
Gets the accurate workperiod end date represented as a Calendar
|
static int |
EscalationCalendar.getShiftType(MboRemote workPeriod)
Returns the shift type i.e.
|
static java.lang.String |
EscalationCalendar.getSLARefPointCondition(java.util.Date now,
ReferencePointData refPointData)
Calculates and returns the refpoint conditon (1=1 or 1=2)
|
static java.lang.String |
EscalationCalendar.getSLARefPointConditionPastTargetDate(java.util.Date now,
ReferencePointData refPointData)
|
static boolean |
CalendarCounter.isCalendarBasedRefPointReadyToFire(java.util.Date now,
ReferencePointData refPointData) |
static boolean |
EscalationCalendar.isEscalationWithinCalendarBoundary(java.util.Date now,
EscalationData escalationData,
MboRemote escalationMbo)
Checks if there is a Calendar/Shift associcated with this Escalation.
|
static boolean |
EscalationCalendar.isInBoundary(MboRemote workPeriod,
java.util.Date now)
For the given Work Period is the current time valid
|
static boolean |
CalendarCounter.isInBoundary(MboRemote workPeriod,
java.util.Date now) |
static boolean |
EscalationCalendar.isRefPointEscalationWithinCalendarBoundary(java.util.Date now,
ReferencePointData refPointData)
Checks if there is a Calendar/Shift associcated with this Escalation.
|
static boolean |
CalendarCounter.isRefPointEscalationWithinCalendarBoundary(java.util.Date now,
ReferencePointData refPointData) |
static boolean |
CalendarCounter.isTodayCalendarHoliday(java.util.Date now,
EscalationData escalationData,
MboRemote escalationMbo) |
static boolean |
CalendarCounter.isTodayCalendarHoliday(java.util.Date now,
ReferencePointData refPointData) |
Methods in psdi.app.eventresponse that throw MXException
Modifier and Type |
Method and Description |
void |
EventResponse.add()
The unique ID for this table, ERID, is auto-generated.
|
void |
ImmediateListFactory.clearTenant() |
void |
RespondingEventListener.eventAction(EventMessage em)
Searches for responders to the EventAction of the event.
|
void |
EventResponseMboMonitor.eventAction(EventMessage em) |
boolean |
RespondingEventListener.eventValidate(EventMessage em)
Method to respond to the eventValidate action.
|
boolean |
EventResponseMboMonitor.eventValidate(EventMessage em) |
java.lang.String |
EventResponse.getDescription()
List out the details of this ER - used for logging messages
|
java.lang.String |
EventResponseRemote.getDescription() |
static EventResponseMboMonitor |
EventResponseMboMonitor.getEventResponseMboMonitor() |
static ImmediateListFactory |
ImmediateListFactory.getInstance()
Return an instance of ImmediateListFactory.
|
static EventListenerRegCacheFactory |
EventListenerRegCacheFactory.getInstance()
Return an instance of MaximoMLDDFactory.
|
static RespondingEventListener |
RespondingEventListener.getListener()
Returns the listener object.
|
java.util.Set |
ImmediateListFactory.getLoadedTenants() |
protected Mbo |
EventResponseSet.getMboInstance(MboSet ms)
Create new member of this MboSet.
|
void |
RespondingEventListener.postCommitEventAction(EventMessage em)
Searches for responders to the post-commit of the event.
|
void |
EventResponseMboMonitor.postCommitEventAction(EventMessage em)
Update the EventListenerRegistration when an ER Mbo is added or deleted.
|
void |
RespondingEventListener.preSaveEventAction(EventMessage em)
Searches for responders to the PreSave part of the event.
|
void |
EventResponseMboMonitor.preSaveEventAction(EventMessage em) |
void |
EventResponseServiceRemote.registerResponder(MboRemote sourceMbo,
MboRemote refMbo,
MboRemote targetMbo,
java.lang.String eventName,
java.lang.String validateID,
java.lang.String presaveID,
java.lang.String actionID,
java.lang.String postID) |
void |
EventResponseService.registerResponder(MboRemote sourceMbo,
MboRemote refMbo,
MboRemote targetMbo,
java.lang.String eventName,
java.lang.String validateID,
java.lang.String presaveID,
java.lang.String actionID,
java.lang.String postID)
Creates a EventResponse Mbo with the given information and implements
it immediately.
|
void |
EventResponseSet.reset()
Clear any immediate changes when the set is reset.
|
void |
EventResponseSet.rollback()
Clear any immediate changes when the set is reset.
|
void |
EventResponse.setup(MboRemote sourceMbo,
MboRemote refMbo,
MboRemote targetMbo,
java.lang.String eventName,
java.lang.String validateID,
java.lang.String presaveID,
java.lang.String actionID,
java.lang.String postID) |
void |
ImmediateList.unregister(java.lang.String sourceTable,
long sourceID,
java.lang.String eventName,
java.lang.String refTable,
long refID)
The given ER record no longer belongs in the immediate list.
|
Methods in psdi.app.faconfig that throw MXException
Modifier and Type |
Method and Description |
void |
FAConfig.add()
Adds a new FAConfig object - set field defaults.
|
void |
FAConfig.delete(long accessModifier) |
MboSetRemote |
FAConfigServiceRemote.getAllowedApps(java.lang.String[] supportedAppTypes,
MboSetRemote selectedapps,
MboSetRemote msb,
UserInfo ui)
Returns MboSet of MAXAPPS set which contains apps are allowed and accessible for the current user based on his profile
|
MboSetRemote |
FAConfigService.getAllowedApps(java.lang.String[] supportedAppTypes,
MboSetRemote selectedapps,
MboSetRemote maxapps,
UserInfo ui)
Returns MboSet of MAXAPPS set which contains apps are allowed and accessible for the current user based on his profile
|
java.util.TreeMap |
FAConfigSetRemote.getFavoriteApps()
Updates the favoriteapplications.
|
java.util.TreeMap |
FAConfigSet.getFavoriteApps()
Returns a TreeMap of all applications currently marked as favorite.
The treemap contains name of the app, id , description and image.
|
protected Mbo |
FAConfigSet.getMboInstance(MboSet ms)
Generates a new FAConfig object.
|
void |
FAConfig.init()
Overridden for Initialization routine for this object.
|
void |
FAConfig.undelete() |
void |
FAConfigSetRemote.updateFavApps(MboSetRemote dataSet)
Returns a TreeMap of all applications currently marked as favorite.
The treemap contains name of the app, id , description and image.
|
void |
FAConfigSet.updateFavApps(MboSetRemote dataSet)
Updates the favoriteapplications.
|
Methods in psdi.app.failure that throw MXException
Modifier and Type |
Method and Description |
void |
FldFailureListParentCode.action() |
void |
FldFailureListFailureCode.action() |
void |
FailureList.add()
Sets defaults for a new failurelist object.
|
void |
FailureList.canDelete()
This method determines if a FailureList record may be deleted.
|
void |
FailureCode.canDelete()
Checks if this failurecode can be deleted.
|
boolean |
FailureList.checkFailureCode(java.lang.String fCode)
Checks if this code is already exist in failurecode table.
|
boolean |
FailureList.checkFailureReport(java.lang.String failureReportCode)
Checks if failurecode used in failurereport.
|
void |
FailureListRemote.copyFailureCodes(MboSetRemote failureListSet) |
void |
FailureList.copyFailureCodes(MboSetRemote failureListSet)
Copies the passed failurecodes as children of current list.
|
void |
FailureListRemote.creatNewFailureHierarchy(java.lang.String newFailureCode) |
void |
FailureList.creatNewFailureHierarchy(java.lang.String newFailureCode)
Creates a new failure hierarchy.
|
void |
FailureListRemote.creatNewNode(java.lang.String newFailureCode) |
void |
FailureList.creatNewNode(java.lang.String newFailureCode)
Creates a new node for current list.
|
void |
FailureList.delete(long accessModifier)
Deletes this Failure List Node and all its children.
|
protected void |
FailureList.deleteFailureListNode(long accessModifier)
Deletes this node, maybe its FailureCode record, and recursively deletes the child nodes.
|
MboRemote |
FailureList.duplicate()
Creates a duplicate failurelist hierarchy.
|
void |
FailureCode.generateAutoKey()
Allows the generation of autokeys.
|
MboSetRemote |
FailureList.getChildren()
Retrieves the child failures associated with this failure.
|
java.lang.String[] |
FailureList.getHierarchies()
Gets failure's hierarchy.
|
protected Mbo |
FailureListSet.getMboInstance(MboSet ms)
Generates a new failure list object.
|
protected Mbo |
FailureCodeSet.getMboInstance(MboSet ms)
Generates a new failure object.
|
MboSetRemote |
FailureList.getMboSet(java.lang.String name)
Overridden to support faux MboSets
|
boolean |
FailureListSetRemote.getNewCodeWarn() |
boolean |
FailureListSet.getNewCodeWarn()
Gives the state of showing a warning or not
when the failure code added is a new code.
|
MboSetRemote |
FailureList.getParents()
Retrieves the parent failure associated with this failure.
|
boolean |
FailureListSetRemote.getShowOnlyTopLevel() |
boolean |
FailureListSet.getShowOnlyTopLevel()
Gives the state of the Only Top Levels filter option
|
MboSetRemote |
FailureList.getTop()
Gets this failurelist's top level failurelist.
|
boolean |
FailureList.hasChildren()
Checks if this failure has children.
|
boolean |
FailureList.hasParents()
Checks whether this failure has any parents.
|
void |
FailureList.init()
Initailzation rountine.
|
void |
FailureService.initCriteriaList(java.util.Hashtable criteriaTable)
Criteria defined for the FailureList object:
if parent=null it is top level failrecode/failurelist/failureclass
|
void |
FldFailureListFailureClass.initValue()
Set FailureClass to the top failurecode of it's component.
|
void |
FldFailureListFLCDescription.initValue()
Set FLCDescription to the top failurecode's description of it's component.
|
boolean |
FailureList.isInDuplicate()
IJ12249:indicates if this failurelist record is in the duplicate process
|
boolean |
FailureList.isTop()
Checks if this failure is the top level.
|
void |
FailureListSetRemote.setNewCodeWarn(boolean setValue) |
void |
FailureListSet.setNewCodeWarn(boolean setValue)
This method is called to set the flag to show a warning or not
when the failure code added is a new code.
|
void |
FailureListSetRemote.setShowOnlyTopLevel(boolean setValue) |
void |
FailureListSet.setShowOnlyTopLevel(boolean setValue)
This method is called to set the filter option to show only top-level
FailureList objects.
|
protected boolean |
FailureList.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
MboSetRemote |
FldFailureListFailureCode.smartFill(java.lang.String value,
boolean exact)
IV94896
Get the list based on the qbe value of the attribute, and add the substring entered on the field
to the list.
|
void |
FailureList.undelete()
Undeletes this FailureList node, its FailureCode, and recursively the child nodes
|
void |
FldFailureListFailureCode.validate()
Validate duplication of the failure code.
|
Methods in psdi.app.failure.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
ShowAllProblemsSet.fetchMbos(int toPosition) |
void |
ShowAllProblemsSet.fetchMbosOriginal(int toPosition)
Mbo supplier method.
|
void |
ShowAllProblemsSet.reset()
Reset method overridden to reset internal variables.
|
void |
ShowAllProblemsSet.setOrderBy(java.lang.String orderByClause)
Sets the order by for this set.
|
void |
ShowAllProblemsSet.setOwner(MboRemote mbo)
Given the owner of this MboSet, now can set self as a listener
to the owner's children set.
|
Methods in psdi.app.feature that throw MXException
Modifier and Type |
Method and Description |
void |
FldFeatureType.action()
If featuretype is point , continuous should be set to false and readonly to true.
|
void |
FeatureStatus.add() |
void |
FeatureSpec.add()
set default values for a new itemspec object.
|
void |
Feature.add()
Adds a new Feature object.
|
void |
Feature.canDelete()
Feature can not be deleted if it is referenced by a linear asset.
|
void |
Feature.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
FeatureStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
FeatureStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Is a certain status change allowable?
This test determines whether a status change is possible by only checking
security.
|
void |
Feature.delete(long modifier) |
MboRemote |
Feature.duplicate()
Duplicates a feature.
|
MboSetRemote |
FldFeatureStatus.getList() |
protected Mbo |
FeatureStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
FeatureSpecSet.getMboInstance(MboSet ms)
Generate a new FeatureSpec object
|
protected Mbo |
FeatureSet.getMboInstance(MboSet ms)
Generates a new Features object.
|
protected MboSetRemote |
Feature.getStatusHistory()
Return the featurestatus object.
|
void |
FeatureStatus.init()
init routine
Fields are readonly after insert
|
void |
Feature.init()
Initialization routine for feature object
|
boolean |
FeatureSpecSet.isLinear()
08-13571: FeatureSpec by nature is Linear Asset Related.
|
protected boolean |
FeatureSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Feature.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
java.lang.String |
FeatureSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classstructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
Methods in psdi.app.financial that throw MXException
Modifier and Type |
Method and Description |
void |
FldTaxTypeCode.action()
If the entered tax type has an inclusive or exclusive GL accounts,
copy them over to this tax mbo.
|
void |
FldFinPerPeriodStart.action()
If the end date is changed we must set the start date of the financial period
with start date equal to the previous value of the end date.
|
void |
FldFinPerPeriodEnd.action()
If the end date is changed we must set the start date of the financial period
with start date equal to the previous value of this end date.
|
void |
FldFinPerCloseDate.action()
Set closedby to user name.
|
void |
FldFinControlParentTaskID.action()
The fincntrlid of the entered parent task should be used to set the parentfincntrlid of the
current mbo(task).
|
void |
FldFinControlParentProjectID.action()
The fincntrlid of the entered project should be used to set the parentfincntrlid of the
current mbo(project).
|
void |
FldChartOfAcctGLAcct.action()
Called if the data is valid.
|
void |
FldChartOfAcctExpireDate.action()
Activate/deactivate GL Account.
|
void |
FldChartOfAcctActiveDate.action()
Activate/deactivate GL Account.
|
void |
FldChartOfAcctActive.action() |
void |
FldAccountDefaultsGroupValue.action()
Set the gldefault to null and read/only if this field is cleared.
|
void |
GLConfigureSet.activateChanges()
Activate components and GL Accounts or components only.
|
void |
GLConfigureSetRemote.activateChanges() |
void |
GLComponentsRemote.activateCOA() |
void |
GLComponents.activateCOA()
Activate the GL Account in CHARTOFACCOUNTS where this component is used.
|
void |
GLComponentsRemote.activateComponent() |
void |
GLComponents.activateComponent()
Activate the GL Component.
|
void |
AccountRemote.activateGLAccount() |
void |
Account.activateGLAccount()
Activate the General Ledger account.
|
AccountSetRemote |
GLComponentsRemote.activateGLComponent() |
AccountSetRemote |
GLComponents.activateGLComponent()
Activate the GL Component, also activate the GL Account in CHARTOFACCOUNTS where this component
is used.
|
AccountSetRemote |
GLComponentsSet.activateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector compDescAsName,
java.util.Vector compOrder,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID)
This method activates all the GL Components passed in the vector and hence all the
chart of accounts which contain the segments.
|
AccountSetRemote |
GLComponentsSetRemote.activateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector CompDescAsNameArray,
java.util.Vector componentNo,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID) |
void |
TaxType.add()
Add new TaxType
|
void |
Tax.add()
Add a tax record and set defaults and editibility flags.
|
void |
GLConfigure.add()
Add a mbo, defaulting the attributes shown below.
|
void |
GLComponents.add()
Add a GL component record.
|
void |
FinancialPeriods.add()
Add a Financial Period and set field defaults.
|
void |
FinControl.add()
This is called when a new financial control identifier is added to the FinControl MboSet
collection.
|
void |
CompanyAccDef.add()
Add a new company related account default.
|
void |
AccountDefaults.add()
Add a new account default.
|
void |
Account.add()
Add a new General Ledger account.
|
void |
FinancialService.addCOA(java.lang.String orgid,
java.lang.String compvalue,
java.lang.String comptext,
UserInfo userInfo,
MXTransaction trans) |
MboRemote |
AccountSet.addGLAccount(java.lang.String glAccount,
java.lang.String glDesc,
java.lang.String glType,
java.lang.String active,
java.lang.String[] compDesc,
boolean[] CompDescAsNameArray,
java.lang.String[] coaExtra,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID,
java.lang.String ExtRefID,
java.lang.String orgID)
Add a new GL Account.
|
MboRemote |
AccountSetRemote.addGLAccount(java.lang.String glAccount,
java.lang.String glDesc,
java.lang.String glType,
java.lang.String active,
java.lang.String[] compDesc,
boolean[] CompDescAsNameArray,
java.lang.String[] coaExtra,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID,
java.lang.String ExtRefID,
java.lang.String orgID) |
void |
AccountRemote.addUpdateComponents(java.lang.String[] compName,
java.lang.String[] compDesc,
boolean[] CompDescAsNameArray) |
void |
Account.addUpdateComponents(java.lang.String[] compName,
java.lang.String[] compDesc,
boolean[] CompDescAsNameArray)
Add or update the components.
|
void |
FinancialService.advancedAccountSetup(java.util.Map components,
java.lang.String compvalue,
UserInfo userInfo) |
void |
GLConfigure.appValidate()
If owner is MaxGroup, then adjust GLAuth as needed.
|
void |
FinControl.appValidate()
This method is called by the framework before save.
|
void |
CompanyAccDef.appValidate()
This method is always called by the framework before save to do application specific
validation.
|
void |
AccountDefaults.appValidate()
This method is always called by the framework before save to do application specific
validation.
|
void |
Account.appValidate()
Set the individual components of a newly added GL Account to their respective columns.
|
void |
FinancialService.basicAccountSetup(java.lang.String orgid,
java.lang.String compname,
java.lang.String compvalue,
java.lang.String comptext,
UserInfo userInfo) |
void |
GLConfigureSet.canAdd()
Cannot have more than 20 rows.
|
void |
FinControlSet.canAdd()
Can an object be added to the FinControl(FINCNTRL)?
Since the PROJECT type FinControl and the TASK type FinControl are both added to the same
FINCNTRL table we have to make a distinction between when the two are added at the same time.
|
void |
GLConfigure.canDelete()
Cannot delete the mandatory component if not main configure
|
void |
GLComponents.canDelete()
Cannot delete a component if it is active.
|
void |
FinControl.canDelete()
This method will be called before the actual deletion of the mbos.
|
void |
AccountDefaults.canDelete()
This method is called before deleting any default accounts.
|
boolean |
Account.canInActivate()
Finds out if this account is being used actvely in some application in which case
it will not be inactivated.
|
void |
FinControl.checkChildren(MboRemote fcMbo)
Since cost management has a hierarchy which can be several levels deep, we have to check
if any of the children's fincntrlid is the same as the parentfincntrlid which is being set.
|
void |
FinancialService.componenetsSetup(java.util.Map components,
java.lang.String orgid,
java.lang.String compvalue,
MXTransaction trans,
UserInfo userInfo) |
void |
GLConfigureSet.createOrgGLConfigure(MboRemote orgMbo)
This method creates organization GLConfigure based on the "main" (orgid = null) GLConfigure
|
void |
GLConfigureSetRemote.createOrgGLConfigure(MboRemote orgMbo) |
void |
FinancialPeriods.delete(long accessModifier)
Delete the current mbo.
|
void |
FinControl.delete(long accessModifier)
Deleting a Project will result in all the Tasks for that Project being deleted.
|
void |
GLConfigureSet.deleteGLconfiguration()
This method called, when 'Delete GL Configure' button is clicked..from DeleteGLConfigureBean.java.
|
void |
GLConfigureSetRemote.deleteGLconfiguration() |
void |
FinancialService.disableGLValidation(java.lang.String orgid,
UserInfo userInfo) |
void |
GLComponentsSet.findValidComponents(int componentNumber,
java.lang.String[] knownSegments,
boolean withAccessCheck,
boolean fromCOA,
java.lang.String orgID)
Set the MboSet to return a list of components.
|
void |
GLComponentsSetRemote.findValidComponents(int componentNumber,
java.lang.String[] knownSegments,
boolean withAccessCheck,
boolean fromCOA,
java.lang.String orgID) |
void |
GLConfigureSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache MAXIMODD-GLCONFIGURE .
|
void |
FinControl.generateAutoKey()
Financial Control supports autokeying - sets the FINCNTRLID attribute.
|
java.lang.String |
FinancialServiceRemote.getAccountDefaults(UserInfo user,
java.lang.String defaultGroup,
java.lang.String orgID) |
java.lang.String |
FinancialService.getAccountDefaults(UserInfo user,
java.lang.String defaultGroup,
java.lang.String orgID)
Gets the GL Account default from ACCOUNTDEFAULTS that are tied to specific columns in
the database.
|
java.lang.String |
FinancialServiceRemote.getAccountDefaults(UserInfo user,
java.lang.String defaultGroup,
java.lang.String groupValue,
java.lang.String orgID) |
java.lang.String |
FinancialService.getAccountDefaults(UserInfo user,
java.lang.String defaultGroup,
java.lang.String groupValue,
java.lang.String orgID)
Gets the GL Account default from ACCOUNTDEFAULTS that are tied to specific columns in
the database.
|
MboSetRemote |
GLConfigureSet.getAcctToActivateSet()
Returns ActivateGLAccountsSet.
|
MboSetRemote |
GLConfigureSetRemote.getAcctToActivateSet() |
java.lang.String |
FinancialServiceRemote.getActiveFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID) |
java.lang.String |
FinancialService.getActiveFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID)
Gets an active Financial Period, if transaction date is not between periodstart and
periodend, use where transaction date < periodend and (current date < periodclosedate
or periodclosedate is null).
|
java.lang.String |
FinancialServiceRemote.getActiveFinancialPeriod(UserInfo userInfo,
java.util.Date date,
java.lang.String string,
java.lang.Boolean useNextFinancialPeriod)
IJ04584
|
java.lang.String |
FinancialService.getActiveFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID,
java.lang.Boolean useNextPeriodIfInactive)
Gets an active Financial Period, if transaction date is not between periodstart and
periodend, use where transaction date < periodend and (current date < periodclosedate
or periodclosedate is null).
|
java.util.Vector |
FinancialServiceRemote.getActiveFinancialPeriodInfo(UserInfo user,
java.util.Date transDate,
java.lang.String orgID) |
java.util.Vector |
FinancialService.getActiveFinancialPeriodInfo(UserInfo user,
java.util.Date transDate,
java.lang.String orgID)
This method returns a vector of the derived financial period and it's related
mbo remote.
|
int |
FinancialServiceRemote.getAddTaxIndcr(UserInfo user,
java.lang.String typeCode,
java.lang.String orgID,
MboRemote mbo) |
int |
FinancialService.getAddTaxIndcr(UserInfo user,
java.lang.String typeCode,
java.lang.String orgID,
MboRemote mbo)
Get the add tax indicator using typecode.
|
MboRemote |
GLConfigureRemote.getDefaultGLConfigure() |
MboRemote |
GLConfigure.getDefaultGLConfigure()
To get the default glConfigureSet..i.e GLCONFIGURE.ORGID=null.
|
MboSetRemote |
GLConfigureSet.getGLConfigureForOrg(java.lang.String orgId) |
MboSetRemote |
GLConfigureSetRemote.getGLConfigureForOrg(java.lang.String orgId) |
GLFormat |
GLComponentsSet.getGLFormat(java.lang.String orgID)
Return the GLFormat object that can be used to format GL fields.
|
GLFormat |
GLComponentsSetRemote.getGLFormat(java.lang.String orgID) |
int |
GLConfigureSet.getGLMaxtypeLength()
Presuming that this set includes all the rows in GLConfigure, this method will
determine the length needed on the database for any GL fields.
|
int |
GLConfigureSetRemote.getGLMaxtypeLength() |
boolean[] |
FinancialServiceRemote.getIncludeTax(UserInfo user,
java.lang.String typeCode,
java.lang.String orgID,
MboRemote mbo) |
boolean[] |
FinancialService.getIncludeTax(UserInfo user,
java.lang.String typeCode,
java.lang.String orgID,
MboRemote mbo)
Get the INCLUDETAX1 thru INCLUDETAX5 using typecode.
|
MboSetRemote |
FldGLCompSegmentName.getList()
This method is overridden to make sure the segment list is according to GLORDER
|
MboSetRemote |
FldFinControlParentProjectID.getList()
This method will be used by the lookup for the non-persistent field parentprojectid.
|
MboSetRemote |
FldAccountDefaultsGroupValue.getList()
Returns values for the different accountdefaults type.
|
MboSetRemote |
FldTaxCode.getList()
Return list of tax codes from the Tax table with the specified type code.
|
protected Mbo |
TaxTypeSet.getMboInstance(MboSet ms)
Generate a new TaxType object
|
protected Mbo |
TaxSet.getMboInstance(MboSet ms)
Generate a new Tax object
|
protected Mbo |
TaxOrderSet.getMboInstance(MboSet ms)
Generate a new TaxOrder object
|
protected Mbo |
GLConfigureSet.getMboInstance(MboSet ms)
Generate a new GLConfigure object.
|
protected Mbo |
GLComponentsSet.getMboInstance(MboSet ms)
Generate a new GLComponents object.
|
protected Mbo |
FinancialPeriodsSet.getMboInstance(MboSet ms)
Generate a new FinancialPeriods object.
|
protected Mbo |
FinControlSet.getMboInstance(MboSet ms)
Generate a new FinControl object.
|
protected Mbo |
CompanyAccDefSet.getMboInstance(MboSet ms)
Generate a new CompanyAccDef object.
|
protected Mbo |
AccountSet.getMboInstance(MboSet ms)
Generate a new Account(ChartOfAccounts) object.
|
protected Mbo |
AccountDefaultsSet.getMboInstance(MboSet ms)
Generate a new AccountDefaults object.
|
java.lang.String |
GLComponentsSet.getMultiSiteWhere()
Override the framework method to not add the multisite where clause.
|
java.lang.String |
GLComponentsSet.getNextValidCompList(java.lang.String whereClause,
java.lang.String nextCompAttr)
IJ28867: pre-look at the next component and return list of valid segments
|
java.lang.String |
FinancialServiceRemote.getSpecificFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID) |
java.lang.String |
FinancialService.getSpecificFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID)
Gets a specific Financial Period if transaction date is between periodstart and periodend
and (current date <= periodclosedate or periodclosedate is null).
|
double |
FinancialServiceRemote.getTaxRate(UserInfo user,
java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID) |
double |
FinancialService.getTaxRate(UserInfo user,
java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID)
Gets the tax rate using a combination of taxcode and typecode.
|
MboSetRemote |
FinancialServiceRemote.getTaxSet(UserInfo user,
java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID,
MboRemote mbo) |
MboSetRemote |
FinancialService.getTaxSet(UserInfo user,
java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID,
MboRemote mbo)
Get Tax MboSetRemote using typecode and taxcode.
|
MboSetRemote |
FinancialServiceRemote.getTaxTypeSet(UserInfo user,
java.lang.String typeCode,
java.lang.String orgID,
MboRemote mbo) |
MboSetRemote |
FinancialService.getTaxTypeSet(UserInfo user,
java.lang.String typeCode,
java.lang.String orgID,
MboRemote mbo)
Get TaxType MboSetRemote using typecode.
|
boolean |
FinancialServiceRemote.glRequiredForTrans(UserInfo user,
java.lang.String orgID) |
boolean |
FinancialService.glRequiredForTrans(UserInfo user,
java.lang.String orgID)
Validate if the GL Account is required for transactions.
|
void |
AccountRemote.inActivateGLAccount() |
void |
Account.inActivateGLAccount()
Inactivate the General Ledger account.
|
AccountSetRemote |
GLComponentsRemote.inActivateGLComponent() |
AccountSetRemote |
GLComponents.inActivateGLComponent()
Inactivate the GL Component, also inactivate the GL Account in CHARTOFACCOUNTS where this component
is used.
|
AccountSetRemote |
GLComponentsSet.inActivateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector compDescAsName,
java.util.Vector compOrder,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID)
This method inactivates all the GL Components passed in the vector and hence all the
chart of accounts which contain the segments.
|
AccountSetRemote |
GLComponentsSetRemote.inActivateGLComponents(java.lang.String gla,
java.util.Vector compName,
java.util.Vector compDesc,
java.util.Vector CompDescAsNameArray,
java.util.Vector componentNo,
java.lang.String ownerSysID,
java.lang.String sourceSysID,
java.lang.String senderSysID) |
void |
TaxOrder.init() |
void |
Tax.init()
Initialize rountine.
|
void |
GLConfigure.init()
If owner is MaxGroup, set values for non-persistent attributes GroupName and Authorized.
|
void |
GLComponents.init()
Initialize rountine.
|
void |
FinancialPeriods.init()
Initialize rountine.
|
void |
FinControl.init()
Initialize rountine.
|
void |
CompanyAccDef.init()
Inititialize fields to read/only or not.
|
void |
AccountDefaults.init()
Initialize fields to read/only or not.
|
void |
Account.init()
Initailze rountine.
|
void |
FldFinControlParentTaskID.initValue()
Initialize this non-persistant field and set it equal to the taskid of the fincntrlid
stored in this mbo's parentfincntrlid attribute.
|
void |
FldFinControlParentProjectID.initValue()
Initialize this non-persistant field and set it equal to the projectid of the fincntrlid
stored in this mbo's parentfincntrlid attribute.
|
boolean |
AccountRemote.isActive() |
boolean |
Account.isActive()
Check if the account is active based on its active / expiration dates
|
boolean |
FinancialServiceRemote.isFullySpecified(UserInfo user,
java.lang.String account,
java.lang.String orgID) |
boolean |
FinancialService.isFullySpecified(UserInfo user,
java.lang.String account,
java.lang.String orgID)
This method is to check if the GL account has all the components filled in or specified.
|
void |
TaxType.modify()
Internal method that marks the record as modified.
|
void |
FinControl.modify()
This is called whenever a change is made to the attributes of FinControl.
|
boolean |
GLConfigureSet.processActiveChanges(MboRemote orgMbo)
Gets all the GL Components for each GL Account field in the GLConfigure set
and determines whether the GL Component's "active" attribute has been changed.
|
boolean |
GLConfigureSetRemote.processActiveChanges(MboRemote orgMbo) |
void |
GLConfigureSet.resetGLOrder()
This method called, when 'OK' button is clicked..from DeleteGLConfigureBean.java.
|
void |
GLConfigureSetRemote.resetGLOrder() |
void |
FinancialService.resetGLOrder(java.lang.String orgid,
UserInfo userInfo) |
void |
TaxOrder.save()
Tax Order cannot be repeated.
|
protected void |
GLConfigure.save() |
void |
GLComponentsSet.save() |
void |
GLComponents.save()
If this gl component has beed modified to be in-active, set all the gl accounts
in chart of accounts using it to in-active as well.
|
void |
GLConfigureSet.saveTransaction(MXTransaction txn)
|
void |
FldChartOfAcctDate.setActiveFlag(java.util.Date activeDate,
java.util.Date expireDate)
Activate/deactivate GL Account.
|
void |
FinancialServiceRemote.setGLDefaultDescription(MboRemote chartOfAccount) |
void |
FinancialService.setGLDefaultDescription(MboRemote chartOfAccount)
Create a description for a GL Account based on its component descriptions.
|
void |
FinancialPeriodsRemote.setNextPeriodStart() |
void |
FinancialPeriods.setNextPeriodStart()
Set the next sequential financial period's start date equal to the current start date.
|
void |
FinControlSetRemote.setProjectType() |
void |
FinControlSet.setProjectType()
Called by the UI to set the class variable "projectType".
|
void |
FinancialService.setupFinancialPeriods(java.lang.String orgid,
java.lang.String period,
java.lang.String startmonth,
int numyears,
boolean disableperiods,
UserInfo userInfo) |
void |
FinancialService.setupFinancialPeriodsFull(java.lang.String orgid,
java.lang.String period,
java.lang.String startmonth,
int numyears,
boolean disableperiods,
UserInfo userInfo,
boolean updateApptracker) |
void |
FinancialService.skipSetup(UserInfo userInfo) |
void |
FinancialPeriods.undelete()
Undelete the current mbo.
|
void |
FinancialServiceRemote.update(UserInfo user,
java.lang.String updateDBCriteria,
java.lang.String orgID) |
void |
FinancialService.update(UserInfo user,
java.lang.String updateDBCriteria,
java.lang.String orgID)
This method is called when using the action Update Database in Chart of Accounts application.
|
void |
FinancialService.updateApptracker(com.ibm.json.java.JSONArray ja,
boolean complete,
UserInfo userInfo,
MXTransaction trans) |
void |
GLConfigureSet.validate()
Validate this set.
|
void |
FldTaxTypeCode.validate()
Super() validates that the typecode entered is between 1-5.
|
void |
FldTaxTaxCode.validate()
Validates the combination of typecode, taxcode and effictive date for uniqueness.
|
void |
FldTaxOrderTaxOrder.validate()
validate tax order range is 1 to 4.
|
void |
FldTaxEffective.validate()
Validates the combination of typecode, taxcode and effective date for uniqueness.
|
void |
FldGLConfigureMandatory.validate()
can Mandatory be toggled?
If this value is 1 at the system level, it must be 1 at the organization level.
|
void |
FldGLConfigureGLType.validate()
Type must be less flexible than the type defined at the system level
(i.e.
|
void |
FldGLConfigureGLLength.validate()
Length cannot exceed the length defined at the system level.
|
void |
FldGLConfigureDelimiter.validate() |
void |
FldGLCompCompValue.validate()
Validates the length of the segment value, should not be greater than the GLCONFIGURE.gllength
for the specified glorder.
|
void |
FldFinPerPeriodStart.validate()
Validate that the start date must be before the end date.
|
void |
FldFinPerPeriodEnd.validate()
Validates that the end date is after the start date.
|
void |
FldFinPerPeriodCloseDate.validate()
Validate to make sure that the accounting close date is after the end date.
|
void |
FldFinPerCloseDate.validate()
Validate that the actual close date is after the accounting close date.
|
void |
FldFinControlStartDate.validate()
If start date is entered the end date should be made editible.
|
void |
FldFinControlProjectID.validate()
Validates that the entered projectid is unique and does not already exist in the database.
|
void |
FldFinControlParentTaskID.validate()
The entered taskid which will be used as the parent taskid should be a valid Task.
|
void |
FldFinControlParentProjectID.validate()
The entered projectid which will be used as the parent projectid should be a valid entry
in the database and should not be disabled.
|
void |
FldFinControlParentFCID.validate()
The fincntrlid entered should be a valid fincntrlid belonging to a valid project or task.
|
void |
FldFinControlEndDate.validate()
If end date is entered the start date should be made required.
|
void |
FldChartOfAcctGLAcct.validate()
Validate that the code entered is fully specified and is valid.
|
void |
FldChartOfAcctExpireDate.validate()
Validates that the components of the account are valid
and the expiration date is not before the activate date.
|
void |
FldChartOfAcctActiveDate.validate()
Validates that the active date is not null
and is not after the expiration date.
|
void |
FldChartOfAcctActive.validate()
If this field is set to false, the GL Account is inactive so the method inActivateGLAccount() is
called on the Account mbo.
|
void |
FldAccountDefaultsGroupValue.validate()
Check if the entered value is valid based on the associated dfltgroup.
|
void |
FldAccountDefaultsGLDefault.validate()
The field value is validated based on whether it requires a full or a partial
GL Account, based on the dfltgroup value.
|
void |
FldFullGLAccount.validate()
Validate if the GL Account is fully specified.
|
void |
FldPartialGLAccount.validate()
Validate if the GL Account is partially specified.
|
void |
FinancialPeriods.validateDates()
Validates if the start and the end date are within the allowed ranges.
|
java.lang.Boolean |
FinancialServiceRemote.validateFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID)
IJ04584
|
java.lang.Boolean |
FinancialService.validateFinancialPeriod(UserInfo user,
java.util.Date transDate,
java.lang.String orgID)
IJ04584: Checks for an active financial period.
|
boolean |
FinancialServiceRemote.validateFullGLAccount(UserInfo user,
java.lang.String account,
java.lang.String orgID) |
boolean |
FinancialService.validateFullGLAccount(UserInfo user,
java.lang.String account,
java.lang.String orgID)
Validate if the GL Account is fully specified.
|
boolean |
FinancialServiceRemote.validatePartialGLAccount(UserInfo user,
java.lang.String account,
java.lang.String orgID) |
boolean |
FinancialService.validatePartialGLAccount(UserInfo user,
java.lang.String account,
java.lang.String orgID)
Validate if the GL Account is partially specified.
|
boolean |
FinancialServiceRemote.validateTax(UserInfo user,
java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID) |
boolean |
FinancialService.validateTax(UserInfo user,
java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID)
Validate a tax using a combination of typecode and taxcode.
|
Methods in psdi.app.financial.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldGLNavTempOrgID.action() |
void |
GLUpdateDatabase.add()
Set the radio button with value equal to BLANKACCOUNTS as checked by default when this
page comes up.
|
void |
GLUpdateDatabaseSet.execute()
This method is called when the OK button on the Update Database page is clicked
which does all the updates.
|
void |
GLNavTempOrgSetRemote.fetchOrgAndSiteIdFromSource(MboSetRemote sourceMboSet)
Retrieves Org and Site from source.
|
void |
GLNavTempOrgSet.fetchOrgAndSiteIdFromSource(MboSetRemote sourceMboSet)
Retrieves Org and Site from source.
|
MboSetRemote |
FldGLNavTempSiteID.getList()
This methods makes sure that when the SITE are looked up, then they should be based on the
ORG already selected.
|
protected Mbo |
GLUpdateDatabaseSet.getMboInstance(MboSet ms)
Generate a new GLUpdateDatabase object.
|
protected Mbo |
GLNavTempOrgSet.getMboInstance(MboSet ms)
Generate a new GLNavTempOrg object.
|
protected Mbo |
ActivateGLAccountSet.getMboInstance(MboSet ms)
Generate a new ActivateGLAccount object.
|
boolean |
GLNavTempOrgSetRemote.isForCOA()
Returns is the mbo is being used in COA app currently
|
boolean |
GLNavTempOrgSet.isForCOA()
Returns is the mbo is being used in COA app currently
|
void |
GLNavTempOrgSetRemote.setForCOA(boolean newFlag)
Set flag for stating is this MBO is being used in COA app or not
|
void |
GLNavTempOrgSet.setForCOA(boolean newFlag)
Set flag for stating is this MBO is being used in COA app or not
|
MboRemote |
GLUpdateDatabaseSet.setup()
Set the data on the page.
|
Methods in psdi.app.inbxconfig that throw MXException
Modifier and Type |
Method and Description |
void |
InbxConfig.add()
Add a new InbxConfig - set field defaults.
|
MboValueData[][] |
InbxConfigSetRemote.getAssignments(int start,
int rowcount,
java.lang.String sortBy)
Returns the data to be displayed to user in the Inbox Portlet.
|
MboValueData[][] |
InbxConfigSet.getAssignments(int start,
int rowcount,
java.lang.String sortBy)
Returns the data to be displayed to user in the Inbox Portlet.
|
java.util.Vector |
InbxConfigSetRemote.getColumns()
Returns a collection of attributes and their desciptions for the currently configured
portlet.
|
java.util.Vector |
InbxConfigSet.getColumns()
Returns a collection of attributes and their desciptions for the currently configured
portlet.
|
java.util.Vector |
InbxConfigSetRemote.getInboxColumns()
Returns a vector of attributes in the WFASSIGNMENT table.
|
java.util.Vector |
InbxConfigSet.getInboxColumns()
Returns the list of only those attributes that have been selected for DISPLAY in the
current Inbox Portlet.
|
java.lang.String |
InbxConfigSetRemote.getInboxDescTitle()
Returns title of the "DESCRIPTION" attribute from WFAASSIGNMENT table.
|
java.lang.String |
InbxConfigSet.getInboxDescTitle()
Returns title of the "DESCRIPTION" attribute from WFAASSIGNMENT table.
|
MboValueData[][] |
InbxConfigSetRemote.getKeyAttributeData()
Returns key data of the key attributes needed for linking to WORKFLOW and ROUTING functions
|
MboValueData[][] |
InbxConfigSet.getKeyAttributeData()
Returns key data of the key attributes needed for linking to WORKFLOW and ROUTING functions
|
protected Mbo |
InbxConfigSet.getMboInstance(MboSet ms)
Generates a new InbxConfig object.
|
java.util.ArrayList |
InbxConfigSetRemote.getNonPersistentAttributes()
Returns a collection of all non-persistent fields of WFASSIGNMENT table.
This is needed in the portlet to restrict user from scrolling.
|
java.util.ArrayList |
InbxConfigSet.getNonPersistentAttributes()
Returns a collection of all non-persistent fields of WFASSIGNMENT table.
This is needed in the portlet to restrict user from scrolling.
|
int |
InbxConfigSetRemote.getNoOfAssignments()
Returns number of assignments if already set, otherwise makes a quick call to WFASSIGNMENT
table and calls method getInboxAssignments(), to get the count of the assignments user has
|
int |
InbxConfigSet.getNoOfAssignments()
Returns number of assignments if already set, otherwise makes a quick call to WFASSIGNMENT
table and calls method getInboxAssignments(), to get the count of the assignments user has
|
void |
InbxConfig.init()
Overridden for Initialization routine for this object.
|
java.lang.String |
InbxConfigSetRemote.latestDate()
Returns the String of the latest date among assignments.
|
java.lang.String |
InbxConfigSet.latestDate()
Returns the String of the latest date among assignments.
|
void |
InbxConfigSetRemote.resetInboxColumns()
Empties the collection that contains info about inbox columns
|
void |
InbxConfigSet.resetInboxColumns()
Empties the collection that contains info about inbox columns
|
void |
InbxConfigSetRemote.setInboxColumns()
Gets attributes related to WFASSIGNMENT from MAXIMODD and uses them as the list of
attributes to be given to user to select from to display portlet.
The list is then added to this set.
|
void |
InbxConfigSet.setInboxColumns()
Gets attributes related to WFASSIGNMENT from MAXIMODD and uses them as the list of
attributes to be given to user to select from to display portlet.
The list is then added to this set.
|
Methods in psdi.app.inspection that throw MXException
Modifier and Type |
Method and Description |
void |
FldInspectionResultInspFormNum.action()
Sets revision of the inspection form on the inspection result.
|
void |
NPInspForm.add() |
void |
InspectionFormStatus.add() |
void |
InspResultStatus.add() |
void |
InspQuestion.add() |
void |
InspFormScript.add() |
void |
InspFieldResultSelection.add() |
void |
InspCascadeOption.add() |
void |
InspectionFormRemote.add() |
void |
InspectionForm.add() |
void |
InspectionForm.appValidate()
Perform regular appValidate() prior to save().
|
void |
InspectionResultStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
InspectionFormStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
InspectionForm.canDelete() |
void |
InspectionServiceRemote.changeFormStatus(InspectionFormRemote inspForm,
java.lang.String status) |
void |
InspectionService.changeFormStatus(InspectionFormRemote inspForm,
java.lang.String status)
Service Method used to change status.
|
void |
InspectionFormRemote.changeFormStatus(java.lang.String status) |
void |
InspectionForm.changeFormStatus(java.lang.String status) |
void |
InspectionService.changeResultStatus(InspectionResultRemote inspResult,
java.lang.String status) |
void |
InspectionResultRemote.changeResultStatus(java.lang.String status) |
void |
InspectionResult.changeResultStatus(java.lang.String status) |
void |
InspectionService.changeResultStatusMobile(InspectionResultRemote inspResult,
java.lang.String status) |
void |
InspectionResultStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
InspectionFormStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
InspectionResultStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
InspectionFormStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
InspectionForm.clearSkipCopyFields()
Clear skipFieldcopy HashSet.
|
java.lang.String[] |
InspectionForm.convertIDs(MboRemote newInspectionMbo,
java.lang.String Fieldnum) |
static void |
InspectionAudioUtil.convertToAudio(MboRemote InspectionFormInput) |
void |
InspQuestion.delete(long accessModifier) |
void |
InspFieldOption.delete(long accessModifier) |
void |
InspField.delete(long accessModifier) |
void |
InspectionFormRemote.delete(long accessModifier) |
void |
InspectionForm.delete(long accessModifier) |
MboRemote |
InspQuestion.duplicate()
duplicate a question
|
MboRemote |
InspectionForm.duplicate() |
void |
InspectionFormStatus.generateAutoKey()
generates an autokey for a new InspectionFormStatus.
|
void |
InspQuestion.generateAutoKey()
generates an autokey for a new InspectionFormQuestion.
|
void |
InspectionForm.generateAutoKey()
generates an autokey for a new InspectionForm.
|
protected Mbo |
NPInspFormSet.getMboInstance(MboSet ms) |
protected Mbo |
InspectionResultSet.getMboInstance(MboSet ms) |
protected Mbo |
InspectionFormStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
InspectionFormSet.getMboInstance(MboSet ms) |
protected Mbo |
InspResultStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
InspQuestionSet.getMboInstance(MboSet ms) |
protected Mbo |
InspFormUseWithSet.getMboInstance(MboSet ms)
Generate a new InspFormUseWith object
|
protected Mbo |
InspFormScriptSet.getMboInstance(MboSet ms) |
protected Mbo |
InspFieldSet.getMboInstance(MboSet ms) |
protected Mbo |
InspFieldResultSet.getMboInstance(MboSet ms) |
protected Mbo |
InspFieldResultSelectionSet.getMboInstance(MboSet ms) |
protected Mbo |
InspFieldOptionSet.getMboInstance(MboSet ms) |
protected Mbo |
InspCascadeOptionSet.getMboInstance(MboSet ms) |
MboRemote |
InspectionService.getRevision(InspectionFormRemote inspForm) |
protected MboSetRemote |
InspectionResult.getStatusHistory() |
protected MboSetRemote |
InspectionForm.getStatusHistory() |
MboRemote |
InspectionFormRemote.initRevision() |
MboRemote |
InspectionForm.initRevision() |
void |
FldHasRequiredQuestion.initValue()
Method to initialize the value of the field so it can be
retrieved as a MboValueData object.
|
protected void |
InspQuestion.loadSkipFieldCopyHashSet() |
protected void |
InspectionForm.loadSkipFieldCopyHashSet() |
void |
InspectionForm.modify()
Internal method that marks the record as modified.
|
java.util.Map |
InspectionService.prepareServiceMeta(java.lang.String endPointName,
InspectionService.VoiceEndpoints voiceEndpoint)
Prepare metadata used to invoke voice endpoint
|
MboSetRemote |
InspectionForm.processFieldIDs(MboRemote newInspectionMbo,
MboSetRemote cascadeOpt) |
byte[] |
AssistVoiceHTTPExit.processResponseData(int responseCode,
java.lang.String responseMsg,
byte[] msgBodyData)
Process Responnse from HTTP Post
|
protected void |
InspQuestion.save() |
protected void |
InspectionForm.save()
Actions which occur when a inspectionform is saved.
|
protected boolean |
InspectionForm.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
static byte[] |
InspectionAudioUtil.translate(java.lang.String langcode,
java.lang.String announcement,
java.lang.String Object,
java.lang.String ID) |
void |
InspectionService.updateAssetLocMeter(InspectionResultRemote inspResult,
java.lang.String referenceobject,
java.lang.String referenceobjectid,
java.lang.String asset,
java.lang.String location,
java.lang.String siteid,
java.lang.String orgid,
java.lang.String inspformnum,
java.lang.String resultnum) |
void |
InspectionResultRemote.updateAssetLocMeter(MboRemote inspectionresult) |
void |
InspectionResult.updateAssetLocMeter(MboRemote inspectionresult) |
void |
InspectionResultRemote.updateAssetLocMeter(java.lang.String referenceobject,
java.lang.String referenceobjectid,
java.lang.String asset,
java.lang.String location,
java.lang.String siteid,
java.lang.String orgid,
java.lang.String inspformnum,
java.lang.String resultnum) |
void |
InspectionResult.updateAssetLocMeter(java.lang.String referenceobject,
java.lang.String referenceobjectid,
java.lang.String asset,
java.lang.String location,
java.lang.String siteid,
java.lang.String orgid,
java.lang.String inspformnum,
java.lang.String resultnum) |
void |
InspectionResult.updateMeterReading(MboSetRemote meterSetRemote,
MboRemote inspFieldResult) |
java.util.Map |
InspectionService.voiceDeploy(InspectionFormRemote inspForm) |
java.util.Map |
InspectionService.voiceServiceStatus() |
java.util.Map |
InspectionService.voiceTransactionStatus(InspectionFormRemote inspForm) |
java.util.Map |
InspectionService.voiceUndeploy(InspectionFormRemote inspForm) |
Methods in psdi.app.integration that throw MXException
Modifier and Type |
Method and Description |
void |
FldMXCollabPCID.action() |
void |
FldMXCollabOwner2sysid.action() |
void |
FldMXCollabOwner1sysid.action() |
void |
MXCollabRef.canDelete()
can I delete this mbo?
|
void |
MXCollab.canDelete()
Checks to see if this object can be deleted
throws MXException if it cannot be deleted
|
MboSetRemote |
IntegrationServiceRemote.copySystem(java.lang.String fromSysID,
java.lang.String toSysID,
UserInfo userInfo) |
MboSetRemote |
IntegrationService.copySystem(java.lang.String fromSysID,
java.lang.String toSysID,
UserInfo userInfo)
Used to add mxcollab data for a new system.
|
MboSetRemote |
IntegrationServiceRemote.deleteSystem(java.lang.String sysID,
java.lang.String indicator,
UserInfo userInfo) |
MboSetRemote |
IntegrationService.deleteSystem(java.lang.String sysID,
java.lang.String indicator,
UserInfo userInfo)
Used to delete mxcollab data for a system.
|
boolean |
IntegrationServiceRemote.getDefaultPCValue(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid,
UserInfo userInfo) |
boolean |
IntegrationService.getDefaultPCValue(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid,
UserInfo userInfo)
Get the default value from the mxcollab table for a specified
owner1sysid, owner2sysid, and pcid.
|
protected Mbo |
MXCollabSet.getMboInstance(MboSet ms)
Generate a new MXCollab object
|
protected Mbo |
MXCollabRefSet.getMboInstance(MboSet ms)
Generate a new MXCollabRef object
|
java.lang.String |
IntegrationServiceRemote.getMxSysID(UserInfo userInfo) |
java.lang.String |
IntegrationService.getMxSysID(UserInfo userInfo)
get the MXSYSID from MAXVARS
|
void |
MXCollabRef.init() |
void |
MXCollab.init() |
boolean |
IntegrationServiceRemote.isPCIDValid(java.lang.String pcid,
UserInfo userInfo) |
boolean |
IntegrationService.isPCIDValid(java.lang.String pcid,
UserInfo userInfo)
validates pcid on mxcollabref table
|
java.lang.Object |
IntegrationServiceRemote.put(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid,
boolean newvalue) |
java.lang.Object |
IntegrationService.put(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid,
boolean newvalue)
call this after updating the database to put new mxcollab in hashtable.
|
java.lang.Object |
IntegrationServiceRemote.remove(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid) |
java.lang.Object |
IntegrationService.remove(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid)
call this after deleting a record from database to remove entry from hashtable.
|
void |
MXCollab.save()
update the database and our hashtable of mxcollab values.
|
boolean |
IntegrationServiceRemote.useIntegrationRules(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid,
UserInfo userInfo) |
boolean |
IntegrationService.useIntegrationRules(java.lang.String owner1sysid,
java.lang.String owner2sysid,
java.lang.String pcid,
UserInfo userInfo)
Answers the question "Should I use integration rules?"
|
void |
FldMXCollabPCID.validate()
owner1 THISMX PRPAB is not valid
|
void |
FldMXCollabOwner2sysid.validate()
owner1 THISMX PRPAB is not valid
|
Methods in psdi.app.inventory with parameters of type MXException
Modifier and Type |
Method and Description |
void |
MatRecTransSet.addWarnings(MXException mx)
Add an instance of MXApplicationException everytime an exception occurs when creating MATRECTRANS mbos from POLine
in receiving.
|
Methods in psdi.app.inventory that throw MXException
Modifier and Type |
Method and Description |
void |
FldReorderItemnum.action()
do not perform any action for the special order item (new item, not in Db yet)
|
void |
FldNextPhyCntDate.action()
Sets Counbookline.nextphycntdate.
|
void |
FldMatUseTransWoNum.action()
Set debit and credit GL fields to null in the matusetrans for Issues of Tool type items.
|
void |
FldMatUseTransUnitCost.action() |
void |
FldMatUseTransStoreloc.action() |
void |
FldMatUseTransRotAssetnum.action() |
void |
FldMatUseTransRequestNum.action() |
void |
FldMatUseTransRefWO.action()
Update the fields affected by changing this field.
|
void |
FldMatUseTransPositiveQuantity.action()
action()
Changes to this non-persistent column will set the actual db column "QUANTITY" for
proper signs.
|
void |
FldMatUseTransQuantity.action()
action()
Update the fields affected by changing quantity
Included in this list of affected fields is the QUANTITY field itself!!
Indeed, changing the quantity itself should automatically trigger proper
signing based upon issuetype
NOTE: This allows programmer to make safe assumption as to the sign of the quantity
value without checking issuetype each time quantity must be used in a calculation.
|
void |
FldMatUseTransMRNum.action()
set mrlinenum to editable.
|
void |
FldMatUseTransLotNum.action()
set binnum when lotnum is changed.
|
void |
FldMatUseTransLocation.action()
Update the fields affected by changing this field !!
|
void |
FldMatUseTransLineType.action()
This routine is to set other fields as read only depends on the different line type.
|
void |
FldMatUseTransLineCost.action()
Update the work order on the fly, if owned by a work order Mbo.
|
void |
FldMatUseTransItemNum.action()
Update the fields affected by changing this field
|
void |
FldMatUseTransIssueType.action()
Update the fields affected by changing this field !!
|
void |
FldMatUseTransConditionCode.action()
set binnum/lotnum when conditioncode is changed.
|
void |
FldMatUseTransBinnum.action()
defaulting lotnum if item is lotted.
|
void |
FldMatUseTransAssetnum.action() |
void |
FldMatRecTransToStoreLoc.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransToLot.action() |
void |
FldMatRecTransToBin.action()
To default the value tolot/conditioncode if an invbalance is found
|
void |
FldMatRecTransShipmentLineNum.action()
Set all of the values on the MATRECTRANS record when this shipmentlinenum is entered.
|
void |
FldMatRecTransShelfLife.action()
If the shelf life is changed and the expiration date is null,
calculate the expiration date and set its value.
|
void |
FldMatRecTransRotAssetnum.action() |
void |
FldMatRecTransRefWO.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransReceivedUnit.action() |
void |
FldMatRecTransReceiptQuantity.action()
Update the fields affected by changing this field !!
matrectrans.quantity=this quantity * matrectrans.conversion
|
void |
FldMatRecTransPoNum.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransPoLineNum.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransNewSite.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransLocation.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransItemNum.action() |
void |
FldMatRecTransIssueType.action()
Update the fields affected by changing this field !!
|
void |
FldMatRecTransInspectedQty.action() |
void |
FldMatRecTransFromStoreLoc.action()
Update the glaccounts, currencyunitcost, actualcost, exchangerate
|
void |
FldMatRecTransFromSiteId.action()
Update the glaccounts, currencyunitcost, actualcost, exchangerate
|
void |
FldMatRecTransFromLot.action()
set frombin/conditioncode when fromlot is changed.
|
void |
FldMatRecTransFromConditionCode.action()
set frombin/fromlot when fromconditioncode is changed.
|
void |
FldMatRecTransFromBin.action()
To default the value fromlot/conditioncode if an invbalance is found
|
void |
FldMatRecTransDisplayUnitCost.action()
Update the fields affected by changing this field !!
matrectrans.unitcost= display unitcost * matrectrans.conversion
Action should really only be called when clearing ItemNum.
|
void |
FldMatRecTransCourier.action()
Update the fields affected by a change in this field
|
void |
FldMatRecTransConversion.action()
Recalculate quantity each time conversion factor is changed.
|
void |
FldMatRecTransConditionCode.action() |
void |
FldMatRecTransAcceptReject.action()
Update the fields affected by changing this field
|
void |
FldInventoryStdCost.action()
Set lastcost, avgcost = stdcost when the inventory is being added.
|
void |
FldInventorySiteId.action()
set itemsetid if it is null when site is entered
|
void |
FldInventoryPhysCntDate.action()
Populates Count Date field in the Table.
|
void |
FldInventoryLocation.action() |
void |
FldInventoryItemnum.action() |
void |
FldInventoryOrderUnit.action()
If both order unit and measure unit are enterd, checks that a conversion factor
can be found in the conversion table.
|
void |
FldInventoryInvGenType.action()
When there is a change in invgentype, the frequency related fields will
be set to null and readonly.
|
void |
FldInventoryInternal.action()
If Internal is set to be true,
1) StoreLocSiteID is editable
2) Vendor, Manufacturer, Model and Catalog are read only .
|
void |
FldInventoryFrequency.action()
When there is a change in frequency, setNextDueDate() is called to set the next
invoice date of Inventory.
|
void |
FldInventoryFreqUnit.action()
The Inventory's next invoice date should be recalculated when the frequency units change.
|
void |
FldInventoryConsignment.action()
When there is a change in consignment, the related fields will
updated.
|
void |
FldInventoryConsVendor.action()
When there is a change in inventory consignment vendor, the related fields will updated.
|
void |
FldInventoryCCF.action() |
void |
FldInventoryAutoInvoice.action()
When there is a change in autoinvoice, the frequency related fields will
be set to null and readonly.
|
void |
FldInvUseShowAgainPref.action()
Save the NOSHOWAGAIN value to USERPREF.
|
void |
FldInvUseLineWoNum.action()
Set debit and credit GL fields to null in the invuseline for Issues of Tool type items.
|
void |
FldInvUseLineUseType.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineUnitCost.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineToStoreLoc.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineToSiteId.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineToLot.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineToBin.action()
To default the value tolot/toconditioncode if an invbalance is found
|
void |
FldInvUseLineSplitRotAssetnum.action()
action()
Update the fields affected by changing rotassetnum.
|
void |
FldInvUseLineSplitFromLot.action()
action()
Update the fields affected by changing fromlot.
|
void |
FldInvUseLineSplitFromBin.action()
defaulting lotnum if item is lotted.
|
void |
FldInvUseLineRotAssetnum.action()
action()
Update the fields affected by changing rotassetnum.
|
void |
FldInvUseLineRequestNum.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineRefWO.action()
Update the fields affected by changing this field.
|
void |
FldInvUseLineQuantity.action()
action()
Update the fields affected by changing quantity
Checks for the quantity that can be returned.
|
void |
FldInvUseLinePoNum.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLinePoLineNum.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineOpenQty.action()
action()
Update the fields affected by changing quantity
Checks for the quantity that can be returned.
|
void |
FldInvUseLineLocation.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineLineType.action()
This routine is to set other fields as read only depends on the different line type.
|
void |
FldInvUseLineItemNum.action()
Update the fields affected by changing this field
|
void |
FldInvUseLineFromStoreloc.action()
Update the fields affected by changing this field !!
|
void |
FldInvUseLineFromLot.action()
set frombin when fromlot is changed.
|
void |
FldTransferCommonConditionCode.action()
copies condrate and from the existing ItemCondtion to this object.
|
void |
FldInvUseLineFromConditionCode.action()
set frombin/fromlot when conditioncode is changed.
|
void |
FldInvUseLineFromBin.action()
defaulting lotnum if item is lotted.
|
void |
FldInvUseLineDisplayUnitCost.action()
Updates the unit cost.
|
void |
FldInvUseLineAssetnum.action()
Sets the glaccounts.
|
void |
FldInvUseFromStoreloc.action() |
void |
FldInvReserveWoNum.action()
set other information
|
void |
FldInvReserveToStoreLoc.action()
Update the fields affected by changing this field !!
|
void |
FldInvReserveReservedQty.action() |
void |
FldInvReservePoNum.action()
Replace the location with the po.vendor
|
void |
FldInvReservePoLineNum.action()
set itemnum as the poline.itemnum
|
void |
FldInvReserveOpLocation.action()
Update the fields affected by changing this field !!
|
void |
FldInvReserveNewSite.action()
Update the fields affected by changing this field !!
|
void |
FldInvReserveMRNum.action()
set mrlinenum to editable.
|
void |
FldInvReserveItemNum.action()
If item is changed, get GL debit account
|
void |
FldInvReserveDisplayWonum.action()
set other information
|
void |
FldInvReserveAssetnum.action()
Sets the glaccounts.
|
void |
FldInvResType.action() |
void |
FldInvLifoFifoCostConditionCode.action()
copies condrate and from the existing ItemCondtion to this InvLifoFifocost.
|
void |
FldInvCostNewAvgCost.action()
Update PERCENTINCREASE if object is InvCost.
|
void |
FldInvCostConditionCode.action()
copies condrate and from the existing ItemCondtion to this Invcost.
|
void |
FldInvCostCondRate.action()
if rate is not 100percent, calculate the cost based on the 100% rate cost
|
void |
FldInvBalancesUseBy.action()
If the the non-persistent InvBalances.useby attribute has been modified,
update the related INVLOT.useby persistent attribute.
|
void |
FldInvBalancesShelfLife.action()
If the shelf life is changed and the expiration date is null,
calculate the expiration date and set its value.
|
void |
FldInvBalancesLotNum.action()
Check whether this lot exists, if so get the values of shelfLife and useBy
from invLot and set the non persistent values.
|
void |
FldInvBalancesItemnum.action() |
void |
FldInvBalancesCurBal.action() |
void |
FldInvConditionCode.action()
copies condrate to the current object if there is a condrate column
no all objects which have conditioncode have a condrate column
|
void |
FldInvBalancesConditionCode.action()
no action, do not execute super.action() as InvBalances has no condrate
|
void |
FldInvBalancesBinNum.action()
No action since this is just for lookup list
|
void |
FldInvBalancesAdustedPhysCnt.action()
sets InvBalances.PhysCntequal to itself.
|
void |
FldCostType.action()
action()
|
void |
FldCommonConditionCode.action()
copies condrate and from the existing ItemCondtion to this object.
|
void |
LocLeadTime.add()
set default values and field flags
|
void |
InvUseStatus.add()
Add a new InvUseStatus object.
|
void |
InvUseLineSplit.add()
add()
Provides defaults for a new InvUseLineSplit Record.
|
void |
InvUse.add()
add()
Provides defaults for a new InvUse Record.
|
void |
InvStatus.add()
Add a new InvStatus object.
|
void |
InvReserve.add()
Adds a new reservation.
|
void |
InvPickListStatus.add()
Add a new InvPickListStatus object.
|
void |
InvPickList.add()
add()
Provides defaults for a new InvPickList Record.
|
void |
InvLot.add()
sets the itemnum,location and itemsetid attributes.
|
void |
InvUseLine.add()
add()
Provides defaults for a new InvUseLine Record.
|
void |
MatUseTrans.add()
Standard package method overridden here.
|
void |
MatRecTrans.add()
Sets default values and field flags.
|
void |
InvLifoFifoCost.add()
add()
Provides defaults for a new InvCost Record.
|
void |
InvTrans.add()
Sets defaults for a new InvTrans Record.
|
void |
Inventory.add()
add()
Provides defaults for a new Inventory Record.
|
void |
InvBalances.add()
Sets the default the values for a new InvBalance record.
|
void |
Conversion.add()
Set default values for some of the fields of the conversion Mbo.
|
void |
InvCost.add()
add()
Provides defaults for a new InvCost Record.
|
MboRemote |
MatUseTransSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
MboRemote |
InvCostSet.addAtIndex(long accessModifier,
int ind)
93829: after add, set avgcost,lastcost,and condrate to readonly.
|
void |
MatUseTransSet.addDeltaCurbal(MboRemote invBal,
double quantity,
MboRemote currentMatUse)
A method to accumulate curbal for the matusetrans objects added to this set.
|
void |
MatUseTransSet.addDeltaIssueYTD(MboRemote inventory,
double quantity,
MboRemote currentMatUse)
A method to accumulate issue quantity for the matusetrans objects added to this set.
|
void |
ReorderService.addFromWPItem(DBShortcut dbShortcut,
UserInfo userInfo,
java.lang.String userForThisSet,
int allowanceDays,
java.lang.String siteIDForThisSet,
java.lang.String orgIDForThisSet)
Directly write items of direct orders to the reorder table from wpitem
The method bypasses MboSet and Mbo.
|
protected MboRemote |
Inventory.addInvBalanceAndRelatedObjects(double curbal) |
protected MboRemote |
Inventory.addInvBalanceAndRelatedObjects(double curbal,
boolean createInvBalanceForKitComponent,
java.lang.String kitComponentBin)
adds InvBalance, InvCost and InvTrans objects when this Inventory is
new or when this Inventory is a component of a kit that is being broken
into its component parts and that did not have a balance to the point
of the KITBREAK transaction.
|
InvBalancesRemote |
Inventory.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal)
addInvBalancesRecord(1,2,3)
Adds an InvBalance record, setting the values to those passed in for bin,lot, and quantity
Also, defaults the physcnt attribute to the same as curbal - the passed in quantity
|
InvBalancesRemote |
InventoryRemote.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal) |
InvBalancesRemote |
Inventory.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal,
java.lang.String conditionCode)
addInvBalancesRecord(1,2,3,4)
Adds an InvBalance record, setting the values to those passed in for bin,lot, and quantity
Also, defaults the physcnt attribute to the same as curbal - the passed in quantity
|
InvBalancesRemote |
InventoryRemote.addInvBalancesRecord(java.lang.String binnum,
java.lang.String lotnum,
double curbal,
java.lang.String conditionCode) |
MboRemote |
Inventory.addInvLifoFifoCostRecord(double quantity,
double unitcost,
java.lang.String conditioncode,
java.lang.String getName,
long matrectransid)
This method is used by Transfer and Receipt objects to insert the invlifofifoCost record.
|
MboRemote |
InventoryRemote.addInvLifoFifoCostRecord(double quantity,
double unitcost,
java.lang.String conditioncode,
java.lang.String getName,
long matrectransid) |
MboRemote |
Inventory.addInvLifoFifoCostRecord(java.lang.String conditioncode)
Add an invlifofifocost record.
|
MboRemote |
InventoryRemote.addInvLifoFifoCostRecord(java.lang.String conditioncode) |
void |
InvReserveSet.addInvReserveInvUseandLines(MboRemote reserve,
java.lang.String useType)
This method auto creates the invuse and invuselines for the reservation
|
void |
InvReserveSet.addInvReserveInvUseandLinesWO(MboRemote reserve,
java.lang.String useType)
This method auto creates the invuse and invuselines for the reservation
|
MboRemote |
InvUseSetRemote.addInvUse(MboRemote owner,
java.lang.String useType) |
MboRemote |
InvUseSet.addInvUse(MboRemote owner,
java.lang.String useType)
This method create InvUse record.
|
InvUseLineRemote |
InvUseRemote.addInvUseLine(MboRemote owner) |
InvUseLineRemote |
InvUse.addInvUseLine(MboRemote owner)
This method creates InvUseLine.
|
MboRemote |
InvUseLineSet.addInvUseLineFromInvReserve(MboRemote invRes)
This method to add and copy necessary information from InvReserve to InvUseLine.
|
MboRemote |
InvUseLineSetRemote.addInvUseLineFromInvReserve(MboRemote invRes) |
MboRemote |
InvUseLineSet.addInvUseLineFromMatUseTrans(MboRemote matUseTrans)
This method adds and copy necessary information from Select Items to Return dialog to InvUseLine.
|
void |
InvUseLine.addIssueReturnRecordForComplete(MboSetRemote matrecMboSet,
java.util.ArrayList splitLineSplit)
This method is called from the invuse (parent).
|
void |
InventorySetRemote.addItemstoStorewarning() |
void |
InventorySet.addItemstoStorewarning() |
void |
InventorySetRemote.addItemsWarning() |
void |
InventorySet.addItemsWarning()
Method to display warnings for add items/tools to storeroom.
|
protected boolean |
MatRecTransSet.addKitComponentsToStores()
|
MboRemote |
InvUseLine.addMatRecTransRecordForCancelShipTransfer()
This method adds MatRecTrans transaction record for cancellation.
|
MboRemote |
InvUseLine.addMatRecTransRecordForCancelStageTransfer()
This method adds MatRecTrans transaction record for cancellation.
|
MboRemote |
InvUseLine.addMatRecTransRecordForComplete(MboSetRemote matrecMboSet,
MboRemote mbo)
This method adds MatUseTrans transaction record.
|
MboRemote |
InvUseLine.addMatRecTransRecordForPickTransfer(MboSetRemote matrecMboSet,
MboRemote mbo)
This method adds MatRecTrans transaction record for PICK.
|
MboRemote |
InvUseLine.addMatRecTransRecordForRestockTransfer(MboSetRemote matrecMboSet,
MboRemote mbo)
This method adds MatRecTrans transaction record for RESTOCK.
|
MboRemote |
InvUseLine.addMatRecTransRecordForShipTransfer(MboSetRemote matrecMboSet,
MboRemote mbo)
This method adds MatRecTrans transaction record.
|
MboRemote |
InvUseLine.addMatRecTransRecordForStageTransfer(MboSetRemote matrecMboSet,
MboRemote mbo)
This method adds MatRecTrans transaction record for STAGE.
|
MboRemote |
MatUseTransSet.addMatUseFromInvReserve(MboRemote invRes)
Private method to add and copy necessary information from InvReserve to MatUseTrans.
|
MboRemote |
MatUseTransSetRemote.addMatUseFromInvReserve(MboRemote invRes) |
MboRemote |
InvUseLine.addMatUseTransRecordForComplete(MboSetRemote matuseMboSet,
MboRemote mbo)
This method adds MatUseTrans transaction record
|
java.util.Date |
Inventory.addMonths(int addMonths,
java.util.Date fromDate)
Calculates a date a number of months from the given date.
|
InvReserveRemote |
InvReserveSetRemote.addMRReservation(MboRemote mrlinMbo,
java.lang.String requestedBy,
java.util.Date requestDate) |
InvReserveRemote |
InvReserveSet.addMRReservation(MboRemote mrlinMbo,
java.lang.String requestedBy,
java.util.Date requestDate) |
InvReserveRemote |
InvReserveSetRemote.addPOReservation(MboRemote poline,
java.lang.String storeLoc,
java.lang.String storeLocSiteID,
java.lang.String glaccount,
boolean directreq) |
InvReserveRemote |
InvReserveSet.addPOReservation(MboRemote poline,
java.lang.String storeLoc,
java.lang.String storeLocSiteID,
java.lang.String glaccount,
boolean directreq)
returns a new invreserve mbo when po is approved.
|
InvReserveRemote |
InvReserveSetRemote.addPOReservation(java.lang.String ponum,
java.lang.String polinenum,
java.lang.String polineid,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty)
Deprecated.
|
InvReserveRemote |
InvReserveSet.addPOReservation(java.lang.String ponum,
java.lang.String polinenum,
java.lang.String polineid,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty)
Deprecated.
|
InvReserveRemote |
InvReserveSetRemote.addPOReservation(java.lang.String ponum,
java.lang.String polinenum,
java.lang.String polineid,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty,
java.lang.String conditionCode,
java.lang.String siteID,
java.lang.String storeLocSiteID)
Deprecated.
|
InvReserveRemote |
InvReserveSet.addPOReservation(java.lang.String ponum,
java.lang.String polinenum,
java.lang.String polineid,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty,
java.lang.String conditionCode,
java.lang.String siteID,
java.lang.String storeLocSiteID)
Deprecated.
|
void |
InvUseLine.addRecordForShipTransfer(MboSetRemote matrecMboSet,
java.util.ArrayList splitLineSplit)
This method is called from the invuse (parent).
|
void |
InvUseLine.addRecordForStageTransfer(MboSetRemote matrecMboSet,
java.util.ArrayList splitLineSplit)
This method is called from the invuse (parent).
|
MboRemote |
InventoryService.addReservation(MboSetRemote msr,
java.lang.String pl_num,
java.lang.String siteid,
UserInfo userInfo,
MXTransaction trans) |
void |
MatRecTransRemote.addRotatingAsset(java.lang.String assetnum) |
void |
MatRecTrans.addRotatingAsset(java.lang.String assetnum)
This method adds the passed assetnum to the instance variable
rotAssetsVector; For receiving a rotating item for multiple quantities,
multiple pieces of asset will need to be created; this will store the
user entered assetnums to the vector.
|
void |
InvUse.addShipmentLines(MboRemote shipment)
This method shipment lines for usage split lines.
|
void |
InventorySetRemote.addToolstoStorewarning() |
void |
InventorySet.addToolstoStorewarning()
Method to display navbarmessage after adding tools to storeroom.
|
void |
InvUse.addToUsedRotAssetList(java.lang.String rotassetnum)
This method add the rotating asset to the list.
|
void |
InvUseLine.addTransactionRecordsLIFOFIFO(MboSetRemote transMboSet,
java.util.ArrayList splitLineSplit,
java.lang.String status)
This method is called from the invuse (parent).
|
void |
InvUseLine.addTransferRecordForComplete(MboSetRemote matrecMboSet,
java.util.ArrayList splitLineSplit)
This method is called from the invuse (parent).
|
MboRemote |
InvUseLine.addUpdateInvUseLineSplit()
Adds a record in the invuselinesplit table.
|
void |
Inventory.addUpdateInvVendor()
Add a new InvVendor record if the combination of itemnum/vendor/manufacturer/modelnum
does not exist in the Invvendor table.
|
void |
InventoryRemote.addUpdateInvVendor() |
void |
MatRecTransSet.addWarnings(MXException mx)
Add an instance of MXApplicationException everytime an exception occurs when creating MATRECTRANS mbos from POLine
in receiving.
|
InvReserveRemote |
InvReserveSetRemote.addWorkOrderReservation(MboRemote wpm,
boolean createInit,
java.util.Date requestDate,
java.util.Date requiredDate) |
InvReserveRemote |
InvReserveSet.addWorkOrderReservation(MboRemote wpm,
boolean createInit,
java.util.Date requestDate,
java.util.Date requiredDate) |
InvReserveRemote |
InvReserveSetRemote.addWorkOrderReservation(java.lang.String wonum,
java.lang.String itemnum,
java.lang.String location,
java.lang.String storelocsite,
java.lang.String itemsetid,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
boolean initFlag,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty,
double issueqty)
Deprecated.
|
InvReserveRemote |
InvReserveSet.addWorkOrderReservation(java.lang.String wonum,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String storelocsite,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
boolean initFlag,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty,
double issueqty)
Deprecated.
|
InvReserveRemote |
InvReserveSetRemote.addWorkOrderReservation(java.lang.String wonum,
java.lang.String itemnum,
java.lang.String location,
java.lang.String storelocsite,
java.lang.String itemsetid,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
boolean initFlag,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty,
double issueqty,
java.lang.String conditionCode,
java.lang.String issueTo)
Deprecated.
|
InvReserveRemote |
InvReserveSet.addWorkOrderReservation(java.lang.String wonum,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String storelocsite,
java.lang.String glaccount,
java.lang.String description,
boolean directreq,
boolean initFlag,
java.lang.String requestedBy,
java.util.Date requestDate,
java.util.Date requiredDate,
double qty,
double issueqty,
java.lang.String conditionCode,
java.lang.String issueTo)
Deprecated.
|
void |
InventorySetRemote.addZeroYTDWarning() |
void |
InventorySet.addZeroYTDWarning()
Method to display status message after zeroing year to date quantities.
|
void |
InvCostSetRemote.adjustAverageCost() |
void |
InvCostSet.adjustAverageCost()
Loops through the mboset and calls the method adjustAverageCost.
|
MboRemote |
InvCost.adjustAverageCost(double newcost)
adjustAverageCost(1,2)
Adjust Inventory Average Cost (AVGCSTADJ)
This method is used to carry out an average cost adjustment (not updating as in receipts/ returns).
|
MboRemote |
Inventory.adjustAverageCost(double newcost,
java.lang.String conditionCode)
adjustAverageCost(1,2)
Adjust Inventory Average Cost (AVGCSTADJ)
This method is used to carry out an average cost adjustment (not updating as in receipts/ returns).
|
MboRemote |
InventoryRemote.adjustAverageCost(double newcost,
java.lang.String conditionCode) |
void |
InvBalancesSetRemote.adjustCurrentBalance() |
void |
InvBalancesSet.adjustCurrentBalance()
Loops through the mboset and calls the method adjustCurrentBalance.
|
MboRemote |
InvBalances.adjustCurrentBalance(double newBalance)
adjustCurrentBalance called without passing control account and shrinkage account
|
MboRemote |
InvBalancesRemote.adjustCurrentBalance(double newBalance) |
MboRemote |
InvBalances.adjustCurrentBalance(double newBalance,
java.lang.String controlacc,
java.lang.String shrinkageacc)
Adjusts the current balance.
|
void |
InventoryService.adjustCurrentBalance(MboRemote invBalances,
java.lang.String newBalance,
double stdcost,
double avgcost,
java.lang.String conditioncode)
Adjusts the current balance.
|
MboRemote |
Inventory.adjustCurrentBalance(java.lang.String binnum,
java.lang.String lotnum,
double newBalance,
java.lang.String conditionCode)
adjustCurrentBalance(1,2,3,4)
Performs a current balance adjustment on the InvBalances record as identified by
lotnum, binnum, and conditionCode
|
MboRemote |
InventoryRemote.adjustCurrentBalance(java.lang.String binnum,
java.lang.String lotnum,
double newBalance,
java.lang.String conditionCode) |
void |
InvBalances.adjustLifoFifoCurrentBalance(double newBalance)
Adjusts the current balance for Lifo/Fifo items.
|
void |
InvBalancesSetRemote.adjustPhysicalCount() |
void |
InvBalancesSet.adjustPhysicalCount()
Loops through the mboset to check if row is not modified or the new physical count is same as old and thorws an exception
|
MboRemote |
InvBalances.adjustPhysicalCount(double quantity,
java.util.Date pCountDate)
Adjusts the inventory physical count.
|
MboRemote |
InvBalancesRemote.adjustPhysicalCount(double quantity,
java.util.Date pCountDate) |
void |
InventoryService.adjustPhysicalCount(MboRemote invMbo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String binnum,
java.lang.String lotnum,
java.lang.String itemsetid,
double physcnt,
UserInfo userInfo) |
MboRemote |
Inventory.adjustPhysicalCount(java.lang.String binnum,
java.lang.String lotnum,
double quantity,
java.util.Date pCountDate) |
MboRemote |
InventoryRemote.adjustPhysicalCount(java.lang.String binnum,
java.lang.String lotnum,
double quantity,
java.util.Date pCountDate) |
MboRemote |
Inventory.adjustPhysicalCount(java.lang.String binnum,
java.lang.String lotnum,
double quantity,
java.util.Date pCountDate,
java.lang.String ownersysid)
adjustPhysicalCount(1,2,3,4,5)
Performs a physical count adjustment on the InvBalances record as identified by
lotnum and binnum.
|
MboRemote |
InventoryRemote.adjustPhysicalCount(java.lang.String binnum,
java.lang.String lotnum,
double quantity,
java.util.Date pCountDate,
java.lang.String ownersysid) |
MboRemote |
Inventory.adjustPhysicalCount(java.lang.String binnum,
java.lang.String lotnum,
double quantity,
java.util.Date pCountDate,
java.lang.String ownersysid,
java.lang.String conditionCode)
adjustPhysicalCount(1,2,3,4,5,6)
Performs a physical count adjustment on the InvBalances record as identified by
lotnum and binnum.
|
void |
InvCostSetRemote.adjustStandardCost() |
void |
InvCostSet.adjustStandardCost()
Loops through the mboset and calls the method adjustStandardCost.
|
MboRemote |
InvCost.adjustStandardCost(double newcost)
adjustStandardCost(1,2)
Adjust Inventory Standard Cost (STDCSTADJ)
This method is used to carry out a standard cost adjustment.
|
MboRemote |
Inventory.adjustStandardCost(double newcost,
java.lang.String conditionCode)
adjustStandardCost(1,2)
Adjust Inventory Standard Cost (STDCSTADJ)
This method is used to carry out a standard cost adjustment.
|
MboRemote |
InventoryRemote.adjustStandardCost(double newcost,
java.lang.String conditionCode) |
void |
InvUseLine.allKitComponentsAreInTransferToStore()
checks to determine if any of a kit's components would need to be added
to a storeroom as part of the kit's transfer.
|
protected boolean |
MatRecTrans.allKitComponentsAreInTransferToStore()
checks to determine if any of a kit's components would need to be added
to a storeroom as part of the kit's transfer.
|
boolean |
InvUse.allReservationDeletedInSet()
This method returns true if the size of the invUseLineList is equal to number of the
invuseline records.
|
void |
MatRecTransRemote.approve(java.util.Date statusDate) |
void |
MatRecTrans.approve(java.util.Date statusDate)
This method performs the approval of the receipt.
|
void |
MatRecTransRemote.approve(MboSetRemote assetInputSet) |
void |
MatRecTrans.approve(MboSetRemote assetInputSet) |
void |
MatRecTrans.approveCrossSiteShipment(MboSetRemote assetInputSet,
MboRemote oneAssetInput) |
java.util.Vector |
MatRecTransSet.approveReceipts(java.util.Date todaysDate)
Approves all the MATRECTRANS Mbos in this set.
|
java.util.Vector |
MatRecTransSetRemote.approveReceipts(java.util.Date todaysDate) |
void |
MatRecTransRemote.approveShipReceipt() |
void |
MatRecTrans.approveShipReceipt() |
void |
InvUseLineSplit.appValidate()
Validations done before save().
|
void |
InvUse.appValidate()
IV89369:multi-session - inventory usage status had been changed in a different session.
|
void |
InvReserve.appValidate()
Validations done before save().
|
void |
InvUseLine.appValidate()
Validations done before save().
|
void |
MatUseTrans.appValidate()
Application validation routine called before the MatUsetrans object is saved.
|
void |
MatRecTrans.appValidate()
Application validation routine called before the MatRecTrans object is
saved.
|
void |
InvTrans.appValidate()
Pre-save validation method.
|
void |
Inventory.appValidate()
last minute validate before save().
|
void |
InvBalances.appValidate()
last minute validate before save().
|
void |
Conversion.appValidate()
Checks whether the direct or inverse conversion factor
already exists for the entered measure units, and itemnum.
|
void |
InvCost.appValidate()
last minute validate before save().
|
MboSetRemote |
InventoryService.autoSplitRecordSet(MboRemote invUseLineMbo,
UserInfo userInfo) |
void |
InventorySet.availLifoFifoSetforReconcile(MboRemote invMbo)
This method iterates over invbalance records and calculates the reconcile quantity and adds it to the liofifo cost set.
|
double |
Inventory.calculateAvailableQty()
Method to calculate available quantity
Calculates available quantity by subtracting reserved qty and expired qty from
current balance for a itemnum and location
|
double |
InventoryRemote.calculateAvailableQty() |
java.lang.String |
Inventory.calculateBinCnt() |
java.lang.String |
Inventory.calculateConditionCodeCnt() |
double |
Inventory.calculateCurrentBalance()
Method to calculate current balance
Calculates sum of current balances in invbalances for a itemnum and location
|
double |
InventoryRemote.calculateCurrentBalance() |
protected double |
Inventory.calculateExpiredQty()
Method to calculate expired quantity
Calculates sum of current balance in invbalnces for a itemnum and location
where invlots are expired, useby date is expired.
|
double |
Inventory.calculateHardShippedQty()
Method to calculate hard reserved shipped quantity.
Calculates sum of shipped quantity in invreserve that are hard reservations for a itemnum and location
|
protected double |
Inventory.calculateHoldingBalance()
Method to calculate holding balance
Calculates sum of current balances in matrectrans for a itemnum and location
|
java.lang.String |
Inventory.calculateLotCnt() |
double |
Inventory.calculateOverShippedQty()
IV87156: Return the over shipped quantity (shippedqty-reservedqty) from INVRESERVE.
|
protected double |
Inventory.calculatePhyscnt()
Method to calculate total physical count
Calculates sum of physical count in invbalances for a itemnum and location
|
double |
Inventory.calculatePickedQty()
Method to calculate picked quantity.
Calculates sum of picked quantity in invbalances for an itemnum and location
|
double |
Inventory.calculateReceivedQty() |
void |
Reorder.calculateReorderQtywithInventory(MboRemote inventoryMbo)
Deprecated.
|
protected double |
Inventory.calculateReservedQty()
Method to calculate reserved quantity.
Calculates sum of reserved quantity in invreserve for a itemnum and location
|
double |
Inventory.calculateRQtyNotStaged()
Method to calculate reserved quantity without Staged quantity.
Calculates sum of reserved quantity in invreserve for a itemnum and location
|
double |
Inventory.calculateRQtyNotStagedForAvailBal()
IV89911: This is the original calculateRQtyNotStaged() method -for the calculation of available quantity.
|
double |
Inventory.calculateShippedQty()
Method to calculate shipped quantity.
Calculates sum of shipped quantity less the already-received quantity for an itemnum and location
|
double |
Inventory.calculateStagedQty()
Method to calculate staged quantity.
Calculates sum of staged quantity in invreserve for a itemnum and location
|
double[] |
MatRecTrans.calculateUnInvoicedQtyCost()
This method is use by the Invoice's Copy PO Line page to calculate the
uninvoiced quantity and cost.
|
void |
MatUseTransSet.canAdd()
Determines if material transactions can be created.
|
void |
InvUseStatusSet.canAdd()
In order to create new InvUseStatus, this set needs to be owned
by a InvUSe Mbo.
|
void |
InvUseLineSet.canAdd()
Can an object be added to the InvUseLine?
The owner of InvUseLine must be InvUse and the status should be ENTERED.
|
void |
InvStatusSet.canAdd()
In order to create new InvStatus, this set needs to be owned
by a inventory Mbo
|
void |
InvCostSet.canAdd()
Can an object be added to the InvCost set?
If the owner of InvCost is not Inventory, stop the process.
|
void |
InvBalancesSet.canAdd()
Can an object be added to the InvBalances?
If the owner of InvBalances is not Inventory, stop the process.
|
void |
MatRecTransSet.canAdd()
Can an object be added to the MatRecTrans?
If the owner of MatRecTrans is not PO, stop the process.
|
protected boolean |
InvBalances.canAddConditionCode()
Can we allow condition code for the new InvBalances object?
|
void |
Inventory.canAdjustAvgCost()
Determines if the item is capitalized.
|
void |
InventoryRemote.canAdjustAvgCost() |
void |
Inventory.canAdjustBalance()
Determines if the item is rotating.
|
void |
InventoryRemote.canAdjustBalance() |
void |
Inventory.canAdjustStdCost()
Determines if the item is capitalized.
|
void |
InventoryRemote.canAdjustStdCost() |
void |
MatRecTrans.canApprove()
Determines if the receipt can be approved or not.
|
boolean |
MatUseTransRemote.canBeReturned() |
boolean |
MatUseTrans.canBeReturned()
If this is rotating asset, determines whether the asset's
location is the same as when it was issued.
|
boolean |
MatRecTransRemote.canBeReturned() |
boolean |
MatRecTrans.canBeReturned() |
void |
InvUseStatusHandler.canCancelled()
Can change to Cancelled ? This is an empty method implementation.
|
void |
InvUse.cancelInvUseLines()
This method cancels the invuseline records with deleted invreserve records.
|
void |
InvUseRemote.cancelled() |
void |
InvUse.cancelled()
This method is called from invuse status handler.
|
void |
ReorderSet.cancelReorder()
Cancel the reorder process.
|
void |
ReorderSetRemote.cancelReorder() |
void |
InvUseStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
InvStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
InvPickListStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
InvUse.canDelete()
Can delete only if the status is Entered, Otherwise it will throw an
exception.
|
void |
InvReserve.canDelete()
if work order of this reservation is WMATL status, should not allow user to delete the invserve.
|
void |
InvLot.canDelete()
Determines whether this record can be deleted.
|
void |
InvUseLine.canDelete()
Can delete only if the staus is Entered, Otherwise it will throw an
exception.
|
void |
MatUseTrans.canDelete()
Can delete only if object has not been added to the db!
|
void |
MatRecTrans.canDelete()
Checks to see if this object can be deleted.
|
void |
InvTrans.canDelete()
Checks to see if this object can be deleted
throws MXException if it cannot be deleted
|
void |
Inventory.canDelete()
Inventory.canDelete()-
Checks to see if this object can be deleted
if it is on a jobplan, throw exception
if it is on a reservation, throw exception
if this is on an open WO, throw exception
if this is on an open MR, throw exception
if this is on an open PR, throw exception
if this is on an open PO, throw exception
if this is on any invbalance record with balance > 0, throw exception
|
void |
InvBalances.canDelete()
Checks whether this object can be deleted.
|
void |
InvCost.canDelete()
Checks whether this object can be deleted.
|
void |
Inventory.canDoAction()
Can we perform inventory adjustments?
|
void |
InventoryRemote.canDoAction() |
void |
InventoryService.canGoNegative(UserInfo userInfo,
double toBeIssued,
double curbal,
double totalAvailable,
MboRemote sourceMbo)
Can negative balance be allowed?
|
void |
InvUseLineSplit.canGoNegative(UserInfo userInfo,
double toBeIssued,
double curbal,
double totalAvailable,
MboRemote sourceMbo)
Can negative balance be allowed?
|
void |
InvUseLine.canGoNegative(UserInfo userInfo,
double toBeIssued,
double curbal,
double totalAvailable,
MboRemote sourceMbo)
Can negative balance be allowed?
|
void |
InventoryService.canGoNegative(UserInfo userInfo,
double toBeIssued,
double curbal,
double totalAvailable,
MboRemote sourceMbo,
java.lang.String costType)
Can negative balance be allowed?
|
void |
InventoryService.canGoNegative(UserInfo userInfo,
double toBeIssued,
double totalAvailable,
MboRemote sourceMbo) |
void |
InvUseLine.canGoNegative(UserInfo userInfo,
double toBeIssued,
double totalAvailable,
MboRemote sourceMbo)
Can negative availability balance be allowed?
|
void |
InventoryServiceRemote.canGoNegative(UserInfo userInfo,
double toBeIssued,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location) |
void |
InventoryService.canGoNegative(UserInfo userInfo,
double toBeIssued,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location)
Can negative balance be allowed?
|
void |
InventoryServiceRemote.canGoNegative(UserInfo userInfo,
double toBeIssued,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteId) |
void |
InventoryService.canGoNegative(UserInfo userInfo,
double toBeIssued,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid)
Can negative balance be allowed?
|
void |
InventoryService.canGoNegative(UserInfo userInfo,
double toBeIssued,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum,
java.lang.String siteid)
Can negative balance be allowed?
|
void |
Inventory.canIssueCurrentItem()
can this inventory item be used issued to Asset?
|
void |
InventoryRemote.canIssueCurrentItem() |
void |
Inventory.canKit()
can this inventory item be used for kitting?
|
void |
InventoryRemote.canKit() |
void |
InvStatusHandler.canObsolete()
Can change to Obsolete ?
This method checks for WorkOrder/JobPlan/MR/PR/PO/InvBalances/Asset exists for itemnum.
|
void |
InvStatusHandler.canPending()
Can change to pending?
|
void |
InvStatusHandler.canPlanning()
Can change to Planning?
Can change to Planning? This is an empty method implementation.
|
void |
Inventory.canReconcileBalances()
Determines if all of the invBalances for this Inventory record
have been reconciled.
|
void |
InventoryRemote.canReconcileBalances()
Determines if all of the invBalances for this Inventory record
have been reconciled.
|
void |
InventorySetRemote.canReorderForStoreroom() |
void |
InventorySet.canReorderForStoreroom()
Whether reorder action for this inventory set can take place.
|
void |
InvUseStatusHandler.canStaged()
Can change to Staged ?
|
void |
Inventory.canTransferCurrentItem()
Determines if the item is rotating before trying to transfer.
|
void |
InventoryRemote.canTransferCurrentItem()
Determines if the item is rotating.
|
void |
Inventory.changeCapitalizedStatus(boolean capitalized)
|
void |
InventoryRemote.changeCapitalizedStatus(boolean capitalized) |
void |
Inventory.changeCapitalizedStatus(boolean capitalized,
java.lang.String capitalacc,
java.lang.String memo)
sets cost & gl accout values upon changing the
capitalized flag on Item.
|
void |
InventoryRemote.changeCapitalizedStatus(boolean capitalized,
java.lang.String capitalacc,
java.lang.String memo) |
java.util.Date |
ReorderServiceRemote.changeState(UserInfo userInfo,
int requestType,
java.lang.String targetType,
java.lang.String siteID,
java.lang.String orgID) |
java.util.Date |
ReorderService.changeState(UserInfo userInfo,
int requestType,
java.lang.String targetType,
java.lang.String siteID,
java.lang.String orgID)
Overloaded form of int changeState(requestType, String targetType, String key).
|
java.util.Date |
ReorderServiceRemote.changeState(UserInfo userInfo,
int requestType,
java.lang.String targetType,
java.lang.String key,
java.lang.String siteID,
java.lang.String orgID) |
java.util.Date |
ReorderService.changeState(UserInfo userInfo,
int requestType,
java.lang.String targetType,
java.lang.String key,
java.lang.String siteID,
java.lang.String orgID)
Handle state change request.
|
void |
InvUseServiceRemote.changeStatus(InvUseRemote invuse,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
InvUseService.changeStatus(InvUseRemote invuse,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
InventoryService.changeStatus(MboRemote mbo,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
InvUseRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
InvUse.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
InvPickList.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
Inventory.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
InventoryRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
InvUseRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
java.lang.String binflag,
java.lang.String stagingbin,
boolean listtab,
long accessModifier) |
void |
InvUse.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
java.lang.String binflag,
java.lang.String stagingbin,
boolean listtab,
long accessModifier)
This method is called from the changeStatus(status, date, memo, accessModifier) with default values.
|
void |
InvUseStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
InvStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
InvPickListStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
Inventory.changeStockCategory(java.lang.String newcat)
changeStockCategory(1)
This method changes the Inventory.CATEGORY of an item in a storeroom to the value passed in.
|
void |
InventoryRemote.changeStockCategory(java.lang.String newcat) |
boolean |
Inventory.checkAssetExists()
This method checks if the item exist in Asset.
|
boolean |
InventoryRemote.checkAssetExists() |
void |
InvUseLine.checkAssetWOLocValidate() |
void |
Inventory.checkBalandPOPR()
This methods checks if the balance exists and PO/PR exists.
|
boolean |
Inventory.checkCIExists()
This method checks if the item exist in CI.
|
boolean |
InventoryRemote.checkCIExists() |
void |
Inventory.checkComponentCostType(MboSetRemote itemStructKitSet)
Checks if the kit components have cost type Lifo or Fifo.
|
boolean |
Inventory.checkContractExists()
This method checks if the item exist in ContractLine for Contract that are in a status other than
CAN or CLOSE.
|
boolean |
InventoryRemote.checkContractExists() |
void |
InvUseLine.checkForNegativeAvlBalanceBeforeSplitting()
Checks if the balance in the bin goes negative before splitting.
|
void |
InvUseLineSplit.checkForNegativeBalance()
Checks if the bin balance goes negative.
|
void |
InvUseLine.checkForNegativeBalance(MboRemote invBal,
MboRemote invuselinesplit)
Checks if the balance in the bin goes negative.
|
void |
MatRecTransSet.checkInspectedTotal()
Checks to see if the sum of acceptedqty and rejectqty is equal to inspectionqty.
|
void |
MatRecTransSetRemote.checkInspectedTotal() |
void |
InvUseLine.checkInvBal(MboRemote invBal,
java.lang.String parentInvUseStatus) |
boolean |
Inventory.checkInvBalancesExists()
This method checks if the item exist in InvBalances.
|
boolean |
InventoryRemote.checkInvBalancesExists() |
boolean |
InventorySetRemote.checkInvLifoFifoCostForReconcile() |
boolean |
InventorySet.checkInvLifoFifoCostForReconcile()
This method is called during reconcile balance adjustment.
|
boolean |
Inventory.checkInvUseStatusForPlanning()
This method checks if the item exist in Inventory Usage Lines in with status STAGED or SHIPPED.
|
boolean |
Inventory.checkInvUseStatusForPndObs()
This method checks if the item exist in Inventory Usage Lines in with status ENTERED, STAGED or SHIPPED.
|
boolean |
InvUseLineRemote.checkIssueExist() |
boolean |
InvUseLine.checkIssueExist()
This method checks if there is any returns exists with
ITEM/STOREROOM/WORKORDER/LOCATION/ASSET combination.
|
void |
InvUseLineRemote.checkIssueExistForInfo() |
void |
InvUseLine.checkIssueExistForInfo()
This method checks if there is any returns exists with
ITEM/STOREROOM/WORKORDER/LOCATION/ASSET combination.
|
void |
InvUseLine.checkItemStatus()
This is called the status is changed.
|
boolean |
Inventory.checkJPExists()
This method checks if the item exist in JobItem for job plans that are in a status other
than INACTIVE.
|
boolean |
InventoryRemote.checkJPExists() |
boolean |
InvBalancesSet.checkLifoFifoCostType()
This method returns true if the item cost type is LIFO or FIFO , Otherwise returns False.
|
void |
InvUseLineSplit.checkLot(MboRemote invBal)
This method checks if the lot has expired.
|
void |
InvUseLine.checkLotExpiry(MboRemote invBal,
ItemRemote item) |
boolean |
Inventory.checkMRExists()
This method checks if the item exist in MRLine for MR that are in a status other than CAN
or CLOSE
|
boolean |
InventoryRemote.checkMRExists() |
void |
InvUse.checkNegativeBalanace(MboRemote invuseline)
This method check if the negative current is allowed?
|
boolean |
Inventory.checkPOExists()
This method checks if the item exist in POLine for PO that are in a status other than
CAN or CLOSE.
|
boolean |
InventoryRemote.checkPOExists() |
boolean |
Inventory.checkPRExists()
This method checks if the item exist in PRLine for PR that are in a status other than
CAN or COMP.
|
boolean |
InventoryRemote.checkPRExists() |
boolean |
Inventory.checkReconcileFlag()
This method checks invbalances reconciled flag for this inventory.
|
void |
Inventory.checkRequestAgainstItemMaxIssue(java.lang.String assetnum,
double qtyRequested)
checks to make sure that the sum of the quantity being issued to an asset or work order
and the sum of the total issued quantity (ISSUEDQTY in the SPAREPART table for the given item
and asset combination) is less than or equal to the maximum permissible
quantity (MAXISSUE in ITEM table)
|
void |
InventoryRemote.checkRequestAgainstItemMaxIssue(java.lang.String assetnum,
double qtyRequested) |
void |
InvUse.checkReservationandSetBin(java.lang.String binflag,
java.lang.String stagebin,
java.lang.String status)
This method returns an arraylist of the invuseline records with deleted invreserves.
|
boolean |
InvUseLineRemote.checkReservationExist() |
boolean |
InvUseLine.checkReservationExist()
This method checks if there is any reservations for exists with
ITEM/STOREROOM/WORKORDER/LOCATION/ASSET combination.
|
void |
InvUseLineRemote.checkReservationExistForInfo() |
void |
InvUseLine.checkReservationExistForInfo()
This method checks if there is any reservations for exists with
ITEM/STOREROOM/WORKORDER/LOCATION/ASSET combination.
|
boolean |
InvUseRemote.checkReturnLinesinSet() |
boolean |
InvUse.checkReturnLinesinSet()
This method checks if this inventory usage header has lines with use type RETURN.
|
void |
InvUse.checkRotAssetNumList(java.lang.String key,
java.lang.String rotassetnum,
boolean newasset)
This method checks if the rotating asset entered exists on any other usage line.
|
boolean |
InvUseLine.checkRotatingAssetExistInToSite(java.lang.String rotassetnum,
MboRemote mbo)
This method check if the Asset already exists in other site and it was not the same Asset which was moved previously
from this site.
|
boolean |
InvBalancesSetRemote.checkSpecifyCost() |
boolean |
InvBalancesSet.checkSpecifyCost()
This method is called during current balance adjustment.
|
void |
InvUseStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
InvStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
InvPickListStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
boolean |
InvBalances.checkWMATStatus()
Check to see if record exists in WOMATSTATUSSYNC table.
|
boolean |
InvReserve.checkWMATStatus(java.lang.String itemnum,
java.lang.String location,
java.lang.String itemsetid,
java.lang.String siteid)
Check to see if record exists in WOMATSTATUSSYNC table.
|
boolean |
Inventory.checkWOExists()
This method checks if the item exist in WPItem for work orders that are in a status other than COMP
or CLOSE
|
boolean |
InventoryRemote.checkWOExists() |
boolean |
InvUseStatusHandler.chkPickListMbo(MboRemote owner)
check if action is coming from picklist
|
boolean |
InvUseLineSplit.chkPickListMbo(MboRemote owner) |
boolean |
InvUse.chkPickListMbo(MboRemote owner) |
boolean |
InvUseLine.chkPickListMbo(MboRemote owner) |
void |
InvUseLineSet.clearInvBalMap()
Clears the invBalMap hash map.
|
void |
InvUseLineSet.clearinvBalQtyMap()
Clears the invBalMap hash map.
|
void |
MatRecTransSet.clearVector()
Removes all the error messages previously stored in the errorVector.
|
void |
MatUseTransSet.clearVectors()
12-14015/IV25282: after MatUseTransListener.postCommitAction, clear all cthe vecotrs holding inventory
retlated to inventory current balances - so if user does issues mutile times without leaving the
Issues and Transfers application, inventory balance is updated incorrectly.
|
void |
InvUseRemote.complete(java.lang.String CurrentMaxStatus) |
void |
InvUse.complete(java.lang.String currentMaxStatus)
This method is called from invuse status handler.
|
void |
InvBalancesSet.connectInventoryPhysCntDate(MboRemote inventory)
12-10537/IV14319: connect the Inventory record used to hold the physcont date for the invbalances set
|
void |
Inventory.consumeInvLifoFifoCostRecord(double quantity,
java.lang.String conditionCode)
This method is used by Transfer and Receipt objects to consume the invlifofifoCost record.
|
void |
InventoryRemote.consumeInvLifoFifoCostRecord(double quantity,
java.lang.String conditionCode) |
void |
Inventory.consumeInvLifoFifoCostRecord(double quantity,
java.lang.String conditionCode,
long transid)
This method is used by Transfer and Receipt objects to consume the invlifofifoCost record.
|
void |
Inventory.consumeInvLifoFifoCostRecordRemaining(double quantity,
java.lang.String conditionCode,
long transid)
This method is used by Transfer and Receipt objects to consume the invlifofifoCost record.
|
MboRemote |
InvReserve.copy() |
MboRemote |
InvReserve.copy(MboSetRemote mboset) |
void |
Inventory.copyAssetsForIssue(MboSetRemote assetSet,
MboRemote issueItemToAssetMbo)
Used by "Issue Item to Multiple Assets" to copy a set of assets to IssueCurrentItemMbos.
|
void |
InventoryRemote.copyAssetsForIssue(MboSetRemote assetSet,
MboRemote issueItemToAssetMbo) |
void |
InvUseLineSet.copyInvBalancesSet(MboSetRemote invBalancesSet)
Loops thru the passed InvBalancesSet and add new InvUseLine based on each InvBalances
selected.
|
void |
InvUseLineSetRemote.copyInvBalancesSet(MboSetRemote invBalancesSet) |
void |
MatRecTransSet.copyInvBalancesSet(MboSetRemote invBalancesSet,
java.lang.String inOrOut)
Loops thru the passed InvBalancesSet and add new MatRecTrans based on each InvBalances
selected.
|
void |
MatRecTransSetRemote.copyInvBalancesSet(MboSetRemote invBalancesSet,
java.lang.String inOrOut) |
void |
InvUseRemote.copyInvBalancesSetForItems(MboSetRemote invBalancesSet) |
void |
InvUse.copyInvBalancesSetForItems(MboSetRemote invBalancesSet)
Loops through an InvBalancesSet and creates new InvUseLine based on the selected rows of the passed
InvBalancesSet.
|
void |
MatUseTransSet.copyInvReserveSet(MboSetRemote invReserveSet)
Loops thru the passed InvReserveSet and add new MatUseTrans based on each InvReserve selected.
|
void |
InvUseLineSet.copyInvReserveSet(MboSetRemote invReserveSet)
Loops thru the passed InvReserveSet and add new MatUseTrans based on each InvReserve selected.
|
void |
InvUseLineSetRemote.copyInvReserveSet(MboSetRemote invReserveSet) |
void |
MatUseTransSetRemote.copyInvReserveSet(MboSetRemote invReserveSet) |
void |
MatRecTransSet.copyInvReserveSet(MboSetRemote invReserveSet,
java.lang.String inOrOut)
Loops thru the passed InvReserveSet and add new MatRecTrans based on each InvReserve selected.
|
void |
MatRecTransSetRemote.copyInvReserveSet(MboSetRemote invReserveSet,
java.lang.String inOrOut) |
void |
InvUseRemote.copyInvReserveSetForInvUse(MboSetRemote invReserveSet) |
void |
InvUse.copyInvReserveSetForInvUse(MboSetRemote invReserveSet)
Loops an InvReserveSet and create new InvUseLine based on the selected rows of the passed
InvReserveSet.
|
void |
InvUseLineSet.copyInvUseLineSet(MboSetRemote matUseTransSet)
Loops thru the passed MatUseTransSet(ISSUE type) and add new InvUseLine(RETURN type) based on each MatUsetrans selected.
|
void |
InvUseLineSetRemote.copyInvUseLineSet(MboSetRemote invUseLineSet) |
void |
InvUseRemote.copyInvUseLineSetForReturn(MboSetRemote invUseLineSet) |
void |
InvUse.copyInvUseLineSetForReturn(MboSetRemote matUseTransSet)
Loops MatUseTrans Set(ISSUE type) and create new InvUseLine(RETURN) based on the selected rows of the
passed MatUseTrans set.
|
void |
MatRecTransSet.copyMatRecTransSet(MboSetRemote matRecTransSet,
java.lang.String inOrOut)
Loops thru the passed MatRecTransSet and add new MatRecTrans based on each MatRecTrans
selected.
|
void |
MatRecTransSetRemote.copyMatRecTransSet(MboSetRemote matRecTransSet,
java.lang.String inOrOut) |
protected void |
MatRecTrans.copyMatRecTransToMatRecTrans(MatRecTransRemote matrec,
java.lang.String issueType) |
void |
MatUseTransSet.copyMatUseTransSet(MboSetRemote matUseSet)
Loops thru the passed MatUseTransSet(ISSUE type) and add new MatUseTrans(RETURN type) based on each MatUseTrans selected.
|
void |
MatUseTransSetRemote.copyMatUseTransSet(MboSetRemote matUseSet) |
void |
MatRecTransSet.copyPOLineSet(MboSetRemote poLineSet,
java.lang.String inOrOut)
Loops thru the passed POLineSet and add new MatRecTrans based on each POLine
selected.
|
void |
MatRecTransSetRemote.copyPOLineSet(MboSetRemote poLineSet,
java.lang.String inOrOut) |
void |
MatUseTransSet.copySparePartSet(MboSetRemote sparePartSet)
Loops thru the passed SparePartSet and adds new MatUseTrans based on each SparePart selected.
|
void |
InvUseLineSet.copySparePartSet(MboSetRemote sparePartSet)
Loops thru the passed SparePartSet and adds new MatUseTrans based on each SparePart selected.
|
void |
InvUseLineSetRemote.copySparePartSet(MboSetRemote sparePartSet) |
void |
MatUseTransSetRemote.copySparePartSet(MboSetRemote sparePartSet) |
void |
MatRecTransSet.copySparePartSet(MboSetRemote sparePartSet,
java.lang.String inOrOut)
Loops thru the passed SparePartSet and adds new MatRecTrans based on each SparePart selected.
|
void |
MatRecTransSetRemote.copySparePartSet(MboSetRemote sparePartSet,
java.lang.String inOrOut) |
void |
InvUseRemote.copySparePartSetForInvUse(MboSetRemote sparePartSet) |
void |
InvUse.copySparePartSetForInvUse(MboSetRemote sparePartSet)
Loops through the passed SparePartSet and creates a new InvUseLine based on the selected rows of
the passed set.
|
void |
MatRecTransSet.createAssets(java.lang.String ponum,
int polinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
void |
MatRecTransSetRemote.createAssets(java.lang.String ponum,
int polinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
void |
InventoryService.createInvbalances(MboRemote invMbo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditioncode,
java.lang.String itemsetid,
java.lang.String curbal,
UserInfo userInfo)
add inventory balance for existing inventory
|
void |
MatUseTrans.createInvoiceOnConsumption()
This method will call the invoice service method to generate invoice on Issue and Return consumption for consinment items.
|
void |
MatRecTrans.createInvoiceOnConsumption()
This method will call the invoice service method to generate the invoice on SHIPTRANFER and TRANFER transactions
for consinment items.
|
void |
InvTrans.createInvoiceOnConsumption()
save()
This method will call the invoice service method to generate the invoice if the invoice generation type is
set to Consumption in the inventory level for consinment items and will be called from save().
|
MboRemote |
InvBalances.createInvTrans(double quantity,
double unitcost,
boolean isreconcile)
This method creates invtrans record for the current balance adjustment for Lifo/Fifo items fr consumption.
|
MboRemote |
InvCost.createInvTrans(double old_cost,
double newcost,
java.lang.String costType) |
MboRemote |
InvUse.createInvUsageForPartialIssues(MboSetRemote invReserveSet)
IV69612: called by duplicate() method only - duplicate the invuse object and creating new
invuselines based on the invReserveSet passed.
|
MboRemote |
Inventory.createIssue()
createIssue()
This remote inventory method was created to provide callers the ability to issue this inventory record
without passing any parameters whatsoever.
|
MboRemote |
InventoryRemote.createIssue() |
protected MboRemote |
Inventory.createIssue(MboSetRemote issueSet,
java.lang.String ownersysid1)
createIssue(1,2)
This remote inventory method was created to provide the InventoryService method of the same name(createIssue)
a means of generating an issue record and adding that new mbo to a pre-named set.
|
MboRemote |
InventoryServiceRemote.createIssue(UserInfo userInfo,
MboSetRemote issueSet,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String ownersysid1) |
MboRemote |
InventoryService.createIssue(UserInfo userInfo,
MboSetRemote issueSet,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String ownersysid1)
Generates an issue record and adds the new mbo to a pre-named set.
|
MboRemote |
InventoryServiceRemote.createIssue(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String bin,
java.lang.String lot,
java.lang.String rotasset,
double qty) |
MboRemote |
InventoryService.createIssue(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String bin,
java.lang.String lot,
java.lang.String rotasset,
double qty)
Returns a MatUseTrans mbo and set the columns based on the parameters passed.
|
MboRemote |
InventoryService.createIssueForNonStock(UserInfo userInfo,
MboSetRemote issueSet,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid,
java.lang.String ownersysid1)
IJ23801:TS003101968:new method to create matusetrans for non-stock items
|
void |
MatRecTrans.createMatRecTransRecordforLifoFifo(MboRemote inv)
This method creates the matusetrans based on invlifofifocost records.
|
void |
MatUseTransRemote.createMatUseTransRecordforLifoFifo(MboRemote mboRemote) |
void |
MatUseTrans.createMatUseTransRecordforLifoFifo(MboRemote inv)
This method creates the matusetrans based on invlifofifocost records.
|
protected MboRemote |
Inventory.createMiscReceipt(MboSetRemote existingReceiptSet,
java.lang.String ownersysid) |
MboRemote |
InventoryServiceRemote.createMiscReceipt(UserInfo userInfo,
MboSetRemote existingReceiptSet,
java.lang.String itemnum,
java.lang.String toStoreLoc,
java.lang.String siteid,
java.lang.String ownersysid) |
MboRemote |
InventoryService.createMiscReceipt(UserInfo userInfo,
MboSetRemote existingReceiptSet,
java.lang.String itemnum,
java.lang.String toStoreLoc,
java.lang.String siteid,
java.lang.String ownersysid)
Returns a MatRecTrans Mbo for the caller to perform the
miscellaneous receipts functionality - a return without a corresponding
issue.
|
MboRemote |
InventoryService.createPickList(MboSetRemote msr,
java.lang.String pldescription,
java.lang.String plnum,
java.util.Date reqdate,
java.lang.String storeroom,
java.lang.String siteid,
UserInfo userInfo,
MXTransaction trans) |
void |
MatRecTransRemote.createReturn(MatRecTransRemote matrec) |
void |
MatRecTrans.createReturn(MatRecTransRemote matrec) |
MboRemote |
InventoryService.createReturnForIssueStoreloc(MboRemote issueMbo) |
void |
MatRecTransSet.createReturnsForAssets(PO po,
MboSetRemote matRecTransAssetSetRemote) |
void |
MatRecTransSetRemote.createReturnsForAssets(PO po,
MboSetRemote assetSetRemote) |
MboRemote |
InvUseServiceRemote.createShipmentReceipt(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String shipmentnum,
long shipmentlinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
InvUseService.createShipmentReceipt(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String shipmentnum,
long shipmentlinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
InvUseServiceRemote.createShipmentReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String shipmentnum,
long shipmentlinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
InvUseService.createShipmentReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String shipmentnum,
long shipmentlinenum,
java.lang.String ownersysid,
java.lang.String siteid) |
void |
MatRecTrans.createShipReceiptRecordsforLifoFifo()
IV92645: In Shipment Receiving, if ShipTransfer contains multiple records for LIFO/FIFO, needs
to create additional shipreceipt records to match SHIPTRANSFER.
|
void |
MatRecTrans.createStdRecAdjOnRotAssetTransferIn()
IV47599: if the cost type for this inventory is Standard cost, need to adjust standard cost if necessary
this is only for rotating asset being returned to a storeroom from an operating location
|
ReorderSetRemote |
ReorderSet.decideVendorAndCost(boolean groupByVendor,
boolean considerContract,
int allowanceDays)
Processing vendor and cost for each reorder item.
|
ReorderSetRemote |
ReorderSetRemote.decideVendorAndCost(boolean groupByVendor,
boolean considerContract,
int allowanceDays) |
void |
InvReserve.delete(long accessModifier)
This method calls deleteInvUseLines() to delete corresponding InvUseLines.
|
void |
InvUseLine.delete(long accessModifier)
This method deletes the invuseline record and updates the pendingqty if this
invuseline record is associated with requestnum.
|
void |
MatUseTrans.delete(long accessModifier)
Adjust the line cost from WO.actMatCost.
|
void |
Inventory.delete(long access)
delete(1)
If we delete Inventory, then delete all InvBalance records
associated with this Inventory.
|
void |
InvReserveSetRemote.deleteAllMRReservations() |
void |
InvReserveSet.deleteAllMRReservations()
Delete all reservations .
|
void |
InvUse.deleteInvUseLines()
This method deletes the invuseline records with deleted invreserve records.
|
void |
InvReserve.deleteInvUseLines()
This method deletes the InvUseLine records for the give requestnum if
the invuse(header) record is in Entered Status.
|
void |
InvReserveSetRemote.deleteMRReservations(java.lang.String mrnum) |
void |
InvReserveSet.deleteMRReservations(java.lang.String mrnum) |
void |
InvReserveSetRemote.deleteMRReservationsWhenCancel(java.lang.String mrnum) |
void |
InvReserveSet.deleteMRReservationsWhenCancel(java.lang.String mrnum)
Delete all reservations with the MRNUM on them.
|
void |
ReorderSet.deleteNullOrderUnit(UserInfo userInfo,
java.lang.String siteID)
Delete records from ReorderPad if the order unit is null.
|
void |
ReorderSetRemote.deleteNullOrderUnit(UserInfo userInfo,
java.lang.String siteID) |
void |
InvReserveSetRemote.deletePOReservations(java.lang.String ponum) |
void |
InvReserveSet.deletePOReservations(java.lang.String ponum) |
void |
MatRecTransSet.deleteUnSelected()
This method removes those Mbos from the MboSet that need not be saved to the database.
|
void |
MatRecTransSetRemote.deleteUnSelected() |
void |
InvReserveSetRemote.deleteWorkOrderReservations() |
void |
InvReserveSet.deleteWorkOrderReservations()
This method is called by the WO package to delete all reservations related to a work
order.
|
void |
InvReserveSetRemote.deleteWorkOrderReservations(java.lang.String wonum) |
void |
InvReserveSet.deleteWorkOrderReservations(java.lang.String wonum)
|
MboRemote |
Inventory.doAdjustment(NonPersistentMboRemote invAdj)
Calls "Adjust Current Balance", "Adjust Physical Count","Reconcile Current Balance",
"Adjust Standard Cost", or "Adjust Average Cost" depending on the information gathered in the NonPersistentMbo passed.
|
protected void |
MatRecTrans.doKitBreakUpdates(ItemStructRemote kitComponent,
KitRemote kit) |
protected void |
MatRecTrans.doKitBreakUpdates(ItemStructRemote kitComponent,
KitRemote kit,
double componentQtyToAddToBinOnBreak) |
protected void |
MatUseTrans.doKitMakeInvBalanceUpdates()
performs update of InvBalance following the employ of this
MatRecTrans' Itemnum in a newly assembled Kit.
|
MboRemote |
InvUse.duplicate()
IV69612: duplicate the current invuse in a COMPLETE status to a new ENTERED invuse and then
create a set of new INVUSELINE.
|
boolean |
CheckStatus.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for downloading compiled sources.
|
boolean |
CheckNotAssetCostType.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for downloading compiled sources.
|
boolean |
CheckCostType.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for downloading compiled sources.
|
boolean |
CheckCTypeUnitCost.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for downloading compiled sources.
|
boolean |
CheckAssetCostType.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for downloading compiled sources.
|
void |
MatUseTransListener.eventAction(EventMessage em) |
boolean |
MatUseTransListener.eventValidate(EventMessage em) |
MboSetRemote |
InventoryServiceRemote.findItemsForPhysCount(UserInfo userInfo,
java.lang.String location) |
MboSetRemote |
InventoryService.findItemsForPhysCount(UserInfo userInfo,
java.lang.String location)
Find the elligible balances records for physcical count by items due to be counted.
|
PORemote |
ReorderRemote.generatePOHeader(POSetRemote poSet) |
PORemote |
Reorder.generatePOHeader(POSetRemote poSet)
Add a new PO to prSet, and update it with the information in this reorder item.
|
void |
ReorderRemote.generatePOLine(PRRemote po,
boolean groupByVender) |
void |
Reorder.generatePOLine(PRRemote po,
boolean groupByVender)
Excecute Reorder for this item.
|
PRRemote |
ReorderRemote.generatePRHeader(PRSetRemote prSet) |
PRRemote |
Reorder.generatePRHeader(PRSetRemote prSet)
Add a new PR to prSet, and update it with the information in this reorder item.
|
void |
ReorderRemote.generatePRLine(PRRemote pr,
boolean groupByVender) |
void |
Reorder.generatePRLine(PRRemote pr,
boolean groupByVender)
Excecute Reorder for this item.
|
double |
Inventory.getAccumulativeTotalCurBal()
11-14180: return the accumulativeTotalCurbal to MatRecTrans
|
java.lang.String[] |
FldMatUseTransItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldMatRecTransItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldInvUseLineItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
boolean |
MatRecTransRemote.getApproveAfterCreatingAssets() |
boolean |
MatRecTrans.getApproveAfterCreatingAssets() |
boolean |
Inventory.getAutoCreateInvLifoFifoCost()
Returns autoCreateInvLifoFifoCost flag.
|
protected double |
MatRecTrans.getAvailableQty(Inventory inv,
InvBalancesRemote invBal)
gets the available quantity.
|
double |
Inventory.getAverageCost(MboSetRemote invLifoFifoCostSet)
This method averages the cost for the display on UI.
|
double |
InventoryRemote.getAverageCost(MboSetRemote invLifoFifoSet) |
MboSetRemote |
InventoryServiceRemote.getBalances(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid) |
MboSetRemote |
InventoryService.getBalances(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String siteid)
Find the balances records and return the set.
|
MboSetRemote |
InventoryServiceRemote.getBalancesForInventorySet(MboSetRemote inventorySet) |
MboSetRemote |
InventoryService.getBalancesForInventorySet(MboSetRemote inventorySet)
returns the set of InvBalances across all itemnum/location/binnum/lotnum combinations
for a given set of Inventory itemnum/location combinations
|
protected MboSetRemote |
InvBalances.getBins()
returns the distinct set of bins for this InvBalance's siteid.
|
MboSetRemote |
InventoryServiceRemote.getBins(UserInfo userInfo,
java.lang.String location,
java.lang.String binnum) |
MboSetRemote |
InventoryService.getBins(UserInfo userInfo,
java.lang.String location,
java.lang.String binnum)
Retuns an invbalances set for a given binnum(wildcard) and storeloc
|
java.lang.String |
InvUse.getClearingAcct()
Returns the organization mbo so the clearing acct can be retrieved.
|
MboRemote |
MatRecTransRemote.getClearingAcct() |
MboRemote |
MatRecTrans.getClearingAcct()
Returns the organization mbo so the clearing acct can be retrieved.
|
double |
InventoryServiceRemote.getConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM,
java.lang.String itemSetID) |
double |
InventoryService.getConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM,
java.lang.String itemSetID)
Returns the conversion factor that will convert the "from"
unit of measure (UOM) to the "to" unit of measure.
|
double |
InventoryServiceRemote.getConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM,
java.lang.String itemSetID,
java.lang.String itemNum) |
double |
InventoryService.getConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM,
java.lang.String itemSetID,
java.lang.String itemNum)
Returns the conversion factor that will convert the "from"
unit of measure (UOM) to the "to" unit of measure.
|
MboRemote |
InventoryService.getConversionFactorToStoreroom(MboRemote mbo,
java.lang.String tostoreloc,
java.lang.String tositeid)
set the the conversion factor , to bin and lot for the item transfer based on the to store rom location
|
java.lang.String |
Inventory.getCostType()
Returns Item's Cost Type.
|
java.lang.String |
InventoryRemote.getCostType() |
MboRemote |
MatRecTrans.getCourierLaborTransientMatRec()
returns the courier/labor MatRecTrans which contains the qty held before
the final destination this current MatRecTrans is trying to transfer from
the courier/labor to the destination storeroom
|
double |
InvBalances.getCurrentBalance()
Get the current balance.
|
double |
InvBalancesRemote.getCurrentBalance() |
double |
Inventory.getCurrentBalance(java.lang.String binnum,
java.lang.String lotnum)
getCurrentBalance(1,2)
Returns the current balance for this item/location combination, assuming conditionCode is null
|
double |
InventoryRemote.getCurrentBalance(java.lang.String binnum,
java.lang.String lotnum) |
double |
Inventory.getCurrentBalance(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode)
getCurrentBalance(1,2,3)
Returns the current balance for this item/location combination
if binnum/lotnum/conditionCode passed into this method as null, they will NOT be considered when retrieving balance set!
if binnum/lotnum/ConditionCode passed into this method as "", they will be treated as a null (eg.
|
double |
InventoryRemote.getCurrentBalance(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode) |
double |
InventoryServiceRemote.getCurrentBalance(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum) |
double |
InventoryService.getCurrentBalance(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String binnum,
java.lang.String lotnum)
Creates an Inventory Set using the itemnum/location parameters passed.
|
void |
InventorySetRemote.getCustomInventorySet(java.lang.String[] attributes,
java.lang.String[] values) |
void |
InventorySet.getCustomInventorySet(java.lang.String[] attributes,
java.lang.String[] values)
Provides a set of inventory records based on the parameters passed.
|
int |
MatUseTransSet.getDateRange()
Gets the type of date range setting, set by the user.
|
int |
MatUseTransSetRemote.getDateRange() |
double |
Inventory.getDefaultAverageCost()
getDefaultAverageCost()
Returns the default average cost (inventory.avgcost)
|
double |
InventoryRemote.getDefaultAverageCost() |
double |
InvLifoFifoCostSetRemote.getDefaultIssueCost() |
double |
InvLifoFifoCostSet.getDefaultIssueCost()
This method return the average cost for Lifo/Fifo items in a set.
|
double |
Inventory.getDefaultIssueCost()
getDefaultIssueCost()
Returns the default issue cost of the inventory's 100% condition rate.
|
double |
InvCost.getDefaultIssueCost()
getDefaultIssueCost()
Core logic to return the default issue cost for this item/storeroom/conditioncode
Checks inventory.costtype and returns the value from that field
Note: Cost Returned is in base Currency
|
double |
InventoryRemote.getDefaultIssueCost() |
double |
Inventory.getDefaultIssueCost(java.util.ArrayList invLifoFifoCostList)
This method return the most recent costdate's unit cost if the cost type is LIFO,
Otherwise returns least recent costdate's unit cost if the cost type s FIFO.
|
double |
Inventory.getDefaultIssueCost(AssetRemote assetRemote)
getDefaultIssueCost(1)
If user has chosen to call this method (by passing in an AssetRemote,
they user has chosen to get the proper issue cost for item which is rotating asset.
|
double |
InventoryRemote.getDefaultIssueCost(AssetRemote assetRemote) |
double |
Inventory.getDefaultIssueCost(AssetRemote assetRemote,
java.lang.String conditionCode)
getDefaultIssueCost(1,2)
If user has chosen to call this method (by passing in an AssetRemote,
they user has chosen to get the proper issue cost for item which is rotating asset.
|
double |
Inventory.getDefaultIssueCost(java.lang.String conditionCode)
getDefaultIssueCost(1)
Returns the default issue cost of the inventory for the specified condition code.
|
double |
InventoryRemote.getDefaultIssueCost(java.lang.String conditionCode) |
double |
InvLifoFifoCostSet.getDefaultIssueCostNewCost()
Returns the last unit cost entered by the user for this item.
|
java.lang.String |
InvUseLine.getDefaultLotNum()
getDefaultLotNum()
Returns the first lotnum found in the InvLots table with a valid useby date
|
java.lang.String |
InventoryServiceRemote.getDefaultLotNum(MboRemote mbo) |
java.lang.String |
InventoryService.getDefaultLotNum(MboRemote mbo)
getDefaultLotNum()
Returns the first lotnum found in the InvLots table with a valid useby date
|
java.util.ArrayList |
InvUse.getDeletedInvUseLineList() |
double |
MatRecTrans.getDirectIssueConversion()
Get direct issue conversion between Received Unit and POLine Order Unit.
|
java.util.Date |
MatUseTransSet.getEndDate()
Gets the end date set by the user.
|
java.util.Date |
MatUseTransSetRemote.getEndDate() |
int |
InvUse.getEvaluateSplitFlag()
This method returns true if the invuseline needs split otherwise returns false.
|
double |
InvUse.getExchangeRate(java.util.Date date)
Get the exchangerate between the PO's or the Contract's currency and the basecurrency.
|
double |
InvUse.getExchangeRate2(java.util.Date date)
Get the exchangerate2 if there is a base currency2.
|
java.lang.String |
InvUseSetRemote.getExternalValues(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteID,
java.lang.String orgID) |
java.lang.String |
InvUseSet.getExternalValues(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteID,
java.lang.String orgID)
Returns the external list of synonyms for a given valuelist and maxvalue (+ site and org).
|
protected java.util.Vector |
MatRecTransSet.getfromInvBalVector() |
void |
FldInvReserveItemNum.getGLDebitAcct()
Gets proper GL debit account.
|
MboRemote |
MatRecTransRemote.getHoldingLocationForSite(java.lang.String siteid) |
MboRemote |
MatRecTrans.getHoldingLocationForSite(java.lang.String siteid)
returns true if the tostoreloc is a location of type HOLDING
|
boolean |
InventorySetRemote.getIncludesNonReorder() |
boolean |
InventorySet.getIncludesNonReorder()
gets the userpref value to indicate whether Inventory objects
set not to automatically reorder should be included in the Inventory set.
|
boolean |
InventorySetRemote.getIncludesReorder() |
boolean |
InventorySet.getIncludesReorder()
gets the userpref value to indicate whether Inventory objects
marked for reorder should be included in the Inventory set
|
java.lang.String |
ReorderRemote.getInternalLineType() |
java.lang.String |
Reorder.getInternalLineType()
Returns the internal representation of the Line Type field.
|
java.util.HashMap |
InvBalancesSet.getInvBalanceMap(boolean isreconcile)
This method create Hash map for the invbalance set with conditioncode key if new balance entered is less than current balance.
|
InvBalances |
Inventory.getInvBalanceRecord(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode)
getInvBalanceRecord(1,2,3) - PACKAGE access
Seeks out a InvBalance mbo based on passed in values for bin and lot
|
InvBalances |
Inventory.getInvBalanceRecord(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode,
java.lang.String storeLoc,
java.lang.String storeSite)
getInvBalanceRecord(1,2,3,4) - PACKAGE access
Seeks out a InvBalance mbo based on passed in values for bin and lot
|
MboRemote |
MatUseTransRemote.getInvBalancesRecord(MboRemote mboRemote) |
MboRemote |
MatUseTrans.getInvBalancesRecord(MboRemote inventory)
Gets a reference of invbalances in the INVBALANCES set, compared current item,location,itemsetid,
and conditioncode, binnum, lotnum, and siteid
|
MboSetRemote |
InventorySet.getInvbalancesSet() |
MboSetRemote |
Inventory.getInvBalancesSetForKitComponent(java.lang.String binnum)
returns the set of InvBalances across all bins to satisfy the
amount needed to assemble a kit.
|
MboSetRemote |
InventoryRemote.getInvBalancesSetForKitComponent(java.lang.String binnum) |
java.util.Vector |
InvBalancesSet.getInvBalanceVector(boolean isreconcile)
This method returns vector of the given invbalance set if the newbalance entered is less than current balance.
|
java.util.HashMap |
InvUseLineSet.getInvBalMap()
returns the hash map.
|
MboRemote |
InvUseLineSet.getInvBalMap(java.lang.String key)
Return the invbalance mbo corresponding to key.
|
java.util.HashMap |
InvUse.getInvBalQtyNSMap()
This method returns the quantity hashmap.
|
protected java.util.Vector |
MatRecTransSet.getInvBalVector() |
MboRemote |
MatRecTransRemote.getInvCostRecord(MboRemote toInventory) |
MboRemote |
MatRecTrans.getInvCostRecord(MboRemote toInventory)
Gets a reference of invcost stored in the mboset INVCOST, compared
current item,location,itemsetid, and conditioncode and siteid
|
MboRemote |
Inventory.getInvCostRecord(java.lang.String conditionCode)
returns InvCost mbo based on the conditionCode passed
|
java.lang.String |
InventorySetRemote.getInventoryLocation() |
java.lang.String |
InventorySet.getInventoryLocation()
gets the userpref value used to filter Inventory records
by location in the result set.
|
MboSetRemote |
InventorySetRemote.getInventorySetForReconcile() |
MboSetRemote |
InventorySet.getInventorySetForReconcile()
This method return inventory set that that needs to be reconciled (reconciled flag is false).
|
java.lang.String |
Inventory.getInventoryStatus()
Returns the inventory status.
|
java.lang.String |
InventoryRemote.getInventoryStatus() |
protected java.util.Vector |
MatRecTransSet.getInventoryVector() |
java.lang.String |
Inventory.getInvGenType()
This Method returns the Invoice generation type.
|
MboRemote |
Inventory.getInvLifoFifoCostRecord(java.lang.String conditionCode)
Returns the most recent cost date InvLifoFifoCost mbo based on the conditionCode passed
|
MboSetRemote |
Inventory.getInvLifoFifoCostRecordSet(java.lang.String conditionCode)
returns InvFifoCost mbo based on the conditionCode passed
|
MboSetRemote |
InventoryRemote.getInvLifoFifoCostRecordSet(java.lang.String conditionCode) |
MboSetRemote |
Inventory.getInvLifoFifoCostRecordSet(java.lang.String conditionCode,
long transid)
returns InvFifoCost mbo based on the conditionCode passed
|
MboSetRemote |
Inventory.getInvLifoFifoCostRecordSetSorted(java.lang.String conditionCode)
returns InvFifoCost mbo based on the conditionCode passed
|
MboSetRemote |
InventoryRemote.getInvLifoFifoCostRecordSetSorted(java.lang.String conditionCode) |
protected java.util.Vector |
MatRecTransSet.getInvLotVector() |
InvReserveRemote |
InvUseLine.getInvReserveInVector(java.util.Vector v,
MboRemote thisInvReserve)
IV79875: does my InvReserve just gotten from getSharedInvReserveSet find a
match in the Vector? if found, return the InvReserve mbo in the vector, if not
returns null
|
InvReserveRemote |
MatUseTrans.getInvReserveInVector(java.util.Vector v,
MboRemote thisInvReserve)
10-16236: does my InvReserve just gotten from getSharedInvReserveSet find a
match in the Vector? if found, return the InvReserve mbo in the vector, if not
returns null
|
boolean |
InvReserve.getInvReserveValQtyFlag() |
java.util.Vector |
MatUseTransSet.getInvReserveVector() |
java.util.Vector |
InvUseLineSet.getInvReserveVector() |
MboRemote |
InvUseLine.getInvUse()
getInvUse()
- Returns the inventory usage record with the same invusenum as the
current line, i.e.
|
MboRemote |
FldInvConditionCode.getInvUse()
IV89507: find the inventory usage record when the asset was shipped or staged.
|
java.util.HashMap |
InvUse.getInvUseLineMap()
This method returns the invuseline hashmap.
|
java.lang.String |
InvUse.getInvUseLineNum()
This method returns the list of the invuselinenum for invUseLineList ArrayList.
|
double |
InvUseLine.getInvUseLineQtyForReturn(long matusetransid)
This method returns sum of the quantity in invuseline for return usetype
against the issue.
|
java.util.HashMap |
InvUse.getInvUseLineSplitRecordsMap()
This method creates a HashMap for split records that will be used to create transaction records.
|
java.util.HashMap |
InvReserveSet.getInvUseMap()
This method clears the hashmap.
|
MboRemote |
InvReserveSet.getInvUseMap(long invUseId)
This method returns the invUseMap.
|
MatUseTransRemote |
MatUseTrans.getIssueForThisReturn()
The issue for this return; many returns may be done for this issue.
|
java.lang.String |
InventoryServiceRemote.getItemSetIdFromSite(UserInfo userInfo,
java.lang.String siteid) |
java.lang.String |
InventoryService.getItemSetIdFromSite(UserInfo userInfo,
java.lang.String siteid)
returns the itemset id when siteid is passed
|
MboSetRemote |
InventoryServiceRemote.getItemsInStore(UserInfo userInfo,
java.lang.String storeroom) |
MboSetRemote |
InventoryService.getItemsInStore(UserInfo userInfo,
java.lang.String storeroom)
Returns an MboSetRemote of ITEM's in the specified Storeroom
|
java.lang.String |
Inventory.getKitAction()
set when menu action is chosen to Assemble Kit or
Disassemble Kit
|
java.lang.String |
InventoryRemote.getKitAction() |
int |
MatUseTransSet.getLastNDays()
Gets the last number of days, set by the user.
|
int |
MatUseTransSetRemote.getLastNDays() |
java.util.Hashtable |
MatUseTransSet.getLifoFifoInHash() |
LifoFifoCostSet |
InventorySetRemote.getLifoFifoSet() |
LifoFifoCostSet |
InventorySet.getLifoFifoSet()
This methods adds the records to non persistent lifofifocost set from the lifofifocostset map to display on UI.
|
java.util.HashMap |
MatRecTransSet.getLineNumAssetMap()
This method returns the lineNumAssetMap hashmap.
|
MboSetRemote |
InventoryService.getLineSplitForRotItems(MboSetRemote assetmsr,
MboRemote invUseLineMbo,
UserInfo userInfo) |
MboSetRemote |
InventoryService.getLineSplitRecords(MboSetRemote invbalmsr,
MboRemote invUseLineMbo,
UserInfo userInfo) |
MboSetRemote |
FldMatUseTransWoNum.getList()
10-21303: if mbo is in zombie, display2 the workorders that are in the same storeroom site in
Issues and Transfers
|
MboSetRemote |
FldMatUseTransToSiteId.getList()
Show only the sites which user has an access to(Done by the framework) and are within the org
|
MboSetRemote |
FldMatUseTransStoreloc.getList()
getList for matusetrans.storeloc.
|
MboSetRemote |
FldMatUseTransRotAssetnum.getList() |
MboSetRemote |
FldMatUseTransMRNum.getList()
Show only the mr Records for the itemnum existing in any mrline.
|
MboSetRemote |
FldMatUseTransLocation.getList()
Returns the list of item with ACTIVE or PENDOBS status
|
MboSetRemote |
FldMatUseTransLineType.getList()
Returns line type value list with ITEM and MATERIAL.
|
MboSetRemote |
FldMatUseTransItemNum.getList()
getList for matusetrans.itemnum
|
MboSetRemote |
FldMatUseTransIssueType.getList()
If this is the Storeroom Managment, we only show the type of "STOREROOM".
|
MboSetRemote |
FldMatUseTransConditionCode.getList()
Show only the InvBalances Records for the itemnum/location.
|
MboSetRemote |
FldMatUseTransAssetnum.getList()
10-21303: if mbo is in zombie, displays the assets that are in the same storeroom site in
Issues and Transfers
|
MboSetRemote |
FldMatRecTransToStoreLoc.getList()
Show only the storeroom locations for a given site
|
MboSetRemote |
FldMatRecTransToBin.getList()
IJ19896: override the getList() of super class FldTransferCommonBinNum to handle
the special case where the po is inspection required and the current matrectrans is WINSP
and the storeloc now is a HOLDING type of location.
|
MboSetRemote |
FldMatRecTransRotAssetnum.getList() |
MboSetRemote |
FldMatRecTransItemNum.getList()
Show only the items that are in the transfer out storeroom.
|
MboSetRemote |
FldMatRecTransFromStoreLoc.getList()
Show only the storeroom locations for a given site
|
MboSetRemote |
FldMatRecTransAssetnum.getList() |
MboSetRemote |
FldInventoryStoreloc.getList()
Returns Storeroom type locations.
|
MboSetRemote |
FldInventorySiteId.getList()
Returns the list of sites
|
MboSetRemote |
FldInventoryLocation.getList() |
MboSetRemote |
FldInventoryOrderUnit.getList()
Return list of mbos from the MEASUREUNIT table.
|
MboSetRemote |
FldInventoryDefCostType.getList()
getList()
Returns a list of cost type.
|
MboSetRemote |
FldInventoryVendor.getList()
Return a list of all vendors in the current organization.
|
MboSetRemote |
FldInvUseUseType.getList() |
MboSetRemote |
FldInvUseLineWoNum.getList() |
MboSetRemote |
FldInvUseLineUseType.getList()
If this is the Storeroom Managment, we only show the type of "STOREROOM".
|
MboSetRemote |
FldInvUseLineToStoreLoc.getList()
Show only the storeroom locations for a given site
|
MboSetRemote |
FldTransferCommonLotNum.getList()
Show only the InvBalances Records for the itemnum/location/binnum and site.
|
MboSetRemote |
FldInvUseLineSplitRotAssetnum.getList()
Returns the list of Assets belong to a given rotating item.
|
MboSetRemote |
FldInvUseLineSplitPLState.getList()
getList()
Returns a list of allowed status
|
MboSetRemote |
FldInvUseLineSplitFromLot.getList()
Returns the list of binnums that are not staging bins.
|
MboSetRemote |
FldInvUseLineSplitFromBin.getList()
Returns the list of binnums that are not staging bins.
|
MboSetRemote |
FldInvUseLineRotAssetnum.getList()
Returns the list of Assets belong to a given rotating item.
|
MboSetRemote |
FldInvUseLineLocation.getList()
Returns the list of item with ACTIVE or PENDOBS status
|
MboSetRemote |
FldInvUseLineLineType.getList()
Returns line type value list with ITEM.
|
MboSetRemote |
FldInvUseLineItemNum.getList()
getList for itemnum
|
MboSetRemote |
FldInvUseLineFromStoreloc.getList()
getList for fromstoreloc.
|
MboSetRemote |
FldInvUseLineFromLot.getList()
Returns the list of lotnums.
|
MboSetRemote |
FldTransferCommonConditionCode.getList()
Show only the InvBalances Records for the itemnum/location/binnum and site.
|
MboSetRemote |
FldInvUseLineFromConditionCode.getList()
Show only the InvBalances Records for the itemnum/location.
|
MboSetRemote |
FldTransferCommonBinNum.getList()
Show only the InvBalances Records for the itemnum/location and site.
|
MboSetRemote |
FldInvUseLineAssetnum.getList()
Returns the list of Assets belong to a given rotating item.
|
MboSetRemote |
FldInvUseFromStoreloc.getList() |
MboSetRemote |
FldInvReserveToStoreLoc.getList()
Show only the storeroom locations .
|
MboSetRemote |
FldInvReservePoNum.getList()
Show only the internal pos
|
MboSetRemote |
FldInvReserveMRNum.getList()
Show only the mr Records for the itemnum existing in any mrline.
|
MboSetRemote |
FldInvReserveLocation.getList()
getList for matusetrans.itemnum
|
MboSetRemote |
FldInvReserveItemNum.getList()
getList for invreserve.itemnum
|
MboSetRemote |
FldInvPickListStatus.getList()
getList()
Returns a list of allowed status
|
MboSetRemote |
FldInvBalancesLotNum.getList() |
MboSetRemote |
FldInvConditionCode.getList()
shows only condition codes for the current item.
|
MboSetRemote |
FldInvBalancesBinNum.getList()
returns distinct binnums from the set of InvBalances for the current SiteId.
|
MboSetRemote |
FldCostType.getList()
getList()
Returns a list of cost type.
|
MboSetRemote |
FldConversionItemNum.getList()
Show only the Items in itemset to which user's insertsite belongs to.
|
MboSetRemote |
FldCommonLotNum.getList()
Show only the InvBalances Records for the itemnum/location/binnum.
|
MboSetRemote |
FldCommonConditionCode.getList()
Show only the InvBalances Records for the itemnum/location.
|
MboSetRemote |
FldCommonBinNum.getList()
Show only the InvBalances Records for the itemnum/location.
|
java.lang.String |
MatRecTransSet.getLocation()
Gets the inventory - type location, set by the user.
|
java.lang.String |
MatRecTransSetRemote.getLocation() |
boolean |
InventorySetRemote.getLocListIncludesCourier() |
boolean |
InventorySet.getLocListIncludesCourier()
gets the userpref value to indicate whether locations of type
COURIER should be included in the list of locations from which a
userpref value for Inventory.Location can be set
|
boolean |
InventorySetRemote.getLocListIncludesLabor() |
boolean |
InventorySet.getLocListIncludesLabor()
gets the userpref value to indicate whether locations of type
LABOR should be included in the list of locations from which a
userpref value for Inventory.Location can be set
|
boolean |
InventorySetRemote.getLocListIncludesStores() |
boolean |
InventorySet.getLocListIncludesStores()
gets the userpref value to indicate whether locations of type
STOREROOM should be included in the list of locations from which a
userpref value for Inventory.Location can be set
|
MboSetRemote |
InventoryServiceRemote.getLots(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String binnum) |
MboSetRemote |
InventoryService.getLots(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String location,
java.lang.String binnum)
Retuns an invbalances set for a given item/location/bin.
|
MboSetRemote |
InventoryServiceRemote.getMatReceiptSet(UserInfo ui,
java.lang.String ponum) |
MboSetRemote |
InventoryService.getMatReceiptSet(UserInfo ui,
java.lang.String ponum)
Returns a set of MatRecTrans records that are yet to be approved.
|
protected Mbo |
WOMATStatusSyncSet.getMboInstance(MboSet ms) |
protected Mbo |
ToolInvSet.getMboInstance(MboSet ms)
Generate a new ToolInv object
|
protected Mbo |
ReorderSet.getMboInstance(MboSet ms)
Generate a new Reorder object.
|
protected Mbo |
ReorderMutexSet.getMboInstance(MboSet ms)
Generates a new ReorderMutex object
|
protected Mbo |
OrderUnitSet.getMboInstance(MboSet ms)
Generate a new OrderUnit object
|
protected Mbo |
MatUseTransSet.getMboInstance(MboSet ms)
Generate a new MatUseTrans object.
|
protected Mbo |
LocLeadTimeSet.getMboInstance(MboSet ms)
Generate a new LocLeadTime object
|
protected Mbo |
InventorySet.getMboInstance(MboSet ms)
Generate a new Inventory object
|
protected Mbo |
InvUseStatusSet.getMboInstance(MboSet ms)
Factory method to create InvUse status.
|
protected Mbo |
InvUseSet.getMboInstance(MboSet ms)
Generate a new InvUse object
|
protected Mbo |
InvUseLineSplitSet.getMboInstance(MboSet ms)
Factory method to create an InvUseLineSplit object.
|
protected Mbo |
InvUseLineSet.getMboInstance(MboSet ms)
Generate a new InvUseLine object
|
protected Mbo |
InvTransSet.getMboInstance(MboSet ms)
Generate a new InvTrans object
|
protected Mbo |
InvStatusSet.getMboInstance(MboSet ms)
Factory method to create item status.
|
protected Mbo |
InvReserveSet.getMboInstance(MboSet ms)
Generate a new reserve object
|
protected Mbo |
InvPickListStatusSet.getMboInstance(MboSet ms)
Factory method to create InvPickList status.
|
protected Mbo |
InvPickListSet.getMboInstance(MboSet ms)
Generate a new InvUse object
|
protected Mbo |
InvLotSet.getMboInstance(MboSet ms)
Generate a new InvLot object
|
protected Mbo |
InvLifoFifoCostSet.getMboInstance(MboSet ms)
Generate a new inventory LifoFifo object.
|
protected Mbo |
InvCostSet.getMboInstance(MboSet ms)
Generate a new InvCost object
|
protected Mbo |
InvBalancesSet.getMboInstance(MboSet ms)
Returns a reference to a new InvBalance Mbo.
|
protected Mbo |
MatRecTransSet.getMboInstance(MboSet ms)
Generate a new MatRecTrans object
|
protected Mbo |
ConversionSet.getMboInstance(MboSet ms)
Generate a new Conversion object.
|
java.lang.String |
ReorderService.getMutexWhere(UserInfo userInfo,
java.lang.String targetType,
java.lang.String key,
java.lang.String siteID,
java.lang.String orgID)
Returns the where clause of the reorder mutex record
|
double |
InvBalances.getNewBalanceForReconcile()
This method calculates the the new current balance for the invbalance record.
|
protected int |
Inventory.getNewRelationshipIndicator()
11-17393/IV11574: return the relationshipIndicator value
|
java.util.Date |
Inventory.getNextDate()
Calculates the next value for the NextDate attribute, based on the PM's day frequency.
|
int |
MatRecTransSet.getNumberOfActualDateExceptions()
09-23000
|
MboRemote |
InvCostSet.getOneHundredPerCentCost() |
java.util.Date |
MatRecTrans.getOriginalCostDate() |
CrontaskParamInfo[] |
ReorderCron.getParameters() |
MboRemote |
ReorderCron.getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation mbo for the crontask parameter
|
double |
InvUseLine.getPendingQty(java.lang.String requestnum,
java.lang.String siteid)
This method returns the invreserve pending quantity for the invusenums.
|
java.util.Date |
InvUseLine.getPhyscntDate(java.util.Date phyCntDate,
java.util.Date actualDate) |
java.util.ArrayList |
InvUseLineSet.getPhyscntdateList() |
MboRemote |
InvBalancesSet.getPhysCntInventory()
12-10537/IV14319: connect the Inventory record used to hold the physcont date for the invbalances set
|
double |
InvBalances.getPhysicalCount()
Returns the current Physical count
|
double |
InvBalancesRemote.getPhysicalCount() |
double |
Inventory.getPhysicalCount(java.lang.String binnum,
java.lang.String lotnum)
getPhysicalCount(1,2)
Returns the physical count for this item/location combination
if binnum/lotnum passed into this method as null, they will NOT be considered when retrieving balance set!
if binnum/lotnum passed into this method as "", they will be treated as a null (eg.
|
double |
InventoryRemote.getPhysicalCount(java.lang.String binnum,
java.lang.String lotnum) |
double |
Inventory.getPhysicalCount(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode)
getPhysicalCount(1,2)
Returns the physical count for this item/location combination
if binnum/lotnum passed into this method as null, they will NOT be considered when retrieving balance set!
if binnum/lotnum passed into this method as "", they will be treated as a null (eg.
|
MboRemote |
InvUseLineRemote.getPO() |
MboRemote |
InvUseLine.getPO()
Returns PO Mbo.
|
MboRemote |
InvUseLineRemote.getPOLine() |
MboRemote |
InvUseLine.getPOLine()
Returns POLine Mbo.
|
boolean |
MatRecTrans.getPOLineUpdated()
09-22514
return the private boolean poLineUpdated
|
java.lang.String |
MatRecTransSet.getPONum()
Gets the purchase order number, set by the user.
|
java.lang.String |
MatRecTransSetRemote.getPONum() |
MboRemote |
MatUseTrans.getPossibleInvLifofo()
IJ00514: if the initial invlifofifocost records were created not thru receipt, the refoboject on
the invlifofifocost records are not MATRECTRANS.
|
MboRemote |
Inventory.getPrimaryInvVendor(MboSetRemote invVendSet)
returns the primary InvVendor record if found from the passed InvVendor set.
|
double |
InvUseLineSet.getQtyForReservationinSet(java.lang.String requestnum,
long invuselineid) |
double |
InvUseLine.getQtyForReturn()
This method calculates the eligible quantity left for return for this issue.
|
double |
MatUseTransRemote.getQtyForReturn() |
double |
MatUseTrans.getQtyForReturn()
This method returns the current qty remaining for returns.
|
java.util.HashMap |
InvUse.getQtyMap()
This method returns the quantity hashmap.
|
MboRemote |
MatRecTransRemote.getReceiptForThisReturn() |
MboRemote |
MatRecTrans.getReceiptForThisReturn() |
java.lang.String |
MatRecTrans.getReceiptStatus()
returns the internal value "MAXVALUE" of valuelist "RECEIPTSTATUS" A
MatRecTrans that requires inspection will have a status of "WINSP".
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventoryRemote inv) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventoryRemote inv)
One form of the overloaded function of getReorderSet().
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventoryRemote inv,
boolean ignoreReorderPoint) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventoryRemote inv,
boolean ignoreReorderPoint) |
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int[] selected,
int allowanceDays,
boolean directOrder) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int[] selected,
int allowanceDays,
boolean directOrder)
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int[] selected,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int[] selected,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint)
|
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int[] selected,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint,
boolean includeSoftReservations)
One overloaded form of getReorderSet().
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int allowanceDays,
boolean directOrder) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int allowanceDays,
boolean directOrder)
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint)
|
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint,
boolean includeSoftReservations)
Returns the mbo set containing the requested reorder records.
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
java.util.Vector selected,
int allowanceDays,
boolean directOrder) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
java.util.Vector selected,
int allowanceDays,
boolean directOrder)
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
java.util.Vector selected,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint) |
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
java.util.Vector selected,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint)
|
ReorderSetRemote |
ReorderService.getReorderSet(UserInfo userInfo,
boolean viewOnly,
InventorySetRemote invs,
java.lang.String storeRoom,
java.lang.String siteID,
java.util.Vector selected,
int allowanceDays,
boolean directOrder,
boolean ignoreReorderPoint,
boolean includeSoftReservations)
One overloaded form of getReorderSet().
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSetForDirectOrderOnly(UserInfo userInfo,
boolean viewOnly,
java.lang.String siteID) |
ReorderSetRemote |
ReorderService.getReorderSetForDirectOrderOnly(UserInfo userInfo,
boolean viewOnly,
java.lang.String siteID)
Gets the reorder set for direct order items only.
|
ReorderSetRemote |
ReorderServiceRemote.getReorderSetForMR(boolean viewOnly,
MRRemote mr) |
ReorderSetRemote |
ReorderService.getReorderSetForMR(boolean viewOnly,
MRRemote mr)
Creates a reorder mbo set that corresponds to the specified mr item.
|
MboSetRemote |
InventoryServiceRemote.getReservationsForMR(UserInfo userInfo,
java.lang.String mrnum) |
MboSetRemote |
InventoryService.getReservationsForMR(UserInfo userInfo,
java.lang.String mrnum)
Retuns a set of reservations required by the passed MR.
|
MboSetRemote |
InventoryServiceRemote.getReservationsForWO(UserInfo userInfo,
java.lang.String wonum) |
MboSetRemote |
InventoryService.getReservationsForWO(UserInfo userInfo,
java.lang.String wonum)
Retuns a set of reservations required by the passed work order.
|
protected java.lang.String |
MatRecTrans.getRotAssetNum()
Protected method returns the instance variable rotAssetNum.
|
java.util.HashMap |
InvUse.getRotQtyMap()
This method returns the rotating hashmap.
|
MboSetRemote |
MatUseTrans.getSharedAssetSet()
10-16236: new method needed to avoid "updated by another user" message when adding same rotating item via
select materials on WO actuals that has already been reserved via WO planned material.
|
MboRemote |
InvUseLineSplit.getSharedInvBalance()
getSharedInvBalance()
created to gather the appropriate invbalance record by utilizing the logic built into
the inventory object for retrieving the right invbalance record from memory.
|
MboRemote |
InvUseLineRemote.getSharedInvBalance() |
MboRemote |
InvUseLine.getSharedInvBalance()
getSharedInvBalance()
created to gather the appropriate invbalance record by utilizing the logic built into
the inventory object for retrieving the right invbalance record from memory.
|
MboRemote |
MatUseTransRemote.getSharedInvBalance() |
MboRemote |
MatUseTrans.getSharedInvBalance()
private method
created to gather the appropriate invbalance record by utilizing the logic built into
the inventory object for retrieving the right invbalance record from memory.
|
MboRemote |
InvUseLine.getSharedInvBalance(java.lang.String binnum,
java.lang.String lotnum)
getSharedInvBalance()
created to gather the appropriate invbalance record by utilizing the logic built into
the inventory object for retrieving the right invbalance record from memory.
|
MboRemote |
InvUseLine.getSharedInvBalance(java.lang.String binnum,
java.lang.String lotnum,
boolean sameBin) |
MboRemote |
InvUseLine.getSharedInvBalance(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String storeloc,
java.lang.String siteid)
getSharedInvBalance()
created to gather the appropriate invbalance record by utilizing the logic built into
the inventory object for retrieving the right invbalance record from memory.
|
MboRemote |
InvUseLineSplit.getSharedInventory()
getSharedInventory()
- Holds the logic for grabbing the best Inventory mbo for updating - taking into
account the possiblity that other mbos may attempt to update the very same inventory.
|
MboRemote |
InvUseLine.getSharedInventory()
getSharedInventory()
- Holds the logic for grabbing the best Inventory mbo for updating - taking into
account the possiblity that other mbos may attempt to update the very same inventory.
|
MboRemote |
MatUseTransRemote.getSharedInventory() |
MboRemote |
MatUseTrans.getSharedInventory()
Private utility method
- Holds the logic for grabbing the best Inventory mbo for updating - taking into
account the possiblity that other matusetrans mbos may attempt to update the very same inventory.
|
MboRemote |
InvUseLine.getSharedInventory(java.lang.String storeLoc,
java.lang.String siteid)
get related inventory: use getSharedMboSet to update the correct
inventory records when multiple matrectrans update the same inventory
record
|
MboRemote |
MatRecTransRemote.getSharedInventory(java.lang.String storeLoc,
java.lang.String siteid) |
MboRemote |
MatRecTrans.getSharedInventory(java.lang.String storeLoc,
java.lang.String siteid)
get related inventory: use getSharedMboSet to update the correct
inventory records when multiple matrectrans update the same inventory
record
|
MboSetRemote |
InvUseLine.getSharedInvReserveSet()
This method gets invreserve set.
|
MboSetRemote |
MatUseTrans.getSharedInvReserveSet()
73215:added this method to get invreserve set for the issue
|
java.util.HashMap |
InvUse.getShipmentLineMap()
This method returns the quantity hashmap.
|
java.util.HashMap |
MatRecTransSet.getShipReceiptCountMap()
This method returns the shipReceiptCount hashmap.
|
MboRemote |
MatRecTrans.getshipTransferForThisShipReceipt() |
java.util.Date |
MatUseTransSet.getStartDate()
Get the start date set by the user.
|
java.util.Date |
MatUseTransSetRemote.getStartDate() |
java.lang.String |
InvUseRemote.getStatus() |
java.lang.String |
InvUse.getStatus()
Returns the status of InvUse.
|
java.lang.String |
InvPickList.getStatus() |
java.lang.String |
Inventory.getStatus()
Returns status at inventory level.
|
protected MboSetRemote |
InvUse.getStatusHistory()
Gets the invusestatus objects.
|
protected MboSetRemote |
InvPickList.getStatusHistory()
Gets the invpickliststatus objects.
|
protected MboSetRemote |
Inventory.getStatusHistory()
Gets the invstatus objects.
|
boolean |
Inventory.getStatusSetByMaxvarFlag()
This flag return true if the status is set by the maxvar.
|
java.util.HashMap |
InvReserveSet.getStoreInvUseMap()
This method returns the hashmap.
|
MboRemote |
InventoryService.getStoreroom(UserInfo userInfo,
java.lang.String location,
java.lang.String siteid)
Method to update all Gl Account for current Storeroom
|
protected double |
MatRecTrans.getSumQtyInTheSet()
07-11273:get the accumulating quantity
|
protected java.util.Vector |
MatRecTransSet.getToInvBalVector()
12-14233/IV27224: invbalances vectors - some invbalances may have "same" binnum but with different cases
|
double |
InvUseLineRemote.getTotalCurBalance() |
double |
InvUseLine.getTotalCurBalance()
Returns Total current balance for itemnum/itemsetid/fromstoreloc/siteid comination.
|
double |
MatUseTrans.getTotalQty()
The total quantity remaining for returns.
|
double |
MatUseTrans.getTotalQtyForReturn()
This method calculates the eligible quantity left for return for this issue.
|
double |
InvUseLineSplitSet.getTotalQuantity()
This method add the quantity on all the lines entered by the user for the split quantity.
|
java.util.Vector |
MatUseTransSet.getUncommittedTransVector()
10-20360
|
java.lang.String |
InventoryService.getUnitConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM,
java.lang.String itemSetID,
java.lang.String itemNum) |
java.util.ArrayList |
InvUse.getUsedRotAssetList()
This method returns an arraylist of used rotating assets.
|
java.util.HashMap |
InvUse.getUsedRotAssetNSMap()
This method returns the rotating assetnum hashmap.
|
java.util.HashMap |
InvUse.getUsedRotAssetSMap()
This method returns the rotating hashmap.
|
java.lang.String |
InvReserveSet.getUserWhere(java.lang.String alias)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
java.lang.String |
MatRecTransSet.getUserWhere(java.lang.String alias)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
java.lang.String |
InvUseRemote.getUseType() |
java.lang.String |
InvUse.getUseType()
Returns usage type.
|
boolean |
InvUseRemote.getValidateFinancialPeriodsHasBeenCalled()
IJ04584
|
boolean |
InvUse.getValidateFinancialPeriodsHasBeenCalled()
IJ04584
|
boolean |
InvUseRemote.getValidateStatusHasBeenCalled()
IV28540/58912, issue 12-14377
|
boolean |
InvUse.getValidateStatusHasBeenCalled()
IV28540/58912, issue 12-14377
|
java.util.HashMap |
MatRecTransSet.getVoidShipReceiptCountMap()
This method returns the shipReceiptCount hashmap.
|
MboRemote |
InvUseLine.getWO()
Gets the workorder related to this InvUseLine.
|
MboRemote |
MatUseTransRemote.getWO() |
MboRemote |
MatUseTrans.getWO()
Gets the workorder related to this MatUseTrans.
|
MboRemote |
FldInvUseLineWoNum.getWoOwner()
Helper method determines when this attribute's Mbo is owned by a workorder.
|
java.lang.Boolean |
Inventory.hasMultipleInvBalance() |
boolean |
MatRecTransRemote.hasVoidReceipt() |
boolean |
MatRecTrans.hasVoidReceipt()
returns true if the tostoreloc is a location of type HOLDING
|
void |
InvReserve.incrActualQty(double incrValue) |
void |
InvReserveRemote.incrActualQty(double incrValue) |
void |
Inventory.increaseAccumulativeTotalCurBal(double currentReceiptQty)
11-14180:increasing the running receipts for the update of MatRecTrans.totalcurbal
|
void |
InvCostSet.increaseErrorCount()
This methods keeps the count of rows for which standard cost or average cost did not get modified.
|
void |
InvBalancesSet.increaseErrorCount()
This methods keeps the count of rows for which current balance did not get modified.
|
void |
MatRecTransSet.incrNumberOfActualDateExceptions(int i)
09-23000
|
void |
ToolInv.init()
init()
Initialization rountine.
|
void |
Reorder.init()
init()
Initialization rountine.
|
static MatUseTransListener |
MatUseTransListener.init()
Returns the listener object.
|
void |
InventorySet.init()
If this set comes from Item or Storeroom management,
make the inventory set readonly.
|
void |
InvUseStatusSet.init()
Initialize the set.
|
void |
InvUseStatus.init()
Initailze the object to be read only.
|
void |
InvUseLineSplit.init()
initialization routine.
|
void |
InvUse.init()
initialization rountine.
|
void |
InvStatusSet.init()
Initialize the set.
|
void |
InvStatus.init()
Initailze the object to be read only.
|
void |
InvReserve.init()
Initialize the object.
|
void |
InvPickListStatusSet.init()
Initialize the set.
|
void |
InvPickListStatus.init()
Initailze the object to be read only.
|
void |
InvLot.init()
Initialization rountine.
|
void |
InvUseLine.init()
initialize the invuseline.
|
void |
MatUseTrans.init()
Initialize the MatUseTrans object.
|
void |
MatRecTrans.init()
Initialize the MatRecTrans object.
|
void |
InvLifoFifoCost.init()
Initialization rountine.
|
void |
InvTrans.init()
Initialize the InvTrans object
|
void |
Inventory.init()
init()
Initialization rountine.
|
void |
FldInvReserveDisplayWonum.init()
This attribute is always read/only.
|
void |
InvBalances.init()
Initialization routine.
|
void |
InvCost.init()
Initialization rountine.
|
void |
InvUse.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
InvUseLine.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
Inventory.initFieldFlagsOnMbo(java.lang.String attrName) |
protected void |
InvUse.initUsedRotAssetNSMap()
This method populates the usedRotAssetNSMap, if it has not already been initialized after
the InvUse record was loaded in memory.
|
void |
InvUseSetRemote.initUserPreference() |
void |
InvUseSet.initUserPreference()
This method initializes the user preferences to be displayed on UI.
|
void |
FldReorderUnitCost.initValue()
Set Reorder unit cost to read only if there is a contract for this item and contract flag
change price on use is false.
|
void |
FldReorderDescriptionView.initValue()
This method is set DescriptionView for diaplying only.
|
void |
FldMatUseTransPositiveQuantity.initValue()
default value from quantity
|
void |
FldMatRecTransUnInvoicedQuantity.initValue()
Initialize this non-persistant field and set it equal to:
Uninvoiced quantity = (receipt quantity for the po/poline) - (sum of all invoiced
quantities of invoicematch records for this receipt).
|
void |
FldMatRecTransUnInvoicedCost.initValue()
Initialize this non-persistant field and set it equal to:
Uninvoiced cost = (receipt qty for the po/poline) - (sum of all invoiced
costs where invoice line po/poline = receipt po/poline).
|
void |
FldMatRecTransToStoreLoc.initValue() |
void |
FldMatRecTransRejectQty.initValue() |
void |
FldMatRecTransReceiptQuantity.initValue() |
void |
FldMatRecTransQtyAlreadyRecvd.initValue() |
void |
FldMatRecTransNewSite.initValue()
Initialize newsite
|
void |
FldMatRecTransInvoiceUnitCost.initValue()
Initialize this non-persistant field and set it equal to the receipt currency unit cost
in order units.
|
void |
FldMatRecTransInspectedQty.initValue()
Method to set the value of InspectedQty.
|
void |
FldMatRecTransFromStoreLoc.initValue() |
void |
FldMatRecTransFromSiteId.initValue()
Initialize fromsiteid
|
void |
FldMatRecTransDisplayUnitCost.initValue() |
void |
FldMatRecTransCategory.initValue()
If this MatRecTrans row is for a POLine, the category field must come
from the POLine.
|
void |
FldMatRecTransAcceptedQty.initValue()
Method to set the value of AcceptedQty.
|
void |
FldInventoryStagedQty.initValue()
Method to set the value of Staged quantity.
|
void |
FldInventoryShippedQty.initValue()
Method to set the value of Shipped quantity.
|
void |
FldInventoryReservedQty.initValue()
Method to set the value of Reserved Qty.
|
void |
FldInventoryReserveQty.initValue()
Method to set the value of Expired Qty.
|
void |
FldInventoryRQtyNotStaged.initValue()
Method to set the value of Reserved quantity without Staged quantity.
|
void |
FldInventoryPickedQty.initValue()
Method to set the value of Picked quantity.
|
void |
FldInventoryPhyscntTotal.initValue()
Method to set the value of physcntTotal.
|
void |
FldInventoryPhysCntDate.initValue()
sets the date of the physical count adjustment to the current
date/time
|
void |
FldInventoryLotNum.initValue() |
void |
FldInventoryLotCnt.initValue()
Method to set the value of lot count.
|
void |
FldInventoryHoldingBal.initValue()
Method to set the value of HoldingBal.
|
void |
FldInventoryHasChild.initValue()
Method to set the value of has Child inv balance based on if item has multiple rows in InvBalances.
|
void |
FldInventoryHardShippedQty.initValue()
Method to set the value of Shipped quantity.
|
void |
FldInventoryExpiredQty.initValue()
Method to set the value of Expired Qty.
|
void |
FldInventoryCurBalTotal.initValue()
Method to set the value of CurBalTotal.
|
void |
FldInventoryCurBal.initValue()
Method to set the value of CurBalTotal.
|
void |
FldInventoryConditionCode.initValue()
Method to set the value of AvblBalance.
|
void |
FldInventoryBinCnt.initValue()
Method to set the value of AvblBalance.
|
void |
FldInventoryAvblBalance.initValue()
Method to set the value of AvblBalance.
|
void |
FldInventoryAddToStoreLoc.initValue()
sets the value of AddToStoreLoc to the Inventory.Location of the
current MBO.
|
void |
FldInvUseShowAgainPref.initValue() |
void |
FldInvUseReturnPref.initValue() |
void |
FldInvUseResvPref.initValue() |
void |
FldInvUsePicked.initValue() |
void |
FldInvUseLineNewAssetNum.initValue()
This method initializes the newassetnum field flag.
|
void |
FldInvUseLineDisplayReturnedQty.initValue() |
void |
FldInvSoftReservedQty.initValue() |
void |
FldInvReserveNewSite.initValue()
Initialize newsite
|
void |
FldInvReserveDisplayWonum.initValue()
Determine the correct value for this field.
|
void |
FldInvHardReservedQty.initValue() |
void |
FldInvBalancesUseBy.initValue()
Sets the default value for UseBy.
|
void |
FldInvBalancesShelfLife.initValue()
Sets the default value for ShelfLife.
|
void |
FldInvBalancesExpiredQty.initValue()
Sets the default value for UseBy.
|
void |
Inventory.invUpdateCostType()
This method updates the cost type of the inventory record.
|
void |
InventoryRemote.invUpdateCostType() |
boolean |
FldInvConditionCode.isAssetInTransit()
IV89507: is the asset in transit? in SHIP, or STAGING?
|
boolean |
InvReserve.isBackOrdered()
This method checks the reservation type to identify if its a backordered reservation.
|
boolean |
InvReserveRemote.isBackOrdered() |
boolean |
InvUse.isCancelled()
Returns true if this invuse is in Cancelled status.
|
boolean |
Inventory.isCapitalized()
Is the inventory item a capitalized item?
|
boolean |
InventoryRemote.isCapitalized() |
boolean |
InvUse.isCompleted()
Returns true if this invuse is in Complete status.
|
protected boolean |
Inventory.isConditionEnabled()
Is the inventory item condition enabled?
|
boolean |
Inventory.isConsignment()
This method returns the consignment flag for the inventory record.
|
boolean |
InventoryRemote.isConsignment() |
boolean |
InventoryServiceRemote.isCourierOrLabor(UserInfo userInfo,
java.lang.String location) |
boolean |
InventoryService.isCourierOrLabor(UserInfo userInfo,
java.lang.String location)
returns true if the location is of type COURIER or LABOR
|
boolean |
MatRecTrans.isDirectIssueConversion()
Check if Received Unit is modified and different than previous unit and issue type is RECEIPT.
|
boolean |
MatRecTrans.isDirectIssueConversion(boolean includeStoreroom) |
boolean |
InvUse.isEntered()
Returns true if this invuse is in Entered status.
|
boolean |
InvReserve.isHardReservation()
This method checks the reservation type to identify if its a hard reservation.
|
boolean |
InvReserveRemote.isHardReservation() |
boolean |
MatRecTransRemote.isHolding() |
boolean |
MatRecTrans.isHolding()
returns true if the tostoreloc is a location of type HOLDING
|
boolean |
InvUseLineRemote.isInspectionRequired() |
boolean |
InvUseLine.isInspectionRequired()
This method will determine if the InvUseLine requires inspection.
|
boolean |
MatUseTrans.isInvoice()
Returns true if issuetype = the internal string for INVOICE, otherwise returns false.
|
boolean |
MatRecTrans.isInvoice()
returns true if the MAXVALUE of the issuetype is 'INVOICE' else returns
false
|
boolean |
InvUseRemote.isIssue() |
boolean |
InvUse.isIssue()
Returns true if the MAXVALUE of the usetype is 'ISSUE' else returns
false.
|
boolean |
InvUseLineRemote.isIssue() |
boolean |
InvUseLine.isIssue()
Returns true if usetype = the internal string for ISSUE, otherwise returns false.
|
boolean |
MatUseTransRemote.isIssue() |
boolean |
MatUseTrans.isIssue()
Returns true if issuetype = the internal string for ISSUE, otherwise returns false.
|
boolean |
Inventory.isKit()
Is the inventory item a kit?
|
boolean |
InventoryRemote.isKit() |
protected boolean |
MatUseTrans.isKitBreak()
returns true if the MAXVALUE of the issuetype is 'KITBREAK'.
|
protected boolean |
MatRecTrans.isKitBreak()
returns true if the MAXVALUE of the issuetype is 'KITBREAK'.
|
protected boolean |
MatUseTrans.isKitMake()
returns true if the MAXVALUE of the issuetype is 'KITMAKE'
|
protected boolean |
MatRecTrans.isKitMake()
returns true if the MAXVALUE of the issuetype is 'KITMAKE'
|
protected boolean |
MatUseTrans.isKitting()
Returns true if the MAXVALUE of the issuetype is
'KITMAKE' or 'KITBREAK'
|
protected boolean |
MatRecTrans.isKitting()
Returns true if the MAXVALUE of the issuetype is 'KITMAKE' or 'KITBREAK'
|
boolean |
InvUseLine.isLotted()
Returns true if the item is Lotted else returns false.
|
protected void |
Inventory.isLotted(boolean lotted)
The item of this inventory object has the information as to whether or not the
item is lotted.
|
boolean |
MatRecTrans.isMisclReceipt()
returns true if the MAXVALUE of the issuetype is 'MISCLRECEIPT' else
returns false
|
boolean |
InvUseLineRemote.isMixed() |
boolean |
InvUseLine.isMixed()
Returns true if usetype = the internal string for MIXED, otherwise returns false.
|
void |
InventoryService.isMRValid(UserInfo userInfo,
java.lang.String mrnum)
Check if this mr is valid or if the mr is in approved status
|
boolean |
Inventory.isNonStocked()
isNonStocked()
Returns true if the ITEMORGINFO "CATEGORY" has a maxvalue of "NS" else returns false
|
boolean |
InventoryRemote.isNonStocked() |
boolean |
Inventory.isObsolete()
Returns true if this item was Obsolete.
|
boolean |
InventoryRemote.isObsolete() |
boolean |
Inventory.isPendobs()
Returns true if this item was pending obsolence.
|
boolean |
InventoryRemote.isPendobs() |
boolean |
MatRecTrans.isPickRestock() |
boolean |
MatRecTrans.isPicksTransfer() |
boolean |
InvUseLine.isPLActionApplied(java.lang.String action) |
boolean |
Inventory.isPlanning()
Returns true if this item was Obsolete.
|
boolean |
InventoryRemote.isPlanning() |
boolean |
MatUseTrans.isReceipt()
Returns true if issuetype is the internal string for RECEIPT, otherwise returns false.
|
boolean |
MatRecTrans.isReceipt()
returns true if the MAXVALUE of the issuetype is 'RECEIPT' else returns
false
|
boolean |
MatRecTransRemote.isReject() |
boolean |
MatRecTrans.isReject() |
boolean |
MatRecTrans.isRejectedReturn()
IV90667: indicates this MaTrecTrans is a RETURN in Change Inspection Status with rejected quantity.
|
boolean |
InvUseLineRemote.isReturn() |
boolean |
InvUseLine.isReturn()
Returns true if usetype = the internal string for RETURN, otherwise returns false.
|
boolean |
MatUseTransRemote.isReturn() |
boolean |
MatUseTrans.isReturn()
Returns true if issuetype = the internal string for RETURN, otherwise returns false.
|
boolean |
MatRecTransRemote.isReturn() |
boolean |
MatRecTrans.isReturn() |
boolean |
InvUseLine.isRotating()
Returns true if the item is Rotating else returns false.
|
boolean |
FldInventoryDefCostType.isRotatingSet() |
boolean |
InventoryService.isSameStoreroomTransfer(MboRemote sourceMbo)
Checks if the transfer is between same storeroom.
|
boolean |
InvUseLine.isSameStoreTransfer()
IV86220:
Returns true if this is a bin-to-bin transfers in the same storeroom.
|
boolean |
MatRecTrans.isSameStoreTransfer()
IV85176:
Returns true if this is a bin-to-bin transfers in the same storeroom.
|
boolean |
MatRecTrans.isShipCancel()
This method checks if the issue type is Ship Cancel.
|
boolean |
InvUse.isShipped()
Returns true if this invuse is in Shipped status.
|
boolean |
MatRecTrans.isShipReceipt() |
boolean |
MatRecTrans.isShipReject() |
boolean |
MatRecTrans.isShipReturn()
This method checks if the issue type is Ship Return.
|
boolean |
MatRecTrans.isShipTransfer()
This method checks if the issue type is Ship Transfer.
|
boolean |
Inventory.isSpecialOrder()
isSpecialOrder()
Returns true if the ITEMORGINFO "CATEGORY" has a maxvalue of "NS" else returns false
|
boolean |
InventoryRemote.isSpecialOrder() |
void |
InvUse.isSplitNeeded(MboRemote invUseLine)
This method checks if the splitting is needed for the invuselines.
|
boolean |
InvUse.isStaged()
Returns true if this invuse is in Staged Staus.
|
boolean |
MatRecTrans.isStageTransfer()
This method checks if the issue type is Staged Transfer.
|
boolean |
Inventory.isStocked()
isStocked()
Returns true if the ITEMORGINFO "CATEGORY" has a maxvalue of "STK" else returns false
|
boolean |
InventoryRemote.isStocked() |
MboRemote |
InvReserve.issue(MboSetRemote newIssueSet,
java.lang.String bin,
java.lang.String lot,
java.lang.String rotasset,
double qty)
Return a new MatUseTrans record (ISSUE) for this reservation
|
MboRemote |
InvReserveRemote.issue(MboSetRemote newIssueSet,
java.lang.String bin,
java.lang.String lot,
java.lang.String asset,
double qty) |
boolean |
InvUseLine.isTool()
Returns true if the item is Tool else returns false.
|
boolean |
InvUseRemote.isTransfer() |
boolean |
InvUse.isTransfer()
Returns true if the MAXVALUE of the usetype is 'TRANSFER' else returns
false.
|
boolean |
InvUseLineRemote.isTransfer() |
boolean |
InvUseLine.isTransfer()
Returns true if the MAXVALUE of the usetype is 'TRANSFER' else returns
false.
|
boolean |
MatRecTransRemote.isTransfer() |
boolean |
MatRecTrans.isTransfer()
Returns true if the MAXVALUE of the issuetype is 'TRANSFER' else returns
false.
|
boolean |
MatRecTrans.isTransferNoPO()
returns true if the MAXVALUE of the issuetype is 'TRANSFER' and po is not
entered.
|
boolean |
MatUseTrans.isVoidReceipt()
Returns true if issuetype is the internal string for VOIDRECEIPT, otherwise returns false.
|
boolean |
MatRecTransRemote.isVoidReceipt() |
boolean |
MatRecTrans.isVoidReceipt()
returns true if the MAXVALUE of the issuetype is 'VOIDRECEIPT' else returns
false
|
boolean |
MatRecTrans.isVoidShipReceipt()
This method checks if the issue type is Ship Return.
|
MboRemote |
InventoryService.isWOValid(UserInfo userInfo,
java.lang.String wonum)
Check if this work order is valid or if the wo is in approved status
|
boolean |
InventoryService.isZeroNewPhysCnt(long uniqueId)
IJ29192 returns true if this passed invuselineid exists in the vector
|
protected void |
Inventory.kitBreakHandleCostVariancePerBin() |
protected void |
Inventory.kitHandleCostVariance()
|
void |
Inventory.kitMakeOrBreak(KitRemote kit)
manage kit balances
|
void |
InventoryRemote.kitMakeOrBreak(KitRemote kit) |
void |
Inventory.kitMakeOrBreak(KitRemote kit,
boolean useSourceBinForInvKitAction) |
void |
InventoryRemote.kitMakeOrBreak(KitRemote kit,
boolean useSourceBinForInvKitAction) |
static void |
InvUseLineSplit.loadSkipFieldCopyHashSet()
The following is a list of fields that are not copied from the source InvUseLineSplit to the target InvUseLineSplit.
contentUID
The above fields are added to the hashset so that
|
void |
InvUse.modify()
This is called whenever a change is made to the attributes of invuseline.
|
void |
InvPickList.modify()
This is called whenever a change is made to the attributes of invpicklist.
|
void |
InvUseLine.modify()
This is called whenever a change is made to the attributes of MaxIntObjDetail.
|
void |
Conversion.modify()
Called whenever a change is made to the attributes of a MBO.
|
void |
InvCost.modify() |
void |
ReorderSet.monitorLock(java.lang.String siteID)
Spawn a thread to sleep the amount of time specified in mxserver.properties'
mxe.reorder.previewtimeout, and wake up to check if the reorder is being performed
on the request locked by the specified reordermutex record.
|
void |
ReorderSetRemote.monitorLock(java.lang.String siteID) |
void |
ReorderServiceRemote.monitorThisLock(UserInfo ui,
java.lang.String type,
java.lang.String key,
java.util.Date lockDate,
java.lang.String siteID) |
void |
ReorderService.monitorThisLock(UserInfo ui,
java.lang.String type,
java.lang.String key,
java.util.Date lockDate,
java.lang.String siteID)
Spawn a thread to sleep the amount of time specified in mxserver.properties'
mxe.reorder.previewtimeout, and wake up to check if the reorder is being performed
on the request locked by the specified reordermutex record.
|
boolean |
InventorySetRemote.needLifoFifoforReconcile() |
boolean |
InventorySet.needLifoFifoforReconcile()
This method gets needReconcile flag.
|
boolean |
InvUseLine.needsSplitting()
This method check if splitting is required.
|
boolean |
InvReserveSet.needToCreateNewInvRes(MboRemote wpm)
IJ33011: rework of IJ29269 which only checks if itemqty is modified
If other necessary information is modified, then
new invreserve was not created.
|
int |
InvCostSet.OneAndOnlyOne100PercentRate() |
boolean |
InvCostSet.OneHundrePercentFound(MboRemote currentMbo)
Returns true if at least one of the records in the set is a already a 100 percent condition rate.
|
void |
MatRecTrans.onlyPayOnReceipt(PORemote poMbo,
POLineRemote poLineMbo) |
boolean |
Inventory.pendingTransactionExists(MboSetRemote transSet)
This method checks if there are any transactions with invoices that are not approved or paid.
|
boolean |
Inventory.POPRExists()
This method checks if any PO/PR exists for this inventory that are cancelled or closed status.
|
void |
MatUseTransListener.postCommitEventAction(EventMessage em)
Tell the owning set that it's Mbo has been saved.
|
void |
MatUseTransListener.preSaveEventAction(EventMessage em) |
void |
MatUseTransSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
InvUseLineSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
MatRecTransSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
InvUseLineSetRemote.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
MatUseTransSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
MatRecTransSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
InvUseLine.preValidateLine()
This method is called before appValidate().
|
void |
InventoryService.previewReconcile(MboSetRemote invBalSetMbo) |
MboRemote |
InvBalances.previewReconcileBalances()
This method is used to set value for non persistent attribute
|
MboRemote |
Inventory.previewReconcileBalances(java.lang.String controlacc,
java.lang.String shrinkageacc,
java.lang.String remark)
This method is used for the calculation of New Balance and change of old & new balance
|
MboRemote |
InventoryRemote.previewReconcileBalances(java.lang.String controlacc,
java.lang.String shrinkageacc,
java.lang.String remark) |
MboRemote |
InventorySet.previewReconcileSet()
Method is used to get count of New Balance
|
boolean |
InvUse.processInvUseLines()
This method checks the if status and based on the original status it deletes or cancels (insert
STAGETRANSFER records) the invuselines.
|
void |
ReorderSet.processQuantity(int allowanceDays,
boolean ignoreReorderPoint) |
void |
ReorderSetRemote.processQuantity(int allowanceDays,
boolean ignoreReorderPoint) |
void |
ReorderRemote.processVendorAndCost(boolean considerContract,
int allowanceDays) |
void |
Reorder.processVendorAndCost(boolean considerContract,
int allowanceDays)
Process vendor and cost information.
|
void |
ReorderRemote.processVendorAndCost(boolean considerContract,
int allowanceDays,
boolean recheckLeadTime) |
void |
Reorder.processVendorAndCost(boolean considerContract,
int allowanceDays,
boolean recheckLeadTime)
Process the vendor and cost information for this item.
|
void |
InvUseLineSet.putInvBalMap(java.lang.String key,
MboRemote invBalMbo)
Adds invbalance mbo to the HashMap
|
void |
InvReserveSet.putInvUseMap(long invUseId,
MboRemote invUseMbo)
This method adds the invUseMap.
|
void |
ReorderCron.readConfig()
Read in the configuration information from mxserver.properties.
|
MboSetRemote |
InventoryService.reconcile(MboSetRemote invBalSetMbo) |
void |
Inventory.reconcileBalances()
reconcileBalances()
This Reconciling Balances method is done at the storeroom level.
|
MboRemote |
InvBalances.reconcileBalances()
Reconciles balances is done at the bin/lot level.
|
MboRemote |
InvBalancesRemote.reconcileBalances() |
void |
InventoryRemote.reconcileBalances() |
MboRemote |
Inventory.reconcileBalances(java.lang.String binnum,
java.lang.String lotnum)
reconcileBalances(1,2)
This Reconciling Balances method is done at the storeroom/binnum/lotnum level.
|
MboRemote |
InventoryRemote.reconcileBalances(java.lang.String binnum,
java.lang.String lotnum) |
void |
Inventory.reconcileBalances(java.lang.String controlacc,
java.lang.String shrinkageacc,
java.lang.String remark)
reconcileBalances(1,2,3)
This Reconciling Balances method is done at the storeroom level.
|
void |
InventoryRemote.reconcileBalances(java.lang.String controlacc,
java.lang.String shrinkageacc,
java.lang.String remark) |
void |
InvBalances.reconcileBalancesLifoFifo(java.lang.String controlacc,
java.lang.String shrinkageacc,
java.lang.String remark)
Method to reconcile balance adjustments for the inventory of LIFO/FIFO cost type.
|
void |
InvBalances.reconcileLifoFifoCurrentBalance(double physcnt)
This method updates the curbal and reconciled flag.
|
void |
InventorySetRemote.reconcileSet() |
void |
InventorySet.reconcileSet()
calls reconcileBalances() method in the Inventory object
for each member of this set
|
void |
Inventory.refreshCountDate()
set the adjustedphscntdate in the invbalances when the inventory.physcntdate is changed
|
void |
InventoryRemote.refreshCountDate() |
void |
MatRecTransRemote.rejectsForRotatingShipments() |
void |
MatRecTrans.rejectsForRotatingShipments()
Method to update the status of the SHIPRECEIPT (this) to COMP, and to create the
SHIPRETURN (reject) for this rejection
|
int |
ReorderServiceRemote.releaseLocks(UserInfo userInfo,
java.lang.String siteID) |
int |
ReorderService.releaseLocks(UserInfo userInfo,
java.lang.String siteID)
Release reordermutex locks of this user.
|
void |
MatUseTransSet.remove(MboRemote mbo)
remove the child mbo need remove it from the childlookup.
|
void |
InvUse.removeInvBalQtyNSMap(java.lang.Long invBalId)
This method removes the entry from qtymap for the given invbalance record id.
|
void |
InvUse.removeQtyMap(java.lang.Long invBalId)
This method removes the entry from qtymap for the given invbalance record id.
|
void |
InvUse.removeRotQtyMap(java.lang.Long keyid)
This method removes rotating item qty for the id in the hashmap.
|
void |
InvUse.removeUsedRotAssetNSMap(java.lang.String keyid)
This method removes the entry from usedRotAssetNSMap for the given id.
|
void |
InvUse.removeUsedRotAssetSMap(java.lang.String keyid)
This method removes the entry from usedRotAssetSMap for the given id.
|
void |
ReorderSet.reorder() |
void |
ReorderSetRemote.reorder() |
void |
ReorderSet.reorder(boolean groupByVendor,
boolean considerContract)
This method generates PRs and/or POs for the items in the reorder set.
|
void |
ReorderSetRemote.reorder(boolean groupByVendor,
boolean considerContract) |
void |
MatUseTransSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
InvUseLine.restockPickedQty()
Restocks pickedqty of the invuseline
|
void |
InvUseLine.restockStagedQty()
Restocks stagedqty of the invuseline
|
void |
MatUseTransSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to this mbo
|
void |
InvUseLineSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to this mbo
|
void |
MatRecTransSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to this mbo
|
void |
InvUseLineSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to this mbo
|
void |
MatUseTransSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
void |
MatRecTransSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
MboRemote |
MatUseTransRemote.returnIssue() |
MboRemote |
MatUseTrans.returnIssue()
This method makes returns on this issue, within certain constraints.
|
MboRemote |
MatUseTransRemote.returnIssue(MboSetRemote newMatUseSet) |
MboRemote |
MatUseTrans.returnIssue(MboSetRemote newMatUseSet)
This method makes returns on this issue, within certain constraints.
|
MboRemote |
MatUseTransRemote.returnIssue(java.lang.String bin,
java.lang.String lot,
double qty) |
MboRemote |
MatUseTrans.returnIssue(java.lang.String bin,
java.lang.String lot,
double qty)
This method allows returns done on this issue for the qty,bin,and lot specified.
|
MboRemote |
MatUseTransSet.rotAssetExists(MboRemote matUse)
IV56875:applied 71 IV04697/11-15298:
|
boolean |
InvUseLineSet.sameMatUseTransFound(MboRemote selectedIssue)
Returns true if the passed InvUseLine mbo(type of ISSUE) has been selected in the current
invuseline set.
|
void |
InvUseLineSplit.save()
Saves the invuselinesplit record and updates the related data.
|
void |
InvUse.save()
Saves the invuse records and clears the hashmaps and arrayList.
|
void |
InvReserve.save() |
void |
InvUseLine.save()
Saves the invuseline record and updates the related data.
|
void |
MatUseTrans.save()
Saves the MatUseTrans object and all its linked objects.
|
void |
MatRecTrans.save()
Saves the MatRecTrans object and all other linked objects
Might update inventory balance/cost, MR, or work order Calls super.save()
after work on the other objects
|
void |
InvLifoFifoCost.save()
save()
If the quantity is zero, delete the record.
|
void |
InvTrans.save()
save()
save() calls method to generate the invoice for comsumption of consignment items.
|
void |
Inventory.save()
Save()- Default save functionality.
|
void |
InvBalances.save()
Saves the invbalances record if it is created; for a lotted item, creates
invlot record if the lot number does not exist.
|
void |
InvCostSet.saveTransaction(MXTransaction txn)
Overwrite saveTransaction on the set level to validate if in the whole
set there is one-and-only-one 100 percentage condition rate before
actual save of the set.
|
void |
InvUse.selectAllInSet(MboSetRemote invReserveSet)
IV69612:mark every mbo in the passed set selected - had to do this in here.
|
protected void |
MatRecTransSet.setAddKitComponentsToStores()
|
void |
InventoryServiceRemote.setAdjustmentType(int type,
MboRemote invAdjust) |
void |
InventoryService.setAdjustmentType(int type,
MboRemote invAdjust)
Sets adjustmenttype based on the passed type to the INVADJUSTMENT object.
|
void |
MatRecTransRemote.setAproveAfterCreatingAssets(boolean flag) |
void |
MatRecTrans.setAproveAfterCreatingAssets(boolean flag) |
void |
InvUseLine.setAttributesEditibiltyForReturn()
This methosd will set the editibilty flags for RETURN record.
|
void |
Inventory.setAutoCreateInvBalances(boolean flag)
Should an InvBalances be automatically created if the object is new?
|
void |
Inventory.setAutoCreateInvCost(boolean flag)
Should an InvCost be automatically created if the object is new?
|
void |
Inventory.setAutoCreateInvLifoFifoCost(boolean flag)
Should an InvLifoFifoCost be automatically created if the object is new?
|
void |
InvBalances.setAutoCreateInvLot(boolean flag)
For a lotted item,returns true if invLot is to be automatically created or
returns false if invlot is not be be automatically created.
|
void |
InvBalancesRemote.setAutoCreateInvLot(boolean flag) |
void |
InvUseLine.setCancelInvUseLines(boolean hasBeenCalled) |
void |
MatRecTrans.setCheckNegBalance(boolean updated)
Set the private boolean CheckNegBalance to true
|
void |
InvUseLineSplit.setCheckNegBalanceFlag(boolean flag)
Set the private boolean CheckNegBalance to true
|
void |
MatUseTrans.setCheckNegBalanceFlag(boolean flag)
Set the private boolean CheckNegBalance to true
|
protected void |
InvUseLine.setConversionFactor()
determines the 'from' measure unit and the 'to' measure unit and sets the
conversion factor based on these units, the itemnum and the itemsetid
|
protected void |
MatRecTrans.setConversionFactor()
determines the 'from' measure unit and the 'to' measure unit and sets the
conversion factor based on these units, the itemnum and the itemsetid
|
void |
Inventory.setCostType()
This method sets the cost type for the new inventory record.
|
void |
InventoryRemote.setCostType() |
void |
InvReserveSet.setCreateNewInvUse(boolean newInvUse)
This method set createNewInvUse value
|
void |
MatRecTransSet.setCrossOrgExchangeRate(MboRemote newMatRec,
MboRemote transferOutMatRec)
10-15972
|
void |
MatUseTransSet.setDateRange(int type)
Sets the userpref date range setting.
|
void |
MatUseTransSetRemote.setDateRange(int type) |
void |
InvUseLine.setDisplayUnitCost()
This method returns the average cost to display on the UI.
|
void |
Inventory.setEditabilityFlags()
This methid is called from View/Edit Consignment details bean to set READONLY flags.
|
void |
InventoryRemote.setEditabilityFlags() |
protected void |
MatRecTrans.setEditibilityFlags(boolean flag) |
void |
MatUseTransSet.setEndDate(java.util.Date endDateActLab)
Sets the end date.
|
void |
MatUseTransSetRemote.setEndDate(java.util.Date endDateActLab) |
int |
InvUse.setEvaluateSplitFlag(int split)
This method returns true if the invuseline needs split otherwise returns false.
|
protected void |
InvBalances.setExpirationDateForThisLot()
Update the expiration date for all inventory balances having the same lot as
the current Mbo.
|
void |
MatRecTrans.setFromInvBalUpdated()
Set the private boolean fromInvBalUpdated to true
|
void |
ReorderRemote.setIgnoreReorderPoint(boolean ignoreReorderPointParam) |
void |
Reorder.setIgnoreReorderPoint(boolean ignoreReorderPointParam) |
void |
InventorySetRemote.setIncludesNonReorder(boolean nr) |
void |
InventorySet.setIncludesNonReorder(boolean nr)
sets the userpref value to indicate whether Inventory objects
set not to automatically reorder should be included in the Inventory set.
|
void |
InventorySetRemote.setIncludesReorder(boolean reorder) |
void |
InventorySet.setIncludesReorder(boolean reorder)
sets the userpref value to indicate whether Inventory objects
that are marked for reorder be included in the Inventory set.
|
void |
ReorderSet.setInsertDate(java.lang.Object parent,
java.util.Date date) |
void |
MatRecTrans.setInspectionRequiredEditibilityFlags(boolean flag)
Sets the editibility on the MatRecTrans Mbo if the parent POLine Mbo is
inspection required.
|
void |
InventorySetRemote.setInvbalancesSet(MboSetRemote invBalances) |
void |
InventorySet.setInvbalancesSet(MboSetRemote invBalances) |
void |
InvUse.setInvBalQtyNSMap(java.lang.Long invBalId,
java.lang.Double qty)
This method sets quantity for the invbalance record id.
|
void |
InventorySetRemote.setInventoryLocation(java.lang.String storeLoc) |
void |
InventorySet.setInventoryLocation(java.lang.String storeLoc)
sets the userpref value used to filter Inventory records
by location in the result set.
|
void |
InvReserve.setInvReserveValQtyFlag()
This method sets the flag if the reserved qty needs to be validated.
|
void |
InvReserve.setInvResType(java.lang.String displayResType)
Use this method when you only know the displayResType.
|
void |
InvReserveRemote.setInvResType(java.lang.String displayResType) |
void |
InvReserve.setInvResType(java.lang.String displayResType,
boolean disallowNegAvailBal)
Use this method when you want to set the restype and you do not know the resbuffer but do know all the other values.
|
void |
InvReserveRemote.setInvResType(java.lang.String displayResType,
boolean disallowNegAvailBal) |
void |
InvReserve.setInvResType(java.lang.String displayResType,
int resbuffer)
See #link setInvResType(String displayResType, int resbuffer, boolean disallowNegAvailBal, boolean setAPSoft)
|
void |
InvReserve.setInvResType(java.lang.String displayResType,
int resbuffer,
boolean disallowNegAvailBal)
Method to set the reservation restype field base on the following conditions.
|
void |
InvReserveRemote.setInvResType(java.lang.String displayResType,
int resbuffer,
boolean disallowNegAvailBal) |
void |
InvUseLine.setInvUseStatus(MboRemote owner)
Checks the quantities of the invuselines and if all issued then changes the status of InvUse to COMPLETE
and if all staged then changes the status of InvUse to STAGED
|
void |
Inventory.setIsKitComponentToAddToStore(boolean isKitComponentToAddToStore) |
void |
InventoryRemote.setIsKitComponentToAddToStore(boolean isKitComponentToAddToStore) |
void |
InvUseLine.setIssueForThisReturn(MboRemote issue)
Sets the InvUseLine issue Mbo for return.
|
void |
MatUseTransRemote.setIssueForThisReturn(MboRemote issue) |
void |
MatUseTrans.setIssueForThisReturn(MboRemote issue) |
void |
ReorderSet.setKey(java.lang.Object parent,
java.lang.String key,
java.lang.String type,
java.lang.String siteID,
java.lang.String orgID)
Determines what type of reorder request this is and what the key is
to the mutex entry in the mutex table if it has one.
|
void |
Inventory.setKitAction(java.lang.String makeOrBreak)
called when menu action is chosen to Assemble Kit or
Disassemble Kit
|
void |
InventoryRemote.setKitAction(java.lang.String makeOrBreak) |
void |
MatUseTransSet.setLastNDays(int nDays)
Sets the userpref last N days setting.
|
void |
MatUseTransSetRemote.setLastNDays(int nDays) |
void |
MatRecTransSet.setLineNumAssetMap(java.lang.String linenum,
java.lang.String rotassetnum)
This method returns the lineNumAssetMap hashmap.
|
void |
MatRecTransSet.setLocation(java.lang.String loc)
Sets the userpref location setting.
|
void |
MatRecTransSetRemote.setLocation(java.lang.String loc) |
void |
InventorySetRemote.setLocListIncludesCourier(boolean courier) |
void |
InventorySet.setLocListIncludesCourier(boolean courier)
sets the userpref value to indicate whether locations of type
COURIER should be included in the list of locations from which a
userpref value for Inventory.Location can be set
|
void |
InventorySetRemote.setLocListIncludesLabor(boolean labor) |
void |
InventorySet.setLocListIncludesLabor(boolean labor)
sets the userpref value to indicate whether locations of type
LABOR should be included in the list of locations from which a
userpref value for Inventory.Location can be set
|
void |
InventorySetRemote.setLocListIncludesStores(boolean stores) |
void |
InventorySet.setLocListIncludesStores(boolean stores)
sets the userpref value to indicate whether locations of type
STOREROOM should be included in the list of locations from which a
userpref value for Inventory.Location can be set
|
protected void |
MatRecTrans.setLottedEditibilityFlags(boolean flag) |
void |
InvReserve.setMRUpdated()
This method sets MRUpdate flag to true.
|
void |
Inventory.setNextInvoiceDate()
Updates the INVENTORY.NEXTINVOICEDATE when necessary.
|
void |
InventoryRemote.setNextInvoiceDate() |
void |
MatRecTrans.setOriginalCostDate(java.util.Date costDate)
IV85176: in store-to-store transfers, the costdate of new invlifofifocost record is the system date.
|
void |
InvUseLine.setPickListStatus(MboRemote owner)
Checks the quantities of the invuselines and if all issued then changes the status of InvPickList to COMPLETE
and if partially picked, staged or issued then changes the status of InvPickList from ENTERED to INPROGRESS
|
void |
MatRecTrans.setPOLineUpdated()
09-22514
Set the private boolean poLineUpdated to true
|
void |
MatRecTransSet.setPONum(java.lang.String po)
Sets the userpref purchase order number.
|
void |
MatRecTransSetRemote.setPONum(java.lang.String po) |
void |
InventorySetRemote.setPrimaryVendor() |
void |
InventorySet.setPrimaryVendor()
Sets the primary vendor, catalogcode, modelnum, manufacturer from the parent InvVendor Record.
|
void |
InvReserveSet.setQbe(java.lang.String attribute,
java.lang.String expression)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
void |
MatRecTransSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
MatUseTransRemote.setQtyForReturn(double qty) |
void |
MatUseTrans.setQtyForReturn(double qty)
This method set the remainQty to appropriate one.
|
void |
InvUse.setQtyMap(java.lang.Long invBalId,
java.lang.Double qty)
This method sets quantity for the invbalance record id.
|
protected void |
Inventory.setRequiredFieldsForCurBal()
sets binnum to be required if curbal/lotnum has been modified and the item is lotted.
|
void |
InvUseLineRemote.setReservationUserPref() |
void |
InvUseLine.setReservationUserPref()
This method sets the user preference flag.
|
void |
InvUseLineRemote.setReturnUserPref() |
void |
InvUseLine.setReturnUserPref()
This method sets the userpreference flag for Return validation.
|
protected void |
MatRecTrans.setRotAssetNum(java.lang.String assetnum)
Protected method sets rotAssetNum instance variable.
|
void |
MatUseTransRemote.setRotatingAssetnum(java.lang.String rotAssetnum) |
void |
MatUseTrans.setRotatingAssetnum(java.lang.String rotAssetnum)
Sets the rotassetnum field even if the field is readonly.
|
void |
InvUse.setRotQtyMap(java.lang.Long keyid,
java.lang.Double qty)
This method sets rotating item qty for the id in the hashmap.
|
protected void |
InvBalances.setShelfLifeForThisLot()
Update the shelf life for all inventory balances having the same lot as
the current Mbo.
|
MboRemote |
InvUseRemote.setShipmentLines() |
MboRemote |
InvUse.setShipmentLines()
This method is called from the bean during status change to SHIPPED.
|
void |
MatRecTrans.setShipmentMap() |
void |
MatRecTransSet.setShipReceiptCountMap(java.lang.String linenum,
long count)
This method returns the shipReceiptCount hashmap.
|
void |
InvUseLineRemote.setStagingBin(java.lang.String binflag,
java.lang.String stagebin) |
void |
InvUseLine.setStagingBin(java.lang.String binflag,
java.lang.String stagingBin)
This method takes binflag, stagingbin as input sets the stagingbin for invuseline
based on the binflag.
|
void |
MatUseTransSet.setStartDate(java.util.Date startDateActLab)
Sets the start date.
|
void |
MatUseTransSetRemote.setStartDate(java.util.Date startDateActLab) |
void |
MatRecTransRemote.setSwitchoffWOUpdate(boolean switchoffWOUpdate) |
void |
MatRecTransSet.setToExecuteCompleteAdd(boolean toset)
08-15967
|
void |
MatRecTrans.setToInvBalUpdated()
Set the private boolean toInvBalUpdated to true
|
void |
MatUseTransRemote.setTotalQtyForThisReturn(double qty) |
void |
MatUseTrans.setTotalQtyForThisReturn(double qty) |
void |
MatUseTransSet.setUncommittedTransVector(java.util.Vector uncommitted)
10-20360
|
void |
InvUse.setUsedRotAssetNSMap(java.lang.String keyid,
java.lang.String rotassetnum)
This method sets rotating assetnum for the id in the hashmap.
|
void |
InvUse.setUsedRotAssetSMap(java.lang.String keyid,
java.lang.String rotassetnum)
This method sets rotating assetnum for the id in the hashmap.
|
void |
ReorderSet.setUserName(java.lang.Object parent,
java.lang.String theUserName)
Determines who the user is who placed this reorder request.
|
void |
InvUseLineRemote.setUserPref(MboRemote mbo) |
void |
InvUseLine.setUserPref(MboRemote mbo)
This method sets the userpreference flag for Return validation.
|
void |
InvUseSet.setUserPreference() |
void |
InvUseRemote.setValidateFinancialPeriodsCalled(boolean b)
IJ04584
|
void |
InvUse.setValidateFinancialPeriodsCalled(boolean hasBeenCalled)
IJ04584
|
void |
InvUseRemote.setValidateStatusHasBeenCalled(boolean hasBeenCalled)
IV28540/58912, issue 12-14377
|
void |
InvUse.setValidateStatusHasBeenCalled(boolean hasBeenCalled)
IV28540/58912, issue 12-14377
This method set by InvUseChangeStatusBean - in main record - to fire validateStatus before longop
|
void |
InvUseLine.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
IJ29192: handles when non-persistent field newphyscnt is changed
|
void |
FldInvReserveDisplayWonum.setValueFromLookup(MboRemote sourceMbo) |
void |
ReorderSet.setViewOnly(java.lang.Object parent,
boolean viewOnlyFlag)
Set the view only flag of this reorder set.
|
void |
MatRecTransSet.setVoidShipReceiptCountMap(java.lang.String linenum,
long count)
This method returns the shipReceiptCount hashmap.
|
void |
InventoryService.setZeroNewPhysCnt(long uniqueId,
boolean toRemove)
IJ29192:
|
void |
InvUseRemote.shipped(java.lang.String currentMaxStatus) |
void |
InvUse.shipped(java.lang.String currentMaxStatus)
This method is called from invuse status handler.
|
MboSetRemote |
Inventory.siteReceiptsAndTransfers()
returns set of MatRecTrans associated with this Inventory's
itemnum/location combination and the Login user's SiteId.
|
MboSetRemote |
InventoryRemote.siteReceiptsAndTransfers() |
protected boolean |
InvUseLineSplit.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
InvUse.skipCopyField(MboValueInfo mvi)
IV69612
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MatRecTrans.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
MboSetRemote |
FldInvUseLineToStoreLoc.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldInvUseLineFromStoreloc.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldInvUseFromStoreloc.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldMatRecTransItemNum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
08-25202: applink to correct Inventory record
|
MboSetRemote |
InvReserve.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specified attribute and values of the current record.
|
MboSetRemote |
InvUseLine.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specified attribute and values of the current record.
|
void |
InvUseRemote.staged() |
void |
InvUse.staged()
This method will validate the invuselines and updates invreserve and invbalances for the supplying
storeroom.
|
void |
MatUseTrans.storeTheLifoFifoUpdated(java.util.Hashtable lifofifoHash,
java.lang.String invlifofifoID,
MboRemote invlifofifocost)
IV77164: small method to store the newly updated invlifofifocost record in the hashtable
|
void |
MatUseTransSet.storeToRotatingAssetHash(MboRemote matUse)
IV56875:applied 71 IV04697/11-15298:
|
boolean |
MatRecTransSet.toExecuteCompleteAdd()
08-15967
|
java.lang.String |
ReorderRemote.toExtString() |
java.lang.String |
Reorder.toExtString()
Returns a string to describe the reordering item.
|
void |
InvCostSetRemote.totalAvgCostErrors() |
void |
InvCostSet.totalAvgCostErrors()
Displays a message when one or more rows do not get updated as the old value is same as the new value.
|
void |
InvBalancesSetRemote.totalCurBalErrors() |
void |
InvBalancesSet.totalCurBalErrors()
Displays a message when one or more rows do not get updated with new CurBal as the old value is same as the new value.
|
void |
InvBalancesSetRemote.totalPhyscntErrors() |
void |
InvBalancesSet.totalPhyscntErrors()
Displays a message when one or more rows do not get updated with new physical count as the old value is same as the new value.
|
void |
InventorySetRemote.totalReconcileErrors() |
void |
InventorySet.totalReconcileErrors()
Displays status message if user had access to all storerooms.
|
void |
InvCostSetRemote.totalStdCostErrors() |
void |
InvCostSet.totalStdCostErrors()
Displays a message when one or more rows do not get updated as the old value is same as the new value.
|
java.lang.String |
CheckStatus.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
CheckNotAssetCostType.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
CheckCostType.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
CheckCTypeUnitCost.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
CheckAssetCostType.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
void |
MatUseTransSet.transCommitted()
A method to update the accumulated issue quantity and issue year to date for the MatUseTrans objects to the database.
|
void |
MatRecTransRemote.transferForRotatingShipments() |
void |
MatRecTrans.transferForRotatingShipments()
Method to update the status of the SHIPRECEIPT (this) to COMP, and to create the
TRANSFER (reject) for this rejection
|
protected void |
Inventory.triggerNewRelationship(int relationshipIndicator)
Issue 66808: Set the relationshipIndicator value
|
void |
InvUseLineSplit.undelete()
Unmark the Mbo for deletion.
|
void |
InvReserve.undelete()
This method unmarks the Mbo for deletion.
|
void |
InvUseLine.undelete()
This method undelete the deleted record.
|
void |
MatUseTrans.undelete()
adjust the line cost to WO.actMatCost.
|
MboSetRemote |
InventoryService.updateAllInventory(MboSetRemote invBalSetMbo,
UserInfo userInfo) |
void |
InvUseLine.updateAssetStatus(java.lang.String rotassetnum,
java.lang.String status)
This method sets the status of asset to DECOMMISSIONED if the status is changed to SHIPPED
and sets NOT READY if the status is changed to CANCELLED from SHIPPED.
|
MboRemote |
InvUseLine.updateAutoCreatedInvUseLineSplit()
Updates autocreated invuselinesplit record's quantity to the remaining openqty in the invuselinesplit table.
|
void |
InvCost.updateAverageCost(double quantity,
double totalvalue,
double exr)
This method performs the core logic of average cost calculation and update of the invcost.
|
void |
InvCost.updateAverageCost(double quantity,
double totalvalue,
double exr,
boolean transferWithinStore)
This method performs the core logic of average cost calculation and update of the invcost.
|
void |
Inventory.updateConsignment()
This method checks if the consignment flag can be updated.
|
void |
InventorySetRemote.updateCostType() |
void |
InventorySet.updateCostType()
This method is called from the bean and checks the newcosttype and updates the costtype for the inventory record.
|
void |
InvBalances.updateCurrentBalance(double quantity)
Updates the "curbal" (current balance) field with the value passed in
|
void |
InvBalancesRemote.updateCurrentBalance(double quantity) |
MboRemote |
Inventory.updateCurrentBalance(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode,
double toIncrement)
updateCurrentBalance(1,2,3,4)
Increment the curbal by the double passed on the InvBalances record as identified by
lotnum and binnum.
|
MboRemote |
InventoryRemote.updateCurrentBalance(java.lang.String binnum,
java.lang.String lotnum,
java.lang.String conditionCode,
double toIncrement) |
void |
Inventory.updateGLAccount(java.lang.String controlacc,
java.lang.String shrinkageacc) |
void |
InvUseLine.updateInvBalances(MboRemote mbo,
double quantity,
java.lang.String status)
This method updates the invbalances for StageTransfer transactions.
|
void |
MatRecTrans.updateInventory(InventoryRemote invmbo,
PORemote poMbo,
InvCost invcost)
This method performs the update to the InvCost record passed in.
|
MboRemote |
InventoryService.updateInventory(MboRemote invMbo,
java.lang.String itemnum,
java.lang.String location,
java.lang.String siteid,
java.lang.String itemsetid,
UserInfo userInfo)
Method to update GL Account
|
void |
Inventory.updateInventoryAverageCost(double quantity,
double totalvalue)
updateInventoryAverageCost(1,2)
This method is provided to update the average cost of the item for the specified
storeroom.
|
void |
InventoryRemote.updateInventoryAverageCost(double quantity,
double totalvalue) |
void |
Inventory.updateInventoryAverageCost(double quantity,
double totalvalue,
double exr)
This method is provided to update the average cost of the item for the specified
storeroom.
|
void |
InventoryRemote.updateInventoryAverageCost(double quantity,
double totalvalue,
double exr) |
void |
Inventory.updateInventoryAverageCost(double quantity,
double totalvalue,
double exr,
InvCost invCost) |
void |
Inventory.updateInventoryAverageCost(double quantity,
double totalvalue,
double exr,
InvCost invCost,
boolean transferWithinStore) |
void |
Inventory.updateInventoryAverageCost(double quantity,
double totalvalue,
double exr,
java.lang.String conditionCode)
This method is provided to update the average cost of the item for the specified
storeroom.
|
void |
MatRecTrans.updateInventoryCostAndBalances()
This routine does inventory updates in costs and balances
|
void |
Inventory.updateInventoryDeliveryTime(double deliveryTime)
updateInventoryDeliveryTime(1)
This method updates inventory.delivertime with the value passed in
|
void |
InventoryRemote.updateInventoryDeliveryTime(double deliveryTime) |
void |
Inventory.updateInventoryIssueDetails(java.util.Date issDate,
double quantity)
updateInventoryIssueDetails(1,2)
This method updates the inventory record for the item-storeroom with details about the last
issue date and issue YTD.
|
void |
InventoryRemote.updateInventoryIssueDetails(java.util.Date issDate,
double quantity) |
void |
Inventory.updateInventoryLastCost(double unitcost)
updateInventoryLastCost(1)
This method updates the inventory record with details about the last cost at
which the item was PURCHASED.
|
void |
InventoryRemote.updateInventoryLastCost(double unitcost) |
void |
Inventory.updateInventoryLastCost(double unitcost,
double exr)
updateInventoryLastCost(1,2)
This method updates the inventory record with details about the last cost at
which the item was PURCHASED.
|
void |
InventoryRemote.updateInventoryLastCost(double unitcost,
double exr) |
void |
Inventory.updateInventoryLastCost(double unitcost,
double exr,
InvCost invcost)
updateInventoryLastCost(1,2)
This method updates the inventory record with details about the last cost at
which the item was PURCHASED.
|
void |
InventoryRemote.updateInventoryLastCost(double unitcost,
double exr,
InvCost invcost) |
double |
InvUseLine.updateInvLifoFifoCostSet(MboSetRemote transMboSet,
MboRemote invUseLineSplit,
MboSetRemote invlifofifocostset,
java.lang.String status)
Creates split records for Lifo/Fifo Cost type items and update invlifofifocost table.
|
void |
InvUseLine.updateInvReserveActualQty()
IV79875/PMR67937,011,724: indicates whether it should always update invreserve with requestnum or not, depending
on mxe.app.inventor.updateReservations
|
void |
InvUseLine.updateInvReserveActualQty(boolean toUpdateWithNoRequestnum) |
void |
InvUseLine.updateInvReserveActualQty(boolean toUpdateWithNoRequestnum,
MboRemote mbo)
IV79875/PMR67937,011,724: if toUpdateWithNoRequestnum is true, still update invreserve
This method updates the invreserve pending, staged and shipped quantity when invuse is completed.
|
void |
MatRecTrans.updateInvReserveActualQty(MboRemote invUseLine)
This method updates the invreserve actual quantity for SHIPRETURN transaction.
|
void |
InvUseLine.updateInvReserveForCancel()
This method updates the invreserve pending, staged and shipped quantity when
invuse is cancelled.
|
void |
InvUseLine.updateInvReservePendingQty()
This method updates the invreserve pending, staged and shipped quantity when invuse is entered.
|
void |
InvUseLine.updateInvReservePickedQty(MboRemote mbo)
This method updates the invreserve picked quantity when invuseline is picked.
|
void |
InvUseLine.updateInvReserveShippedQty()
This method updates the invreserve pending, staged and shipped quantity when invuse is shipped.
|
void |
InvUseLine.updateInvReserveStagedQty()
This method updates the invreserve pending, staged and shipped quantity when invuse is staged.
|
void |
InvUseLine.updateInvReserveStagedQty(MboRemote mbo) |
void |
InvUseLineRemote.updateInvUseLineForReservation(MboRemote reservation) |
void |
InvUseLine.updateInvUseLineForReservation(MboRemote reservation)
This method is called from the databean and updates the invuseline record with existing
reservation's requestnum, ponum, polinenum, mrnum and mrlinenum.
|
void |
InvUseLineRemote.updateInvUseLineForReturn(MboRemote issuedItemForReturn) |
void |
InvUseLine.updateInvUseLineForReturn(MboRemote issuedItemForReturn)
This method is called from the databean and updates the invuseline record with existing
matusetrans's issue record.
|
void |
InventoryService.updateInvUseLines(MboSetRemote msr,
java.lang.String plnum,
MXTransaction trans) |
void |
InvUseRemote.updateInvUseReceipts(InvUseLineRemote invUseLine) |
void |
InvUse.updateInvUseReceipts(InvUseLineRemote invUseLine) |
protected void |
MatRecTrans.updateKitComponentNewInventoryBinnum(java.lang.String binnum)
updates default Inventory.Binnum for kit components' with binnum provided
for the kit's MatRecTrans.ToStoreLoc
|
void |
InvCost.updateLastCost(double value)
This method is provided to update the lastcost of this invcost.
|
void |
InvUseLine.updateLifoFifoForCancelled(MboRemote useLine)
This method adds invlifofifocost record on the status cahnge to cancelled.
|
void |
InvBalances.updateLifoFifoQtyAndCreateInvTrans(boolean isreconcile)
This method checks if the item is Condition enabled.
|
void |
InvBalances.updateLifoFifoQtyAndCreateInvTrans(java.util.HashMap condBalMap,
boolean isreconcile)
This method call updateLifoFifoQuantity () for each entry in the Hash map.
|
void |
InvBalances.updateLifoFifoQtyAndCreateInvTrans(java.util.Vector invBalanceVec,
java.lang.String conditionCode,
boolean isreconcile)
This method update invlifofifocost table and adjustcurrent balance for Lifo/Fifo items.
|
void |
InvUseLine.updateLifoFifoTable(MboRemote invUseLineSplit)
This method updates the invlifofifocost table for issue and transfer transactions.
|
void |
WOMATStatusSyncRemote.updateMbo(MboRemote mbo) |
void |
WOMATStatusSync.updateMbo(MboRemote mbo)
Adds a new WOMATSTATUSSYNC record.
|
void |
InvUseLine.updateMR(MboRemote invReserve)
This method updates the mrline for the given reservation.
|
void |
InvReserveSet.updatePotentialWpmBackOrderToHard(MboRemote wpm,
double oldHardResQty)
IJ30306: when wpmaterial records are changed, associated invreserve
are changed.
|
void |
InvUseLineRemote.updateReceiptsComplete() |
void |
InvUseLine.updateReceiptsComplete() |
void |
InvUseLineRemote.updateReceivedQty(double receivedQty) |
void |
InvUseLine.updateReceivedQty(double receivedQty) |
void |
InvUseLineRemote.updateReturnedQty(double returnedQty) |
void |
InvUseLine.updateReturnedQty(double returnedQty)
This method updates the returnedqty for shipment return and void shipment receipt transcations.
|
void |
InvUseLine.updateStagedInvBalances(java.lang.String status)
This method updates the invbalance record for staging balances.
|
void |
InvUseLine.updateStagedInvBalances(java.lang.String status,
MboRemote mbo) |
void |
InvUseLine.updateUnitCost()
This method updates the unitcost.
|
void |
InvReserveSetRemote.updateWpmReservation(MboRemote reservation,
MboRemote wpm,
boolean createInit,
java.util.Date requiredDate) |
void |
InvReserveSet.updateWpmReservation(MboRemote reservation,
MboRemote wpm,
boolean createInit,
java.util.Date requiredDate)
When a work plan material Mbo is deleted, created, or modified, this method
deletes, creates, or modifies the corrosponding reservation.
|
void |
FldSplitUseLineQuantity.validate()
quantity can not be <=0
|
void |
FldReorderItemnum.validate()
skip the validation for the special order item (new item, not in Db yet)
|
void |
FldNextPhyCntDate.validate()
Validates the nextPhysicalCountDate.
|
void |
FldMatUseTransWoNum.validate()
validate matusetrans.wonum
|
void |
FldMatUseTransToSiteId.validate()
Validates if the site was in a given org and whether user has an access to the site.
|
void |
FldMatUseTransTaskID.validate()
Validates matusetrans.taskid.
|
void |
FldMatUseTransStoreloc.validate() |
void |
FldMatUseTransRotAssetnum.validate() |
void |
FldMatUseTransRequestNum.validate()
Validate() - see FldMatUseTransRequestNum class javadocs for more info.
|
void |
FldMatUseTransRefWO.validate()
06-20981:validate matusetrans.refwo.
|
void |
FldMatUseTransPositiveQuantity.validate()
quantity can not be <=0
|
void |
FldMatUseTransNewPhyscnt.validate()
Prohibits a negative number from being entered in this field.
|
void |
FldMatUseTransMRNum.validate()
validate matusetrans.MRNum
must be in "APPROVED" status.
|
void |
FldMatUseTransMRLineNum.validate()
validate matusetrans.MRNum
must be in "APPROVED" status.
|
void |
FldMatUseTransLotNum.validate() |
void |
FldMatUseTransLocation.validate() |
void |
FldMatUseTransLineType.validate()
This routine is to validate the line type.
|
void |
FldMatUseTransItemNum.validate() |
void |
FldMatUseTransIssueType.validate()
Cannot return rotating asset to an inventory location.
|
void |
FldMatUseTransConditionCode.validate() |
void |
FldMatUseTransBinnum.validate() |
void |
FldMatUseTransAssetnum.validate() |
void |
FldMatRecTransWoNum.validate()
validate MatRecTrans.wonum
|
void |
FldMatRecTransToStoreLoc.validate()
Validates the locations site and if the user has an access to the storeroom
|
void |
FldMatRecTransToLot.validate()
calls super.validate() so that the correct relationship between this MboValue's
mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot
combination, then it will be added.
|
void |
FldMatRecTransToBin.validate()
calls super.validate() so that the correct relationship between this MboValue's
mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot
combination, then it will be added.
|
void |
FldMatRecTransTaskID.validate()
validate MatRecTrans.taskid
|
void |
FldMatRecTransShipmentNum.validate() |
void |
FldMatRecTransShipmentLineNum.validate() |
void |
FldMatRecTransRotAssetnum.validate()
if the matrectrans is TRANSFER, the assetnum should behave as rotating asset num.
|
void |
FldMatRecTransReceiptQuantity.validate()
If this receipt is of return type, check to see if the number of items returned are more than
what has been received.
|
void |
FldMatRecTransPoNum.validate() |
void |
FldMatRecTransNewSite.validate()
Validates if the site was in a given org and whether user has an access to the site.
|
void |
FldMatRecTransLocation.validate() |
void |
FldMatRecTransItemNum.validate() |
void |
FldMatRecTransIssueType.validate() |
void |
FldMatRecTransGLAcct.validate()
Only validate when there is a PO
|
void |
FldMatRecTransFromStoreLoc.validate()
Validates the locations site and if the user has an access to the storeroom
|
void |
FldMatRecTransFromSiteId.validate()
Validates if the site was in a given org and whether user has an access to the site.
|
void |
FldMatRecTransFromLot.validate() |
void |
FldMatRecTransFromConditionCode.validate() |
void |
FldMatRecTransFromBin.validate() |
void |
FldMatRecTransCourier.validate()
No validation takes place, so override and do nothing.
|
void |
FldMatRecTransConversion.validate()
Validates that conversion is not zero.
|
void |
FldMatRecTransConditionCode.validate()
do not validate - if item does not exist in the store/itemnum/bin/lot/conditioncoide
combination, then it will be added
|
void |
FldMatRecTransAssetnum.validate()
Asset can not be added to a PM/Route/Safety Plan if its in Decommissioned status.
|
void |
FldLocLeadTimeLocation.validate() |
void |
FldInventoryStoreLocSiteID.validate() |
void |
FldInventoryStdCost.validate()
If the Standard Cost is negative throw exception.
|
void |
FldInventoryOrderQty.validate() |
void |
FldInventoryNextInvoiceDate.validate()
Validate if the genUntilDate is before today's date
If forecast already exists, validates if the untildate is before the last forecast date
|
void |
FldInventoryLotNum.validate()
override validate so it does not validate against LOTNUM.
|
void |
FldInventoryLocation.validate() |
void |
FldInventoryItemnum.validate() |
void |
FldInventoryOrderUnit.validate()
Validate against measure unit table.
|
void |
FldInventoryFrequency.validate()
This method validates the frequency.
|
void |
FldInventoryCurBal.validate()
If the current balance is negative throw exception.
|
void |
FldInventoryVendor.validate()
Validate that if the value entered into the Vendor field is a storeroom, that
the storeroom carries this item.
|
void |
FldInventoryAddToStoreLoc.validate()
validates if user has authority to use the storeroom
|
void |
FldInvUseUseType.validate() |
void |
FldInvUseLineWoNum.validate()
validate invuseline.wonum
|
void |
FldInvUseLineUseType.validate() |
void |
FldInvUseLineToStoreLoc.validate()
Validates the locations site and if the user has an access to the storeroom
|
void |
FldInvUseLineToSiteId.validate()
Validates if the site was in a given org and whether user has an access to the site.
|
void |
FldTransferCommonLotNum.validate()
validate if lotnum entered exists in invbalances
|
void |
FldInvUseLineToLot.validate()
calls super.validate() so that the correct relationship between this MboValue's
mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot
combination, then it will be added.
|
void |
FldInvUseLineToConditionCode.validate()
do not validate - if item does not exist in the store/itemnum/bin/lot/conditioncoide
combination, then it will be added
|
void |
FldInvUseLineToBin.validate()
calls super.validate() so that the correct relationship between this MboValue's
mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot
combination, then it will be added.
|
void |
FldInvUseLineTaskID.validate()
Validates invuseline.taskid.
|
void |
FldInvUseLineSplitRotAssetnum.validate()
validate()
Validate the entered value for rotating asset.
|
void |
FldInvUseLineSplitQuantity.validate()
validate()
Validate the entered value for quantity.
|
void |
FldInvUseLineRotAssetnum.validate() |
void |
FldInvUseLineRequestNum.validate()
Validate()
|
void |
FldInvUseLineRefWO.validate()
Validate InvUseLine.refwo.
|
void |
FldInvUseLineQuantity.validate()
quantity can not be <=0
also checks the total rotating quantity exceeded the max invuseline limit.
|
void |
FldInvUseLinePoNum.validate()
Validate the ponum field.
|
void |
FldInvUseLineOpenQty.validate()
quantity can not be <=0
also checks the total rotating quantity exceeded the max invuseline limit.
|
void |
FldInvUseLineNewAssetNum.validate()
This method validates if the asset and site combination already exists in the database.
|
void |
FldInvUseLineLocation.validate()
Validate the location field.
|
void |
FldInvUseLineItemNum.validate()
Validate the itemnum field.
|
void |
FldInvUseLineFromStoreloc.validate() |
void |
FldInvUseLineFromLot.validate()
Validate the fromlot field.
|
void |
FldTransferCommonConditionCode.validate()
validate if conditioncode entered exists in invbalances
|
void |
FldInvUseLineFromConditionCode.validate()
Validate the fromconditioncode field.
|
void |
FldTransferCommonBinNum.validate()
validate if binnum entered exists in invbalances
|
void |
FldInvUseLineFromBin.validate()
Validate the frombin field.
|
void |
FldInvUseLineAssetnum.validate()
Validate the assetnum field.
|
void |
FldInvUseFromStoreloc.validate()
Validates if user has authority to use the storeroom
|
void |
FldInvReserveToStoreLoc.validate()
Validates the locations site and if the user has an access to the storeroom
|
void |
FldInvReserveReservedQty.validate()
validates if the qty being reserved will drive the inventory available balance to
negative
|
void |
FldInvReservePoNum.validate()
Validate if the po is an internal po;
|
void |
FldInvReserveNewSite.validate()
Validates if the site was in a given org and whether user has an access to the site.
|
void |
FldInvReserveMRNum.validate()
validate invreserve.MRNum
must be in "APPROVED" status.
|
void |
FldInvReserveMRLineNum.validate()
validate INVRESERVE.MRLineNum
|
void |
FldInvReserveLocation.validate() |
void |
FldInvReserveItemNum.validate()
validate InvReserve.itemnum
|
void |
FldInvResType.validate() |
void |
FldInvCostNewStdCost.validate()
Validate that if the value entered into the New Standard Cost
field is not negative.
|
void |
FldInvCostNewAvgCost.validate()
Validates that a value entered into the New Average Cost
field is not negative.
|
void |
FldInvCostConditionCode.validate()
validate if conditon code entered already exists
|
void |
FldInvCostCondRate.validate()
validate value entered is 1-100 and if the value being entered is 100 and
there is another 100 rate existing for the item, throw exception
|
void |
FldInvBalancesShelfLife.validate()
Validates that shelflife is not negative.
|
void |
FldInvBalancesPhysCntDate.validate()
Validates the physcntdate.
|
void |
FldInvBalancesLotNum.validate() |
void |
FldInvBalancesLocation.validate() |
void |
FldInvBalancesCurBal.validate()
If the current balance is negative
and NEGATIVECURBAL MaxVar is DISALLOW, throw exception.
|
void |
FldInvConditionCode.validate()
IV89507:added validate() to not allow conditioncode changes while asset is in transit
|
void |
FldInvBalancesConditionCode.validate()
if there is no INVCOST record for the condition code, do not allow
|
void |
FldInvBalancesBinNum.validate()
do not validate - this is just for lookup list
|
void |
FldCostType.validate()
validate()
|
void |
FldCostDate.validate()
validates the cost date.
|
void |
FldConversionUnitsOfMeasure.validate()
Validate that fromMeasureUnit and toMeasureUnit are not the same.
|
void |
FldConversionItemNum.validate()
Normally just performs super.validate().
|
void |
FldConversionConversion.validate()
Validates that conversion is not zero.
|
void |
FldCommonLotNum.validate()
validate if lotnum entered exists in invbalances
|
void |
FldCommonConditionCode.validate()
validate if conditioncode entered exists in invbalances
|
void |
FldCommonBinNum.validate()
validate if binnum entered exists in invbalances
|
void |
InventoryServiceRemote.validateBinLot(Inventory inv,
java.lang.String binnum,
java.lang.String lotnum) |
void |
InventoryService.validateBinLot(Inventory inv,
java.lang.String binnum,
java.lang.String lotnum)
This method takes location,binnum,lotnum and checks the
ITEMNUM/LOCATION/BINNUM/LOTNUM combination against
the INVBALANCES table.
|
void |
Inventory.validateChangeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo)
This method validates if the status change is allowed.
|
void |
InventoryRemote.validateChangeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
InvStatusHandler.validateChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Validate the change status from the current state to a desired state.
|
void |
InvUseRemote.validatedata() |
void |
InvUse.validatedata()
This method checks if issue to is blank for tool type item and throws the exception.
|
void |
InvUse.validateFinancialPeriods(java.lang.String newStatus)
IJ04584: This method validates that the InvUseLines' actual dates are within an active financial period.
|
void |
InvUse.validateForShipped(MboRemote invUseLine)
This method checks to make sure that the inventory usage line passed in here is of type
TRANSFER.
|
void |
InvUse.validateGLAccounts(MboRemote invuseline)
This method is validate the gl accounts.
|
void |
InvUse.validateHardReservation(MboRemote invUseLine)
Checks the to see if the use line references a inventory item that has HARDRESISSUE flag true.
|
MboRemote |
InventoryServiceRemote.validateInventory(UserInfo userInfo,
java.lang.String item,
java.lang.String itemsetid,
java.lang.String location) |
MboRemote |
InventoryService.validateInventory(UserInfo userInfo,
java.lang.String item,
java.lang.String itemsetid,
java.lang.String location)
checks the ITEMNUM/LOCATION combination against the Inventory table.
|
void |
InvUseLineSet.validateInvUseData()
This method is called from the bean to validate the InvUse Data.
|
void |
InvUseLineSetRemote.validateInvUseData() |
void |
InvUseLine.validateInvUseLine(java.util.ArrayList splitList)
This method validates the data for invuseline.
|
void |
FldInvUseLineRotAssetnum.validateIssueandReturn()
This method will validate the invuseline Mbo for usetype Issue or Return
|
void |
InvUseLine.validateLine()
This is method is validates the invuseline record and throws exception in case of invalid data.
|
boolean |
InvUse.validateLineReservationandSetBin(boolean listtab,
java.lang.String binflag,
java.lang.String stagebin,
java.lang.String status)
This method checks if there are any invuseline exists with deleted invreserve records.
|
void |
InvUseRemote.validateLines(java.lang.String status) |
void |
InvUse.validateLines(java.lang.String status)
This method is called from bean and validates the inventory usage lines.
|
void |
MatRecTransSet.validateOrderQty() |
void |
MatRecTransSetRemote.validateOrderQty() |
boolean |
InvUseLineRemote.validateQty() |
boolean |
InvUseLine.validateQty()
This method checks if the return quantity has exceeded the issued quantity
and adds the warning to the set.
|
void |
InvUse.validateRotatingAssets(MboRemote invUseLine)
This method checks rotating assets if already exists in other invusage documents..
|
void |
InvUse.validateStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
java.lang.String binflag,
java.lang.String stagingbin,
boolean listtab)
This method validates if the status change is allowed.
|
void |
FldInvUseLineRotAssetnum.validateTransfer()
This method will validate the invuseline Mbo for usetype Transfer.
|
void |
MatRecTransSet.warningsFromCopyMatRecTransItems()
returns a warning message resulting from the copyMatRecTransSet action if
any matrectrans is not elligible for the transfer
|
void |
MatRecTransSetRemote.warningsFromCopyMatRecTransItems() |
void |
MatRecTransSet.warningsFromCopyPOItems()
returns a warning message resulting from the copyPOLineSet action if
any poline is not elligible for the transfer
|
void |
MatRecTransSetRemote.warningsFromCopyPOItems() |
java.lang.String |
ReorderService.whoHasLock(UserInfo userInfo,
int requestType,
java.lang.String targetType,
java.lang.String key,
java.lang.String siteID,
java.lang.String orgID) |
void |
InventorySetRemote.zeroYTDQuantities() |
void |
InventorySet.zeroYTDQuantities()
calls zeroYTDQuantities() method in the Inventory object
for each member of this set - to perform the Zero Year To Date action from the result set
|
void |
Inventory.zeroYTDQuantities()
zeroYTDQuantities()
This method zeros the year to date quantity and moves the issue1yr/2yr/3yr back a year
each respectively.
|
void |
InventoryRemote.zeroYTDQuantities() |
Constructors in psdi.app.inventory that throw MXException
Constructor and Description |
Conversion(MboSet ms)
Construct the Conversion
|
ConversionSet(MboServerInterface ms)
Construct the Conversion set.
|
FldCommonBinNum(MboValue mbv) |
FldCommonBinNum(MboValue mbv,
java.lang.String locationAttribute,
java.lang.String lotAttribute,
java.lang.String conditionAttribute)
constructor
|
FldCommonConditionCode(MboValue mbv) |
FldCommonConditionCode(MboValue mbv,
java.lang.String locationAttribute,
java.lang.String binAttribute,
java.lang.String lotAttribute)
constructor
|
FldCommonLotNum(MboValue mbv) |
FldCommonLotNum(MboValue mbv,
java.lang.String locationAttribute,
java.lang.String binAttribute,
java.lang.String condAttribute)
constructor
|
FldConversionConversion(MboValue mbv) |
FldConversionItemNum(MboValue mbv) |
FldConversionUnitsOfMeasure(MboValue mbv) |
FldCostDate(MboValue mbv) |
FldCostType(MboValue mbv)
Construct and attach to the mbo value
|
FldInvBalancesAdustedPhysCnt(MboValue mbv) |
FldInvBalancesAdustedPhysCntDate(MboValue mbv) |
FldInvBalancesBinNum(MboValue mbv)
construct the field
|
FldInvBalancesConditionCode(MboValue mbv) |
FldInvBalancesCurBal(MboValue mbv) |
FldInvBalancesExpiredQty(MboValue mbv)
Construct and attache to the specified Mbo value.
|
FldInvBalancesItemnum(MboValue mbv) |
FldInvBalancesLocation(MboValue mbv) |
FldInvBalancesLotNum(MboValue mbv) |
FldInvBalancesLotNum(MboValue mbv,
java.lang.String itemnum,
java.lang.String location) |
FldInvBalancesPhysCntDate(MboValue mbv) |
FldInvBalancesShelfLife(MboValue mbv)
Construct and attache to the specified Mbo value.
|
FldInvBalancesUseBy(MboValue mbv)
Construct and attache to the specified Mbo value.
|
FldInvConditionCode(MboValue mbv) |
FldInvConditionCode(MboValue mbv,
java.lang.String conditionAttribute) |
FldInvCostConditionCode(MboValue mbv) |
FldInvCostCondRate(MboValue mbv) |
FldInventoryAddToStoreLoc(MboValue mbv) |
FldInventoryAutoInvoice(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryAvblBalance(MboValue mbv) |
FldInventoryBinCnt(MboValue mbv) |
FldInventoryCCF(MboValue mbv) |
FldInventoryConditionCode(MboValue mbv) |
FldInventoryConsignment(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryConsVendor(MboValue mbv)
Construct and attach to the MboValue.
|
FldInventoryCurBal(MboValue mbv) |
FldInventoryCurBalTotal(MboValue mbv) |
FldInventoryDefCostType(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryExpiredQty(MboValue mbv) |
FldInventoryFrequency(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryFreqUnit(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryHardShippedQty(MboValue mbv) |
FldInventoryHasChild(MboValue mbv)
construct the field
|
FldInventoryHoldingBal(MboValue mbv) |
FldInventoryInternal(MboValue mbv) |
FldInventoryInvGenType(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryIssueUnit(MboValue mbv) |
FldInventoryItemnum(MboValue mbv) |
FldInventoryLocation(MboValue mbv) |
FldInventoryLotCnt(MboValue mbv) |
FldInventoryLotNum(MboValue mbv) |
FldInventoryLotNum(MboValue mbv,
java.lang.String itemnum,
java.lang.String location) |
FldInventoryManufacturer(MboValue mbv) |
FldInventoryNextInvoiceDate(MboValue mbv)
Construct and attach to the mbo value
|
FldInventoryOrderQty(MboValue mbv) |
FldInventoryOrderUnit(MboValue mbv)
Construct super class.
|
FldInventoryPhysCntDate(MboValue mbv) |
FldInventoryPhyscntTotal(MboValue mbv) |
FldInventoryPickedQty(MboValue mbv) |
FldInventoryReservedQty(MboValue mbv) |
FldInventoryReserveQty(MboValue mbv) |
FldInventoryRQtyNotStaged(MboValue mbv) |
FldInventoryShippedQty(MboValue mbv) |
FldInventorySiteId(MboValue mbv)
Construct and attach to the MboValue.
|
FldInventoryStagedQty(MboValue mbv) |
FldInventoryStoreloc(MboValue mbv) |
FldInventoryStoreLocSiteID(MboValue mbv) |
FldInventoryVendor(MboValue mbv)
Construct and attach to the MboValue.
|
FldInvHardReservedQty(MboValue mbv)
Constructor
|
FldInvLifoFifoCostConditionCode(MboValue mbv) |
FldInvLotManufacturer(MboValue mbv) |
FldInvLotVendor(MboValue mbv) |
FldInvPickListStatus(MboValue mbv)
Construct and attach to the mbo value
|
FldInvReserveAssetnum(MboValue mbv) |
FldInvReserveDisplayWonum(MboValue mbv)
Constructor
|
FldInvReserveItemNum(MboValue mbv)
Construct and attach to the mbo value
|
FldInvReserveLocation(MboValue mbv) |
FldInvReserveMRLineNum(MboValue mbv) |
FldInvReserveMRNum(MboValue mbv) |
FldInvReserveNewSite(MboValue mbv) |
FldInvReserveOpLocation(MboValue mbv) |
FldInvReservePoLineNum(MboValue mbv)
Construct and attach to the specified MboValue
|
FldInvReservePoNum(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldInvReserveReservedQty(MboValue mbv) |
FldInvReserveToStoreLoc(MboValue mbv) |
FldInvReserveWoNum(MboValue mbv) |
FldInvResType(MboValue mbv) |
FldInvSoftReservedQty(MboValue mbv)
Constructor
|
FldInvUseFromStoreloc(MboValue mbv) |
FldInvUseLineAssetnum(MboValue mbv) |
FldInvUseLineDisplayReturnedQty(MboValue mbv)
Constructor
|
FldInvUseLineDisplayUnitCost(MboValue mbv) |
FldInvUseLineFromBin(MboValue mbv) |
FldInvUseLineFromConditionCode(MboValue mbv) |
FldInvUseLineFromLot(MboValue mbv) |
FldInvUseLineFromStoreloc(MboValue mbv) |
FldInvUseLineIssueTo(MboValue mbv)
Construct and attach to the mbo value
|
FldInvUseLineItemNum(MboValue mbv)
Construct and attach to the mbo value
|
FldInvUseLineLineType(MboValue mbv) |
FldInvUseLineLocation(MboValue mbv) |
FldInvUseLineOpenQty(MboValue mbv) |
FldInvUseLinePoLineNum(MboValue mbv)
Construct and attach to the specified MboValue
|
FldInvUseLinePoNum(MboValue mbv) |
FldInvUseLineQuantity(MboValue mbv) |
FldInvUseLineRefWO(MboValue mbv) |
FldInvUseLineRequestNum(MboValue mbv) |
FldInvUseLineRotAssetnum(MboValue mbv) |
FldInvUseLineSplitFromBin(MboValue mbv) |
FldInvUseLineSplitFromLot(MboValue mbv) |
FldInvUseLineSplitPLState(MboValue mbv)
Construct and attach to the mbo value
|
FldInvUseLineSplitQuantity(MboValue mbv) |
FldInvUseLineSplitRotAssetnum(MboValue mbv) |
FldInvUseLineTaskID(MboValue mbv)
Construct and attach to the mbo value
|
FldInvUseLineToBin(MboValue mbv)
construct the field
|
FldInvUseLineToConditionCode(MboValue mbv)
construct the field
|
FldInvUseLineToLot(MboValue mbv)
construct the field
|
FldInvUseLineToSiteId(MboValue mbv) |
FldInvUseLineToStoreLoc(MboValue mbv) |
FldInvUseLineUnitCost(MboValue mbv) |
FldInvUseLineUseType(MboValue mbv)
Construct and attach to the mbo value
|
FldInvUseLineWoNum(MboValue mbv) |
FldInvUsePicked(MboValue mbv) |
FldInvUseResvPref(MboValue mbv) |
FldInvUseReturnPref(MboValue mbv) |
FldInvUseShowAgainPref(MboValue mbv) |
FldInvUseUseType(MboValue mbv)
Construct and attach to the mbo value
|
FldLocLeadTimeLocation(MboValue mbv) |
FldLotnum(MboValue mbv) |
FldLotnum(MboValue mbv,
java.lang.String itemAttr,
java.lang.String locAttr) |
FldMatRecTransAcceptedQty(MboValue mbv) |
FldMatRecTransAcceptReject(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransAssetnum(MboValue mbv) |
FldMatRecTransConditionCode(MboValue mbv)
construct the field
|
FldMatRecTransConversion(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransCourier(MboValue mbv) |
FldMatRecTransDisplayUnitCost(MboValue mbv) |
FldMatRecTransFromBin(MboValue mbv)
constructor
|
FldMatRecTransFromConditionCode(MboValue mbv)
constructor
|
FldMatRecTransFromLot(MboValue mbv)
constructor
|
FldMatRecTransFromSiteId(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransFromStoreLoc(MboValue mbv) |
FldMatRecTransGLAcct(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransInspectedQty(MboValue mbv) |
FldMatRecTransInvoiceUnitCost(MboValue mbv)
Construct and attach to the mbo value.
|
FldMatRecTransIssueType(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransItemNum(MboValue mbv) |
FldMatRecTransLocation(MboValue mbv) |
FldMatRecTransManufacturer(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransNewSite(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransPoLineNum(MboValue mbv)
Construct and attach to the specified MboValue
|
FldMatRecTransPoNum(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldMatRecTransQtyAlreadyRecvd(MboValue mbv) |
FldMatRecTransReceiptQuantity(MboValue mbv) |
FldMatRecTransReceivedUnit(MboValue mbv)
Validation Class for:ReceivedUnit Construct and attach to the mbo value
|
FldMatRecTransRefWO(MboValue mbv) |
FldMatRecTransRejectQty(MboValue mbv) |
FldMatRecTransRotAssetnum(MboValue mbv)
Constructor just calls super(mbv).
|
FldMatRecTransShelfLife(MboValue mbv)
Construct and attache to the specified Mbo value.
|
FldMatRecTransShipmentLineNum(MboValue mbv)
Construct and attach to the specified MboValue
|
FldMatRecTransShipmentNum(MboValue mbv)
Construct and attach to the specified MboValue
|
FldMatRecTransTaskID(MboValue mbv)
Construct and attach to the mbo value
|
FldMatRecTransToBin(MboValue mbv)
construct the field
|
FldMatRecTransToLot(MboValue mbv)
construct the field
|
FldMatRecTransToStoreLoc(MboValue mbv) |
FldMatRecTransUnInvoicedCost(MboValue mbv)
Construct and attach to the mbo value.
|
FldMatRecTransUnInvoicedQuantity(MboValue mbv)
Construct and attach to the mbo value.
|
FldMatRecTransWoNum(MboValue mbv) |
FldMatUseTransActualDate(MboValue mbv) |
FldMatUseTransAssetnum(MboValue mbv) |
FldMatUseTransBinnum(MboValue mbv) |
FldMatUseTransConditionCode(MboValue mbv) |
FldMatUseTransGLAcct(MboValue mbv)
Construct and attach to the mbo value
|
FldMatUseTransIssueTo(MboValue mbv)
Construct and attach to the mbo value
|
FldMatUseTransIssueType(MboValue mbv)
Construct and attach to the mbo value
|
FldMatUseTransItemNum(MboValue mbv)
Construct and attach to the mbo value
|
FldMatUseTransLineCost(MboValue mbv)
Construct and attach to the mbo value.
|
FldMatUseTransLineType(MboValue mbv) |
FldMatUseTransLocation(MboValue mbv) |
FldMatUseTransLotNum(MboValue mbv) |
FldMatUseTransMRLineNum(MboValue mbv) |
FldMatUseTransMRNum(MboValue mbv) |
FldMatUseTransNewPhyscnt(MboValue mbv)
Constructor for the FldMatUseTransNewPhyscnt object
|
FldMatUseTransPositiveQuantity(MboValue mbv) |
FldMatUseTransQuantity(MboValue mbv) |
FldMatUseTransRefWO(MboValue mbv) |
FldMatUseTransRequestNum(MboValue mbv) |
FldMatUseTransRotAssetnum(MboValue mbv) |
FldMatUseTransStoreloc(MboValue mbv) |
FldMatUseTransTaskID(MboValue mbv)
Construct and attach to the mbo value
|
FldMatUseTransToSiteId(MboValue mbv)
Construct and attach to the mbo value
|
FldMatUseTransUnitCost(MboValue mbv) |
FldMatUseTransWoNum(MboValue mbv) |
FldNextPhyCntDate(MboValue mbv) |
FldReorderDescriptionView(MboValue mbv) |
FldReorderItemnum(MboValue mbv) |
FldReorderUnitCost(MboValue mbv) |
FldSplitUseLineQuantity(MboValue mbv) |
FldTransferCommonBinNum(MboValue mbv,
java.lang.String locationAttribute,
java.lang.String siteAttribute,
java.lang.String lotAttribute,
java.lang.String condAttribute)
constructor
|
FldTransferCommonConditionCode(MboValue mbv,
java.lang.String locationAttribute,
java.lang.String siteAttribute,
java.lang.String binAttribute,
java.lang.String lotAttribute)
constructor
|
FldTransferCommonLotNum(MboValue mbv,
java.lang.String locationAttribute,
java.lang.String siteAttribute,
java.lang.String binAttribute,
java.lang.String condAttribute)
constructor
|
InvBalances(MboSet ms)
InvBalances Constructor
Construct the InvBalances object
|
InvBalancesSet(MboServerInterface ms)
Construct the object.
|
InvCost(MboSet ms)
Construct the InvCost object
|
InvCostSet(MboServerInterface ms)
Construct the set
|
Inventory(MboSet ms)
Constructor for the Inventory Object
|
InventorySet(MboServerInterface ms)
Construct the set
|
InvLifoFifoCostSet(MboServerInterface ms)
Construct the set
|
InvLot(MboSet ms)
Construct the InvLot object
|
InvLotSet(MboServerInterface ms)
Construct the set
|
InvPickList(MboSet ms)
Constructor for the InvPickList Object
|
InvPickListSet(MboServerInterface ms)
Construct the set
|
InvPickListStatus(MboSet ms)
Your basic construtor.
|
InvReserve(MboSet ms)
Construct the item
|
InvReserveSet(MboServerInterface ms)
Construct the set
|
InvStatus(MboSet ms)
Your basic construtor.
|
InvTrans(MboSet ms)
Construct the InvTrans object
|
InvTransSet(MboServerInterface ms)
Construct the set
|
InvUse(MboSet ms)
Constructor for the InvUse Object
|
InvUseLine(MboSet ms)
Constructor for the InvUseLine Object
|
InvUseLineSet(MboServerInterface ms)
Construct the set
|
InvUseLineSplit(MboSet ms)
Constructor for the InvUseLineSplit Object
|
InvUseLineSplitSet(MboServerInterface ms)
Construct the set
|
InvUseSet(MboServerInterface ms)
Construct the set
|
InvUseStatus(MboSet ms)
Your basic construtor.
|
LocLeadTime(MboSet ms)
Construct the LocLeadTime object
|
LocLeadTimeSet(MboServerInterface ms)
Construct the set
|
MatRecTrans(MboSet ms)
Construct the MatRecTrans object
|
MatRecTransSet(MboServerInterface ms)
Construct the MatRecTransSet.
|
MatUseTrans(MboSet ms)
Construct the MatUseTrans object.
|
MatUseTransSet(MboServerInterface ms)
Construct the set
|
OrderUnit(MboSet ms)
Construct the OrderUnit
|
OrderUnitSet(MboServerInterface ms)
Construct the set
|
Reorder(MboSet ms)
Construct the Reorder object
|
ReorderMutex(MboSet ms)
Construct the ReorderState object
|
ReorderMutexSet(MboServerInterface ms)
Constructs the set
|
ReorderSet(MboServerInterface ms)
Construct the ReorderSet
|
ToolInv(MboSet ms)
Constructor for the Inventory Object
|
ToolInvSet(MboServerInterface ms)
Construct the set
|
WOMATStatusSync(MboSet ms)
Construct the WOMATStatusSync object
|
WOMATStatusSyncSet(MboServerInterface ms)
Construct the set
|
Methods in psdi.app.inventory.unittest that throw MXException
Modifier and Type |
Method and Description |
static MboSet |
InvReconcileTest.addItemToStoreroom() |
static MboRemote |
InvPickListTest.addItemToStoreroom(ItemRemote itemMbo,
java.lang.String defaultBin,
java.lang.String lotnum) |
static void |
ItemLibrary.addItemToStoreroom(Item item,
java.lang.String siteid,
java.lang.String storeroom,
double unitcost,
double initialBalance) |
static void |
ItemLibrary.addItemToStoreroom(Item item,
java.lang.String siteid,
java.lang.String storeroom,
java.lang.String costType,
double unitcost,
java.lang.String defaultBin,
double initialBalance,
java.lang.String issueUnit,
java.lang.String orderUnit,
boolean consignment)
Takes a non-rotating item passed in and adds the item to the storeroom.
|
static Shipment |
ReceivingLibrary.addShipmentLines(Shipment shipment)
Adds the shipment lines to the shipment and completes those that can be completed
|
void |
InvReconcileTest.adjustPhysicalCountTest() |
static Item |
ItemLibrary.changeStatusToActive(Item item,
boolean rollToOrgandInventory)
Use this method to change the status of an item to active
|
static POLineRemote |
ReceivingLibrary.fetchPOLine(PORemote po,
java.lang.String lineNum)
Fetch a POLine.
|
void |
InvReconcileTest.previewReconcileTest() |
void |
ReceiptPO_11_13732.Receipt_PO_11_13732()
Unit test for 11_13732 - ADD IS NOT ALLOWED ON INVTRANS WHEN ADD A RECEIPT/RETURN FOR AN ITEM WHERE PO UNTI COST DOES NOT EQUAL STANDARD COST.
|
void |
ReceiptPO_NR_10_13243.ReceiptPO_10_13243()
Unit test for 10-13243 - RECEIPTS APPLICATION WINSP STATUS DOES NOT CHANGE WHEN QUANTITY AND CONVERSION FACTORS ARE FRACTIONS
POLine Quantity and Conversion should be fractions.
|
void |
ReceiptPO_NR_10_15305.ReceiptPO_10_15305()
Unit test for 10-15305 - WRONG COUNTING OF AVERAGE COST
Create one new non-rotating item.
|
void |
ReceiptPO_NR_10_16140.ReceiptPO_10_16140()
Unit test for 10-16140 - WRONG RECEIVEDTOTALCOST on Service Line
Create PO with GBP currency (different than USD base)
Create one new non-rotating item and Service line.
|
void |
ReceiptPO_NR_10_17044.ReceiptPO_10_17044()
Unit test for 10-17044 - LOADED COST WRONGLY CALCULATED ON REJECTIONS.
|
void |
ReceiptPO_NR_10_17626.ReceiptPO_10_17626()
Unit test for 10-17626 - Can't inspect remaining quantity of items.
|
void |
ReceiptPO_11_11962.ReceiptPO_11_11962_0()
Unit test for 11_11962 - MATRECTRANS>OLDAVGCOST does not get populated
This process was reproduced using the attached steps.
|
void |
ReceiptPO_11_14180.ReceiptPO_11_14180_0()
Unit test for 11_14180
CURBAL AND TOTALCURBAL ARE NOT CORRECT WHEN RECEIVING (AT LEAST- PLEASE CHECK FOR OTHER POSSIBLE TRANSACTIONS)
Happens on all versions but the requested fix is for 7117.
|
void |
ReceiptPO_NR_11_16025.ReceiptPO_11_16025()
Unit test for 11-16025 - UNABLE TO EDIT UNICOST ON REVISE PO IF RECEIPTS IS VOID
Create a non-rotating item.
|
void |
ReceiptPO_R_Test.ReceiptPO_RI() |
void |
ReceiptPO_NR_Test.ReceiptPO_RI() |
void |
InvReconcileTest.reconcileTest() |
static void |
ReceivingLibrary.setItemStatus(ItemRemote item,
java.lang.String status,
boolean rolldown)
Set item status
|
static void |
ReceivingLibrary.setPOStatus(PORemote po,
java.lang.String status)
Set PO status
|
void |
InvReconcileTest.updateInventoryTest() |
Methods in psdi.app.inventory.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldWhereUsedQuantity.action()
If quantity changes, setModified to true.
|
void |
FldTransferCurItemUnitCost.action() |
void |
FldTransferCurItemToStoreloc.action()
set related values.
|
void |
FldTransferCurItemToSiteId.action()
Update the fields affected by changing this field !!
|
void |
FldTransferCurItemToLot.action()
set tobin when tolot is changed.
|
void |
FldTransferCurItemToBin.action()
to default the value tolot if an invbalance is found
|
void |
FldTransferCurItemQuantity.action()
action()
set linecost=quantity * unitcost
|
void |
FldTransferCurItemFromStoreloc.action()
set related to this new issuecurrent item object.
|
void |
FldTransferCurItemFromLot.action()
Set frombin when fromlot is changed.
|
void |
FldTransferCurItemFromConditionCode.action()
Set lotnum when binnum is changed.
|
void |
FldTransferCurItemFromBin.action()
Set lotnum when binnum is changed.
|
void |
FldTransferCurItemConditionCode.action()
set tobin when tolot is changed.
|
void |
FldReservationShowAgainPref.action() |
void |
FldReservationKeepCurQty.action() |
void |
FldReorderItemsStoreloc.action()
If the storeloc value is made null, set selecteditems to true.
|
void |
FldReorderItemsDirectIssue.action()
If direct issue items on All Work orders is true, then it SELECTEDITEMS is turened to true.
|
void |
FldReorderItemsAllItems.action()
If all items are set to true, the storeloc field becomes editable.
|
void |
FldLineSplitRotAssetnum.action()
action()
Update the fields affected by changing rotassetnum.
|
void |
FldLineSplitQuantity.action() |
void |
FldLineSplitItemNum.action()
Update the itemnum field.
|
void |
FldLineSplitFromLot.action()
action()
Update the fields affected by changing fromlot.
|
void |
FldLineSplitFromBin.action()
defaulting lotnum if item is lotted.
|
void |
FldKitQuantity.action()
update the quantities of each kit component required as the
user changes the quantity of kits to create.
|
void |
FldIssuedItemForReturnShowAgainPref.action() |
void |
FldIssuedItemForReturnKeepCurQty.action() |
void |
FldIssueItemToAssetLotNum.action()
Set curbal when binnum is changed.
|
void |
FldIssueItemToAssetIssueType.action()
Restore unit cost to default value when changing back to "issue".
|
void |
FldIssueItemToAssetConditionCode.action()
Set lotnum, binnum, and curbal when condition code is changed.
|
void |
FldIssueItemToAssetBinNum.action()
Set lotnum when binnum is changed.
|
void |
FldIssueCurrentItemUnitCost.action() |
void |
FldIssueCurrentItemStoreloc.action()
set related to this new issuecurrent item object.
|
void |
FldIssueCurrentItemRotAssetnum.action() |
void |
FldIssueCurrentItemRefWO.action()
Update the fields affected by changing this field !!
|
void |
FldIssueCurrentItemQuantity.action()
action()
set linecost=quantity * unitcost
|
void |
FldIssueCurrentItemMRNum.action()
Set mrlinenum to editable if a value for mrnum is entered.
|
void |
FldIssueCurrentItemMRLineNum.action()
Sets related fields.
|
void |
FldIssueCurrentItemLotNum.action()
set curbal when binnum is changed.
|
void |
FldIssueCurrentItemLocation.action()
Update the fields affected by changing this field !!
|
void |
FldIssueCurrentItemIssueType.action()
Restore unit cost to default value when changing back to "issue".
|
void |
FldIssueCurrentItemConditionCode.action()
set lotnum when binnum is changed.
|
void |
FldIssueCurrentItemBinNum.action()
set lotnum when binnum is changed.
|
void |
FldIssueCurrentItemAssetnum.action() |
void |
FldInvUseChangeStatusBinFlag.action() |
void |
FldInvAdjustmentPercentageIncrease.action()
update new avg cost if this value is supplied.
|
void |
FldInvAdjustmentLotNum.action()
set oldcurbal, oldphyscnt when lotnum is changed.
|
void |
FldInvAdjustmentConditionCode.action()
copies stdcost and from the existing Inventory Record
|
void |
FldInvAdjustmentBinNum.action()
set oldcurbal, oldphyscnt when binnum is changed.
|
void |
WhereUsed.add() |
void |
TransferCurItem.add()
Sets up a new TransferCurItem object.
|
void |
SplitUseLine.add()
add()
Provides defaults for a new SplitUseLine Record.
|
void |
ReorderItems.add()
Sets up a new ReorderItems object.
|
void |
LineSplit.add()
add()
Provides defaults for a new LineSplit Record.
|
void |
LifoFifoCost.add()
Sets the default the values for a new LifoFifoCost record.
|
void |
Kit.add()
Sets up a new Kit object.
|
void |
IssueItemToAsset.add()
Sets up a new IssueItemToAsset object.
|
void |
IssueCurrentItem.add()
Sets up a new InventoryAdjustment object.
|
void |
InvUseChangeStatus.add()
Sets up a new InvChangeStatus object.
|
void |
InvChangeStatus.add()
Sets up a new InvChangeStatus object.
|
void |
InvAdjustment.add()
Sets up a new InventoryAdjustment object.
|
void |
SplitUseLineSetRemote.addInvUseLineSplitRecords() |
void |
SplitUseLineSet.addInvUseLineSplitRecords()
This method is called from the bean to add records in invuselinesplit.
|
void |
IssuedItemForReturnSet.addIssueRecords(MboSetRemote matUseTransSet,
MboRemote invUseLine)
addIssueRecords()
This method adds the records to IssuedItemForReturn object.
|
void |
LifoFifoCostSetRemote.addLifoFifoCostRecords() |
void |
LifoFifoCostSet.addLifoFifoCostRecords()
addLifoFifoCostRecords()
This method adds the records to InvLifoFifoCost table for overage.
|
void |
ReservationSet.addReservationRecords(MboSetRemote invreserveSet)
addReservationRecords()
This method adds the records to Reservation object.
|
void |
AssetInput.applyIASAutoKeyChildren(MboSetRemote rotatingChildren)
Recursively get the rotating children, telling each child to autokey new asset, and setting
the assetnum to "0" to trigger the field validation FldItemStructAssetnum .
|
void |
AssetInputRemote.applyIASAutoNumAll() |
void |
AssetInput.applyIASAutoNumAll()
Auto key the rotating child asset when apply IAS is being done on this AssetInput.
|
MboRemote |
AssetInputRemote.applyIASCreateChild(MboRemote itemStruct,
boolean autokey) |
MboRemote |
AssetInput.applyIASCreateChild(MboRemote itemStruct,
boolean autokey)
Applies IAS for the asset based on the next level rotating item specified in the passed ItemStruct;
ie, create a child asset.
|
void |
TransferCurItem.appValidate()
issue91934: added this method to check the item availability
|
void |
IssueItemToAsset.appValidate()
Validate if the GL Account is fully specified.
|
void |
IssueCurrentItem.appValidate()
Validate if the GL Account is fully specified.
|
void |
InvAdjustment.appValidate()
Validate if the GL Account is fully specified.
|
protected boolean |
ReorderItemsSet.async() |
void |
AssetInputSetRemote.autoNumberAll() |
void |
AssetInputSet.autoNumberAll() |
void |
AssetInputSetRemote.autoNumberNeeded() |
void |
AssetInputSet.autoNumberNeeded() |
MboSetRemote |
SplitUseLineRemote.autoSplitRecords(MboSetRemote invUseLineSplitSet) |
MboSetRemote |
SplitUseLine.autoSplitRecords(MboSetRemote lineSplitSet)
This method calls the method to split the quantities for the usage line based on rotating
and non-rotating items.
|
MboSetRemote |
SplitUseLineSetRemote.autoSplitRecordSet() |
MboSetRemote |
SplitUseLineSet.autoSplitRecordSet()
This method is called from the bean to automatically split the inventory usage line record across
multiple bins.
|
double |
SplitUseLineSet.calculateAvailableQty(MboRemote invUseLine) |
double |
SplitUseLineSet.calculateAvailableQtyforLottedItems(MboRemote invUseLine) |
protected double |
SplitUseLineSet.calculateCurrentBalance(MboRemote invUseLine)
Method to calculate current balance
Calculates sum of current balances in invbalances for a itemnum and location
|
protected double |
SplitUseLineSet.calculateCurrentBalanceforLottedItems(MboRemote invUseLine)
Method to calculate current balance
Calculates sum of current balances in invbalances for a itemnum and location
|
double |
SplitUseLineSet.calculateRQtyNotStaged(MboRemote invUseLine)
Method to calculate reserved quantity without Staged quantity.
Calculates sum of reserved quantity in invreserve for a itemnum and location
|
double |
SplitUseLineSet.calculateRQtyNotStagedforLottedItems(MboRemote invUseLine)
Method to calculate reserved quantity without Staged quantity.
Calculates sum of reserved quantity in invreserve for a itemnum and location
|
void |
WhereUsedSet.canAdd()
Method to check whether this set can have mbos added to it.
|
void |
TransferCurItemSet.canAdd() |
void |
IssueItemToAssetSet.canAdd() |
void |
IssueCurrentItemSet.canAdd() |
void |
InvAdjustmentSet.canAdd()
Can an InvAdjustment Mbo be added to the collection?
Not if an exception was caught while initializing the Inventory Mbo.
|
protected void |
InvUseChangeStatusSet.changeMboStatus(MboRemote mbo,
MboRemote param)
This method calls the changeStatus() on the mbo with the user entered values.
|
void |
AssetInputSet.checkAssetNumValidity() |
boolean |
SplitUseLine.checkLot(MboRemote invBal)
This method checks if the lot has expired.
|
boolean |
IssueCurrentItemSet.checkWMATStatus(java.lang.String itemnum,
java.lang.String location,
java.lang.String itemsetid,
java.lang.String siteid)
Check to see if record exists in WOMATSTATUSSYNC table.
|
boolean |
SplitUseLineSet.chkPickListMbo(MboRemote owner) |
boolean |
SplitUseLine.chkPickListMbo(MboRemote owner) |
protected java.lang.String |
ReorderItemsSet.composeMsg() |
void |
IssueItemToAssetRemote.copyAssetsForIssue(MboSetRemote assetSet) |
void |
IssueItemToAsset.copyAssetsForIssue(MboSetRemote assetSet)
Loops thru the passed AssetSet and add new IssueCurrentItem Mbos based if Asset is selected.
|
void |
AssetInputSet.createAssetInputSet(MboSetRemote matRecSetRemote)
Method that creates non persistent Mbos so that assets can be created out of them.
|
void |
AssetInputSet.createAssetInputSetForShipment(MboSetRemote matRecSetRemote)
Method that creates non persistent Mbos so that assets can be created out of them.
|
void |
RotInspectionLineSet.createRotInspectionLineSet(MboSetRemote matRecSetRemote)
Method that creates non persistent Mbos so that the Mbos can be added to the Change Inspection Status dialog.
|
void |
RotInspectionSet.createRotInspectionSet(MboSetRemote matRecSetRemote)
Creates the summary itemnum/storeroom/siteid lines for the header of the Change Inspection Status dialog
|
void |
WhereUsedSet.createWhereUsedSet(MboSetRemote tempSetRemote)
Method to create the whereUsedSet and populate it with the correct data.
|
void |
WhereUsed.delete(long access) |
void |
SplitUseLine.delete(long accessModifier)
This method deletes the all split records corresponding to this line.
|
void |
LineSplit.delete(long accessModifier) |
void |
WhereUsed.deleteAssociatedSparePart()
12-14039/IV25576 in 75: applied 11-11433: moved the code inside delete() method that does the deletion of the associated spare part records
and be called in whereUseSet.execute()
|
void |
WhereUsedSet.execute()
Method to add the new mbos to the sparepart table.
|
void |
TransferCurItemSet.execute()
After the attributes are set, call this method to transfer the
item to a different storeroom location.
|
void |
KitSet.execute()
called to execute Assemble or Disassemble Kit
|
void |
IssueItemToAssetSet.execute() |
void |
IssueCurrentItemSet.execute()
After the attributes are set, call this method to perform issue/return current item.
|
void |
InvAdjustmentSet.execute()
After the attributes are set, call this method to perform inventory adjustment.
|
void |
AssetInputSet.execute() |
void |
ReorderItemsSet.execute() |
protected void |
ReorderItemsSet.fetchReorderConfirmation()
Retrieve the reorder confirmation by calling reorderset's getReorderResult()
|
void |
ReorderItemsSetRemote.fromDirectIssue() |
void |
ReorderItemsSet.fromDirectIssue() |
java.util.Hashtable |
AssetInputSet.getAssetInputAndChildAssets() |
boolean |
AssetInputRemote.getChildAssetCreatedViaApplyIAS()
07-13500
|
boolean |
AssetInput.getChildAssetCreatedViaApplyIAS()
Returns true if a child asset is created as a result of
apply ias upon receiving (07-13500).
|
MboSetRemote |
AssetInputSet.getChildAssetSet() |
MboSetRemote |
AssetInputSet.getCurrentMatRecSet(MboRemote poRemote)
Get the matrectrans from memory
|
boolean |
ReorderItemsSet.getDirectIssue() |
boolean |
AssetInputSetRemote.getDontAllowMEA() |
boolean |
AssetInputSet.getDontAllowMEA() |
boolean |
AssetInputRemote.getIASApplied() |
boolean |
AssetInput.getIASApplied()
Returns iasApplied to indicate if IAS has been applied on this AssetInput.
|
MboRemote |
SplitUseLine.getInvBalancesDefaultbin()
This method finds and returns the invbalances mbo for the default bin.
|
InventoryRemote |
FldCommonStoreloc.getInventory()
return the current inventory record.
|
java.util.ArrayList |
SplitUseLineSet.getInvUseLineIdList() |
protected MboRemote |
IssueItemToAsset.getIssueInventory()
returns the inventory for the issue, not necessarily the invnetoy where the
Issue Current Item page was launched.
|
protected MboRemote |
IssueCurrentItem.getIssueInventory()
returns the inventory for the issue, not necessarily the invnetoy where the
Issue Current Item page was launched.
|
protected java.lang.String |
Kit.getKitAction()
returns KITMAKE or KITBREAK depending on whether
this Kit has been created to assemble or disassemble a kit.
|
double |
Kit.getKitCurrentBalance()
returns the current balance for the Kit across all bins in its location.
|
MboSetRemote |
FldTransferCurItemToStoreloc.getList()
Show only the inventory locations that user has access to in the specified to site
|
MboSetRemote |
FldReorderItemsStoreloc.getList() |
MboSetRemote |
FldLineSplitRotAssetnum.getList()
Returns the list of Assets belong to a given rotating item.
|
MboSetRemote |
FldLineSplitFromLot.getList()
Returns the list of binnums that are not staging bins.
|
MboSetRemote |
FldLineSplitFromBin.getList()
Returns the list of binnums that are not staging bins.
|
MboSetRemote |
FldIssueItemToAssetIssueType.getList()
Show only the issuetype "ISSUE" and "RETURN" in the list.
|
MboSetRemote |
FldIssueItemToAssetConditionCode.getList()
Show only the InvBalances Records for the itemnum/location.
|
MboSetRemote |
FldIssueCurrentItemToSiteId.getList()
Show only the sites which user has an access to(Done by the framework) and are within the org
|
MboSetRemote |
FldIssueCurrentItemStoreloc.getList()
return storeroom list for the item.
|
MboSetRemote |
FldIssueCurrentItemRotAssetnum.getList()
Returns the list of Assets belong to a given rotating item.
|
MboSetRemote |
FldIssueCurrentItemMRNum.getList()
Show only the mr Records for the selected storeroom and item.
|
MboSetRemote |
FldIssueCurrentItemIssueType.getList()
Show only the issuetype "ISSUE" and "RETURN" in the list.
|
MboSetRemote |
FldIssueCurrentItemConditionCode.getList()
Show only the InvBalances Records for the itemnum/location.
|
MboSetRemote |
FldInvAdjustmentConditionCode.getList()
shows only condition codes in invadjustment
|
MboSetRemote |
FldCommonStoreloc.getList()
Show only the Inventory Records for the itemnum.
|
MboSetRemote |
RotInspectionSet.getMatRecSet(MboRemote shipmentRemote)
Get the matrectransset from the database
|
MboSetRemote |
RotInspectionLineSet.getMatRecSet(MboRemote rotInspectionRemote)
Get the Set of WINSP records from the database
|
MboSetRemote |
AssetInputSet.getMatRecSet(MboRemote poRemote)
Get the matrectrans from the database
|
MboSetRemote |
AssetInputSet.getMatRecSetForShipment(MboRemote shipmentRemote)
Get the matrectrans from the database
|
protected Mbo |
WhereUsedSet.getMboInstance(MboSet ms)
Factory method to create a WhereUsedSet object.
|
protected Mbo |
TransferCurItemSet.getMboInstance(MboSet ms)
Generate a new TransferCurItem object
|
protected Mbo |
SplitUseLineSet.getMboInstance(MboSet ms)
Factory method to create an InvChangeStatus object.
|
protected Mbo |
RotInspectionSet.getMboInstance(MboSet ms)
Factory method to create a RotInspectionSet object.
|
protected Mbo |
RotInspectionLineSet.getMboInstance(MboSet ms)
Factory method to create a RotInspectionLineSet object.
|
protected Mbo |
ReservationSet.getMboInstance(MboSet ms)
Generate a new Reservation object
|
protected Mbo |
ReorderCronParamSet.getMboInstance(MboSet ms)
Generate a new Kit object
|
protected Mbo |
LineSplitSet.getMboInstance(MboSet ms)
Factory method to create an InvChangeStatus object.
|
protected Mbo |
KitSet.getMboInstance(MboSet ms)
Generate a new Kit object
|
protected Mbo |
IssuedItemForReturnSet.getMboInstance(MboSet ms)
Generate a new IssuedItemForReturn object
|
protected Mbo |
IssueItemToAssetSet.getMboInstance(MboSet ms)
Generate a new IssueItemToAsset object
|
protected Mbo |
IssueCurrentItemSet.getMboInstance(MboSet ms)
Generate a new IssueCurrentItem object
|
protected Mbo |
InvUseChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an InvChangeStatus object.
|
protected Mbo |
InvChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an InvChangeStatus object.
|
protected Mbo |
InvAdjustmentSet.getMboInstance(MboSet ms)
Generate a new InventoryAdjustment object
|
protected Mbo |
AssetInputSet.getMboInstance(MboSet ms)
Factory method to create an AssetInputSet object.
|
protected Mbo |
ReorderItemsSet.getMboInstance(MboSet ms)
Generate a new ReorderItems object
|
protected Mbo |
LifoFifoCostSet.getMboInstance(MboSet ms)
Generate a new LifoFifoCost object
|
protected MboSetRemote |
InvUseChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
InvChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
MboRemote |
LifoFifoCost.getOwningMbo() |
int |
Kit.getPossibleQuantity()
returns the possible quantity of kits that can be assembled.
|
MboSetRemote |
SplitUseLineSet.getSplitUseLineSet(MboSetRemote tempSetRemote)
This method returns a invuseline mboset that needs splitting.
|
MboRemote |
AssetInputSetRemote.getStoreroomRecRotating(java.lang.String storeAndSite)
09-23102
|
MboRemote |
AssetInputSet.getStoreroomRecRotating(java.lang.String storeAndSite)
09-23102
|
double |
LineSplitSet.getTotalQuantity()
This method add the quantity on all the lines entered by the user for the split quantity.
|
boolean |
AssetInputSetRemote.getUsingUpdateReceipt() |
boolean |
AssetInputSet.getUsingUpdateReceipt() |
MboRemote |
IssueCurrentItem.getWO()
Gets the related workorder using getSharedMboSet.
|
protected void |
IssueItemToAsset.incrementTotalQty(double increment)
Calculates the total quantity to be issued to the AssetIssuedToSet
|
void |
WhereUsed.init() |
void |
TransferCurItem.init()
Initialization routine makes the attribute linecost always read-only.
|
void |
SplitUseLine.init()
Initialization routine set the attributes itemnum, itemsetid, frombin, usetype, avbalBalance,
curbaltotal readonly.
|
void |
RotInspectionLine.init()
Initialize the RotInspectionLine Mbo.
|
void |
RotInspection.init()
Initialize the RotInspection Mbo.
|
void |
Reservation.init()
Initialization routine set the attributes itemnum, itemsetid, reservedqty, requestnum, siteid,
storeloc, location, wonum, mrnum to read only.
|
void |
LineSplit.init()
initialization routine.
|
void |
Kit.init()
sets the READONLY flag for itemnum, itemsetid, location, possiblequantity,
unitcost and curbal to true; sets the REQUIRED flag for quantity to true
|
void |
IssuedItemForReturn.init()
Initialization routine set the attributes itemnum, itemsetid, quantity, qtyreturned, storeloc,
location, refwo, mrnum, issueto, conditioncode to readonly.
|
void |
IssueItemToAsset.init()
Initialization routine set the attributes itemnum, itemsetid, outside,avbalBalance,curbaltotal.
|
void |
IssueCurrentItem.init()
Initialization routine makes the attributes itemnum, itemsetid, outside,avbalBalance,curbaltotal.
|
void |
InvAdjustment.init()
Initialization routine makes the attributes itemnum, itemsetid, location always read-only.
|
void |
AssetInput.init() |
void |
FldTransferCurItemToStoreloc.initValue() |
void |
FldTransferCurItemToSiteId.initValue() |
boolean |
SplitUseLine.isIssue()
Returns true if usetype = the internal string for ISSUE, otherwise returns false.
|
protected boolean |
IssueItemToAsset.isIssue()
Returns true if issuetype = the internal string for ISSUE, otherwise returns false.
|
protected boolean |
IssueCurrentItem.isIssue()
Returns true if issuetype = the internal string for ISSUE, otherwise returns false.
|
protected boolean |
IssueItemToAsset.isReturn()
Returns true if issuetype = the internal string for RETURN, otherwise returns false.
|
protected boolean |
IssueCurrentItem.isReturn()
Returns true if issuetype = the internal string for RETURN, otherwise returns false.
|
void |
WhereUsedSet.saveTransaction(MXTransaction txn) |
void |
AssetInputRemote.setAutoKey() |
void |
AssetInput.setAutoKey() |
void |
AssetInputSet.setChildAssetSet(MboSetRemote mboset)
06-18733:when childAssetSet is instantiated, set the value of childAssetSet
|
protected void |
TransferCurItem.setConversionFactor() |
void |
AssetInputSetRemote.setDontAllowMEA(boolean doNotAllowMEA) |
void |
AssetInputSet.setDontAllowMEA(boolean doNotAllowMEA) |
MboRemote |
ReservationSet.setFields(MboRemote reservation,
MboRemote invreserve)
Set all the fields for Reservation table.
|
MboRemote |
IssuedItemForReturnSet.setFields(MboRemote issuedItemForReturn,
MboRemote matUseTrans)
Set all the fields for IssuedItemForReturn table.
|
MboRemote |
LifoFifoCostSet.setFields(MboRemote invLifoFifoCost,
MboRemote lifoFifoCost,
MboRemote inventory)
Set all the fields for InvLifoFifoCost table.
|
void |
SplitUseLine.setFieldsForSplit(MboRemote linesplit,
MboRemote invBal,
double qty)
This method sets the fields for split records across the multiple bins for items.
|
void |
SplitUseLine.setFieldsForSplitRotating(MboRemote linesplit,
java.lang.String frombin,
java.lang.String rotassetnum)
This method sets the fields for split records across the multiple bins for rotating items.
|
void |
AssetInputRemote.setIASApplied() |
void |
AssetInput.setIASApplied()
Marks the AssetInput object to indicate that IAS has been applied.
|
void |
ReorderItemsSetRemote.setInventorySet(MboSetRemote inventorySet) |
void |
ReorderItemsSet.setInventorySet(MboSetRemote inventorySet) |
protected void |
IssueItemToAsset.setIssueInventory(MboRemote inv)
Tells the IssueItemToAsset object the Inventory object the issue is being done on as
user can change the storeroom.
|
protected void |
IssueCurrentItem.setIssueInventory(MboRemote inv)
Tells the IssueCurrentItem object the Inventory object the issue is being done on as
user can change the storeroom.
|
MboSetRemote |
SplitUseLineSetRemote.setSplitUseLineSet() |
MboSetRemote |
SplitUseLineSet.setSplitUseLineSet()
This method populates the splituselineset with invuseline records that needs splitting.
|
void |
AssetInputSetRemote.setStoreroomRecRotating(MboRemote storeroom)
09-23102
|
void |
AssetInputSet.setStoreroomRecRotating(MboRemote storeroom)
09-23102
|
MboRemote |
WhereUsedSet.setup()
Method used to "fill" the set.
|
MboRemote |
RotInspectionSet.setup()
Factory method to create a RotInspectionSet object.
|
MboRemote |
RotInspectionLineSet.setup()
Factory method to setup a RotInspectionLineSet object.
|
MboRemote |
LineSplitSet.setup() |
MboRemote |
AssetInputSet.setup() |
void |
AssetInputSetRemote.setUsingUpdateReceipt(boolean usingUpdateReceipt) |
void |
AssetInputSet.setUsingUpdateReceipt(boolean usingUpdateReceipt) |
void |
AssetInputSet.shipmentTransfer()
Process shipment transfer
|
void |
RotInspectionRemote.shipRecChangeStatus(MboSetRemote rotInspectionLineSet) |
void |
RotInspection.shipRecChangeStatus(MboSetRemote rotInspectionLineSet) |
java.util.LinkedHashMap |
SplitUseLine.splitQty()
This method finds the available bins with balance greater than or equal to the quantity on the
usage line.
|
java.util.LinkedHashMap |
SplitUseLine.splitQtyforLotItems()
This method finds the available bins with balance greater than or equal to the quantity on the
usage line and checks if the lot has expired.
|
java.util.ArrayList |
SplitUseLine.splitQtyforRotating()
This method create a Array List for the rotating asset.
|
MboSetRemote |
SplitUseLine.splitRecords(MboSetRemote lineSplitSet)
This method splits the quantities across multiple bins for non rotating items.
|
MboSetRemote |
SplitUseLine.splitRecordsForLotItems(MboSetRemote lineSplitSet)
This method splits the quantities across multiple bins for lotted items.
|
MboSetRemote |
SplitUseLine.splitRecordsForRotItems(MboSetRemote lineSplitSet)
This method splits the quantities across multiple bins for rotating items.
|
void |
AssetInputSet.storeAssetInputAndChildAssets(MboRemote assetInput,
java.util.Vector newChildAsset)
06-18733:when childAssetSet is instantiated, set the value of childAssetSet
|
void |
WhereUsed.undelete()
12-14039/IV25576 in 75: applied 11-11433 in 71: broken by 09-14264.
|
void |
LineSplit.undelete()
This method undelete the deleted record.
|
protected void |
Kit.updateKitComponentQuantities(double kitQtyRequested)
based on the value provided for Kit.Quantity, updates the
quantity required for each component in the Kit.
|
void |
TransferCurItemSet.validate() |
void |
FldTransferCurItemToStoreloc.validate() |
void |
FldTransferCurItemToSiteId.validate()
Validates the site
|
void |
FldTransferCurItemToLot.validate()
calls super.validate() so that the correct relationship between this MboValue's
mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot
combination, then it will be added.
|
void |
FldTransferCurItemToBin.validate()
calls super.validate() so that the correct relationship between this MboValue's
mbo and InvBalances is established, but if item does not exist in the store/itemnum/bin/lot
combination, then it will be added.
|
void |
FldTransferCurItemQuantity.validate()
quantity can not be 0
|
void |
FldTransferCurItemFromLot.validate() |
void |
FldTransferCurItemFromConditionCode.validate() |
void |
FldTransferCurItemFromBin.validate() |
void |
FldTransferCurItemConditionCode.validate() |
void |
FldLineSplitRotAssetnum.validate()
validate()
Validate the entered value for rotating asset.
|
void |
FldLineSplitQuantity.validate()
validate()
Validate the entered value for quantity.
|
void |
FldLineSplitFromBin.validate() |
void |
FldKitQuantity.validate()
quantity can not be 0, and quantity cannot exceed
the possible quantity.
|
void |
FldIssueItemToAssetStoreloc.validate() |
void |
FldIssueItemToAssetIssueType.validate()
accept only ISSUE or RETURN type
|
void |
FldIssueItemToAssetConditionCode.validate()
Validation for condition code.
|
void |
FldIssueItemToAssetBinNum.validate() |
void |
FldIssueCurrentItemWONum.validate()
validate issuecurrentitem.wonum
|
void |
FldIssueCurrentItemToSiteId.validate()
Validates if the site was in a given org and whether user has an access to the site.
|
void |
FldIssueCurrentItemTaskID.validate()
Validates invuseline.taskid.
|
void |
FldIssueCurrentItemRotAssetnum.validate()
Validates the rotating asset and it's location
|
void |
FldIssueCurrentItemQuantity.validate()
quantity can not be 0
checks to make sure that the sum of the quantity being issued to an asset or work order
and the sum of the total issued quantity (ISSUEDQTY in the SPAREPART table for the given item
and asset combination) is less than or equal to the maximum permissible
quantity (MAXISSUE in ITEM table)
|
void |
FldIssueCurrentItemMRNum.validate()
Validate matusetrans.MRNum
must be in "APPROVED" status.
|
void |
FldIssueCurrentItemMRLineNum.validate()
Validate IssueCurrentItem.MrLineNum
must be in "APPROVED" status.
|
void |
FldIssueCurrentItemIssueType.validate()
accept only ISSUE or RETURN type
checks to make sure that the sum of the quantity being issued to an asset or work order
and the sum of the total issued quantity (ISSUEDQTY in the SPAREPART table for the given item
and asset combination) is less than or equal to the maximum permissible
quantity (MAXISSUE in ITEM table).
|
void |
FldIssueCurrentItemConditionCode.validate() |
void |
FldIssueCurrentItemBinNum.validate() |
void |
FldIssueCurrentItemAssetnum.validate()
checks to make sure that the sum of the quantity being issued to an asset or work order
and the sum of the total issued quantity (ISSUEDQTY in the SPAREPART table for the given item
and asset combination) is less than or equal to the maximum permissible
quantity (MAXISSUE in ITEM table)
|
void |
FldAssetInputAssetNum.validate()
Checks to see if the assetnum being entered on the field is already in the database.
|
void |
SplitUseLineSetRemote.validateSplitLines() |
void |
SplitUseLineSet.validateSplitLines()
This method is called from the bean to validate the split quantity across multiple bins.
|
Methods in psdi.app.invoice that throw MXException
Modifier and Type |
Method and Description |
void |
FldInvoiceVendor.action()
The control and suspense GL Accounts are copied over from COMPANIES.
|
void |
FldInvoiceTransTransType.action()
If the Invoice transaction type is "TOTAL" copy currencylinecost, gldebitacct and
glcreditacct from Invoice's totalcost, apcontrolacct and apsuspenseacct respectively.
|
void |
FldInvoiceTransTransDate.action()
Set the financial period according the date this transaction is created.
|
void |
FldInvoiceTransInvoiceNum.action()
Copy currencycode, exchangerate and exchangerate2 from Invoice.
|
void |
FldInvoiceTransCurrLineCost.action()
Set the InvoiceTrans linecost and linecost2 in invoice
currency (currencylinecost * exchangerate).
|
void |
FldInvoiceTotalTaxForUI.action()
If it's a CREDIT type of invoice, needs to store negative tax in database
Set TotalTax equal to TotalTaxForUI * -1.
|
void |
FldInvoiceTotalTax.action()
Recalculate the pretaxtotal, totalcost and the basetotalcost based on the syscode.
|
void |
FldInvoiceTotalCostForUI.action()
If it's a CREDIT type of invoice, needs to store negative total cost in database
Set TotalCost equal to TotalCostForUI * -1.
|
void |
FldInvoiceTotalCost.action()
Recalculate the invoice pretaxtotal based on the syscode.
|
void |
FldInvoicePreTaxTotalForUI.action()
If it's a CREDIT type of invoice, needs to store negative pretax total in the field
PreTaxTotal.
|
void |
FldInvoicePreTaxTotal.action()
Recalculate the totalcost and the basetotalcost based on the syscode.
|
void |
FldInvoicePONum.action()
Set the invoice currencycode to the vendor's currencycode if this field is cleared
and the invoice has a vendor.
|
void |
FldInvoiceMatchPOLineNum.action()
If the related poline is a service linetype then set transtype equal to "SERVICE" else set
it to "PURCHORDR".
|
void |
FldInvoiceLineUnitCost.action()
If the field has a unitcost and the invoice line quantity is not null set linecost
equal to unitcost * quantity.
|
void |
FldInvoiceLineTotal.action()
If it's a CREDIT type of invoice, displays positive number.
|
void |
FldInvoiceLineTaxForUI.action()
If it's a CREDIT type of invoice, needs to store negative tax in database
Set Tax equal to TaxForUI * -1.
|
void |
FldInvoiceLineTaxExempt.action()
If the TAXEXEMPT value is 'Y' then all tax values (ie tax1-tax 10 code & tax1-tax10)
should be NULL and readonly.
|
void |
FldInvoiceLineTax.action()
Recalculates and updates the taxcode1-5 fields on the invoice.
|
void |
FldInvoiceLineQtyForUI.action()
If it's a CREDIT type of invoice, needs to store negative quanity in database
Set InvoiceQty equal to QtyForUI * -1.
|
void |
FldInvoiceLineQty.action()
If the invoice line quantity and unitcost are not null set linecost equal to
unitcost * quantity.
|
void |
FldInvoiceLineProrateCost.action()
action to recalculate the loadedcost if proratecost is set.
|
void |
FldInvoiceLinePONum.action()
If the invoice line ponum is not null set polinenum to editable.
|
void |
FldInvoiceLinePOLineNum.action()
If the polinenum is cleared we have to clear all the related information copied from
the poline.
|
void |
FldInvoiceLineLoadedCost.action()
If this line has received allocation or has been allocated to other lines, we have to
warn the user while doing any action that changes the cost.
|
void |
FldInvoiceLineLineType.action()
This routine is to set other fields as read only or editable depends on the different line type.
|
void |
FldInvoiceLineLineCostForUI.action()
If it's a CREDIT type of invoice, needs to store negative line cost in database
Set LineCost equal to LineCostForUI * -1.
|
void |
FldInvoiceLineLineCost.action()
We are using the base class action to calculate and set the invoice line tax which sets
invoice totaltaxand that in turn sets the invoice pretaxtotal and/or totalcost depending
on the syscode.
|
void |
FldInvoiceLineItemNum.action()
If item is changed, cleared related fields.
|
void |
FldInvoiceLineContractRefNum.action()
Clear Contract related fields.
|
void |
FldInvoiceInvoiceDate.action()
Update the attribute glpostdate with this field's value if the maxvar
UPDATEGLPSTDATE is true.
|
void |
FldInvoiceInclusive.action()
Updates the total cost or the pre-tax total based on the value of this field.
|
void |
FldInvoiceExchangeRate.action()
Set the syscode based on from where the field is set i.e.
|
void |
FldInvoiceDocType.action()
Set original invoice number field to null and read/only if the invoice type
is not CREDIT.
|
void |
FldInvoiceCurrencyCode.action()
If the currency code has changed set exchangerate and exchangedate null.
|
void |
FldInvoiceCostWONumNonPer.action()
The super class updates the refwo and taskid attributes.
|
void |
FldInvoiceCostWONum.action()
When we put in a wonum on the invoicecost we have to update the related non-persistent
attributes wonumnonper, assetnumnonper and locationnonper.
|
void |
FldInvoiceCostUnitCost.action()
If the invoice cost unitcost and quantity are not null set the linecost equal to
unitcost by quantity.
|
void |
FldInvoiceCostToSiteIDNonPer.action()
Clear the WONum, AssetNum, Location and GLDebitAcct columns if this field
is changed.
|
void |
FldInvoiceCostToSiteID.action()
Clear the WONum, AssetNum, Location and GLDebitAcct columns if this field
is changed.
|
void |
FldInvoiceCostTaskIDNonPer.action()
As this field is on the invoice line tab, updating this should update the
actual taskid field on invoice cost.
|
void |
FldInvoiceCostTaskID.action()
Modifying this attribute should update the non-persistent field taskidnonper which is
on the invoice line tab.
|
void |
FldInvoiceCostRefWO.action()
The base class FldCommonWonum takes care of copying the asset, location,
and debitglacct from the related workorder.
|
void |
FldInvoiceCostQtyForUI.action()
If it's a CREDIT type of invoice, needs to store negative quanity in database
Set Quantity equal to QtyForUI * -1.
|
void |
FldInvoiceCostQty.action()
If the invoice quantity is 0 the percentage is always 100% set it equal to percentage of
invoice cost quantity in relation to the invoice line quantity.
|
void |
FldInvoiceCostPercentage.action()
The invoice cost quantity and linecost are updated based on the percentage value.
|
void |
FldInvoiceCostLocationNonPer.action()
The base FldCommonLocation class takes care of setting the invoice cost
debit GL Account(if it is null) equal to LOCATIONS.glaccount.
|
void |
FldInvoiceCostLocation.action()
The base FldCommonLocation class takes care of setting the invoice cost
debit GL Account(if it is null) equal to LOCATIONS.glaccount.
|
void |
FldInvoiceCostLineCostForUI.action()
If it's a CREDIT type of invoice, needs to store negative line cost in database
Set LineCost equal to LineCostForUI * -1.
|
void |
FldInvoiceCostLineCost.action()
Changing the invoice cost linecost changes the percentage and the quantity for that
invoice cost.
|
void |
FldInvoiceCostGLDebitAcctNonPer.action()
Setting this field should update the related invoice cost gldebitacct attribute as this
field is on the invoice line tab.
|
void |
FldInvoiceCostGLDebitAcct.action()
The base FldPartialGLAccount class takes care of validating the entered GL Account.
|
void |
FldInvoiceCostGLCreditAcctNonPer.action()
Setting this field should update the related invoice cost glcreditacct attribute as this
field is on the invoice line tab.
|
void |
FldInvoiceCostGLCreditAcct.action()
The base FldPartialGLAccount class takes care of validating the entered GL Accounts.
|
void |
FldInvoiceCostChargeStore.action()
If this field is changed from NO to YES the following invoice cost fields are cleared:
assetnum, location, wonum, refwo and taskid.
|
void |
FldInvoiceCostAssetNumNonPer.action()
If the asset is rotating and wonum field is null set chargestore field
to be editable.
|
void |
FldInvoiceCostAssetNum.action()
If the asset is rotating and wonum field is null set chargestore field
to be editable.
|
void |
FldInvoiceContractRefNum.action()
Copy contract info to Invoice header.
|
void |
FldInvoiceBaseTotalCostForUI.action()
Set the base total cost being set from this UI field.
|
void |
InvoiceTrans.add()
This is called when a new invoice is added to the InvoiceTrans MboSet collection.
|
void |
InvoiceTerm.add()
This is called when a new InvoiceTERM object is added to the InvoiceERM MboSet
collection.
|
void |
InvoiceStatus.add()
This is called when a new invoice is added to the Invoice MboSet collection.
|
void |
InvoiceMatch.add()
This is called when a new invoice match is added to the InvoiceMatch MboSet collection.
|
void |
InvoiceLine.add()
This is called when a new invoice line is added by invoice
It sets the default field values and access flags of the invoice line.
|
void |
InvoiceCost.add()
This is called when a new invoice cost is added to the InvoiceCost MboSet collection.
|
void |
Invoice.add()
This is called when a new invoice is added to the Invoice MboSet collection.
|
MboSetRemote |
InvoiceServiceRemote.addConsignmentTransactions(MboRemote transMbo,
UserInfo userInfo) |
MboSetRemote |
InvoiceService.addConsignmentTransactions(MboRemote transMbo,
UserInfo userInfo)
Add consignment transaction records to consignment transaction set
|
void |
InvoiceLine.addCostFromPOLine(InvoiceCostSetRemote invCostSet,
MboRemote poLine)
This method adds new invoice cost lines and copies over the values from PO Cost and PO line.
|
void |
InvoiceLineRemote.addCostFromPOLine(InvoiceCostSetRemote invCostSet,
MboRemote poLine)
This method adds new invoice cost lines and copies over the values from PO Cost and PO line.
|
InvoiceLineRemote |
InvoiceLineSet.addInvoiceLineWithKey(java.lang.String key)
Create an invoice line with the input invoicelinenum.
|
InvoiceLineRemote |
InvoiceLineSetRemote.addInvoiceLineWithKey(java.lang.String key)
Create an invoice line with the input invoicelinenum.
|
void |
InvoiceLine.afterAdd()
Called right after the new Invoiceline mbo is added to the invoiceline set.
|
void |
InvoiceLineSet.allocateServices()
This method is called by the GUI to prorate the cost of the selected service lines to the
selected lines to which the cost is to be prorated.
|
void |
InvoiceLineSetRemote.allocateServices()
This method is called by the GUI to prorate the cost of the selected service lines to the
selected lines to which the cost is to be prorated.
|
void |
InvoiceLineSet.allocateServices(InvoiceLineSetRemote acceptingLines)
This method is called by the GUI to allocate all the cost of the lines in this Mbo set to the
spedified material or service lines which are ready to accept the allocation.
|
void |
InvoiceLineSetRemote.allocateServices(InvoiceLineSetRemote acceptingLines) |
void |
Invoice.allocateServices(InvoiceLineSetRemote toBeAllocated,
InvoiceLineSetRemote acceptingLines)
Allocated the amount of services as specified in toBeAllocated to all the lines in the
acceptingSet proportional to the linecosts of the lines in the acceptingSet.
|
void |
InvoiceRemote.allocateServices(InvoiceLineSetRemote toBeAllocated,
InvoiceLineSetRemote acceptingLines) |
void |
Invoice.approve()
Approve the invoice.
|
void |
InvoiceTrans.appValidate()
Pre-save validation method.
|
void |
InvoiceTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
InvoiceLine.appValidate()
Pre-save validation method.
|
void |
InvoiceCost.appValidate()
Pre-save validation method.
|
void |
Invoice.appValidate()
This method is called by the framework before save.
|
void |
Invoice.calcIntermediateLoadedCost()
Once the tax values are calculated, for any invoice line that has PRORATESERVICE=Y and no
POLINENUM(service lines), an intermediate loaded cost has to be determined that is used to
calculate the PRORATECOST.
|
double |
InvoiceLine.calcProrateCostForReceipt()
Calculate the proratecost which will be put on the receipt.
|
double |
InvoiceLineRemote.calcProrateCostForReceipt()
Calculate the proratecost which will be put on the receipt.
|
double |
Invoice.calculateUnInvoicedTotal()
This method calculates the uninvoiced total cost for a PO used on an invoice.
|
void |
InvoiceLineSet.canAdd()
Can an object be added to the InvoiceLine?
The owner of InvoiceLine must be Invoice and the status should be ENTERED and WAPPR.
|
void |
InvoiceCostSet.canAdd()
Can an object be added to the InvoiceCost?
The owner of InvoiceCost must be InvoiceLine.
|
void |
Invoice.canAllocateService()
Check if allocation service action can be done.
|
void |
InvoiceRemote.canAllocateService() |
void |
InvoiceLine.canAllocateServices()
You can allocate services only if this invoice line is a prorate line i.e.
|
void |
InvoiceLineRemote.canAllocateServices()
You can allocate services only if this invoice line is a prorate line i.e.
|
void |
InvoiceLine.CanAllocateServIfEnteredOrWappr()
You can allocate services only if the status of the owner invoice is ENTERED or WAPPR.
|
void |
InvoiceLineRemote.CanAllocateServIfEnteredOrWappr()
You can allocate services only if the status of the owner invoice is ENTERED or WAPPR.
|
void |
Invoice.cancelAllocateService()
Cancel the allocation service action.
|
void |
InvoiceRemote.cancelAllocateService() |
void |
InvoiceStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
Invoice.canChangeVendor() |
void |
InvoiceRemote.canChangeVendor() |
void |
Invoice.canCopyPOLines()
Checks to see if there is a contract reference on the invoice.
|
void |
InvoiceRemote.canCopyPOLines() |
void |
InvoiceLine.canDelete()
Invoice line can only be deleted if the owner invoice status is ENTERED or WAPPR equivalent.
|
void |
InvoiceCost.canDelete()
Can this invoiceCost be deleted?
It cannot be deleted if it is readonly and also if it is not the only
invoicecost for this invoiceline.
|
void |
Invoice.canDelete()
This method is called by the Mbo's delete method.
|
void |
Invoice.canDeleteAttachedDocs()
Check if the attached document can be deleted.
|
void |
InvoiceLine.canDistributeInvoiceLine()
If the related PO line is already distributed i.e POLINE.DISTRIBUTED=Y, you cannot distribute
this invoice line.
|
void |
InvoiceLineRemote.canDistributeInvoiceLine()
If the related PO line is already distributed i.e POLINE.DISTRIBUTED=Y, you cannot distribute
this invoice line.
|
void |
InvoiceLine.canDistributeIssueInvoiceLine()
If the related PO line is a not a direct issue, you cannot distribute this invoice line.
|
void |
InvoiceLineRemote.canDistributeIssueInvoiceLine()
If the related PO line is a not a direct issue, you cannot distribute this invoice line.
|
void |
InvoiceLine.canDistributeProrateInvoiceLine()
If this invoice line is a prorate line i.e.
|
void |
InvoiceLineRemote.canDistributeProrateInvoiceLine()
If this invoice line is a prorate line i.e.
|
void |
Invoice.canDuplicateInvoice() |
void |
InvoiceRemote.canDuplicateInvoice() |
void |
Invoice.canReverseInvoice()
Can Reverse Invoice
|
void |
InvoiceRemote.canReverseInvoice() |
void |
InvoiceServiceRemote.changeStatus(InvoiceRemote invoice,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
InvoiceService.changeStatus(InvoiceRemote invoice,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
Invoice.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo)
This method is to be called internally when the invoice status is to be changed.
|
void |
Invoice.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
boolean autoClosePo)
This method is to be called by the UI change status page.
|
void |
InvoiceRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
boolean autoClosePo)
This method is to be called by the UI change status page.
|
void |
Invoice.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
InvoiceStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
Invoice.changeVendorTaxInfo(MboRemote mboRemote) |
void |
InvoiceRemote.changeVendorTaxInfo(MboRemote mboRemote) |
void |
Invoice.checkAndClearAllocatedLines()
Called by the UI to caheck if allocation has been done on this invoice.
|
void |
InvoiceRemote.checkAndClearAllocatedLines() |
boolean |
Invoice.checkDepreciation() |
void |
Invoice.checkForOpenStatus()
This method overwrites the method in the super class StateFulMbo.
|
void |
InvoiceRemote.checkForOpenStatus()
This method overwrites the method in the super class StateFulMbo.
|
void |
Invoice.checkForPOLineTolerance()
For each INVOICELINE that refers to a POLINE, a check is made to ensure that the cost on
the INVOICE is not too different from the cost specified on the POLINE.
|
void |
InvoiceRemote.checkForPOLineTolerance() |
void |
InvoiceLine.checkForPOLineTolerance(java.lang.Double upperTolerancePct,
java.lang.Double lowerTolerancePct,
java.lang.Double upperToleranceAmt,
java.lang.Double lowerToleranceAmt)
For each invoice line that refers to a PO line, a check is made to ensure that the cost on
the invoice is not too different from the cost specified on the PO line.
|
void |
InvoiceLineRemote.checkForPOLineTolerance(java.lang.Double upperTolerancePct,
java.lang.Double lowerTolerancePct,
java.lang.Double upperToleranceAmt,
java.lang.Double lowerToleranceAmt)
For each invoice line that refers to a PO line, a check is made to ensure that the cost on
the invoice is not too different from the cost specified on the PO line.
|
void |
Invoice.checkForServiceLinePOTolerance()
For each INVOICELINE that refers to a POLINE with tolerance set, a check is made to ensure that the quantity or cost on
the INVOICEL is not greater than the quantity or cost specified on the POLINE.
|
void |
InvoiceRemote.checkForServiceLinePOTolerance() |
void |
Invoice.checkForServiceLineTolerance()
The ratio of service lines that do not refer to a PO-POLINE on the INVOICE, to the
sum of all the other lines that have a PO reference is checked to ensure that it does
not go beyond the values specified by TOLERANCE.UPPERPOAMT / TOLERANCE.LOWERPOAMT and
TOLERANCE.UPPERPOPCT / TOLERANCE.LOWERPOPCT.
|
void |
InvoiceRemote.checkForServiceLineTolerance() |
void |
InvoiceLine.checkForServiceProrating()
If the invoice line have PRORATE = Y, PRORATECOST != 0 (should we check this?)
and there are distributions existing for any of the invoice lines (i.e.
|
void |
InvoiceLineRemote.checkForServiceProrating()
If the invoice line have PRORATE = Y, PRORATECOST != 0 (should we check this?)
and there are distributions existing for any of the INVOICELINEs (i.e.
|
void |
Invoice.checkForTaxTolerance()
If the user has entered any taxes on the invoice header i.e.
|
void |
InvoiceRemote.checkForTaxTolerance() |
void |
InvoiceStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
InvoiceCost.checkWOAssetLocGLDebitForCost()
If at least one of the following: WONUM, LOCATION, ASSETNUM or GLDEBITACCT does not have a value, and the
related invoiceline does not have an item belonging to a storeroom, return error.
|
void |
InvoiceCostRemote.checkWOAssetLocGLDebitForCost() |
void |
InvoiceLine.checkWOAssetLocGLDebitForLine()
Make sure all the required payment information is there.
|
void |
InvoiceLineRemote.checkWOAssetLocGLDebitForLine() |
void |
InvoiceSysCode.clear(long field)
Clear the bit
|
void |
InvoiceLineSet.clearAllocatedLines()
Clear the prorated info from the lines which have been prorated.
|
void |
InvoiceLineSetRemote.clearAllocatedLines()
Clear the prorated info from the lines which have been prorated.
|
void |
InvoiceLine.clearClassification()
This method clears the classtructureid of the invoiveline.
|
void |
InvoiceLineRemote.clearClassification() |
void |
InvoiceCost.clearInvCostPOLine()
Clear the fields copied from poline on deleting the polinenum
on the InvoiceLine.
|
void |
InvoiceCostRemote.clearInvCostPOLine()
Clear the fields copied from poline on deleting the polinenum
on the InvoiceLine.
|
void |
InvoiceLine.clearLabTransOnDelete()
IV30627/12-14489/defect 59573: clear invoicenum and invoicelinenum from labtrans if invoice is being
deleted.
|
void |
InvoiceLine.clearPOLine()
Clear the fields copied from poline on deleting the polinenum.
|
void |
InvoiceLineRemote.clearPOLine()
Clear the fields copied from poline.
|
void |
Invoice.clearSyscode(long field)
Clear the syscode to indicate the field as specified by the parameter is set by external user.
|
void |
Invoice.confirmMatch(MboRemote invoiceLine,
java.util.Vector matchReceipts)
This method confirms that a previously found match by findMatch() is being confirmed.
|
void |
InvoiceRemote.confirmMatch(MboRemote invoiceLine,
java.util.Vector matchReceipts)
This method confirms that a previously found match by findMatch() is being confirmed.
|
MboRemote |
InvoiceLine.copy(MboSetRemote mboSet)
Overwrite the copy method in MboSet.
|
void |
InvoiceLine.copyConsTransToInvoiceLine(MboRemote transMbo)
Copy the data from the consignment transaction mbo to this invoice line.
|
void |
InvoiceLineRemote.copyConsTransToInvoiceLine(MboRemote transMbo) |
void |
Invoice.copyFromContract(MboRemote contractRemote)
Copy contract info to Invoice header.
|
void |
InvoiceLine.copyPOLine()
Copy the poline fields.
|
void |
InvoiceLineRemote.copyPOLine()
Copy the poline fields
|
void |
InvoiceLine.copyPOLineToInvoiceLine(MboRemote poLine,
double qty,
double cost)
Copy the poline info to the newly created invoiceline.
|
MboSetRemote |
Invoice.copyPOLineToInvoiceLine(MboSetRemote poLineSet)
Create the invoice lines based on the passed in PO Line set and copy over the related info.
|
MboSetRemote |
InvoiceRemote.copyPOLineToInvoiceLine(MboSetRemote poLineSet)
Create the invoice lines based on the passed in PO Line set and copy over the related info.
|
void |
InvoiceLine.copyReceiptPOLineToInvoiceLine(MboRemote receiptOrPOLine,
double qty,
double cost)
This method decides and calls the respective methods to copy receipt or poline info to the
newly created invoice line.
|
void |
InvoiceLineRemote.copyReceiptPOLineToInvoiceLine(MboRemote receiptOrPOLine,
double qty,
double cost)
This method decides and calls the respective methods to copy receipt or poline info to the
newly created invoice line.
|
void |
InvoiceLine.copyReceiptToInvoiceLine(MboRemote receipt,
double qty,
double cost)
Copy the receipt info to the newly created invoiceline.
|
MboSetRemote |
Invoice.copyReceiptToInvoiceLine(MboSetRemote receiptSet)
Create the invoice lines based on the passed in receipts set and copy over the related info.
|
MboSetRemote |
InvoiceRemote.copyReceiptToInvoiceLine(MboSetRemote receiptSet)
Create the invoice lines based on the passed in receipts set and copy over the related info.
|
void |
Invoice.copyTerms(MboSetRemote termsSet)
This method will copy the selected terms to the set calling Mbo's corresponding Terms.
|
void |
InvoiceRemote.copyTerms(MboSetRemote termsSet) |
MboRemote |
InvoiceLine.createDefaultMaterialReceipt()
Create a receipt by invoice.
|
MboRemote |
InvoiceLineRemote.createDefaultMaterialReceipt() |
MboRemote |
InvoiceLine.createDefaultReceipt()
Create a receipt attach to the receipt set owned by invoice.
|
MboRemote |
InvoiceLineRemote.createDefaultReceipt()
Create a receipt by invoice.
|
MboRemote |
InvoiceLine.createDefaultReceipt(MboSetRemote desiredReceipts)
Create a receipt attach to the disired receipt set.
|
MboRemote |
InvoiceLineRemote.createDefaultReceipt(MboSetRemote desiredReceipts) |
MboRemote |
InvoiceLine.createDefaultServiceReceipt()
Create a receipt by invoice.
|
MboRemote |
InvoiceLineRemote.createDefaultServiceReceipt() |
void |
Invoice.createDepreciation(boolean recalculationPoint,
java.util.List warnings) |
void |
InvoiceLine.createInvoiceCostFromInvoiceLine(MboRemote newInvoiceLine,
MboRemote poLine)
This method copies the new invoice line and poline or receipt info to the newly created invoice
cost.
|
MboRemote |
Invoice.createInvoiceForLabTrans(MboRemote labTrans,
double quantity,
double lineCost,
boolean lineByLine)
Create invoice lines and invoice costs for invoice created through labor transactions.
|
MboRemote |
InvoiceRemote.createInvoiceForLabTrans(MboRemote labTrans,
double quantity,
double lineCost,
boolean lineByLine) |
MboRemote |
Invoice.createInvoiceForLeaseSched(MboRemote schedule,
double quantity,
double lineCost,
boolean singleLine)
Create invoice lines and invoice costs for invoice created through lease contracct payment schedule.
|
MboRemote |
InvoiceRemote.createInvoiceForLeaseSched(MboRemote scheduleLine,
double quantity,
double lineCost,
boolean singleLine) |
MboRemote |
Invoice.createInvoiceForPurchSched(MboRemote poLine,
MboRemote scheduleLine,
MboRemote receipt)
Create invoice lines and invoice costs for invoice created through payment schedule.
|
MboRemote |
InvoiceRemote.createInvoiceForPurchSched(MboRemote poLine,
MboRemote scheduleLine,
MboRemote receipt) |
MboRemote |
Invoice.createInvoiceForReceipt(MboRemote receipt)
Create InvoiceLine, InvoiceCost, InvoiceMatch for receipt.
|
MboRemote |
InvoiceRemote.createInvoiceForReceipt(MboRemote receipt)
Create InvoiceLine, InvoiceCost, InvoiceMatch for receipt.
|
MboRemote |
Invoice.createInvoiceForWarrSched(MboRemote schedule,
double quantity,
double lineCost)
Create invoice lines and invoice costs for invoice created through warranty contract payment schedule.
|
MboRemote |
InvoiceRemote.createInvoiceForWarrSched(MboRemote schedule,
double quantity,
double lineCost) |
InvoiceLineRemote |
InvoiceServiceRemote.createInvoiceLine(InvoiceRemote invoice,
java.lang.String linenum)
Create Invoice Line of an invoice through Invoice Service.
|
InvoiceLineRemote |
InvoiceService.createInvoiceLine(InvoiceRemote invoice,
java.lang.String linenum)
Create Invoice Line of an invoice through Invoice Service.
|
void |
InvoiceLineSet.createInvoiceLine(MboRemote receiptOrPOLine,
double qty,
double cost)
This method creates the new default invoiceline and calls the method to populate its attributes.
|
void |
InvoiceLineSetRemote.createInvoiceLine(MboRemote receiptOrPOLine,
double qty,
double cost)
This method creates the new default invoiceline and calls the method to populate its attributes.
|
void |
Invoice.createInvoiceLineForCons(java.util.ArrayList consTransByVendorList)
Creates invoice lines for this invoice based on the selected mbos passed in the ArrayList.
|
void |
InvoiceRemote.createInvoiceLineForCons(java.util.ArrayList consTransByVendorList) |
void |
Invoice.createInvoiceLineForCons(MboSetRemote transSet)
Creates invoice lines for this invoice based on the selected mbos passed in the Mbo set.
|
void |
InvoiceRemote.createInvoiceLineForCons(MboSetRemote transSet) |
InvoiceSetRemote |
InvoiceServiceRemote.createInvoicesForConsignment(UserInfo userInfo,
MboSetRemote transSet,
java.lang.String invGenType) |
InvoiceSetRemote |
InvoiceService.createInvoicesForConsignment(UserInfo userInfo,
MboSetRemote transSet,
java.lang.String invGenType)
Creates invoices for the passed in transaction mbo set.
|
void |
InvoiceLine.createInvoiceTrans()
This method calls the methods that create the INVOICETRANS object.
|
void |
Invoice.createInvoiceTransAfterAppr(MboRemote invoice,
double currencyVariance,
double priceVariance)
This method is to be used to create invoice variance transactions after approval.
|
void |
InvoiceRemote.createInvoiceTransAfterAppr(MboRemote invoice,
double currencyVariance,
double priceVariance)
This method is to be used to create invoice variance transactions after approval.
|
void |
Invoice.createInvoiceTransAfterAppr(java.lang.String invoicenum,
double currencyVariance,
double priceVariance)
This method is to be used to create invoice variance transactions after approval.
|
void |
InvoiceRemote.createInvoiceTransAfterAppr(java.lang.String invoicenum,
double currencyVariance,
double priceVariance)
This method is to be used to create invoice variance transactions after approval.
|
void |
Invoice.createInvoiceTransForTaxes()
This method creates the invoice transaction for taxes.
|
void |
InvoiceRemote.createInvoiceTransForTaxes() |
void |
Invoice.createInvoiceTransTotal()
For the Invoice as a whole a single transaction of type TOTAL is written.
|
void |
InvoiceRemote.createInvoiceTransTotal() |
MboRemote |
InvoiceCost.createReceipt()
This function is called first when a receipt is created for a invoicecost line.
|
MboRemote |
InvoiceCostRemote.createReceipt()
This function is called when a receipt is created for a invoicecost line.
|
void |
InvoiceCost.createReceiptForProrate()
Create material receipt for prorated cost of the invoice line, if updateinventory is true and
there are balance in the storeroom, which its invoice cost
is not distributed.
|
void |
InvoiceCostRemote.createReceiptForProrate()
Create receipt for prorated cost which is not distributed.
|
void |
InvoiceLine.createReceiptOrTransactionForVariance() |
void |
InvoiceLineRemote.createReceiptOrTransactionForVariance()
Create servrectrans and matrectrans for invoice variance.
|
void |
InvoiceLine.createReceipts()
For each invoicecost, this function creates the receipt and invoice match
from invoicecost for the line.
|
void |
InvoiceLineRemote.createReceipts()
For each invoicecost, this function creates the receipt and invoice match
from invoicecost for the line
|
void |
Invoice.createReverseInvoice(java.lang.String status) |
void |
Invoice.createReverseInvoice(java.lang.String invoiceNum,
java.lang.String description,
java.lang.String revReason,
java.util.Date glPostdate,
java.lang.String status)
Create Reverse Invoice
|
void |
InvoiceRemote.createReverseInvoice(java.lang.String invoiceNum,
java.lang.String description,
java.lang.String revReason,
java.util.Date glPostdate,
java.lang.String status) |
void |
InvoiceLine.createTransactionsAfterAppr(double currencyVar,
double priceVar)
This method is used to create invoice variance transactions and is called through the
invoice mbo.
|
void |
InvoiceLineRemote.createTransactionsAfterAppr(double currencyVar,
double priceVar)
This method is used to create invoice variance transactions and is called through the
invoice mbo.
|
void |
Invoice.createVarTransForConInvoice()
If this is a consignment invoice we have see if there is a variance and create
variance transactions
|
void |
InvoiceLine.createVarTransForConsInvoiceLine()
If this is a consignment invoice we have see if there is a variance and create
variance transactions
|
void |
InvoiceLineRemote.createVarTransForConsInvoiceLine() |
void |
InvoiceLine.creatInvTransForProrate(double prorateCostForInvTrans) |
long[] |
Invoice.defineSysCode()
Return long array for InvoiceSysCode.TOTALTAX1 to TOTALTAXN
|
void |
InvoiceTerm.delete(long accessmodifier) |
void |
InvoiceLine.delete(long accessModifier)
Delete the invoice line record.
|
void |
InvoiceCost.delete(long accessModifier)
Delete the invoicecost record after checking if it can be deleted.
|
void |
Invoice.delete(long accessModifier)
This method deletes all the invoice lines connected to this invoice.
|
MboRemote |
Invoice.duplicate()
Duplicates an Invoice record.
|
java.util.Vector |
Invoice.findMatch(boolean exactFirst,
java.util.Vector uninvoicedReceipts,
double value,
boolean byCost,
InvoiceLineRemote invoiceLine,
POLineRemote poline)
A simplified format of findMatch() method.
|
java.util.Vector |
InvoiceRemote.findMatch(boolean exactFirst,
java.util.Vector uninvoicedReceipts,
double value,
boolean byCost,
InvoiceLineRemote invoiceLine,
POLineRemote poline)
A simplified format of findMatch() method.
|
java.util.Vector |
Invoice.findMatch(boolean exactFirst,
java.util.Vector uninvoicedReceipts,
double minimumSigned,
double maximumSigned,
boolean byCost,
boolean considerTax,
boolean partialAllowed,
InvoiceLineRemote invoiceLine,
POLineRemote poline)
This method implements the algorithm to find one or multiple receipts from a list of
receipts ordered by date in order to have their sum of line cost or qty fall within the
range required.
|
double |
InvoiceLine.findOrigReceiptSum(java.lang.String attribute)
Find the sum of certain numerical attibute of the receipts matching the 100%
invoicecost line of the invoiceline.
|
double |
InvoiceLineRemote.findOrigReceiptSum(java.lang.String attribute)
Find the sum of certain numerical attibute of the receipts matching the 100%
invoicecost line of the invoiceline.
|
void |
Invoice.generateAutoKey()
Invoice supports autokeying - sets the INVOICENUM attribute.
|
protected int |
InvoiceTerm.generateSeqNumID()
Generates a unique Seq ID with an interval.
|
MboRemote |
InvoiceLine.getActivePO()
Based on Invoice Line ponum and po site to find an active PO that in APPR, INPRG or CLOSE status.
|
InvoiceLineSetRemote[] |
Invoice.getAllocatePrepSets(InvoiceLineSetRemote toBeAllocated,
InvoiceLineSetRemote acceptingLines)
According to the two mbo set passed in and what are selected in those
two sets, this method returns a array of two new sets for the GUI to display.
|
InvoiceLineSetRemote[] |
InvoiceRemote.getAllocatePrepSets(InvoiceLineSetRemote toBeAllocated,
InvoiceLineSetRemote acceptingLines) |
java.util.Vector |
Invoice.getAllUninvoicedMatReceipts(java.lang.String poNum,
java.lang.String poLineNum,
java.lang.String siteID,
boolean isNegativeLine,
java.lang.String receiptID)
Get all the uninvoiced material receipts.
|
java.util.Vector |
InvoiceRemote.getAllUninvoicedMatReceipts(java.lang.String poNum,
java.lang.String poLineNum,
java.lang.String siteID,
boolean isNegativeLine,
java.lang.String receiptID)
Get all the uninvoiced material receipts.
|
java.util.Vector |
Invoice.getAllUninvoicedReceipts(java.lang.String poNum,
java.lang.String poLineNum,
int receiptType,
java.lang.String siteID,
boolean isNegativeLine,
java.lang.String receiptID)
This method finds a vector of uninvoiced receipts for the PO/POLine ordered by the
receiving date.
|
java.util.Vector |
Invoice.getAllUninvoicedServReceipts(java.lang.String poNum,
java.lang.String poLineNum,
java.lang.String siteID,
boolean isNegativeLine,
java.lang.String receiptID)
Get all the uninvoiced service receipts.
|
java.util.Vector |
InvoiceRemote.getAllUninvoicedServReceipts(java.lang.String poNum,
java.lang.String poLineNum,
java.lang.String siteID,
boolean isNegativeLine,
java.lang.String receiptID)
Get all the uninvoiced service receipts.
|
java.lang.String[] |
FldInvoiceLineItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldInvoiceContractRefNum.getAppLink()
Depending on the type of the contract, return the appropriate app link name
for the value attribute.
|
MboRemote |
InvoiceLineSet.getCompaniesForQueryOnly(java.lang.String vendor,
java.lang.String orgid)
IV35816/71201: multiple invoicecost may query one company.
|
MboSetRemote |
InvoiceServiceRemote.getConsignmentTransactions(java.lang.String invGenType,
UserInfo userInfo,
java.lang.String vendor) |
MboSetRemote |
InvoiceService.getConsignmentTransactions(java.lang.String invGenType,
UserInfo userInfo,
java.lang.String vendor)
Get "uninvoiced" consignment transaction records from MatRecTrans, MatUseTrans, and Invtrans objects
|
MboRemote |
InvoiceLine.getConsTransMbo(java.lang.String origTransaction,
int transID)
Utility method to get the related transacion mbo in case of consignment invoice.
|
MboSetRemote |
Invoice.getCopyPOLineSet(java.lang.String tbName)
This method is to be called by the UI code to get the appropriate poline, material or
service sets to be displayed by the Copy PO Line page.
|
MboSetRemote |
InvoiceRemote.getCopyPOLineSet(java.lang.String tbName) |
boolean |
InvoiceSet.getCurrent()
Gets the current setting which was set by the user.
|
boolean |
InvoiceSetRemote.getCurrent() |
void |
InvoiceLine.getDefaultTaxCodes(MboRemote itemRemote,
MboRemote invVendor)
This method gets taxcodes for the invoiceline based on taxorder.
|
void |
InvoiceLineRemote.getDefaultTaxCodes(MboRemote itemRemote,
MboRemote invVendor) |
void |
InvoiceLine.getDefaultTaxExempt(MboRemote itemRemote,
MboRemote invVendor)
This method gets taxexempt for the poline/prline based on taxorder
|
java.lang.String |
Invoice.getExternalStatus(java.lang.String internalStatus)
From the internal string of the invoice status value, get the external string
of the status.
|
void |
FldInvoiceLineItemNum.getGLDebitAcct(MboRemote invCost)
Gets proper GL debit account.
|
boolean |
InvoiceSet.getHistory()
Gets the history setting which was set by the user.
|
boolean |
InvoiceSetRemote.getHistory() |
java.lang.String |
InvoiceLine.getInternalLineType()
Returns the internal representation of the Line Type field.
|
java.lang.String |
InvoiceLineRemote.getInternalLineType() |
double |
InvoiceLine.getInventoryCurbal()
10-15967
|
MboRemote |
InvoiceLineSet.getInvoiceForQueryOnly(java.lang.String invoicenum,
java.lang.String siteid)
IV35816/71201: multiple invoice lines may query one invoice.
|
InvoiceMatchSetRemote |
InvoiceLine.getInvoiceMatchSet()
Get the invoice match record for this invoice line.
|
InvoiceMatchSetRemote |
InvoiceLineRemote.getInvoiceMatchSet()
Create invoice line for receipt.
|
boolean |
InvoiceLine.getIssue()
If it is a service, issue is always yes, if not, invoiceline must have a poline,
get it's issue flag from the poline.
|
boolean |
InvoiceLineRemote.getIssue()
If it is a service, issue is always yes, if not, invoiceline must have a poline,
get it's issue flag from the poline.
|
double |
Invoice.UninvoicedReceiptsInfo.getIssueUnitCost(MboRemote receipt,
MboRemote invoiceLine)
Get the unit cost of receipt in issue unit and invoice's currency.
|
MboSetRemote |
FldInvoiceVendor.getList()
If the invoice already has a PO the lookup should only show vendor which is the same as
the PO's vendor and the parent of the PO's vendor.
|
MboSetRemote |
FldInvoicePONum.getList()
Return list of APPR, INPRG and CLOSE status POs from the PO table.
|
MboSetRemote |
FldInvoiceLinePONum.getList()
Return list of APPR, INPRG and CLOSE status POs from the PO table.
|
MboSetRemote |
FldInvoiceLineLineType.getList()
Only a service line can be entered when entering a new InvoiceLine.
|
MboSetRemote |
FldInvoiceLineLeaseAsset.getList()
Returns the list of assets which are used on the contract being used
on this invoice.
|
MboSetRemote |
FldInvoiceLineItemNum.getList()
Returns item with the correct item type STDSERVICE.
|
MboSetRemote |
FldInvoiceDocType.getList()
Filters the valuelist.
|
MboSetRemote |
FldInvoiceCostToSiteIDNonPer.getList()
Return list of mbos from the Site table.
|
MboSetRemote |
FldInvoiceCostTaskIDNonPer.getList()
Create a list of valid tasks for the entered workorder.
|
MboSetRemote |
FldInvoiceCostRefWO.getList() |
MboSetRemote |
FldInvoiceCostLocationNonPer.getList()
Get valid locations
|
MboSetRemote |
FldInvoiceCostLocation.getList()
Get valid locations.
|
MboSetRemote |
FldInvoiceCostAssetNumNonPer.getList()
Returns valid Assets.
|
MboSetRemote |
FldInvoiceCostAssetNum.getList()
Returns valid Assets.
|
MboSetRemote |
FldInvoiceContractRefNum.getList()
Returns approved contracts and date range is active.
|
protected Mbo |
InvoiceTransSet.getMboInstance(MboSet ms)
Generate a new InvoiceTrans object
|
protected Mbo |
InvoiceTermSet.getMboInstance(MboSet ms)
Generate a new InvoiceTERM object.
|
protected Mbo |
InvoiceStatusSet.getMboInstance(MboSet ms)
Generate a new InvoiceStatus object
|
protected Mbo |
InvoiceSet.getMboInstance(MboSet ms)
Generate a new Invoice object.
|
protected Mbo |
InvoiceMatchSet.getMboInstance(MboSet ms)
Generate a new InvoiceMatch object
|
protected Mbo |
InvoiceLineSet.getMboInstance(MboSet ms)
Generate a new InvoiceLine object
|
protected Mbo |
InvoiceCostSet.getMboInstance(MboSet ms)
Generate a new InvoiceCost object
|
MboSetRemote |
Invoice.getMboSet(java.lang.String name)
Over-ride the getMboSet method to return a different MboSet if the relationship name is INVOICEPOTERM.
|
InvoiceCostRemote |
InvoiceLine.getNewInvoiceCost()
Returns the newly added InvoiceCost mbo.
|
InvoiceCostRemote |
InvoiceLineRemote.getNewInvoiceCost()
Returns the newly added InvoiceCost mbo.
|
MboRemote |
InvoiceLineSet.getPOForQueryOnly(java.lang.String ponum,
java.lang.String positeid,
java.lang.String porevisionnum)
IV35816/71201: multiple invoice lines may query one PO.
|
MboRemote |
InvoiceLineSetRemote.getPOForQueryOnly(java.lang.String ponum,
java.lang.String positeid,
java.lang.String revisionnum)
IV35816/71201: for performance - Multiple InvoiceLines each references one POLine - which references one po.
|
MboRemote |
InvoiceLine.getPOLineFromCopyPOLine()
IV35816/7120: for performance
|
double |
InvoiceLine.getPOToInvCur()
Obtain the exchangerate from po's currency to invoice's currency.
|
double |
InvoiceLineRemote.getPOToInvCur()
Obtain the exchangerate from po's currency to invoice's currency.
|
double |
InvoiceLine.getRatioForTransaction()
When the receipt is created, the average cost of the storeroom is updated to reflect
the value.
|
double |
InvoiceLine.getRatioGoesToReceipt()
based on update inventory, current balance, invoiceqty to decide how much goes to receipt.
|
ReceiptMboRemote |
InvoiceMatchRemote.getReceipt()
Get the receipt corressponding to this match.
|
ReceiptMboRemote |
InvoiceMatch.getReceipt()
Get the receipt corressponding to this match.
|
double |
Invoice.UninvoicedReceiptsInfo.getRemainingCost(MboRemote receipt)
Get the remaining unmatched cost of the receipt.
|
double |
Invoice.UninvoicedReceiptsInfo.getRemainingQty(MboRemote receipt)
Get the remaining unmatched quantity of a receipt.
|
protected MboSetRemote |
Invoice.getStatusHistory()
Return the InvoiceStatus object.
|
long |
Invoice.getSysCode(int i)
Return sysCode based on the array position.
|
MboRemote |
InvoiceLineSet.getTaxForQueryOnly(java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgid)
IV35816/71201: multiple invoiceline may query only a small number of taxes(maybe just one) for its typeCode-up to 5.
|
MboRemote |
InvoiceLineSetRemote.getTaxForQueryOnly(java.lang.String taxCode,
java.lang.String typeCode,
java.lang.String orgid)
IV35816/71201: multiple invoiceline may query only a small number of taxes(maybe just one) for its typeCode-up to 5.
|
java.lang.Double |
InvoiceLineSet.getTaxRateForQueryOnly(java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID,
java.lang.String currentDate)
IV35816/71201: multiple invoicelines may query one tax for its typeCode-up to 5.
|
java.lang.Double |
InvoiceLineSetRemote.getTaxRateForQueryOnly(java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID,
java.lang.String currentDate)
IV35816/71201: multiple invoiceline may query one tax for its typeCode-up to 5.
|
MboRemote |
InvoiceLineSet.getTaxTypeForQueryOnly(java.lang.String typeCode,
java.lang.String orgid)
IV35816/71201: multiple invoicelines may query one taxType for its typeCode-up to 5.
|
MboRemote |
InvoiceLineSetRemote.getTaxTypeForQueryOnly(java.lang.String typeCode,
java.lang.String orgid)
IV35816/71201:for performance
|
java.util.Vector |
Invoice.UninvoicedReceiptsInfo.getUninvoicedReceipts(java.lang.String poNum,
java.lang.String polinenum,
int type,
boolean isCreditInvoice,
java.lang.String siteID,
boolean isNegativeLine,
java.lang.String receiptID)
Get the uninvoiced receipts of the type, ponum, and polinenum, ordered by their
transaction dates.
|
double |
InvoiceLine.getUnmatched()
Helper function to check if this invoiceline has been fully matched.
|
MboRemote |
Invoice.getWOReference(java.lang.String wonum)
This method is used to get the workorder reference mbo which will be updated by the receipt.
|
MboRemote |
Invoice.getWOReference(java.lang.String wonum,
java.lang.String siteID) |
boolean |
InvoiceLineSet.hasAllocatedLines()
Check if the set has any prorated lines.
|
boolean |
InvoiceLineSetRemote.hasAllocatedLines()
Check if the set has any prorated lines.
|
boolean |
InvoiceCost.hasReceipt()
Does this invoicecost has the corresponding receipt?
|
boolean |
InvoiceCostRemote.hasReceipt()
Does this invoicecost has the corresponding receipt?
|
void |
InvoiceTrans.init()
Initailze the InvoiceTrans object.
|
void |
InvoiceTerm.init()
Initialized InvoiceTerm mbo.
|
void |
InvoiceStatus.init()
Initialize the object to be read only.
|
void |
InvoiceMatch.init()
Initailze the InvoiceMatch object.
|
void |
InvoiceLine.init()
Initialzation rountine.
|
void |
InvoiceCost.init()
Initialized Invoice cost mbo.
|
void |
FldInvoiceVendor.init()
Vendor is editable if the invoice does not have a PO and a Contract.
|
void |
FldInvoiceOrigInvoice.init()
Originvoicenum is read/only if invoice type is not CREDIT.
|
void |
FldInvoiceLineUnitCost.init()
Set the field to read/only if there are multiple invoice cost lines.
|
void |
FldInvoiceLineQty.init()
Set the field to read/only if there are multiple invoice cost lines else editable.
|
void |
FldInvoiceLinePONum.init()
Invoice line ponum is read/only if there is a PO on the invoice.
|
void |
FldInvoiceLinePOLineNum.init()
Set invoice line description and line type editable if polinenum is null and the invoice line
is just added.
|
void |
FldInvoiceLineLineCost.init()
Invoice line linecost is ready/only if there are more than 1 related
invoice costs for this line.
|
void |
FldInvoiceLineContractRefNum.init()
Invoice line leaseasset is read/only if there is a contract on the invoice.
|
void |
FldInvoiceCurrencyCode.init()
Currency code is read/only if there are invoice lines for the invoice.
|
void |
FldInvoiceCostTaskIDNonPer.init()
Call the super class initialization.
|
void |
FldInvoiceCostLineCost.init()
Invoice cost line cost should be read/only when the quantity is not null.
|
void |
FldInvoiceCostChargeStore.init()
Chargestore field is read/only if there is a PO specified on the
invoice line.
|
void |
FldInvoiceContractRefNum.init()
Set the ContractRefNum field to READONLY if PONum is not null or InvoiceLine exists.
|
void |
Invoice.init()
Initialize rountine.
|
void |
InvoiceLine.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
The invoicecost should be readonly if it is copied from poline's existing distribution.
|
void |
Invoice.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldInvoiceVariance.initValue()
The variance is the difference between pretax total and linetotal.
|
void |
FldInvoiceUnInvoicedTotal.initValue()
Initialize this non-persistant field and set it equal to:
PO total cost -(invoice lines cost + inclusive taxes) if there is a PO.
|
void |
FldInvoiceTotalTaxForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive tax on screen.
|
void |
FldInvoiceTotalCostForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive total cost on screen.
|
void |
FldInvoicePreTaxTotalForUI.initValue()
Initialize this non-persistent field and set it equal to the invoice totalcost
less invoice totaltax.
|
void |
FldInvoicePreTaxTotal.initValue()
Initialize this non-persistent field and set it equal to the invoice totalcost
less invoice totaltax.
|
void |
FldInvoiceLineTotal.initValue()
Displays the total of all line cost.
|
void |
FldInvoiceLineTaxForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive tax on screen.
|
void |
FldInvoiceLineQtyForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive quanity on screen.
|
void |
FldInvoiceLineLoadedCostForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive loased cost on screen.
|
void |
FldInvoiceLineLineCostForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive line cost on screen.
|
void |
FldInvoiceLineIsDistributed.initValue()
Initialize this non-persistant field.
|
void |
FldInvoiceCostWONumNonPer.initValue()
The super class initValue takes care of setting the refwo attribute.
|
void |
FldInvoiceCostToSiteIDNonPer.initValue()
Set this atributes value equal to the invoice cost tositeid.
|
void |
FldInvoiceCostTaskIDNonPer.initValue()
Initialize this field value equal to invoice cost taskid attribute value.
|
void |
FldInvoiceCostQtyForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive quanity on screen.
|
void |
FldInvoiceCostLocationNonPer.initValue()
Set this atributes value equal to the invoice cost location.
|
void |
FldInvoiceCostLineCostForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive line cost on screen.
|
void |
FldInvoiceCostGLDebitAcctNonPer.initValue()
Initialize this attribute's value equal to invoice cost gldebitacct.
|
void |
FldInvoiceCostGLCreditAcctNonPer.initValue()
Initialize this attribute's value equal to invoice cost glcreditacct.
|
void |
FldInvoiceCostAssetNumNonPer.initValue()
Set this atributes value equal to the invoice cost assetnum.
|
void |
FldInvoiceBaseTotalCostForUI.initValue()
If it's a CREDIT type of invoice, needs to display positive base total cost on screen.
|
protected void |
InvoiceLine.invoiceMatch()
This method matches the invoice line with one or more uninvoiced receipts of
the PO-POLine indicated on the invoice.
|
boolean |
FldInvoiceLineItemNum.isAddLinesOnUse(MboRemote contractRemote)
Get Purchase Contract AddLinesOnUse boolean value.
|
boolean |
InvoiceSysCode.isChanged(long field)
If the field is changed.
|
void |
Invoice.isConditionEnabled(MboSetRemote poLineSet,
boolean copyFromPOLineTab)
This method checks if the poline that is being copied has a condition enabled item.
|
void |
InvoiceRemote.isConditionEnabled(MboSetRemote poLineSet,
boolean copyFromPOLineTab) |
boolean |
Invoice.isConsignmentInvoice() |
boolean |
InvoiceRemote.isConsignmentInvoice() |
boolean |
Invoice.isCreditInvoice()
Return true if it's CREDIT invoice or Reverse credit invoice.
|
boolean |
InvoiceRemote.isCreditInvoice() |
boolean |
InvoiceCost.isEditabilitySetByPO()
Method to indicate if the editibility of the invoice cost fields should be
set based on the corresponding poline info.
|
boolean |
Invoice.isOrgInvoiceSchedType() |
boolean |
Invoice.isReverseInvoice() |
boolean |
InvoiceRemote.isReverseInvoice() |
boolean |
InvoiceLine.isServiceType()
The method checks to find if the InvoiceLine is a Service or STDService type.
|
boolean |
InvoiceLineRemote.isServiceType() |
boolean |
Invoice.isSyscodeSet()
Check if fields are set by external user.
|
boolean |
Invoice.isSyscodeSet(long field)
Check if the field is set by external user.
|
void |
InvoiceTerm.modify() |
void |
InvoiceLine.modify()
This is called whenever a change is made to the attributes of invoice line.
|
void |
Invoice.modify()
This is called whenever a change is made to the attributes of invoice.
|
void |
InvoiceLine.moveToTop(java.util.Vector receipts,
java.lang.String receiptId) |
boolean |
InvoiceLine.needProcessVariance()
Does this invoice line need to process variance?
If the invoice doesn't refer to a PO - POLine, then only brand new receipt
will be written for this invoiceline, so, no variance calculation is needed.
|
boolean |
InvoiceLineRemote.needProcessVariance()
Does this invoice line need to process variance?
If the invoice doesn't refer to a PO - POLine, the only brand new receipt
will be written for this invoiceline, so, no variance calculation is needed.
|
void |
Invoice.nullVendor()
Throws an exception if the vendor on the invoice header is null.
|
void |
InvoiceRemote.nullVendor() |
void |
Invoice.prorateTotalTaxDifference()
Once the taxes have been re-calculated, if a value has been specified for any
of the TOTALTAX attributes on the invoice header, and if there is a difference
between the sum of INVOICELINE.TAX1..5 and the corresponding TOTALTAX1..5, then
the difference needs to be applied to the invoice lines.
|
void |
InvoiceLine.recalcDistribution()
Recalculate the linecost and or quantity based on the same distribution
This method should only be called when the line's quantity or cost has changed.
|
void |
InvoiceLine.recalculatePreTaxTotalWhenDelete()
This method re-calculates pretaxtotal.
|
void |
Invoice.resetTotalAllocated(InvoiceLineSetRemote lineSet)
Re-calculate the totalallocated fields on invoice based on the passed in invoiceline set.
|
void |
InvoiceRemote.resetTotalAllocated(InvoiceLineSetRemote lineSet) |
java.util.Vector |
InvoiceLine.returnGls(boolean updateInventory,
boolean varType) |
java.util.Vector |
InvoiceLine.returnGls(boolean updateInventory,
boolean varType,
MboRemote transMbo)
This method is a private method that gets the PONUM-POLINENUM from the invoice line and based on this info
grabs the POLINE.From the POLINE it gets hold of the ITEM-STORELOC and gets the corresponding INVENTORY
record for the ITEM-STORELOC combination.This method is purely meant for code reduction because
both writePriceVarianceToInvoiceTrans() and writeCurrencyVarianceToInvoiceTrans() need to get hold of the
GLDEBIT and GLCREDIT account numbers for the ITEM-STORELOC combination and/or from the vendor.
|
void |
InvoiceLine.save()
Override the super class save.
|
void |
Invoice.save()
Override the super class save.
|
void |
InvoiceSysCode.set(long field)
set the bit
|
void |
InvoiceLineSet.setCompaniesforQueryOnly(MboRemote company)
IV35816/71201: for performance
|
void |
Invoice.setCompanyValues() |
void |
FldInvoiceLineItemNum.setContractOrderPrice()
Get Contract default order price.
|
void |
InvoiceSet.setCurrent(boolean currentInvoices)
Sets the userpref setting for current invoices.
|
void |
InvoiceSetRemote.setCurrent(boolean currentInvoices) |
void |
InvoiceLine.setCurVarTotal(double currencyVariance)
This method is to be used by ERP to set the global variable curVar when they don't
want us to calculate the currency variance instead they do it.
|
void |
InvoiceLineRemote.setCurVarTotal(double currencyVariance)
This method is to be used by ERP to set the global variable curVar when they don't
want us to calculate the currency variance instead they do it.
|
protected void |
InvoiceLine.setEditibilityFlags()
Set the read-only flags for fields where it changes.
|
void |
Invoice.setExchangeRateLineCost2()
Calculate and set the exchangerates and the linecost2.
|
void |
InvoiceSet.setHistory(boolean historyInvoices)
Sets the userpref setting for history invoices.
|
void |
InvoiceSetRemote.setHistory(boolean historyInvoices) |
void |
InvoiceServiceRemote.setInventoryNextInvoiceDate(MboSetRemote consTransactionSet) |
void |
InvoiceService.setInventoryNextInvoiceDate(MboSetRemote consTransactionSet)
Set next invoice date (inventory) for the passed in consignment transaction records
|
void |
InvoiceLineSet.setInvoiceforQueryOnly(MboRemote invoice)
IV35816/71201: for performance
|
void |
Invoice.setInvoiceMatchReversed()
A utility method called by the status handler when setting the invoice status to REVERSED.
|
void |
InvoiceLineSet.setPOforQueryOnly(MboRemote po)
IV35816/71201: for performance
|
void |
InvoiceLineSetRemote.setPOforQueryOnly(MboRemote po)
IV35816/71201:for performance
|
void |
Invoice.setPOHash(PORemote thePO)
Used while creating receipts from invoice to keep track of and use the correct po instance
which will be later used while closing the po.
|
void |
InvoiceLine.setPOLineFromCopyPOLine(MboRemote poLineFromCopyPOline)
IV35816/71201:the for performance: poLineCopyPOLine mbo is the POLine shown on the Copy POLine dialog.
|
void |
Invoice.setPOReference(MboRemote poRemote) |
void |
InvoiceRemote.setPOReference(MboRemote poRemote) |
void |
InvoiceLine.setPriceQtyFields()
Based on ContractLine ChgPriceOnUse and ChgQtyOnUse value to set line cost, unit cost,
order unit and quantity to be read only or editable.
|
void |
InvoiceLineRemote.setPriceQtyFields() |
void |
InvoiceLine.setPriceVarTotal(double priceVariance)
This method is to be used by ERP to set the global variable priceVar when they don't
want us to calculate the price variance instead they do it.
|
void |
InvoiceLineRemote.setPriceVarTotal(double priceVariance)
This method is to be used by ERP to set the global variable curVar when they don't
want us to calculate the currency variance instead they do it.
|
void |
InvoiceCost.setReadonly()
convenient function to set certain fields to readonly or not.
|
void |
InvoiceLine.setReadOnlyForConsInvoice()
Set these fields readonly for consignment type invoice.
|
void |
InvoiceMatchRemote.setReceipt(ReceiptMboRemote receiptMboRemote)
Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
|
void |
InvoiceMatch.setReceipt(ReceiptMboRemote receiptMboRemote)
Set the matching receipt reference to the passed in receipt (ReceiptMboRemote).
|
void |
Invoice.setRelatedMboEditibility(java.lang.String relationName,
MboSetRemote mboSet)
Sets the read/only flag for the related set if the set exists only when the status of the invoice is paid - Issue 10-12042.
|
void |
Invoice.setRequiredInvoiceTransFields(MboRemote invoiceLine,
MboRemote newInvoiceTrans,
int j)
This method is written just to reduce code and break up one long method.
|
void |
Invoice.setSyscode(long field)
Set syscode to indicate the field as specified by the parameter is set by external user.
|
void |
InvoiceLineSet.setTaxforQueryOnly(MboRemote tax)
IV35816/71201:for performance
|
void |
InvoiceLineSetRemote.setTaxforQueryOnly(MboRemote tax)
IV35816/71201:for performance
|
void |
Invoice.setTaxGLs(java.lang.String taxCode,
int typeCode)
Set the tax GL accounts based on the type of the taxcode set on the invoice line.
|
void |
InvoiceLineSet.setTaxRateforQueryOnly(java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID,
java.lang.String currentDate,
double rate)
IV35816/71201:for Performance
|
void |
InvoiceLineSetRemote.setTaxRateforQueryOnly(java.lang.String typeCode,
java.lang.String taxCode,
java.lang.String orgID,
java.lang.String currentDate,
double rate)
IV35816/71201:for Performance
|
void |
InvoiceLineSet.setTaxTypeforQueryOnly(MboRemote taxType)
IV35816/71201: for performance
|
void |
InvoiceLineSetRemote.setTaxTypeforQueryOnly(MboRemote taxType)
IV35816/71201:for performance
|
protected boolean |
InvoiceTerm.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
InvoiceStatus.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
InvoiceLine.skipCopyField(MboValueInfo mvi)
Overwrites the skipCopyField() in the Mbo.
|
protected boolean |
InvoiceCost.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Invoice.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
Invoice.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specified attribute and values of the current record.
|
boolean |
Invoice.taxWithinTolerance(double lineTaxTotal,
double totalTax) |
boolean |
Invoice.toPostDontCheckCompleteFlag(MboRemote thePO,
MboRemote invoiceLine,
MboRemote theReceipt)
Check if all other polines for which receipts have been completed before
posting the message po.DONTCHECKCOMPLETEFLAG on the bulletin board.
|
double |
Invoice.totalInclusiveTax()
Calculates the total tax based on the inclusive tax flags.
|
double |
InvoiceRemote.totalInclusiveTax()
Calculates the total tax based on the inclusive tax flags.
|
void |
InvoiceLine.undelete()
This method undeletes an invoice line that has been marked for deletion.
|
void |
Invoice.UninvoicedReceiptsInfo.update(MboRemote invoiceLine,
MboRemote receipt,
double qty,
double cost)
Update the newAllocation and uninvoicedQtyCost hashtables by the match of this receipt.
|
void |
InvoiceLine.updateConsTransInvoiceNum(boolean clearInvoiceNum)
Updated the transaction that created this invoice/invoice line with the invoice number.
|
void |
Invoice.updateConsTransInvoiceNum(boolean clearInvoiceNum)
Update the transaction that created this invoice/invoice line with the invoice number.
|
void |
InvoiceLine.updateWOCosts()
This method updates the actual service cost of the workorders which are associated to
the related invoice costs of the owner invoice.
|
void |
InvoiceLineRemote.updateWOCosts()
This method updates the actual service cost of the workorders which are associated to
the related invoice costs of the owner invoice.
|
void |
FldInvoiceVendor.validate()
The basic validation for the vendor is done by the base class FldCompany.
|
void |
FldInvoicePersonID.validate()
Validation.
|
void |
FldInvoicePONum.validate()
The base class FldPONum checks to see if a valid PO has been entered.
|
void |
FldInvoiceOrigInvoice.validate()
The base class FldInvoiceNum validates if the original invoice entered is a valid
existing invoice.
|
void |
FldInvoiceLineQtyForUI.validate()
Validation for the invoice line if the associated PO line has a tolerance limit set
|
void |
FldInvoiceLineQty.validate()
Cannot modify quantity in the consignment invoice
|
void |
FldInvoiceLinePONum.validate()
Validation checks if the PO entered is the same as on the parent invoice, uses
base class FldPONum for this.
|
void |
FldInvoiceLinePOLineNum.validate()
Validate to check if this poline has a condition enabled item.
|
void |
FldInvoiceLineLineCostForUI.validate()
Validation for the invoice line if the associated PO line has a tolerance limit set
|
void |
FldInvoiceLineLeaseAsset.validate()
Validate if the asset entered here is valid and used on the contract for this invoice.
|
void |
FldInvoiceLineItemNum.validate() |
void |
FldInvoiceDocType.validate()
Cannot switch invoice type from/to consignment if lines exist
|
void |
FldInvoiceCostRefWO.validate()
Added validate to prevent work order in the unacceptable status when the invoice line
does not have a poline.
|
void |
FldInvoiceCostQty.validate()
Validation fails if the invoice cost quantity entered is greater than the
invoice line quantity.
|
void |
FldInvoiceCostLocationNonPer.validate()
Check if the entered location is valid.
|
void |
FldInvoiceCostLocation.validate()
Check if the entered location is valid.
|
void |
FldInvoiceCostLineCost.validate()
The invoice cost linecost should not be greater than the
invoice line linecost.
|
void |
FldInvoiceCostGLDebitAcct.validate()
09-13998: added validate to throw a different message including information
of the glaccount/invoicenum/invoicelinenum for non-interactive transactions
|
void |
FldInvoiceCostGLCreditAcct.validate()
09-13998: added validate to throw a different message including information
of the glaccount/invoicenum/invoicelinenum for non-interactive transactions
|
void |
FldInvoiceCostAssetNumNonPer.validate()
Validation fails if the invoice cost line is charged to a store and the
asset is not rotating.
|
void |
FldInvoiceCostAssetNum.validate()
Validation fails if the invoice cost line is charged to a store and the
asset is not rotating.
|
void |
FldInvoiceContractRefNum.validate()
Check if the contract is a valid contract or not.
|
void |
Invoice.validateAndCompleteAllocation(InvoiceLineSetRemote toBeAllocated,
InvoiceLineSetRemote acceptingLines)
Validate the allocation, if the total to be allocated is different than
the total being allocated, throw an exception.
|
void |
InvoiceRemote.validateAndCompleteAllocation(InvoiceLineSetRemote toBeAllocated,
InvoiceLineSetRemote acceptingLines) |
void |
InvoiceLine.validateCurrency(java.lang.String invoiceCurrency)
Called by invoice's currencyValidation() before approval.
|
void |
InvoiceLineRemote.validateCurrency(java.lang.String invoiceCurrency)
Obtain exchange rate from po currency to invoice currency and base currency
|
void |
Invoice.validateForApproval()
Validate the invoice right before approval.
|
void |
InvoiceCostSet.validateInvoiceCost()
Validates the invoice cost lines associated with the related invoice line.
|
void |
InvoiceCostSetRemote.validateInvoiceCost()
Validates the invoice cost lines associated with the related invoice line.
|
void |
InvoiceLine.validateInvoiceMatch()
Called by appValidate() to validate the invoice match lines associated with
this invoice line.
|
void |
InvoiceLine.validateInvoiceMatchForApproval()
Check if any invoice match is currently specified for the invoice line.
|
void |
InvoiceLineRemote.validateInvoiceMatchForApproval()
Check if any invoicematch is currently specifyed for the invoiceline.
|
MboRemote |
InvoiceCost.writeToInvoiceMatch(MboRemote receipt)
Write the invoicematch between the cost and the receipt.
|
MboRemote |
InvoiceCostRemote.writeToInvoiceMatch(MboRemote receipt)
Write the invoicematch between the cost and the receipt.
|
MboRemote |
InvoiceCost.writeToInvoiceMatch(MboRemote receipt,
double qty,
double cost)
This method writes the invoice match between this cost line and the
receipt specified.
|
MboRemote |
InvoiceCostRemote.writeToInvoiceMatch(MboRemote receipt,
double qty,
double cost)
This method writes the invoice match between this cost line and the
receipt specified.
|
Methods in psdi.app.item that throw MXException
Modifier and Type |
Method and Description |
void |
FldItemStructParent.action()
Set the ItemRemote referenced by the parent column.
|
void |
FldItemStructLocation.action()
When location is entered, need to create the new location for the parentLocation and
create PM if the item has master pms.
|
void |
FldItemStructItemNum.action()
Sets the instance to be the max(instance) + 1 of the existing ItemStruct.instance.
|
void |
FldItemStructIASDescription.action()
if value has been changed, then notify itemstruct to update desc if necessary.
|
void |
FldItemStructAssetnum.action()
When asset is entered, need to create new asset belonging to the parentAsset/parentAssetInput and
create PM if the item has master pms and create spareparts if there are non-rotating
items in the IAS.
|
void |
FldItemRotating.action()
Update the fields affected by changing this field !!
|
void |
FldItemOrgOrgID.action()
If the org has changed, clear org related fields.
|
void |
FldItemLotType.action()
sets flags and values of attributes related to LotType
|
void |
FldItemItemStructItemnum.action()
Sets the top ItemStruct's itemid to be the same as the itemnum
|
void |
FldItemIsKit.action()
set Rotating,ConditionEnabled and LotType to be READONLY if
IsKit is true; otherwise, set them to be read/write
|
void |
FldItemConditionEnabled.action()
set IsKit and LotType to be READONLY and false if
ConditionEnabled is true; otherwise, set them to be read/write
|
void |
FldItemConditionConditionCode.action()
copies condrate and stocktype from the existing ItemCondtion to this new ItemCondition.
|
void |
FldItemCommodityGrp.action()
Modifies the Resource-related component of
the GlAccount attribute on related Inventory objects to be
in synch with the Inventory Resource Code for the new Item.CommodityGroup.
|
void |
FldItemClassStructureid.action()
Generate or clear itemspec when classstructureid is changed
|
void |
FldItemAttachOnIssue.action() |
void |
FldInvVendorVendor.action()
set taxexempt flag from itemorginfo
|
void |
FldInvVendorSiteId.action()
Sets orgid when siteid is entered
|
void |
FldInvVendorOrgId.action()
if orgid is cleared, set siteid to null
|
void |
FldInvVendorIsDefault.action() |
void |
FldInvTaxCodeOrgId.action()
If the org has changed, clear the tax code values.
|
void |
FldInvHazardOrgId.action()
If the org has changed, clear the hazard value.
|
void |
FldCommodityServiceType.action()
Issue #76885:
Type field for Child Services should match Parent Service type.
|
void |
FldCommodityCode.action() |
void |
ToolItem.add()
Add a new Item object.
|
void |
ItemStruct.add()
Add a new ItemStruct record
Field defaults are set
|
void |
ItemStatus.add()
Add a new ItemStatus object.
|
void |
ItemSpec.add()
set default values for a new itemspec object.
|
void |
ItemOrgStatus.add()
Add a new ItemOrgStatus object.
|
void |
ItemOrgInfo.add()
Add a new ItemOrgInfo
The following fields are initialized with their respective values
itemnum itemnum of the parent
itemsetid Set the Insert Itemset for current user
orgid Set the Insert Orgid for current user
void |
ItemCondition.add()
set default values and field flags
|
void |
InvVendor.add()
set default values and field flags
|
void |
CompCommodity.add()
Add a new Company Commodity Code
The following fields are initialized with their respective values
company Set the Company identifier
parent Set the parent name if its a commodity code
itemsetid Set the Insert Itemset for this user
void |
Commodity.add()
Add a new Commodity Code
The following fields are initialized with their respective values
isservice True or False based on the type
servicetype Set to Provide or Procure based on the type
parent Set the parent name if its a commodity code
itemsetid Set the Insert Itemset for this user
void |
AssetLocComm.add()
Add a new Asset/Asset Type/Location
The following fields are initialized with their respective values
commodity Set the commodity code
void |
AltItem.add()
Adds a new Alternate Item.
|
void |
Item.add()
Add a new Item object.
|
void |
ItemSpec.addDetailInfor(MboRemote item,
MboRemote classspec)
copying more information from Item and classspec
to this ItemSpec record
This method implements the abstract method addDetailInfor
on psdi.app.assetcatalog.SpecificationMbo
|
void |
ItemSet.addItemsWarning()
Method to display warnings for add items/tools to storeroom.
|
void |
ItemSetRemote.addItemsWarning() |
void |
CommodityRemote.addServiceCommodityChildren(MboSetRemote commodities,
java.lang.String commodity) |
void |
Commodity.addServiceCommodityChildren(MboSetRemote commodities,
java.lang.String parentcommodity)
Adds children service commodities from a multiselect list.
|
MboRemote |
Item.addSparePart(java.lang.String assetnum,
java.lang.String siteid)
add a sparepart record.
|
MboRemote |
ItemRemote.addSparePart(java.lang.String assetnum,
java.lang.String siteid) |
InventoryRemote |
Item.addToStore(java.lang.String store)
addToStore (String) - public method
WHAT: method used to create an Inventory Record associated with the
passed in storeroom, and with the passed in category type.
|
InventoryRemote |
ItemRemote.addToStore(java.lang.String store) |
InventoryRemote |
Item.addToStore(java.lang.String store,
java.lang.String category) |
InventoryRemote |
ItemRemote.addToStore(java.lang.String store,
java.lang.String category) |
InventoryRemote |
Item.addToStore(java.lang.String store,
java.lang.String category,
boolean validateLocationLater)
addToStore (String, String,boolean) - public method
WHAT: method used to create an Inventory Record associated with the
passed-in storeroom, and with the passed-in category type.
|
InventoryRemote |
ItemRemote.addToStore(java.lang.String store,
java.lang.String category,
boolean validateLocationLater) |
void |
Item.appendDescription(java.lang.String descSpec)
append the passed description from an ItemSpec to the item.description;need to
get classtructure related description first and only one time.
|
void |
Item.applyIAS(MboRemote applyToMbo)
Used by Apply IAS.
|
void |
ItemRemote.applyIAS(MboRemote applyToMbo) |
void |
ItemStruct.applyIAS(MboRemote thisOwner,
ItemRemote myItemMbo)
Public method for starting the Apply IAS procedure.
|
void |
ItemStructRemote.applyIAS(MboRemote thisOwner,
ItemRemote myItemMbo) |
void |
ItemStruct.appValidate()
appValidate()
Application validation routine called before the itemstruct object is saved
Method validates if the top level item has no parent.
|
void |
ItemCondition.appValidate()
checks if the itemcondition set has duplicated condition codes
for condition code setup
|
void |
InvVendor.appValidate()
appValidate()
Application validation routine called before the invvendor object is saved
Method validates if there are multiple invvendor records for this item
are set as default vendor.
|
void |
Item.appValidate()
Checks if rotating item has meter name attached to it
|
boolean |
ItemSpec.assetSpecExists()
IV36836/76784: If item is rotating and the itemspec has associated assetspec, deleting itemspec by the user does not
delete itemspec - this has been the behavior.
|
void |
CommodityRemote.associateAssetsToCommodity(MboSetRemote assets) |
void |
Commodity.associateAssetsToCommodity(MboSetRemote assets) |
void |
AssetLocCommSetRemote.associateAssetsToCommodity(MboSetRemote assetSet)
see psdi.app.item.associateAssetsToCommodity()
|
void |
AssetLocCommSet.associateAssetsToCommodity(MboSetRemote assetSet)
Method to add the selected assets to the associated asset/locations set
|
void |
CommodityRemote.associateLocationsToCommodity(MboSetRemote locations) |
void |
Commodity.associateLocationsToCommodity(MboSetRemote locations) |
void |
AssetLocCommSetRemote.associateLocationsToCommodity(MboSetRemote locationSet)
see psdi.app.item.associateLocationsToCommodity()
|
void |
AssetLocCommSet.associateLocationsToCommodity(MboSetRemote locationSet)
Method to add the selected locations to the associated asset/locations set
|
void |
Item.autoKeyItemnum() |
void |
ItemRemote.autoKeyItemnum() |
void |
ItemOrgStatusHandler.canActive()
Can change to Active? This is an empty method implementation.
|
void |
ItemStructSet.canAdd()
before allowing an ItemStruct to be added, checks to
make sure that structure to which this ItemStruct would belong, if
it is a kit, has not yet been added to a storeroom.
|
void |
ItemStatusSet.canAdd()
In order to create new ItemStatus, this set needs to be owned
by a item Mbo
|
void |
ItemOrgStatusSet.canAdd()
In order to create new ItemStatus, this set needs to be owned
by a ItemOrgInfo Mbo
|
void |
ItemConditionSet.canAdd()
Can an object be added to the ItemCondtionSet?
If the owner of ItemCondition is not Item, stop the process.
|
void |
CommoditySet.canAdd()
Cannot add a child commodity to a commodity which has a parent.
|
void |
Item.canAddKitToStore()
can this kitted item be added to a storeroom, that is, does
it have components, and do all its components have an issue
unit specified in their corresponding Item records.
|
void |
ItemRemote.canAddKitToStore() |
void |
ItemStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
ItemOrgStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
ToolItem.canDelete() |
void |
ItemStruct.canDelete()
before allowing this ItemStruct to be deleted, checks to
make sure that structure to which this ItemStruct belongs, if
it is a kit, has not yet been added to a storeroom.
|
void |
ItemSpec.canDelete()
Checks to see if this object can be deleted,only
classspec or item can delete this itemspec object.
|
void |
ItemCondition.canDelete()
Checks to see if this item condition object can be deleted
if it is associated with an item and is referenced by invcost records, then it can not be deleted
if it is a basic condition code and is associated with items, then it can not be deleted.
|
void |
Commodity.canDelete()
Commodity.canDelete()-
Checks to see if this object can be deleted
if it is a group and has codes attached, throw exception
if it is a group and is associated, throw exception
if it is a code and is associated, throw exception
|
void |
Item.canDelete()
Item.canDelete()-
Checks to see if this object can be deleted
if it is on an asset, throw exception
if it is on a masterpm, throw exception
if this is on a sparepart, throw exception
if this is on an itemstruct, throw exception
if this is part of an inventory - and the inventory can't be deleted - throw exception.
|
MboRemote |
ItemSpec.canGenerateDesc()
Returns the classspec mbo if the assetattrid, alnvalue/numvalue, and or measureunitid
can be included in the description generation process for the item;null
otherwise.
|
void |
Item.canModifyKitStructure()
checks whether it's OK to add or remove an ItemStruct from a kit's
structure.
|
void |
ItemRemote.canModifyKitStructure() |
void |
ItemStatusHandler.canObsolete()
Can change to Obsolete ?
This method checks for WorkOrder/JobPlan/MR/PR/PO/InvBalances/Asset exists for itemnum.
|
void |
ItemOrgStatusHandler.canObsolete()
Can change to Obsolete ?
This method checks for WorkOrder/JobPlan/MR/PR/PO/InvBalances/Asset exists for itemnum.
|
void |
ItemStatusHandler.canPending()
Can change to pending?
|
void |
ItemOrgStatusHandler.canPending()
Can change to pending?
|
void |
ItemOrgStatusHandler.canPendobs()
Can Change to Pendobs ?
This method checks if any workorder exists for the item.
|
boolean |
Item.canSparePartAutoAdd()
return true if the item allows spareparts to be added.
|
boolean |
ItemRemote.canSparePartAutoAdd() |
protected void |
Item.canToggleConditionEnabledToStandard()
Can we convert a condition enabled item to standard?
if inventory records exists for the item, then do not allowed.
|
protected void |
Item.canToggleIsKit()
Can this item's IsKit flag be toggled?
|
protected void |
Item.canToggleRotating() |
protected void |
Item.canToggleToConditionEnabled()
Can we convert a standard item to condition enabled?
if rotating item and assets exist for the item, then do not allowed.
|
MboSetRemote |
Item.changeCapitalizedStatus(boolean capitalized)
|
MboSetRemote |
ItemRemote.changeCapitalizedStatus(boolean capitalized) |
void |
Item.changeCapitalizedStatus(boolean capitalized,
java.lang.String capitalacc,
java.lang.String memo)
loops through all occurrences of this Item's itemnum
attribute in the Inventory object to update GL information
and create and write Capital Cost Adjustment (CAPCSTADJ)
InvTrans records
changes the capitalized attribute for this Item object
|
void |
ItemRemote.changeCapitalizedStatus(boolean capitalized,
java.lang.String capitalacc,
java.lang.String memo) |
void |
ItemService.changeStatus(ItemRemote item,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
ItemServiceRemote.changeStatus(ItemRemote item,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
ItemOrgInfoRemote.changeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
ItemOrgInfo.changeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
Item.changeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
ItemRemote.changeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
ItemOrgInfo.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
Item.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
ItemStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
ItemOrgStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
boolean |
ItemOrgInfoRemote.checkAssetExists() |
boolean |
ItemOrgInfo.checkAssetExists()
This method checks if the item exist in Asset.
|
boolean |
Item.checkAssetExists()
This method checks if the item exist in Asset.
|
boolean |
ItemRemote.checkAssetExists() |
boolean |
ItemOrgInfoRemote.checkCIExists() |
boolean |
ItemOrgInfo.checkCIExists()
This method checks if the item exist in CI.
|
boolean |
Item.checkCIExists()
This method checks if the item exist in CI.
|
boolean |
ItemRemote.checkCIExists() |
boolean |
ItemOrgInfoRemote.checkContractExists() |
boolean |
ItemOrgInfo.checkContractExists()
This method checks if the item exist in ContractLine for Contract that are in a status other than
CAN or CLOSE.
|
boolean |
Item.checkContractExists()
This method checks if the item exist in ContractLine for Contract that are in a status other than
CAN or CLOSE.
|
boolean |
ItemRemote.checkContractExists() |
boolean |
ItemOrgInfoRemote.checkIASExists() |
boolean |
ItemOrgInfo.checkIASExists() |
boolean |
ItemOrgInfoRemote.checkInvBalancesExists() |
boolean |
ItemOrgInfo.checkInvBalancesExists()
This method checks if the item exist in InvBalances.
|
boolean |
Item.checkInvBalancesExists()
This method checks if the item exist in InvBalances.
|
boolean |
ItemRemote.checkInvBalancesExists() |
boolean |
ItemOrgInfoRemote.checkJPExists() |
boolean |
ItemOrgInfo.checkJPExists()
This method checks if the item exist in JobItem for job plans that are in a status other
than INACTIVE.
|
boolean |
Item.checkJPExists()
This method checks if the item exist in JobItem for job plans that are in a status other
than INACTIVE.
|
boolean |
ItemRemote.checkJPExists() |
void |
Item.checkKitCostType(boolean isKit)
This methods check if the item assembly structure item have lifo/fifo cost type.
|
boolean |
ItemOrgInfoRemote.checkMRExists() |
boolean |
ItemOrgInfo.checkMRExists()
This method checks if the item exist in MRLine for MR that are in a status other than CAN
or CLOSE
|
boolean |
Item.checkMRExists()
This method checks if the item exist in MRLine for MR that are in a status other than CAN
or CLOSE
|
boolean |
ItemRemote.checkMRExists() |
boolean |
ItemOrgInfoRemote.checkPOExists() |
boolean |
ItemOrgInfo.checkPOExists()
This method checks if the item exist in POLine for PO that are in a status other than
CAN or CLOSE.
|
boolean |
Item.checkPOExists()
This method checks if the item exist in POLine for PO that are in a status other than
CAN or CLOSE.
|
boolean |
ItemRemote.checkPOExists() |
boolean |
ItemOrgInfoRemote.checkPRExists() |
boolean |
ItemOrgInfo.checkPRExists()
This method checks if the item exist in PRLine for PR that are in a status other than
CAN or COMP.
|
boolean |
Item.checkPRExists()
This method checks if the item exist in PRLine for PR that are in a status other than
CAN or COMP.
|
boolean |
ItemRemote.checkPRExists() |
void |
ItemStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
ItemOrgStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
boolean |
ItemOrgInfoRemote.checkWOExists() |
boolean |
ItemOrgInfo.checkWOExists()
This method checks if the item exist in WPItem for work orders that are in a status other than COMP
or CLOSE
|
boolean |
Item.checkWOExists()
This method checks if the item exist in WPItem for work orders that are in a status other than COMP
or CLOSE
|
boolean |
ItemRemote.checkWOExists() |
void |
Item.clearClassification()
This method clears the classtructureid and delete itemspec
|
void |
ItemRemote.clearClassification() |
void |
ItemStructSetRemote.clearItemStructsVector() |
void |
ItemStructSet.clearItemStructsVector()
Clears all elements in the itemstruct vector
|
protected void |
ItemStruct.copyDescendants()
copies this item's children to the current hierarchy if this item has its own sub-hierarchy
When adding a top level ItemStruct, there is no need of copy descendants.
|
void |
ItemStructSetRemote.copyIAS() |
void |
ItemStructSet.copyIAS()
89779: rewrote this method with dbshortcust and jdbc code to avoid extensive instantiation of
mbos in the memory
|
void |
ItemStruct.copyIAS(MboSetRemote adoptedItemStructSet,
boolean justTopItem)
begins the copy IAS process.
|
void |
ItemStructRemote.copyIAS(MboSetRemote adoptedItemStructSet,
boolean justTopItem) |
void |
ItemStruct.copyItemOnly(boolean justTheItem)
sets the private data member itemOnly when copying an Item Assembly Structure(s) to
the current Item Assembly Structure
|
void |
ItemStructRemote.copyItemOnly(boolean justTheItem) |
int |
InvVendorSet.countDefaultVendor(MboRemote currentMbo)
Returns the number of records in the set that are marked as the default vendor
|
MboSetRemote |
Item.createItemSpecSet()
|
MboSetRemote |
ItemRemote.createItemSpecSet() |
MboRemote |
Item.createNewDepreciation() |
MboRemote |
ItemRemote.createNewDepreciation() |
void |
Item.createTopItemStruct()
Protected method to add a top level ItemStruct for this Item only once.
|
void |
ItemRemote.createTopItemStruct() |
boolean |
InvVendorSet.defaultVendorFound(MboRemote currentMbo)
returns true if at least one of the records in the set is a default vendor,
false if none of the record in the set is set to default vendor.
|
boolean |
InvVendorSet.defaultVendorFound(java.lang.String itemnum,
MboRemote currentMbo)
Returns true if at least one of the records in the set is a default vendor,
false if none of the records in the set is set to default vendor.
|
void |
CompCommodity.delete()
If a company commodity group is deleted then make sure all attached
commodity codes are deleted
|
void |
ItemStruct.delete(long access)
delete(long) routine
A itemstruct record is deleted when it itself and its children are
being disconnected from the system.
|
void |
Commodity.delete(long access)
Override and Delete based on canDelete()
|
void |
Item.delete(long access)
delete(long) - standard Mbo Delete method.
|
protected void |
ItemStruct.doCopy(MboSetRemote newChildren,
int parentsinstance)
This ItemStruct's job for doCopy is
1 copy a new ItemStruct in the passed newChildren mboset for the new ItemID;
Note this is just itemonly copy.
2 Ask its own children to do the same.
|
protected void |
Item.doTopItemStruct(MboRemote itemStruct)
Protected method to indicate if this item is a top-level ItemStruct.
|
MboRemote |
ToolItem.duplicate() |
MboRemote |
Item.duplicate()
Duplicate a new item with DocLinks and Item Specifications.
|
MboRemote |
ItemRemote.duplicate() |
void |
CommoditySetRemote.emptyCommoditySet() |
void |
CommoditySet.emptyCommoditySet()
Filters the commodity set.
|
void |
ItemSet.findSelectedItems(java.lang.String where) |
void |
ItemSetRemote.findSelectedItems(java.lang.String where) |
void |
ItemStructSetRemote.findTopLevelItems() |
void |
ItemStructSet.findTopLevelItems()
resets this ItemStruct set.
|
void |
Item.generateAutoKey()
Item Object allows the generation of autokeys
Overrides the generateAutoKey() in the Mbo
|
MboSetRemote |
Item.generateItemSpec()
This method generates a new itemspec set based on the classstructureid;it
copies the attriubtes from the classspec.
|
MboSetRemote |
ItemRemote.generateItemSpec() |
boolean |
ItemStruct.getAutoKey()
For apply IAS: should the new asset/location created be autokeyed?
|
boolean |
ItemStructRemote.getAutoKey() |
java.lang.String |
InvVendor.getBasicInvVendorSql()
Get a basic sql statement for getting invvendor records from the database.
|
java.lang.String |
InvVendorRemote.getBasicInvVendorSql() |
MboSetRemote |
ItemStruct.getChildren()
returns the set of Itemstruct objects that are children to this
Itemstruct object
|
MboSetRemote |
ItemStructRemote.getChildren() |
void |
CommoditySetRemote.getCommodityCodeSet(java.lang.String parent) |
void |
CommoditySet.getCommodityCodeSet(java.lang.String parent)
Filters the commodity set.
|
void |
CommoditySetRemote.getCommodityGroupSet() |
void |
CommoditySet.getCommodityGroupSet()
Filters the commodity set.
|
void |
CommoditySetRemote.getCompCommodityCodeSet(java.lang.String company,
java.lang.String parent) |
void |
CommoditySet.getCompCommodityCodeSet(java.lang.String company,
java.lang.String parent)
Filters the compcommodity set.
|
void |
CommoditySetRemote.getCompCommodityGroupCodeSet(java.lang.String company) |
void |
CommoditySet.getCompCommodityGroupCodeSet(java.lang.String company)
Filters the compcommoditygroup set.
|
java.lang.String |
Item.getDefaultBin() |
java.lang.String |
ItemRemote.getDefaultBin() |
MboRemote |
ItemService.getDefaultItemSet(UserInfo userInfo)
Service Method used to get default itemset mbo
|
java.lang.String[] |
ItemStruct.getHierarchy()
begins the process of finding all this ItemStruct object's ancestors.
|
java.lang.String[] |
ItemStructRemote.getHierarchy() |
java.lang.String |
Item.getInternalItemType()
Returns the internal representation of the itemtype field.
|
java.lang.String |
ItemRemote.getInternalItemType() |
InventorySetRemote |
InvVendor.getInventorySet()
getInventorySet- (a remote public method)
-WHAT: this method will provide the complete set of inventory records where...
|
InventorySetRemote |
InvVendorRemote.getInventorySet() |
java.lang.String |
ItemService.getInvVendorSql(java.lang.String vendor,
MboRemote mbo)
This method will construct a sql statement based on the parameters
for INVVENDOR; this code is here for convenience because MATRECTRANS
INVENTORY, & POLINE needs to access INVVENDOR.
|
java.lang.String |
ItemServiceRemote.getInvVendorSql(java.lang.String vendor,
MboRemote mbo) |
java.lang.String |
ItemService.getInvVendorSql(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String vendor,
java.lang.String catalogCode)
This method will construct a sql statement based on the parameters
for INVVENDOR upon an itemnum and optionally vendor or catalogCode.
|
java.lang.String |
ItemServiceRemote.getInvVendorSql(UserInfo userInfo,
java.lang.String item,
java.lang.String itemsetid,
java.lang.String vendor,
java.lang.String catalogCode) |
java.lang.String |
ItemService.getInvVendorSql(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String vendor,
java.lang.String manufacturer,
java.lang.String modelnum)
This method will construct a sql statement based on the parameters
for INVVENDOR; this code is here for convenience because MATRECTRANS
INVENTORY, & POLINE needs to access INVVENDOR.
|
java.lang.String |
ItemServiceRemote.getInvVendorSql(UserInfo userInfo,
java.lang.String item,
java.lang.String itemsetid,
java.lang.String vendor,
java.lang.String manufacturer,
java.lang.String modelnum) |
java.lang.String |
ItemService.getInvVendorSql(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String vendor,
java.lang.String manufacturer,
java.lang.String modelnum,
java.lang.String conditioncode)
This method will construct a sql statement based on the parameters
for INVVENDOR; this code is here for convenience because MATRECTRANS
INVENTORY, & POLINE needs to access INVVENDOR.
|
java.lang.String |
ItemServiceRemote.getInvVendorSql(UserInfo userInfo,
java.lang.String item,
java.lang.String itemsetid,
java.lang.String vendor,
java.lang.String manufacturer,
java.lang.String modelnum,
java.lang.String conditioncode) |
java.util.Vector |
ItemStructSet.getItemStructsVector() |
double |
InvVendor.getLastCost()
return the lastcost for thie invvendor record
|
MboSetRemote |
FldStatus.getList()
getList()
Returns a list of cost type.
|
MboSetRemote |
FldItemStructItemNum.getList()
creates the WHERE clause used to provide the list of valid values
for FldItemStructItemNum.
|
MboSetRemote |
FldItemOrgOrgID.getList() |
MboSetRemote |
FldItemOrgInfoVendor.getList()
Return a list of all vendors in the current organization.
|
MboSetRemote |
FldItemOrgInfoItemNum.getList()
Return a list of all items in the current item set.
|
MboSetRemote |
FldItemOrgInfoHazardId.getList()
Return a list of all hazards valid for the current organization.
|
MboSetRemote |
FldItemHazardid.getList() |
MboSetRemote |
FldItemConditionConditionCode.getList() |
MboSetRemote |
FldItemConditionCommodity.getList()
Override and setup the appropriate criteria for displaying the list
|
MboSetRemote |
FldItemCommodityCode.getList()
Override and setup the appropriate criteria for displaying the list
|
MboSetRemote |
FldInvVendorVendor.getList()
Return a list of all vendors in the current organization.
|
MboSetRemote |
FldInvVendorSiteId.getList()
Shows only the sites for the orgid if it is entered else
shows all.
|
MboSetRemote |
FldInvVendorOrgId.getList() |
MboSetRemote |
FldInvVendorManufacturer.getList()
Return a list of all manufacturers in the current organization.
|
MboSetRemote |
FldInvTaxCodeOrgId.getList()
Return a list of organizations that use the current item set identifier.
|
MboSetRemote |
FldInvHazardOrgId.getList()
Return a list of organizations that use the current item set identifier.
|
MboSetRemote |
FldInvHazardItemNum.getList()
Return a list of all items in the current item set.
|
MboSetRemote |
FldInvHazardHazardId.getList()
Return a list of all hazards valid for the current organization.
|
MboSetRemote |
FldCommodityCode.getList()
Return list of mbos for from the commodities table.
|
MboSetRemote |
FldAssetLocCommLocation.getList()
Show only the locations in the logged in site
|
MboSetRemote |
FldAssetLocCommAssetNum.getList()
Show only the assets in the logged in sites
|
MboSetRemote |
FldAltItemAltItemNum.getList()
Show ether items or tools depending on itemtype
cal :
* Reduces the number of ITEMS to same itemtype,
same itemset and same pluscismte as the owner tool
|
protected Mbo |
ToolItemSet.getMboInstance(MboSet ms)
Generates a new TOOLITEM object.
|
protected Mbo |
ItemStructSet.getMboInstance(MboSet ms)
Generate a new ItemStruct object
|
protected Mbo |
ItemStatusSet.getMboInstance(MboSet ms)
Factory method to create item status.
|
protected Mbo |
ItemSpecSet.getMboInstance(MboSet ms)
Generate a new ItemSpec object
|
protected Mbo |
ItemOrgStatusSet.getMboInstance(MboSet ms)
Factory method to create itemorg status.
|
protected Mbo |
ItemOrgInfoSet.getMboInstance(MboSet ms) |
protected Mbo |
ItemConditionSet.getMboInstance(MboSet ms)
Generate a new ItemCondition object
|
protected Mbo |
InvVendorSet.getMboInstance(MboSet ms)
Generate a new InvVendor object
|
protected Mbo |
CompCommoditySet.getMboInstance(MboSet ms)
Return a new CompCommodity object
|
protected Mbo |
CommoditySet.getMboInstance(MboSet ms)
Return a new Commodity object
|
protected Mbo |
AssetLocCommSet.getMboInstance(MboSet ms)
Return a new AssetLOcComm object
|
protected Mbo |
AltItemSet.getMboInstance(MboSet ms)
Generates a new Alternate Item Object.
|
protected Mbo |
ItemSet.getMboInstance(MboSet ms)
Generate a new Item object
|
MboSetRemote |
Item.getMboSet(java.lang.String name)
IV30930/60768: this is View Item Availabity mbosets - Locations, Lots, Purchase Orders, Purchase Req, and Contract
Since the mainMbo ITEM is not connected to any owner via relationship - all the child sets are not
subject to security checking - making all the child sets a lookup enabled for the mboframework to
apply security.
|
java.lang.String |
ItemSet.getMultiSiteWhere()
10-16911: if user is in ITEM application and the user is not authorized for all
sites, when user hits Find key, the security as in 6.X should be checked, even
though the user has READ access for all actions in the ITEM app.
|
MboRemote |
ItemStruct.getMyAssetInputMbo()
For Apply IAS to asset via virtual mbo AssetInput, return the assetInput mbo related to this node on the ItemStruct tree.
|
MboRemote |
ItemStruct.getMyAssetMbo()
For Apply IAS to asset, return the asset mbo related to this node on the ItemStruct tree.
|
MboRemote |
ItemStructRemote.getMyAssetMbo() |
ItemRemote |
ItemStruct.getMyItemMbo()
For Apply IAS, returns the Item mbo
related to this node on the ItemStruct tree.
|
ItemRemote |
ItemStructRemote.getMyItemMbo() |
MboRemote |
ItemStruct.getMyLocationMbo()
For Apply IAS to location, return the location mbo related to this node on the ItemStruct tree.
|
int |
ItemSpec.getNumberOfRotatingAssets()
10-14955: get the number of rotating assets for the item - determines
if we want to use direct prepared statements when itemspec.alnvalue/numvalue/tablevalue
is changed.
|
int |
Item.getNumberOfRotatingAssets()
Get the number of rotating assets for the item - determines if we want to use direct
prepared statements when itemspec.alnvalue/numvalue/tablevalue is changed.
|
MboRemote |
Item.getOneHundredPercent()
return the 100% ItemCondition record for the item
|
MboRemote |
ItemRemote.getOneHundredPercent() |
java.lang.String |
ItemStruct.getOrgForGL(java.lang.String lookupAttr)
Override Mbo.getOrgForGL as ITEMSTRUCT is an ITEMSET object and
GLAccount needs ORGID to work.
|
java.lang.String |
CommoditySetRemote.getParentApp() |
java.lang.String |
CommoditySet.getParentApp()
Return the parent App name
|
MboSetRemote |
ItemStruct.getParents()
returns the Itemstruct set that contains the parent to this
Itemstruct object
|
MboSetRemote |
ItemStructRemote.getParents() |
java.lang.String |
ItemOrgInfoSetRemote.getPersonOrgCriteria() |
java.lang.String |
ItemOrgInfoSet.getPersonOrgCriteria() |
java.lang.String |
ItemOrgInfoRemote.getPersonOrgCriteria() |
java.lang.String |
ItemOrgInfo.getPersonOrgCriteria() |
java.lang.String |
InvVendor.getPOStatusString()
Get the external statuses of the PO for approved, in progress, waiting for approval and
closed statuses to be used in the where clause.
|
java.lang.String |
InvVendorRemote.getPOStatusString() |
protected MboSetRemote |
ItemOrgInfo.getStatusHistory()
Gets the itemorgstatus objects.
|
protected MboSetRemote |
Item.getStatusHistory()
Gets the itemstatus objects.
|
java.lang.String |
Item.getThisComponentsDefaultBin() |
java.lang.String |
ItemRemote.getThisComponentsDefaultBin() |
java.lang.String |
Item.getThisComponentsKit() |
java.lang.String |
ItemRemote.getThisComponentsKit() |
MboSetRemote |
ItemStruct.getTop()
gets the topmost mbo for the current Itemstruct hierarchy mboset.
|
MboSetRemote |
ItemStructRemote.getTop() |
protected MboRemote |
Item.getTopItemStruct()
returns this item's top ItemStruct mbo
|
java.lang.String[] |
ItemSpec.getUserDefinedRequired(java.lang.String specName,
int startingIndex)
IJ20830
|
MboSetRemote |
Item.getUseThisItemSpecSet()
09-14572: return useThisItemSpecSet
|
java.lang.String |
ItemSpecRemote.getValueToCrossOver(java.lang.String srcAttrISNN,
java.lang.String tgtSpecObj,
java.lang.String tgtSpecAttr) |
java.lang.String |
ItemSpec.getValueToCrossOver(java.lang.String srcAttrISNN,
java.lang.String tgtSpecObj,
java.lang.String tgtSpecAttr)
Handles the setting of values from ITEMSPEC.IS01 through IS05 to
ASSETSPEC.ES01 through ES05 and LOCATIONSPEC.LS01 through LS05.
|
boolean |
ToolItem.hasAlternateTool() |
boolean |
ToolItemRemote.hasAlternateTool() |
boolean |
ItemStruct.hasChildren()
Does this Itemstruct object have children?
|
boolean |
ItemStructRemote.hasChildren() |
boolean |
ToolItem.hasNonMTeAlternateTool() |
boolean |
ToolItemRemote.hasNonMTeAlternateTool() |
boolean |
ItemStruct.hasParents()
Is the item NOT top level, that is, does it have a parent?
|
boolean |
ItemStructRemote.hasParents() |
void |
ToolItem.init()
Initialize the ToolItem object
|
void |
ItemStruct.init()
init routine
Fields are readonly after insert
|
void |
ItemStatusSet.init()
Initialize the set.
|
void |
ItemStatus.init()
Initailze the object to be read only.
|
void |
ItemOrgStatusSet.init()
Initialize the set.
|
void |
ItemOrgStatus.init()
Initailze the object to be read only.
|
void |
ItemOrgInfo.init()
Initialization rountine.
|
void |
InvVendor.init()
issue#025207CR added init() to set readonlyness
Initialization rountine.
|
void |
FldItemOrgOrgID.init()
Initialization rountine.
|
void |
Commodity.init()
Initialize the Commodity object for Service Commodities
|
void |
AssetLocComm.init()
Initialize the AssetLocComm object
|
void |
Item.init()
Initialize the Item object
|
void |
ItemService.initCriteriaList(java.util.Hashtable criteriaTable)
initCriteriaList(hashtable)
This method is designed to create a ready-made list of common where clauses, which
can be called upon by anywhere, anywhere.
|
void |
ToolItem.initFieldFlagsOnMbo(java.lang.String attrName)
The logic of setting the readonly field flags to the mbo for rotating and iskit
attributes.
|
void |
Item.initFieldFlagsOnMbo(java.lang.String attrName)
The logic of setting the readonly field flags to the mbo for rotating and iskit
attributes.
|
void |
FldItemStructOrgID.initValue()
Initialize value, set OrgID for this ItemStruct
|
void |
FldItemStructLocation.initValue()
init value, set owner location for this ItemStruct
|
void |
FldItemStructItemNum.initValue()
83272: set quantity to readonly if item is rotating(existing itemstruct)
|
void |
FldItemStructIASDescription.initValue()
init value, stick the item description when the object is initialized.
|
void |
FldItemStructAssetnum.initValue()
Init value, set owner assetnum for this ItemStruct.
|
void |
FldItemLotType.initValue() |
void |
FldItemInstance.initValue()
initValue(): Sets the default value for instance for instance from itemstruct
|
void |
FldItemHasIAS.initValue()
initValue(): Sets the default value for hasIAS to indicate if this item is top level item
for its item assembly structure.
|
void |
FldInvVendorQtyRejectedYTD.initValue()
Set the value of FldInvVendorQtyRejectedYTD.
|
void |
FldInvVendorQtyRejected.initValue()
Set the value of FldInvVendorQtyRejected.
|
void |
FldInvVendorQtyReceivedYTD.initValue()
Set the value of FldInvVendorQtyReceivedYTD.
|
void |
FldInvVendorQtyReceived.initValue()
Set the value of FldInvVendorQtyReceived.
|
void |
FldInvVendorPercentRejectedYTD.initValue()
Set the value of FldInvVendorPercentRejectedYTD.
|
void |
FldInvVendorPercentRejected.initValue()
Set the value of FldInvVendorPercentRejected.
|
void |
FldInvVendorPercentOnTime.initValue()
Set the value of FldInvVendorPercentOnTime.
|
void |
FldInvVendorNoOfCompletePOs.initValue()
Set the value of NoOfCompletePOs.
|
void |
FldInvVendorLastDeliveryTime.initValue()
Set the value of FldInvVendorLastDeliveryTime.
|
void |
FldInvVendorContractNum.initValue()
Set the value of FldInvVendorContractNum.
|
void |
FldInvVendorAvgDeliveryTime.initValue()
Set the value of FldInvVendorAvgDeliveryTime.
|
boolean |
ToolItem.isCalibrationInstalled()
Return true if License Key CALIBRATION is installed.
|
boolean |
Item.isCapitalized()
is this item capitalized?
|
boolean |
ItemRemote.isCapitalized() |
boolean |
CommodityRemote.isCommodityCode() |
boolean |
Commodity.isCommodityCode()
Determines if this object is a commodity code or a commodity group
|
protected boolean |
InvVendor.isConditionEnabled()
Is the inventory item condition enabled?
|
boolean |
Item.isConditionEnabled()
Check to see is this item is condition enabled
|
boolean |
ItemRemote.isConditionEnabled() |
boolean |
ItemService.isItemLotted(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid)
Returns true if the passed item is lotted; false otherwise.
|
boolean |
ItemServiceRemote.isItemLotted(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid) |
boolean |
ItemService.isItemRotating(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid)
Returns true if the passed item is a rotating one; false otherwise.
|
boolean |
ItemServiceRemote.isItemRotating(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid) |
boolean |
Item.isKit()
is this item a kit, that is, a group of items used
to address a common maintenance need?
|
boolean |
ItemRemote.isKit() |
void |
AssetLocComm.isLocAuthorized(MboRemote ofloc)
checks if the specified user allowed to access this store room
|
boolean |
ItemSet.isLookup()
IV30930/60768: if it is from View Item Availability, return true else return super.isLookup()
|
boolean |
ItemSetRemote.isLookup()
IV30930/60768:
|
boolean |
Item.isLotted()
Check to see is this item is lotted
If LOTTYPE's internal value is "LOT"
|
boolean |
ItemRemote.isLotted() |
boolean |
ToolItem.isMTeAlternateTool() |
boolean |
ToolItemRemote.isMTeAlternateTool() |
protected boolean |
Item.isNewDuplicatedItem() |
void |
Item.isNewKitComponentUniqueToSet(Mbo newKitItemStruct)
ensures that the passed in kit component has not yet been added
to the kit.
|
void |
ItemRemote.isNewKitComponentUniqueToSet(Mbo newKitItemStruct) |
boolean |
ItemOrgInfoRemote.isObsolete() |
boolean |
ItemOrgInfo.isObsolete()
Returns true if this item was Obsolete.
|
boolean |
Item.isObsolete()
Returns true if this item was Obsolete.
|
boolean |
ItemRemote.isObsolete() |
boolean |
ItemOrgInfoRemote.isPendobs() |
boolean |
ItemOrgInfo.isPendobs()
Returns true if this item was pending obsolence.
|
boolean |
Item.isPendobs()
Returns true if this item was pending obsolence.
|
boolean |
ItemRemote.isPendobs() |
boolean |
ItemOrgInfoRemote.isPlanning() |
boolean |
ItemOrgInfo.isPlanning()
Returns true if this item was planning.
|
boolean |
Item.isPlanning()
Returns true if this item was Planning.
|
boolean |
ItemRemote.isPlanning() |
boolean |
ItemStruct.isRotating()
For Apply IAS, is this node a rotating item.
|
boolean |
Item.isRotating()
is this a rotating item?
|
boolean |
ItemStructRemote.isRotating() |
boolean |
ItemRemote.isRotating() |
boolean |
CommoditySetRemote.isService()
see psdi.app.item.isService()
|
boolean |
CommoditySet.isService()
Determines if the current application is Service Catalog or not
|
boolean |
CommodityRemote.isServiceCommodity() |
boolean |
Commodity.isServiceCommodity()
Determine if this object is a Service Commodity or a Commodity
|
boolean |
FldItemCommodityGrp.isServiceItem()
Determines if the Item is a service type
|
boolean |
FldItemCommodityCode.isServiceItem()
Determines if the Item is a service type
|
boolean |
ItemStruct.isTop()
Is the item top level, that is, is it without a parent?
|
boolean |
ItemStructRemote.isTop() |
boolean |
InvVendor.isUnique()
Check for the uniqueness in the current set
|
boolean |
InvVendorRemote.isUnique() |
ItemRemote |
ItemService.isValidItem(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid)
Returns the item mbo if the passed item is a valid item; throws item not
found exception if item is not valid.
|
ItemRemote |
ItemServiceRemote.isValidItem(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid) |
boolean |
ItemSet.isViewItemAvail()
IV30930/60768: is it from View Item Availability? to distinguish from isLookup() - a MboSet mbethod
|
void |
ItemSpec.modify() |
void |
ItemOrgInfo.modifyAccounts() |
protected void |
ToolItem.modifyCommodityGroup()
performs tasks related to changing of this object's commoditygroup
attribute.
|
protected void |
Item.modifyCommodityGroup()
performs tasks related to changing of this object's commoditygroup
attribute.
|
protected void |
ItemStruct.notifyIASDescChange()
if IASDescription was changed
|
int |
ItemConditionSet.OneAndOnlyOne100PercentRate() |
boolean |
ItemConditionSet.OneHundrePercentFound(MboRemote currentMbo)
Returns true if at least one of the records in the set is a already a 100 percent condition rate.
|
void |
ItemSpecSet.prepareDeleteAssetSpec(boolean isPreprocess)
08-23855
|
protected void |
ItemSpec.prepareInsertAssetSpec()
08-23855
|
protected void |
ItemSpec.prepareInsertAssetSpecHist()
08-23855
|
protected void |
ItemSpec.prepareInsertAssetSpecHistForUpdate()
10-14955: copy prepareInsertAssetSpecHist - only to store the insert statement
in a different vector - safe way - don't want to break the code for 08-23855 and
09-14572
|
protected void |
ItemSpec.prepareUpdateAssetSpec()
10-14955: when itemspec.alnvalue,numvalue,or tablevalue is changed
if it is rotating, then need to update assetspec
|
protected void |
ItemSpec.prepareUpdateAssetSpecHist()
10-14955: when itemspec.alnvalue,numvalue,or tablevalue is changed
if it is rotating, then need to update assetspec and when assetspec is updated,
assetspechist.removeddate is populated.
|
void |
ItemSpecSet.prepareUpdateAssetSpecHist(boolean isPreprocess)
08-23855
|
void |
ItemSpecSet.prepareUpdateClassStructureID()
08-23855
|
void |
ItemSpecSet.preProcessPreparedStatements()
08-23855: if classstructure is changed from one(not null) to a new one.
|
void |
Item.processItemSpecSet()
Process the new ItemSpec Set and the old ItemSpec Set(exsiting in db-to be deleted).
|
void |
ItemRemote.processItemSpecSet() |
void |
ItemSpecSet.processPreparedStatements()
08-23855
|
void |
ItemSpecSet.processPreparedStatementsForUpdate()
10-14955: processes the update statement-when itemspec is updated
in alnvalue,numvalue, or tablevalue, update corresponding assetspec records
it includes update assetspec and insert into assetspechist
|
void |
Item.processUpdateClassStructureID(java.lang.String updateSql)
Update assets(especially large amount of assets) when item classstructure is cleared or changed.
|
MboSetRemote |
ItemService.removeSpecialOrderItems(UserInfo userInfo,
java.util.Vector storelocVec)
gets the set of items that exist as a special order item in at least one storeroom location.
|
MboSetRemote |
ItemServiceRemote.removeSpecialOrderItems(UserInfo userInfo,
java.util.Vector storelocVec) |
boolean |
Item.removeSpecialOrderItems(java.util.Vector storeLoc)
removes those inventory objects that are related to this object by itemnum and that have
a Location attribute in the passed vector and a Category attribute that indicates a special
order item
|
boolean |
ItemRemote.removeSpecialOrderItems(java.util.Vector storeLoc) |
void |
ToolItem.save() |
void |
ItemStruct.save()
Save() routine - upon insert of a child item, copy its children to the current hierarchy
if the child item has its own sub hierarchy.
|
void |
ItemSpec.save()
Save this itemspec object;
if the item is rotating, changes to alnvalue or numvalue in
this itemspec should result in value changes in the
corresponding AssetSpec or locationspec.
|
void |
ItemCondition.save()
the saveTransaction logic of checking one and only one 100% condition rate
is now in the save().
|
void |
AssetLocComm.save()
Saves this AssetLocComm object.
|
void |
Item.save()
In saving an item, if the classstructureid has been changed
and item is rotating, will need to update asset.classstructureid
and location.classstructureid and need to update the description based upon classstructure
and itemspec.
|
void |
CommodityRemote.saveMultiList(MboSetRemote msr,
java.lang.String company,
java.lang.String parent) |
void |
Commodity.saveMultiList(MboSetRemote msr,
java.lang.String company,
java.lang.String parent)
Called exclusively by the UI to save Multi Selected commodities
|
void |
ItemSpecSet.saveTransaction(MXTransaction txn)
08-23855
Call super, then set value for refreshCache .
|
void |
ItemStruct.setAutoKey()
For Apply IAS:set the private variable autoKey to true, meaning the new
asset/location generated based on this IAS will be autokeyed.
|
void |
ItemStructRemote.setAutoKey() |
protected void |
Item.setConditionEnabledRelatedInfo()
sets read/write flags for those attributes related to the ConditionEnabled attribute;
if ConditionEnabled has been set to true, sets values for those related attributes.
The related attributes are:
LOTTYPE
ISKIT
|
void |
ItemOrgInfoSetRemote.setCurrentUserOrgs() |
void |
ItemOrgInfoSet.setCurrentUserOrgs() |
protected void |
ItemStructSet.setInstance()
sets the instance attribute for this MBO set's current MBO object
|
void |
ItemStruct.setIsApplyIAS(boolean isInApplyIAS)
08-18077: indicates this itemstruct is in apply ias
|
protected void |
Item.setKitRelatedInfo()
sets read/write flags for those attributes related to the IsKit attribute; if IsKit
has been modified to be true, sets values for those related attributes.
The related attributes are:
ROTATING
CONDITIONENABLED
LOTTYPE
METERNAME
|
void |
Item.setLotTypeReadOnly(boolean state)
Set Lot Type to read only.
|
void |
ItemRemote.setLotTypeReadOnly(boolean state) |
protected void |
Item.setLotTypeRelatedInfo()
sets read/write flags for those attributes related to the LotType attribute;
if LotType has been modified to be "LOT", sets values for those related attributes.
The related attributes are:
CONDITIONENABLED
ISKIT
|
protected void |
ItemStruct.setMyAssetInputMbo(MboRemote assetInput)
Keeps the AssetInput instance for this ItemStruct as IAS is being called on this object.
|
protected void |
ItemStruct.setMyAssetMbo(MboRemote asset)
For Apply IAS to asset, the asset being applied IAS.
|
protected void |
ItemStruct.setMyLocationMbo(MboRemote loc)
For Apply IAS:set the location mbo related to this IAS.
|
void |
CommoditySetRemote.setParentApp(java.lang.String parentApplication) |
void |
CommoditySet.setParentApp(java.lang.String parentApplication)
Set parent application (Item, SrvItem etc)
We need this method to support "free flying" "Add/Modufy Commodities" dialog
since there is no other way to get the app, which calls this dialog
and the
|
void |
ItemSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
Item.setThisComponentsKitAndDefaultBin(java.lang.String kitNum,
java.lang.String defaultBin) |
void |
ItemRemote.setThisComponentsKitAndDefaultBin(java.lang.String kitNum,
java.lang.String defaultBin) |
void |
Item.setUseThisItemSpecSet(MboSetRemote itemSpecSet)
09-14572
|
void |
ItemStruct.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
06-14915: override setValue to copy non-persistent value glaccount to
the new location created as a result of Apply IAS.
|
void |
FldAssetLocCommLocation.setValueFromLookup(MboRemote sourceMbo) |
void |
FldAssetLocCommAssetNum.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
ItemSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
ItemCondition.skipCopyField(MboValueInfo mvi)
When executing the copy method for the Mbo,
do not copy values for the following attribute(s):
itemnum
itemsetid
|
protected boolean |
Item.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldItemStructItemNum.smartFind(java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
boolean |
Item.sparePartExists(java.lang.String assetnum,
java.lang.String siteid)
returns true if a sparepart record with the combination of assetnum/itemnum
exists else returns false.
|
boolean |
ItemRemote.sparePartExists(java.lang.String assetnum,
java.lang.String siteid) |
void |
ItemSpecSet.storeSpecInsertStatement(java.lang.String preparedInsert)
08-23855
|
void |
ItemSpecSet.storeSpecUpdateStatement(java.lang.String preparedUpdate)
10-14955: when rotating itemspec is updated, update assetspec records
|
void |
Item.toggleRotating()
Toggle the item's rotating flag
|
void |
ItemRemote.toggleRotating() |
void |
Item.updateDesc()
set the description field to be the generated value obtained from
the setup of the classstructureid (in asset catalog setup)
and the values/measureunits in the itemspec set.
|
void |
ItemRemote.updateDesc() |
void |
Item.updateInvVendor()
Updates Invvendor non persistent field itemtype.
|
void |
InvVendor.updateLastCost(double unitcost,
java.util.Date lastdate)
Update LastCost and/or LastDate
|
void |
InvVendorRemote.updateLastCost(double unitcost,
java.util.Date lastdate) |
void |
ItemOrgInfoRemote.updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo) |
void |
ItemOrgInfo.updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo)
Update Inventory tables with the new status for the item.
|
void |
Item.updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo)
Update Inventory and ItemOrgInfo tables with the new status for the item.
|
void |
ItemRemote.updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo) |
void |
Item.updateRotatingClassStructureSQLServer(java.lang.String where,
int counter,
long accessModifier)
10-18610: update the passet mboset.classstructureid for SQLServer - also performance
will do incremental save if there are a large number of rotating assets
this is for SQLSERVER only because the one-large insert caused the assetspecid and assetspechistid
too high.
|
void |
FldItemTaxExempt.updateTaxexempt(MboRemote item,
MboSetRemote invvendor,
MboSetRemote itemorginfo)
update the change in invvendor and itemorginfo set
|
void |
FldItemTaxcodes.validate()
Validate that taxcode has to be in the tax table
|
void |
FldItemTaxExempt.validate()
Validate that Taxexempt has to be in the tax table
|
void |
FldItemStructParent.validate()
Validate if the parent exists in the Item table.
|
void |
FldItemStructLocation.validate()
If record already exists in Location table, throw exception.
|
void |
FldItemStructItemNum.validate()
Validates if item exists in ITEM table, child item same as parent item, and rotating check.
|
void |
FldItemStructAssetnum.validate()
If record already exists in asset table, throw exception.
|
void |
FldItemRotating.validate()
Validate if it is allowed to toggle rotating flag
issue#032920
|
void |
FldItemOrgOrgID.validate() |
void |
FldItemOrgInfoTaxCode.validate()
Validate the tax code, but only if an organization has been entered.
|
void |
FldItemOrgInfoHazardId.validate()
Validate the hazardId, but only if an organization has been entered.
|
void |
FldItemLotType.validate()
If it's rotating item, lot type should be NOLOT.
|
void |
FldItemIsKit.validate()
can IsKit be toggled?
|
void |
FldItemConditionEnabled.validate()
Validate if it is allowed to toggle condition enabled flag
|
void |
FldItemConditionConditionCode.validate()
Validate if the condition code entered has been set up in Add/Modify Condition Codes, only
validate when user is associating conditioncode with item.
|
void |
FldItemConditionCondRate.validate()
validate value entered is 1-100 and if the value being entered is 100 and
there are other 100 rate entered for the item, throw exception
|
void |
FldItemConditionCommodityGroup.validate()
Validates the commodity group fld and clears out the coomodity code
|
void |
FldItemConditionCommodity.validate()
Validates the commodity code fld and sets the group fld
|
void |
FldItemCommodityGrp.validate()
Validates the commodity group fld and clears out the coomodity code
|
void |
FldItemCommodityCode.validate()
Validates the commodity code fld and sets the group fld
|
void |
FldItemAttachOnIssue.validate()
Validate if it is allowed to toggle condition enabled flag
|
void |
FldInvVendorSiteId.validate()
Validate that the site ID exists in Organization ID.
|
void |
FldInvVendorOrgId.validate()
Use super.validate() to insure that the site is associated
with an Organization ID and the Organization is active.
|
void |
FldInvHazardHazardId.validate()
Validate the hazardId, but only if an organization has been entered.
|
void |
FldCommodityOwnerGroup.validate()
Set owner to null
|
void |
FldCommodityOwner.validate()
Set ownergroup to null
|
void |
FldCommodityCode.validate()
Validates the current mboset and sets the appname
|
void |
FldAssetLocCommLocation.validate()
If location is storeroom type, check user authority for that storeroom.
|
void |
FldAssetLocCommAssetNum.validate()
Set siteid for the AssetLocComm
|
void |
FldAssetAssetType.validate()
Set siteid for the AssetLocComm
|
void |
FldAltItemAltItemNum.validate() |
void |
FldItemnum.validate()
Validate if the user can view/use this item in addition to regular checks of item's
existence in db -> Commodity Authorization enhancement.
|
void |
ItemOrgInfoRemote.validateChangeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo) |
void |
ItemOrgInfo.validateChangeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo)
This method validates if the status change is allowed.
|
void |
Item.validateChangeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo)
This method validates if the status change is allowed.
|
void |
ItemRemote.validateChangeStatus(java.lang.String status,
boolean rolldown,
java.util.Date date,
java.lang.String memo) |
void |
ItemStatusHandler.validateChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Validate the status from the current state to a desired state.
|
void |
ItemOrgStatusHandler.validateChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Validate the status from the current state to a desired state.
|
void |
InvVendor.validateDefaultVendor()
This method validates if there are multiple vendor records set as default for
this item.
|
void |
Item.validateDepreciation() |
void |
ItemRemote.validateDepreciation() |
void |
FldItemIsKit.validateIASForKitting()
Items with an IAS that contains multiple instances of the same item cannot be kits.
|
MboSetRemote |
ToolItem.viewDataSheets(MboRemote newDS) |
MboSetRemote |
ToolItemRemote.viewDataSheets(MboRemote newDS) |
java.lang.String |
ItemSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues)
This method overloads the abstract method whereClauseOnAttrAndValues(String[][] attrAndValues,String classstructureid)
defined in psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
java.lang.String |
ItemSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classstructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
Methods in psdi.app.item.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldMeasureUnitId.action()
If measure unit is changed, trigger the description generation in item, asset, locations
|
void |
FldItemChangeStatus.action()
Checks the user input for status.
|
void |
FldInventoryInvGenType.action()
When there is a change in invgentype, the frequency related fields will
be set to null and readonly.
|
void |
FldInventoryInternal.action()
If Internal is set to be true,
1) StoreLocSiteID is editable
2) Vendor, Manufacturer, Model and Catalog are read only .
|
void |
FldInventoryFrequency.action()
When there is a change in frequency, setNextDueDate() is called to set the next
invoice date of Inventory.
|
void |
FldInventoryFreqUnit.action()
The Inventory's next invoice date should be recalculated when the frequency units change.
|
void |
FldInventoryConsignment.action()
When there is a change in consignment, the related fields will
updated.
|
void |
FldInventoryConsVendor.action()
When there is a change in inventory consignment vendor, the related fields will updated.
|
void |
FldAsync.action() |
void |
SrvCommodRelRec.add()
sets up a new SrvCommodRelRec object
|
void |
ItemOrgChgStatus.add()
Sets up a new ItemOrgInfoChgSt object.
|
void |
ItemChangeStatus.add()
Sets up a new ItemChangeStatus object.
|
void |
ChangeCapStatus.add()
sets up a new ChangeCapStatus object
|
boolean |
StoreroomSearchSetRemote.addItemsToStorerooms(ItemRemote item,
InventorySetRemote inventorySetBulk) |
boolean |
StoreroomSearchSet.addItemsToStorerooms(ItemRemote item,
InventorySetRemote inventorySetBulk) |
boolean |
StoreroomSearchSet.addItemsToStoreroomsRun(ItemRemote item,
InventorySetRemote inventorySetBulk,
java.util.HashSet selStoreroomIds) |
void |
StoreroomSearchSetRemote.applyDefaultvalues(MboSetRemote inventorySet) |
void |
StoreroomSearchSet.applyDefaultvalues(MboSetRemote inventorySet) |
protected void |
ItemOrgChgStatusSet.changeMboStatus(MboRemote itemOrgInfo,
MboRemote param) |
protected void |
ItemChangeStatusSet.changeMboStatus(MboRemote item,
MboRemote param) |
boolean |
StoreroomSearchSetRemote.confirmUpdateValidInvLines(int count) |
boolean |
StoreroomSearchSet.confirmUpdateValidInvLines(int count) |
boolean |
DialogSecondRestriction.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition.
|
void |
ChangeCapStatusSet.execute()
After the attributes are set, call this method to change
the capitalized status for the owning Item object.
|
void |
ItemChangeStatusSet.execute(MboRemote mbo) |
MboSetRemote |
FldInventoryStoreloc.getList()
Returns Storeroom type locations.
|
MboSetRemote |
FldInventoryVendor.getList()
Return a list of all vendors in the current organization.
|
protected Mbo |
StoreroomSearchSet.getMboInstance(MboSet ms) |
protected Mbo |
SrvCommodRelRecSet.getMboInstance(MboSet ms)
Return a new SrvCommodRelRec object
|
protected Mbo |
ItemOrgChgStatusSet.getMboInstance(MboSet ms)
Factory method to create an ItemOrgInfoChgSt object.
|
protected Mbo |
ItemChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an ItemChangeStatus object.
|
protected Mbo |
ChangeCapStatusSet.getMboInstance(MboSet ms)
Factory method to create a ChangeCapStatus object.
|
protected MboSetRemote |
ItemOrgChgStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
ItemChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
java.util.HashSet |
StoreroomSearchSetRemote.getSelectedIds(MboSetRemote invSet) |
java.util.HashSet |
StoreroomSearchSet.getSelectedIds(MboSetRemote invSet) |
void |
SrvCommodRelRec.init()
initialization routine
|
void |
ChangeCapStatus.init()
initialization routine
|
MboRemote |
StoreroomSearchSet.setup() |
java.lang.String |
DialogSecondRestriction.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
FldMeasureUnitId.validate()
returns before validating against the MEASUREUNIT table if this value
is null.
|
void |
FldInventoryStoreLocSiteID.validate() |
void |
FldInventoryOrderQty.validate() |
void |
FldInventoryFrequency.validate()
This method validates the frequency.
|
void |
FldInventoryVendor.validate()
Validate that if the value entered into the Vendor field is a storeroom, that
the storeroom carries this item.
|
boolean |
StoreroomSearchSetRemote.validateInventorySet(InventorySetRemote inventorySetBulk) |
boolean |
StoreroomSearchSet.validateInventorySet(InventorySetRemote inventorySetBulk) |
void |
StoreroomSearchSet.writeEmail() |
Methods in psdi.app.jobplan that throw MXException
Modifier and Type |
Method and Description |
void |
FldSuspendFlow.action() |
void |
FldJpAssetSpLinkLocation.action()
When location is not null, the 'isdefaultassetsp' is set to true.
|
void |
FldJpAssetSpLinkItemnum.action()
When itemnum is not null, the 'isdefaultassetsp' is set to true and 'woreqwhenpurch'
and 'wotypewhenpurch' are editable.
|
void |
FldJpAssetSpLinkAssetnum.action()
When assetnum is not null the 'isdefaultassetsp' is set to true.
|
void |
FldJobToolToolRate.action()
Set non-presistent Linecost
|
void |
FldJobToolToolQty.action()
Set non-presistent Linecost
|
void |
FldJobToolToolNum.action()
Update the fields affected by changing this field.
|
void |
FldJobToolToolHrs.action()
Set non-presistent Linecost
|
void |
FldJobToolSiteId.action()
Update the fields affected by changing this field.
|
void |
FldJobToolSetId.action()
Update the fields affected by changing this field.
|
void |
FldJobToolReserveReq.action()
If the ReserveReq Field is true then make Location and storelocsite editable and
set the value of the location if the tool if it has single inventory record.
|
void |
FldJobToolOrgId.action()
Whenever there is a change in orgid, do the following
Null out siteid field
validate itemsetid field for a given orgid.
|
void |
FldJobToolJPTask.action()
Task's duration is copied to this JobTool.Hours when the JobTask changes.
|
void |
FldJobTaskSpecJPTask.action()
Copy the classstructureid, refobjectname and refobjectid from the job task related
to the entered jptask.
|
void |
FldJobTaskSiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldJobTaskOwnerGroup.action() |
void |
FldJobTaskOwner.action() |
void |
FldJobTaskOrgId.action()
Null out siteid field whenever orgid field is cleared.
|
void |
FldJobTaskNestedJPNum.action()
Traverse the Job Plan Hierarchy for all possible 'nestings' to see if its defined anywhere above.
|
void |
FldJobTaskJPTask.action()
Updates the appropriate JPTaskRelation records with a new JPTask value.
|
void |
FldJobServicesItemnum.action()
Update the fields affected by changing this field
|
void |
FldJobPlanWorkGroup.action()
Clear the lead field when a work group is entered
|
void |
FldJobPlanSiteId.action()
Null out Classification field whenever the siteid field is changed
|
void |
FldJobPlanOwnerGroup.action() |
void |
FldJobPlanOwner.action() |
void |
FldJobPlanOrgId.action()
Null out siteid field whenever the origid field is changed
|
void |
FldJobPlanLaborcode.action()
Clear the work group field when a lead is entered
|
void |
FldJobPlanIncTasksInSched.action()
When inctasksinsched flag gets updated in jobplan, the flag value is propogated to jobplan's task.
|
void |
FldJobPlanDefaultWOClass.action()
deletes the default JobPlanClass if the DefaultWOClass is cleared.
|
void |
FldJobPlanClassIsDefault.action()
When DefaultClass is set to true, make sure all others are set to false.
|
void |
FldJobMaterialVendor.action()
If it is direct issue
- if it is a default vendor, then take last cost of the vendor and set it to unitcost
- if it is not a default vendor and there invvendor records for this item, then take the latest
"last date" vendor records and take last cost from that.
|
void |
FldJobMaterialUnitCost.action()
Set non-presistent Linecost
|
void |
FldJobMaterialLocation.action()
Set non-presistent unitcost value
|
void |
FldJobMaterialItemQty.action()
Set non-presistent Linecost
|
void |
FldJobMaterialItemNum.action()
Update the fields affected by changing this field
|
void |
FldJobMaterialDirectReq.action()
If it is direct issue
Set Location and storelocsite to be null and read only
Set Vendor to be editable and default from inventory table
Else
Set Location and storelocsite to be editable
Set Vendor to be null and read only
|
void |
FldJobToolLocation.action()
Update the fields affected by changing this field.
|
void |
FldJobMatStoreLocSite.action()
Update the fields affected by changing this field.
|
void |
FldJobMatCondCode.action()
Update the fields affected by changing this field.
|
void |
FldJobLaborQty.action()
Set non-presistent Linecost
|
void |
FldJobLaborPayRate.action()
Set non-presistent Linecost
|
void |
FldJobLaborLaborHrs.action()
Set non-presistent Linecost
|
void |
FldJobLaborLaborCode.action()
Set non-presistent payrate to the labors default rate.
Set field editability.
When laborcode has no value - laborcode and craftrate fields will be editable.
When laborcode has a value - craftrate fields will be READONLY and the laborcode will be editable.
|
void |
FldJobLaborJPTask.action()
Task's duration is copied to JobLabor.LaborHrs when the JobTask changes.
|
void |
FldJobLaborCraftRate.action()
Fill in the all the targetFields if exactly 1 row can be found in the sourceTable
that matches the values already entered in the targetFields.
|
void |
FldFlowControlled.action()
If this record is no longer flow conrolled then make suspendflow readonly.
|
void |
FldFlowAction.action() |
void |
FldDJPJobtaskCalcMethod.action() |
void |
FldDJPJobplanCalcMethod.action() |
void |
FldDJPJobToolCalcMethod.action() |
void |
FldDJPJobToolCalcApplyTo.action() |
void |
FldDJPJobServiceCalcMethod.action() |
void |
FldDJPJobPlanDynamic.action() |
void |
FldDJPJobMaterialCalcMethod.action() |
void |
FldDJPJobLaborCalcMethod.action() |
void |
FldDJPJobLaborCalcApplyTo.action() |
void |
FldJobPlanTask.action(java.lang.String strField)
Copy the Tasks duration to the specified field when the JPTask changes.
|
void |
JobPlan.active(MboRemote jobplan,
java.lang.String currentMaxStatus,
java.lang.String desiredStatus,
java.util.Date date) |
void |
JpTaskRelation.add()
Add a new Task Predessor.
|
void |
JpAssetSpLink.add()
Add a new JpAssetSpLink.
When a new work asset is added, the following attributes are set
to the default values.
|
void |
JobTool.add()
Add a new Job Tool.
|
void |
JobTaskSpec.add()
Set default values for a new JobPlanSpec object.
|
void |
JobTask.add()
Add a new Job Task.
|
void |
JobService.add()
Add a new Job Services.
When a new job material is added, the following attributes are set
to the default values.
|
void |
JobPlanSpec.add()
Set default values for a new JobPlanSpec object.
|
void |
JobPlanClass.add() |
void |
JobMaterial.add()
Add a new Job Material.
When a new job material is added, the following attributes are set
to the default values.
|
void |
JobLabor.add()
Add a new Job Labor.
|
void |
JobItem.add()
Add a new Job Item.
When a new JobItem(ie.
|
void |
JobPlan.add()
Adds a new Job Plan.
|
void |
JobTaskSpec.addDetailInfor(MboRemote mbo,
MboRemote classspec)
Copying more information from JobTask and ClassSpec to this JobTaskSpec record.
|
java.lang.String |
JobLaborSet.addToUserPrefWhere()
Add this where clause to the MboSet's getUserPrefWhere()
|
void |
JpAssetSpLink.appValidate()
This method is called before save for last minute validations.
|
void |
JobTaskSpec.appValidate()
IJ25582: override appValidate() to set jpnum to this jobtaskspec record.
|
void |
JobTask.appValidate()
Validate the task's org and site against the nestedjobplans org and site.
|
void |
JobLabor.appValidate()
This method will be called to make sure
(1) The Task Number:Orgid:Siteid key combination is a valid JobTask key combination.
|
void |
JobItem.appValidate()
This method will be called to make sure
the Task Number:Orgid:Siteid key combination is a valid JobTask key combination
|
void |
JobPlan.appValidate()
This method will be called to make sure it is a valid Job Plan record.
If this jobplan is not being added, the validateJPKey() method is called to validate the
jpnum, orgid, siteid key combination.
|
java.lang.String |
FldJpAssetSpLinkWOTypeWhenPurch.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
java.lang.String |
FldJpAssetSpLinkSiteId.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
java.lang.String |
FldJpAssetSpLinkSafetyPlanId.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
java.lang.String |
FldJpAssetSpLinkOrgId.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
java.lang.String |
FldJpAssetSpLinkLocation.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
java.lang.String |
FldJpAssetSpLinkItemnum.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
java.lang.String |
FldJpAssetSpLinkAssetnum.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
void |
JpTaskRelationSet.canAdd()
If this object is being added to a newly created Job Plan then validate the Job Plan Key.
|
void |
JpAssetSpLinkSet.canAdd()
If this object is being added to a newly created Job Plan then validate the Job Plan Key
Do not allow an object to be added to this set if the Job Plan key is invalid
|
void |
JobTaskSpecSet.canAdd()
Cannot add a new specifictaion attribute if the owner job task does not have a classstructureid.
|
void |
JobTaskSet.canAdd()
If this object is being added to a newly created Job Plan then validate the Job Plan Key.
|
void |
JobPlanClassSet.canAdd() |
void |
JobLaborSet.canAdd()
If this object is being added to a newly created Job Plan then validate the Job Plan Key.
|
void |
JobItemSet.canAdd()
If this object is being added to a newly created Job Plan then validate the Job Plan Key.
|
void |
JobPlan.canChangeStatus(JobPlanRemote jobplan,
java.lang.String currentStatus,
java.lang.String desiredStatus)
Checks the nested jobplans, parent to see if status change is allowed.
|
void |
JPStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
JobTool.canDelete() |
void |
JobTask.canDelete()
Determines whether this record can be deleted.
|
void |
JobPlanClass.canDelete()
JobPlan's default JobPlanClass, that is, the JobPlanClass where IsDefault
is true can only be deleted if it is the last JobPlanClass.
|
void |
JobPlan.canDelete()
Can this job plan be deleted ?
Deletion of a job plan will only be allowed if there is no reference to the
job plan in WORKORDER, PM or PMSEQUENCE.
|
void |
JobPlan.canDeleteAttachedDocs() |
void |
JobPlan.canRevise()
Checks if a new revison can be created from the current job plan.
|
void |
JobPlanRemote.canRevise() |
void |
JobPlan.changeChildrensFieldValue(java.lang.String fieldname,
java.lang.String fieldvalue,
long accessModifier) |
static void |
JobPlanUtils.changeJobPlanStatus(JobPlanRemote jp,
java.lang.String endStatus)
Change the status on the JobPlan and asset that it was set correctly.
|
void |
JobPlanService.changeStatus(JobPlanRemote jobplan,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change jobplan status.
|
void |
JobPlan.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
JPStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
void |
JobTaskSpecSet.checkCommonSpecDuplicates(MboRemote currentClassSpec)
Overrides SpecificationMboSet.checkCommonSpecDuplicates
Check to see if the combination of classstructureid/assetattrid/section already
exists in other specification records currently in this set.
|
void |
JobToolRemote.checkReadOnly() |
void |
JobTool.checkReadOnly() |
void |
JPStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
JPStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
JobTaskRemote.clearClassification() |
void |
JobTask.clearClassification()
This method clears the classtructureid of the job task.
|
void |
JobPlan.clearClassification()
This method clears the classtructureid of the job plan.
|
void |
JobPlanRemote.clearClassification() |
void |
JobPlanSet.clearUserPref()
Clears the user settings of Jobpaln.
|
void |
JobPlanSetRemote.clearUserPref() |
void |
JobPlan.componentAdded()
Called when a component is added to this Job Plan.
|
void |
JobPlanRemote.componentAdded() |
MboRemote |
JobTool.copy(MboSetRemote mboSet)
Overwrite the copy method in MboSet.
|
MboRemote |
JobTask.copy(MboSetRemote mboSet)
Overwrite the copy method in MboSet.
|
void |
JobPlan.copyCrewTypeToWpLaborSet(MboSetRemote crewTypeSet)
copyCrewTypeCreates method - job plan labor set for the selected crew Type set.
|
void |
JobPlan.copySparePartsToJPMatSet(MboSetRemote sparePartSet)
Copies the passed SpareParts set to job Material set.
|
void |
JobPlanRemote.copySparePartsToJPMatSet(MboSetRemote SparePartSet) |
void |
JobPlan.createJPAssetFromWOAsset(Mbo fromWO,
MboSet jpAssets)
Create a Job Plan Asset Set from information on the given Work Order mbo.
|
Mbo |
JobPlan.createJPLaborFromWOLabor(Mbo fromWO,
Mbo fromWOLabor,
MboSet jpLabors)
Create a Job Plan Labor mbo from information on the given Work Order Labor mbo.
|
Mbo |
JobPlan.createJPMaterialFromWOMaterial(Mbo fromWO,
Mbo fromWOMaterial,
MboSet jpMaterials)
Create a Job Plan Material mbo from information on the given Work Order Material mbo.
|
Mbo |
JobPlan.createJPServiceFromWPService(Mbo fromWO,
Mbo fromWPService,
MboSet jpServiceSet)
Create a Job Plan Service mbo from information on the given WP Service mbo.
|
Mbo |
JobPlan.createJPTaskFromWOChild(Mbo fromWO,
Mbo fromWOChild,
MboSet jpTasks)
Create a Nested Job Plan Task mbo from information on the given Work Order Task mbo.
|
Mbo |
JobPlan.createJPTaskFromWOTask(Mbo fromWO,
Mbo fromWOTask,
MboSet jpTasks)
Create a Job Plan Task mbo from information on the given Work Order Task mbo.
|
Mbo |
JobPlan.createJPTaskRelFromWOTaskRel(Mbo fromWO,
Mbo fromWOTaskRel,
MboSet jptaskRelations,
java.util.Map woTaskLookup)
Create a Job Plan Task Relation mbo from information
on the given Work Order Task Relation mbo.
|
Mbo |
JobPlan.createJPToolFromWOTool(Mbo fromWO,
Mbo fromWOTool,
MboSet jpTools)
Create a Job Plan Tool mbo from information on the given Work Order Tool mbo.
|
void |
JobPlanRemote.delete()
Delete job plan record and all references to this job plan in other tables.
|
void |
JpAssetSpLink.delete(long accessmodifier)
Delete JPASSETSPLINK.
|
void |
JobTask.delete(long accessModifier)
Deletes the Job Task.
Also deletes corresponding references to this Job Task
in jobtool, jobmaterial, jobservice and joblabor by calling
the deleteJobTaskComponents() method on the owning job plan.
|
void |
JobPlanClass.delete(long accessModifier) |
void |
JobLabor.delete(long accessModifier) |
void |
JobPlan.delete(long accessModifier)
Delete job plan record.
|
void |
JobLaborRemote.deleteAssociatedTool() |
void |
JobLabor.deleteAssociatedTool() |
void |
JobPlan.deleteJobTaskComponents(int jptask,
java.lang.String taskorg,
java.lang.String tasksite)
Deletes the jobtask component records that belong to the given
Task Number:Orgid:Siteid key combination.
|
void |
JobPlan.doChangeStatus(JobPlanRemote jobplan,
java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Does the actual work of changing the status down the hierarchy.
|
MboRemote |
JobPlan.duplicate()
This method creates a duplicate record for JobPlan and related objects.
|
boolean |
HasRevisionControlEnabledCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
MboRemote |
JobToolSetRemote.findByAttributeTool(java.lang.String attrValue,
boolean tobedeleted) |
MboRemote |
JobToolSet.findByAttributeTool(java.lang.String attrValue,
boolean tobedeleted) |
MboRemote |
JobToolSetRemote.findByAttributeToolForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew,
java.lang.String joblaborid) |
MboRemote |
JobToolSet.findByAttributeToolForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew,
java.lang.String joblaborid) |
MboRemote |
JobToolSetRemote.findByAttributeToolForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype,
java.lang.String joblaborid) |
MboRemote |
JobToolSet.findByAttributeToolForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype,
java.lang.String joblaborid) |
MboRemote |
JobToolSetRemote.findByAttributeToolNotForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew) |
MboRemote |
JobToolSet.findByAttributeToolNotForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew) |
MboRemote |
JobToolSetRemote.findByAttributeToolNotForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype) |
MboRemote |
JobToolSet.findByAttributeToolNotForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype) |
java.util.Stack |
JobPlan.findMatchingTasks(MboSetRemote taskSet,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String jptask) |
java.util.List |
JobToolSetRemote.findTools(java.lang.String joblaborid) |
java.util.List |
JobToolSet.findTools(java.lang.String joblaborid) |
void |
JobPlan.generateAutoKey()
generates an autokey for a new JobPlan.
|
protected int |
JobTask.generateTaskID()
Generates a unique Task ID with an interval.
|
MboRemote |
JobToolRemote.getAssociatedLabor() |
MboRemote |
JobTool.getAssociatedLabor() |
MboRemote |
JobTaskSpec.getCorrectOwner()
08-15464:override base class getCorrectOwner()
|
protected MboSetRemote |
FldJobLaborCraftRate.getCRMatchSet() |
boolean |
JobPlan.getHistoryFlag()
From StatefulMo: "For stateful mbo, there should always be a history flag.
|
MboSetRemote |
JobPlan.getJobPlanComponentSet(java.lang.String maxRelName,
java.lang.String orgid,
java.lang.String siteid)
Get a set of components for this job plan based on relationship name, orgid and siteid.
|
MboSetRemote |
JobPlanRemote.getJobPlanComponentSet(java.lang.String maxRelName,
java.lang.String orgid,
java.lang.String siteid) |
java.lang.String |
JobPlanSet.getJpAsset()
Gets the asset setting for WorkAsset of Jobpaln which was set by the user.
|
java.lang.String |
JobPlanSetRemote.getJpAsset() |
java.lang.String |
JobPlanSet.getJpItem()
Gets the item setting for WorkAsset of Jobpaln which was set by the user.
|
java.lang.String |
JobPlanSetRemote.getJpItem() |
java.lang.String |
JobPlanSet.getJpItemSetID()
Gets the item set setting for WorkAsset of Jobpaln which was set by the user.
|
java.lang.String |
JobPlanSet.getJpLocation()
Gets the location setting for WorkAsset of Jobpaln which was set by the user.
|
java.lang.String |
JobPlanSetRemote.getJpLocation() |
MboSetRemote |
FldJpAssetSpLinkWOTypeWhenPurch.getList()
Only show safety plans based on entered information
|
MboSetRemote |
FldJpAssetSpLinkSiteId.getList()
Only show sites based on entered information
|
MboSetRemote |
FldJpAssetSpLinkSafetyPlanId.getList()
Only show safety plans based on entered information
|
MboSetRemote |
FldJpAssetSpLinkOrgId.getList()
Only show organizations based on entered information
|
MboSetRemote |
FldJpAssetSpLinkLocation.getList()
Only show locations based on entered information
|
MboSetRemote |
FldJpAssetSpLinkItemnum.getList()
Only show items based on entered information
|
MboSetRemote |
FldJpAssetSpLinkAssetnum.getList()
Only show assets based on entered information
|
MboSetRemote |
FldJobToolToolNum.getList()
List returned has existing tools
|
MboSetRemote |
FldJobTaskSiteId.getList()
Show only the sites for a given organization
|
MboSetRemote |
FldJobTaskNestedJPNum.getList()
The select value lookup list.
|
MboSetRemote |
FldJobTaskInspFormNum.getList() |
MboSetRemote |
FldJobServicesItemnum.getList()
Returns the list of item with ACTIVE, PLANNING or PENDOBS status
|
MboSetRemote |
FldJobPlanSiteId.getList() |
MboSetRemote |
FldJobPlanOrgId.getList() |
MboSetRemote |
FldJobPlanInspFormNum.getList() |
MboSetRemote |
FldJobMaterialItemNum.getList()
Returns the list of item with ACTIVE, PLANNING or PENDOBS status
|
MboSetRemote |
FldJobToolLocation.getList()
List the storeroom locations based on the value filled in Storelocsite,
SiteID, OrgId, toolnum(itemnum) and itemsetid
|
MboSetRemote |
FldJobMatCondCode.getList()
IJ04342: the getList() to filter storeloc if the storeloc value is entered.
|
MboSetRemote |
FldJobLaborLaborCode.getList() |
MboSetRemote |
FldJobPlanTask.getList()
Returns the list to use when looking up a value for the jobTask.
|
MboSetRemote |
FldJobLaborCraftRate.getList()
Set the qbe's of the lookup based on the values already entered in the targetFields
|
boolean |
JobPlan.getListPage()
Return true if it's coming from List Page Job Plan.
|
int |
JobPlan.getMaxValidStatusRevNum() |
protected Mbo |
JpTaskRelationSet.getMboInstance(MboSet ms)
Generates a new JpTaskRelation object.
|
protected Mbo |
JpAssetSpLinkSet.getMboInstance(MboSet ms)
Generate a new JpAssetSpLink object
|
protected Mbo |
JobToolSet.getMboInstance(MboSet ms)
Generate a new Job Tool object
|
protected Mbo |
JobTaskSpecSet.getMboInstance(MboSet ms)
Generate a new JobTaskSpec object.
|
protected Mbo |
JobTaskSet.getMboInstance(MboSet ms)
Generate a new Job Task object
|
protected Mbo |
JobServiceSet.getMboInstance(MboSet ms)
Generate a new Job Services object
|
protected Mbo |
JobPlanSpecSet.getMboInstance(MboSet ms)
Generate a new JobPlanSpec object
|
protected Mbo |
JobPlanSet.getMboInstance(MboSet ms)
Generate a new Job Plan object
|
protected Mbo |
JobPlanClassSet.getMboInstance(MboSet ms)
Generate a new JobPlanClass object
|
protected Mbo |
JobMaterialSet.getMboInstance(MboSet ms)
Generate a new Job Material object
|
protected Mbo |
JobLaborSet.getMboInstance(MboSet ms)
Generate a new Job Labor object
|
protected Mbo |
JobItemSet.getMboInstance(MboSet ms)
Generate a new Job Item object
|
MboSetRemote |
JobPlan.getMboSet(java.lang.String name)
Return related Job Plan sets that belong to the orgs and sites the user has access to.
|
void |
JobPlanSet.getMultiSiteJobPlan(java.lang.String jpnum,
java.lang.String orgid,
java.lang.String siteid)
Resets this set to include the job plan for a given
job plan number, organization & site key combination.
|
void |
JobPlanSetRemote.getMultiSiteJobPlan(java.lang.String jpnum,
java.lang.String orgid,
java.lang.String siteid) |
void |
JobPlanSet.getMultiSiteJobPlan(java.lang.String jpnum,
java.lang.String revisionNum,
java.lang.String orgid,
java.lang.String siteid)
Resets this set to include the job plan for a given
job plan number,revision, organization & site key combination.
|
void |
JobPlanSetRemote.getMultiSiteJobPlan(java.lang.String jpnum,
java.lang.String revisionNum,
java.lang.String orgid,
java.lang.String siteid) |
MboSetRemote |
JobPlanService.getMultiSiteJobPlan(UserInfo userInfo,
java.lang.String jpnum,
java.lang.String orgid,
java.lang.String siteid)
Get a set of Job Plans for the given jobplan number, organization & site combination.
|
MboSetRemote |
JobPlanService.getMultiSiteJobPlan(UserInfo userInfo,
java.lang.String jpnum,
java.lang.String revisionNum,
java.lang.String orgid,
java.lang.String siteid)
Get a set of Job Plans for the given jobplan number,revision num, organization & site combination.
|
int |
JobPlan.getNextRevNum() |
java.lang.String |
JobItem.getOrgForGL(java.lang.String lookupAttr)
Override Mbo.getOrgForGL as JOBITEM is an ITEMSET object and GLAccount needs ORGID to work.
|
protected MboSetRemote |
JobPlan.getPreviousActiveRevisionJobPlan(int revisionNum)
Gets the previous active revision job plan.
|
MboSetRemote |
JpAssetSpLink.getRelevantJPAssetRecords(java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String assetnum,
java.lang.String location,
java.lang.String siteid)
Fetches all the records for the current Job Plan that have the same asset as this
JpAssetSpLink object.
|
boolean |
JobPlan.getRevisedStatus()
Return JobPlan if it's Revised status or not.
|
java.lang.String |
JobPlan.getSpecificStringOfSites(MboSetRemote jobPlanSubSets)
IV59026: this is a different way of 12-14141/IV26317 to avoid while looping mbosets of jpassetsplink, joblabor,jobmaterial,jobservice, jobtool, and jobtasks
this method is used in conjuntion with getMboSet(String) for the sub sets of
a jobplan such as Materials/tools/services/tasks.
|
protected SqlFormat |
FldJobLaborCraftRate.getSqlForEnteredFields() |
protected MboSetRemote |
JobPlan.getStatusHistory()
Jobplan revision control status.
|
java.util.Vector |
JobPlan.getTotals(java.lang.String siteid)
Returns a vector of the totals for a given jobplan.
|
java.util.Vector |
JobPlanRemote.getTotals(java.lang.String siteid) |
void |
JobPlanSet.getValidJobPlansForOrgAndSite(java.lang.String orgid,
java.lang.String siteid)
Resets this set to include all the valid ACTIVE job plans for a given organization & site combination.
|
void |
JobPlanSetRemote.getValidJobPlansForOrgAndSite(java.lang.String orgid,
java.lang.String siteid) |
MboSetRemote |
JobPlanService.getValidJobPlansForOrgAndSite(UserInfo userInfo,
java.lang.String orgid,
java.lang.String siteid)
Get all the valid job plans for a given organization & site combination.
|
void |
JobPlanSet.getValidJobPlansForTaskGivenOrgAndSite(java.lang.String orgid,
java.lang.String siteid,
java.lang.String status,
java.lang.Integer jobplanid)
This is the getValidJobPlansForTaskGivenOrgAndSite method with its original signature, in which
jobplanID was declared as an Integer.
|
void |
JobPlanSetRemote.getValidJobPlansForTaskGivenOrgAndSite(java.lang.String orgid,
java.lang.String siteid,
java.lang.String status,
java.lang.Integer jobplanid) |
void |
JobPlanSet.getValidJobPlansForTaskGivenOrgAndSite(java.lang.String orgid,
java.lang.String siteid,
java.lang.String status,
java.lang.Long jobplanid)
Resets this set to include all the valid ACTIVE job plans for a given organization & site combination if the owning jobplan status is ACTIVE.
|
void |
JobPlanSetRemote.getValidJobPlansForTaskGivenOrgAndSite(java.lang.String orgid,
java.lang.String siteid,
java.lang.String status,
java.lang.Long jobplanid) |
void |
JobTaskSetRemote.getValidJobTasksForOrgAndSite(java.lang.String orgid,
java.lang.String siteid) |
void |
JobTaskSet.getValidJobTasksForOrgAndSite(java.lang.String orgid,
java.lang.String siteid)
Filters the jobtask set with the given org/site
|
void |
JpTaskRelation.init()
Initialize the JpTaskRelation object.
|
void |
JpAssetSpLink.init()
Initialize the JpAssetSpLink object
Set the orgid READONLY flag to true if there is an orgid on the jobplan
Set the siteid READONLY flag to true if there is a siteid on the jobplan
|
void |
JobTool.init() |
void |
JobTaskSpec.init()
Initialize rountine.
|
void |
JobTask.init()
Initialization routine.
|
void |
JobPlanClass.init()
if this JobPlanClass is not new and it is the default, that is, its IsDefault
attribute is set to true, then IsDefault is set to READONLY.
|
void |
JobMaterial.init()
If the directreq is true, set the location and storelocsite to readonly.
|
void |
JobLabor.init()
Initialize the Job Labor object.
|
void |
JobItem.init()
Initialize the Job Item object
Set the orgid READONLY flag to true if there is an orgid on the jobplan
Set the siteid READONLY flag to true if there is a siteid on the jobplan
|
void |
FldJpTask.init()
WPTask is read/only until the wonum is set.
|
void |
FldJpAssetSpLinkWOTypeWhenPurch.init() |
void |
FldJpAssetSpLinkWOReqWhenPurch.init() |
void |
FldJpAssetSpLinkLocation.init() |
void |
FldJobToolToolNum.init()
If the itemsetid is null, set the itemnum Field to readonly
|
void |
FldJobToolReserveReq.init()
If the ReserveReq is false, set the location and storelocsite to readonly.
|
void |
FldJobTaskNestedJPNum.init()
Set the NESTEDJPNUM flag to readonly, once jobtask record is saved.
|
void |
JobPlan.init()
Initialization routine.
|
void |
FldJobMaterialVendor.init()
Vendor is read/only if the direct request flag is not set.
|
void |
FldJobLaborLaborCode.init() |
void |
FldJobLaborCraftRate.init() |
void |
FldDJPJobtaskCalcMethod.init() |
void |
FldDJPJobtaskCalcApplyTo.init() |
void |
FldDJPJobplanUnitsOfWork.init() |
void |
FldDJPJobplanCalcMethod.init() |
void |
FldDJPJobplanCalcApplyTo.init() |
void |
FldDJPJobToolCalcMethod.init() |
void |
FldDJPJobToolCalcApplyTo.init() |
void |
FldDJPJobServiceCalcMethod.init() |
void |
FldDJPJobServiceCalcApplyTo.init() |
void |
FldDJPJobPlanDynamic.init() |
void |
FldDJPJobMaterialCalcMethod.init() |
void |
FldDJPJobMaterialCalcApplyTo.init() |
void |
FldDJPJobLaborCalcMethod.init() |
void |
FldDJPJobLaborCalcApplyTo.init() |
void |
FldDJPJobCalcLevel.init() |
void |
FldDJPJobCalcExpression.init() |
void |
JpAssetSpLink.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
JobLabor.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
JobItem.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
JobPlan.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
JobPlan.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldSuspendFlow.initValue()
Field is read only if not in flow control
|
void |
FldJobToolLineCost.initValue()
Set the value of linecost.
|
void |
FldJobTaskInspFormNum.initValue() |
void |
FldJobPlanInspFormNum.initValue() |
void |
FldJobPlanDefaultWOClass.initValue()
sets this value to the default JobPlanClass.
|
void |
FldJobMaterialUnitCost.initValue()
Set the value of unitcost.
|
void |
FldJobMaterialLineCost.initValue()
Set the value of linecost
|
void |
FldJobMaterialItemNum.initValue()
If the material is condition enabled is not null, set the ReserveReq Field to True
|
void |
FldJobLaborPayRate.initValue()
Set the value of payrate.
|
void |
FldJobLaborLineCost.initValue()
Set the value of linecost.
|
void |
FldFlowControlled.initValue()
Field is read only if its on a jobtask and the
jobplan is not flow controlled
|
void |
FldFlowAction.initValue() |
boolean |
JpAssetSpLink.isCalibrationInstalled()
Return true if License Key CALIBRATION is installed.
|
boolean |
JobToolRemote.isCrewTool() |
boolean |
JobTool.isCrewTool() |
protected boolean |
JobTask.isDifferentFromPreviousRevision()
Determines if this task is different from a previous revision
|
boolean |
JobPlan.isRevEnabled()
Checks if is jobplan revision is enabled.
|
boolean |
JobPlanRemote.isRevEnabled() |
boolean |
JobPlan.isRevisionStatusNotAllowed()
Checks if the actual status is PNDRV OR REVISED
|
boolean |
JobTaskSetRemote.isValidTaskComponentKey(MboRemote mbo) |
boolean |
JobTaskSet.isValidTaskComponentKey(MboRemote mbo)
Using the combination of Task Number:Orgid:Siteid,
validates that the component mbo can belong to at least one
JobTask in this JobTaskSet.
|
boolean |
JobTaskSetRemote.isValidTaskComponentKey(MboRemote mbo,
java.lang.String orgidfield,
java.lang.String siteidfield,
java.lang.String jptaskfield) |
boolean |
JobTaskSet.isValidTaskComponentKey(MboRemote mbo,
java.lang.String orgidfield,
java.lang.String siteidfield,
java.lang.String jptaskfield)
Using the combination of Task Number:Orgid:Siteid,
validates that the component mbo can belong to at least one
JobTask in this JobTaskSet.
|
void |
FldJobTaskNestedJPNum.jpTree(MboRemote jobPlanMbo,
java.lang.String nestedJPNum,
java.lang.String nestedJpRevnum)
This method recursively checks to see if the nested Job Plan exists for all possible 'nestings'.
|
void |
JobPlanClass.maintainSingleDefaultJPClass()
called when this JobPlanClass has had its IsDefault attribute set
to true.
|
void |
JobPlanClass.maintainWOClassUniqueness()
makes sure duplicate woclass is not added for the owning job plan
|
boolean |
JobMaterial.needsStoreroom()
Determines if this WPMaterial needs a value for Location attribute.
|
boolean |
JobPlan.nestedJobPlans(JobPlanRemote jobplan,
java.lang.String currentStatus,
java.lang.String desiredStatus)
Check the nested status's and throws a message prompting the user to change the status.
|
void |
JobMaterialSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
JobMaterialSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
JpTaskRelation.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for jpnum.
|
void |
JpAssetSpLink.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for jpnum.
|
void |
JobTask.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Jpnum.
|
void |
JobPlanSpec.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
JobLabor.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for jpnum.
|
void |
JobItem.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for jpnum.
|
void |
JobPlan.propagateRevisionNumber(JobPlanRemote newRevision)
Propagate the new revision number to related objects.
|
void |
JobPlan.propagateRevisionStatus(JobPlanRemote newRevision)
Propagate the new Status number to related objects.
|
void |
JobToolRemote.removeTool() |
void |
JobTool.removeTool() |
void |
JobTaskSet.reset() |
void |
JobMaterialSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to Jobplan
|
void |
JobMaterialSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
MboRemote |
JobPlan.revise(java.lang.String revDescription)
Creates a new revision of the current Job Plan.
|
MboRemote |
JobPlanRemote.revise(java.lang.String revDescription) |
protected void |
JobTask.save()
Sets revision status to CHANGED if necessary before saving
|
protected void |
JobPlan.save()
Actions which occur when a job plan is saved.
|
void |
JobPlanSetRemote.save() |
void |
JobPlan.setChildrensFlowControl(boolean torf) |
void |
JobPlanSet.setJpAsset(java.lang.String assetnum)
Sets the userpref asset setting for WorkAsset of Jobpaln.
|
void |
JobPlanSetRemote.setJpAsset(java.lang.String assetnum) |
void |
JobPlanSet.setJpItem(java.lang.String itemnum,
java.lang.String itemsetid)
Sets the userpref Item setting for WorkAsset of Jobpaln.
|
void |
JobPlanSetRemote.setJpItem(java.lang.String itemnum,
java.lang.String itemsetid) |
void |
JobPlanSet.setJpLocation(java.lang.String location)
Sets the userpref location setting for WorkAsset of Jobpaln.
|
void |
JobPlanSetRemote.setJpLocation(java.lang.String location) |
void |
JobTool.setLineCost()
Set linecost value
|
void |
JobLabor.setLineCost()
Set linecost value
The linecost represents the estimated total cost of the labor or craft.
|
void |
JobItem.setLineCost()
Set linecost value
The linecost represents the estimated total cost of the item(Material/Service).
|
void |
JobPlan.setListPage(boolean value)
Set listPage flag to be true, if it's coming from List Page Job Plan.
|
void |
JpTaskRelationSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the Job Plan owner.
|
void |
JpAssetSpLinkSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the jobplan owner.
|
void |
JobTaskSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the Job Plan owner.
|
void |
JobLaborSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the Job Plan owner.
|
void |
JobItemSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the Job Plan owner.
|
void |
JobPlan.setReadOnlyFields()
Sets the read-only status of fields and related objects according to
this object's status.
|
void |
JobPlanRemote.setReadOnlyFields() |
void |
JpAssetSpLink.setReadOnlyFields(java.lang.String status) |
void |
JobPlan.setRelatedMboEditibility(java.lang.String relationName,
MboSetRemote relatedSet)
Sets appropriate read-only flags for related MboSets.
|
void |
JobPlan.setRevisedStatus(boolean value)
Set JobPlan Revised status.
|
void |
JobPlan.setStatusHistoryFields(JobPlan jp,
java.util.Date date,
java.lang.String memo) |
void |
JobItem.setToolRate() |
void |
JobItem.setUnitCost()
Set unitcost value
The unitcost value will be set to the value of either "AVGCOST" or
"STDCOST" or "LASTCOST" depending on the "DEFISSUECOST" of this item.
|
void |
JobItem.setUnitCostFromInvvendor()
Set unit cost from INVVENDOR
If it is direct issue
- if it is a default vendor, then take last cost of the vendor and set it to unitcost
- if it is not a default vendor and there invvendor records for this item, then take the latest
"last date" vendor records and take last cost from that.
|
void |
FldJobTaskNestedJPNum.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Sets a string value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
FldJobTaskNestedJPNum.setValueFromLookup(MboRemote sourceMbo)
Set the value of the field and other fields which are part of the forein key
from the sourceMbo to
the Mbo that this mbo value belongs to.
|
void |
JobItem.setVendor()
Set VENDOR value
The default Vendor will be depending on the "isdefault" of this item.
|
protected boolean |
JpAssetSpLink.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobTaskSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobTask.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobPlanSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobPlanClass.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobLabor.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobItem.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
JobPlan.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldJobTaskNestedJPNum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
IV57388: for the go to jobplans to go to the JobPlan record in the current nestedjobplanid.
|
MboSetRemote |
FldJpnum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
void |
JobMaterial.supplyStoreroom(PM pm)
Examines the jobmaterial record and supplies the storeroom when
where the record is in need of a storeroom location.
|
void |
JobPlan.suspendChildrensProcessFlow(boolean torf) |
boolean |
JobTaskSpecSet.toCreateNewSpecRecordsInMainObject()
|
java.lang.String |
HasRevisionControlEnabledCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
JpAssetSpLink.undelete()
Undelete JPASSETSPLINK.
|
void |
JobTool.undelete() |
void |
JobTask.undelete()
Undeletes the job Task.
|
void |
JobPlanClass.undelete()
Overridden to check whether the default job plan class is marked for deletion.
|
void |
JobLabor.undelete()
undeletes the job Labor.
|
void |
JobItem.undelete()
undeletes the Job Material / Job Services.
|
void |
JobLaborRemote.undeleteAddAssociatedTool() |
void |
JobLabor.undeleteAddAssociatedTool() |
void |
JobPlan.undeleteJobTaskComponents(int jptask,
java.lang.String taskorg,
java.lang.String tasksite)
Undeletes the jobtask component records that belong to the given
Task Number:Orgid:Siteid key combination.
|
void |
JobLaborRemote.updateAssociatedToolData() |
void |
JobLabor.updateAssociatedToolData() |
void |
JobPlan.updatePredecessorFields() |
void |
FldTaskRelPredJPTask.validate()
Using the combination of Predessor Task Number : Predessor Orgid : Predessor Siteid,
find at least one Task in the related JobTaskSet that the component mbo can belong to.
|
void |
FldTaskRelJPTask.validate()
Using the combination of Task Number:Orgid:Siteid,
find at least one Task in the related JobTaskSet that the component mbo can belong to.
|
void |
FldJpAssetSpLinkWOTypeWhenPurch.validate()
Validate entered data
|
void |
FldJpAssetSpLinkSiteId.validate()
Validate entered data
|
void |
FldJpAssetSpLinkSafetyPlanId.validate()
Validate entered data
|
void |
FldJpAssetSpLinkOrgId.validate()
Validate entered data
|
void |
FldJpAssetSpLinkLocation.validate()
Validate entered data
|
void |
FldJpAssetSpLinkItemnum.validate()
Validate entered data
|
void |
FldJpAssetSpLinkAssetnum.validate()
Validate entered data
|
void |
FldJobToolToolNum.validate()
Validate Tool Num.
|
void |
FldJobTaskSpecJPTask.validate()
Validates the combination of jpnum, jobtask for uniqueness
within this JobTaskSet and in the database.
|
void |
FldJobTaskSiteId.validate()
Validates the siteid and the combination of jpnum, jobtask, orgid and siteid for uniqueness
within the JobTaskSet and in the database.
|
void |
FldJobTaskSequence.validate()
The sequnece number must be greater than Zero.
|
void |
FldJobTaskOrgId.validate()
Validates the orgid and the combination of jpnum, jobtask, orgid and siteid for uniqueness
within the JobTaskSet and in the database.
|
void |
FldJobTaskNestedJPNum.validate() |
void |
FldJobTaskMoveToSite.validate()
Validates the move to site
Null is ok, otherwise the site has to exist
|
void |
FldJobTaskMoveToParent.validate()
Validates the move to parent (asset)
null is OK otherwise the parent has to exist
|
void |
FldJobTaskJPTask.validate()
Validates the combination of jpnum, jobtask, orgid and siteid for uniqueness
within this JobTaskSet and in the database.
|
void |
FldJobTaskConditionNum.validate()
The base class checks if the entered condition entered is valid.
|
void |
FldJobServicesItemnum.validate()
Validate Services
|
void |
FldJobPlanClassWOClass.validate()
make sure this woclass is not in the set already
|
void |
FldJobMaterialItemNum.validate()
Validate material
|
void |
FldJobMaterialDirectReq.validate()
Check validity of the new entry on this field.
|
void |
FldJobToolLocation.validate()
Validate location of the job tool
|
void |
FldJobToolStoreLocSite.validate()
Validate storelocsite of the job tool
|
void |
FldJobPlanTask.validate()
Using the combination of Task Number:Orgid:Siteid,
find at least one Task in the related JobTaskSet that the component mbo can belong to
|
void |
FldJobLaborCraftRate.validate()
Resets this objects current relationship and then validates that at least one
row exists in the sourceTable based on the values already entered in the targetFields.
|
void |
FldDJPJobCalcExpression.validate() |
void |
JobTask.validateCondPredExist(java.lang.String attributeName)
This method is called from the PREDECESSORTASKS and CONDITIONNUM fields on a job task.
|
void |
JpAssetSpLink.validateItemAssetLoc(boolean newItem,
boolean newAssetnum,
boolean newLocation)
validates item/ asset /location fields
If item entered, asset & location field set to null.
If asset entered, item & location field set to null.
If location entered, item & asset field set to null.
when item is null, the woreqwhenpurch and wotypewhenpurch are not editable
|
void |
JobPlan.validateJPKey()
This method will be called to verify the Job Plan key combination.
|
void |
JobTaskRemote.validateJPTaskKey() |
void |
JobTask.validateJPTaskKey()
Validates the Task Number:Orgid:Siteid key combination for uniqueness
|
void |
JobPlan.validateNetwork(java.util.Hashtable htSuccessors,
java.util.LinkedList startingNodes,
boolean printDebugMsgs) |
void |
JobPlan.validateProcessFlow() |
void |
JobItem.validateStoreLocSite()
Checks to see whether it has a valid StoreLocSite
|
void |
JpAssetSpLink.validWoreqWhenPruch(java.lang.String item,
java.lang.String itemsetid)
Checks for the duplicate work assets with woreqwhenpurch 'Y' for an item.
|
void |
JpAssetSpLink.validWorkAsset(MboSetRemote dbJpAssetSet,
java.lang.String item,
java.lang.String itemsetid,
java.lang.String asset,
java.lang.String loc)
Checks for the duplicate work assets with default 'Y'
only one work asset can have 'Y' for default.
|
java.lang.String |
JobTaskSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classstructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
java.lang.String |
JobPlanSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classstructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
Methods in psdi.app.jobplan.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldSimulationUnitId.action() |
void |
FldSimulationMultiAssetLocCIUnitId.action() |
void |
FldSimulationMultiAssetLocCITotalWorkUnits.action() |
void |
FldSimulationMultiAssetLocCIAssetnum.action() |
void |
FldSimulationMeasure.action() |
void |
FldSimulationAssetnum.action() |
void |
FldJPTotalSiteId.action()
Calculate and fill in the cost fields
|
void |
MultiAssetLocCI.add() |
void |
JobPlanFilter.add()
Sets up a new JobPlanFilter object.
|
void |
JPTotal.add()
Sets up a new JPTotal object.
|
void |
JPChangeStatus.add() |
void |
SimulationRemote.applyJobPlan(JobPlanRemote jobplan) |
void |
Simulation.applyJobPlan(JobPlanRemote jobplan) |
void |
SimulationRemote.calculateDynamicJobPlan() |
void |
Simulation.calculateDynamicJobPlan()
Main calculation Entry Point
For each resource, we trigger the calculation of the dynamic resources values
Each resource : All Tasks, All labors, All materials, All Tools, All Services, And the workorder itself
For each records of the mbosets, it call the corresponding calculation method, according to the field CALCMETHOD, on
the Job Plan record (
For TASKS -> JOBTASK.CALCMETHOD,
For LABOR -> JOBLABOR.CALCMETHOD,
For MATERIAL -> JOBMATERIAL.CALCMETHOD,
For TOOL -> JOBTOOL.CALCMETHOD,
FOR SERVICE -> JOBSERVICE.CALCMETHOD,
FOR WORKODER -> JOBPLAN.CALCMETHOD
)
with parameters :
mbo is the workplan record (wplabor, wpmaterial, wptool, wpservice, workorder)
job plan associated record (
wplabor -> joblabor,
wpmaterial -> jobmaterial,
wptool -> jobtool,
wpservice -> jobservice,
workorder -> jobplan
)
calculatedField : the names of the fields on the mbo and job plan associated records
that must be used to set and retrieve the values
Example : if JOBRESOURCE.CALCAPPLYTO = HOURS, then we will return for WPLABOR the fields WPLABOR.LABORHRS and JOBLABOR.LABORHRS
Example : if JOBRESOURCE.CALCAPPLYTO = HOURS, then we will return for WORKORDER the fields WORKORDER.ESTDUR and JOBPLAN.TASKDURATION
|
void |
SimulationRemote.calculateTotalWorkUnits() |
void |
Simulation.calculateTotalWorkUnits()
Calculate the total length of attributes : for each linear asset in the multiassetlocci set,
we add the absolute value for endmeasure - startmeasure (cause the endmeasure is not necessarely
lower than the startmeasure)
Update the field TOTALWORKUNITS
If some assets are not linear, they are skipped, and a warning is added to the ALLMULTIASSETLOCCI set
|
void |
SimulationRemote.calculateTotalWorkUnitsFor(MboRemote multiAssetLocCI,
java.lang.String unitOfWork) |
void |
Simulation.calculateTotalWorkUnitsFor(MboRemote multiAssetLocCI,
java.lang.String unitOfWork) |
protected void |
JPChangeStatusSet.changeMboStatus(MboRemote jobplan,
MboRemote param) |
void |
SimulationSet.execute() |
void |
JobPlanFilterSet.execute()
After the attributes are set, call this method to apply JobPlanFilter for the current JobPlan Record
|
void |
DynamicExpressionBuilderSet.execute() |
boolean |
JPChangeStatus.getFromResult()
Return true if it's coming from batch PO status change (PO reulst page).
|
protected Mbo |
SimulationSet.getMboInstance(MboSet ms) |
protected Mbo |
MultiAssetLocCISet.getMboInstance(MboSet ms) |
protected Mbo |
JobPlanFilterSet.getMboInstance(MboSet ms)
Factory method to create an JobPlanFilter object.
|
protected Mbo |
JPTotalSet.getMboInstance(MboSet ms)
Factory method to create an JPTotal object.
|
protected Mbo |
JPTaskLookupSet.getMboInstance(MboSet ms)
Factory method to create a JPTaskLookup object.
|
protected Mbo |
JPDummyStatusSet.getMboInstance(MboSet ms)
Factory method to create an JPChangeStatus object.
|
protected Mbo |
JPChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create a JPChangeStatus object.
|
protected Mbo |
DynamicExpressionBuilderSet.getMboInstance(MboSet ms) |
protected MboSetRemote |
JPChangeStatusSet.getMboIntoSet(MboRemote mbo)
Looks up the jobplan into a set by itself.
|
void |
JPTotal.init()
Initialization rountine.
|
void |
FldSimulationMultiAssetLocCITotalWorkUnits.init() |
void |
FldSimulationMeasure.init() |
void |
FldPredecessorTasks.initValue() |
boolean |
Simulation.mustApplyLinearCalculation()
Method use to detect if the job plan is set as dynamic and should be apply using the length of the
workorder (startmeasure and endmeasure) or not.
|
void |
JPChangeStatus.setFromResult(boolean flag)
Set fromResult flag to be true, if it's coming from batch PO status change (PO reulst page).
|
MboRemote |
SimulationSet.setup() |
MboRemote |
DynamicExpressionBuilderSet.setup() |
void |
FldSimulationMultiAssetLocCIAssetnum.setValueFromLookup(MboRemote mbo,
long accessModifier) |
void |
FldSimulationAssetnum.setValueFromLookup(MboRemote mbo,
long accessModifier) |
void |
FldSimulationMeasure.validate() |
void |
FldPredecessorTasks.validate()
The base class checks if the entered condition entered is valid.
|
void |
FldJPTotalSiteId.validate()
Cannot get totals without a site
|
Methods in psdi.app.knowledgebase that throw MXException
Modifier and Type |
Method and Description |
void |
FldKBStartDate.action()
Clear out the ENDATE if errorAction is true
|
void |
FldKBEndDate.action()
Clear out the STARTDATE if errorAction is true
|
void |
KBLinkedArticles.add()
Add a new Knowledge Base Linked Article
The following fields are initialized with their respective values
articleid The ArticleId of the parent MBO
void |
KB.add()
Add a new Article
The following fields are initialized with their respective values
pageviewcount 0 (zero)
rankingcount 0 (zero)
avgusefulrank 0 (zero)
changeby Current username
changedate Current Date
startdate Current Date
void |
KB.delete()
If an article is deleted then make sure all associated
linked articles are deleted
|
MboRemote |
KB.duplicate()
Creates a duplicate KBArticle with its related objects.
|
int |
KB.getAverageUsefulRank()
Get the Average Useful Rank
|
protected Mbo |
KBSet.getMboInstance(MboSet ms)
Instantiate and return a new KB object
|
protected Mbo |
KBLinkedArticlesSet.getMboInstance(MboSet ms)
Instantiate and return a new KBLinkedArticles object
|
int |
KBRemote.getPageViewCount() |
int |
KB.getPageViewCount()
Get the Page View Count
|
int |
KB.getTicketUseCount()
Get the Page View Count
|
void |
KBRemote.increasePageViewCount() |
void |
KB.increasePageViewCount()
Increase the PageView Count by 1
Call this method whenever an article is selected for viewing/updating
|
void |
KBRemote.increasePageViewCount(int i) |
void |
KB.increasePageViewCount(int count)
Increase the PageView Count by the int value arg.
|
void |
KBRemote.increaseTicketUseCount() |
void |
KB.increaseTicketUseCount()
Increase the Ticket use Count by 1
Call this method whenever an article is applied to a ticket
|
void |
KBRemote.increaseTicketUseCount(int count) |
void |
KB.increaseTicketUseCount(int count)
Increase the TicketUse Count by the int value arg.
|
void |
KB.init()
Initialize the KB object
|
boolean |
KBRemote.isEndDateValid() |
boolean |
KB.isEndDateValid()
Validate End Date
|
boolean |
KBRemote.isStartDateValid() |
boolean |
KB.isStartDateValid()
Validate Start Date
|
void |
KB.save()
Save Article
The following fields are set on save with their respective values
changeby Current username
changedate Current Date
protected boolean |
KB.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
KBRemote.updateAverageUsefulRank(double newrank) |
void |
KB.updateAverageUsefulRank(double newrank)
Update the Average Useful rank and increase the RankCount by 1
Called whenever a user Ranks an article
|
void |
FldKBStartDate.validate()
Start Date should not be later than End Date
|
void |
FldKBEndDate.validate()
End Date should not be earlier than Start Date
|
Methods in psdi.app.kpi that throw MXException
Modifier and Type |
Method and Description |
void |
FldObjectName.action() |
void |
FldMboObjectAttrName.action() |
void |
FldKPIVariableMaxType.action() |
void |
KPITrendCfg.add()
Adds new KPITrendCfg with default values
Default values are :
|
void |
KPITemplateVariableValue.add()
Adds a new KPITemplateVariableValue object.
|
void |
KPITemplateVariable.add()
Adds a new KPITemplateVariable object.
|
void |
KPITemplateMain.add()
Adds a new KPITemplate object.
|
void |
KPITemplate.add()
Adds a new KPITemplate object.
|
void |
KPISchedule.add()
overide add and default the kpiname
|
void |
KPIHistory.add()
Add a mbo, defaulting the attributes shown below.
|
void |
KPIAuth.add()
overide add and default the kpiname
|
void |
KPI.add()
Add a mbo, defaulting the attributes shown below.
|
void |
KPITemplateVariableSet.canAdd() |
void |
KPITemplateMainSet.canAdd() |
void |
KPI.canDelete()
Checks if this KPI is refrenced anywhere.
Checks are made on KPIGraph portlet and KPi List portlet remotes, if a reference is
not found then the KPI is deleted.
|
MboRemote |
KPITemplateMain.copy(MboSetRemote mboset,
long mboAddFlags) |
java.lang.String |
KPIService.createKPIQueryFromVariables(java.lang.String query,
KPIVariableResolver resolver)
For the given query and variables, return a new query with all variables replaced.
|
void |
KPITemplateVariable.delete(long accessModifier) |
void |
KPITemplateMain.delete(long accessModifier)
override delete to delete this and records associated with KPITemplate
|
void |
KPITemplate.delete(long accessModifier)
override delete to delete this and records associated with KPITemplate
|
void |
KPI.delete(long accessModifier) |
MboRemote |
KPITemplateVariableValue.duplicate() |
MboRemote |
KPITemplateVariable.duplicate() |
MboRemote |
KPITemplateMain.duplicate() |
MboRemote |
KPITemplate.duplicate() |
MboRemote |
KPIAuth.duplicate() |
MboRemote |
KPI.duplicate()
Creates a duplicate KPI
|
java.lang.String |
KPITemplateMain.findValueForVariable(MboSetRemote mboset,
java.lang.String varname) |
java.util.ArrayList |
KPIRemote.getComparisionKPIs()
Returns collection of KPI remotes that have to be compared with this KPI.
KPITRENDCFG.COMPAREWITH is queried for this KPI
|
java.util.ArrayList |
KPI.getComparisionKPIs()
Returns collection of KPI remotes that have to be compared with this KPI.
KPITRENDCFG.COMPAREWITH is queried for this KPI
|
java.util.Date |
KPIRemote.getCustomDates(boolean from)
This method returns the custom trend dates related to this KPI from KPIGTRENDCFG, its configuration table
|
java.util.Date |
KPI.getCustomDates(boolean from)
This method returns the custom trend dates related to this KPI from KPIGTRENDCFG, its configuration table
|
MboSetData |
KPIHistorySetRemote.getKPIHistory(long kpiId,
java.lang.String range,
java.util.Date to,
java.util.Date from)
Resets Historical Data for a specific KPI.
|
MboSetData |
KPIHistorySet.getKPIHistory(long kpiId,
java.lang.String range,
java.util.Date from,
java.util.Date to)
Resets Historical Data for a specific KPI.
|
static long |
KPIUtil.getKPIUniqueId(java.lang.String kpiName,
UserInfo ui)
Returns long unqiue id for a KPI based on its KPI name
|
java.util.Date |
KPIHistorySetRemote.getLatestDate()
Returns latest date from within the measure points
|
java.util.Date |
KPIHistorySet.getLatestDate()
Returns latest date from within the measure points
|
MboSetRemote |
FldTrendDateRange.getList()
Overridden to make sure the data is brought in a certain order
|
MboSetRemote |
FldTrendCustDateRange.getList()
Overridden to make sure the data is brought in a certain order
|
MboSetRemote |
FldObjectName.getList() |
MboSetRemote |
FldKPIScheduleInstance.getList() |
MboSetRemote |
FldKPIReportName.getList()
Overridden the getList method to show only the reports which are accessable by this user.
|
MboSetRemote |
FldKPIHistoryRange.getList()
Overridden to make sure the data is brought in a certain order
|
MboSetRemote |
FldKPIAuthGroupName.getList() |
MboSetRemote |
FldAppName.getList() |
java.lang.String |
KPITemplateVariableValue.getMaxAttribute() |
java.lang.String |
KPIVariableResolver.VariableData.getMaxAttribute() |
java.lang.String |
KPITemplateVariableValue.getMaxObject() |
java.lang.String |
KPIVariableResolver.VariableData.getMaxObject() |
java.lang.String |
KPITemplateVariableValue.getMaxType() |
java.lang.String |
KPIVariableResolver.VariableData.getMaxType() |
protected Mbo |
KPITrendCfgSet.getMboInstance(MboSet ms)
Generates a new KPITRENDCFG object.
|
protected Mbo |
KPITemplateVariableValueSet.getMboInstance(MboSet ms)
Returns a new KPITemplateVariableValue object.
|
protected Mbo |
KPITemplateVariableSet.getMboInstance(MboSet ms)
Returns a new KPITemplateVariable object.
|
protected Mbo |
KPITemplateSet.getMboInstance(MboSet ms)
Returns a new KPITemplate object.
|
protected Mbo |
KPITemplateMainSet.getMboInstance(MboSet ms)
Returns a new KPITemplate object.
|
protected Mbo |
KPISet.getMboInstance(MboSet ms)
Generates a new KPI object.
|
protected Mbo |
KPIScheduleSet.getMboInstance(MboSet ms) |
protected Mbo |
KPIHistorySet.getMboInstance(MboSet ms)
Generates a new KPIHistory object.
|
protected Mbo |
KPIAuthSet.getMboInstance(MboSet ms) |
java.lang.String |
KPIRemote.getTrendRange()
Returns trend range based on what was selected by the user The values
could be
|
java.lang.String |
KPI.getTrendRange()
Returns trend range based on what was selected by the user The values
could be
|
java.lang.String |
KPITemplateVariableValue.getValue() |
java.lang.String |
KPIVariableResolver.VariableData.getValue() |
KPIVariableResolver.VariableData |
KPITemplateMain.getVariableData(java.lang.String variable) |
KPIVariableResolver.VariableData |
KPIVariableResolver.getVariableData(java.lang.String variable)
Get the Variable Data.
|
double |
KPIHistorySetRemote.highestKPIValue()
Returns highest value of all the recorded history points
|
double |
KPIHistorySet.highestKPIValue()
Returns highest value of all the recorded history points
|
void |
KPITemplateVariableValue.init() |
void |
KPITemplateVariable.init()
Initialization routine.
|
void |
KPITemplateMain.init()
Initialization routine.
|
void |
KPITemplate.init()
Initialization routine.
|
void |
FldTrendDateRange.init()
If Custom dates have not been entered then this field is turned readonly=off
|
void |
FldTrendCustDateRange.init()
If Custom dates have been enterd then this field is turned readonly=off
|
java.util.Vector |
KPISetRemote.kpiInfo()
Returns all details about the current KPIs as a Vector
This method will be used to draw Graphs basically
EAch Hashtable is information about a KPI
|
java.util.Vector |
KPISet.kpiInfo()
Returns all details about the current KPIs in the set as a Vector
This method is called by UI layer basically for display
Each Hashtable is information about a KPI
|
java.util.Vector |
KPIRemote.kpiInfo()
Returns all details about the current KPI as a Vector
This method is called by UI layer basically for display/
|
java.util.Vector |
KPI.kpiInfo()
Returns all details about the current KPI as a Vector
This method is called by UI layer basically for display
|
java.util.Vector |
KPISetRemote.kpiInfo(java.util.Vector onlyTheseKPIs)
Returns all details about the given KPIs as a vector based
on selected KPIs
|
java.util.Vector |
KPISet.kpiInfo(java.util.Vector selectedKPIs)
Returns all details about the given KPIs as a vector based
on selected KPIs
|
double |
KPIHistorySetRemote.lowestKPIValue()
Returns lowest value of all the recorded history points
|
double |
KPIHistorySet.lowestKPIValue()
Returns lowest value of all the recorded history points
|
void |
KPIHistorySetRemote.refreshData()
Filters KPI History data for a specific history range of the KPI.
Information is fetched for given range od time, based on custom dates entered or predefined date range selected
|
void |
KPIHistorySet.refreshData()
Filters KPI History data for a specific history range of the KPI.
Information is fetched for given range od time, based on custom dates entered or predefined date range selected
|
void |
KPIRemote.run()
Runs the current KPI.
|
void |
KPI.run()
Runs the current KPI.
|
protected void |
KPITemplateVariable.save() |
void |
KPITemplate.save()
Saves a KPITemplate object.
|
protected void |
KPIAuth.save() |
protected void |
KPI.save()
If the KPi hasn't been run , and it has been newly formed, then it is run.
|
void |
KPITrendCfgRemote.setKPIsForComparision(MboSetRemote msb)
Sets a comma seperated list of KPI-Names for comparision into KPITRENDCFG.COMPAREWITH field.
|
void |
KPITrendCfg.setKPIsForComparision(MboSetRemote msb)
Sets a comma seperated list of KPI-Names for comparision into KPITRENDCFG.COMPAREWITH field.
|
static void |
FldKPIVariableMaxType.setTypeFromObject(MboRemote mbo) |
protected boolean |
KPITemplateVariableValue.skipCopyField(MboValueInfo mvi) |
protected boolean |
KPITemplateVariable.skipCopyField(MboValueInfo mvi) |
protected boolean |
KPITemplateMain.skipCopyField(MboValueInfo mvi) |
protected boolean |
KPITemplate.skipCopyField(MboValueInfo mvi) |
protected boolean |
KPIAuth.skipCopyField(MboValueInfo mvi) |
protected boolean |
KPI.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
KPITemplateVariable.undelete() |
void |
KPITemplateMain.undelete() |
void |
KPITemplate.undelete() |
void |
KPIRemote.updateTrend() |
void |
KPI.updateTrend() |
void |
KPIService.updateTrend(KPIRemote kpi) |
void |
FldTrendCustStartDate.validate()
Validate dates and date ranges for custom date options.
|
void |
FldTrendCustEndDate.validate()
Validate dates and date ranges for custom date options.
|
void |
FldTrendCustDateRange.validate()
Validate dates and date ranges for custom date options.
|
void |
FldKPIVariableVarName.validate()
Make the variable name readonly, and then inserts the variable into the child records for each
kpi template main record
|
void |
FldKPIVariableMaxType.validate() |
void |
FldKPITemplateVariableValue.validate()
Provide a quick and simple validation on the query, assuring that they've actually entered a variable
|
void |
FldKPITemplateQuery.validate()
Provide a quick and simple validation on the query, assuring that they've actually entered a variable
|
void |
FldKPISelectStmt.validate()
Validates the complete SQL when KPIMAIN.SELECTSTMT is entered.
|
void |
FldKPIClause.validate()
Validates the complete SQL when KPIMAIN.CLAUSE is entered.
|
static void |
KPIUtil.validateCustomRange(java.util.Date startDate,
java.util.Date endDate,
java.lang.String customRange)
Validates that their is suffient period of time in between a given start date and end date
|
void |
KPITemplate.validateQuery() |
void |
KPIRemote.validateSQL()
Validates the current current KPI
Checks if query is other than Select
|
void |
KPI.validateSQL()
Validates the current current KPI
Checks if query is other than Select
|
java.lang.String |
KPITemplateMain.validateTemplate()
Validates the current template, and returns the Query SQL, if valid.
|
void |
KPIRemote.validateTrendInfo()
Validate whether trend information is correct for drawing chart and saving KPI.
Range of start and end dates are validated for time range logic
|
void |
KPI.validateTrendInfo()
Validate whether trend information is correct for drawing chart and saving KPI.
Range of start and end dates are validated for time range logic
|
Methods in psdi.app.kpigconfig that throw MXException
Modifier and Type |
Method and Description |
void |
KPIGConfig.add()
Add a new KPIGConfig - set field defaults.
|
java.util.Vector |
KPIGConfigSetRemote.getKPIInfo()
Returns information of collection of all KPIs currently marked as selected
Each KPI is represented by a hashtable with its various values as value-key pairs.
This information is used in displaying target, value and trend in the portlet
|
java.util.Vector |
KPIGConfigSet.getKPIInfo()
Returns information of collection of all KPIs currently marked as selected
Each KPI is represented by a hashtable with its various values as value-key pairs.
This information is used in displaying target, value and trend in the portlet
|
protected Mbo |
KPIGConfigSet.getMboInstance(MboSet ms)
Generates a new KPIGConfig object.
|
java.util.Vector |
KPIGConfigSetRemote.getSelectedKPIs()
Returns a vector of all KPIs currently marked as selected to be displayed in this portlet
|
java.util.Vector |
KPIGConfigSet.getSelectedKPIs()
Returns a vector of all KPIs currently marked as selected to be displayed in this portlet
|
void |
KPIGConfig.init()
Overridden for Initialization routine for this object.
|
java.lang.String |
KPIGConfigSetRemote.latestDate()
Returns the String of the latest date among the KPIs selected
for the current portlet
|
java.lang.String |
KPIGConfigSet.latestDate()
Returns the String of the latest date among the KPIs selected
for the current portlet
|
void |
KPIGConfigSetRemote.resetSelectedKPIs()
Reset selected kpi name list
|
void |
KPIGConfigSet.resetSelectedKPIs() |
void |
KPIGConfigSetRemote.runSelectedKPI()
Runs the KPIs selected in this portlet.
Methods are called on KPIRemotes to run the KPIs
|
void |
KPIGConfigSet.runSelectedKPI()
Runs the KPIs selected in this portlet.
Methods are called on KPIRemotes to run the KPIs
|
void |
KPIGConfigSetRemote.updateSelectedKPIs(MboSetRemote msb)
Adds the selected KPIs into this portlet.
|
void |
KPIGConfigSet.updateSelectedKPIs(MboSetRemote dataSet)
Adds the selected KPIs into this portlet.
|
Methods in psdi.app.kpilconfig that throw MXException
Modifier and Type |
Method and Description |
void |
KPILConfig.add()
Add a new KPIGConfig - set field defaults.
|
java.util.Vector |
KPILConfigSetRemote.getKPIInfo()
Returns information of collection of all KPIs currently marked as selected
Each KPI is represented by a hashtable with its various values as value-key pairs.
This information is used in displaying target, value and trend in the portlet
|
java.util.Vector |
KPILConfigSet.getKPIInfo()
Returns information of collection of all KPIs currently marked as selected
Each KPI is represented by a hashtable with its various values as value-key pairs.
This information is used in displaying target, value and trend in the portlet
|
protected Mbo |
KPILConfigSet.getMboInstance(MboSet ms)
Generates a new KPIL object.
|
java.util.Vector |
KPILConfigSetRemote.getSelectedKPIs()
Returns a vector of all KPIs currently marked as selected to be displayed in this portlet
|
java.util.Vector |
KPILConfigSet.getSelectedKPIs()
Returns a vector of all KPIs currently marked as selected to be displayed in this portlet
|
void |
KPILConfig.init()
Overridden for Initialization routine for this object.
|
java.lang.String |
KPILConfigSetRemote.latestDate()
Returns the String of the latest date among the KPIs selected
for the current portlet
|
java.lang.String |
KPILConfigSet.latestDate()
Returns the String of the latest date among the KPIs selected
for the current portlet
|
void |
KPILConfigSetRemote.resetSelectedKPIs()
Reset selected kpi name list
|
void |
KPILConfigSet.resetSelectedKPIs() |
void |
KPILConfigSetRemote.runSelectedKPI()
Runs the KPIs selected in this portlet.
Methods are called on KPIRemotes to run the KPIs
|
void |
KPILConfigSet.runSelectedKPI()
Runs the KPIs selected in this portlet.
Methods are called on KPIRemotes to run the KPIs
|
void |
KPILConfigSetRemote.updateSelectedKPIs(MboSetRemote msb)
Adds the selected KPIs into this portlet.
|
void |
KPILConfigSet.updateSelectedKPIs(MboSetRemote dataSet)
Adds the selected KPIs into this portlet.
|
Methods in psdi.app.labor with parameters of type MXException
Modifier and Type |
Method and Description |
void |
ServRecTransSet.addWarnings(MXException mx)
Add an instance of MXApplicationException everytime an exception occurs when creating SERVRECTRANS mbos from POLine
in receiving.
|
Methods in psdi.app.labor that throw MXException
Modifier and Type |
Method and Description |
void |
FldServRecTransWonum.action() |
void |
FldServRecTransRejectQty.action() |
void |
FldServRecTransQtyToReceive.action() |
void |
FldServRecTransPonum.action()
Set ServRecTrans.currencycode and exchangerate fields
|
void |
FldServRecTransPoLinenum.action()
Set ServRecTrans fields
|
void |
FldServRecTransPercentage.action()
Update fields affected by changing this field
The qtytoreceive field should be null.You can either receive by qty or by linecost.Not both.
|
void |
FldServRecTransInspectedQty.action() |
void |
FldServRecTransAmtToReceive.action()
Set the value of receivedlinecost.
|
void |
FldLaborWorkSite.action() |
void |
FldLaborWorkLocation.action() |
void |
FldLaborShiftNum.action() |
void |
FldLaborQualQualificationID.action() |
void |
FldLaborQualEffDate.action()
Set the expiration date based on the effective date and the period and duration of the qualification.
|
void |
FldLaborQualCertificateNum.action() |
void |
FldLaborPersonID.action()
If the value being entered already exists, do nothing.
|
void |
FldLaborOutside.action()
The Vendor attribute's read/only and required falgs are set based
on the value of this attribute.
|
void |
FldLaborOrgID.action()
If in Insert Mode, initialize the form.
|
void |
FldLaborLaborcode.action()
When used in hierarchy mode, can set an existing laborcode
|
void |
FldLaborLabInventorySite.action() |
void |
FldLaborIsCraft.action()
If the IsCraft attribute is true, that means the mbo is craft
else it is a craft mbo and vendor is not a required field when
when it is a craft.
|
void |
FldLaborCraftRateVendor.action()
Sets the accounts of the Labor depending upon the value of vendor.
|
void |
FldLaborCraftRateSkillLevel.action() |
void |
FldLaborCraftRateRate.action() |
void |
FldLaborCraftRateLaborcode.action() |
void |
FldLaborCraftRateInherit.action() |
void |
FldLaborCraftRateDisplayRate.action() |
void |
FldLaborCraftRateDefaultCraft.action() |
void |
FldLaborCraftRateCraft.action() |
void |
FldLaborCraftRateContractNum.action()
If contractnum is null OR
if contract's start date is BEFORE system date AND
contract's end date is AFTER system date AND
contract's status is ACTIVE, set isActive to true.
|
void |
FldLaborCraftRate.action()
Set the rate and standardrate of the LaborCraftRate mbo.
|
void |
FldLaborCraft.action()
Action of the Craft field-> update payrate and otscale from craft for current labor*
|
void |
FldLaborCertHistEffDate.action()
Calculate end date on data entry.
|
void |
FldLaborCertHistCertificateNum.action()
Calculate end date on data entry.
|
void |
FldLaborCalNum.action() |
void |
FldLabTransWonum.action()
If set from labor reporting spec says to set ticketid and
ticketclass to null
|
void |
FldLabTransTicketID.action()
If set from labor reporting spec says to set wonum and
taskid to null
|
void |
FldLabTransTicketClass.action()
Set the gldebitacct when the ticketid and class are not null
|
void |
FldLabTransStartTime.action()
Update contract revision
|
void |
FldLabTransStartDate.action()
Set the financial period and also update contract revision
|
void |
FldLabTransRegularHrs.action()
Sets values in labor.ytdhrsrefused and labor.reportedhrs if labtrans own by labor object
Sets value in workorder.actlaborcost if it own by woOwner.
|
void |
FldLabTransRefWO.action()
Sets values in labtrans assetnum, location, transtype
and crossover fields.
|
void |
FldLabTransPremiumPayRate.action()
Sets the cost for the Labor Transaction when premiumpayrate is entered.
|
void |
FldLabTransPremiumPayHours.action()
If the labor transaction is approved, then it updates actualhrs and cost on the
owning object of this labor.
|
void |
FldLabTransPremiumPayCode.action()
Set the values of premiumpayrate and premiumpayratetype to null, if the premiumpaycode is null
|
void |
FldLabTransPonum.action()
Set values in linecost2, exchangerate2 *
|
void |
FldLabTransPayRate.action()
Sets line cost for labor transaction *
|
void |
FldLabTransOutside.action()
Updates the related assignments when the labor code changes.
|
void |
FldLabTransLocation.action()
Sets value in asset field only if there one asset in a result set
|
void |
FldLabTransLineCost.action()
Updates actual labor costs if labtrans own by work order
|
void |
FldLabTransLaborcode.action()
Sets values in genapprservreceipt, payrate, gl accts.
|
void |
FldLabTransInvoiceNum.action()
Call this action to stop creating invoice when the labor transaction is not approved
|
void |
FldLabTransFinishTime.action()
If the finish date is set and the timerstatus is ACTIVE set
the timerstatus to COMPLETE
|
void |
FldLabTransFinishDate.action()
If the finish date is set and the timerstatus is ACTIVE set
the timerstatus to COMPLETE
|
void |
FldLabTransCraft.action()
Set value of premiumpaycode to null, if the craft is null
|
void |
FldLabTransCraftRate.action()
Set payrate and validate
|
void |
FldLabTransContract.action()
Set the revisionnum to null when the contractnum is set to null
|
void |
FldLabTransAssetnum.action()
Sets location field if it is null
|
void |
FldLabTransActivity.action()
Clear or set back ticketid and class
|
void |
FldLabTransType.action()
Sets value in labor.reportedhrs, labor.ytdhrsrefused, labor.ytdothrs if labtrans own by labor object
for approved labtrans
|
boolean |
LabTransSet.activeTimer()
This mehod returns true if there is any active labor transaction in this set.
|
void |
ServRecTrans.add()
Adds a new ServRecTrans.
|
void |
PPLaborRate.add()
Add new PPCraftRate.
|
void |
LaborStatus.add() |
void |
LaborQualStatus.add() |
void |
LaborQual.add()
Default certain fields depending on whether owner is a Labor or a Qual.
|
void |
LaborCraftRate.add()
Add new LaborCraftRate.
|
void |
LaborCertHist.add() |
void |
LabTrans.add()
Add a new Labtrans Object.
|
void |
Labor.add()
Add a new Labor Object.
|
void |
Attendance.add()
Add a new Attendance Object.
|
MboRemote |
LabTransSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
java.lang.String |
LabTransSet.addToUserPrefWhere()
Add this where clause to the MboSet's getUserPrefWhere()
|
java.lang.String |
AttendanceSet.addToUserPrefWhere()
Add this where clause to the MboSet's getUserPrefWhere()
|
void |
ServRecTransSet.addWarnings(MXException mx)
Add an instance of MXApplicationException everytime an exception occurs when creating SERVRECTRANS mbos from POLine
in receiving.
|
void |
ServRecTransRemote.approve(java.util.Date approveDate,
boolean fromLabTrans)
Approved services receipt.
|
void |
ServRecTrans.approve(java.util.Date changeDate,
boolean fromLabTrans)
Approved services receipt.
|
void |
LabTrans.approveLaborTransaction()
This function will attempt to approve those rows selected from WoList (Labor Transactions).
|
void |
LabTransRemote.approveLaborTransaction()
This function will attempt to approve those rows selected from WoList (Labor Transactions).
|
java.util.Vector |
ServRecTransSetRemote.approveReceipts(java.util.Date todaysDate) |
java.util.Vector |
ServRecTransSet.approveReceipts(java.util.Date todaysDate)
Approves all the SERVRECTRANS Mbos in this set.
|
void |
ServRecTrans.appValidate()
Application validation routine called before the servRecTrans object is saved.
|
void |
LaborQual.appValidate()
On save, check to see if qualification already exists for this labor.
|
void |
LaborCraftRate.appValidate()
For each row, check against every other row in the set that it is unique.
|
void |
LabTrans.appValidate()
Based on a maxvar value check if the GL debit and credit accounts are required for this transaction.
|
void |
Labor.appValidate()
Checks to be sure that the personid on this record is not assigned on any other records in the organization.
|
void |
Labor.associateLoc(java.lang.String loc)
This method gets called to associate selected location
for the current labor record
Author:
Ramadevi Bhogadi
|
void |
LaborRemote.associateLoc(java.lang.String loc)
This method gets called to associate selected location for the current labor record
|
void |
Labor.calculateAvailabilityData()
The method calculates the values for the nonpersistent fields StartTime, Availability (i.e.
|
void |
LaborRemote.calculateAvailabilityData() |
java.util.Date |
LaborQualRemote.calculateEndDate(java.util.Date inDate) |
java.util.Date |
LaborQual.calculateEndDate(java.util.Date inDate)
Calculates the expiration date based on the effective date of a laborqual
and the duration and period of the labor's qualification.
|
protected boolean |
LaborCraftRate.calculateIsActive()
Calculate the value of the isActive nonpersistent field based on contractnum.
|
double[] |
ServRecTrans.calculateUnInvoicedQtyCost()
This method is use by the Invoice's Copy PO Line page to calculate the uninvoiced
quantity and cost.
|
protected void |
LaborStatusHandler.canActivate()
Activate the labor.
|
void |
ServRecTransSet.canAdd()
Can an object be added to the ServRecTrans?
If the owner of ServRecTrans is not PO, stop the process.
|
void |
LaborQualSetRemote.canAdd() |
void |
LaborQualSet.canAdd()
Can only add a new LaborQual while the owning Labor or Qual is Active.
|
void |
LaborCraftRateSet.canAdd()
Can not add laborcraftrate when it is owned by a contract which has a status WAPPR/DRAFT/PNDREV
|
void |
LabTransSet.canAdd()
Determines if the work order can add labor transactions.
|
void |
AttendanceSet.canAdd() |
void |
LaborStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
ServRecTrans.canDelete() |
void |
LaborQual.canDelete()
After a LaborQual is saved to a Labor, it cannot be deleted.
|
void |
LaborCraftRate.canDelete()
Cannot delete a LaborCraftRate if it is marked as default and it is not the last record.
|
void |
LabTrans.canDelete()
Check that only unapproved labor transaction can be deleted
|
void |
Labor.canDelete()
This method checks if current labor referenced in LaborAuth,JobPlan,Assignment,Attendance,WPLabor,Workorder objects,
before allowing it's deletion.
|
protected void |
LaborStatusHandler.canInactivate()
Inactivate the labor.
|
void |
LaborQual.changeStatus(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo)
Change status.
|
void |
Labor.changeStatus(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo)
Change status.
|
void |
LaborStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
LaborQualStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
ServRecTransSetRemote.checkAcceptAndRejectCost() |
void |
ServRecTransSet.checkAcceptAndRejectCost()
Checks to see if the sum of acceptedcost and rejectcost is equal to inspectioncost.
|
void |
Labor.checkCalendarAndShift()
This method checks whether this labor has a calendar and a shift associated
with it.
|
void |
LaborRemote.checkCalendarAndShift()
This method checks whether this labor has a calendar and a shift associated with it.
|
void |
LaborCraftRate.checkContract()
If the contract status is APPR, then the displayrate and inherit flag for this laborcraftrate becomes editable,
else the status is in DRAFT, PNDREV OR WAPPR, then it is readonly.
|
protected void |
LabTrans.checkCraftMisMatch()
Check the maxvar option, whether the labor and craft mismatch is allowed
|
void |
LabTrans.checkDates()
Check startdate, starttime, finishdate and finishtime validity
If the startdate is later than the finishdate or if the combination of startdate and starttime
is laterthan than the combination of finishdate and finishtime, then throw the exception
|
void |
Attendance.checkDates()
Check startdate, starttime, finishdate and finishtime validity
If the startdate is later than the finishdate or if the combination of startdate and starttime
is laterthan than the combination of finishdate and finishtime, then throw the exception
|
void |
LabTrans.checkFinishDateTime()
Validation for FinishDate and FinishTime
If the finishdate is null, finishtime and starttime are not null, then the calculate and set the
value for finishdate
If the finishtime is null, finishdate and starttime are not null, then calculate and set the
value for finishtime.
|
void |
Attendance.checkFinishDateTime()
Validation for FinishDate and FinishTime
If the finishdate is null, finishtime and starttime are not null, then the calculate and set the
value for finishdate
If the finishtime is null, finishdate and starttime are not null, then calculate and set the
value for finishtime.
|
void |
LabTrans.checkForApprContractAsOfStartDate()
Checks to see if a contract exists that is APPR before the entered start date.
|
boolean |
LabTrans.checkforPORequired()
This method will check if a PO and POLine are required before saving or approving.
|
void |
Attendance.checkLaborHrs()
Validation for Labor hrs.
|
void |
LabTrans.checkOwner()
set rdonly fields based on the owner of this set (workorder or labtrans)
|
void |
LabTrans.checkRegularAndPremiumHrs()
Validation for Regular hrs.
|
void |
LabTrans.checkStartDateTime()
Validation for Startdate and Starttime
If the starttime is null, finishdate, finishtime, regularhrs are not null, then calculate and set the
the starttime value.
|
void |
Attendance.checkStartDateTime()
Validation for Startdate and Starttime
If the starttime is null, finishdate, finishtime, labor hrs are not null, then calculate and set the
the starttime value.
|
void |
LaborStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Is a certain status change allowable?
This test determines whether a status change is possible by only checking
security.
|
void |
LaborQualStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Is a certain status change allowable?
This test determines whether a status change is possible by only checking
security.
|
void |
LabTrans.checkTransType()
When the transtype = 'WORK', either of the fields refwo, assetnum, location, gldebitacct or glcreditacct
should be filled in.
|
void |
LabTrans.checkValidFinishDtTm()
Validate finish date and time, if it is manually entered or calculated.
|
void |
LabTrans.checkValidStartDtTm()
Validate start date and time, if it is manually entered or calculated.
|
protected void |
LabTrans.clearFields()
This will clear the values from the fields when the record is selected from the lookup
which will set the values from multiple columns.
|
void |
LaborSet.clearLaborAuthRestriction()
Turn off LaborAuth restrictions for this set to update labor in labor transaction
|
void |
ServRecTransSet.clearVector()
Removes all the error messages previously stored in the errorVector.
|
void |
LabTransSet.copyLaborToLabTransSet(MboSetRemote laborSet)
copyLaborToLabTransSet handles the OK button once labor have been selected
to use in creating labtrans records
|
void |
LabTransSetRemote.copyLaborToLabTransSet(MboSetRemote laborSet) |
void |
LabTransSet.copyPlannedLaborToLabTransSet(MboSetRemote wmassignmentsSet)
copyPlannedLaborToLabTransSet handles the OK button once wmassignments have been selected
to use in creating labtrans records.
|
void |
LabTransSetRemote.copyPlannedLaborToLabTransSet(MboSetRemote wmassignmentsSet) |
void |
LaborCertHistRemote.copyToLaborQual() |
void |
LaborCertHist.copyToLaborQual() |
void |
FldLaborPercentAlloc.createAMGrid(Labor laborMbo) |
void |
FldLaborWorkDate.createAMGrid(Labor laborMbo) |
void |
LaborServiceRemote.createInvoiceForLabTrans(MboRemote labTransMbo,
UserInfo userInfo) |
void |
LaborService.createInvoiceForLabTrans(MboRemote labTransMbo,
UserInfo userInfo)
This method should only be used by MEA to create invoice from a labor transaction.
|
void |
LaborServiceRemote.createServiceReceipts(UserInfo userinfo,
MboRemote forLabor,
boolean createSummary,
java.util.Date startDate,
java.util.Date endDate) |
void |
LaborService.createServiceReceipts(UserInfo userinfo,
MboRemote forLabor,
boolean createSummary,
java.util.Date startDate,
java.util.Date endDate)
Create service receipts for a single labor.
|
void |
LaborServiceRemote.createServiceReceipts(UserInfo userinfo,
java.util.Vector forLabor,
boolean createSummary,
java.util.Date startDate,
java.util.Date endDate) |
void |
LaborService.createServiceReceipts(UserInfo userinfo,
java.util.Vector forLabor,
boolean createSummary,
java.util.Date startDate,
java.util.Date endDate)
Create service receipts for a list of labor.
|
MboRemote |
LabTransSet.crewLabTrans(java.lang.String laborCode,
java.lang.String laborOrg,
java.util.Date targetDateTime)
Create labTrans from Everyplace StartTimer by Crew
|
void |
LaborCraftRate.delete(long accessModifier)
Check to see if there are other laborcraftrate records for this labor that share this craft.
|
void |
LabTrans.delete(long accessModifier)
Subtracts the line cost from WO.ActLabCost.
|
void |
Labor.delete(long accessModifier)
Delete the labor and all related LaborCraftRates, LaborStatuses, LaborQuals, LaborQualStatuses, LaborCertHists, and LaborAuth.
|
void |
ServRecTransSetRemote.deleteUnSelected()
This method removes those Mbos from the MboSet that need not be saved to the database.
|
void |
ServRecTransSet.deleteUnSelected()
This method removes those Mbos from the MboSet that need not be saved to the database.
|
MboRemote |
Labor.duplicate()
This method creates a duplicate labor
Author:
Ramadevi Bhogadi
|
void |
LabTransListener.eventAction(EventMessage em) |
boolean |
LabTransListener.eventValidate(EventMessage em) |
void |
LaborCraftRateSetRemote.filterByWork(MboSetRemote mboset) |
void |
LaborCraftRateSet.filterByWork(MboSetRemote matchSet) |
void |
LaborSet.findLabor()
Makes this set include only Labor records for laborcodes, no crafts.
|
void |
LabTrans.fireEvent(java.lang.String type)
IJ32752: Extends Mbo.fireEvent(String type) to reset labor actuals that have been set on this LABTRANS and
the related work order or ticket if a pre-commit event (validate, preSaveEventAction, preSaveInternalEventAction,
eventAction, postSaveInternalEventAction encounters an error.
|
void |
Labor.generateAutoKey()
This method enables you to set autokey for laborcode if it is null
Author:
Ramadevi Bhogadi
|
java.lang.String |
Labor.getAddressString()
There is no address string with LBSLocation.
|
boolean |
LabTransSet.getAllDates()
Get the alldates setting which was set at the startup of the application or later
changed by the user.
|
boolean |
AttendanceSetRemote.getAllDates()
Get the alldates setting which was set at the startup of the application or later
changed by the user.
|
boolean |
AttendanceSet.getAllDates()
Get the alldates setting which was set at the startup of the application or later
changed by the user.
|
boolean |
LabTransSetRemote.getAllDates()
Get the alldates setting which was set at the startup of the application or later
changed by the user.
|
java.lang.Double |
Labor.getAltitude() |
java.lang.Double |
Labor.getAltitudeAccuracy() |
java.lang.String[] |
FldLabTransTicketID.getAppLink() |
double |
Labor.getAssignedHours(boolean insideCurrentDateWorkingTime,
java.util.Date rangeStartDateTime,
java.util.Date rangeFinishDateTime,
MboSetRemote dayNAssignmentSet)
Sums up the assigned hours of the assignments in the assignment set, but only
those portions of them that are actually inside the passed range.
|
double |
LaborRemote.getAssignedHours(boolean insideCurrentDateWorkingTime,
java.util.Date wpStartDateTime,
java.util.Date wpEndDateTime,
MboSetRemote dayNAssignmentSet)
Sums up the assigned hours of the assignments in the assignment set.
|
java.util.Date |
Labor.getClientDTFromServerDT(java.util.Date serverDateTime,
java.util.GregorianCalendar scratchCal)
Generates a datetime in the client time zone from a datetime in the server time
zone using the MXFormat datetime/string methods.
|
java.util.Date |
LaborRemote.getClientDTFromServerDT(java.util.Date serverDateTime,
java.util.GregorianCalendar scratchCal)
Generates a datetime in the client time zone from a datetime in the server time zone, using previously calculated
zone offsets.
|
java.util.Date |
LaborCraftRateSetRemote.getClientWorkDate() |
java.util.Date |
LaborCraftRateSet.getClientWorkDate() |
LaborSet |
LabTransSet.getCraftSet()
Get the craftset which is already updated.
|
LaborSet |
LabTransSetRemote.getCraftSet()
Get the craftset which is already updated.
|
java.lang.String |
LabTrans.getCriteriaForContract()
Create sql for contract criteria
|
java.lang.String |
LabTransRemote.getCriteriaForContract() |
java.lang.String |
LabTrans.getCriteriaForContractWithRevision()
Create sql for contract criteria.
|
java.lang.String |
LabTransRemote.getCriteriaForContractWithRevision() |
double |
LabTrans.getDatesDiff()
Return the time difference between the startdate, starttime, finishdate and finishtime.
|
double |
Attendance.getDatesDiff()
Return the time difference between the startdate, starttime, finishdate and finishtime.
|
MboSetRemote |
Labor.getDayNAssignmentSet(MboRemote theLaborMbo,
java.util.Date wpStartDateTime,
java.util.Date wpEndDateTime)
Fetches the mboset containing those assignments for this laborcode that overlap
the working time of dayN (i.e.
|
MboSetRemote |
LaborRemote.getDayNAssignmentSet(MboRemote theLaborMbo,
java.util.Date wpStartDateTime,
java.util.Date wpEndDateTime)
Fetch the mboset of those assignments for this laborcode that start within the working time of the dayN under
consideration.
|
java.util.Date |
Labor.getEarliestUnassignedDateTime(MboSetRemote dayNAssignmentSet,
java.util.Date rangeStartDateTime,
java.util.Date rangeFinishDateTime)
This is passed a mboSet of assignments and a datetime range.
|
double[] |
Labor.getEligibleHours() |
double[] |
LaborRemote.getEligibleHours() |
java.util.Date |
LabTransSet.getEndDate()
Get the end date set by the user.
|
java.util.Date |
AttendanceSetRemote.getEndDate()
Get the end date set by the user.
|
java.util.Date |
AttendanceSet.getEndDate()
Get the end date set by the user.
|
java.util.Date |
LabTransSetRemote.getEndDate()
Get the end date set by the user.
|
double |
LabTrans.getExchangeRate()
Sets exchangerate2 field
|
java.lang.Double |
Labor.getHeading() |
LaborSetRemote |
LabTransSet.getLaborSet()
Get the laborset which is already updated.
|
LaborSetRemote |
LabTransSetRemote.getLaborSet()
Get the laborset which is already updated.
|
java.util.Date |
Labor.getLastUpdate() |
java.lang.Double |
Labor.getLatitudeY() |
MboSetRemote |
FldLaborWorkLocation.getList()
Show only the work locations for a given site
|
MboSetRemote |
FldLaborShiftNum.getList() |
MboSetRemote |
FldLaborQualQualificationID.getList()
Get the list of qualificationid's filtered by the crafts of the Labor.
|
MboSetRemote |
FldLaborQualLaborcode.getList()
Returns the list of laborcodes filtered by required crafts.
|
MboSetRemote |
FldLaborLaborcode.getList()
List returned has existing labor codes
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLaborLabInventoryLoc.getList()
Show only the work locations for a given site
|
MboSetRemote |
FldLaborCraftRateLaborcode.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldLaborCraftRate.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldLaborCalNum.getList() |
MboSetRemote |
FldLabTransVendor.getList()
List returned has existing vendors
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLabTransTicketID.getList()
Returns the list of the tickets which are not closed.
|
MboSetRemote |
FldLabTransSkillLevel.getList()
List returned has existing skill levels
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLabTransPremiumPayCode.getList()
Returns the list of the valid premiumpay codes for the given craft.
|
MboSetRemote |
FldLabTransPonum.getList()
Returns the list of the purchase orders.
|
MboSetRemote |
FldLabTransPOLineNum.getList()
Returns the list of the polines of the type service with incomplete receipts and not a prorate service.
|
MboSetRemote |
FldLabTransLocation.getList()
List returned has existing locations
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLabTransLaborcode.getList()
Get the list of labor or laborcraftrate records based on maxvar "LABTRNALLOWANYCRFT"
|
MboSetRemote |
FldLabTransCraft.getList()
List returned has existing crafts
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLabTransCraftRate.getList()
Get the list of labor or laborcraftrate records based on maxvar "LABTRNALLOWANYCRFT"
|
MboSetRemote |
FldLabTransContract.getList()
List returned has existing contracts
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLabTransAssetnum.getList()
List returned has existing crafts
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLabTransActivity.getList()
Returns the list of the activity for the own ticket.
|
MboSetRemote |
FldLabTransType.getList()
Get the complete list of values for the transaction type for the labor reporting
and filter the valuelist for transtype in actual labor in WOTRACK to get the
synonyms of maxvalue "WORK"
|
java.lang.Double |
Labor.getLocationAccuracy() |
java.lang.Double |
Labor.getLongitudeX() |
protected Mbo |
ServRecTransSet.getMboInstance(MboSet ms)
Generate a new ServRecTrans object
|
protected Mbo |
PPLaborRateSet.getMboInstance(MboSet ms)
Generate a new LaborRate object
|
protected Mbo |
LaborStatusSet.getMboInstance(MboSet ms)
Generate a new LaborStatus object
|
protected Mbo |
LaborQualStatusSet.getMboInstance(MboSet ms)
Generate a new LaborQualStatus object
|
protected Mbo |
LaborQualSet.getMboInstance(MboSet ms)
Generate a new LaborQual object
|
protected Mbo |
LaborCraftRateSet.getMboInstance(MboSet ms)
Generate a new LaborCraftRate object
|
protected Mbo |
LaborCertHistSet.getMboInstance(MboSet ms)
Generate a new LaborCertHist object
|
protected Mbo |
LabTransSet.getMboInstance(MboSet ms)
Generate a new labor transaction object
|
protected Mbo |
AttendanceSet.getMboInstance(MboSet ms)
Generate a new Attendance object
|
protected Mbo |
LaborSet.getMboInstance(MboSet ms)
Generate a new labor object
|
MboSetRemote |
LaborQualSetRemote.getMboIntoSet(MboRemote mbo) |
MboSetRemote |
LaborQualSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
java.util.Date |
Attendance.getNextDateTime(java.util.Date d1,
java.util.Date d2,
int minutes)
This method will take two date parameters (date d1 and time d2),
combine them in a new date/time and create a new next date object (result )
by adding a number of minutes to original date .
|
boolean |
LabTransSet.getNonWork()
Get non-work setting which was set at the startup of the application or later
changed by the user.
|
boolean |
LabTransSetRemote.getNonWork()
Get non-work setting which was set at the startup of the application or later
changed by the user.
|
java.util.Hashtable |
LaborCraftRateSetRemote.getOriginalLaborQbe() |
java.util.Hashtable |
LaborCraftRateSet.getOriginalLaborQbe() |
java.lang.String |
LaborCraftRateSetRemote.getOriginalLaborUserWhere() |
java.lang.String |
LaborCraftRateSet.getOriginalLaborUserWhere() |
boolean |
LabTransSet.getOTRefused()
Get OTRefused setting which was set at the startup of the application or later
changed by the user.
|
boolean |
LabTransSetRemote.getOTRefused()
Get OTRefused setting which was set at the startup of the application or later
changed by the user.
|
double |
LabTrans.getPayRate()
Return payrate depending on labor, craft combination
|
PORemote |
LabTrans.getPO()
Deprecated.
|
boolean |
ServRecTrans.getPOLineUpdated()
10-13456
return the private boolean poLineUpdated
|
java.lang.String |
Attendance.getProcess()
Return the work flow process for ATTENDANCE
|
java.lang.String |
ServRecTrans.getReceiptStatus()
returns the internal value "MAXVALUE" of valuelist "RECEIPTSTATUS"
|
java.util.Date[] |
Labor.getServerDateColumn() |
java.util.Date[] |
LaborRemote.getServerDateColumn() |
java.util.Date |
Labor.getServerDTFromClientDT(java.util.Date clientDateTime,
java.util.GregorianCalendar scratchCal)
Generates a datetime in the server time zone from a datetime in the client time
zone using the MXFormat datetime/string methods.
|
java.util.Date |
LaborRemote.getServerDTFromClientDT(java.util.Date clientDateTime,
java.util.GregorianCalendar scratchCal)
Generates a datetime in the server time zone from a datetime in the client time zone, using previously calculated
zone offsets.
|
MboSetRemote |
LaborServiceRemote.getServReceiptSet(UserInfo ui,
java.lang.String ponum) |
MboSetRemote |
LaborService.getServReceiptSet(UserInfo ui,
java.lang.String ponum)
Returns a set of ServRecTrans records that are yet to be approved.
|
SiteAuth |
Labor.getSiteUserForLabor()
This method gets SiteUser object for the labor
|
java.lang.Double |
Labor.getSpeed() |
SqlFormat |
LaborCraftRate.getSqlForEnteredFields() |
protected SqlFormat |
FldLaborCraftRate.getSqlForEnteredFields() |
double |
LaborCraftRate.getStandardRate()
Find the correct rate from the craftrate table
matching on any non-null value of craft, orgid, skilllevel, company, or contractnum.
|
double |
LaborCraftRateRemote.getStandardRate() |
java.util.Date |
LabTransSet.getStartDate()
Get the start date set by the user.
|
java.util.Date |
AttendanceSetRemote.getStartDate()
Get the start date set by the user.
|
java.util.Date |
AttendanceSet.getStartDate()
Get the start date set by the user.
|
java.util.Date |
LabTransSetRemote.getStartDate()
Get the start date set by the user.
|
protected MboSetRemote |
LaborQual.getStatusHistory()
Return the laborqualstatus object.
|
protected MboSetRemote |
Labor.getStatusHistory()
Return the LaborStatus object.
|
TicketRemote |
LabTrans.getTicketForUpdate() |
protected MboRemote |
LabTransSet.getTimerStartedMbo(java.lang.String theLaborCode)
returns a flag indicating whether a timer is started or not.
|
double |
Attendance.getTotalAttendance()
This will sum up the total labor hours of a particular labor
|
double |
LabTrans.getTotalHrs()
Return the totalhrs for regularhrs and othrs
|
int |
LabTrans.getTotalHrsinMinutes()
Return the totalhrs in minutes for regularhrs and othrs
|
int |
Attendance.getTotalHrsinMinutes()
Return the totalhrs in minutes for laborhours
|
boolean |
LabTransSet.getUnapproved()
Get Unapproved LabTrans setting which was set at the startup of the application or later
changed by the user.
|
boolean |
LabTransSetRemote.getUnapproved()
Get Unapproved LabTrans setting which was set at the startup of the application or later
changed by the user.
|
java.lang.String |
LaborSet.getUserAndQbeWhere() |
java.lang.String |
Labor.getUserNameForLabor()
This method gets user name for the labor from the maxusergroup object.
|
java.lang.String |
LaborRemote.getUserNameForLabor()
Return the username for the labor
|
java.lang.String |
ServRecTransSet.getUserWhere(java.lang.String alias)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
boolean |
LabTransSet.getWork()
Get work setting which was set at the startup of the application or later
changed by the user.
|
boolean |
LabTransSetRemote.getWork()
Get work setting which was set at the startup of the application or later
changed by the user.
|
WORemote |
LabTrans.getWorkOrderForUpdate() |
java.util.Date |
Labor.getWPEndDateTime(MboRemote WorkTimeMbo,
java.util.Date wpStartDateTime,
java.util.GregorianCalendar scratchCal,
AvailCalc availCalc)
Gets the end datetime for the workperiod.
|
java.util.Date |
LaborRemote.getWPEndDateTime(MboRemote WorkTimeMbo,
java.util.Date wpStartDateTime,
java.util.GregorianCalendar scratchCal,
AvailCalc availCalc)
Gets the end datetime for the workperiod.
|
java.lang.Boolean |
Labor.hasCoords() |
void |
ServRecTrans.init()
Initialize the ServRecTrans object
|
void |
PPLaborRate.init() |
void |
LaborQual.init()
Make some fields readonly after save.
|
void |
LaborCraftRate.init()
Propagate key flag is set to false to avoid erroneous propagation of key to the craftrate object.
|
static LabTransListener |
LabTransListener.init()
Returns the listener object.
|
void |
LabTrans.init()
init overridden to make existing records read/only
|
void |
Labor.init()
Initailzation rountine.
|
void |
Attendance.init()
init overridden to make existing records read/only
|
void |
FldLabTransType.init()
Intialize the editablity of wonum, assetnum, location and premiumpayhours based
on the labtranstype.
|
void |
LaborService.initCriteriaList(java.util.Hashtable criteriaTable)
Criteria defined for the LaborService object:
ISCRAFT - all laborcodes where isCraft='Y'
ISLABOR - all labor laborcodes, where isCraft is false
|
void |
FldServRecTransUnInvoicedQuantity.initValue()
Initialize this non-persistant field and set it equal to:
Uninvoiced quantity = (receipt quantity for the po/poline) - (sum of all invoiced
quantities where invoice line po/poline = receipt po/poline).
|
void |
FldServRecTransUnInvoicedCost.initValue()
Initialize this non-persistant field and set it equal to:
Uninvoiced cost = (receipt qty for the po/poline) - (sum of all invoiced
costs where invoice line po/poline = receipt po/poline).
|
void |
FldServRecTransRejectQty.initValue() |
void |
FldServRecTransQtyToReceive.initValue() |
void |
FldServRecTransInspectedQty.initValue()
Method to set the value of InspectedQty.
|
void |
FldServRecTransAcceptedQty.initValue()
Method to set the value of AcceptedQty.
|
void |
FldLaborTotalDailyTime.initValue()
Set the value of dailytime.
|
void |
FldLaborTotalAttendance.initValue()
Set the value of TotalAttendance.
|
void |
FldLaborStartTime.initValue() |
void |
FldLaborShiftNum.initValue() |
void |
FldLaborQualCurrent.initValue()
Get the effective and end dates of this certificate and see if today falls between them.
|
void |
FldLaborPersonID.initValue() |
void |
FldLaborPercentAlloc.initValue()
Set the percentage of hours allocated for
7 days starting from the given date for this labor
|
void |
FldLaborDay7.initValue()
If this was the first DayN field accessed, the createAMGrid method in the
parent is called; otherwise, we do nothing and return.
|
void |
FldLaborDay6.initValue()
If this was the first DayN field accessed, the createAMGrid method in the
parent is called; otherwise, we do nothing and return.
|
void |
FldLaborDay5.initValue()
If this was the first DayN field accessed, the createAMGrid method in the
parent is called; otherwise, we do nothing and return.
|
void |
FldLaborDay4.initValue()
If this was the first DayN field accessed, the createAMGrid method in the
parent is called; otherwise, we do nothing and return.
|
void |
FldLaborDay3.initValue()
If this was the first DayN field accessed, the createAMGrid method in the
parent is called; otherwise, we do nothing and return.
|
void |
FldLaborWorkDate.initValue()
If this was the first DayN field accessed, the createAMGrid method is called;
otherwise, we do nothing and return.
|
void |
FldLaborDay2.initValue()
If this was the first DayN field accessed, the createAMGrid method in the
parent is called; otherwise, we do nothing and return.
|
void |
FldLaborCrewAssignment.initValue()
Set this boolean field based on whether this labor has any crews assigned for the future.
|
void |
FldLaborCraftRateStandardRate.initValue() |
void |
FldLaborCraftRateIsActive.initValue() |
void |
FldLaborCraftRateDisplayRate.initValue() |
void |
FldLaborCalNum.initValue() |
void |
FldLaborAvailability.initValue() |
void |
FldLaborAssigned.initValue() |
void |
FldAssignLaborStartTime.initValue()
Set the startime value depending on available shift
|
void |
FldAssignLaborAvailable.initValue()
Set the boolean value in the available column depending status, assigned/unassigned
|
void |
FldAssignLaborAvailability.initValue()
Set the no.
|
boolean |
LaborCraftRate.isFirstRecord()
Check to see if this entry is the first in the table.
|
boolean |
Labor.isGISDataReadonly() |
boolean |
LaborCraftRateSet.isLookup()
Whether this MBO set is used in a drill down type of lookup UI.
|
boolean |
Attendance.isSameDate(java.util.Date date1,
java.util.Date date2)
This method takes 2 date parameters and checks if the two dates are equal.If the two dates
are equal it returns true
|
static boolean |
Attendance.isStartAfterFinshDate(java.util.Date startDate,
java.util.Date finishDate)
This method checks if the finish date is before the start date.
|
void |
LaborCraftRate.makeOtherNotDefault()
Used to force defaultcraft checkbox to function like a radiobutton.
|
void |
LaborStatus.modify() |
void |
LaborQualStatus.modify() |
void |
LaborCraftRate.modify() |
void |
LaborCertHist.modify() |
void |
LabTrans.modify()
The first time a field of a labtrans object is modified.
|
void |
LabTransListener.postCommitEventAction(EventMessage em) |
void |
LabTransListener.preSaveEventAction(EventMessage em) |
void |
LaborQual.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for LaborCode.
|
void |
LaborCraftRate.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for LaborCode when propagating from Labor.
|
void |
LabTransSet.remove(MboRemote mbo)
remove the child mbo need remove it from the childlookup.
|
void |
ServRecTransSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
LabTransSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
ServRecTrans.save()
Save ServRecTrans object and all other linked objects
Calls super.save() after work on the other objects.
|
protected void |
LaborQual.save()
Write to the LaborCertHist table and then do super.save().
|
protected void |
LabTrans.save()
This mbo needs to update the totals of the workorder or ticket and labor records
referenced by this labtrans record.
|
void |
Labor.saveGISData(java.lang.String address,
java.lang.String lat,
java.lang.String lng)
The address here is not saved as this will be writing out to LBSLocation table which
does not contain an address.
|
void |
Labor.saveLBSData(java.lang.Double lat,
java.lang.Double lng,
java.lang.Double locationAccuracy,
java.lang.Double altitudeAccuracy,
java.lang.Double altitude,
java.lang.Double heading,
java.lang.Double speed) |
void |
LabTransSet.setAllDates(boolean allDatesActLab)
Set the userpref alldates setting.
|
void |
AttendanceSetRemote.setAllDates(boolean allDatesAtt)
Set the userpref alldates setting.
|
void |
AttendanceSet.setAllDates(boolean allDatesAtt)
Set the userpref alldates setting.
|
void |
LabTransSetRemote.setAllDates(boolean allDatesActLab)
Set the userpref alldates setting.
|
void |
LaborCraftRateSetRemote.setClientWorkDate(java.util.Date ClientWorkDate) |
void |
LaborCraftRateSet.setClientWorkDate(java.util.Date ClientWorkDate) |
void |
LabTransRemote.setContractException(MXApplicationYesNoCancelException mxe) |
void |
LabTrans.setContractRevision()
Set the revisionnum when contractnum is not null and for the valid startdate and starttime
|
void |
LabTransSet.setCraftSet(LaborSet assignCraftSet)
Set the craftset which is already updated.
|
void |
LabTransSetRemote.setCraftSet(LaborSet assignCraftSet)
Set the craftset which is already updated.
|
void |
LabTrans.setDateTimeEntered() |
protected void |
LabTrans.setEditibilityFlags()
set flags for approved/unapproved labor transactions
|
void |
LabTransSet.setEndDate(java.util.Date endDateActLab)
Set by the user.
|
void |
AttendanceSetRemote.setEndDate(java.util.Date endDateAtt)
Set by the user.
|
void |
AttendanceSet.setEndDate(java.util.Date endDateAtt)
Set by the user.
|
void |
LabTransSetRemote.setEndDate(java.util.Date endDateActLab)
Set by the user.
|
protected void |
LabTrans.setGenApprFlag()
Sets the value for genapprservreceipt based on the inside or outside labor maxvars
|
protected void |
LabTrans.setGLCreditAcct()
Set the glcreditacct based on the values entered in laborcode,craft, skilllevel, vendor and contractnum
|
protected void |
LabTrans.setGLDebitAcct()
Set the gldebitacct based on the values entered in wonum, assetnum, location and laborcode
|
void |
LaborSet.setLaborAndCraftSelected()
Set the userpref for both labor and craft.
|
void |
LaborSet.setLaborSelected()
Set the userpref for labor.
|
void |
LabTransSet.setLaborSet(LaborSetRemote assignLaborSet)
Set the laborset which is already updated.
|
void |
LabTransSetRemote.setLaborSet(LaborSetRemote assignLaborSet)
Set the laborset which is already updated.
|
void |
LabTrans.setLineCost()
Calculates the line cost for the labor transaction record
|
void |
LabTransSet.setNonWork(boolean nonWorkActLab)
Sets the userpref non-work setting.
|
void |
LabTransSetRemote.setNonWork(boolean nonWorkActLab)
Sets the userpref non-work setting.
|
void |
LaborCraftRateSetRemote.setOriginalLaborQbe(java.util.Hashtable inQbe) |
void |
LaborCraftRateSet.setOriginalLaborQbe(java.util.Hashtable inQbe) |
void |
LaborCraftRateSetRemote.setOriginalLaborUserWhere(java.lang.String inWhere) |
void |
LaborCraftRateSet.setOriginalLaborUserWhere(java.lang.String inWhere) |
void |
LabTransSet.setOTRefused(boolean otRefusedActLab)
Sets the userpref OTRefused setting.
|
void |
LabTransSetRemote.setOTRefused(boolean otRefusedActLab)
Sets the userpref OTRefused setting.
|
void |
LabTransSet.setOwner(MboRemote mbo)
setOwner is overridden so the owner can be looked up in the attribute listeners and save method.
|
void |
ServRecTrans.setPOLineUpdated()
10-13456
Set the private boolean poLineUpdated to true
|
void |
ServRecTransSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
LabTrans.setSelectedValues(MboRemote mbo)
This method will set the values from the selected record from the source mbo to the multiple fields
in the target mbo.
|
void |
LabTransRemote.setSelectedValues(MboRemote mbo) |
void |
Labor.setServerDateColumn(java.util.Date[] newServerDateColumn) |
void |
LaborRemote.setServerDateColumn(java.util.Date[] newDateColumn) |
void |
ServRecTransRemote.setServRecTransValues(double quantity,
double unitCost,
double lineCost)
Could be calling from LabTrans or Invoice.
|
void |
ServRecTrans.setServRecTransValues(double quantity,
double unitCost,
double lineCost)
Could be calling from LabTrans or Invoice.
|
void |
ServRecTransRemote.setServRecTransValues(double quantity,
double unitCost,
double lineCost,
double exchangeRate)
Could be calling from Invoice.
|
void |
ServRecTrans.setServRecTransValues(double quantity,
double unitCost,
double lineCost,
double exchangeRate)
Could be calling from Invoice.
|
void |
LabTransSet.setStartDate(java.util.Date startDateActLab)
Set by the user.
|
void |
AttendanceSetRemote.setStartDate(java.util.Date startDateAtt)
Set by the user.
|
void |
AttendanceSet.setStartDate(java.util.Date startDateAtt)
Set by the user.
|
void |
LabTransSetRemote.setStartDate(java.util.Date startDateActLab)
Set by the user.
|
void |
LabTransSet.setUnapproved(boolean unapprovedActLab)
Sets the Unapproved LabTrans setting.
|
void |
LabTransSetRemote.setUnapproved(boolean unapprovedActLab)
Sets the Unapproved LabTrans setting.
|
void |
LabTrans.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
12-13761/IV24110: in Select Planned Labor from wotrack or quick rep WO.copyPlanLaborToLabTransSet,
the add() method defaults regularhours to 0 and then copies the assignment.laborhrs to labtrans.regularhrs.
|
void |
FldLabTransLaborcode.setValueFromLookup(MboRemote sourceMbo) |
void |
FldLabTransCraftRate.setValueFromLookup(MboRemote sourceMbo)
Clear the column combination before setting the values, so that the validation
will not trigger on wrong combination.
|
void |
LabTrans.setValuesForFinishDtTm()
This will set the values for finish date and time when there is a change
in the comination of start date and time or regularhrs and othrs
|
void |
LabTrans.setValuesForRegularPremiumHrs()
This will set the values for regularhrs and othrs when there is a change
in the date and time values
|
void |
LabTrans.setValuesForStartDtTm()
This will set the values for start date and time when there is a change
in the comination of finish date and time or regularhrs and othrs
|
void |
LabTransSet.setWork(boolean workActLab)
Sets the userpref work setting.
|
void |
LabTransSetRemote.setWork(boolean workActLab)
Sets the userpref work setting.
|
void |
Labor.setWorkHrs(java.util.Date DayOneClientDate)
Sets the available hours for the 7 dayN attributes (all non-persistent).
|
void |
LaborRemote.setWorkHrs(java.util.Date workdate)
Sets the available hours for the 7 dayN attributes (all non-persistent).
|
void |
Labor.setWorkHrs(java.util.Date DayOneClientDate,
boolean isCreateAMGrid) |
boolean |
LaborSet.showLabor()
show the labor records which was set by the user.
|
protected boolean |
LaborQual.skipCopyField(MboValueInfo mvi) |
protected boolean |
LaborCraftRate.skipCopyField(MboValueInfo mvi)
Do not copy laborcode field on duplicate.
|
protected boolean |
Labor.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
LabTrans.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specified attribute and values of the current record.
|
MboRemote |
LabTransSet.startTimer()
Method that will start the timer with the current date and time.
|
MboRemote |
LabTransSet.startTimer(java.util.Date targetDateTime)
Method that will start the timer.
|
MboRemote |
LabTransSet.stopTimer()
Method that will stop the timer with the current date and time.
|
MboRemote |
LabTransSet.stopTimer(java.util.Date targetStopDate,
boolean noStopTimerPopup) |
MboRemote |
LabTransSet.stopTimer(java.util.Date targetStopDate,
java.util.Date startDateTime,
boolean noStopTimerPopup)
Method that will stop the timer.
|
void |
LabTransSet.transCommitted()
A method to write the accumulated regular and premium pay hours for the LabTrans objects to the database.
|
void |
LaborCraftRate.undelete()
Overridden to check whether the default craft is marked for deletion.
|
void |
LabTrans.undelete()
Adds the line cost to WO.ActLabCost.
|
void |
LabTrans.updateActualLabCost()
Updates Actual labor cost on workorder when the linecost is updated for this transaction,
if the workorder owns this labor transaction
|
void |
LabTrans.updateActualLabwithPremiumHrs()
Updates Actual labor hrs on workorder when the premiumpay hours are entered,
if the workorder owns this labor transaction
|
void |
LabTrans.updateActualLabwithRegularHrs()
Updates Actual labor hrs on workorder when the regularhrs are entered,
if the workorder owns this labor transaction
|
void |
Labor.updateCalendar()
Method to update the PersonCal record associated with this labor
using the non persistent fields calnum and shiftnum.
|
void |
ServRecTrans.updateCompletedFields(java.util.Date changeDate)
Completed services receipt.
|
void |
LaborCraftRate.updateGLInfo() |
void |
LaborCraftRateRemote.updateGLInfo() |
void |
LaborService.updateHours(UserInfo userinfo,
java.lang.String laborcode,
java.lang.String orgid,
double regHours,
double otHours)
Service method to update the regular and year to date hours on a labor record.
|
void |
LaborSet.useLaborAuthRestriction()
Turn on LaborAuth restrictions for this set.
|
void |
LaborSetRemote.useLaborAuthRestriction()
Turn on LaborAuth restrictions for this set.
|
void |
FldServRecTransRejectQty.validate() |
void |
FldServRecTransQtyToReceive.validate()
If this receipt is of return type, check to see if the number of items returned are more than
what has been received.
|
void |
FldServRecTransPonum.validate() |
void |
FldLaborYtdHrsRefused.validate() |
void |
FldLaborWOPriority.validate() |
void |
FldLaborQuantity.validate() |
void |
FldLaborQualValidationDate.validate()
Check to make sure year is not in future and year is no more than 50 years in past.
|
void |
FldLaborQualQualificationID.validate()
Valid entry must exist in Qualification table, with a status of ACTIVE,
and must have its required crafts filled by the Labor.
|
void |
FldLaborQualOriginalYear.validate() |
void |
FldLaborQualLaborcode.validate() |
void |
FldLaborQualEffDate.validate()
Validate the entry.
|
void |
FldLaborPersonID.validate() |
void |
FldLaborPayRate.validate() |
void |
FldLaborOTScale.validate() |
void |
FldLaborLaborcode.validate()
When used in hierarchy mode, can specify an existing laborcode
|
void |
FldLaborHireDate.validate()
Validate against the birthdate.
|
void |
FldLaborCraftRate.validate()
This method first gets a CraftRate set based on the
Craft,Skilllevel, Company, ContractNum, and Orgid that are currently filled in.
|
void |
FldLaborCertHistValidationDate.validate()
Check to make sure year is not in future and year is no more than 50 years in past.
|
void |
FldLaborCertHistEffDate.validate()
Validate the entry.
|
void |
FldLaborCertHistCertificateNum.validate()
Validate the entry.
|
void |
FldLaborBirthDate.validate() |
void |
FldLaborAvailFactor.validate()
AvailFactor must be a number between 0 and 1 inclusive
|
void |
FldLabTransWonum.validate()
If the work order owns the LabTrans Mbo, validate against it.
|
void |
FldLabTransVendor.validate()
Validate Vendor mismatch with the laborcode
|
void |
FldLabTransTicketID.validate() |
void |
FldLabTransTicketClass.validate()
validate() overridden - if both ticketid and class are input, check db
|
void |
FldLabTransStartTime.validate()
Calculate unedited time field
|
void |
FldLabTransStartDate.validate()
Calculate unedited time field
|
void |
FldLabTransSkillLevel.validate()
Validate Craft, Skill Level mismatch with the laborcode
|
void |
FldLabTransRegularHrs.validate()
Calculate regular hours and update date and time values
|
void |
FldLabTransRefWO.validate()
10-18008: added validate to prevent work order in the unacceptable labor
|
void |
FldLabTransPremiumPayHours.validate()
Calculate regular hours and update date and time values
|
void |
FldLabTransPOLineNum.validate()
Set the values for labtrans.payrate and glcreditacct if the a PO Line has been entered and
it is valid.
|
void |
FldLabTransOutside.validate()
Validate routine for this attribute.
|
void |
FldLabTransLaborcode.validate()
Validate will call super.validate() or validate on FldCommonLaborCraftRate depending on the maxvar "LABTRNALLOWANYCRFT"
|
void |
FldLabTransGenApprServReceipt.validate()
10-18008: added validate to prevent work order in the unacceptable labor
|
void |
FldLabTransFinishTime.validate()
Calculate unedited time field
|
void |
FldLabTransFinishDate.validate()
Calculate unedited time field
|
void |
FldLabTransEnterDate.validate()
Validate field enter Date against active financial period in financialperiods table
Sets value in labtrans.financialperiod
|
void |
FldLabTransCraft.validate()
Validate Craft, Skill Level mismatch with the laborcode
|
void |
FldLabTransCraftRate.validate()
override validate()
|
void |
FldLabTransContract.validate()
Validate Vendor mismatch with the laborcode
|
void |
FldLabTransActivity.validate()
Add validation to make sure the selected value belongs to the allowed
list of values.
|
void |
FldAttendanceStartTime.validate()
Calculate and set attendance dates .
|
void |
FldAttendanceStartDate.validate()
Calculate and set attendance dates .
|
void |
FldAttendanceHrs.validate()
Set the valid Attendance Hrs
|
void |
FldAttendanceFinishTime.validate()
Must be a valid date .
|
void |
FldAttendanceFinishDate.validate()
Must be a valid date .
|
void |
FldLabTransType.validate()
Validates trans type against work order transtype
|
java.util.Date |
LabTrans.validateDateTime(java.util.Date date,
java.util.Date time)
This method will take two dates as a parameters and remove the date section from
one and combine it with the time section from the other.
|
java.util.Date |
Attendance.validateDateTime(java.util.Date date,
java.util.Date time)
This method will take two dates as a parameters and remove the date section from
one and combine it with the time section from the other.
|
java.util.Date |
LabTransRemote.validateDateTime(java.util.Date date,
java.util.Date date2) |
java.util.Date |
LabTrans.validateDateTimeWithTimeZone(java.util.Date date,
java.util.Date time)
This method will take two dates as a parameters and remove the date section from
one and combine it with the time section from the other.
|
java.util.Date |
LabTransRemote.validateDateTimeWithTimeZone(java.util.Date date,
java.util.Date date2) |
java.util.Date |
LabTrans.validateDateTimeWithUserTimeZone(java.util.Date date,
java.util.Date time)
IJ07852: Fix per Sarika.
|
java.util.Date |
LabTransRemote.validateDateTimeWithUserTimeZone(java.util.Date date,
java.util.Date time) |
void |
LabTrans.validateFutureTolerance()
Validation for future tolerance.
|
void |
LabTrans.validatePOforApproval()
Validate PO before approving labor transaction.
|
POLineRemote |
LabTrans.validatePOLineforApproval()
The PoLine specified must be a service line and the PoLine must not be complete for approval and the POLINE
must not be PRORATED.
|
void |
LabTrans.validateVendor()
Labor and Vendor mismatch is not allowed any time.
|
void |
LabTrans.validateWOAcceptsCharges()
Check to validate the workorder associated with this transactions has the acceptscharges true.
|
boolean |
LabTrans.validDates()
Return true if startdate, starttime, finishdate and finishtime are not null
|
boolean |
Attendance.validDates()
Return true if startdate, starttime, finishdate and finishtime are not null
|
void |
Labor.zeroYTD(boolean bReported,
boolean bOvertime,
boolean bOTRefused)
Zeros the selected YTD Fields for either the Current Query
(append sWhere) or the Current Record (append the key field)
Author:
Ramadevi Bhogadi
|
void |
LaborRemote.zeroYTD(boolean bReported,
boolean bOvertime,
boolean bOTRefused)
Zeros the selected YTD Fields for either the Current Query (append sWhere) or the Current Record (append the key
field)
|
Methods in psdi.app.labor.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldLabTransStartTimeNP.action() |
void |
FldLabTransStartDateNP.action() |
void |
FldLabTransFinishTimeNP.action() |
void |
FldLabTransFinishDateNP.action() |
void |
FldLabTransEnterByWoNum.action()
If set to blank or if it is a task clear the taskid
set taskid field to read only if this is a task
|
void |
FldLabTransEnterByVendor.action()
clear the contract when a vendor is entered
|
void |
FldLabTransEnterByTaskID.action() |
void |
FldLabTransEnterByContractNum.action()
If there is one record for the given combination, then set the values in the remaining columns.
|
void |
FldConfirmLabTransStartTime.action()
Calculate and set value for Regular Hours based on the date/time changes.
|
void |
FldConfirmLabTransStartDate.action()
Calculate and set value for Regular Hours based on the date/time changes.
|
void |
FldConfirmLabTransHours.action() |
void |
FldConfirmLabTransFinishTime.action()
Calculate and set value for Regular Hours based on the date/time changes.
|
void |
FldConfirmLabTransFinishDate.action()
Calculate and set value for Regular Hours based on the date/time changes.
|
void |
FldLabTransEnterByTicketID.action() |
void |
LaborChangeStatus.add()
Sets up a new LaborChangeStatus object.
|
void |
LabInvLoc.add() |
void |
CreateServRec.add()
Sets up a new CreateServRec object.
|
void |
ConfirmLabtrans.add()
Sets up a new TKChangeStatus object.
|
void |
LabTransEnterBy.add()
Sets up LabTransEnterBy object.
|
void |
LabTransEnterBySet.canAdd() |
protected void |
LaborQualChangeStatusSet.changeMboStatus(MboRemote laborQual,
MboRemote param) |
protected void |
LaborChangeStatusSet.changeMboStatus(MboRemote labor,
MboRemote param) |
void |
ConfirmLabtrans.checkDates()
Check finishdate, finishtime, startdate and starttime validity.
|
void |
LabTransEnterByRemote.cleanMainRecord(java.lang.String excludedField) |
void |
LabTransEnterBy.cleanMainRecord(java.lang.String excludedField) |
void |
LabTransEnterBySetRemote.copyPlannedLaborToLabTransSet(MboSetRemote wmassignmentsSet) |
void |
LabTransEnterBySet.copyPlannedLaborToLabTransSet(MboSetRemote wmassignmentsSet)
copyPlannedLaborToLabTransSet handles the OK button once wmassignments have been selected
to use in creating labtrans records.
|
MboSetRemote |
CreateInvoiceSet.createInvoiceInput(MboSetRemote labTransSet)
Non persistent mbos are added and shown on the page.
|
void |
CreateInvoiceSet.createInvoicesByLabTrans(MboSetRemote labTransSet,
MboRemote createInvoice)
This method is called if the user wants to summarize the invoice lines by labor transactions.
|
void |
CreateInvoiceSet.createInvoicesByWO(MboSetRemote labTransSet,
MboRemote createInvoice) |
void |
ZeroYTDSet.execute()
After the attributes are set, call this method to apply ZeroYTD for the current Labor Record
|
void |
LabTransEnterBySet.execute()
execute is overridden here to call this.save().
|
void |
LabInvLocSetRemote.execute() |
void |
LabInvLocSet.execute()
Add a new location mbo to the locationset.
|
void |
CreateServRecSet.execute()
After the attributes are set, call this method to create service receipts for single labor
|
void |
CreateInvoiceSet.execute()
Creates the actual invoices from the non-persistent mbos displyaed on the Create
Invoice page.
|
void |
ConfirmLabtransSet.execute() |
void |
CreateServRecSetRemote.executeOnSet(MboSetRemote resultSet)
A method that can be called on a labor resultset.
|
void |
CreateServRecSet.executeOnSet(MboSetRemote resultSet)
After the attributes are set, call this method to create service receipts for a selected laborset
|
boolean |
LabTransEnterBy.existLabTransRecord(WMAssignmentRemote wmassign) |
boolean |
LabTransEnterBy.existToolTransRecord(WMAssignmentRemote wmassign) |
void |
LabTransEnterByRemote.fillTemporaryMbos(WORemote wo) |
void |
LabTransEnterBy.fillTemporaryMbos(WORemote wo) |
java.lang.String[] |
FldLabTransEnterByTicketID.getAppLink() |
java.lang.String |
CreateInvoiceSet.getAutoKey()
Get the next auto key value for the invoice object.
|
java.util.Date |
LabTransEnterBy.getCurrentShiftEndate(java.util.Date workdate) |
java.util.Date |
LabTransEnterBy.getCurrentShiftStartDate(java.util.Date workdate) |
double |
ConfirmLabtrans.getDatesDiff()
Return the time difference between the startdate, starttime, finishdate and finishtime.
|
java.util.Date |
ConfirmLabtrans.getFinishDateTime()
Return the time difference between the startdate, starttime, finishdate and finishtime.
|
MboSetRemote |
FldLabTransEnterByVendor.getList()
Get the list of company records which are in the craftrate table
|
MboSetRemote |
FldLabTransEnterByTaskID.getList() |
MboSetRemote |
FldLabTransEnterByLaborcode.getList()
Get the list of labor or laborcraftrate records based on maxvar "LABTRNALLOWANYCRFT"
|
MboSetRemote |
FldLabTransEnterByContractNum.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldLabTransEnterByTicketID.getList() |
protected Mbo |
ZeroYTDSet.getMboInstance(MboSet ms)
Factory method to create an ZeroYTD object.
|
protected Mbo |
LaborQualChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an LaborQualChangeStatus object.
|
protected Mbo |
LaborChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an LaborChangeStatus object.
|
protected Mbo |
LabTransEnterBySet.getMboInstance(MboSet ms)
Factory method to create an LabTransEnterBy object.
|
protected Mbo |
LabInvLocSet.getMboInstance(MboSet ms)
Factory method to create an LabInvLocSet object.
|
protected Mbo |
LabAmCrewWorkGroupSet.getMboInstance(MboSet ms) |
protected Mbo |
CreateServRecSet.getMboInstance(MboSet ms)
Factory method to create an CreateServRec object.
|
protected Mbo |
CreateInvoiceSet.getMboInstance(MboSet ms)
Generate a new CreateInvoice object.
|
protected Mbo |
ConfirmLabtransSet.getMboInstance(MboSet ms)
Factory method to create an ConfirmLabtrans object.
|
MboSetRemote |
LaborQualChangeStatusSetRemote.getMboIntoSet(MboRemote mbo) |
MboSetRemote |
LaborQualChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
LaborChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected SqlFormat |
FldLabTransEnterByContractNum.getSqlForEnteredFields(boolean againstCraftRate) |
java.util.Date |
ConfirmLabtrans.getStartDateTime()
Return the time difference between the startdate, starttime, finishdate and finishtime.
|
int |
ConfirmLabtrans.getTotalHrsinMinutes()
Return the totalhrs in minutes for regularhrs and othrs
|
void |
CreateInvoice.init() |
void |
FldLabTransStartTimeNP.initValue()
We have to do our own value setting as the data could be from two different locations.
|
void |
FldLabTransStartDateNP.initValue()
We have to do our own value setting as the data could be from two different locations.
|
void |
FldLabTransFinishTimeNP.initValue()
We have to do our own value setting as the data could be from two different locations.
|
void |
FldLabTransFinishDateNP.initValue()
We have to do our own value setting as the data could be from two different locations.
|
boolean |
LabTransEnterBySetRemote.isLookup() |
boolean |
LabTransEnterBySet.isLookup() |
java.util.Date |
LabTransEnterByRemote.rangeWorkDate(boolean up) |
java.util.Date |
LabTransEnterBy.rangeWorkDate(boolean up) |
void |
LabTransEnterBySetRemote.saveScreen(AMCrewWoLabSetRemote labSet,
AMCrewWoTlSetRemote toolSet,
WMAssignTmpSetRemote assignSet,
LabTransEnterByRemote mboOwner) |
void |
LabTransEnterBySet.saveScreen(AMCrewWoLabSetRemote labSet,
AMCrewWoTlSetRemote toolSet,
WMAssignTmpSetRemote assignSet,
LabTransEnterByRemote ownerMbo) |
void |
LabTransEnterBySetRemote.saveScreen(AMCrewWoLabSetRemote labSet,
AMCrewWoTlSetRemote toolSet,
WMAssignTmpSetRemote assignSet,
LabTransEnterByRemote mboOwner,
WORemote woRemote,
LabTransSetRemote labTransWOSet,
ToolTransSetRemote toolTransWOSet) |
void |
LabTransEnterBySet.saveScreen(AMCrewWoLabSetRemote labSet,
AMCrewWoTlSetRemote toolSet,
WMAssignTmpSetRemote assignSet,
LabTransEnterByRemote ownerMbo,
WORemote woRemote,
LabTransSetRemote labTransWOSet,
ToolTransSetRemote toolTransWOSet) |
void |
ConfirmLabtrans.setFinishDateTime()
set finishdate and time
|
MboRemote |
CreateInvoiceSet.setup()
Set the data on the Create Invoice page.
|
void |
ConfirmLabtrans.setValuesForRegularHrs()
This will set the values for regularhrs and othrs when there is a change
in the date and time values
|
void |
FldServRecStartDate.validate() |
void |
FldServRecEndDate.validate() |
void |
FldLabTransEnterByVendor.validate()
Validate will validate on CraftRate
|
void |
FldLabTransEnterByTaskID.validate()
If wonum is not null check for validity of taskid
Spec: When a workorder is entered and it is a task the task ID
is left null on the screen.
|
void |
FldLabTransEnterByLaborcode.validate()
Validate will call super.validate() or validate on LaborCraftRate
depending on the maxvar "LABTRNALLOWANYCRFT"
|
void |
FldLabTransEnterByContractNum.validate()
Contract should have a laborcraftrate.
|
void |
FldLabTransEnterByClass.validate()
validate() overridden - if both ticketid and class are input, check db
|
void |
FldLabInvLocSite.validate() |
void |
FldLabInvLocLocation.validate() |
void |
FldCreateInvoiceInvoiceNum.validate()
This validation makes sure that we do not change any invoice number on the Create
Invoice dialog to any existing invoice number in the database or one already being
used on this page.
|
void |
FldConfirmLabTransStartTime.validate()
Must be a valid date time combination .
|
void |
FldConfirmLabTransStartDate.validate()
Must be a valid date time combination .
|
void |
FldConfirmLabTransFinishTime.validate()
Must be a valid date time combination .
|
void |
FldConfirmLabTransFinishDate.validate()
Must be a valid date time combination .
|
void |
FldLabTransEnterByTicketID.validate() |
java.util.Date |
ConfirmLabtrans.validateDateTime(java.util.Date date,
java.util.Date time)
This method will take two dates as a parameters and remove the date section from
one and combine it with the time section from the other.
|
java.util.Date |
ConfirmLabtrans.validateDateTimeWithTimeZone(java.util.Date date,
java.util.Date time)
This method will take two dates as a parameters and remove the date section from
one and combine it with the time section from the other.
|
void |
FldLabTransEnterByTicketID.validateTicketAndClass(java.lang.String ticketFieldName,
java.lang.String ticketClassFieldName)
ensures the ticket actually exists in the database
|
Methods in psdi.app.lictrack that throw MXException
Modifier and Type |
Method and Description |
void |
FldQtyMaxLicPurchDet.action() |
void |
FldPrdnameMaxLicense.action() |
void |
FldPrdnameMaxLicApps.action() |
void |
MaxProdApp.add() |
void |
MaxLicUserAsc.add() |
void |
MaxLicStatus.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxLicPurchDet.add() |
void |
MaxLicApps.add() |
void |
MaxLicense.appValidate() |
void |
MaxLicStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
MaxLicense.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
MaxLicStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Set status value.
|
boolean |
MaxLicMonitorService.checkAppInAppTable(java.lang.String appName)
Check the maxlicprodapps table for the existence of any records that have APPNAME
that matches the incoming appName.
|
boolean |
MaxLicMonitorService.checkMaxprodidInAppTable(java.lang.String prodId)
Check the maxlicprodapps table for the existence of any records that have MAXPRODID
that matches the incoming prodId.
|
void |
MaxLicStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorized to make a status changes.
|
void |
MaxLicStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
MaxLicStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus,
boolean applevel)
Check out the users security in mbo or applevel
|
void |
MaxLicense.delete(long accessModifie) |
void |
MaxLicPurchDet.delete(long accessModifier) |
static java.util.HashSet |
MaxLicenseUtils.getAllLicensesWithSameProduct(java.lang.String licenseNum,
UserInfo userInfo) |
java.lang.String |
MaxLicMonitorService.getLicProductKeys()
Returns the product list
|
MboSetRemote |
FldUserIdMaxUserAssoc.getList() |
MboSetRemote |
FldLicenseNumMaxUserAssoc.getList() |
java.util.HashMap |
MasLimitedAppInfoCache.getListOfAppInfo() |
java.util.HashMap |
MasProdAndAppCache.getListOfProdAndApp() |
java.util.HashMap |
MasProdAppAndOptCache.getListOfProdAppAndOpt() |
java.util.Vector |
MaxLicStatus.getMaxLicStatus()
Gets historical data from MaxLicStatus.
|
protected Mbo |
MaxProdAppSet.getMboInstance(MboSet ms)
Generate a new MaxLicense object
|
protected Mbo |
MaxLicenseSet.getMboInstance(MboSet ms)
Generate a new MaxLicense object
|
protected Mbo |
MaxLicUserAscSet.getMboInstance(MboSet ms)
Generate a new MaxLicPurchDet object
|
protected Mbo |
MaxLicStatusSet.getMboInstance(MboSet ms)
Generate a new MaxLicStatus object
|
protected Mbo |
MaxLicPurchDetSet.getMboInstance(MboSet ms)
Generate a new MaxLicPurchDet object
|
protected Mbo |
MaxLicPrdKeyListSet.getMboInstance(MboSet ms)
Generate a new MaxLicPrdKeyList object
|
protected Mbo |
MaxLicAppsSet.getMboInstance(MboSet ms)
Generate a new MaxLicense object
|
CrontaskParamInfo[] |
UserAnalyzerCronTask.getParameters() |
CrontaskParamInfo[] |
MasUserReporting.getParameters() |
CrontaskParamInfo[] |
MasUserAnalyzerCronTask.getParameters() |
java.lang.String |
MaxLicMonitorService.getProductName(java.lang.String prodId)
Utility routine
Given the maxprodid it returns the product name
|
protected MboSetRemote |
MaxLicense.getStatusHistory()
Returns the MaxLicStatusSet object.
|
void |
MaxLicense.init() |
void |
MaxLicStatus.init()
Initialize the object to be read only.
|
void |
MaxLicApps.init() |
void |
MasProdAppAndOptCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
MasProdAndAppCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
MasLimitedAppInfoCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
MasProdAppAndOptCache.reload()
Reload cache.
|
void |
MasProdAndAppCache.reload()
Reload cache.
|
void |
MasLimitedAppInfoCache.reload()
Reload cache.
|
void |
MasProdAppAndOptCache.reload(java.lang.String key)
Reload the passed key.
|
void |
MasProdAndAppCache.reload(java.lang.String key)
Reload the passed key.
|
void |
MasLimitedAppInfoCache.reload(java.lang.String key)
Reload the passed key.
|
protected void |
MaxLicense.save() |
protected void |
MaxLicPurchDet.save() |
void |
MaxLicense.undelete() |
void |
MaxLicPurchDet.undelete() |
void |
FldUserIdMaxUserAssoc.validate() |
void |
FldQtyMaxLicPurchDet.validate() |
void |
FldPurchDateMaxLicPurchDet.validate() |
void |
FldPrdnameMaxLicense.validate() |
void |
FldMainDateMaxLicPurchDet.validate() |
void |
FldLicenseNumMaxUserAssoc.validate() |
void |
FldLicTypeMaxLicense.validate() |
void |
FldLicQtyMaxLicense.validate() |
static void |
MaxLicenseUtils.validateLicUserAssoc(java.lang.String userId,
java.lang.String licenseNum,
long uniqueIDValue,
MboSetRemote currentMboSet,
UserInfo userInfo) |
Methods in psdi.app.location that throw MXException
Modifier and Type |
Method and Description |
void |
FldLocationWarrantyExpDate.action()
if the the non-persistent Location.failurecode attribute has been modified,
update the related LocOper.failurecode persistent attribute.
|
void |
FldLocationStatus.action() |
void |
FldLocationSiteID.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldLocationShiftNum.action() |
void |
FldLocationNewPercent.action()
if the the non-persistent Location.NEWPERCENT attribute has been modified,
update the related LocLeadTime.NEWPERCENT persistent attribute.
|
void |
FldLocationLocPriority.action()
if the the non-persistent Location.LocPriority attribute has been modified,
update the related locOperMboRemote.LocPriority persistent attribute.
|
void |
FldLocationItemNum.action()
If item is not null,
set locations.classstructureid
|
void |
FldLocationInstallDate.action() |
void |
FldLocationFailureCode.action()
if the the non-persistent Location.failurecode attribute has been modified,
update the related LocOper.failurecode persistent attribute.
|
void |
FldLocationExpectedLife.action() |
void |
FldLocationClassStructureid.action()
Generate or clear LocationSpec when classstructureid is changed
|
void |
FldLocationCalNum.action()
if the the non-persistent Location.calnum attribute has been modified,
update the related LocOper.calnum persistent attribute.
|
void |
FldLocationAddToStoreSiteId.action() |
void |
FldLocationAddToStoreLoc.action()
copies the selected storeroom site to addtostoresiteid
|
void |
FldLocType.action()
If this location is still to be added,not null, and is not OPERATING then
clear the location's priority and make it read only.
|
void |
FldLocSystemPrimarySystem.action() |
void |
FldLocSystemId.action()
If lochierarchy is not null,
reset locations.lochierarchy
If children is not null,
reset locations.children
|
void |
FldLocOperItemNum.action()
If item is not null,
set locations.classstructureid
|
void |
FldLocMeterReadingIsModificationADelta.action()
sets this value's LocMeterReading object's ReadingSource attribute to the external (translated)
value for "MODIFIED" from the READINGSOURCE valuelist.
|
void |
FldLocHierarchyNewParent.action()
Trigger the LocHierarchy record in the update mode when newparent is entered.
|
void |
FldLocGroupName.action()
if the the non-persistent Location.GroupName attribute has
been modified,update the related LocOper.GroupName
persistent attribute.
|
void |
StoreroomAncestor.add() |
void |
LocationUserCust.add()
Adds a new LocationUserCust mbo and sets field defaults.
|
void |
LocationSpec.add()
set default values for a new locationspec object.
|
void |
LocationOpSKD.add()
Add LocationOpSKD record with location set to owner location, Enterdate , Enterby
|
void |
LocationMntSKD.add()
Add LocationMntSKD record with location set to owner location, Enterdate , Enterby
|
void |
LocSystem.add()
Add Routine
This add method will set the default values for Systemid, description, network of LocSystem object
Systemid = 0
Description = 0
Network = Readonly (always)
|
void |
LocStatus.add()
Add a new LocStatus
Field defaults are set
|
void |
LocOper.add()
Add a new Locoper record when the loctype is "OPERATING"
Field defaults are set
|
void |
LocHierarchy.add()
Add a new Lochierarchy record
Field defaults are set
|
void |
LocAncestor.add()
Add a new LocAncestor record
Field defaults are set
|
void |
Location.add()
Add a new Location Field defaults are set
|
MboRemote |
LocationService.addAnItemToStoreroom(UserInfo userInfo,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String storeroom,
java.lang.String siteid,
boolean istool,
java.lang.String orderunit,
java.lang.String issueunit,
java.lang.Number curbal,
java.lang.String dfltbin,
java.lang.String costtype,
java.lang.Number unitcost,
java.lang.Number stdcost,
java.lang.Number avgcost,
java.lang.String lotnum,
boolean savenow,
java.lang.Number orderqty,
java.lang.Number deliverytime,
java.lang.Number minlevel,
java.lang.Number reorder,
java.lang.Number ccf) |
MboRemote |
LocationSet.addAtIndex(long accessModifier,
int ind)
06-16999: override addAtIndex to set the proper readonlyness for an
operating location or a storeoom after all necessary add() logic is done.
|
void |
LocationSpec.addDetailInfor(MboRemote location,
MboRemote mbo)
copying more information from locations and classspec
to this LocationSpec record
This method implements the abstract method addDetailInfor
on psdi.app.assetcatalog.SpecificationMbo
|
MboSetRemote |
LocationService.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
MboRemote location,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
LocationServiceRemote.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
MboRemote location,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
LocationService.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
boolean addKitComponents)
Returns the set of inventory objects gotten from the rows selected
in the item set.
|
MboSetRemote |
LocationServiceRemote.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
boolean addKitComponents) |
MboSetRemote |
LocationService.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
LocationServiceRemote.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
LocationService.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
java.lang.String siteId,
boolean addKitComponents)
Returns the set of inventory objects gotten from the rows selected
in the item set.
|
MboSetRemote |
LocationServiceRemote.addItemsToStoreroom(UserInfo userInfo,
MboSetRemote itemSet,
java.lang.String storeroom,
java.lang.String siteId,
boolean addKitComponents) |
MboSetRemote |
LocationService.addItemsToStoreroomBulk(UserInfo userInfo,
MboSetRemote itemSet,
MboSetRemote locationSet,
boolean addKitComponents,
MboRemote matrectrans) |
MboSetRemote |
LocationServiceRemote.addItemsToStoreroomBulk(UserInfo userInfo,
MboSetRemote itemSet,
MboSetRemote locationSet,
boolean addKitComponents,
MboRemote matrectrans) |
void |
LocationSet.addLocationMntSKD(MboSetRemote npLocationOpSKDSet) |
void |
LocationSetRemote.addLocationMntSKD(MboSetRemote npLocationOpSKDSet) |
void |
LocationSet.addLocationOpSKD(MboSetRemote npLocationOpSKDSet) |
void |
LocationSetRemote.addLocationOpSKD(MboSetRemote npLocationOpSKDSet) |
void |
Location.addLocationsToCollectDetails(java.lang.String collectionNum)
Add Locations to Collections, on a selected list of Location's or a single Location.
|
void |
LocationRemote.addLocationsToCollectDetails(java.lang.String collectionNum) |
void |
Location.addMoreLocationsToSet(MboSetRemote selectedMoreMboSet,
MboSetRemote selectedMboSet)
Adds the more selected locations to the existing selected set
|
void |
LocationRemote.addMoreLocationsToSet(MboSetRemote selectedMoreMboSet,
MboSetRemote selectedMboSet) |
void |
LocationSet.addReorderStorelocUpdatedWarning()
Method to display navbarmessage after updating inventory reorder storetoom
|
void |
LocationSetRemote.addReorderStorelocUpdatedWarning() |
void |
LocationSet.addWorkZones(java.lang.String workzone,
java.lang.String type,
java.lang.String orgid) |
void |
LocationSetRemote.addWorkZones(java.lang.String workzone,
java.lang.String type,
java.lang.String orgid) |
boolean |
LocationService.allowDeletionOfRedundantLocSystemSitePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet,
MboRemote locSystemToBeDeleted) |
boolean |
LocationServiceRemote.allowDeletionOfRedundantLocSystemSitePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet,
MboRemote locSystemToBeDeleted) |
void |
Location.appendDescription(java.lang.String descSpec)
append the passed description from an LocationSpec to the location.description;need to get classtructure related
description first and only one time.
|
java.lang.Object[] |
Location.applyIAS(boolean autokey)
Apply IAS to this location based on the assembly structure of the item.
|
java.lang.Object[] |
LocationRemote.applyIAS(boolean autokey) |
void |
Location.applyIASAutoNumAll()
Auto key the rotating child locations when apply IAS is being done on this location.
|
void |
LocationRemote.applyIASAutoNumAll() |
MboRemote |
Location.applyIASCreateChild(MboRemote itemStruct,
boolean autokey)
Applies IAS for the location based on the next level rotating item specified in the passed ItemStruct; ie, create
a child location.
|
MboRemote |
LocationRemote.applyIASCreateChild(MboRemote itemStruct,
boolean autokey) |
MboSetRemote |
Location.applyIASGenPMs(boolean autokey)
Applies IAS for the location; create pms if there is master pm for this item.
|
MboSetRemote |
LocationRemote.applyIASGenPMs(boolean autokey) |
void |
LocationSet.applyLocationModifyDefaults(AssetModifyDfltSetRemote assetModifyDfltSet)
Sets the default modify values , location attributes to the locationspec
|
void |
LocationSetRemote.applyLocationModifyDefaults(AssetModifyDfltSetRemote assetModifyDfltSet) |
void |
LocSystem.appValidate()
Check if there is one and only one primary system in a site
|
void |
LocHierarchy.appValidate()
last minute validate before save().
|
void |
Location.appValidate()
last minute validate before save().
|
void |
LocationSet.authorizedStoreRoomSet()
reset this location set to contain only the storerooms where
the user has access to.
|
void |
LocationSetRemote.authorizedStoreRoomSet() |
void |
Location.authorizeUserStore(java.lang.String user)
Is the specified user allowed to access this store room ?
|
void |
LocationRemote.authorizeUserStore(java.lang.String user) |
void |
Location.autoWogen() |
void |
LocationRemote.autoWogen() |
void |
Location.autoWogen(MboRemote locationMeter)
For use with meter reading entry via integration, for example, the
Maximo Integration Framework (MIF).
|
void |
LocationRemote.autoWogen(MboRemote locationMeter) |
void |
LocationMeterSet.canAdd()
Can a LocationMeter object be added?
If the owner of the potential LocationMeter is not Location,
prevent new LocationMeter from being added.
|
void |
LocHierarchySet.canAdd()
Can an object be added to the collection ?
//hierarchical system cannot add more than one parent
|
void |
LocationService.canAddItemsToStoreroom(UserInfo userInfo)
Can we add items to a storeroom if there is no storeroom defined in the Locations table?
|
void |
LocationServiceRemote.canAddItemsToStoreroom(UserInfo userInfo) |
boolean |
Location.canApplyIAS()
public method to determine if apply IAS can be performed for this location.
|
boolean |
LocationRemote.canApplyIAS() |
boolean |
Location.canAssociateSystem()
Public methed used to determine if a system can be associated with this location.
|
boolean |
LocationRemote.canAssociateSystem() |
boolean |
Location.canBeUsedAsTagId()
Checks if this location can be used as a tag id.
|
boolean |
LocationRemote.canBeUsedAsTagId()
Checks if this location can be used as a tag id.
|
void |
Location.canChangeStatus(java.lang.String changeToStatus,
long accessModifier)
Identifies whether the status of this object be changed to the specified value.
|
void |
LocationStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
LocationUserCust.canDelete()
Cannot delete a row if this person is in Planned Modifications.
|
void |
LocationSpec.canDelete()
Checks to see if this object can be deleted,only
classspec or location can delete this locationspec object.
|
void |
LocSystem.canDelete()
Check whether this system is referenced by any location in LocHierarchy
Can this object be deleted ?
|
void |
LocStatus.canDelete()
Delete a LocStatus record.
|
void |
Location.canDelete()
Can this Location be deleted ? It can only be deleted where i)there is no reference to this location in related
tables ii)the location, if type is OPERATING, belongs to no more than one system
|
MboRemote |
LocationSpec.canGenerateDesc()
Returns true if the assetattrid, alnvalue/numvalue, and or measureunitid
can be included in the description generation process for the locations;false
otherwise.
|
void |
Location.cannotChangeStatus(MboSetRemote msr)
handles error message creation for most of the tables checked in the canChangeStatus method.
|
void |
LocationRemote.cannotChangeStatus(MboSetRemote msr) |
void |
LocationService.changeStatus(MboRemote mbo,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
LocationServiceRemote.changeStatus(MboRemote mbo,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
Location.changeStatus(java.lang.String changedStatus,
java.util.Date asOfDate,
java.lang.String memo,
boolean rolltoallchildren,
boolean removefromallroutes,
boolean rolltoallassets,
boolean removefromalljp,
boolean removefromactivesp,
boolean changepmstatus)
Method to change status from the specified state to a desired state for operating location.
|
void |
LocationRemote.changeStatus(java.lang.String changedStatus,
java.util.Date asOfDate,
java.lang.String memo,
boolean rolltoallchildren,
boolean removefromallroutes,
boolean rolltoallassets,
boolean removefromalljp,
boolean removefromactivesp,
boolean changepmstatus) |
void |
Location.changeStatus(java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
LocationStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
protected void |
Location.changeStatusPMStatus()
make location's PM inactive
|
void |
LocHierarchy.changeSysToNetworked()
changeSysToNetworked method - called to assess the status of
the LOCSYSTEM.NETWORKED flag for the current LOCHIERARCHY.SYSTEMID.
|
void |
Location.checkForDuplicateMeterSequenceValues() |
void |
LocationStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
Location.clearClassification()
This method clears the classtructureid and delete locationspecs
|
void |
LocationRemote.clearClassification() |
void |
LocHierarchyRemote.connectLocationAndChildrenToParent() |
void |
LocHierarchy.connectLocationAndChildrenToParent()
Connect myself to my grandparent and process my children so they won't reference
my parent as ancestor.
This option is only good when this node has only one parent;
when this option takes place, the following updates/deletes happen:
1) Remove the locancestor record which references my parent as ancestor,
2) Call the children to delete the Locancestor records that reference the parent
as ancestor,
3) Set my grandparent as my parent.
|
void |
Location.copyInvBalancesSetForTransferIn(MboSetRemote invBalancesSet)
Loops through an InvBalancesSet and creates new MatRecTrans based on the selected rows of the passed
InvBalancesSet.
|
void |
LocationRemote.copyInvBalancesSetForTransferIn(MboSetRemote invBalancesSet) |
void |
Location.copyInvBalancesSetForTransferOut(MboSetRemote invBalancesSet)
Loops through an InvBalancesSet and creates new MatRecTrans based on the selected rows of the passed
InvBalancesSet.
|
void |
LocationRemote.copyInvBalancesSetForTransferOut(MboSetRemote invBalancesSet) |
void |
Location.copyInvReserveSetForIssues(MboSetRemote invReserveSet)
Loops an InvReserveSet and create new MatUseTrans based on the selected rows of the passed InvReserveSet.
|
void |
LocationRemote.copyInvReserveSetForIssues(MboSetRemote invReserveSet) |
void |
Location.copyInvReserveSetForTransferIn(MboSetRemote invReserveSet)
Loops an InvReserveSet and create new MatRecTrans based on the selected rows of the passed InvReserveSet.
|
void |
LocationRemote.copyInvReserveSetForTransferIn(MboSetRemote invReserveSet) |
void |
Location.copyInvReserveSetForTransferOut(MboSetRemote invReserveSet)
Loops an InvReserveSet and create new MatRecTrans based on the selected rows of the passed InvReserveSet.
|
void |
LocationRemote.copyInvReserveSetForTransferOut(MboSetRemote invReserveSet) |
void |
Location.copyLocationToCollectDetailsSet(MboSetRemote collectionSet)
Add one or multiple Selected Collections to CollectDetails that contains the current Location.
|
void |
LocationRemote.copyLocationToCollectDetailsSet(MboSetRemote collectionSet) |
void |
Location.copyMatRecTransSetForTransferIn(MboSetRemote matRecTransSet)
Loops through a MatRecTransSet and creates new MatRecTrans based on the selected rows of the passed
MatRecTransSet.
|
void |
LocationRemote.copyMatRecTransSetForTransferIn(MboSetRemote matRecTransSet) |
void |
Location.copyMatUseTransSetForReturn(MboSetRemote matUseSet)
Loops an MatUseTrans Set(ISSUE type) and create new MatRecTrans(RETURN) based on the selected rows of the passed
MatUseTrans set.
|
void |
LocationRemote.copyMatUseTransSetForReturn(MboSetRemote matUseSet) |
void |
Location.copyPOLineSetForTransferIn(MboSetRemote poLineSet)
Loops through a POLineSet and creates new MatRecTrans based on the selected rows of the passed POLineSet.
|
void |
LocationRemote.copyPOLineSetForTransferIn(MboSetRemote poLineSet) |
void |
Location.copyPOLineSetForTransferOut(MboSetRemote poLineSet)
Loops through a POLineSet and creates new MatRecTrans based on the selected rows of the passed POLineSet.
|
void |
LocationRemote.copyPOLineSetForTransferOut(MboSetRemote poLineSet) |
void |
Location.copySparePartSetForIssues(MboSetRemote sparePartSet)
Loops through the passed SparePartSet and creates a new MatUseTrans based on the selected rows of the passed set.
|
void |
LocationRemote.copySparePartSetForIssues(MboSetRemote sparePartSet) |
void |
Location.copySparePartSetForTransferIn(MboSetRemote sparePartSet)
Loops through a SparePartSet and creates a new MatRecTrans based on the selected rows of the passed set.
|
void |
LocationRemote.copySparePartSetForTransferIn(MboSetRemote sparePartSet) |
void |
Location.copySparePartSetForTransferOut(MboSetRemote sparePartSet)
Loops through a SparePartSet and creates a new MatRecTrans based on the selected rows of the passed set.
|
void |
LocationRemote.copySparePartSetForTransferOut(MboSetRemote sparePartSet) |
MboRemote |
LocationService.createChange(MboRemote mbo,
java.lang.String jpnum) |
MboRemote |
Location.createChange(java.lang.String jpnum)
creates a Workorder with WOCLASS=CHANGE from Location.
|
MboRemote |
LocationService.createIncident(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
Location.createIncident(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Incident from Location.
|
MboRemote |
LocationService.createProblem(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
Location.createProblem(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Problem from Location.
|
MboRemote |
Location.createRelease(java.lang.String jpnum)
creates a Workorder with WOCLASS=RELEASE from Location.
|
MboRemote |
LocationService.createServiceRequest(MboRemote mbo,
java.lang.String tickettemplateid) |
MboRemote |
Location.createServiceRequest(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Service Request from Location.
|
void |
Location.createTicket(MboRemote tkMbo)
Sets location, reportedpriority,reportedbyid, orgid and siteid values for the ticket mbo based on location.
|
void |
LocationRemote.createTicket(MboRemote tkMbo) |
void |
Location.createWO(MboRemote workorderMbo)
Sets location, wopriority,orgid ,siteid and reportedbyid values for the workorder mbo based on location.
|
void |
LocationRemote.createWO(MboRemote workorderMbo) |
MboRemote |
LocationService.createWorkorder(MboRemote mbo,
java.lang.String jpnum) |
MboRemote |
Location.createWorkorder(java.lang.String jpnum)
creates a Workorder with WOCLASS=WORKORDER from Location.
|
void |
LocationMeter.delete(long accessModifier) |
void |
LocHierarchy.delete(long access)
delete(long) routine
A lochierarchy record is deleted only when it itself and its children are
being disconnected from the system or if the owning location is being deleted;
No one should directly call the delete() method to process the
removal of relationships or disconnecting nodes from the system.
|
void |
LocAncestor.delete(long accessModifier)
if this LocAncestor belongs to a networked system, checks to make
sure that this record has not already been instantiated and
marked for deletion earlier in the LocHierarchy node deletion process.
|
void |
Location.delete(long access)
Delete the Location record and delete associated records in the other tables.
|
protected void |
Location.deletePMForecast()
If the status of the location is changing to NOT READY or OPERATING, check if the PM's are in 'ACTIVE' status and
have forecast and delete the PM forecast.
|
void |
LocHierarchyRemote.disconnectLocationAndChildrenFromSystem() |
void |
LocHierarchy.disconnectLocationAndChildrenFromSystem()
Disconnect myself from the system,delete my locancestor records,
and call each child to do the same task.
The Result:
1) Myself, my children, and their children are disconnected from this system, meaning
the Lochierarchy and Locancestor records are actually deleted,
2) The "children" flag of my parent is updated to false if it should become childless
after my disconnecting from the system.
|
boolean |
Location.doesHoldingLocationExistForSite(java.lang.String siteid) |
MboRemote |
Location.duplicate() |
void |
LocationMboEventListener.eventAction(EventMessage em) |
void |
LocationListener.eventAction(EventMessage em)
After the asset is written to the database, but before they are committed, this method updates the ancestor records.
|
boolean |
LocationMboEventListener.eventValidate(EventMessage em) |
boolean |
LocationListener.eventValidate(EventMessage em) |
void |
Location.filterByValidStatusList(boolean onlyCanBeChanged,
MboSetRemote values) |
void |
LocationSet.filterLocSet(java.lang.String locSiteId) |
void |
LocationSetRemote.filterLocSet(java.lang.String locSiteId) |
void |
LocationSet.findLocation(java.lang.String location)
Finds location
|
void |
LocationSetRemote.findLocation(java.lang.String location) |
void |
LocationSet.findSelectedLocs(java.lang.String where)
Filter location set with the where statement
|
void |
LocationSetRemote.findSelectedLocs(java.lang.String where) |
void |
LocationSet.findStoreRooms()
sets the location set's where clause to the criteria
critSTOREROOM .
|
void |
LocationSetRemote.findStoreRooms() |
void |
LocationSet.findTopLevel()
Resets the set to contain only the top level locations in the system.
|
void |
LocationSetRemote.findTopLevel() |
void |
LocationSet.findTopLevel(java.lang.String locSiteId)
Resets the set to contain only the top level locations in the system with a given site.
|
void |
LocationSetRemote.findTopLevel(java.lang.String locSiteId) |
void |
LocationSet.findTopLocationsAtSystem(java.lang.String system)
Finds top location in a given system
|
void |
LocationSetRemote.findTopLocationsAtSystem(java.lang.String system) |
void |
Location.generateAutoKey()
Location supports autokeying - sets the location attribute.
|
void |
Location.generateLocationMetersForMeterGroup()
creates LocationMeters for this Location from the Location's new GroupName value.
|
MboSetRemote |
Location.generateLocationSpec()
Deprecated.
|
MboSetRemote |
LocationRemote.generateLocationSpec() |
java.lang.String |
Location.getAddressString() |
MboRemote |
Location.getAddressSystemForLocationMbo() |
MboRemote |
LocationRemote.getAddressSystemForLocationMbo()
Returns the address system for the location or
null if it does not belong to the address system.
|
MboValueData[][] |
LocationSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
java.util.Vector |
LocationSet.getAllLocationTypes(boolean internalVals)
Gets all location types
|
java.util.Vector |
LocationSetRemote.getAllLocationTypes(boolean internalVals) |
MboSetRemote |
LocationService.getAllSystems(UserInfo userInfo,
java.lang.String siteId)
returns all systems for the given site, user's organization combination
|
MboSetRemote |
LocationService.getAllSystemsNoSite(UserInfo userInfo) |
MboRemote |
Location.getAncestorSABasedOnAddressSystem(MboRemote child) |
MboRemote |
LocationRemote.getAncestorSABasedOnAddressSystem(MboRemote child)
It returns the ancestor location based on the
currently selected addresssystem.
Return null if no parent found in address system.
|
java.lang.String |
Location.getAssetForLocation()
returns Asset object for the given location.
|
java.lang.String |
LocationRemote.getAssetForLocation() |
AssetRemote |
Location.getAssociatedAsset()
Returns the asset associated with this location, if and only if there is only one.
|
AssetRemote |
LocationRemote.getAssociatedAsset()
Returns the asset associated with this location, if and only if there is
only one.
|
MboRemote |
Location.getAutoLocateObject() |
MboRemote |
Location.getAutoLocateObject(AutoLocatable nextInChain) |
java.util.List |
LocationService.getBBoxCluster(OslcRequest request)
Get bounded box cluster
|
MboSetRemote |
LocHierarchy.getChildren()
Get this lochierarchy's children.
|
MboSetRemote |
Location.getChildren()
Retrieve the child locations associated with this location
|
MboSetRemote |
LocationRemote.getChildren() |
MboValueData[][] |
LocationSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more children objects in the hierarchy.
|
MboSetRemote |
Location.getChildrenInAllSystems()
Retrieve the child locations associated with this location in all systems
|
MboSetRemote |
Location.getChildrenInPrimary()
Get location's children in primary system
|
MboSetRemote |
LocationRemote.getChildrenInPrimary() |
MboSetRemote |
Location.getChildrenInPrimary(java.lang.String locSiteId)
Get location's children with a given site in primary system
|
MboSetRemote |
LocationRemote.getChildrenInPrimary(java.lang.String locSiteId) |
MboSetRemote |
Location.getChildrenInSystem() |
boolean |
Location.getClearDupSeqNumsOnMeterGroupChange() |
MboRemote |
LocSystemSet.getCurrentPrimarySystemInSite(MboRemote locSystem)
return the primary locsystem mbo in the current set
|
java.lang.String[][] |
LocationSet.getDataList(java.lang.String[] attributes,
int overFlowValue,
MboRemote parent)
For location drilldown -
|
java.lang.String[][] |
LocationSetRemote.getDataList(java.lang.String[] attributes,
int overFlowValue,
MboRemote parent) |
java.lang.String[][] |
LocationSet.getDataList(java.lang.String[] attributes,
int overFlowValue,
MboRemote parent,
java.lang.String locSiteId)
For location drilldown - given a site
|
java.lang.String[][] |
LocationSetRemote.getDataList(java.lang.String[] attributes,
int overFlowValue,
MboRemote parent,
java.lang.String locSiteId) |
java.lang.String |
LocationService.getDefaultStoreroom(UserInfo userInfo)
Return the default Storeroom.
|
java.lang.String |
LocationServiceRemote.getDefaultStoreroom(UserInfo userInfo) |
java.lang.String |
LocationService.getDefaultStoreroomForSite(UserInfo userInfo,
java.lang.String siteId)
Return the default Storeroom for a given site.
|
java.util.Vector |
LocHierarchySet.getDeletedLocAncestors()
used for networked systems only.
|
java.util.Vector |
LocHierarchySet.getDeletionsProcessed()
used for networked systems only.
|
protected java.lang.Object[] |
LocationMeter.getDeploymentInfo()
provides key value and meter reading table name information for the
LocationMeter ("location" and "locmeterreading")
|
java.lang.String |
LocationCacheImpl.getDescForLocSite(java.lang.String siteid,
java.lang.String location,
UserInfo userInfo) |
java.lang.String |
LocationCache.getDescForLocSite(java.lang.String siteid,
java.lang.String location,
UserInfo userInfo) |
java.lang.String[] |
LocHierarchy.getHierarchies()
Get the location's parents; Will return an array of String that
contains all the parents in the parent hierarchy.
|
java.lang.String[] |
Location.getHierarchies()
Returns the array of systemids with which the location is associated.
|
java.lang.String[] |
LocationRemote.getHierarchies() |
MboRemote |
Location.getHoldingLocationForSite(java.lang.String siteid) |
MboRemote |
LocationRemote.getHoldingLocationForSite(java.lang.String siteid) |
boolean |
Location.getInitNonInteractiveStatChange() |
boolean |
LocationRemote.getInitNonInteractiveStatChange() |
MboRemote |
LocationSet.getItemForAddToStore()
This location set is instantiated by item for Add Item to Store
|
MboSetRemote |
LocationService.getKitComponentsNotYetInStore(UserInfo userInfo,
ItemRemote item,
java.lang.String storeroom,
java.util.Hashtable defaultBins)
checks to see if all components of a kit exist in the storeroom to which the kit
is being added
|
MboSetRemote |
LocationServiceRemote.getKitComponentsNotYetInStore(UserInfo userInfo,
ItemRemote item,
java.lang.String storeroom,
java.util.Hashtable defaultBins) |
MboSetRemote |
LocationService.getKitComponentsNotYetInStore(UserInfo userInfo,
ItemRemote item,
java.lang.String storeroom,
java.lang.String siteId,
java.util.Hashtable defaultBins)
checks to see if all components of a kit exist in the storeroom to which the kit
is being added
|
MboSetRemote |
LocationServiceRemote.getKitComponentsNotYetInStore(UserInfo userInfo,
ItemRemote item,
java.lang.String storeroom,
java.lang.String siteId,
java.util.Hashtable defaultBins) |
java.lang.Double |
Location.getLatitudeY() |
MboSetRemote |
Location.getLeaseContractForLocation()
Returns the reference of the Lease contract that contains this location.
|
MboSetRemote |
LocationRemote.getLeaseContractForLocation() |
MboSetRemote |
FldStoreroomParent.getList()
List returned has existing persons
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldLocationShiftNum.getList() |
MboSetRemote |
FldLocationReorderFromStore.getList() |
MboSetRemote |
FldLocationParent.getList()
For new Location MBOs, only the locations already in the system are parent candiates.
|
MboSetRemote |
FldLocationItemNum.getList()
show only the items in a given set for a given location's org
|
MboSetRemote |
FldLocationBillToAddressCode.getList() |
MboSetRemote |
FldLocationAddressCode.getList() |
MboSetRemote |
FldLocationAddToStoreSiteId.getList() |
MboSetRemote |
FldLocationAddToStoreLoc.getList() |
MboSetRemote |
FldLocType.getList()
If this is the Storeroom Managment, we only show the type of "STOREROOM".
|
MboSetRemote |
FldLocSystemId.getList()
For new Location MBOs, the domain of valid SystemId values is the entire
LOCSYSTEM object.
|
MboSetRemote |
FldLocLocation.getList()
show the list only when the location Set is the storeroom set.
|
MboSetRemote |
FldLocHierarchySystemId.getList()
For "Associate Location to Systems", we will display one the systems which
have not be associated with the systems.
|
MboSetRemote |
FldLocHierarchyParent.getList()
Exclues the current location as the parent in the list.
|
MboSetRemote |
FldLocHierarchyNewParent.getList()
Exclues the current location as the parent in the list.
|
MboSetRemote |
FldLocHierarchyLocation.getList() |
MboSetRemote |
FldAssetLocCommCommodityCode.getList()
Override and setup the appropriate criteria for displaying the list
|
MboRemote |
LocationService.getLocation(UserInfo userInfo,
java.lang.String attribute,
java.lang.String key)
retruns LocationMbo based on the unique key passed
|
MboRemote |
LocationServiceRemote.getLocation(UserInfo userInfo,
java.lang.String attribute,
java.lang.String key) |
MboRemote |
LocationService.getLocation(UserInfo userInfo,
java.lang.String attribute,
java.lang.String key,
java.lang.String siteid) |
MboRemote |
LocationServiceRemote.getLocation(UserInfo userInfo,
java.lang.String attribute,
java.lang.String key,
java.lang.String siteid) |
LocationInfo |
LocHierarchyCacheImpl.getLocationHierarchyPathInfo(java.lang.String siteid,
java.lang.String system,
java.lang.String location) |
LocationInfo |
LocHierarchyCache.getLocationHierarchyPathInfo(java.lang.String siteid,
java.lang.String system,
java.lang.String location) |
java.util.Date |
Location.getLocationMeterNowDate()
called to establish a current date to be used when obtaining the most recent historical meter readings for all of
this Location's LocationMeters.
|
java.util.Date |
LocationRemote.getLocationMeterNowDate() |
void |
MoutLocationMeterProcess.getLocationMetersWithDevices(MboSet locationMeterSet,
java.lang.String iotservicename)
Call back method to find out whether we can send data out.
|
void |
MoutLocationMeterProcess.getLocationsWithDevices(MboSet locationMeterSet,
java.lang.String iotservicename) |
java.lang.String |
Location.getLocItem()
Returns the item number for a location.
|
java.lang.String |
LocationRemote.getLocItem() |
java.lang.Double |
Location.getLongitudeX() |
protected Mbo |
StoreroomAncestorSet.getMboInstance(MboSet ms)
Generate a new StoreroomAncestor object
|
protected Mbo |
LocationUserCustSet.getMboInstance(MboSet ms)
Generate a new LocationUserCust object
|
protected Mbo |
LocationSpecSet.getMboInstance(MboSet ms)
Generate a new LocationSpec object
|
protected Mbo |
LocationSet.getMboInstance(MboSet ms)
Generate a new location object
|
protected Mbo |
LocationOpSKDSet.getMboInstance(MboSet ms)
Generate a new LocationOpSKD object
|
protected Mbo |
LocationMntSKDSet.getMboInstance(MboSet ms)
Generate a new LocationMntSKD object
|
protected Mbo |
LocationMeterSet.getMboInstance(MboSet ms)
Generate a new LocationMeter object
|
protected Mbo |
LocSystemSet.getMboInstance(MboSet ms)
Generate a new LocSystem object
|
protected Mbo |
LocStatusSet.getMboInstance(MboSet ms)
Generate a new LocStatus object
|
protected Mbo |
LocOperSet.getMboInstance(MboSet ms)
Generate a new operating location object
|
protected Mbo |
LocMeterReadingSet.getMboInstance(MboSet ms)
Generate a new LocMeterReading object
|
protected Mbo |
LocHierarchySet.getMboInstance(MboSet ms)
Generate a new LocHierarchy object
|
protected Mbo |
LocAncestorSet.getMboInstance(MboSet ms)
Generate a new LocAncestor object
|
MboSetRemote |
LocationMeter.getMboSet(java.lang.String name) |
MboSetRemote |
LocHierarchy.getMboSet(java.lang.String name)
if mboset name is CHILDREN and is passed from extended drilldown, then
do not add the subselect
|
MboSetRemote |
Location.getMboSet(java.lang.String name)
Per FSM spec if the location does not have any Service Address associated
it will 'use' its parent's service address (based on the selected Address System) if any.
|
protected MboSetRemote |
Location.getMbosThatReferToThisRepairFacility()
Checks if this repair facility is referred by any active WORKORDER, MAXUSER, REPFACAUTH or ASSET record
|
java.lang.String |
LocationSet.getMultiSiteWhere()
Do not apply the standard multi-site where if we're in the USER or SECURGROUP app.
|
MboSetRemote |
Location.getNonPrimaryLocations()
Get all locations associated with non-primary system
|
MboSetRemote |
LocationRemote.getNonPrimaryLocations() |
int |
LocSystem.getNumberOfSystemsForSite(java.lang.String siteid) |
int |
LocationService.getNumberOfSystemsForSite(UserInfo userinfo,
java.lang.String siteid) |
int |
LocationServiceRemote.getNumberOfSystemsForSite(UserInfo userinfo,
java.lang.String siteid) |
int |
LocationService.getNumberOfSystemsForSite(UserInfo userinfo,
java.lang.String siteid,
MboSetRemote workingSet,
MboRemote locSystemToBeDeleted) |
int |
LocationServiceRemote.getNumberOfSystemsForSite(UserInfo userinfo,
java.lang.String siteid,
MboSetRemote workingSet,
MboRemote locSystemToBeDeleted) |
void |
MoutLocationMeterProcess.getOrphanedLocationMeters(MboSet locationMeterSet,
java.lang.String iotservicename) |
void |
MoutLocationMeterProcess.getOrphanedLocations(MboSet locationMeterSet,
java.lang.String iotservicename) |
MboRemote |
LocHierarchy.getOwningLocSystem()
if this LocHierarchy descends from a LocSystem object, returns
the LocSystem
|
MboValueData[] |
LocationSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs)
Returns zero or one parent object for the given object in the hierarchy.
|
MboSetRemote |
LocHierarchy.getParents()
Get this lochierarchy's parents.
|
MboSetRemote |
Location.getParents()
Retrieve the parent locations associated with this location
|
MboSetRemote |
LocationRemote.getParents() |
MboSetRemote |
Location.getParents(java.lang.String SystemId)
Retrieve the parent locations associated with this location and systemid
|
MboSetRemote |
LocationRemote.getParents(java.lang.String SystemId) |
MboValueData[][] |
LocationSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all objects in the path to the top from the current object, i.e.
|
int |
Location.getPMMeterTally(MboRemote pmMeter)
used when deleting a meter from the location to determine whether PM flags
PMASSETWOGEN and PMACTMETER need to be set to false.
|
int |
LocationRemote.getPMMeterTally(MboRemote pmMeter) |
MboSetRemote |
Location.getPrimaryLocations()
Get all locations associated with primary system
|
MboSetRemote |
LocationRemote.getPrimaryLocations() |
java.lang.String |
LocationService.getPrimarySystem(UserInfo userInfo)
returns the primary system for the user's site/organization combination
|
java.lang.String |
LocationServiceRemote.getPrimarySystem(UserInfo userInfo) |
java.lang.String |
LocationService.getPrimarySystem(UserInfo userInfo,
java.lang.String siteId)
returns the primary system for the given site, user's organization combination
|
java.lang.String |
LocationServiceRemote.getPrimarySystem(UserInfo userInfo,
java.lang.String siteId) |
MboRemote |
LocationService.getPrimarySystemForSite(UserInfo userInfo,
java.lang.String siteId)
Get the primary location system for the specified site ID.
|
MboRemote |
LocationServiceRemote.getPrimarySystemForSite(UserInfo userInfo,
java.lang.String siteId) |
MboRemote |
LocationService.getPrimarySystemForSite(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet)
Get the primary location system for the specified site ID.
|
MboRemote |
LocationServiceRemote.getPrimarySystemForSite(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet) |
java.lang.String |
LocationService.getPrimarySystemNoSite(UserInfo userInfo)
same as above but annotated
|
java.lang.String |
LocationSet.getRoleRestrictionWhere()
Provide a group restriction where clause based on profile
|
ServiceAddressRemote |
Location.getServiceAddress()
Return the service address associated with this Location.
|
MboValueData[][] |
LocationSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more siblings of the given object in the hierarchy.
|
java.lang.String |
LocationSet.getSqlForAuthorizedStorerooms()
returns sql for select * from location where (generated sql)
|
java.lang.String |
LocationSetRemote.getSqlForAuthorizedStorerooms() |
protected MboSetRemote |
Location.getStatusHistory()
Return the locationstatus object.
|
MboSetRemote |
LocationService.getStoreLocations(UserInfo userInfo)
Get all the locations of type 'STOREROOM' and not disabled.
|
MboSetRemote |
LocationServiceRemote.getStoreLocations(UserInfo userInfo) |
protected LocSystemRemote |
LocHierarchy.getSystem()
returns locSystem to indicate if the system this hierarchy belongs to is
networked or not.
|
protected java.lang.String |
LocationSet.getSystemId()
the system where the locations in this set belongs
|
java.util.Set |
LocHierarchyCacheImpl.getSystemsForLocSite(java.lang.String siteid,
java.lang.String location) |
java.util.Set |
LocHierarchyCache.getSystemsForLocSite(java.lang.String siteid,
java.lang.String location) |
MboSetRemote |
LocationService.getSystemsForSite(UserInfo userInfo,
java.lang.String siteId)
Get the location system set for the specified site ID.
|
MboSetRemote |
LocationServiceRemote.getSystemsForSite(UserInfo userInfo,
java.lang.String siteId) |
MboSetRemote |
LocHierarchy.getTop()
Get the top level mboSet in the hierarchy
|
MboSetRemote |
Location.getTop()
Return the result set with top level location where parent is null
|
MboSetRemote |
LocationRemote.getTop() |
MboValueData[][] |
LocationSet.getTop(java.lang.String[] attrs,
int maxRows)
Returns all the top level objects in the hierarchy, i.e.
|
MboRemote |
LocationService.getTopLevelinPrimarySystem(UserInfo userInfo,
java.lang.String siteid)
returns the LocHierarchy mbo which represents the top-level node in the
primary system, a hierarchical system
|
MboRemote |
LocationServiceRemote.getTopLevelinPrimarySystem(UserInfo userInfo,
java.lang.String siteid) |
MboRemote |
LocationService.getTopLevelInSystem(UserInfo userInfo,
java.lang.String systemid,
java.lang.String siteId)
returns the LocHierarchy mbo which represents the top-level node in the
given system.
|
MboRemote |
LocationServiceRemote.getTopLevelInSystem(UserInfo userInfo,
java.lang.String systemId,
java.lang.String siteId) |
MboRemote |
Location.getTopParentInSystem(java.lang.String SystemId)
Get location's top parent in a given system
|
MboRemote |
LocationRemote.getTopParentInSystem(java.lang.String SystemId) |
MboValueData |
LocationSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values)
Returns the unique id value of the object using the list of attributes and values.
|
MboSetRemote |
Location.getWarranty()
Returns the reference of the Warranty contract that contains this location.
|
MboSetRemote |
LocationRemote.getWarranty() |
MboSetRemote |
Location.getWarrantyContractForLocation()
Gets the warranty contract which contains the location and also has the coverschildren flag turned on.
|
MboSetRemote |
LocationRemote.getWarrantyContractForLocation() |
java.util.List |
Location.getWarrantyInfo(java.util.Date woDate,
boolean isParent)
For a given date, get warranty information for this asset
|
java.util.List |
LocationRemote.getWarrantyInfo(java.util.Date woDate,
boolean isParent) |
java.util.List |
Location.getWarrantyInfo(java.util.Date woDate,
boolean isParent,
java.lang.String type)
For a given date, get warranty information for this asset
|
boolean |
Location.hasAssetStatusChangedAlready(long assetuid)
used to check if an asset has already had a status change so that status change is not attempted
again during the rolldown of a location status change to the assets in the involved locations.
|
boolean |
LocationRemote.hasAssetStatusChangedAlready(long assetuid) |
boolean |
LocHierarchy.hasChildren()
Does this location have children?
|
boolean |
Location.hasChildren()
Returns true if this location has children
|
boolean |
LocationRemote.hasChildren() |
java.lang.Boolean |
Location.hasCoords() |
void |
Location.hasMeters()
Determines if the location has meters associated with it, if not throws exception.
|
void |
LocationRemote.hasMeters() |
boolean |
LocHierarchy.hasParents()
Does this location have parents?
|
boolean |
Location.hasParents()
Checks whether this Location has any parents
|
boolean |
LocationRemote.hasParents() |
void |
Location.hasReadings()
Determines if the location has readings associated with it, if not throws exception.
|
void |
LocationRemote.hasReadings() |
boolean |
Location.hasServiceAddress() |
void |
LocationUserCust.init() |
void |
LocationOpSKD.init()
initialization rountine.
|
void |
LocationMntSKD.init()
initialization rountine.
|
static LocationListener |
LocationListener.init()
Returns the listener object.
|
void |
LocationCacheImpl.init()
Initialize the cache object.
|
void |
LocSystem.init()
Initailzation rountine.
|
void |
LocStatus.init()
init routine
Fields are readonly after insert
|
void |
LocOper.init()
init routine
Fields are readonly after insert
|
void |
LocMeterReading.init()
Initialization rountine for this object.
|
void |
LocHierarchyCacheImpl.init()
Initialize the cache object.
|
void |
LocHierarchy.init()
init routine
Fields are readonly after insert
|
void |
Location.init()
init routine Fields type and disabled are readonly after insert
|
void |
LocationService.initCriteriaList(java.util.Hashtable criteriaTable)
This method defines the cross site and within a site criterias for the LocationService.
|
void |
Location.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
Location.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
SafetyLexicon needs to behave differently depending on the relationship it was obtained with (hazards and
precautions, hazardous materials, or tagouts).
|
void |
FldLocationWarrantyExpDate.initValue()
initValue(): Sets the default value for warrantyExpDate
|
void |
FldLocationStatus.initValue()
initValue(): Sets the default value for status
|
void |
FldLocationSiteID.initValue()
initValue()
|
void |
FldLocationShiftNum.initValue()
initValue(): Sets the default value for shiftnum
|
void |
FldLocationParent.initValue()
initValue(): Sets the value for parent from the LocHierarchy table
|
void |
FldLocationNewPercent.initValue()
initValue(): Sets the default value for newPercent
|
void |
FldLocationLocPriority.initValue()
initValue(): Sets the default value for locPriority
|
void |
FldLocationItemNum.initValue()
initValue(): Sets the default value for itemnumn from locoper
|
void |
FldLocationIsRepairFacility.initValue()
initValue(): Sets the default value for IsRepairFacility
|
void |
FldLocationFailureCode.initValue()
initValue(): Sets the default value for failure
|
void |
FldLocationChildren.initValue()
Set the default value for hasChildren for each
location Mbo in the set, only if it has not already been set.
|
void |
FldLocationCalNum.initValue()
initValue(): Sets the default value for calnum
|
void |
FldLocationCINum.initValue() |
void |
FldLocationAddToStoreSiteId.initValue()
set the initial value
|
void |
FldLocationAddToStoreLoc.initValue()
sets the value of AddToStoreLoc to the Inventory.Location of the
current MBO.
|
void |
FldLocSystemLocation.initValue()
initValue(): Sets the default value for location
|
void |
FldLocSystemId.initValue()
initValue(): Sets the default value for systemid
|
void |
FldLocHierarchyParent.initValue() |
void |
FldLocGroupName.initValue() |
boolean |
Location.inPrimarySystem()
Returns true if this location is in Primary system
|
boolean |
LocationRemote.inPrimarySystem() |
boolean |
Location.inPrimarySystem(java.lang.String locSiteId)
Returns true if this location is in Primary system
|
boolean |
LocationRemote.inPrimarySystem(java.lang.String locSiteId) |
boolean |
LocHierarchySet.isChildOfThisLocHierarchyProcessedForDeletion(java.lang.String lochierarchyid)
used for networked systems only.
|
boolean |
Location.isCourier()
Is the current object a Courier location ?
|
boolean |
LocationRemote.isCourier() |
boolean |
Location.isDecommissioned()
Is the current object a decommissioned location ?
|
boolean |
LocationRemote.isDecommissioned() |
boolean |
Location.isGISDataReadonly() |
boolean |
Location.isHolding()
Is the current object a Holding location ?
|
boolean |
LocationRemote.isHolding() |
boolean |
Location.isInventory()
Returns true if the location is of type inventory
|
boolean |
LocationRemote.isInventory() |
boolean |
Location.isLabor()
Is the current object a Labor location ?
|
boolean |
LocationRemote.isLabor() |
boolean |
LocSystem.isLocAncestorAlreadyMarkedForDeletion(java.lang.String locancestorid)
used for networked systems only.
|
boolean |
LocHierarchySet.isLocAncestorAlreadyMarkedForDeletion(java.lang.String locancestorid)
used for networked systems only.
|
boolean |
Location.isLocationOccupied(MboRemote asset)
Return true if the location in a given site , associated with a rotating item and the rotating item or alternate
item matches a rotating asset, and the location is currently occupied by some asset other than asset is being
passed or the parent of asset is being passed.
|
boolean |
LocationRemote.isLocationOccupied(MboRemote asset) |
boolean |
Location.isLocationOccupied(java.lang.String itemnum)
Return true if the location in a given site , associated with a rotating item and the rotating item or alternate
item matches a rotating asset
|
boolean |
LocationRemote.isLocationOccupied(java.lang.String itemnum) |
boolean |
LocSystem.isNetwork()
Returns Network flag for the LOCSYSTEM object.
|
boolean |
LocSystemRemote.isNetwork() |
boolean |
LocHierarchy.isNetworked() |
boolean |
Location.isOperating()
Is the current object an operating location ?
|
boolean |
LocationRemote.isOperating() |
void |
LocationMeter.isOwningMboNOSAVE()
10-19707: the modify() method sets the owner(most likely Location) isModified flag to true.
|
boolean |
LocSystem.isPrimarySystem()
return true if the system is the primary system false otherwise.
|
boolean |
LocSystemRemote.isPrimarySystem() |
boolean |
Location.isReferencedByActiveRoutes()
Check if the location is referenced by active routes
|
boolean |
Location.isReferencedByActiveSP()
Check if the location is referenced by active SPs
|
boolean |
Location.isReferencedByJobPlans()
Check if the location is referenced by active Job Plans
|
boolean |
Location.isReferencedByOpenWO()
Check if this location is referenced by open Work Order
|
boolean |
Location.isReferencedByPM()
Check if this location is referenced by active PMs
|
boolean |
Location.isStore()
Is the current object a store room location ?
|
boolean |
LocationRemote.isStore() |
protected boolean |
LocationSet.isStoreroom()
return true if the set contains only "STOREROOM" type of location
|
boolean |
LocHierarchy.isTop()
Is the location top level (without parent)?
|
boolean |
Location.isTop()
returns true if the location doesn't have a parent, that is, the top of the hierarchy has been reached
|
boolean |
LocationRemote.isTop() |
boolean |
LocHierarchySet.isTopLevelForNetworkedLocHierAdded(java.lang.String newTopLevelLocHier)
used for networked systems only.
|
boolean |
Location.isVendor()
Is the current object a vendor location ?
|
boolean |
LocationRemote.isVendor() |
void |
LocHierarchyCacheImpl.loadLocHierarchy(java.lang.String siteid,
java.lang.String location) |
void |
LocSystem.makeHierarchyANetwork()
Changes the system, network to hierarchical
|
void |
LocSystemRemote.makeHierarchyANetwork() |
void |
LocHierarchyRemote.makeLocationTopLevel() |
void |
LocHierarchy.makeLocationTopLevel()
Makes the node top level, brings along its children to form its
own hierarchy, and causes the system to become networked.
When this option takes place, the following updates/deletes happen:
1) If it is a PRIMARY system, should not allow this operation to take place.
A primary system has to be hierarchical and making another top level in the same system will cause the
system to become networked,
2) Delete the locancestor records this node reference as ancestors and set the parent field to null,
3) Delete the the children locancestor records that reference my parents
as ancestors,
4) Make the system networked if it is hierarchical,
5) Update the "children" flag of the parent should it become childless after the node's
forming its own top level hierarchy.
|
void |
LocSystem.makeNetworkAHierarchy()
Changes the system, hierarchical to network
|
void |
LocSystemRemote.makeNetworkAHierarchy() |
void |
Location.managePMMeterTallyOnMeterDeleteUndelete(MboRemote pmMeter,
java.lang.String action)
used when deleting a meter from the location to keep track of the number of PMMETERs
on PMs impacted by the deletion of the meter.
|
void |
LocationRemote.managePMMeterTallyOnMeterDeleteUndelete(MboRemote pmMeter,
java.lang.String action) |
void |
LocationMeter.modify() |
void |
Location.modify()
Called when ever a field is modified so we can update the changedate/changeby.
|
void |
LocationRemote.modify() |
void |
LocSystemSet.mustHaveOneAndOnlyOnePrimarySystemInSite() |
java.lang.String |
LocationSpecSet.parseALNValue(java.lang.String value)
09-13517
|
void |
LocationMboEventListener.postCommitEventAction(EventMessage em) |
void |
LocationListener.postCommitEventAction(EventMessage em)
After the parent work order is written to the database, this method updates the WOAncestor records.
|
void |
LocationMboEventListener.preSaveEventAction(EventMessage em) |
void |
LocationListener.preSaveEventAction(EventMessage em) |
protected void |
LocationMeter.processContinuousReadings()
processes the new or adjusted reading for the LocationMeter by adding a new
meter reading (if the transaction is for a new reading) and updating this
LocationMeter's meterreadings that are subsequent to the new reading or modification.
|
protected void |
LocationMeter.propagateNewLocMeterReadingToAssetsAtLoc(long meterreadingid)
when a new location meter reading is entered for this LocationMeter, creates asset meterreadings for
the AssetMeters of top-level assets at the location.
|
void |
Location.queryDataSheets(PlusCWODSSetRemote woDsSet,
boolean loopCalibrations,
java.util.Date fromDate,
java.util.Date toDate)
Sets up the where clause of the given WO DS MBO Set to return the list of calibrations in a given time frame for
this location
|
void |
LocationRemote.queryDataSheets(PlusCWODSSetRemote woDsSet,
boolean loopCalibrations,
java.util.Date fromDate,
java.util.Date toDate)
Sets up the where clause of the given WO DS MBO Set to return the list of
calibrations in a given time frame for this location
|
MboRemote |
Location.receiveRotableAssetOnMoveFromNonInventory(MboRemote asset,
java.lang.String glCredit,
java.lang.String glDebit)
creates the MATRECTRANS object associated with a rotating asset moving from a non-inventory type location to an
inventory type location.
|
MboRemote |
LocationRemote.receiveRotableAssetOnMoveFromNonInventory(MboRemote asset,
java.lang.String glCredit,
java.lang.String glDebit) |
MboRemote |
Location.receiveRotableAssetOnMoveFromNonInventoryWithPOLine(MboRemote asset,
java.lang.String glCredit,
java.lang.String glDebit,
MboRemote mrtMbo)
Called when information from the matrectrans record is needed.
|
MboRemote |
LocationRemote.receiveRotableAssetOnMoveFromNonInventoryWithPOLine(MboRemote asset,
java.lang.String glCredit,
java.lang.String glDebit,
MboRemote mrtMbo) |
void |
LocHierarchySet.recordChildrenOfThisLocHierarchyProcessedForDeletion(java.lang.String lochierarchyid)
used for networked systems only.
|
void |
LocHierarchySet.recordLocAncestorAsMarkedForDeletion(java.lang.String locancestorid)
used for networked systems only.
|
void |
LocSystem.recordLocHierarchyDeletedLocAncestors(java.util.Vector deletedLocAncestors)
used for networked systems only.
|
void |
LocHierarchySet.recordNewTopLevelLocHierForNetworkedLocHier(java.lang.String newTopLevelLocHier)
used for networked systems only.
|
void |
LocationCacheImpl.reload()
Reloads the cache object.
|
void |
LocHierarchyCacheImpl.reload()
Reloads the cache object.
|
void |
LocationCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
LocHierarchyCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
protected void |
Location.removeReferenceFromActiveSP()
Remove location reference from all active safety plans
|
protected void |
Location.removeReferenceFromAllJP()
Remove location reference from all job plans
|
protected void |
Location.removeReferenceFromAllRoutes()
Remove location reference from all routes
|
protected void |
Location.rollStatusToAllAssets(java.lang.String status,
boolean rolltoallchildren)
Change the status of all assets in this location
|
protected void |
Location.rollStatusToAllChildren(java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
boolean rolltoallchildren,
boolean removefromallroutes,
boolean rolltoallassets,
boolean removefromalljp,
boolean removefromactivesp,
boolean changepmstatus,
java.util.HashSet allLocations)
Change the status of all children locations
|
void |
LocationSpec.save()
Save the locationspec object;
if the item for the location is rotating and either
alnvalue or numvalue has been changed, should mark
ITEMSPECVALCHANGED to true.
|
void |
LocationMeter.save()
Check if process is being saved via Integration.
|
void |
LocSystem.save()
10-20078: at save() time, query database to see if a locsystem entered via a different session also
has primarysystem=1 - to prevent more than one primary systems in one site
|
void |
LocOper.save()
Add a new locstatus record if status is not null and is modified.
|
void |
LocMeterReading.save()
saves new and modified MeterReading objects.
|
void |
LocHierarchy.save()
Save() routine - upon save of this object, insert or update related objects.
1) When a new lochierarchy is created,multiple locancestor records will need
to be created to refrerence each parent in the hierarchy as ancestor-
to represent the hierarchy in a flat manner,
2) The children flag of the parent lochierarchy was set to yes while querying the parent hierarchy,
3) Update the system to networked if a new top level hierarchy is created,
resulting in multiple hierarchies in the system,
4) Update the system to networked when associating multiple parents to one child.
|
void |
Location.save()
Save the location object Need to update the description based upon classstructure and locationspec.
|
void |
LocHierarchySet.save(long flags) |
void |
Location.saveGISData(java.lang.String address,
java.lang.String lat,
java.lang.String lng) |
void |
LocHierarchySet.saveTransaction(MXTransaction txn)
12-14257/IV27403: override saveTransaction to clear the static vector parentsVector
|
MboSetRemote |
Location.selectItemsForReturn()
Retrieves the set of MatUseTrans from MATUSETRANSRETURN
|
MboSetRemote |
LocationRemote.selectItemsForReturn() |
MboSetRemote |
Location.selectItemsForTransferIn()
Retrieves the set of InvBalances from INVBALANCESIN
|
MboSetRemote |
LocationRemote.selectItemsForTransferIn() |
MboSetRemote |
Location.selectItemsForTransferOut()
Retrieves the set of InvBalances from INVBALANCESOUT
|
MboSetRemote |
LocationRemote.selectItemsForTransferOut() |
MboSetRemote |
Location.selectMatRecTransIn()
Retrieves the set of MATRECTRANS records from MATRECTRANSIN2
|
MboSetRemote |
LocationRemote.selectMatRecTransIn() |
MboSetRemote |
Location.selectPOItemsIn()
Retrieves the set of polines from POLINEIN
|
MboSetRemote |
LocationRemote.selectPOItemsIn() |
MboSetRemote |
Location.selectPOItemsOut()
Retrieves the set of polines from POLINEOUT
|
MboSetRemote |
LocationRemote.selectPOItemsOut() |
MboSetRemote |
Location.selectReservedItems()
Retrieves the set of InvReserve from INVRESERVE
|
MboSetRemote |
LocationRemote.selectReservedItems() |
MboSetRemote |
Location.selectReservedItemsIn()
Retrieves the set of InvReserve from INVRESERVEIN
|
MboSetRemote |
LocationRemote.selectReservedItemsIn() |
MboSetRemote |
Location.selectReservedItemsOut()
Retrieves the set of InvReserve from INVRESERVEOUT
|
MboSetRemote |
LocationRemote.selectReservedItemsOut() |
void |
LocationSpec.setCopyValueChanged(boolean changed)
This implements the abstract method defined in psdi.app.assetcatalog.SpecificationMbo;
set the copyValueChanged = passed boolean for rotating loctionspec.
|
void |
LocSystem.setCurrentPrimaryInMemory(MboRemote currentPrimary)
10-20811:
|
void |
LocHierarchySet.setDeletedLocAncestors(java.util.Vector deletedLocAncestors)
used for networked systems only.
|
void |
LocHierarchySet.setDeletionsProcessed(java.util.Vector deletionsProcessed)
used for networked systems only.
|
void |
LocationSet.setDrilldownFlag() |
void |
LocationSetRemote.setDrilldownFlag() |
void |
LocationSet.setHierarchy(java.lang.String hierarchy)
set the hierarchy for location
|
void |
LocationSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
Location.setInitNonInteractiveStatChange(boolean value) |
void |
LocationRemote.setInitNonInteractiveStatChange(boolean value) |
void |
LocationService.setIsTool(boolean tool)
sets isTool
true - if the tool is added to storeroom,
false - if the item is added to storeroom
|
void |
LocationServiceRemote.setIsTool(boolean tool) |
void |
LocationSet.setItemForAddToStore(MboRemote item)
This location set is instantiated by item for Add Item to Store
|
void |
LocationSetRemote.setItemForAddToStore(MboRemote item) |
void |
Location.setLocationAttributesForWO()
For a given workorder sets the location attributes from the autoattrupdate table
|
void |
LocationRemote.setLocationAttributesForWO() |
void |
Location.setLocationAttributesForWO(AutoAttrUpdateSetRemote autoAttrUpdateSet)
For a given workorder sets the location attributes from the autoattrupdate table
|
void |
LocationRemote.setLocationAttributesForWO(AutoAttrUpdateSetRemote autoAttrUpdateSet) |
void |
LocationSet.setNonStoreroom()
sets the type of location to any type but "STOREROOM".
|
void |
LocationSetRemote.setNonStoreroom() |
void |
LocationSet.setPathToTopCalledByControl(boolean wasByControl) |
void |
LocationSetRemote.setPathToTopCalledByControl(boolean wasByControl) |
void |
Location.setReadonlyForOperORStoreAfterAdd()
06-16999:set the attributes specific for operating locations or storeroom locations readonly depends on the app
(Locations App or Storeroom App)
|
void |
LocationSet.setStoreroom()
sets the type of location to the "STOREROOM" type.
|
void |
LocationSetRemote.setStoreroom() |
void |
FldStoreroomParent.setValueFromLookup(MboRemote sourceMbo,
long accessModifier) |
MboSetRemote |
Location.showHierarchy()
Get a MboSet of the ancestral hierarchy of this location.
|
MboSetRemote |
LocationRemote.showHierarchy() |
protected boolean |
LocationSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Location.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldStoreroomParent.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldLocationReorderFromStore.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldLocationAddToStoreLoc.smartFind(java.lang.String value,
boolean exact)
11-14234
|
void |
Location.trackStatusChangedAssetInLocations(long assetuid)
used to keep track of assets that have already had a status change so that status change is not attempted
again during the rolldown of a location status change to the assets in the involved locations.
|
void |
LocationRemote.trackStatusChangedAssetInLocations(long assetuid) |
void |
LocHierarchy.undelete()
IJ37745
override Mbo undelete() method to also undelete LocAncestor set
|
void |
Location.updateDesc()
set the description field to be the generated value obtained from the setup of the classstructureid (in asset
catalog setup) and the values/measureunits in the locationspec set.
|
void |
LocationRemote.updateDesc() |
void |
Location.updateGLInfo()
If an location's IntLabrec is updated, update controlaccount of all LaborCraftRate records that refer to that
Location as a Work Location.
|
protected void |
LocMeterReadingSet.updateReadingsAfterNewReading()
updates locmeterreadings following the addition of a new locmeterreading.
|
protected void |
LocMeterReadingSet.updateReadingsAfterReadingUpdate()
updates meterreadings following a meterreading update.
|
void |
FldStoreroomParent.validate() |
void |
FldLocationUserCustPersonID.validate()
A person can only be selected once.
|
void |
FldLocationShiftNum.validate()
check to make sure that calendar is not null when a shift is selected.
|
void |
FldLocationParent.validate()
Try-catch to throw a better exception message.
|
void |
FldLocationItemNum.validate()
Validates if the location in a given site , associated with a rotating item and the rotating item or alternate
item matches a rotating asset
|
void |
FldLocationIsRepairFacility.validate() |
void |
FldLocationAddToStoreSiteId.validate() |
void |
FldLocationAddToStoreLoc.validate()
validates if user has authority to use the storeroom
|
void |
FldLocType.validate()
if maxvalue is in 'STOREROOM', throw Exception
|
void |
FldLocSystemPrimarySystem.validate()
Validate that the networked checkbox is not checked.
|
void |
FldLocSystemNetwork.validate()
Validate that the primary system checkbox is not checked.
|
void |
FldLocMeterReadingDelta.validate() |
void |
FldLocLocation.validate() |
void |
FldLocHierarchySystemId.validate()
In addition to validating if systemid exists in LocSystem, we
want to validate that we allow only systems this location has not
being associated with if "Associate location to Systems" is being
done.
|
void |
FldLocHierarchyParent.validate()
Further validate if the parent entered is OK;
It is assumed in the add() of LocHierarcy that the value of "location"
of the owning Location object is the "location" of this locHierarchy.
|
void |
FldLocHierarchyNewParent.validate()
Further validate if the parent entered is OK;
It is assumed in the add() of LocHierarcy that the value of "location"
of the owning Location object is the "location" of this locHierarchy.
|
void |
FldLocHierarchyLocation.validate()
Further validate if the location(the child) entered is OK;
It is assumed in the add() of LocHierarcy that the value of "location"
of the owning Location object is the "parent" of this locHierarchy.
|
void |
FldLocAncestorLocation.validate() |
void |
FldAssetLocCommCommodityGrp.validate()
Validates the commodity group field and clears out the commodity code
|
void |
FldAssetLocCommCommodityCode.validate()
Validates the commodity code fld and sets the group fld
|
void |
FldAddressSystem.validate()
There must be one Address System per site and at most one.
If a second address system is selected the first address system selection
will be unchecked.
An system cannot be a Network System and Address System at the same time.
|
void |
Location.validateOrderQty() |
void |
LocationRemote.validateOrderQty() |
boolean |
LocationService.verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo,
MboSetRemote workingSet) |
boolean |
LocationServiceRemote.verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo,
MboSetRemote workingSet) |
boolean |
LocationService.verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo,
MboSetRemote workingSet,
java.util.Vector allowSetToPrimary,
boolean skipOtherSitesPrimarySysVerification) |
boolean |
LocationServiceRemote.verifyAllLocSystemSitesHaveOnePrimarySystem(UserInfo userInfo,
MboSetRemote workingSet,
java.util.Vector allowSetToPrimary,
boolean skipOtherSitesPrimarySysVerification) |
boolean |
LocationService.verifyLocSystemSiteHasOnePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet) |
boolean |
LocationServiceRemote.verifyLocSystemSiteHasOnePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet) |
boolean |
LocationService.verifyLocSystemSiteHasOnePrimarySystem(UserInfo userInfo,
java.lang.String siteId,
MboSetRemote workingSet,
java.util.Vector allowSetToPrimary,
boolean skipOtherSitesPrimarySysVerification) |
java.util.Vector |
Location.walkUpHierarchy()
Get a vector of this locations ancestors.
|
void |
Location.warningsCopyMatRecTransSetForTransferIn()
returns a warning message resulting from the copyMatRecTransSetForTransferIn action if any matrectrans is not
elligible for the transfer in.
|
void |
LocationRemote.warningsCopyMatRecTransSetForTransferIn() |
void |
Location.warningsCopyPOLineSetForTransferIn()
returns a warning message resulting from the copyPOLineSetForTransferIn action if any poline is not elligible for
the transfer out.
|
void |
LocationRemote.warningsCopyPOLineSetForTransferIn() |
void |
Location.warningsCopyPOLineSetForTransferOut()
returns a warning message resulting from the copyPOLineSetForTransferOut action if any poline is not elligible
for the transfer out.
|
void |
LocationRemote.warningsCopyPOLineSetForTransferOut() |
void |
LocationService.warningsFromAddItemsToStore()
returns a warning message resulting from the addItemsTostoreroom action if
any items were tried to be added to a storeroom that has a stock category of NS.
|
void |
LocationServiceRemote.warningsFromAddItemsToStore() |
void |
LocationService.warningsFromNonStockedOrgs()
returns a warning message resulting from the addItemsTostoreroom action if
any items selected were attempted to be added to a storeroom with the stock category
of non-stock.
|
void |
LocationServiceRemote.warningsFromNonStockedOrgs()
*@see psdi.app.location.LocationService#warningsFromNonStockedOrgs()
|
java.lang.String |
LocationSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classStructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
Methods in psdi.app.masterpm that throw MXException
Modifier and Type |
Method and Description |
void |
FldMasterPMUseTargetDate.action()
AdjNextDue field is editable only when 'extDate' is not null and 'usetargetdate' is 'true'.
|
void |
FldMasterPMSeasonStrMonth.action()
checkes if the day is a valid day of the given month
|
void |
FldMasterPMSeasonEndMonth.action()
checkes if the day is a valid day of the given month
|
void |
FldMasterPMNextdate.action()
If NextDate is null, the extdate is not editable.
|
void |
FldMasterPMLeadTimeActive.action()
When LeadTimeActive is 'true', the MasterPM.LeadTime attribute is editable & specifies
that LeadTime can be applied to MasterPM.
|
void |
FldMasterPMJpnum.action()
When a jobplan is entered on the MasterPM, a corresponding MasterPMSequence record
is created.
|
void |
FldMasterPMFrequency.action()
When Alertlead is greater than frequncy, set the alertlead to null
|
void |
FldMasterPMFreqUnit.action()
Reset the alert lead to Zero when the frequency units change.
|
void |
FldMasterPMExtdate.action()
If this field is null, set the AdjNextDue to read only and set the value to false
|
void |
FldItemSetId.action()
If there is a change in ItemSetId, set itemnum to null
|
void |
MasterPMSeq.add()
Sets default values for a new MasterPMSeq object.
|
void |
MasterPMSeasons.add()
sets default values for the MasterPMSeasons object
|
void |
MasterPMMeter.add()
Sets default values for a new MasterPMMeter object.
|
void |
MasterPM.add()
Sets default values for a new MasterPM object.
|
void |
MasterPMMeter.appValidate()
Frequency should be greater than Zero
|
void |
MasterPM.appValidate()
This method will be called just before save() in order to make sure it is a
valid MASTERPM record.
|
void |
MasterPMSeqSet.canAdd()
Determines whether MasterPMSeq's can be added to this Set or not.
|
void |
MasterPMSeasonsSet.canAdd()
Determines whether MasterPMSeason's can be added to this Set or not.
|
void |
MasterPMMeterSet.canAdd()
Determines whether MasterPMMeter's can be added to this Set or not.
|
void |
MasterPM.canDelete()
Method that checks whether a MasterPM can be deleted or not.
|
void |
MasterPMRemote.createAssociatedPMs(MboSetRemote assetSet,
MboSetRemote locSet) |
void |
MasterPM.createAssociatedPMs(MboSetRemote assetSet,
MboSetRemote locSet)
creates Associated PM's from a Master PM
|
void |
MasterPM.delete(long modifier)
Deletes a MasterPM record.
|
MboRemote |
MasterPM.duplicate()
This method creates a duplicate record for MasterPM and related objects
(MasterPMMeter, MasterPMSequence, MasterPMSeasons).
|
MboSetRemote |
FldWorkType.getList()
Return list of worktype mbos that exists in all organizations that uses a given Itemset
|
MboSetRemote |
FldPMWoStatus.getList()
getList() is overriden not to show the following status.
|
protected Mbo |
MasterPMSet.getMboInstance(MboSet ms)
Generate a new MasterPM object
|
protected Mbo |
MasterPMSeqSet.getMboInstance(MboSet ms)
Generate a new MasterPMSeq object
|
protected Mbo |
MasterPMSeasonsSet.getMboInstance(MboSet ms)
Generate a new MasterPMSeasons object
|
protected Mbo |
MasterPMMeterSet.getMboInstance(MboSet ms)
Generate a new MasterPMMeter object
|
int |
MasterPMRemote.getOrgCount() |
int |
MasterPM.getOrgCount() |
void |
MasterPMSeq.init()
Initialize the MasterPMSeq object
|
void |
FldMasterPMExtdate.init()
extdate is read-only when first date is null
|
void |
FldMasterPMAdjNextDue.init()
only editable if extdate is not null
|
void |
FldMasterPMLeadTimeActive.initValue()
override initValue() to set the value of non-persistant 'LEADTIMEACTIVE' flag
|
boolean |
MasterPMMeterRemote.isMeterAttachedToAssetOrLocation(java.lang.String assetnum,
java.lang.String location) |
boolean |
MasterPMMeter.isMeterAttachedToAssetOrLocation(java.lang.String assetnum,
java.lang.String location)
Returns boolean based on whether the MasterPMMeter is attached to asset or
location.
|
boolean |
MasterPM.isNull(java.lang.String attributeName) |
boolean |
MasterPM.isValidJPRevNum(java.lang.String jpNum,
java.lang.String revNum)
Checks if the jobplan is in a compatible status.
|
void |
MasterPM.modify()
Called whenever a change is made to the attributes of a MBO.
|
boolean |
MasterPMRemote.plusCCheckPmXtDtNotNull(MboSetRemote siteSet) |
boolean |
MasterPM.plusCCheckPmXtDtNotNull(MboSetRemote siteSet)
Checks if some associated PM's extend date is not null.
|
java.util.HashSet |
MasterPM.plusCGetAssociatedPMs(MboSetRemote siteSet)
Gets all Pms associated to the current MasterPM.
|
void |
MasterPMRemote.plusCUpdateAssociatedPMs(MboSetRemote siteSet) |
void |
MasterPM.plusCUpdateAssociatedPMs(MboSetRemote siteSet)
Add a new register to PLUSCPMEXTDATE table before the core
updateAssociatedPMs process is called.
|
void |
MasterPMRemote.setupPMFromMaster(MboRemote pmMbo) |
void |
MasterPM.setupPMFromMaster(MboRemote pmMbo)
Copy values from master PM to new PM.
|
void |
FldMasterPMSeqJpnum.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
MasterPMSeq.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
MasterPMSeasons.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
MasterPMMeter.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
MasterPM.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
void |
MasterPMRemote.updateAssociatedPMs(MboSetRemote siteSet) |
void |
MasterPM.updateAssociatedPMs(MboSetRemote siteSet)
Following attributes of the associated PM's are updated/copied from
Master PM if 'overridemasterupd' of associated PMs is set to false.
if'updtimebasedfreq' of Master PM is set to true, 'frequency' and
'frequnit' are copied from Master PM to associated PM.
|
void |
FldWorkType.validate()
Checks to see whether the worktype exists in all organizations that uses a given Itemset
|
void |
FldUpdMeterBasedFreq.validate()
Check whether Meter based frequency can be updated in all associated PMS
Validate all meters are attached to Asset/Location
|
void |
FldMasterPMSeasonStrDay.validate()
checkes if the day is a valid day of the given month
|
void |
FldMasterPMSeasonEndDay.validate()
checkes if the day is a valid day of the given month
|
void |
FldMasterPMMeterTolerance.validate()
Value must be greater than zero, but less than or equal to the
value in the Frequency field.
|
void |
FldMasterPMMeterName.validate()
Validate all meters are attached to Asset/Location in associated PMS
if updateMeterbasedfreq is true
|
void |
FldMasterPMMeterFreq.validate()
Value must be greater than zero and Alertlead must be less than frequency
|
void |
FldMasterPMMeterAlertLead.validate()
Value must be greater than zero, but less than or equal to the
value in the Frequency field.
|
void |
FldMasterPMFrequency.validate()
Frequency should not be less than zero.
|
void |
FldMasterPMAlertLead.validate()
Value must be greater than zero, but less than or equal to the
value in the Frequency field.
|
void |
MasterPMMeter.validateMeter()
validates whether the MasterPMMeter is attached to asset or
location.
|
void |
MasterPM.validateTimeBasedFreq(double frequency)
Validate time based frequency based on the frequncy units provided
|
void |
MasterPMSeasons.validDayMonth(int newDay,
java.lang.String month)
checks the entered day is a valid day or not in a given month
|
Methods in psdi.app.measurement that throw MXException
Modifier and Type |
Method and Description |
void |
FldMeasurementObservationValue.action()
sets the measuredate if it is null
|
void |
FldMeasurementMeterName.action()
sets the measuredate if it is null
|
void |
FldMeasurePointPMNum.action() |
void |
FldMeasurePointMeterName.action()
sets flags specific to the Measurepoint's meter type; sets attribute
MeasureUnitId from the DeployedMeter.
|
void |
FldMeasurePointLocation.action()
if value is not null, sets MeasurePoint.Assetnum to be null
|
void |
FldMeasurePointJPNum.action()
set the job plan priority using the job plan entered or chosen in the lookup.
|
void |
FldMeasurePointAssetnum.action() |
void |
FldPMNum.action()
clears the JPNUM field when PMNUM is set.
|
void |
FldJPNum.action()
clears the PMNUM field when JPNUM is set.
|
void |
Measurement.add()
Initialises the POINTNUM from the MEASUREPOINT object;
makes sure the owner of this object is MEASUREPOINT;
defaults the MEASUREMENT.POINTNUM to the owner's POINTNUM;
generates a unique measurementid.
|
void |
MeasurePoint.add()
This is called when a new measure point is added to the MeasurePint MboSet collection.
|
void |
CharPointAction.add()
adds a new CharPointAction and sets the values PointNum, AssetNum and
Location from the owning MeasurePoint.
|
void |
MeasurePoint.appValidate() |
void |
CharPointAction.appValidate()
makes sure that a valid job plan or PM has been provided for this
new CHARPOINTACTION.
|
void |
MeasurementSet.canAdd() |
void |
CharPointActionSet.canAdd()
a CharPointAction can only be added from an owning MeasurePoint
|
void |
PointWO.canDelete()
A PointWO mbo can only be deleted if the measure point it is being referenced
by is deleted.
|
void |
MeasurePoint.canDelete()
A measure point cannot be deleted if it is referenced by a work order's
work plan operation.
|
protected void |
MeasurePoint.checkKey()
makes sure that the Assetnum and Metername or Location and Metername
combination is unique for the site.
|
protected void |
MeasurePoint.checkPMs()
if MeasurePoint contains an Upper Limit PM and/or a Lower Limit PM,
makes sure that the specified PM(s) actually reference the Assetnum or Location
|
void |
Measurement.delete() |
void |
MeasurePoint.delete(long accessModifier)
Deleting the measure point deletes all the referencing measurement and point workorder
records.
|
void |
MeasurementListener.eventAction(EventMessage em) |
boolean |
MeasurementListener.eventValidate(EventMessage em) |
void |
MeasurePoint.generateAutoKey()
MeasurePoint supports autokeying - sets the POINTNUM attribute.
|
void |
MeasurePointRemote.generateWorkOrder(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria) |
void |
MeasurePoint.generateWorkOrder(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria)
starts the work order generation process for the current MeasurePoint.
|
void |
MeasurePointRemote.generateWorkOrder(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria,
MboRemote measurement) |
void |
MeasurePoint.generateWorkOrder(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria,
MboRemote measurement) |
void |
MeasurePoint.generateWorkOrderForCharacteristicMeter(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria)
starts the work order generation process when the current MeasurePoint has
a meter of type CHARACTERISTIC.
|
void |
MeasurePoint.generateWorkOrderForCharacteristicMeter(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria,
MboRemote measurement) |
void |
MeasurePoint.generateWorkOrderForGaugeMeter(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria)
starts the work order generation process when the current MeasurePoint has
a meter of type GAUGE.
|
void |
MeasurePoint.generateWorkOrderForGaugeMeter(java.util.Date effectiveDate,
java.lang.String memo,
boolean actionsAsCriteria,
MboRemote measurement) |
boolean |
MeasurementRemote.generateWorkOrderForLinearAssetMeasure() |
boolean |
Measurement.generateWorkOrderForLinearAssetMeasure() |
void |
MeasurePointSetRemote.generateWorkOrdersForSet(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionCriteria) |
void |
MeasurePointSet.generateWorkOrdersForSet(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionCriteria) |
void |
MeasurePointSetRemote.generateWorkOrdersForSet(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionCriteria,
boolean calledByCronTask) |
void |
MeasurePointSet.generateWorkOrdersForSet(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionCriteria,
boolean calledByCronTask)
generates work orders for each selected member of this set
|
void |
MeasurePointRemote.genWOAndPointWOFromJobPlan(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionLimitCriteria,
java.lang.String jpnum,
int priority) |
void |
MeasurePoint.genWOAndPointWOFromJobPlan(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionLimitCriteria,
java.lang.String jpnum,
int priority)
generates a work order and creates a PointWO
when the last measurement indicates that a Job Plan-generated work order is needed.
|
void |
MeasurePoint.genWOAndPointWOFromJobPlan(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionLimitCriteria,
java.lang.String jpnum,
int priority,
MboRemote measurement) |
void |
MeasurePointRemote.genWOAndPointWOFromPM(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionLimitCriteria,
java.lang.String jpnum,
int priority) |
void |
MeasurePoint.genWOAndPointWOFromPM(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionLimitCriteria,
java.lang.String pmnum,
int priority)
generates a work order and creates a PointWO
when the last measurement indicates that a PM work order is needed.
|
void |
MeasurePoint.genWOAndPointWOFromPM(java.util.Date effectiveDate,
java.lang.String memo,
boolean useActionLimitCriteria,
java.lang.String pmnum,
int priority,
MboRemote measurement) |
double |
MeasurementServiceRemote.getConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM) |
double |
MeasurementService.getConversionFactor(UserInfo userInfo,
java.lang.String fromUOM,
java.lang.String toUOM)
Returns the conversion factor that will convert the "from"
unit of measure (UOM) to the "to" unit of measure.
|
MboRemote |
MeasurePointRemote.getDeployedMeter() |
MboRemote |
MeasurePoint.getDeployedMeter() |
MboRemote |
MeasurePointRemote.getDeployedMeterForUpdate() |
MboRemote |
MeasurePoint.getDeployedMeterForUpdate() |
java.lang.Object |
MeasurePointRemote.getJobPlanOrPMToGenWO() |
java.lang.Object |
MeasurePoint.getJobPlanOrPMToGenWO()
used to determine if a Job Plan or PM is indicated by the last measurement.
|
java.lang.Object |
MeasurePoint.getJobPlanOrPMToGenWOForCharacteristicMeter()
used by MeasurePoints with meters of type CHARACTERISTIC to determine if a Job Plan or
PM is indicated by the last measurement.
|
java.lang.Object |
MeasurePoint.getJobPlanOrPMToGenWOForCharacteristicMeter(MboRemote measurement) |
java.lang.Object |
MeasurePoint.getJobPlanOrPMToGenWOForGaugeMeter()
used by MeasurePoints with meters of type GAUGE to determine if a Job Plan or
PM is indicated by the last measurement.
|
int |
MeasurementSetRemote.getLimit() |
int |
MeasurementSet.getLimit()
Gets the type of limit setting, set by the user.
|
MboSetRemote |
FldObservation.getList()
returns the list of ALNDOMAINVALUEs for the meter's domain identifier.
|
MboSetRemote |
FldMeasurePointJPNum.getList() |
MboSetRemote |
FldPMNum.getList() |
protected Mbo |
PointWOSet.getMboInstance(MboSet ms)
Generate a new point wo object.
|
protected Mbo |
MeasurementSet.getMboInstance(MboSet ms)
Generate a new measurement object.
|
protected Mbo |
MeasurePointSet.getMboInstance(MboSet ms)
Generates a new measurement point object.
|
protected Mbo |
CharPointActionSet.getMboInstance(MboSet ms)
Generate a new CharPointAction object.
|
protected void |
MeasurePoint.getMeasureUnitIdFromDM()
when the location or assetnum attributes are set, the measureunitid is inherited
from the LocationMeter or AssetMeter.
|
CrontaskParamInfo[] |
MeasurePointWoGenCronTask.getParameters() |
CrontaskParamInfo[] |
LinearMeasurementWoGenCronTask.getParameters() |
MboRemote |
MeasurePointWoGenCronTask.getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation mbo for the crontask parameter
|
java.util.Date |
MeasurementSetRemote.getPostedAfter() |
java.util.Date |
MeasurementSet.getPostedAfter()
Gets the posted after date, set by the user.
|
java.util.Date |
MeasurementSetRemote.getPostedBefore() |
java.util.Date |
MeasurementSet.getPostedBefore()
Gets the posted before date, set by the user.
|
protected MeterRemote |
Measurement.getTheMeter() |
protected MeterRemote |
MeasurePoint.getTheMeter() |
void |
PointWO.init()
Sets the pointnum read only.
|
static MeasurementListener |
MeasurementListener.init()
Returns the listener object.
|
void |
Measurement.init()
sets field flags that do not require SQL execution or the initialization
of other objects.
|
void |
MeasurePointWoGenCronTask.init()
init()
|
void |
MeasurePoint.init()
sets field flags that do not require SQL execution or the initialization
of other objects.
|
void |
CharPointAction.init()
Sets the non-persistent attributes AssetNum,Location and DomainId's
values, and makes them read-only.
|
void |
Measurement.initFieldFlagsOnMbo(java.lang.String attrName)
sets field flags that require SQL execution and the initialization
of other objects.
|
void |
MeasurePoint.initFieldFlagsOnMbo(java.lang.String attrName)
sets field flags that require SQL execution and the initialization
of other objects.
|
void |
FldMeasurePointMeasureUnitId.initValue()
sets the MeasureUnitId from AssetMeter or LocationMeter
|
protected void |
CharPointAction.isCharPointActionValueUnique()
ensures that a value is added only once to the set of CharPointAction objects.
|
void |
MeasurementListener.postCommitEventAction(EventMessage em)
Tell the owning set that it's Mbo has been saved.
|
void |
MeasurementListener.preSaveEventAction(EventMessage em) |
void |
MeasurePointWoGenCronTask.readConfig()
Read in the configuration information from mxserver.properties.
|
void |
LinearMeasurementWoGenCronTask.readConfig()
Read in the configuration information from mxserver.properties.
|
void |
Measurement.save()
updates the LastReading, LastReadingDate and LastReadingInspctr attributes
for the DeployedMeter that corresponds to this Measurement's MeasurePoint
|
void |
MeasurePoint.save() |
void |
MeasurementSetRemote.setLimit(int type) |
void |
MeasurementSet.setLimit(int type)
Sets the userpref limit setting.
|
protected void |
Measurement.setMeterRelatedInfo()
sets the Measurement attribute values and read-writeability
that depend on the meter type.
|
void |
MeasurePointRemote.setMoveAssetFlag(boolean flag) |
void |
MeasurePoint.setMoveAssetFlag(boolean flag)
Flag indicates measurepoint created during asset move across sites for new asset
|
void |
MeasurementSetRemote.setPostedAfter(java.util.Date afterDate) |
void |
MeasurementSet.setPostedAfter(java.util.Date afterDate)
Sets the userpref posted after date setting.
|
void |
MeasurementSetRemote.setPostedBefore(java.util.Date beforeDate) |
void |
MeasurementSet.setPostedBefore(java.util.Date beforeDate)
Sets the userpref posted before date setting.
|
void |
FldPMNum.setTheCriteria()
sets the list criteria SQL for this attribute depending on whether the object has
a non-null AssetNum or a Location.
|
protected void |
MeasurePoint.setTypeSpecificFlags()
sets field flags for those attributes that apply to meters of type Gauge.
|
protected boolean |
MeasurePoint.skipCopyField(MboValueInfo mvi)
overrides the skipCopyField() in the Mbo.
|
void |
MeasurementRemote.updateMeterOnMeasureDeletion() |
void |
Measurement.updateMeterOnMeasureDeletion()
updates the AssetMeter or LocationMeter LastReading value
when the most recent measurement is deleted.
|
void |
MeasurePointRemote.updateMeterOnMeasureDeletion() |
void |
MeasurePoint.updateMeterOnMeasureDeletion() |
void |
FldObservation.validate()
if this value's mbo is an instance of CharPointAction, make
sure that CharPointAction.Value is unique.
|
void |
FldMeasurementObservationValue.validate() |
void |
FldMeasurementMeterName.validate() |
void |
FldMeasurementMeasureDate.validate() |
void |
FldMeasurePointUpperWarning.validate()
The following validation occurs:
Upper warning limits should be lower than upper action limits.
|
void |
FldMeasurePointUpperAction.validate()
The following validation occurs:
Upper action limits should be higher than upper warning limits.
|
void |
FldMeasurePointMeterName.validate()
The combination of assetnum, metername and siteid should be unique and not be used by
any other MeasurePoint.
|
void |
FldMeasurePointLowerWarning.validate()
The following validation occurs:
Lower warning limits should be higher than lower action limits.
|
void |
FldMeasurePointLowerAction.validate()
The following validation occurs:
Lower action limits should be lower than lower warning limits.
|
void |
FldMeasurePointLocation.validate()
The combination of assetnum, metername and siteid should be unique and not be used by
any other MeasurePoint.
|
void |
FldMeasurePointAssetnum.validate()
The combination of assetnum, metername and siteid should be unique and not be used by
any other MeasurePoint.
|
void |
FldPMNum.validate()
This field is only allowed to be set if the asset or location is not null.
|
Methods in psdi.app.measurement.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldGenerateWOUseActionLimit.action()
set GenerateWO JPNum to be null when this value is set.
|
void |
FldGenerateWOPMNum.action()
updates the GenerateWO object when PMNUM is set.
|
void |
FldGenerateWOJPNum.action()
updates the GenerateWO object when JPNUM is set.
|
void |
GenerateWO.add()
Sets up a new GenerateWorkOrder object.
|
void |
GenerateWOSetRemote.execute() |
void |
GenerateWOSet.execute()
generates the Work Order for a single MeasurePoint.
|
void |
GenerateWOSet.execute(MboRemote mbo)
Generate work orders for the passed in mbo's set.
|
protected void |
GenerateWOSet.genWO(MboRemote indivMP,
MboRemote param)
attempts to generate a work order for the passed in MeasurePoint mbo, and adds
any warnings that may arise to this set.
|
protected Mbo |
MPWOGenCronParamSet.getMboInstance(MboSet ms) |
protected Mbo |
GenerateWOSet.getMboInstance(MboSet ms)
Generate a new GenerateWorkOrder object
|
protected void |
GenerateWO.resetWogenInfo()
resets the work order generation information to the values retrieved from
the MeasurePoint object when this
GenerateWO object was initialized.
|
protected void |
GenerateWO.setGenerateWOFieldFlags()
sets the read/writeability of the GenerateWO attributes JPNum and PMNum,
and resets wogeninfo
|
protected void |
GenerateWO.updateWogenInfo(java.lang.String pmOrJobPlan,
java.lang.String strPMNumOrJPNum)
|
Methods in psdi.app.meter that throw MXException
Modifier and Type |
Method and Description |
void |
FldReadingMeterReading.action()
For meters of type CONTINUOUS, if the reading is greater than the rollover
value, and the rollover value is greater than zero, adjusts the reading by
subtracting the rollover value from it; updates the DeployedMeter's
LastReading,LastReadingDate and LastReadingInspctr and PreviousReading,
PreviousReadingDate and PreviousReadingInspector attributes when necessary.
|
void |
FldModification.action()
sets this value's MeterReading object's ReadingSource attribute to the external (translated)
value for "MODIFIED" from the READINGSOURCE valuelist.
|
void |
FldMeterMeterType.action()
if this MeterType value is CHARACTERISTIC,
then the DomainId attribute's READONLY flag is set to false, its REQUIRED flag
is set to true, and the MeasureUnitId attribute's READONLY flag is set to true.
|
void |
FldMeterInGroupMeterName.action()
sets the read/writeability of this object's Rollover attribute.
|
void |
FldMeterInGroupAvgCalcMethod.action()
sets the read/writeability of this object's attributes
|
void |
FldIsModificationADelta.action()
sets the READONLY flag for the MODIFIEDREADING and MODIFIEDDELTA attributes.
|
void |
FldDeployedMeterReadingType.action() |
void |
FldDeployedMeterPreviousReadingInspector.action()
if this value's mbo is being added to the database, sets value for DeployedMeter's
Inspector attribute to be the same as itself.
|
void |
FldDeployedMeterPreviousReadingDate.action()
if this value's mbo is being added to the database, sets value for
DeployedMeter attribute NewReadingDate to be the same as itself.
|
void |
FldDeployedMeterNewReadingDate.action()
if a modification to NewReadingDate makes this a historical meter
reading, sets new last reading information since it may have
changed relative to this new date, and forces revalidation of
the non-persistent NewReading attribute since the last reading
information has changed.
|
void |
FldDeployedMeterLastReadingNew.action()
sets related non-persistent attributes LastReadingDateNew
and LastReadingInspctrNew if they are null; clears the non-persistent LastReadingDateNew and
LastReadingInspctrNew attributes if this value is being changed
from a non-null to a null value.
|
void |
FldDeployedMeterLastReadingInspctr.action()
if DeployedMeter is being added, clears the Inspector attribute when this
attribute is cleared.
|
void |
FldDeployedMeterLastReadingDate.action() |
void |
FldDeployedMeterNewReading.action()
For CONTINUOUS meter types, determines and sets the DeltaValue value.
|
void |
FldDeployedMeterPreviousReading.action()
if this value's mbo is being added to the database, that is, it's a new record,
this field class sets the value for DeployedMeter attribute NewReading to be
the same as itself; sets related non-persistent attributes PreviousReadingDate
and PreviousReadingInspector if they are null; clears the non-persistent PreviousReadingDate and
PreviousReadingInspector attributes if this value is being changed
from a non-null to a null value; if this value is being set to a non-null value,
sets the Active attribute's READONLY field flag to true.
|
void |
FldDeployedMeterLastReading.action()
when this value is modified, the DeployedMeter's cumulative values will be adjusted
accordingly
|
void |
FldDeployedMeterIsDelta.action()
if the non-persistent NewReading attribute is not null, force
its revalidation with this new IsDelta information.
|
void |
FldDeployedMeterAvgCalcMethod.action()
sets flags specific to this AvgCalcMethod and resets the non-persistent
AvgCalcInfo and the persistent AvgCalcValue and SlidingWindowSize attributes.
|
void |
FldDeployedMeterAvgCalcInfo.action()
sets the AVGCALCMETHOD-dependent persistent attribute.
|
void |
FldDeployedMeterActive.action()
toggles the read/writeability of those
DeployedMeter attributes
that are dependent on the status of the DeployedMeter's Active
attribute
|
void |
FldDelta.action() |
void |
FldDeployedMeterMeterName.action()
sets flags specific to this DeployedMeter's type; sets default
values for this value's DeployedMeter object.
|
void |
MeterInGroup.add()
Adds a new MeterInGroup object and sets its field defaults.
|
void |
DeployedMeter.add()
adds a new DeployedMeter object and sets field defaults.
|
void |
Reading.add() |
void |
DeployedMeterRemote.addModifiedReadingsForAvgCalc(MboRemote reading) |
void |
DeployedMeter.addModifiedReadingsForAvgCalc(MboRemote reading)
adds modified readings to be used to refresh the average reading for the DeployedMeter following
a new meter reading or meter reading update.
|
MboRemote |
DeployedMeterRemote.addReading() |
MboRemote |
DeployedMeter.addReading()
adds a new reading for the DeployedMeter
|
void |
DeployedMeter.appValidate()
validates context-sensitive attributes AvgCalcInfo and AvgCalcMethod.
|
void |
Reading.appValidate() |
void |
ReadingSet.canAdd() |
void |
MeterGroup.canDelete()
A MeterGroup record can be deleted if it is not referenced by any of the following
objects:
|
void |
Meter.canDelete()
This meter can be deleted if it does not exists in any of the following
objects:
|
void |
DeployedMeter.canDelete()
This DeployedMeter can be deleted if it does not exist in any of the following
objects:
|
void |
Reading.canDelete()
A Reading can only be deleted if it has not been added to the
database, or if it is being deleted from an owning DeployedMeter object
and it is the only Reading that exists for the DeployedMeter.
|
boolean |
DeployedMeter.canDeleteForecast(java.lang.String message) |
void |
FldDeployedMeterNewReading.chooseActualDomainValues()
overrides ALNDomain.chooseActualDomainValues() which does not
allow a null domainid.
|
void |
MeterSet.commit() |
void |
MeterGroup.delete(long access)
when the MeterGroup is deleted, all related MeterInGroup
records also need to be deleted.
|
void |
DeployedMeter.delete(long accessModifier) |
MboRemote |
MeterGroup.duplicate()
Duplicates this MeterGroup and its related objects.
|
MboRemote |
Meter.duplicate()
Duplicates this Meter and its related objects.
|
void |
DeployedMeterRemote.enableDisable()
TODO MAKE PROTECTED AFTER MAKING FLDCLASSVALID.
|
void |
DeployedMeter.enableDisable()
sets read/writeability of non-persistent attributes listed below
based on the status of the DeployedMeter's Active attribute.
|
boolean |
DeployedMeterRemote.enterReadingOnMaterialIssue() |
boolean |
DeployedMeter.enterReadingOnMaterialIssue()
called from an owning and new MatUseTrans object of IssueType ISSUE to
record a meter reading when the item being issued is NOT rotating,
has a metername and is being issued to an Asset or Location,
and the Asset or Location has an AssetMeter or LocationMeter
with a metername that corresponds to the issued item's metername.
|
void |
Meter.generateAutoKey()
Will Meter support autokeying????????????????/
|
java.util.Hashtable |
MeterGroup.getAdditionalRequiredAssetMeterAttrs() |
java.util.Hashtable |
MeterGroup.getAdditionalRequiredLocationMeterAttrs() |
java.lang.String |
DeployedMeterRemote.getAvgCalcMethod() |
java.lang.String |
DeployedMeter.getAvgCalcMethod()
returns the internal translation of the AvgCalcMethod value from the
AVERAGEMETHOD domain.
|
protected double |
DeployedMeter.getDenominator(java.util.Date earliest,
java.util.Date recent)
Gets the denominator.
|
protected abstract java.lang.Object[] |
DeployedMeter.getDeploymentInfo()
provides key value and meter reading table name information for the DeployedMeter's
instanciated subclass, for example, an AssetMeter ("assetnum" and "meterreading")
or LocationMeter ("location" and "locmeterreading").
|
boolean |
DeployedMeterRemote.getIsReadingUpdate() |
boolean |
DeployedMeter.getIsReadingUpdate()
gets the yes/no flag that tells whether this DeployedMeter has been instanciated
while rolling a reading update down the hierarchy and forward through each
DeployedMeter's meter reading history.
|
boolean |
DeployedMeterRemote.getIsWOMeterProcess() |
boolean |
DeployedMeter.getIsWOMeterProcess()
gets the yes/no flag that tells whether this DeployedMeter has been instanciated
while processing a WOMeter reading.
|
MboSetRemote |
FldDeployedMeterNewReading.getList()
If the meter type is CHARACTERISTIC, then the list of ALNDOMAINVALUEs for
the meter's domain identifier is returned.
|
MboSetRemote |
FldMeterReadingType.getList()
Show only the readingtype "ACTUAL" and "DELTA" in the list.
|
protected Mbo |
MeterSet.getMboInstance(MboSet ms)
Generate a new Meter object
|
protected Mbo |
MeterInGroupSet.getMboInstance(MboSet ms)
Generate a new MeterInGroup object
|
protected Mbo |
MeterGroupSet.getMboInstance(MboSet ms)
Generate a new MeterGroup object
|
MeterInfo |
MeterCacheImpl.getMeterInfo(java.lang.Integer hcmeter) |
MeterInfo |
MeterCache.getMeterInfo(java.lang.Integer hcmeter) |
MboRemote |
DeployedMeterRemote.getMeterReadingForKnownDate(java.util.Date dt) |
MboRemote |
DeployedMeter.getMeterReadingForKnownDate(java.util.Date dt)
returns Reading object for date provided
|
java.lang.String |
Meter.getMeterType()
returns the internal, non-translated value for the MeterType attribute.
|
java.lang.String |
MeterRemote.getMeterType() |
MboRemote |
DeployedMeter.getNextMeterReading(java.util.Date followingDate) |
protected double |
DeployedMeter.getNumerator()
Gets the numerator.
|
Mbo |
DeployedMeterRemote.getOrigMRUpdate() |
Mbo |
DeployedMeter.getOrigMRUpdate() |
MboRemote |
DeployedMeterRemote.getPreviousMeterReading(java.util.Date previousToDate) |
MboRemote |
DeployedMeter.getPreviousMeterReading(java.util.Date previousToDate)
gets the meter reading (for a DeployedMeter whose meter is of type
CONTINUOUS) or measurement (for a DeployedMeter whose meter is of type
CHARACTERISTIC or GAUGE) that immediately precedes one of the following:
meter reading/measurement being entered or updated for the
DeployedMeter if meterreading activity is taking place
current date/time, to get the last, that is, most recent reading taken for the DeployedMeter.
|
MboRemote |
ReadingSet.getPreviousReading()
returns the reading in the set previous to the current reading.
|
java.lang.String |
DeployedMeterRemote.getReadingType() |
java.lang.String |
DeployedMeter.getReadingType()
returns the internal translation of the ReadingType value from the
READINGTYPE domain.
|
double |
DeployedMeterRemote.getReadingValueAsDouble(java.util.Date dt) |
double |
DeployedMeter.getReadingValueAsDouble(java.util.Date dt)
gets numeric (that is, GAUGE or CHARACTERISTIC) reading for a particular date.
|
boolean |
DeployedMeterRemote.getSkipAverageRefresh() |
boolean |
DeployedMeter.getSkipAverageRefresh() |
protected boolean |
DeployedMeter.getSkipDateUniquenessCheck() |
boolean |
DeployedMeterRemote.getSupressUniquenessErrorFlag() |
boolean |
DeployedMeter.getSupressUniquenessErrorFlag()
|
MeterRemote |
DeployedMeterRemote.getTheMeter() |
MeterRemote |
DeployedMeter.getTheMeter() |
int |
Meter.getTheScaleForReadings()
IV78084: User may configure the actual readings to different scale.
|
protected void |
DeployedMeter.handleAssetMeterLocMeterForWOEnterMeterReading() |
protected boolean |
DeployedMeter.hasDeployedMeterApprReadingDeletion()
used by Reading object to determine whether this owning
DeployedMeter object has determined that it is OK to
delete the owner's ReadingSet.
|
void |
MeterInGroup.init()
sets the read/writeability of this object's Rollover attribute.
|
void |
MeterGroup.init()
Initialization routine for this object.
|
void |
MeterCacheImpl.init() |
void |
Meter.init()
Initialization rountine for this object.
|
void |
DeployedMeter.init()
initialization routine for this object.
|
void |
Reading.init() |
void |
FldDeployedMeterLastReading.initValue()
override initValue() to set the lastreading value.
|
boolean |
Meter.isCharacteristic()
|
boolean |
MeterRemote.isCharacteristic() |
boolean |
Meter.isContinuous()
|
boolean |
MeterRemote.isContinuous() |
boolean |
Meter.isContinuousOrGauge()
|
boolean |
MeterRemote.isContinuousOrGauge() |
boolean |
DeployedMeterRemote.isCurrentlyBeingAddedOnMeterGroupChange() |
boolean |
DeployedMeter.isCurrentlyBeingAddedOnMeterGroupChange() |
protected boolean |
DeployedMeter.isEnteringReplacementReading()
is reading for this DeployedMeter a reset of the meter due to meter
replacement?
|
boolean |
Meter.isGauge()
|
boolean |
MeterRemote.isGauge() |
boolean |
Meter.isGaugeOrCharacteristic()
|
boolean |
MeterRemote.isGaugeOrCharacteristic() |
protected void |
DeployedMeter.isMeterReadingDateUnique()
makes sure that a reading has not already been entered for the exact same reading date
to the millisecond.
|
boolean |
DeployedMeterRemote.isNegativeAdjustment() |
boolean |
DeployedMeterRemote.isReadingMostRecentReading(java.util.Date readingDate) |
boolean |
DeployedMeter.isReadingMostRecentReading(java.util.Date readingDate)
determines whether this DeployedMeter's LastReading and LastReadingDate attributes
need to be updated.
|
void |
DeployedMeterRemote.maintainWOMeter(MboRemote reading) |
void |
DeployedMeter.maintainWOMeter(MboRemote reading)
adds a new WOMeter and sets the measurementid, meterreadingid or locmeterreadingid
depending what kind of MBO the measurement/reading is, that is, Measurement, MeterReading or
LocMeterReading.
|
void |
DeployedMeterRemote.meterInGroupToDeployedMeter(MeterInGroupRemote meter,
boolean supressUniquenessError) |
void |
DeployedMeter.meterInGroupToDeployedMeter(MeterInGroupRemote meter,
boolean supressUniquenessError)
sets meter-specific attributes for this DeployedMeter object from the passed in meter
|
void |
DeployedMeterRemote.meterInGroupToDeployedMeter(MeterInGroupRemote meter,
boolean supressUniquenessError,
boolean supressDupSeqNumWarning) |
void |
DeployedMeter.meterInGroupToDeployedMeter(MeterInGroupRemote meter,
boolean supressUniquenessError,
boolean supressDupSeqNumWarning)
sets meter-specific attributes for this DeployedMeter object from the passed in meter
|
void |
MeterServiceRemote.meterSequenceUniqueToSet(Mbo thisMbo) |
void |
MeterService.meterSequenceUniqueToSet(Mbo thisMbo)
informs when a duplicate sequence number has been entered for a meter group or on an
asset or location.
|
void |
MeterServiceRemote.meterUniqueToSet(Mbo thisMbo) |
void |
MeterService.meterUniqueToSet(Mbo thisMbo)
ensures that a MeterName value is added only once to the object
passed in the parameter.
|
void |
DeployedMeter.modify()
called whenever a field is modified to update the changedate and changeby attributes
|
boolean |
DeployedMeter.pmForecastExistsForMeterOnPM()
Determines if this asset meter is used on a PM that has a forecast.
|
protected abstract void |
DeployedMeter.processContinuousReadings()
processes the new or adjusted reading for the DeployedMeter
|
void |
DeployedMeterRemote.processNonContinuousReadings() |
void |
DeployedMeter.processNonContinuousReadings()
adds a new measurement for a meter of type
GAUGE or CHARACTERISTIC
|
protected void |
DeployedMeter.refreshAverage() |
void |
DeployedMeterRemote.refreshPreviousReadingInfo(java.util.Date previousToDate) |
void |
DeployedMeter.refreshPreviousReadingInfo(java.util.Date previousToDate)
gets the previous meter reading and uses it to set the following
non-persistent attributes:
PreviousReading
PreviousReadingDate
PreviousReadingInspector
|
void |
MeterCacheImpl.reload()
Reloads the cache object.
|
void |
MeterCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
DeployedMeterRemote.resetMeter() |
void |
DeployedMeter.resetMeter()
resets the following DeployedMeter attributes:
SINCELASTREPAIR
SINCELASTOVERHAUL
SINCELASTINSPECT
SINCEINSTALL
ROLLOVER
|
void |
DeployedMeterSetRemote.resetMeters() |
void |
DeployedMeterSet.resetMeters() |
java.lang.Object[] |
DeployedMeterRemote.returnDeploymentInfo() |
java.lang.Object[] |
DeployedMeter.returnDeploymentInfo()
returns key value and meter reading table name information for the DeployedMeter's
instanciated subclass, for example, an AssetMeter ("assetnum" and "meterreading")
or LocationMeter ("location" and "locmeterreading").
|
MboRemote |
DeployedMeterRemote.returnReadingForWOMeterProcessing() |
MboRemote |
DeployedMeter.returnReadingForWOMeterProcessing()
returns reading to use for creation of a WOMeter
when processing a WOMeter.
|
protected void |
DeployedMeter.rolloverIsInProgress()
controls the MXApplicationYesNoCancelException used
to get user input re: whether or not a rollover is occurring;
sets DoRollover attribute to be true when a reading for this
DeployedMeter is being processed as a rollover
|
void |
MeterInGroup.save() |
void |
DeployedMeter.save()
begins the process of entering a new meterreading object and/or rolling
updates to an existing meterreading object down the hierarchy to LocationMeters
that belong to children asset of this LocationMeter's asset and forward
to other subsequent readings already recorded for this LocationMeter.
|
void |
Reading.save() |
void |
DeployedMeterRemote.setAdjustmentIsNegative(boolean adjustmentIsNegative) |
void |
DeployedMeterRemote.setCurrentlyBeingAddedOnMeterGroupChange(boolean currentlyBeingAddedOnMeterGroupChange) |
void |
DeployedMeter.setCurrentlyBeingAddedOnMeterGroupChange(boolean currentlyBeingAddedOnMeterGroupChange) |
void |
DeployedMeterRemote.setIsReadingUpdate(boolean isUpdate) |
void |
DeployedMeter.setIsReadingUpdate(boolean isUpdate)
sets to true the yes/no flag that tells whether this DeployedMeter been instanciated
while rolling a reading update down the hierarchy and forward through each DeployedMeter's
meter reading history.
|
protected void |
MeterInGroup.setMeterTypeSpecificFlags() |
void |
DeployedMeterRemote.setOrigMRUpdate(Mbo origMRUpdate) |
void |
DeployedMeter.setOrigMRUpdate(Mbo origMRUpdate)
sets origMRUpdate with the meter reading whose update
began 'Update Meter History' processing
|
void |
DeployedMeter.setPreviousReadingInfoOnInit() |
void |
DeployedMeterRemote.setSkipAverageRefresh(boolean actReadInUpdateRangeAfterNewRead) |
void |
DeployedMeter.setSkipAverageRefresh(boolean actReadInUpdateRangeAfterNewRead) |
protected void |
DeployedMeter.setSkipDateUniquenessCheck(boolean skipDateUniquenessCheck) |
protected void |
Meter.setTypeSpecificFlags() |
void |
DeployedMeterRemote.setTypeSpecificFlags() |
void |
DeployedMeter.setTypeSpecificFlags()
sets meter type-specific field flags
|
protected boolean |
MeterInGroup.skipCopyField(MboValueInfo mvi) |
protected boolean |
MeterGroup.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Meter.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldDeployedMeterNewReading.smartFill(java.lang.String value,
boolean exact) |
void |
DeployedMeter.undelete() |
protected abstract void |
ReadingSet.updateReadingsAfterNewReading()
updates readings following the addition of a new reading.
|
protected abstract void |
ReadingSet.updateReadingsAfterReadingUpdate()
updates readings following a reading update.
|
void |
FldModification.validate()
ensures that non-null new reading values are not less than zero.
|
void |
FldMeterMeterName.validate() |
void |
FldMeterInGroupSequence.validate()
validates that the sequence number is a positive, non-zero value, and warns if
a duplicate sequence value is entered.
|
void |
FldMeterInGroupMeterName.validate()
ensures that a MeterName value is added only once to this set of MeterInGroup
objects.
|
void |
FldDeployedMeterSlidingWindowSize.validate() |
void |
FldMeterInGroupRollover.validate()
ensures that non-null rollover values are greater than zero
|
void |
FldDeployedMeterRollover.validate()
ensures that non-null rollover values are greater than zero
|
void |
FldDeployedMeterPointNum.validate()
no validation occurs - empty validation overrides any superclass
validation.
|
void |
FldDeployedMeterNewReadingDate.validate()
Checks to make sure that the new meter reading date is not a future date.
|
void |
FldDeployedMeterLastReadingNew.validate()
insures that the new LastReading does not exceed the Rollover or
new Rollover (if Rollover is also being reset) value.
|
void |
FldDeployedMeterLastReadingDate.validate()
insures that LastReadingDateNew is greater than LastReadingDate,
and that LastReadingDate and LastReadingDateNew is not in the future.
|
void |
FldDeployedMeterNewReading.validate()
if the metertype for the meter associated with this value's DeployedMeter is CHARACTERISTIC,
validates the value against ALNDOMAINVALUE.
|
void |
FldDeployedMeterLastReading.validate()
the currentvalue in the LOCATIONMETER.LASTREADING is not < 0(ie -some value)
|
void |
FldDeployedMeterInspector.validate()
overrides the superclass psdi.app.person.FldPersonID's validation,
and performs no validation of its own.
|
void |
FldDeployedMeterAvgCalcInfo.validate() |
void |
FldDeployedMeterAverage.validate() |
void |
FldDelta.validate()
makes sure that the reading for this delta value's MBO is not surpassed by the reading
previous to and older than it.
|
void |
FldDeployedMeterMeterName.validate()
ensures that this MeterName value is added only once for its DeployedMeter
object.
|
void |
FldMeterReadingType.validate()
accept only ACTUAL or DELTA type
|
void |
DeployedMeter.validateALNEnteredDecimalValue(java.lang.String readingAttribute) |
protected void |
DeployedMeter.validateReading(MboRemote readingMbo)
validates readings for DeployedMeter.NewReading and
Reading.ModifiedReading
|
Methods in psdi.app.mr that throw MXException
Modifier and Type |
Method and Description |
void |
FldMRWonum.action()
Update the fields affected by changing this field !!
|
void |
FldMRType.action()
Update the fields affected by changing this field !!
|
void |
FldMRTotalCost.action()
Setting the totalcost should set the basetotalcost and basetotalcost2
based on the basecurrency1 and basecurrency2.
|
void |
FldMRRequiredDate.action()
Update the fields affected by changing this field !!
|
void |
FldMRRequestedBy.action()
Certain fields on the MR object are set or cleared based on the value of the RequestedBy
When this field is cleared the following fields are cleared.
MR.PHONE
MR.DROPPOINT
MR.SHIPTO
MR.LOCATION
When this field is set with a valid loaborcode,the following fields are copied over from the LABOR table.
|
void |
FldMRMrnum.action()
Update the fields affected by changing this field !!
|
void |
FldMRMRTemplateNum.action() |
void |
FldMRLocation.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineVendor.action()
Update the fields affected by changing this field !!
Do not set the Unit Cost if this line is a service line.
|
void |
FldMRLineUnitcost.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineStoreloc.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineResType.action()
Sets the required date required if the restype is automatic, otherwise the field is optional.
|
void |
FldMRLineRequiredDate.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineRefWO.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineQty.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineLocation.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineLineType.action()
Clear the MRLine fields and bring them back to the post - add() state.
|
void |
FldMRLineLineCost.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineItemnum.action()
The rules for setting the default storeroom, vendor and price are applied at the moment when the
itemnum is set on mrline.
|
void |
FldMRLineGlDebitAcct.action() |
void |
FldMRLineDirectReq.action()
Update the fields affected by changing this field.
|
void |
FldMRLineCurrencyCode.action()
Sets
the exchangerate and exchangerate2 based on the basecurrency1 and basecurrency2.
|
void |
FldMRLineComplete.action()
Update the fields affected by changing this field !!
|
void |
FldMRLineCatalogcode.action()
This class is a means to triggering the setPriceDetails() method in the MRLine class.
Whenever a new Catalogcode is entered ,it must be taken into consideration for calculating the new price.
|
void |
FldMRLineAssetnum.action()
Update the fields affected by changing this field !!
|
void |
FldMRGlDebitAcct.action()
If the lines contain fully specified GLAccounts, the GLDebitAcct from the header is not copied to the lines.
|
void |
FldMRCostQuantity.action()
If the MR quantity is 0 the percentage is always 100%, otherwise it
is equal to the MR cost quantity as a percentage of the MR line quantity.
|
void |
FldMRCostPercentage.action()
Updates the MR cost quantity and linecost based on the percentage entered.
|
void |
FldMRCostLineCost.action()
Sets the percentage and loaded cost.
|
void |
FldMRContractRefNum.action()
Copy Contract contractid and revisionnum to MR header.
|
void |
FldMRAssetnum.action()
Following rules are followed when this field is changed.
|
void |
MRStatus.add()
Adds a new MRStatus Record.
|
void |
MRCost.add()
Add a new MR Cost Line.
|
void |
MR.add()
Add a new Specific Material Request.
|
void |
MRLine.add()
Add a new Line item for an MR
The following fields are required fields
chargestore
complete
currencycode
directreq
linecost
linetype
mrlineid
mrlinenum
mrnum
partialissue
|
void |
FavItem.add()
Add a new FavItem object.
|
void |
MRServiceRemote.addFromFavorites(MboRemote mr,
MboSetRemote mrLineSetRemote,
MboSetRemote favItemSetRemote) |
void |
MRService.addFromFavorites(MboRemote mr,
MboSetRemote mrLineSetRemote,
MboSetRemote favItemSetRemote)
This is a service method that takes in an favorite items and adds them to the MR lines.
|
void |
MR.addMRLinesFromExistingRequisitions(MboSetRemote mrSourceLines,
MboSetRemote mrLines)
Add mr lines from the existing requisitions
|
void |
MRRemote.addMRLinesFromExistingRequisitions(MboSetRemote mrSourceLines,
MboSetRemote mrLines) |
void |
MR.addMRLinesFromMaterials(MboSetRemote mrSourceLines,
MboSetRemote mrLines)
Add mr lines from the materials
|
void |
MRRemote.addMRLinesFromMaterials(MboSetRemote mrSourceLines,
MboSetRemote mrLines) |
void |
MRServiceRemote.addToFavorites(UserInfo userInfo,
MboRemote mrLineRemote) |
void |
MRService.addToFavorites(UserInfo userInfo,
MboRemote mrLineRemote)
This is a service method that takes in an MRLineRemote and adds it to the favorite items.
|
void |
MRLine.afterAdd()
Called right after the new MRLine mbo is added to the MRLineSet.
|
void |
MR.approveMR()
Approve this mr.
|
void |
MRRemote.approveMR() |
protected void |
MRStatusHandler.approveMR(java.lang.String desiredStatus,
java.util.Date date)
Approve the MR after making sure that certain business rules have been enforced.
|
void |
MRLineRemote.appValidate() |
void |
MRLine.appValidate()
Application validation routine
Makes sure that either Item or Description is entered
Makes sure that either Item or Storeloc is entered
Makes sure that either vendor or storeloc is entered
if category is non-stocked or special-order and specidied item
does not exist, adds it to the item table
|
double |
MRLine.calBaseTotalCost(MboSetRemote mrLineSet,
double totalCost)
This method is primarily used by the MR.totalcost field validation class to calculate
the base total cost which is the total cost in base currency1.
|
double |
MRLine.calBaseTotalCost2(MboSetRemote mrLineSet,
double totalCost)
This method is primarily used by the MR.totalcost field validation class to calculate
the base total cost2 which is the total cost in base currency2.
|
void |
MRLineSet.canAdd() |
boolean |
MRStatusHandler.canAddInvReserve(MboRemote mrlineMbo)
Returns false if the difference between the quantities on the MRLine and the MATUSETRANS
for the mrnum, mrlinenum is zero.
|
void |
MRStatusHandler.canApprove(java.lang.String currentInternalStatus)
Can this MR be approved ?
The MR can be approved only if the current status of the MR is "Waiting for Approval".
|
void |
MRStatusHandler.canCancel(java.lang.String currentInternalStatus)
Can an MR be cancelled ?
If there are any transactions in matusetrans and/or matrectrans
against an mr or mrline, the MR cannot be cancelled.
|
void |
MR.cancelMR()
Cancel this mr.
|
void |
MRRemote.cancelMR() |
protected void |
MRStatusHandler.cancelMR(java.lang.String desiredStatus,
java.util.Date date)
Change the status of the MR to the status that was passed in.
|
void |
MRStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Can a certain status change be performed ?
Checks to see if the specified status change can be performed.
|
void |
MRStatusHandler.canClose(java.lang.String currentInternalStatus)
Can the MR be closed?
An MR can be closed only if all the lines have been completed.
|
void |
MRStatus.canDelete()
An MRStatus object cannot be deleted.
|
void |
MRCost.canDelete()
Cannot delete a distribution if the MR is approved and if any receipts exists against the owner MR Line.
|
void |
MR.canDelete()
Can the object be deleted? MR's can only be deleted if the status is Waiting for Approval.
|
void |
MRLine.canDelete()
Can the MRLine be deleted ?
MRLines can only be deleted if the status of the owner MR is WAPPR.The Line cannot be deleted
if the MR has any other status.
|
void |
MRLineRemote.canDeleteDoclinks() |
void |
MRLine.canDeleteDoclinks()
Throws an access exception if Doclinks related to this MRLine cannot be deleted.
|
void |
MRLineRemote.canDistribute() |
void |
MRLine.canDistribute()
Checks if distribution can be allowed on a MRLine
Distribution cannot be allowed if
the status of the MR is not waiting for approval.
|
boolean |
MRLineRemote.canHeaderUpdateLine() |
boolean |
MRLine.canHeaderUpdateLine()
Return true is the header's information can be copied to mrline and in turn
update the gldebitaccout.
|
void |
MRStatusHandler.canUnapprove(java.lang.String currentInternalStatus)
Can this MR be unapproved ?
The MR cannot be unapproved if there is any associated PO.
|
void |
MRServiceRemote.changeStatus(MRRemote mr,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
MRService.changeStatus(MRRemote mr,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
MRStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the specified state to a desired state.
|
void |
MRLineRemote.checkMRCostValidity() |
void |
MRLine.checkMRCostValidity()
Checks if the MRCost lines associated with this MRLine have correct values for percentage and linecost.
|
void |
MRStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
MRStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
boolean |
MRSet.checkWFEnabled()
This method checks whether to start the workflow process.
|
boolean |
MRSetRemote.checkWFEnabled() |
protected void |
MRStatusHandler.closeMR(java.lang.String desiredStatus,
java.util.Date date)
Change the status of the MR to CLOSED.
|
void |
MR.completeLine(java.lang.String mrlinenum)
Marks the specified line number as completed.
|
void |
MRRemote.completeLine(java.lang.String mrlinenum) |
MboRemote |
MR.copy()
Base copy method.
|
MboRemote |
MR.copy(MboSetRemote mboset)
Copies this mr into the target Mboset.
|
void |
MR.copyMRfromTemplate(MboRemote mrTemplate)
Copy MR from template
|
void |
MRRemote.copyMRfromTemplate(MboRemote mrTemplate) |
protected void |
MR.copyMRLine(MboRemote fromLine,
MboRemote newLine)
Copies attribute values from a source MRLine to a target MRLine.
|
void |
MR.copyMRLines(java.lang.String fromMR,
int[] fromLines)
Copy one or more MRLines from a source MR to this MR.
|
void |
MRRemote.copyMRLines(java.lang.String fromMR,
int[] fromLines) |
void |
MR.copySpareParts(MboSetRemote sparePartSet)
Adds the spare parts to the MRs MRLines.
|
void |
MRRemote.copySpareParts(MboSetRemote sparePartSet) |
MboRemote |
MR.createNewRecurringMR(MRSetRemote target,
java.lang.String description,
java.lang.String long_description)
Create a new mr of type recurring based on this mr.
|
MboRemote |
MRRemote.createNewRecurringMR(MRSetRemote target,
java.lang.String description,
java.lang.String long_description) |
MboRemote |
MR.createRecurringReqs()
Adds a new MR to this MboSet and and copies the values from the current
record into the new one and returns the newly created Req.
|
MboRemote |
MRRemote.createRecurringReqs() |
void |
MR.delete(long accessModifier)
Delete this mr along with all relevant lines and transactions
|
void |
MRLine.delete(long accessModifier)
Delete this record.
|
void |
MRSet.deleteInvReserves()
When a work order is cancelled, unapproved, or completed/closed, all of the
InvReserve Mbos are deleted.
|
void |
MRSetRemote.deleteInvReserves() |
protected void |
MRStatusHandler.deleteReservations()
Delete the reservations that were made for this MR.
|
protected void |
MRStatusHandler.deleteReservationsWhenCancel()
Delete the reservations
|
void |
FldMRAssetnum.determineLocationAction() |
void |
MRSet.findAllDraftMRsForCurrentUser()
Finds all draft mr's for the current user.
|
void |
MRSetRemote.findAllDraftMRsForCurrentUser() |
void |
MRSet.findAllDraftMRsForPersonCode(java.lang.String personCode)
Finds all draft mr's for the specified user.
|
void |
MRSetRemote.findAllDraftMRsForPersonCode(java.lang.String personCode) |
void |
MRSet.findAllMRsForCurrentUser()
Finds all mrs for the current user.
|
void |
MRSetRemote.findAllMRsForCurrentUser() |
void |
MRSet.findAllMRsForPersonCode(java.lang.String personCode)
Finds all mrs for the specified user.
|
void |
MRSetRemote.findAllMRsForPersonCode(java.lang.String personCode) |
void |
MRSet.findAllOpenMRs()
This method retrives all the open MRs in the database irrespective of the user who created it.It also includes the \
condition that the MRs are not waiting for approval do not have their history flags set(to "YES").
|
void |
MRSetRemote.findAllOpenMRs() |
void |
MRSet.findAllOpenMRsForCurrentUser()
Finds all open mr's for the current user.
|
void |
MRSetRemote.findAllOpenMRsForCurrentUser() |
void |
MRSet.findAllOpenMRsForPersonCode(java.lang.String personCode)
Finds all open mr's for the specified user.
|
void |
MRSetRemote.findAllOpenMRsForPersonCode(java.lang.String personCode) |
void |
MRSet.findAllReceivingMRs()
This method retrieves all MRs irrespective of the user who created it but the MR must satisfy the following condition
They must have a corresponding POLINE with the receiptscomplete flag on this POLINE set to false.
|
void |
MRSetRemote.findAllReceivingMRs() |
void |
MRSet.findAllReceivingMRsForCurrentUser()
This method retrieves all MRs created by the current user if those MRs satisfy the following condition
They must have a corresponding POLINE with the receiptscomplete flag on this POLINE set to false.
|
void |
MRSetRemote.findAllReceivingMRsForCurrentUser() |
void |
MRSet.findAllRecurringMRs()
Find all Recurring MR's.
|
void |
MRSetRemote.findAllRecurringMRs() |
void |
MRSet.findAllRecurringMRsForCurrentUser()
Finds all recurring mr's for the current user.
|
void |
MRSetRemote.findAllRecurringMRsForCurrentUser() |
void |
MRSet.findAllRecurringMRsForPersonCode(java.lang.String personId)
Finds all recurring mr's for the specified user.
|
void |
MRSetRemote.findAllRecurringMRsForPersonCode(java.lang.String personCode) |
void |
MRSet.findMR(java.lang.String mrnum)
Find an mr based on mrnum.
|
void |
MRSetRemote.findMR(java.lang.String mrnum) |
void |
MRLineSet.findMRLinesForCurrentUser()
Finds all mr lines for open mr for the current user.
|
void |
MRLineSetRemote.findMRLinesForCurrentUser() |
void |
MRLineSet.findMRLinesForPersonCode(java.lang.String personId)
Finds all mr lines for "real" and "template" mrs for the specified user.
|
void |
MRLineSetRemote.findMRLinesForPersonCode(java.lang.String personCode) |
void |
MR.generateAutoKey()
Material Requisition Object allows the generation of autokeys
Overrides the generateAutoKey() in the Mbo
|
java.util.Vector |
MR.getAllHistoricalTransactions()
Gets mr-related history from multiple business objects.
|
java.util.Vector |
MRRemote.getAllHistoricalTransactions() |
java.lang.String[] |
FldMRLineItemnum.getAppLink() |
MboSetRemote |
MRServiceRemote.getFavorites(UserInfo userInfo) |
MboSetRemote |
MRService.getFavorites(UserInfo userInfo)
This is a service method that user's returns favorite items.
|
java.lang.String |
MRLineRemote.getInternalLineType() |
java.lang.String |
MRLine.getInternalLineType()
Returns the internal representation of the Line Type field.
|
MboRemote |
MRLineRemote.getInvReserveReference() |
MboRemote |
MRLine.getInvReserveReference()
Gets the InvReserve reference on the MRLine.
|
MboRemote |
MRLine.getItemReference() |
java.util.Hashtable |
MR.getItemReferenceHashtable()
This method returns the Hashtable that holds all the itemnums and itemMbo references.
|
java.util.Hashtable |
MRRemote.getItemReferenceHashtable() |
MboSetRemote |
FldMRWonum.getList() |
MboSetRemote |
FldMRLineVendor.getList() |
MboSetRemote |
FldMRLineStoreloc.getList() |
MboSetRemote |
FldMRLineLineType.getList()
Returns line type value list MATERIAL, ITEM, SERVICE, STDSERVICE and TOOL.
|
MboSetRemote |
FldMRLineItemnum.getList()
Returns a valid list of entries according to storeloc and commodity authorization restrictions.
|
MboSetRemote |
FldMRLineClassificationId.getList()
Return the list of classificationids from the ASSETCLASS table only if they are also
present in CLASSSTRUCTURE.L1CLASSIFICATIONID .
|
protected Mbo |
MRStatusSet.getMboInstance(MboSet ms)
Generate a new MRStatus object
|
protected Mbo |
MRSet.getMboInstance(MboSet ms)
Generate a new MR object
|
protected Mbo |
MRLineSet.getMboInstance(MboSet ms)
Generate a new MRLINE object
|
protected Mbo |
MRCostSet.getMboInstance(MboSet ms)
Generates a new MRCost object.
|
protected Mbo |
FavItemSet.getMboInstance(MboSet ms)
Generates a new FavItem object.
|
java.util.Vector |
MRStatus.getMRStatusRecord()
Gets historical data from MRStatus.
|
MboSetRemote |
MRServiceRemote.getNewMRMboSet(java.lang.String mrnum,
UserInfo userInfo) |
MboSetRemote |
MRService.getNewMRMboSet(java.lang.String mrnum,
UserInfo userInfo) |
protected MboSetRemote |
MR.getStatusHistory()
Return the MRStatus object.
|
java.lang.String |
MR.getTotalCostCurrencyCode()
This method returns the currencycode based on the following conditions:
Returns the basecurrency1 if the mrlines are in different vendor currencies.
|
java.lang.String |
MRRemote.getTotalCostCurrencyCode() |
java.lang.String |
MRLine.getTotalCostCurrencyCode(MboSetRemote mrLineSet)
This method returns the currencycode based on the following conditions:
Returns the basecurrency1 if the mrlines are in different vendor currencies.
|
void |
MRStatus.init()
Init method called by Architecture.
|
void |
MRLineSet.init()
Inititalize this collection.
|
void |
MRCost.init()
Initialized MRCost mbo.
|
void |
MR.init()
Init method called by Architecture
This method overrides the init in Mbo to provide custom initialisation.
|
void |
MRLine.init()
Init method called by Architecture
inititialize fields to readonly based on mr.status
|
void |
FavItem.init()
Initialize the FavItem object
|
void |
FldMRTransType.initValue()
Set the value of TransType.
|
void |
FldMRCurrencyCode.initValue()
Initialize this non-persistent field and set it equal to the appropriate currency code.
|
boolean |
MR.isAPPR()
Is MR's status APPR
|
boolean |
MRRemote.isAPPR() |
boolean |
MR.isClosed()
Is MR's status CLOSE
|
boolean |
MRRemote.isClosed() |
boolean |
MR.isDraft()
Is MR a draft
|
boolean |
MRRemote.isDraft() |
boolean |
FavItemRemote.isMarketplaceItem() |
boolean |
FavItem.isMarketplaceItem()
returns true if the MRLine item came from the marketplace, else returns false
|
void |
MRServiceRemote.isMRValid(UserInfo userInfo,
java.lang.String mrnum) |
void |
MRService.isMRValid(UserInfo userInfo,
java.lang.String mrnum)
Check if this mr is valid or if the mr is in approved status
|
boolean |
MRLineRemote.isNonStocked() |
boolean |
MRLine.isNonStocked()
returns true if the MAXVALUE of valuelist "CATEGORY" is "NS" else returns false
|
void |
MRLineRemote.isNullItemOrDescription() |
void |
MRLine.isNullItemOrDescription()
An MRLine must have either an itemnum or description regardless of whether this is a service line or a material line.
|
void |
MRLineRemote.isNullQty() |
void |
MRLine.isNullQty()
This method is used to check if the qty field on the MRLine is null
Check to see if this MRLine is a material line.If so,check to see if the qty is null.If the qty is null
throw an error message because only service lines can only have null quantities.
|
boolean |
MR.isRecurring()
Identifies if the mr is of type recurring.
|
boolean |
MRRemote.isRecurring() |
boolean |
MRLineRemote.isSpecialOrder() |
boolean |
MRLine.isSpecialOrder()
returns true if the MAXVALUE of valuelist "CATEGORY" is "NS" else returns false
|
boolean |
MR.isStandard()
Identifies if the mr is of type standard
|
boolean |
MRRemote.isStandard() |
boolean |
MRLineRemote.isStocked() |
boolean |
MRLine.isStocked()
returns true if the MAXVALUE of valuelist "CATEGORY" is "STK" else returns false
|
boolean |
MRLine.isTotalCostInBaseCurrency(MboSetRemote mrLineSet)
Check if the total cost has to be calculated in the base currency or the vendor currency.
|
boolean |
MR.isTransfer()
Identifies if the mr is of type transfer.
|
boolean |
MRRemote.isTransfer() |
boolean |
MR.isWAPPR()
Is MR's status WAPPR
|
boolean |
MRRemote.isWAPPR() |
boolean |
MRService.itemOrServiceAlreadyOnFavorites(MboSetRemote mrLineSetRemote,
java.lang.String[] attrs,
java.lang.String[] attrNames)
This method checks if the item or service present on the passed in MRLine already exists on the
MR table based on the vendor,itemnum,catalogcode,manufacturer,modelnum,description
combination.If the item or special order part or service already exists it returns true
otherwise it returns false.
|
void |
MR.lineCompleted()
Internal processing of a completion of a line.
|
void |
MRRemote.lineCompleted() |
boolean |
MR.makeRecurring()
Alters the current mr and flags it s recurring.
|
boolean |
MRRemote.makeRecurring() |
void |
MR.modify()
Called when ever a field is modified so we can update the changedate/changeby.
|
void |
MR.modifyCreationDate()
Called when an mr is copied to change the creation date of the copy.
|
void |
MRRemote.modifyCreationDate() |
void |
MRLineSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
MRLineSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
double |
MRLineRemote.reCalculateTotalCost() |
double |
MRLine.reCalculateTotalCost()
This method recalculates the total cost and sets it on the MR header.
|
protected void |
MRStatusHandler.reserveItems()
Reserve the Material Requisition line items.
|
void |
MRSet.reset()
reset method is overriden to set back the flags related to WorkFlow to the default
values.
|
void |
MRLineSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to Desktop Reqs
|
void |
MRLineSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
void |
MRCost.save()
If this costline's percentage is still zero,
clear the line cost and quantity.
|
void |
MRLine.save()
This saves the MRLine and all related Mbos
|
void |
MR.setCopyDefaults()
Default defaults for a new mr that is a copy of another.
|
void |
MRLineRemote.setInvReserveReference(MboRemote invReserveRemote) |
void |
MRLine.setInvReserveReference(MboRemote invReserveRemote)
Sets the InvReserve reference on the MRLine.
|
void |
MR.setItemReferenceHashtable(java.lang.String itemnum,
MboRemote item)
This method adds the itemnum and itemMbo reference to the Hashtable that holds all the itemnums and itemMbo references.
|
void |
MRRemote.setItemReferenceHashtable(java.lang.String itemnum,
MboRemote item) |
void |
MRLine.setLineCosts(double lineCost)
This method calculates and sets the linecost1 and linecost2 based on
the exchangerate1 and exchangerate2.
|
void |
MRLine.setNullValuesToSomeMRLineAttributes()
This method is used to set the values of the following fields to null.
|
void |
MRLine.setPriceDetails()
This is an important method that decides the best price that can be used for an item.
|
void |
MRCostSetRemote.setReadOnly(boolean flag) |
void |
MRCostSet.setReadOnly(boolean flag)
Set the flag to true if the parent App is View Requisition, else set it to false
|
protected boolean |
MRCost.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MRLine.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
void |
MR.unApproveMR()
Un-approve this mr.
|
void |
MRRemote.unApproveMR() |
protected void |
MRStatusHandler.unapproveMR(java.lang.String desiredStatus,
java.util.Date date)
Change the status of the MR to the status that was passed in.
|
void |
MR.undelete()
un-delete this mr along with all relevant lines and transactions.Also undelete the correponding MRStatus Mbos.
|
void |
MRLine.undelete()
Un-delete this record.
|
void |
MR.undoChangeToRecurring()
Reverses a call to makeRecurring.
|
void |
MRRemote.undoChangeToRecurring() |
void |
MRLineRemote.updateGlAccount() |
void |
MRLine.updateGlAccount()
Update the gldebitacct field using the TransactionGLMerger object
|
void |
MRStatusHandler.updateMboForStatus(java.lang.String status)
Called to set the state of the Mbo for the specified status.
|
void |
FldSearchDRVendor.validate()
Check validity of the new entry on this field.
|
void |
FldSearchDRItemnum.validate() |
void |
FldMRRequiredDate.validate()
Check validity of the new entry on this field
|
void |
FldMRMrnum.validate()
Check validity of the new entry on this field
|
void |
FldMRLineVendor.validate()
Check validity of the new entry on this field.
|
void |
FldMRLineUnitcost.validate()
Check validity of the new entry on this field
|
void |
FldMRLineStoreloc.validate()
Check validity of the new entry on this field
|
void |
FldMRLineRequiredDate.validate()
Check validity of the new entry on this field
|
void |
FldMRLineOrderUnit.validate()
Check validity of the new entry on this field
|
void |
FldMRLineLineType.validate()
This routine is to validate the line type.
|
void |
FldMRLineItemnum.validate()
If line type is special order, only new item could be allowed.
|
void |
FldMRLineDirectReq.validate()
Just check to see if the directreq field is not left blank.
|
void |
FldMRLineComplete.validate()
Check validity of the new entry on this field
|
void |
FldMRLineAvailDate.validate()
Compares the Required Date and Avail Date.
|
void |
FldMRLineAssetnum.validate()
Check validity of the new entry on this field
|
void |
FldMRCostQuantity.validate()
Validation fails if the MR cost quantity entered
is greater than the MR line quantity.
|
void |
FldMRContractRefNum.validate()
Check if the contract is a valid contract or not.
|
void |
FldMRAssetnum.validate()
Check validity of the new entry on this field
|
void |
FldMRNum.validate() |
void |
MRLine.validateCombination()
ensure that one of the following has been specified
assetnum, wonum, location, gldebitacct
should be taken care of required field setting
|
void |
MR.validateLines() |
void |
MRRemote.validateLines() |
void |
MRLine.validateQty()
Checks to see if the quantity on the MRLine is less than the sum of quantities
on the MATUSETRANS records.
|
Methods in psdi.app.ndasset that throw MXException
Modifier and Type |
Method and Description |
void |
NetDevice.delete(long modifier)
delete this NetDevice object, its children, and all RECONLINK entries that
reference it
|
void |
DPANetDevice.delete(long modifier)
delete this object and references to it
|
protected Mbo |
NetDeviceSet.getMboInstance(MboSet ms)
Generate a new NetDevice object
|
protected Mbo |
DPANetDeviceSet.getMboInstance(MboSet ms)
Generate a new DPANetDevice object
|
void |
DPANetDevice.init()
Initialization routine for this object.
|
Methods in psdi.app.person that throw MXException
Modifier and Type |
Method and Description |
void |
FldSMSIsPrimary.action() |
void |
FldPhoneIsPrimary.action() |
void |
FldPersonPrimaryShiftnum.action() |
void |
FldPersonPrimarySMS.action()
If the field is cleared, delete the SMS record.
|
void |
FldPersonPrimaryPhone.action() |
void |
FldPersonPrimaryEmail.action() |
void |
FldPersonPrimaryCalnum.action() |
void |
FldPersonPrimaryCalOrg.action() |
void |
FldPersonName.action() |
void |
FldPersonLocationSite.action() |
void |
FldPersonLocationOrg.action() |
void |
FldPersonLocation.action() |
void |
FldPersonLanguage.action() |
void |
FldPersonDisplayTo.action()
Check whether we need to save, then update the fields.
|
void |
FldPersonDisplayName.action() |
void |
FldPersonDisplayFrom.action()
Check whether we need to save, then update the fields.
|
void |
FldPersonDate.action() |
void |
FldPersonCalOrgID.action() |
void |
FldPersonCalIsPrimary.action() |
void |
FldPersCommSiteID.action()
Null out the location field whenever the orgid field is changed
|
void |
FldPersCommOrgID.action()
Null out the siteid field whenever the orgid field is changed
|
void |
FldEmailIsPrimary.action() |
void |
PersonService.activateUser(MboRemote person,
java.lang.String memo,
MXTransaction mxTran) |
void |
SMS.add() |
void |
Phone.add() |
void |
PersonStatus.add() |
void |
PersonCal.add() |
void |
PersCommodity.add()
Add a new Person Commodity Code
The following fields are initialized with their respective values
company Set the Company identifier
parent Set the parent name if its a commodity code
itemsetid Set the Insert Itemset for this user
void |
ModAvail.add() |
void |
Person.add()
This method is called by the framework when a new Person record is inserted.
|
void |
Email.add() |
void |
PersonSet.addPersonWarning(MXException e) |
void |
PersonSetRemote.addPersonWarning(MXException e) |
void |
Phone.appValidate()
Validation prior to save.
|
void |
ModAvail.appValidate()
If the availability has been modified, we must check that all fields are filled in,
and that the number of work hours is within the range of the times specified.
|
void |
Person.appValidate()
Validation prior to save.
|
void |
Email.appValidate()
Validation prior to save.
|
void |
PersonStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
SMS.canDelete() |
void |
Phone.canDelete() |
void |
PersonCal.canDelete() |
void |
Person.canDelete()
Validation routine before deleting a person.
|
void |
Email.canDelete() |
void |
Person.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
PersonStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
PersonStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Is a certain status change allowable?
This test determines whether a status change is possible by only checking
security.
|
void |
PersonDefaultAppSet.commit() |
void |
PersonService.deactivateUser(MboRemote person,
java.lang.String memo)
Inactivate user.
|
void |
SMS.delete() |
void |
Phone.delete() |
void |
PersCommodity.delete()
If a commodity group is deleted then make sure all attached commodity codes are deleted
|
void |
Email.delete() |
void |
Person.delete(long accessModifier)
Delete a person record.
|
protected void |
PersCommoditySet.deleteMbo(java.sql.Connection con,
Mbo mbo)
IV98652: If a commodity group is deleted then make sure all attached commodity codes are deleted
|
protected void |
ModAvailSet.deleteMbo(java.sql.Connection con,
Mbo mbo) |
void |
Person.deletePersonData() |
void |
PersonRemote.deletePersonData() |
void |
Person.deletePrimaryCalendar()
Method to delete the primary calendar of this person.
|
void |
PersonListener.eventAction(EventMessage em)
After the asset is written to the database, but before they are committed, this method updates the ancestor records.
|
boolean |
PersonListener.eventValidate(EventMessage em) |
double |
Person.getAvailableHours(java.util.Date startDate,
PersonCalRemote personCal,
AvailCalc availCalc)
This will give you the number of hours available on startDate for the org, calnum, and shiftnum provided.
|
double |
Person.getAvailableHours(java.util.Date startDate,
java.lang.String orgid) |
double |
PersonRemote.getAvailableHours(java.util.Date startDate,
java.lang.String orgid) |
double |
Person.getAvailableHours(java.util.Date startDate,
java.lang.String orgid,
AvailCalc availCalc)
This will give you the number of hours available on startDate for the org provided.
|
double |
PersonRemote.getAvailableHours(java.util.Date startDate,
java.lang.String orgid,
AvailCalc availCalc) |
MboRemote |
Person.getAvailableMbo(java.util.Date startDate,
PersonCalRemote personCal,
AvailCalc availCalc)
This returns either the workperiod or modavail mbo for the given parameters.
|
MboRemote |
Person.getAvailableMbo(java.util.Date startDate,
java.lang.String orgid)
This returns either the workperiod or modavail mbo for the given parameters.
|
MboRemote |
PersonRemote.getAvailableMbo(java.util.Date startDate,
java.lang.String orgid) |
MboRemote |
Person.getAvailableMbo(java.util.Date startDate,
java.lang.String orgid,
AvailCalc availCalc)
This returns either the workperiod or modavail mbo for the given parameters.
|
MboRemote |
PersonRemote.getAvailableMbo(java.util.Date startDate,
java.lang.String orgid,
AvailCalc availCalc) |
java.util.List |
Person.getAvailableMboList(java.util.Date startDate,
PersonCalRemote personCal,
AvailCalc availCalc)
This returns either the workperiod or modavail mbo for the given parameters.
|
java.util.List |
Person.getAvailableMboList(java.util.Date startDate,
java.lang.String orgid)
This returns either the workperiod or modavail mbo for the given parameters.
|
java.util.List |
PersonRemote.getAvailableMboList(java.util.Date startDate,
java.lang.String orgid) |
java.util.List |
Person.getAvailableMboList(java.util.Date startDate,
java.lang.String orgid,
AvailCalc availCalc)
This returns either the workperiod or modavail mbo for the given parameters.
|
java.util.List |
PersonRemote.getAvailableMboList(java.util.Date startDate,
java.lang.String orgid,
AvailCalc availCalc) |
java.lang.String |
Person.getCalType()
Get the internal string represent the user's default calendar type.
|
java.lang.String |
PersonRemote.getCalType() |
java.util.Date |
Person.getDateTo() |
java.util.Date |
PersonRemote.getDateTo() |
java.lang.String |
Person.getDefaultDisplayName()
Get the default displayname.
|
java.lang.String |
PersonServiceRemote.getDefaultDisplayName(java.lang.String firstName,
java.lang.String lastName,
UserInfo userInfo) |
java.lang.String |
PersonService.getDefaultDisplayName(java.lang.String firstName,
java.lang.String lastName,
UserInfo userInfo)
Get the default displayname.
|
PersonRemote |
Person.getDelegate(java.util.Date asof)
Returns this person's delegate person record for the date given.
|
PersonRemote |
PersonRemote.getDelegate(java.util.Date asof) |
java.util.Date |
Person.getEndDateFromCalendar(java.util.Date startDate,
java.lang.String duration,
java.lang.String orgid)
Check the modavail and workperiod tables to find the date that results from advancing *duration* number of hours from starting date.
|
java.util.Date |
PersonRemote.getEndDateFromCalendar(java.util.Date startDate,
java.lang.String duration,
java.lang.String orgid) |
PersonRemote |
Person.getLastDelegate(PersonRemote person,
java.util.Date asof)
Returns ultimate delegate of this person.
|
PersonRemote |
PersonRemote.getLastDelegate(PersonRemote person,
java.util.Date asof) |
MboSetRemote |
FldPersonSupervisor.getList()
List returned has existing persons
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldPersonPrimaryShiftnum.getList() |
MboSetRemote |
FldPersonPrimaryCalnum.getList() |
MboSetRemote |
FldPersonLocation.getList() |
MboSetRemote |
FldPersonCalShiftNum.getList() |
MboSetRemote |
FldPersonCalCalNum.getList() |
MboSetRemote |
FldPersonAddress.getList() |
MboSetRemote |
FldPersCommodityCode.getList() |
MboSetRemote |
FldPersCommLocation.getList()
List the storeroom locations based on the values in OrgID and SiteID
|
java.lang.String |
Person.getLocaleStr()
Get the internal string represent the user's default locale.
|
java.lang.String |
PersonRemote.getLocaleStr() |
protected Mbo |
SMSSet.getMboInstance(MboSet ms)
Generate a new Email object
|
protected Mbo |
PhoneSet.getMboInstance(MboSet ms)
Generate a new Phone object
|
protected Mbo |
PersonStatusSet.getMboInstance(MboSet ms)
Generate a new PersonStatus object
|
protected Mbo |
PersonSet.getMboInstance(MboSet ms)
Generate a new Person object
|
protected Mbo |
PersonGroupViewSet.getMboInstance(MboSet ms)
Generate a new persongroupview object
|
protected Mbo |
PersonDefaultAppSet.getMboInstance(MboSet ms)
Generate a new IfaceControl object
|
protected Mbo |
PersonCalSet.getMboInstance(MboSet ms)
Generate a new PersonCal object
|
protected Mbo |
PersonAncestorSet.getMboInstance(MboSet ms)
Generate a new PersonAncestor object
|
protected Mbo |
PersCommoditySet.getMboInstance(MboSet ms)
Return a new CompCommodity object
|
protected Mbo |
ModAvailSet.getMboInstance(MboSet ms)
Generate a new ModAvail object
|
protected Mbo |
EmailSet.getMboInstance(MboSet ms)
Generate a new Email object
|
MboRemote |
Person.getPrimaryEmail() |
MboRemote |
PersonRemote.getPrimaryEmail() |
MboRemote |
Person.getPrimaryPhone() |
MboRemote |
PersonRemote.getPrimaryPhone() |
java.lang.String |
Person.getStartApp()
Get the user startup application string.
|
java.lang.String |
PersonRemote.getStartApp() |
protected MboSetRemote |
Person.getStatusHistory()
Return the personstatus object.
|
java.lang.String |
Person.getSupervisees()
This method finds all of the Person records that are supervised by this Person object.
|
java.lang.String |
PersonRemote.getSupervisees() |
java.lang.String |
Person.getTimezoneStr()
Get the internal string represent the user's default timezone.
|
java.lang.String |
PersonRemote.getTimezoneStr() |
double |
Person.getTodaysHours(java.util.Date startDate,
java.lang.String orgid)
This method return the number of work hours left in today for the current person and org.
|
double |
PersonRemote.getTodaysHours(java.util.Date startDate,
java.lang.String orgid) |
protected void |
Person.inactivate(java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Inactivate the person.
|
void |
SMS.init()
Make the isPrimary field readonly after save so that.
|
void |
Phone.init()
Make some field readonly after save.
|
static PersonListener |
PersonListener.init()
Returns the listener object.
|
void |
PersonCal.init()
Make some field readonly after save.
|
void |
Person.init()
Initialize the Person.
|
void |
FldPersonDate.init() |
void |
Email.init()
Make some field readonly after save.
|
void |
FldTKCount.initValue() |
void |
FldPersonPrimaryShiftnum.initValue() |
void |
FldPersonPrimarySMS.initValue()
Set the value initially to the primary sms address.
|
void |
FldPersonPrimaryPhone.initValue() |
void |
FldPersonPrimaryEmail.initValue() |
void |
FldPersonPrimaryCalnum.initValue() |
void |
FldPersonPrimaryCalOrg.initValue() |
void |
FldPersonDisplayTo.initValue() |
void |
FldPersonDisplayFrom.initValue() |
void |
FldPersonConsultUser.initValue()
Initialize the tenant's Base DN value in Tenant Registration.
|
void |
FldPersonCalShiftNum.initValue() |
void |
FldPersonCalCalNum.initValue() |
boolean |
Person.isActive()
Is this person Active?
|
boolean |
PersonRemote.isActive() |
void |
Person.isDelegateLoopCreated()
This method first checks to see if there is a loop created by the delegate personids.
|
void |
PersonRemote.isDelegateLoopCreated() |
boolean |
PersonGroupViewSetRemote.isLookup()
10-17980/IZ84702/PMR 75283,660,706
Whether this MBO set is used in a type of lookup UI.
|
boolean |
PersonGroupViewSet.isLookup()
10-17980/IZ84702/PMR 75283,660,706
Whether this MBO set is used in a type of lookup UI.
|
void |
SMS.makeOtherNotPrimary()
Used to force defaultcraft checkbox to function like a radiobutton.
|
void |
Phone.makeOtherNotPrimary()
Used to force defaultcraft checkbox to function like a radiobutton.
|
void |
PersonCal.makeOtherNotPrimary()
Used to force defaultcraft checkbox to function like a radiobutton.
|
void |
Email.makeOtherNotPrimary()
Used to force defaultcraft checkbox to function like a radiobutton.
|
void |
SMS.modify() |
void |
Phone.modify() |
void |
PersonStatus.modify() |
void |
Email.modify() |
void |
PersonListener.postCommitEventAction(EventMessage em)
After the parent work order is written to the database, this method updates the WOAncestor records.
|
void |
PersonListener.preSaveEventAction(EventMessage em) |
void |
SMS.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
Phone.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
Email.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
boolean |
FldPersonDisplayTo.saveYesNoCheck(MboSetRemote personAvailSet)
If any mbos on the set have been modified, present the user with a Yes/No/Cancel box for save.
|
boolean |
FldPersonDisplayFrom.saveYesNoCheck(MboSetRemote personAvailSet)
If any mbos on the set have been modified, present the user with a Yes/No/Cancel box for save.
|
void |
Person.setDateTo(java.util.Date dateTo) |
void |
PersonRemote.setDateTo(java.util.Date dateTo) |
java.lang.String |
PersonService.setDfltApp(java.lang.String newdfltapp,
java.lang.String personid) |
void |
Person.setPrimaryEmail(MboRemote inEmail) |
void |
PersonRemote.setPrimaryEmail(MboRemote inEmail) |
void |
Person.setPrimaryPhone(MboRemote inPhone) |
void |
PersonRemote.setPrimaryPhone(MboRemote inPhone) |
void |
FldPersCommLocation.setValueFromLookup(MboRemote sourceMbo)
Calls setValueFromLookup() in the super class and cleans up if an exception is thrown.
|
void |
FldPersonSupervisor.setValueFromLookup(MboRemote sourceMbo,
long accessModifier)
Fix for Issue 12-10826
|
void |
FldPersonAddress.setValueFromLookup(MboRemote sourceMbo,
long accessModifier) |
protected boolean |
Person.skipCopyField(MboValueInfo mvi)
It specifies the fields which won't get copied when the person record is being copied.
|
boolean |
Person.toChangeStatusAfterInactive() |
void |
SMS.undelete()
Overridden to check whether the primary phone is being deleted.
|
void |
Phone.undelete()
Overridden to check whether the primary phone is being deleted.
|
void |
PersonCal.undelete()
Overridden to check whether the primary phone is being deleted.
|
void |
Email.undelete()
Overridden to check whether the primary phone is being deleted.
|
void |
Person.updatePrimaryCalendar()
Method to update the primary calendar of this person.
|
void |
FldPersonWOPriority.validate() |
void |
FldPersonSupervisor.validate() |
void |
FldPersonPrimaryEmail.validate() |
void |
FldPersonLocation.validate() |
void |
FldPersonDisplayTo.validate() |
void |
FldPersonDisplayFrom.validate() |
void |
FldPersonOtherPerson.validate() |
void |
FldPersonDate.validate() |
void |
FldPersCommLocation.validate()
Validate the storeroom exists,
|
void |
FldPMForecastPersonID.validate() |
void |
FldEmailPhonePersonID.validate() |
Methods in psdi.app.person.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldPersonAvailReasoncode.action() |
void |
FldPersChangeStatusStatus.action() |
void |
PersonChangeStatus.add()
Sets up a new PersonChangeStatus object.
|
void |
PersonAvail.add() |
void |
PersonAvailRemote.appValidate() |
void |
PersonAvail.appValidate()
If the availability has been modified, we must check that all fields are filled in,
and that the number of work hours is within the range of the times specified.
|
void |
PersonAvail.canDelete()
Delete can only happen if there is a ModAvail record for this line.
|
protected void |
PersonChangeStatusSet.changeMboStatus(MboRemote person,
MboRemote param) |
void |
PersonAvailSet.execute() |
MboRemote |
PersonAvailRemote.getAvailPeriodMbo() |
MboRemote |
PersonAvail.getAvailPeriodMbo() |
protected Mbo |
PersonChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an PersonChangeStatus object.
|
protected Mbo |
PersonAvailSet.getMboInstance(MboSet ms)
Generate a new Phone object
|
protected MboSetRemote |
PersonChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
int |
PersonAvailSetRemote.getModAvailRows() |
int |
PersonAvailSet.getModAvailRows() |
void |
PersonAvail.init() |
boolean |
PersonAvailRemote.modifiedAvailability() |
boolean |
PersonAvail.modifiedAvailability()
Has this object been modified?
|
boolean |
PersonAvailSetRemote.needsSave() |
boolean |
PersonAvailSet.needsSave()
Loops through the set of mbo's calling modifiedAvailability on each.
|
void |
PersonAvailSetRemote.saveModifiedAvailability() |
void |
PersonAvailSet.saveModifiedAvailability()
Loop through the set of mbos determining if any have been modified.
|
void |
PersonAvailRemote.saveModifiedAvailability() |
void |
PersonAvail.saveModifiedAvailability()
If the mbo has been modified, update the ModAvail mbo that already exists, if there is one,
or we add a new ModAvail mbo and update that if one did not already exist.
|
void |
PersonAvailRemote.setAvailPeriodMbo(MboRemote availPeriodMbo) |
void |
PersonAvail.setAvailPeriodMbo(MboRemote availPeriodMbo) |
MboRemote |
PersonAvailSet.setup()
Add seven mbos and then set up the fields on each.
|
void |
PersonAvailSetRemote.setupFields(java.util.Date inDate,
MboRemote person,
java.lang.String orgid) |
void |
PersonAvailSet.setupFields(java.util.Date inDate,
MboRemote person,
java.lang.String orgid)
Set up the fields by getting the workperiod or modavail mbo associated with each day and copying the relevant data.
|
void |
PersonAvailRemote.setupFields(java.util.GregorianCalendar startCal,
MboRemote person,
java.lang.String orgid,
AvailCalc availCalc) |
void |
PersonAvail.setupFields(java.util.GregorianCalendar startCal,
MboRemote person,
java.lang.String orgid,
AvailCalc availCalc)
Set up the fields by getting the workperiod or modavail mbo associated with each day and copying the relevant data.
|
Methods in psdi.app.persongroup that throw MXException
Modifier and Type |
Method and Description |
void |
FldUseForSite.action()
action occurs to set the value for siteDefault to readonly if this is not set
also whenever this is modified sitedefault is cleared
|
void |
FldUseForOrg.action()
action occurs to set the value for orgDefault to readonly if this is not set
also whenever this is modified orgdefault is cleared
|
void |
FldSiteDefault.action()
if this is set ensure that no other records in this
set have sitedefault set if they are the same useforsite
|
void |
FldRespPartyGroup.action()
Make sure that some record in this set for this group is the group
default.
|
void |
FldRespParty.action() |
void |
FldOrgDefault.action()
if this is set ensure that no other records in this
set have orgdefault set if they are the same usefororg
|
void |
FldGroupDefault.action()
set the values and the READONLY and REQUIRED flags for the
groupdefault and sitedefault attributes.
|
void |
FldAQSeq.action()
set resppartseq to resppartygroupseq if a primary member issue 65902
|
void |
PersonGroupTeam.add()
Add a new persongroupteam
Initialise all the fields that are "required".
|
boolean |
PersonGroupTeamRemote.alreadyExists()
Loop through the current set, if there are any other
records that would be a duplicate (resppartygroup, usefororg, useforsite
matches for primary members, or respparty and resppartgroup match for
alternate members) return true.
|
boolean |
PersonGroupTeam.alreadyExists()
Loop through the current set, if there are any other
records that would be a duplicate (resppartygroup, usefororg, useforsite
matches for primary members, or respparty and resppartgroup match for
alternate members) return true.
|
protected boolean |
PersonGroupTeam.alternateSameAsPrimaryParent()
Returns true if the current record is an alternate that is the
same as its primary parent in this group
|
void |
PersonGroup.appValidate()
Validate the person group.
|
void |
PersonGroupTeam.canDelete()
Function called before delete() to check if a PersonGroupTeam is the default
only non default members are allowed to be deleted
|
void |
PersonGroup.canDelete()
Function called before delete() to check if a PersonGroup mbo
can be deleted.
|
void |
PersonGroupTeam.delete(long accessModifier)
Delete the PersonGroupTeam record and delete associated alternates
records.
|
void |
PersonGroup.delete(long accessModifier)
Delete the persongroup record and delete associated persongroupteam
records
|
MboRemote |
PersonGroup.duplicate()
This method creates a duplicate persongroup
|
void |
PersonGroup.duplicateCheck()
Checks for the PersonGroupTeam members to see if there
are any duplicates.
|
MboSetRemote |
PersonGroupTeamRemote.getAlternates()
Get the mbo set of the alternates for this labor code.
|
MboSetRemote |
PersonGroupTeam.getAlternates()
Get the mbo set of the alternates for this personid.
|
PersonSetRemote |
PersonGroup.getAvailablePersonforBroadcast(java.lang.String orgID,
java.lang.String siteID)
Obtain the available PersonGroupTeam for workflow assignment(w/broadcast) by checking
useforsite and usefororg values
site default equal to input site
org default equal to input org
It returns the mbo of the person group team records based on useforsite and usefororg values.
|
PersonSetRemote |
PersonGroupRemote.getAvailablePersonforBroadcast(java.lang.String orgID,
java.lang.String siteID) |
PersonRemote |
PersonGroup.getCurrentFirstAvailablePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID)
Obtain the first available PersonGroupTeam for this work order by checking
the calendar of the Person Group members in this order
primary members by sequence number
alternates by the same primary member order and the alternate sequence number
if no valid member is found one is selected in this order:
site default equal to input site
org default equal to input org
group default
It returns the mbo of the person group team record.
|
PersonRemote |
PersonGroup.getCurrentFirstAvailablePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID,
boolean treatNoCalAsAvailable) |
PersonRemote |
PersonGroup.getCurrentResponsiblePerson(java.util.Date date)
Get the responsible person in the persongroup.
|
PersonRemote |
PersonGroupRemote.getCurrentResponsiblePerson(java.util.Date date) |
PersonRemote |
PersonGroup.getCurrentResponsiblePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID)
Get the responsible person in the persongroup.
|
PersonRemote |
PersonGroupRemote.getCurrentResponsiblePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID) |
PersonRemote |
PersonGroup.getCurrentResponsiblePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID,
boolean treatNoCalAsAvailable) |
PersonRemote |
PersonGroupRemote.getCurrentResponsiblePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID,
boolean treatNoCalAsAvailable) |
void |
PersonGroupSetRemote.getGroupsForBBAudience(java.lang.String bbId)
see psdi.app.persongroup.getGroupsForBBAudience(String bbId)
|
void |
PersonGroupSet.getGroupsForBBAudience(java.lang.String bbId)
Method to get the groups for the bboardaudience, which are not taken yet
|
MboSetRemote |
FldRespPartyGroup.getList() |
MboSetRemote |
FldRespParty.getList() |
protected Mbo |
PersonGroupTeamSet.getMboInstance(MboSet ms)
Generate a new AssignmntParty object
|
protected Mbo |
PersonGroupSet.getMboInstance(MboSet ms)
Generate a new Person Group object
|
PersonRemote |
PersonGroup.getNextAvailablePerson(java.util.Date date,
java.lang.String skipPersonId)
Returns the next available Person in the person group in the sequence after the given Person.
|
PersonRemote |
PersonGroupRemote.getNextAvailablePerson(java.util.Date date,
java.lang.String skipPersonId)
Returns the next available Person in the person group in the sequence after the given Person.
|
PersonRemote |
PersonGroup.getNextAvailablePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID,
java.lang.String skipPersonId)
Returns the next available Person in the person group in the sequence after the given Person.
|
PersonRemote |
PersonGroupRemote.getNextAvailablePerson(java.util.Date date,
java.lang.String orgID,
java.lang.String siteID,
java.lang.String skipPersonId)
Returns the next available Person in the person group in the sequence after the given Person.
|
PersonGroupTeamSetRemote |
PersonGroup.getResponsibleParty()
Obtain the initial responsible party (primary members not alternates)
for this persongroup.
|
PersonGroupTeamSetRemote |
PersonGroupRemote.getResponsibleParty()
Obtain the initial responsible party for this work order person group.
|
PersonSetRemote |
PersonGroup.getResponsiblePeople()
Obtain all members (primary and alternate)
for this person group.
|
PersonSetRemote |
PersonGroupRemote.getResponsiblePeople() |
protected boolean |
PersonGroup.hasCalendar(MboRemote pgTeamMbo,
java.lang.String orgID)
Return boolean true if person is available in the calendar
|
protected boolean |
PersonGroupTeam.incompatibleUseForValue(java.lang.String attribute)
If this is a primary member, loop through the current set.
|
void |
PersonGroupTeam.init()
init routine
For existing rows attributes
PARTYGROUPID,RESPPARTYGROUP,RESPPARTY are set readonly
For existing rows attributes (usefororg,useforsite) are readonly
if (orgdefault,sitedefault) are null
|
void |
FldPersonGroupTeamCalnum.initValue() |
boolean |
PersonGroupTeamRemote.isAvailableByCalendar(java.util.Date dateVal,
java.lang.String orgID,
java.lang.String siteID)
Check the calendar of the labor code of this member of the responsible party,
determine the availability at the passed in date.
|
boolean |
PersonGroupTeam.isAvailableByCalendar(java.util.Date dateVal,
java.lang.String orgID,
java.lang.String siteID)
This immediately calls the other isAvailableByCalendar(), which now allows AvailCalc to be passed
as an argument from above, thereby saving much work for the garbage collector (since that way
there will be only one AvailCalc object involved, not a new one each time personRemote.getAvailableMbo
is called.
|
boolean |
PersonGroupTeamRemote.isAvailableByCalendar(java.util.Date dateVal,
java.lang.String orgID,
java.lang.String siteID,
AvailCalc availcalc) |
boolean |
PersonGroupTeam.isAvailableByCalendar(java.util.Date dateVal,
java.lang.String orgID,
java.lang.String siteID,
AvailCalc availCalc) |
boolean |
PersonGroupTeamRemote.isAvailableByCalendar(java.util.Date dateVal,
java.lang.String orgID,
java.lang.String siteID,
AvailCalc availCalc,
boolean considerBreaks,
int mins) |
boolean |
PersonGroupTeam.isAvailableByCalendar(java.util.Date dateVal,
java.lang.String orgID,
java.lang.String siteID,
AvailCalc availCalc,
boolean considerBreaks,
int mins)
Check the calendar of the labor code of this member of the responsible party,
determine the availability at the passed in date.
If siteID and orgID both passed in ignore orgID and process as if only
siteID was pased in.
|
protected boolean |
PersonGroupTeam.isAvailableByCalendarBreaks(MboRemote availMbo,
java.util.GregorianCalendar gcCurrenttime,
java.util.GregorianCalendar gcStarttime,
java.util.GregorianCalendar gcEndtime,
int mins)
Check current time before any break end for the passed workperiod.
|
boolean |
PersonGroupSetRemote.isLookup()
10-17980/IZ84702/PMR 75283,660,706
Whether this MBO set is used in a type of lookup UI.
|
boolean |
PersonGroupSet.isLookup()
10-17980/IZ84702/PMR 75283,660,706
Whether this MBO set is used in a type of lookup UI.
|
void |
PersonGroupTeam.makeOtherNotDefault(java.lang.String booleanAttribute,
java.lang.String useforAttribute)
Loop through the current set, if there are any other
records for the same useforattribute value that are not
this record then set their booleanAttribute to false.
|
void |
PersonGroupTeam.makeOtherNotGroupDefault()
Used to force groupdefault checkbox to function like a radiobutton.
|
protected void |
PersonGroupTeam.save() |
MboSetRemote |
PersonGroupTeamSet.setDBPersonGroupTeamSet(MboRemote thisPersonGroupTeam) |
protected boolean |
PersonGroupTeam.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
PersonGroup.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldUseForSite.validate()
Validates the usefororg value is legal.
|
void |
FldUseForOrg.validate()
Validates the usefororg value is legal.
|
void |
FldRespParty.validate()
Validates if the owner of the current mbo PersonGroup, then while creating new mbo, it has to explicitly
set the value for respparty from resppartygroup, because it is required.
|
void |
FldGroupDefault.validate()
Don't let the user set the group default to a record that is to
be deleted.
|
void |
FldAQSeq.validate()
Sequence value should be greater than 0.
|
void |
PersonGroup.validateLevels()
Checks for the PersonGroupTeam members to ensure that if any members
are at the group level that they are also not at another level.
|
MboRemote |
PersonGroup.validGroupDefault()
Checks for the PersonGroupTeam members DefaultGroup 'Y'
only one PersonGroupTeam for a PersonGroup can have 'Y' for
GroupDefault.
|
Methods in psdi.app.pm that throw MXException
Modifier and Type |
Method and Description |
void |
FldPMUseTargetDate.action()
When 'NextDate' is null and 'usetargetdate' is 'false', the value of
'nextdate' is calculated using 'LastCompDate'.
|
void |
FldPMUseAssetDefRepFac.action() |
void |
FldPMSeqJpnum.action() |
void |
FldPMPersonGroup.action()
Clear the lead field when a person group is entered
|
void |
FldPMParent.action()
when the parent field changes, the wosequnce is cleared.
|
void |
FldPMOwner.action() |
void |
FldPMNextdate.action()
If NextDate is null, the extdate is not editable.
|
void |
FldPMMeterTolerance.action() |
void |
FldPMMeterMeterName.action()
Calculate and set the value of RollOver and Average Field when a meter is entered.
|
void |
FldPMMeterLastPmWogenRead.action() |
void |
FldPMMeterFreq.action()
Calculate the ReadingAtNextWO, UnitsToGo value when frequency changes.
|
void |
FldPMLocation.action()
When 'location' is not null, the 'assetnum' is set to null
|
void |
FldPMLeadTimeActive.action()
When LeadTimeActive is 'true', the PM.LeadTime attribute is editable & specifies
that LeadTime can be applied to PM.
|
void |
FldPMLead.action()
Clear the person group field when a lead is entered
|
void |
FldPMJpnum.action()
When a jobplan is entered on the PM, a corresponding PMSequence record
is created.
|
void |
FldPMJpSeqInUse.action()
jpnum is editable if jpseqinuse is'false'
|
void |
FldPMGroupOwner.action() |
void |
FldPMFrequency.action()
When there is a change in frequncy, setNextDueDate() is called to set the next
due date of PM.
|
void |
FldPMFreqUnit.action()
The PM's next due date should be recalculated when the frequency units change.
|
void |
FldPMForecastNewDate.action()
Set the changeby, changedate,regenerate flag
|
void |
FldPMFirstdate.action()
if first date is null, the extdate is not editable.
|
void |
FldPMFeature.action()
override action to set the assetfeatureid and label attributes to null when
the feature is cleared off on the PM.
|
void |
FldPMExtdate.action()
If this field is null, AdjNextDue flag is set to false.
|
void |
FldPMCounter.action()
pmcounter is read-only.
|
void |
FldPMCount.action()
Only allow positive values.
|
void |
FldPMChild.action()
When used in hierarchy mode, update this PM's parent field.
|
void |
FldPMAsync.action()
Set the email address on the toemailaddr field only when async field is selected.
|
void |
FldPMAssetnum.action()
If PM is not a meter based, the 'meterfrequency' is
cleared and set to read-only.
|
void |
FldPMAssetWogen.action()
if AssetWogen is set to true, set the 'AUTOPM' on asset to true
|
void |
FldPMAssetFeatureId.action()
populate the default startassetfeature, endassetfeature, startmeasure,endmeasure,
startoffset and endoffset from assetfeature to PM.
|
void |
FldPMActMeter.action()
set AssetWogen as editable, if pmactmeter is set to true
|
void |
FldDJPPMSequenceTotalWorkUnits.action() |
void |
FldDJPPMMeasure.action() |
void |
Wogen.add()
Sets default values for a new WOGen object by calling a method
in the set for the attributes RunID, RunDate, & Wonum
|
void |
PMSequence.add()
Add a new pmsequence(job sequence)
When a new jobplan sequnece is added,the pmnum is copied from
the PM which owns this object.
|
void |
PMSeasons.add()
sets default values for the PMSeasons object
|
void |
PMMeter.add()
Sets default values for a PMMeter object
|
void |
PMForecastJP.add()
Sets default values for a new PMForecastJP object.
|
void |
PMAncestor.add()
Add a new PMAncestor object for a PM object.This cannot be called outside a PM object.
|
void |
PMForecast.add()
Sets default values for a new PMForecast object.
|
void |
PM.add()
Sets default values for a new PM object.
|
java.util.Date |
PM.addJobPlanDuration(java.util.Date dueDate,
MboRemote retWOGen) |
protected java.util.Date |
PM.addMonths(int addMonths,
java.util.Date fromDate)
Calculates a date a number of months from the given date.
|
void |
PMRemote.addPlusCPMExtDate(boolean setPrevDate,
java.util.Date extdate,
boolean hasToSave,
java.lang.String comments) |
void |
PM.addPlusCPMExtDate(boolean setPrevDate,
java.util.Date extdate,
boolean hasToSave,
java.lang.String comments)
Add a new register to PLUSCPMEXTDATE table.
|
void |
PMRemote.addPlusCPMExtDate(boolean setPrevDate,
java.util.Date extdate,
boolean hasToSave,
java.lang.String comments,
java.lang.String commentsLD) |
void |
PM.addPlusCPMExtDate(boolean setPrevDate,
java.util.Date extdate,
boolean hasToSave,
java.lang.String comments,
java.lang.String commentsLD)
Add a new register to PLUSCPMEXTDATE table.
|
void |
PM.AddPMForecastJPRecord(java.lang.String rootancestor,
MboRemote cancelledWO) |
protected void |
PM.addUnsavedChild(java.lang.String child)
Adds the unsaved child.
|
void |
PMSeasons.appValidate()
Validates the PMSeasons
|
void |
PMMeter.appValidate() |
void |
PM.appValidate()
This method will be called just before save() in order to make sure it is a valid PM record.
|
java.lang.String |
FldWorkType.buildListCriteria()
Build the criteria string to pass to setListCriteria()
|
protected java.util.Date |
PM.calculateGenerationDate(java.util.Date slackDate,
boolean doGenWO)
used for work order generation, calculates work order generation date for this PM
|
java.util.Date |
PM.calculateTodaysDateWithObjectTimeZoneRule()
IJ17711: Calculate today's date with the object time zone if a time zone rule applies
|
MboSetRemote |
PMRemote.calculateWork(boolean useFreqCrit,
java.util.Date generateUntil) |
MboSetRemote |
PM.calculateWork(boolean useFreqCrit,
java.util.Date generateUntil)
Generate work orders for this PM, but do not save them.
|
MboSetRemote |
PMRemote.calcWork(boolean useFreqCrit,
int leadTime) |
MboSetRemote |
PM.calcWork(boolean useFreqCrit,
int leadTime)
Calculates what work orders would be generated if generateWork was called.
|
void |
PMSet.canAdd()
Determines whether PM's can be added to this Set or not.
|
void |
PMSequenceSet.canAdd()
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the job plan sequence record is added
|
void |
PMSeasonsSet.canAdd()
Determines whether PMSeason's can be added to this Set or not.
|
void |
PMMeterSet.canAdd()
If the PM doesnot have either an asset or location , users cannot
attach meters to that PM.
|
boolean |
PMRemote.canAddPMExtDate() |
boolean |
PM.canAddPMExtDate()
Allow extdate to be overrided depending on PLUSCEXTDATE maxvar value.
|
void |
PMStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Can a certain status change be performed ?
|
void |
PMSequence.canDelete()
Method that checks whether a PMSequence can be deleted or not.
|
void |
PMSeasons.canDelete()
Method that checks whether a PMSeasons can be deleted or not.
|
void |
PMMeter.canDelete()
Method that checks whether a PMMeter can be deleted or not.
|
void |
PMForecastJP.canDelete()
Method that checks whether a PMForecastJP can be deleted or not.
|
void |
PMForecast.canDelete()
Method that checks whether a PMForecast can be deleted or not.
|
void |
PM.canDelete()
Method that checks whether a PM can be deleted or not.
|
boolean |
PM.canDeleteForecast(java.lang.String message) |
boolean |
PM.canDeleteForecast(java.lang.String message,
MboValue fieldValue) |
void |
PMRemote.canDeletePMForecast() |
void |
PM.canDeletePMForecast() |
boolean |
PMRemote.canDisplayForecast() |
boolean |
PM.canDisplayForecast() |
void |
PMRemote.canGenerateChildPMForecast() |
void |
PM.canGenerateChildPMForecast() |
int |
PM.canGenerateForecastWork(boolean useFreqCrit) |
void |
PMSet.canGenerateWork()
Determines whether work orders can be generated or not.
|
void |
PMSetRemote.canGenerateWork() |
void |
PMRemote.canGenerateWork() |
void |
PM.canGenerateWork()
Determines if the user can generate work orders.
|
void |
PMRemote.canLockUnlockChildPMForecast() |
void |
PM.canLockUnlockChildPMForecast() |
void |
PM.canOverride() |
boolean |
PMRemote.canReforecast() |
boolean |
PM.canReforecast() |
void |
PM.canReforecastForUntilDate(java.util.Date lastForecastDate,
java.util.Date untilDate) |
int |
PM.canReforecastSubsequentDates(PMForecast newDatePMForecast) |
boolean |
PMRemote.canUpdateForecastJobPlans() |
boolean |
PM.canUpdateForecastJobPlans() |
void |
PMRemote.canViewJpSequence() |
void |
PM.canViewJpSequence()
Method to find whether jobplan sequence can be viewed or not.
|
void |
PMService.changeStatus(PM pm,
java.lang.String status,
boolean rollToAllChildren)
Service method used to change preventive maintenance status.
|
void |
PMRemote.changeStatus(java.lang.String status,
boolean rollToAllChildren) |
void |
PM.changeStatus(java.lang.String status,
boolean rollToAllChildren) |
void |
PMRemote.changeStatus(java.lang.String status,
boolean rollToAllChildren,
java.util.Hashtable changedStatusPMs) |
void |
PM.changeStatus(java.lang.String status,
boolean rollToAllChildren,
java.util.Hashtable changedStatusPMs)
Change the status of the PM(s)
Depending on the value of check box on the Status dialog box, It will change the status of all Children
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the status of the PM is changed.
|
void |
PMStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Set status value.
|
protected boolean |
PM.checkAssetLocNotReady(PM thisPM)
Helper method, to facilitate IS override.
|
protected void |
PM.checkAssetLocNotReadyException()
Helper method, to facilitate IS override.
|
protected boolean |
PM.checkAssetLocNotReadyWarning(PM childPM,
MboSetRemote pmSet)
Helper method, to facilitate IS override.
|
protected void |
PM.checkAssetOrLocationActive(java.lang.String status)
Check asset or location active.
|
java.util.Date |
PMRemote.checkDate()
see psdi.app.pm.PM#checkDate()
|
java.util.Date |
PM.checkDate()
Calculates the date of the next date plus the frequency.
|
void |
PM.checkForecastForGenWork() |
boolean |
PM.checkForOpenWO() |
boolean |
PMMeter.checkForUseTargetStartAndOpenWo()
Check to see if any workorder is open when the PM.UseTargetStart is false
|
java.util.Date |
PM.checkFrequency(int frequency,
java.util.Date nextDueDate,
int unit)
Return the next date.
|
protected void |
PM.checkJobPlanActive(java.lang.String status)
IJ00314: If changing the PM status to ACTIVE, check that its job plans are still active
|
boolean |
PM.checkJPSeq() |
java.util.Date |
PMRemote.checkSeason(java.util.Date origGenDate,
int totalLeadTime)
see psdi.app.pm.PM#checkSeason(Date origGenDate, int totalLeadTime)
|
java.util.Date |
PM.checkSeason(java.util.Date origGenDate,
int totalLeadTime)
used for work order generation to check the season
|
void |
PMStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
PMStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
PMStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus,
boolean applevel)
Check out the users security in mbo or applevel
|
boolean |
PMSet.checkWFEnabled()
This method checks whether to start the workflow process after the generation of workorder
from PM depending on the maxvar 'WFONPMGENERATION'.
|
void |
PM.clearLinearAssetFields()
Clear all the linear asset fields.
|
void |
PM.clearNextDueDate()
clears/sets the nextduedate (PM.Nextdate), depending on the frequency.
|
void |
PMRemote.clearReforecast() |
void |
PM.clearReforecast() |
void |
PM.controlScheduleEarlyOnFreqConflictFlag(boolean reset)
Checks if Schedule Early on Frequency Conflict flag is enabled
Schedule Early on Frequency Conflict is not accessible in the following two cases:
When PM Frequency < 7 Days
When the PM carries a Meter-Based Frequency
|
void |
PM.copyNextJobPlan()
Whenever there is a jobplan/multiple jobplans listed for a PM, this method is
called to copy the next jobplan to be used.
|
void |
PMSequence.delete(long modifier)
override delete.
|
void |
PMMeter.delete(long modifier)
Deletes a PMMeter record.
|
void |
PMForecastJP.delete(long modifier)
Deletes a PMFORECASTJP record and its related records.
|
void |
PMForecast.delete(long modifier)
Deletes a PMForecast record.
|
void |
PM.delete(long modifier)
Deletes a PM record.
|
void |
PMSet.deleteForecast() |
void |
PMSetRemote.deleteForecast() |
void |
PMRemote.deleteForecast() |
void |
PM.deleteForecast() |
void |
PM.deleteForecast(java.lang.String nullValue) |
void |
PM.deleteForecastForHierarchyChange() |
void |
PM.deleteForecastForPMHierarchy() |
void |
PMRemote.deletePMForecast() |
void |
PM.deletePMForecast() |
void |
PM.deleteSetForecast() |
void |
WogenSetRemote.dispose()
Use this method when you no longer need the information from this set.
|
void |
WogenSet.dispose()
Use this method when you no longer need the information from this set.
|
MboRemote |
PM.duplicate()
This method creates a duplicate record for PM and related objects(PMSequence).
|
boolean |
PM.editOnlyFirstPMForecastRecord() |
void |
PM.editPMDeleteForecast() |
void |
PM.editPMDeleteForecast(MboValue fieldValue) |
void |
PM.enableScheduleEarlyOnFreqConflict(boolean enable,
boolean reset) |
void |
PMListener.eventAction(EventMessage em)
After the Mbo is written to the database, this method updates the ancestor records.
|
boolean |
PMListener.eventValidate(EventMessage em) |
protected void |
PM.fillWOGen(java.util.Date generationDate,
MboRemote retWOGen,
int priority,
java.lang.String parentWO,
boolean forecast)
Generate information to create a work order from this PM.
|
void |
PMSet.filterByLinearAsset(MboSetRemote fltrSet)
This method filters PM records by Linear asset.
|
void |
PMSetRemote.filterByLinearAsset(MboSetRemote fltrSet) |
protected MboSetRemote |
PMMeter.findAssetOrLocationMeterSet()
Based on whether PMMeter has asset or location, it returns the ASSETMETER or
LOCATIONMETER mboset.
|
boolean |
PMRemote.floatingPMHasOpenWOs() |
boolean |
PM.floatingPMHasOpenWOs() |
boolean |
PM.forecastDateBeforeToday(MboRemote pmforecast) |
void |
PM.generateAutoKey()
PM supports autokeying - sets the PMNUM attribute.Only allowed for newly created PMs.
|
void |
PMSet.generateForecast(int genDuration)
Generates forecast for every PM in the set.
|
void |
PMSetRemote.generateForecast(int genDuration) |
void |
PMRemote.generateForecast(int genDuration) |
void |
PM.generateForecast(int genDuration)
Generates forecast records for this PM.
|
void |
PM.generateForecast(java.lang.String genDuration) |
void |
PMSet.generateWork(boolean useFreqCrit,
int leadTime)
Method that generates work orders for every PM in the set.
|
void |
PMSetRemote.generateWork(boolean useFreqCrit,
int leadTime) |
void |
PMRemote.generateWork(boolean useFreqCrit,
int LeadTime) |
void |
PM.generateWork(boolean useFreqCrit,
int LeadTime) |
void |
PMSet.generateWork(boolean useFreqCrit,
int leadTime,
boolean isCalledFromCrontask)
Method that generates work orders for every PM in the set.
|
void |
PMSetRemote.generateWork(boolean useFreqCrit,
int leadTime,
boolean isCalledFromCrontask) |
MboSetRemote |
PM.generateWork(boolean useFreqCrit,
int leadTime,
boolean forecast)
Generates work orders from this PM.
|
void |
PMRemote.generateWork(boolean useFreqCrit,
int LeadTime,
MboRemote measurement) |
void |
PM.generateWork(boolean useFreqCrit,
int leadTime,
MboRemote measurement)
Generates work orders from this PM.
|
void |
PM.generateWork(java.lang.String useFreqCritLeadTime) |
PMSetRemote |
PMServiceRemote.generateWork(UserInfo ui,
java.util.Enumeration enumit,
boolean useFreq,
int leadtime) |
PMSetRemote |
PMService.generateWork(UserInfo ui,
java.util.Enumeration enumit,
boolean useFreq,
int leadtime)
|
void |
PMServiceRemote.generateWorkNoPMSetReturn(UserInfo ui,
java.util.Enumeration enumit,
boolean useFreq,
int leadtime) |
void |
PMService.generateWorkNoPMSetReturn(UserInfo ui,
java.util.Enumeration enumit,
boolean useFreq,
int leadtime)
Generates work orders for the PMs enumerated by their key values.
|
void |
PMServiceRemote.generateWorkNoPMSetReturn(UserInfo ui,
java.util.Enumeration enumit,
boolean useFreq,
int leadtime,
java.lang.String repairFac,
java.lang.String repSite,
boolean useAssetDef) |
void |
PMService.generateWorkNoPMSetReturn(UserInfo ui,
java.util.Enumeration enumit,
boolean useFreq,
int leadtime,
java.lang.String repairFac,
java.lang.String repSite,
boolean useAssetDef)
Generates work orders for the PMs enumerated by their key values.
|
void |
PMSet.generateWorkPMAlerts()
This method is called by the PMAlertBean to generate Work Orders
on the selected PMs from the PMAlert Dialog.
|
void |
PMSetRemote.generateWorkPMAlerts() |
PMSetRemote |
PMServiceRemote.genPMsFromMasterAsset(AssetRemote myAssetMbo)
Given an asset mbo, generate PMs from master PMs.
|
PMSetRemote |
PMService.genPMsFromMasterAsset(AssetRemote myAssetMbo)
Method to generate PMs from master PMs for a given asset.
|
java.util.Date |
PM.getActiveDaysAddOn(java.util.Date dtDate) |
AssetRemote |
PM.getAsset()
Get related asset mbo
|
protected MboSetRemote |
FldPMFeature.getAssetFeatureSet(java.lang.String feature,
java.lang.String featurelabel)
Get a list of asset features based on the passed in feature and feature label.
|
MboSetRemote |
PM.getChildren()
Gets the MboSet representing the children of this Mbo in the hierarchy.
|
java.util.Date |
PM.getDateWithObjectTimeZone(java.util.Date date) |
java.util.Date |
PM.getDateWithServerTimeZone(java.util.Date date) |
java.util.Date |
PMRemote.getDateWithTimeZone(java.util.Date date) |
java.util.Date |
PM.getDateWithTimeZone(java.util.Date date) |
java.util.Date |
PM.getDueDateForOpenWO(MboRemote openWo) |
java.util.Date |
PM.getDueDateForOpenWOWithoutFrequency(MboRemote openWo) |
protected java.util.Date |
PM.getDueDateOnAbsoluteMeterReading()
Returns the work order generation date for the PM just based on the absolute meter
readings from the PM and the Asset Meter Readings.
|
protected java.util.Date |
PM.getDueDateOnAbsoluteMeterReading(MboRemote assetLocMeterMbo)
Returns the work order generation date for the PM just based on the absolute meter
readings from the PM and the asset's or location's Meter Readings when work order generation is
invoked automatically.
|
int |
PM.getDurationToForecast(MboRemote pmForecast,
MboSetRemote pmForecastSet) |
protected java.util.Date |
PM.getEarliestOrLatestDate(java.util.Date Date1,
java.util.Date Date2) |
java.util.Date |
PM.getFirstPMForecastDate() |
MboRemote |
PMForecast.getFirstPMForecastRecord() |
MboRemote |
PM.getFirstPMForecastRecord() |
java.util.Date |
PMForecast.getForecastDateForSeqNo(int forecastseqno) |
java.util.Date |
PMForecast.getForecastDateForSeqNo(MboSetRemote pmForecastSet,
int forecastseqno,
boolean addJPDurFlag) |
java.lang.String |
PMRemote.getGeneratedWonum(int priority) |
java.lang.String |
PM.getGeneratedWonum(int priority)
Method that gets the wonum of a workorder generated by a top level PM.
|
java.lang.Object[] |
PMRemote.getGeneratedWonumAndWorkOrderId(int priority,
MboRemote measurement) |
java.lang.Object[] |
PM.getGeneratedWonumAndWorkOrderId(int priority,
MboRemote measurement)
return the wonum and workorderid to the MEASUREPOINT when a work order is generated for a linear asset in Condition Monitoring.
|
java.lang.String[] |
PM.getHierarchies()
For Mbos that support multiple hiearchies, this method returns the names
of all the hierarchy this Mbo is a member of.
|
protected java.util.Date |
PM.getHierGenDate(boolean useFreqCrit,
MboSetRemote pmHierSet,
MboSetRemote woInfo,
java.util.Date slackDate,
boolean woCreated) |
void |
PM.getJobPlanToUse()
Figures out which JobPlan to use based on the PMCounter & PMSequence records.
|
java.lang.String |
PM.getJPNumWithDate(java.util.Date date,
java.lang.String jpnum) |
java.util.Date |
PM.getLastPMForecastDate() |
MboRemote |
PM.getLastPMForecastRecord() |
MboSetRemote |
FldWorkType.getList() |
MboSetRemote |
FldPMWoStatus.getList()
getList() is overriden not to show the following status.
|
MboSetRemote |
FldPMStoreloc.getList()
List the storeroom locations based on the value filled in Storelocsite
and SiteID filled
The business rules are as follows
If the Storeroom Site is blank, the Storeroom lookup will show Storerooms from
Sites that belongs to the same Organization as the PM's Site's Organization.
|
MboSetRemote |
FldPMStoreLocSite.getList() |
MboSetRemote |
FldPMSeqJpnum.getList() |
MboSetRemote |
FldPMMeterMeterName.getList()
returns a mboset containing all the meters attached to either asset or location
|
MboSetRemote |
FldPMJpnum.getList() |
MboSetRemote |
FldPMForecastJPNum.getList() |
MboSetRemote |
FldPMFeature.getList()
Show only the features that are associtated with this asset.
|
MboSetRemote |
FldPMChild.getList()
List returned are existing PMs which may be children
of the owner PM.
|
LocationRemote |
PM.getLocation()
Get related Location mbo
|
protected Mbo |
WogenSet.getMboInstance(MboSet ms)
Generate a new Wogen object
|
protected Mbo |
PMSet.getMboInstance(MboSet ms)
Generate a new PM object
|
protected Mbo |
PMSequenceSet.getMboInstance(MboSet ms)
Generate a new PMSequence object
|
protected Mbo |
PMSeasonsSet.getMboInstance(MboSet ms)
Generate a new PMSeasons object
|
protected Mbo |
PMMeterSet.getMboInstance(MboSet ms)
Generate a new PMMeter object
|
protected Mbo |
PMForecastSet.getMboInstance(MboSet ms)
Generate a new PMForecast object
|
protected Mbo |
PMForecastJPSet.getMboInstance(MboSet ms)
Generate a new PMForecastJP object
|
protected Mbo |
PMAncestorSet.getMboInstance(MboSet ms)
Generate a new PMAncestor object
|
java.util.Date |
PM.getMeterNextDueDate(MboRemote pmMeter,
boolean assetMeter)
Finds the next generation date for a PMMeter.
|
java.util.Date |
PM.getMeterNextDueDateNoForecast(MboRemote pmMeter,
boolean assetMeter)
Finds the next generation date for a PMMeter.
|
protected java.util.Date |
PM.getNextActiveStartDate(java.util.Date dtDate)
Return the Next Active Date for a start date
if dtDate is not Active increments days until a Active Date be found.
|
java.util.Hashtable |
PMSet.getOriginalPMQbe() |
java.util.Hashtable |
PMSetRemote.getOriginalPMQbe() |
java.lang.String |
PMSet.getOriginalPMUserWhere() |
java.lang.String |
PMSetRemote.getOriginalPMUserWhere() |
CrontaskParamInfo[] |
PMWoGenCronTask.getParameters() |
CrontaskParamInfo[] |
PMForecastCronTask.getParameters()
Set the cron task instance parameters for PM Forecast cron task
Parameters set are whereclause,forecastfordays,emailto,logfile,orgid,siteid
|
CrontaskParamInfo[] |
PMForecastCostCronTask.getParameters()
Set the cron task instance parameters for PM Forecast Cost cron task
Parameters set are whereclause,emailto,logfile,orgid,siteid
|
MboRemote |
PMForecastCronTask.getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation mbo for the crontask parameter
|
MboRemote |
PMForecastCostCronTask.getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation mbo for the crontask parameter
|
MboSetRemote |
PM.getParents()
Gets the MboSet representing the parents of this Mbo in the hierarchy.
|
java.util.Date |
PMRemote.getPMDueDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getPMDueDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PMRemote.getPMExtDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getPMExtDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PMRemote.getPMForecastDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getPMForecastDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PMRemote.getPMLastCompDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getPMLastCompDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PMRemote.getPMLastStartDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getPMLastStartDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PMRemote.getPMNextDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getPMNextDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Vector |
PMSet.getPMsChangeStatusVector()
IJ01049: vector stores pms in the pmSet via relationship "$assetPMs"
|
double |
PMMeterRemote.getReadingAtNextWO() |
double |
PMMeter.getReadingAtNextWO()
Returns the meter reading at the generation of next work order from this PM for a
given PM Meter.
|
java.util.Date |
PM.getReForecastingNextDate(java.util.Date fromDate)
Calculates the ReForecasting NextDate based on the PM's day frequency and the passed on fromDate.
|
void |
PM.getResourcesForForecastSegement(MboRemote jobplan,
MboRemote pmforecastJP) |
protected MboSetRemote |
PM.getStatusHistory()
Return the PMSTATUSDUMMY object.
|
java.util.Date |
PMRemote.getTargStartDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PM.getTargStartDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
PMRemote.getTimeDate() |
java.util.Date |
PM.getTimeDate()
calculates the time based Due Date for work order generation.
|
MboSetRemote |
PMRemote.getTop() |
MboSetRemote |
PM.getTop()
Gets the MboSet representing top-level Mbos above this Mbo in the hierarchy.
|
protected PM |
PMService.getTopMostPMinHier(PM pmMbo)
Gets the topmost (in the whole hierarchy) mbo for a given PM in its hierarchy
|
PM |
PMSet.getTopPMFromVector(MboRemote oneTop)
IJ01049:compare the top PM in the vector.
|
double |
PMMeterRemote.getUnitsToGoReading() |
double |
PMMeter.getUnitsToGoReading()
Calculate the new value for UnitsToGo attribute.
|
double |
PMMeterRemote.getUnitsToGoReading(MboRemote assetLocMeterMbo) |
double |
PMMeter.getUnitsToGoReading(MboRemote assetLocMeterMbo)
Calculate the new value for UnitsToGo attribute using the assetmeter or locationmeter object provided.
|
protected java.util.Iterator |
PM.getUnsavedChildren()
Gets the unsaved children.
|
protected java.util.Vector |
PM.getUnsavedChildrenCopy()
Gets the unsaved children copy.
|
protected int |
PM.getUnsavedChildrenCount()
Gets the unsaved children count.
|
int |
PMRemote.getUserChoiceForReforecast() |
int |
PM.getUserChoiceForReforecast() |
java.lang.String |
PM.getWorkType()
Returns this workorder's WORKTYPE TYPE attribute value, converted to the
internal (not translated) representation.
|
java.lang.String |
PM.getWorkTypeCal()
Returns the value of the PLUSCWORKTYPECAL maxvar, which determines the
type of worktype that marks a workorder a calibration.
|
MboRemote |
PM.getWOSavedInDB(MboRemote woGenerated)
IJ23921: returns the same wo that has been saved in db
|
void |
WogenSetRemote.giveRun()
This method is called to return all work order information from the PM Generation
in the order of the work order creation.
|
void |
WogenSet.giveRun()
This method is called to return all work order information from the PM Generation
in the order of the work order creation.
|
boolean |
PM.hasChildren()
Indicates that this Mbo has Mbos underneath it in the hierarchy
|
boolean |
PM.hasForecast()
Indicates if the PM has forecast.
|
boolean |
PM.hasParents()
Indicates that this Mbo is owned by another Mbo in the hierarchy.
|
protected boolean |
PM.hasUnsavedChildren()
Checks for unsaved children.
|
boolean |
PM.includeInForecast() |
void |
PMWoGenCronTask.init()
init()
|
void |
PMSet.init()
Set AutoKeyFlag off if child PM is creating a record.
|
void |
PMSequence.init()
Initialize the Pmsequence object
After insert, attributes pmnum, jpnum and interval are read-only for any
PMSequence record.
|
void |
PMSeasons.init()
Initialize the PMSeasons object
|
void |
PMMeter.init()
Initialize the PMMeter object
|
static PMListener |
PMListener.init()
Returns the listener object.
|
void |
PMForecastCronTask.init()
initializes the crontask ()
|
void |
PMForecastCostCronTask.init()
initializes the crontask ()
|
void |
FldPMUseFrequency.init()
if PM is a top-level PM, the usefrequcny field should be set to read-only.
|
void |
FldPMRoute.init()
PM's with children cannot have routes.
|
void |
FldPMNextdate.init()
NextDate field will be editable only when the pmcounter is '0'.
|
void |
FldPMMeterLastPmWogenReadDt.init()
The LastPMWogenReadDt field would be editable only if the PM Counter is 0.
|
void |
FldPMMeterLastPmWogenRead.init()
The LastPMWogenRead field would be editable only if the PM Counter is 0.
|
void |
FldPMJpnum.init()
Job Plan is read-only if jpseqinuse is 'true'
|
void |
FldPMExtdate.init()
Extdate is read-only when next date is null.
|
void |
FldPMAssetWogen.init()
Field is not editable if the PM has no asset
|
void |
FldPMAdjNextDue.init()
Only editable if extdate is not null and 'USETARGETDATE' is true
|
void |
FldPMActMeter.init()
Field is not editable if the PM has no asset
|
void |
FldDJPPMSequenceTotalWorkUnits.init() |
void |
PMForecast.init()
Initialize the PMForecast object.
|
void |
PM.init()
Initialize the PM object.
|
void |
PMService.initCriteriaList(java.util.Hashtable criteriaTable)
This method defines the criteria for PMService.
|
void |
PM.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
FldPMUseFrequency.initValue()
if PM is a top-level PM, the usefrequcny field should be set to 'true'.
|
void |
FldPMRepairFacility.initValue() |
void |
FldPMMeterUnitsToGo.initValue()
override initValue() to set the value of 'UnitsToGo'
|
void |
FldPMMeterRollOver.initValue()
Calculate and set the value of RollOver and Average Field when a meter is entered.
|
void |
FldPMMeterDateOfNextWo.initValue()
The value of this attribute is calculated by a pm method.
|
void |
FldPMMeterAverage.initValue()
Calculate and set the value of RollOver and Average Field when a meter is entered.
|
void |
FldPMLeadTimeActive.initValue()
override initValue() to set the value of non-persistant 'LEADTIMEACTIVE' flag
|
void |
FldPMLastForecastDate.initValue() |
void |
FldPMJpnum.initValue()
Called to initialize the MboValue's value.
|
void |
FldPMInclForecast.initValue()
Set the field to read only for the child PM
|
void |
FldPMForecastNewDate.initValue()
Set the field to read only if the lockforecast is set to true
|
void |
FldPMForecastJPNum.initValue() |
void |
FldPMForecastExists.initValue()
Set the field to read only and set the flag to true if forecast exists or
to false if the forecast does not exist.
|
void |
FldPMFeature.initValue()
override initValue() to set the value of non-persistant 'FEATURE' and 'FEATURELABEL'
attributes
|
void |
FldErlstWoGenDate.initValue()
The value of this attribute is calculated by a pm method.
|
protected boolean |
PM.isAssetLocationNotNull()
Helper method, to facilitate IS override.
|
boolean |
PM.isCalibrationInstalled()
Return true if License Key CALIBRATION is installed.
|
boolean |
PMSet.isESigNeeded(java.lang.String optionName)
IJ07338:only apply to change status
|
boolean |
PMForecast.isFirstForecastRecord() |
boolean |
PM.isFirstForecastRecord(PMForecast pmForecast) |
boolean |
PM.isFrequencyValidForEarlySchedConflict()
Check if PM.Frequency value is valid for Early Schedule Conflicts
Rule: Must be greater then 7 days to be valid
|
boolean |
PM.isFrequencyValidForEarlySchedConflict(long frequency)
Check if a given Frequency value is valid for Early Schedule Conflicts
Rule: Must be greater then 7 days to be valid
|
boolean |
PMRemote.isListSelected() |
boolean |
PM.isListSelected()
Checks if is list selected.
|
boolean |
PMRemote.isReforecastPending() |
boolean |
PM.isReforecastPending() |
boolean |
PM.isTop()
This method indicates if the Mbo is at the top level of a hierarchy.
|
protected void |
PMSequence.jpSequenceCheck()
Check job plan sequence records on PM to see if a sequence of one exists.
|
void |
PMSet.lockUnlockForecast(boolean lockForecast) |
void |
PMSetRemote.lockUnlockForecast(boolean lockForecast) |
void |
PMRemote.lockUnlockForecast(boolean lockForecast) |
void |
PM.lockUnlockForecast(boolean lockForecast) |
void |
PMServiceRemote.meterBasedAutoWogen(MboRemote assetlocMbo) |
void |
PMService.meterBasedAutoWogen(MboRemote assetlocMbo) |
void |
PMServiceRemote.meterBasedAutoWogen(MboRemote assetlocMbo,
MboRemote assetLocMeterMbo) |
void |
PMService.meterBasedAutoWogen(MboRemote assetlocMbo,
MboRemote assetLocMeterMbo)
Auto generation of workorders based on the changes to the Asset meter readings,
or location meter readings.This method will be called from the Asset module or
Location module.
|
void |
PM.modify()
The first time a field of a PM object is modified, the ChangeBy & ChangeDate attributes are updated.
|
void |
PMSet.onlyTopLevels()
Takes the current where clause of the set and limits it further
to PM's which aren't sub-work orders.
|
void |
PMSetRemote.onlyTopLevels() |
protected java.util.Date |
PM.origGetHierGenDate(boolean useFreqCrit,
MboSetRemote pmHierSet,
MboSetRemote woInfo,
java.util.Date slackDate,
boolean woCreated)
This method calculates the next workorder generation date for the PM hierarchy.
|
boolean |
PMMeterSetRemote.pmMeter(MboRemote pmMbo) |
boolean |
PMMeterSet.pmMeter(MboRemote pmMbo)
This method cycles through the PMMeters that contain either an asset or location
from the Work Order and marks the PM that needs to be alerted.
|
void |
PMListener.postCommitEventAction(EventMessage em) |
void |
PMListener.preSaveEventAction(EventMessage em) |
void |
PMWoGenCronTask.readConfig()
Read in the configuration information from cron task instance parameters.
|
void |
PMForecastCronTask.readConfig()
Read in the configuration information from cron task instance parameters.
|
void |
PMForecastCostCronTask.readConfig()
Read in the configuration information from cron task instance parameters.
|
void |
PMRemote.reforecastSubsequentDates() |
void |
PM.reforecastSubsequentDates() |
void |
PMRemote.reforecastSubsequentDates(MboRemote newDatePMForecast,
MboSetRemote pmForecastSet) |
void |
PM.reforecastSubsequentDates(MboRemote newDatePMForecast,
MboSetRemote pmForecastSet) |
void |
PM.reforecastSubsequentDates(PMForecast newDatePMForecast) |
void |
PM.reforecastSubsequentDates(java.lang.String nullValue) |
int |
PM.regenerateForecast(java.lang.String message) |
protected void |
PM.removeUnsavedChild(java.lang.String child)
Removes the unsaved child.
|
void |
PMSet.reset()
reset method is overriden to set back the flags related to WorkFlow to the default
values.
|
void |
PMSet.resetEsigCounter() |
void |
PMSet.resetMeterReadings()
This method resets all the meterreadings of the PM based on the asset number.
|
void |
PMSetRemote.resetMeterReadings() |
void |
PMMeterSetRemote.resetPMMeterReadings() |
void |
PMMeterSet.resetPMMeterReadings()
This method resets all the meterreadings of the PMMeters based on the asset number.
|
void |
PM.rolldownFieldValueToChildrens(java.lang.String fieldname,
java.lang.String fieldvalue,
long accessModifier) |
void |
PM.rolldownInclForecastFlagToChildren(boolean torf) |
void |
PM.rolldownLockForecastFlagToChildren(boolean torf) |
void |
PMSequence.save() |
void |
PMSeasons.save() |
void |
PMMeter.save() |
void |
PMForecast.save() |
void |
PM.save()
Saves the PM record.
|
void |
PMRemote.setCanDeleteForecastFlag(boolean flag) |
void |
PM.setCanDeleteForecastFlag(boolean flag) |
void |
PM.setEarliestNextDueDate()
Set the Earliest next work order generation date.
|
void |
PMSet.setEsigSinged(boolean signed)
IJ28446: if the change staus code is executed, then user has signed esig
window.
|
void |
PM.setLinearAssetFieldsReadOnly(boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not.
|
void |
PMRemote.setListSelected(boolean isListSelected) |
void |
PM.setListSelected(boolean isListSelected)
Sets the list selected.
|
void |
PMRemote.setNextDueDate() |
void |
PM.setNextDueDate()
updates/sets the nextdate when necessary.
|
void |
PMSet.setOriginalPMQbe(java.util.Hashtable inQbe) |
void |
PMSetRemote.setOriginalPMQbe(java.util.Hashtable inQbe) |
void |
PMSet.setOriginalPMUserWhere(java.lang.String inWhere) |
void |
PMSetRemote.setOriginalPMUserWhere(java.lang.String inWhere) |
void |
PMSequenceSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the PM owner.
|
void |
PMSeasonsSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the PM owner.
|
void |
PMMeterSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the PM owner.
|
void |
PMRemote.setPMCounter(int count) |
void |
PM.setPMCounter(int count)
updates/sets the pmcounter to the specified value.
|
int |
PM.setPMForReForecast(PM tempPM,
int genDuration) |
void |
PM.setPMForReforecastSubsequentDates(java.util.Date newDate) |
void |
PMMeterSetRemote.setReadingAtLastWO() |
void |
PMMeterSet.setReadingAtLastWO() |
protected void |
PM.setRetWOGenAssetLoc(MboRemote retWOGen)
Helper method, to facilitate IS override.
|
void |
PMMeter.setRollOverAndAverage()
Calculate and set the value of RollOver and Average Field when a meter is entered.
|
void |
WogenSet.setupWogen(Wogen mbo)
Called by the Wogen.add() method to set the runID, runDate, and wonum attributes.
|
void |
PMRemote.setUserChoiceForReforecast(int userChoiceForReforecast) |
void |
PM.setUserChoiceForReforecast(int userChoiceForReforecast) |
void |
FldPMSeqJpnum.setValueFromLookup(MboRemote sourceMbo) |
void |
FldPMJpnum.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
PMSequence.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
PMSeasons.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
PMMeter.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
PM.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the PM.
|
MboSetRemote |
FldPMJpnum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
IJ28382: go to Job Plan did not work for revised job plans
|
MboSetRemote |
FldPMForecastJPNum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
void |
PMRemote.storeResourceDataForForecast() |
void |
PM.storeResourceDataForForecast() |
void |
PM.throwForecastWarning(MXException exception) |
boolean |
PM.throwOKCANCELMessage(java.lang.String message) |
boolean |
PM.truncateHierarchy(boolean forecast)
Determines if this PM and hierarchy below it can be included in the forecast.
|
void |
PMMeter.undelete()
Undeletes a PMMeter record.
|
protected boolean |
PM.unsavedChildrenModifiedSinceThisChildAdded(java.util.Vector childVectorCopyForThisChild)
Unsaved children modified since this child added.
|
void |
PMRemote.updateForecastJobPlans() |
void |
PM.updateForecastJobPlans() |
void |
PM.updateForecastUponCancellation(MboRemote cancelledWO)
Update the PM forecast records and LTDPMCounter when a work order generated by the PM is cancelled.
|
void |
PM.updateJpSeqInUse()
sets/clears the 'jpseqinuse' attribute depending on the pmsequence record
when the PM has multiple jobplans listed, or a single jobplan with interval
greater than 1, the 'jpseqinuse' flag is set.
When the PM doesnot have any jobplan in use, the 'jpseqinuse' flag is cleared.
|
protected void |
PM.updateMeterValues(java.lang.String relationship,
boolean fromWoComplete,
boolean forecast) |
protected void |
PM.updateMeterValuesAssetLoc(boolean fromWoComplete)
Helper method, to facilitate IS override.
|
protected void |
PM.updateMeterValuesAssetLocForecast(PM thisPM)
Helper method, to facilitate IS override.
|
void |
PMRemote.updateTimeBasedNextDueDate() |
void |
PM.updateTimeBasedNextDueDate()
Updates the PM.NEXTDATE when necessary.
|
void |
PMRemote.updateUponCancellation(MboRemote cancelledWO) |
void |
PM.updateUponCancellation(MboRemote cancelledWO)
This method is used to update the nextdate of PM when a work order generated by the PM is
cancelled.
|
void |
PMRemote.updateUponCompletion(MboRemote completedWO) |
void |
PM.updateUponCompletion(MboRemote completedWO)
Updates the PM record when the work order is completed.
|
void |
FldPMWoSequence.validate()
The sequnece number must be greater than Zero.
|
void |
FldPMUseTargetDate.validate()
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the field value changes.
|
void |
FldPMSeqInterval.validate()
Checks the interval which should be greater than zero for a jobplan sequence.
|
void |
FldPMSeasonsStartMonth.validate()
checks if the day is a valid day of the given month
|
void |
FldPMSeasonsEndMonth.validate()
checks if the day is a valid day of the given month
|
void |
FldPMSeasonStrDay.validate()
check if the day is a valid day of the given month
|
void |
FldPMSeasonEndDay.validate()
check if the day is a valid day of the given month
|
void |
FldPMSchedEarly.validate() |
void |
FldPMParent.validate()
Throws interactive message in case of UI to delete the PM Hierarchy forecast.
|
void |
FldPMNextdate.validate()
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the field value changes.
|
void |
FldPMMeterTolerance.validate()
Value must be greater than zero, but less than or equal to the
value in the Frequency field.
|
void |
FldPMMeterMeterName.validate()
validate metername
|
void |
FldPMMeterLastPmWogenRead.validate()
Value must be greater than zero and must be less than Rollover reading.
|
void |
FldPMMeterFreq.validate()
Value must be greater than zero.
|
void |
FldPMMeterAlertLead.validate()
Value must be greater than zero, but less than or equal to the
value in the Frequency field.
|
void |
FldPMLockForecast.validate()
Validates if the forecast can be locked
Throws exception if there is a pending forecast.
|
void |
FldPMLocation.validate()
Location field cannot be null, if it is a meter based PM, and location
is being removed, user will be prompted if its ok to delete Meter
based info.
|
void |
FldPMJpnum.validate()
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the field value changes.
|
void |
FldPMInclForecast.validate()
Throws interactive message in case of UI to delete PMForecast records if the inclforecast flag is set to false
|
void |
FldPMGLAccount.validate()
validates the glaccount.
|
void |
FldPMFrequency.validate()
Frequency should be not be less than zero.
|
void |
FldPMFreqUnit.validate()
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the field value changes.
|
void |
FldPMForecastNewDate.validate()
Validates if the newDate is before the previous forecast date or later than the next forecast date or same as the current forecast date.
|
void |
FldPMExtdate.validate()
Show Message dialog if extDate is after the cycleDate
|
void |
FldPMDayOfWeek.validate()
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the field value changes.
|
void |
FldPMChild.validate()
When used in hierarchy mode, should only specify an existing PM.
|
void |
FldPMAssetnum.validate()
Asset field cannot be null, if it is a meter based PM
Throws interactive message in case of UI to delete the PM Hierarchy forecast if the field value changes.
|
void |
FldPMAlertLead.validate()
Value must be greater than zero, but less than or equal to the
value in the Frequency field.
|
void |
FldOverrideMasterUpd.validate()
Validate all meters defined in the MasterPM for a given PM that accept updates from MasterPM.
|
void |
PMRemote.validateAssetLoc(boolean newAssetNum,
boolean newLocation) |
void |
PM.validateAssetLoc(boolean newAssetNum,
boolean newLocation)
validates the assetnum and location.
|
protected void |
PM.validateFields()
Validate fields.
|
void |
PMRemote.validateMetersinMasterPM(java.lang.String assetnum,
java.lang.String location,
java.lang.String masterpm) |
void |
PM.validateMetersinMasterPM(java.lang.String assetnum,
java.lang.String location,
java.lang.String masterpm)
Validate all meters defined in the MasterPM for a given PM that accept updates from MasterPM.
|
void |
PM.validateTimeBasedFreq(double frequency)
Validate time based frequency based on the frequncy units provided
|
void |
PMSeasons.validDayMonth(int newDay,
java.lang.String month)
checks the entered day is a valid day or not in a given month
|
MboSetRemote |
PMRemote.viewJpSequence() |
MboSetRemote |
PM.viewJpSequence()
Method to show a projected list of the job plan sequencing for a PM.
|
void |
PM.woCancel(WORemote newWO)
Wo cancel.
|
Methods in psdi.app.pm.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldPMForecastGenUntilDate.action()
Set the genDuration
|
void |
FldPMForecastGenDuration.action()
Set the genUntilDate
|
void |
FldPMForecastGenAsync.action()
Set the email address on the toemailaddr field only when async field is selected.
|
void |
FldPMChangeStatus.action()
Set fields to READONLY for the INACTIVE/DRAFT status
Set true for rolltoallchildren for INACTIVE/DRAFT status
|
void |
WogenForecast.add() |
void |
PmWorkGeneration.add()
Sets default values for a new PM object.
|
void |
PMStatusDummy.add()
Sets up a new PMStatusDummy object.
|
void |
PMForecastGen.add()
Sets default values for a new PMForecastGen object.
|
void |
PMChangeStatus.add()
Sets up a new PMChangeStatus object.
|
protected void |
WogenForecastSet.addJobTasks(java.lang.String jpnum,
java.lang.String orgid,
java.lang.String siteid,
MboRemote wogenBase,
WogenForecast parentMbo)
Creates task Mbos for Job Plans
|
protected java.lang.String |
WogenForecastSet.calcGLAccount(Mbo param,
java.lang.String baseGL)
Calculate the GLAccount, given the asset & location of the Mbo and merge it
with the account on the wogen base.
|
protected void |
PMChangeStatusSet.changeMboStatus(MboRemote pm,
MboRemote param)
This method calls the changeStatus method from the PM object.
|
protected void |
PMChangeStatusSet.changeStatusOnEnumeration(java.util.Enumeration enumit,
Mbo param) |
protected void |
PMChangeStatusSet.changeStatusOnSet(MboSetRemote csSet,
Mbo param)
Changes the status of all members of a set.
|
protected void |
PmWorkGenerationSet.copyRepFacilityFields(MboRemote source,
MboRemote target) |
int |
WogenForecastSet.count()
The count method here is overridden because the framework's count doesn't
work for Nonpersistent MboSets.
|
void |
WogenForecastSetRemote.dispose()
Use this method when you no longer need the information from this set.
|
void |
WogenForecastSet.dispose()
Use this method when you no longer need the information from this set.
|
void |
WogenForecastSet.execute()
In this particular nonpersistent MboSet, this method
does nothing.
|
void |
PmWorkGenerationSet.execute()
After the attributes are set, call this method to generate the work orders.
|
void |
PMForecastGenSet.execute()
Called on the selection of 'OK' in the 'Generate Forecast'dialog
After the attributes are set in the dialog, call this method to generate the PM Forecast.
|
void |
PmWorkGenerationSet.execute(MboRemote mbo)
After the attributes are set, call this method to generate the work orders.
|
void |
PMForecastGenSet.execute(MboRemote mbo)
After the attributes are set in the dialog, call this method to generate the PM Forecast.
|
void |
PmWorkGenerationSetRemote.executeOnSet(MboSetRemote resultSet)
A method that can be called on a PMSet.
|
void |
PmWorkGenerationSet.executeOnSet(MboSetRemote resultSet)
A method that can be called on a PMSet.
|
protected java.lang.String |
WogenForecastSet.getAssetForLoc(java.lang.String location)
Looks up and caches the asset that goes with the location.
|
protected int |
WogenForecastSet.getAssetLocPriority(java.lang.String assetnum,
java.lang.String location)
Looks up the AssetLocPriority for asset and locations.
|
protected MboRemote |
WogenForecastSet.getAssetMbo(java.lang.String assetnum)
Fetches the asset record, given an identifier.
|
protected double |
WogenForecastSet.getEstDur(java.lang.String jpnum,
java.lang.String siteid,
java.lang.String orgid)
Looks up and caches job plan durations so that the EstDur attribute can be set.
|
protected double |
WogenForecastSet.getEstLabHrs(java.lang.String jpnum,
java.lang.String siteid,
java.lang.String orgid)
Looks up and caches the total estimated labor hours for job plans so that the
EstLabHrs attribute can be set.
|
protected MboRemote |
WogenForecastSet.getLocationMbo(java.lang.String location)
Fetches the location record, given an identifier.
|
protected java.lang.String |
WogenForecastSet.getLocForAsset(java.lang.String assetnum)
Looks up and caches the location where the asset resides.
|
MboRemote |
WogenForecastSet.getMbo(int index)
This method is overridden so we can create WogenForecast records based on the
Wogen records of the set that owns this set.
|
protected Mbo |
WogenForecastSet.getMboInstance(MboSet ms)
Factory method to create an WogenForecast object.
|
protected Mbo |
PmWorkGenerationSet.getMboInstance(MboSet ms)
Factory method to create an PmWorkGeneration object.
|
protected Mbo |
PMStatusDummySet.getMboInstance(MboSet ms)
Generate a new PM status object
|
protected Mbo |
PMForecastGenSet.getMboInstance(MboSet ms)
Generate a new PMForecastGen object.
|
protected Mbo |
PMForecastCronParamSet.getMboInstance(MboSet ms)
Generate a new NonPersistent object.
|
protected Mbo |
PMForecastCostCronParamSet.getMboInstance(MboSet ms)
Generate a new NonPersistent object.
|
protected Mbo |
PMChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an PMChangeStatus object.
|
protected MboSetRemote |
PMChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
MboRemote |
WogenForecastSet.getMboTest(int index) |
int |
WogenForecast.getNextTask()
Returns the next task ID to use.
|
OrganizationSetRemote |
PmWorkGenerationRemote.getOrgSetFromPmsOnResultList()
This Set contains all Organizations presents in PM Resultlist
|
void |
PMStatusDummy.init()
Initialization routine.
|
void |
FldWogenTargCompDate.initValue()
The completion date is calculated by adding the estimated
duration to the start date.
|
void |
FldWogenIsTask.initValue() |
void |
FldWogenHasChildren.initValue()
Children forecast objects will always occur immediately after their parents.
|
void |
FldWogenEstLabHrs.initValue() |
void |
FldWogenEstDur.initValue()
Sets the default value for this value.
|
void |
FldWogenCalcPriority.initValue()
Sets the value of CalcPriority.
|
void |
FldWogenAssetLocPriority.initValue()
Asks the Mbo to fetch the priority for the asset/loc.
|
boolean |
PMForecastGenSet.isImmediate()
Whether this job is foreground.
|
void |
PMForecastGenSet.overwriteJobDefault(MboRemote queue)
Overwrite this method if you don't need to overwrite execute() but need to change the default
values of the job, such as userid, locale.
|
void |
PmWorkGenerationRemote.setOrgSetFromPmsOnResultList(OrganizationSetRemote orgSetFromPmsOnResultList) |
MboRemote |
PMChangeStatusSet.setup()
IJ07338:when the non-persistent PMStatusChangeSet is being set up, resetEsigCounter to 0
|
void |
FldPMForecastGenUntilDate.validate()
Validate if the genUntilDate is before today's date
If forecast already exists, validates if the untildate is before the last forecast date
|
void |
FldPMForecastGenDuration.validate()
Validate if the genDuration is negative
If forecast already exists, validates if the duration is before the last forecast date
|
void |
FldPMForecastCronParamForecastForDays.validate()
Validate if the ForecastForDays is negative and not equal to 0
|
Methods in psdi.app.po that throw MXException
Modifier and Type |
Method and Description |
void |
FldPOTermId.action() |
void |
FldPOTermDescription.action()
If DESCRIPTION changed, null out TERM ID
|
void |
FldPOPOType.action()
If PO type is null, get the previous value back.
|
void |
FldPOLineToSiteID.action()
Based on ToSiteID, set the ShipTo and ShipToAttn.
|
void |
FldPOLineShipTo.action()
The action rountine is for shipto on PR.
|
void |
FldPOLineReceiptTolerance.action()
calculate ReceiptTolAmt or ReceiptTolQty when set receipt tolerance percentage change, null receipt
tolerance percentage when enter ReceiptTolAmt or ReceiptTolQty
|
void |
FldPOLineQtyToReceive.action() |
void |
FldPOLinePOLineNum.action() |
void |
FldPOLineLocation.action()
Post-validation is derived from FldCommonLocation and any additional post-validation is done in this class.
|
void |
FldPOLineGLDebitAcct.action() |
void |
FldPOLineAmountToReceive.action() |
void |
FldPOIgnoreCntRev.action()
Pop up a confirmation message
|
void |
FldPOCostQuantity.action()
If the PO quantity is 0 the percentage is always 100%, otherwise it
is equal to the PO cost quantity as a percentage of the PO line quantity.
|
void |
FldPOCostPercentage.action()
Updates the PO cost quantity and linecost based on the percentage entered.
|
void |
FldPOCostLineCost.action()
Sets the percentage and loaded cost.
|
void |
FldBudgetYear.action() |
void |
FldBudgetRuleProcRuleNum.action() |
void |
FldBudgetFinancialPeriod.action() |
void |
FldBudgetCost.action() |
void |
FldBudgetCalcStartDate.action() |
void |
FldBudgetCalcEndDate.action() |
void |
FldBudgetBudgetAnalysisAxisNum.action() |
void |
FldBudgetAnalysisAxisNumberCondition.action() |
void |
VendorStatus.add()
Add a new Vendor Status
Set field defaults
|
void |
Term.add()
This is called when a new Term object is added to the Term MboSet
collection.
|
void |
ShipmentLine.add()
Add a new ShipmentLine
Field defaults are set
|
void |
POTerm.add()
This is called when a new POTERM object is added to the POTERM MboSet
collection.
|
void |
POStatus.add()
Add a new POStatus object
This cannot be called except by the PR object.
|
void |
POLine.add()
Add a new Purchase Order Line.
|
void |
POEcomStatus.add()
Add a new POEcomStatus object
This cannot be called except by the PO object.
|
void |
POCost.add()
Add a new PO Cost Line.
|
void |
PDSpec.add()
Set default values for a new PDSpec object.
|
void |
BudgetStatus.add() |
void |
BudgetRuleTransactionDate.add() |
void |
BudgetRuleProc.add() |
void |
BudgetRuleAssociation.add() |
void |
BudgetLine.add() |
void |
BudgetFlag.add() |
void |
BudgetAnalysisAxisNumber.add() |
void |
Budget.add() |
void |
Shipment.add()
Adds a new Shipment.
|
void |
PO.add()
Add a new Purchase Order
Required fields of the PO object are initialised in this method.Some date fields are initialised to current date.
|
void |
BudgetLine.addAmount(java.lang.String type,
float amount) |
void |
BudgetLineRemote.addAmount(java.lang.String type,
float amount) |
MboRemote |
POLineSet.addAtIndex(long accessModifier,
int index)
Get default line type from database.
|
void |
PDSpec.addDetailInfor(MboRemote mbo,
MboRemote classspec)
Copying more information from owning object and ClassSpec to this PDSpec record.
|
void |
PO.addInvVendorItemsToPOLine(MboSetRemote invVendorSetRemote)
Loops through the InvVendorSet that is passed in and creates a new POLine with the itemnum on the selected InvVendor
rows.
|
void |
PORemote.addInvVendorItemsToPOLine(MboSetRemote invVendorSetRemote) |
void |
PO.addToInvoiceLineVector(MboRemote invoiceLineRemote) |
void |
PORemote.addToInvoiceLineVector(MboRemote invoiceLineRemote) |
void |
PO.addToReceiptVector(MboRemote receiptRemote) |
void |
PORemote.addToReceiptVector(MboRemote receiptRemote) |
void |
POLine.afterAdd()
Called right after the new POLine mbo is added to the POLineSet.
|
void |
POStatusHandler.approve(java.util.Date date)
Perform the purchase order approval.
|
void |
ShipmentLine.appValidate()
Appvalidate for a new ShipmentLine
Added for Transfers via shipment.
|
void |
POTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
POLine.appValidate()
This method is used to perform last minute validations and/or actions before saving the poline.
|
void |
PDSpec.appValidate()
IJ15883: if the system property mxe.app.assetcat.mandatoryPerClassSpecUseWith, even
if the current PDSpec.mandatory is false, still checks the associated classspecusewith record
for the mandatory flag for objects POLINE, PRLINE
|
void |
BudgetMonitored.appValidate() |
void |
Shipment.appValidate()
appValidate for a new Shipment.It checks if vendor is null the fromsiteid cannot be null.
|
void |
PO.appValidate()
This method is called before save for last minute validations.
|
void |
BudgetLine.calculateTotalFields() |
void |
BudgetLineRemote.calculateTotalFields() |
double[] |
POLine.calculateUnInvoicedQtyCost()
This method is use by the Invoice's Copy PO Line page to calculate the uninvoiced
quantity and cost.
|
double[] |
POLineRemote.calculateUnInvoicedQtyCost() |
void |
POTermSet.canAdd() |
void |
POLineSet.canAdd()
Can an object be added to the POLine?
The owner of POLine must be PO and the status should be WAPPR.
|
void |
POCostSet.canAdd()
Checks to see if the owner POLine has any receipts.
|
void |
BudgetAnalysisAxisNumberSet.canAdd() |
void |
POLine.canCancelIfScheduleInvoice()
Cannot cancel the owner PO if there are polines with invoices created from payment schedules
and in the staus of SCHED.
|
void |
POLine.cancelScheduleInvoice()
If the owner PO is cancelled, go ahead and cancel all the invoices that have been created
for payment schedules belonging to its polines.
|
void |
POStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
BudgetStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Can a certain status change be performed ?
|
void |
PO.canCreateChangeOrder()
Can a Change Order be created?
This method checks to see if a change order can be
created for this PO.A change order cannot be created for a blanket, price or release type POs.Also, the PO must be in the approved
state when a change order is created.
|
void |
PORemote.canCreateChangeOrder() |
void |
POLine.canDelete()
This method is automatically called by the framework before delete() is called.The
delete process stops if there are any exceptions thrown in this method
POLine can be deleted if
The status of the PO is Waiting for Approval
If there are no receipts against this line
|
void |
POCost.canDelete()
Cannot delete a distribution if the PO is approved and if any receipts exists against the owner PO Line.
|
void |
BudgetLine.canDelete() |
void |
BudgetAnalysisAxisNumber.canDelete() |
void |
BudgetAnalysisAxis.canDelete() |
void |
PO.canDelete()
Throw exception when trying to delete a PO.
|
void |
POLine.canDistribute()
Determines if any POCost lines can be created for a POLine, based on certain business rules.
|
void |
POLineRemote.canDistribute() |
void |
PO.canDuplicate()
Checks if the PO can be duplicated.
|
boolean |
Budget.canGenerateBudget(boolean deleteExistingRows) |
void |
POStatusHandler.canHold(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Hold is legal.
|
void |
POStatusHandler.canPndRev(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Pending Revision is legal.
|
void |
POStatusHandler.canRevise(java.lang.String currentMaxStatus)
Contains conditions to check if the status change to Revised is legal.
|
void |
PO.canRevisePO()
Checks if a new revision can be created from the current PO.
|
void |
PORemote.canRevisePO() |
protected boolean |
Budget.canUpdateBudget() |
void |
POServiceRemote.changeStatus(PORemote po,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
POService.changeStatus(PORemote po,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
PO.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
POStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
BudgetStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Set status value.
|
void |
PDSpecSet.checkCommonSpecDuplicates(MboRemote currentClassSpec)
Overrides SpecificationMboSet.checkCommonSpecDuplicates
Check to see if the combination of classstructureid/assetattrid/section already
exists in other specification records currently in this set.
|
void |
PO.checkingBeforeCompleteReceipts()
Before calling completed receipts, check PO status.
|
void |
PORemote.checkingBeforeCompleteReceipts() |
void |
PO.checkingBeforeCreateContract()
Cannot create contract if it's an internal PO.
|
void |
PORemote.checkingBeforeCreateContract() |
void |
POLine.checkInvUseStatus()
Check Inventory Usage status for Internal PO.
|
void |
POStatusHandler.checkPndRevLines(MboRemote poRemote,
MboSetRemote poLines)
If one of PNDREV POLines don't matched with Approve POLines, cannot approve PNDREV PO.
|
void |
POLine.checkPOCostValidity()
Checks if the POCost lines associated with this POLine have correct values for percentage and loadedcost.
|
void |
POCost.checkPOCostValidity() |
void |
POLineRemote.checkPOCostValidity() |
void |
PO.checkPOLineQtyCost(MboRemote pndrevPOLine)
Deprecated.
|
void |
PO.checkPOLineQtyCost(MboRemote apprPOLine,
MboRemote pndrevPOLine)
Check POLine ordered quantity.
|
void |
POLine.checkPOLineReceipts(int source)
Check POLine receipt status.
|
void |
POServiceRemote.checkPOValidity(MboRemote poRemote) |
void |
POService.checkPOValidity(MboRemote poRemote)
General purpose method to check the Validity of a PO before creating a
receipts.
|
void |
POStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
BudgetStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus) |
void |
BudgetStatusHandler.checkUserSecurity(java.lang.String currentStatus,
java.lang.String desiredMaxStatus) |
void |
BudgetStatusHandler.checkUserSecurity(java.lang.String currentStatus,
java.lang.String desiredMaxStatus,
boolean applevel)
Check out the users security in mbo or applevel
|
void |
PO.checkWAPPRStatus()
Checks if the PO status is WAPPR.
|
void |
PORemote.checkWAPPRStatus() |
protected void |
PO.clearChargeValues()
This method clears this POs POLine's attributes assetnum, location,
storeloc and wonum; sets issue to true; and sets these attributes
to readonly.
|
void |
POLine.clearClassification()
This method clears the classtructureid of the poline.
|
void |
POLineRemote.clearClassification() |
void |
POServiceRemote.compareCopyTerms(MboSetRemote fromTermSet,
MboSetRemote toTermSet) |
void |
POService.compareCopyTerms(MboSetRemote fromTermSet,
MboSetRemote toTermSet)
Copy Terms from one table to another.
|
void |
POServiceRemote.compareCopyTerms(MboSetRemote fromTermSet,
MboSetRemote toTermSet,
MboRemote mbo) |
void |
POService.compareCopyTerms(MboSetRemote fromTermSet,
MboSetRemote toTermSet,
MboRemote mbo)
Copy Terms from one table to another.
|
void |
POLineSet.completeReceipts()
Sets the receiptcomplete flag to true on the lines that have been selected.
|
void |
POLineSetRemote.completeReceipts() |
MboRemote |
POLine.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
void |
PO.copyBlanketLinesToRelease(PORemote toPOMbo)
This method copies all the lines of the blanket PO to the Release PO
called by createRelease.
|
void |
PO.copyDefaultTerms()
Copy all TERMS with defaultpo selected
|
void |
PORemote.copyDefaultTerms() |
void |
PO.copyPRToCurrentPO(MboSetRemote sourcePRLineSet)
Copy PR/PRLines to the current PO.
|
void |
PORemote.copyPRToCurrentPO(MboSetRemote sourcePRLineSet) |
void |
PO.copyPRToNewPO(MboSetRemote sourcePRLineSet)
Copy PR/PRLines to new POs.
|
void |
PORemote.copyPRToNewPO(MboSetRemote sourcePRLineSet) |
void |
PO.copySelectedLinesToRelease(PORemote toPOMbo)
This method copies all selected lines of the blanket PO, using line defaults,
to the Release PO.
|
void |
PO.copySpareParts(MboSetRemote sparePartSet)
Adds the spare parts to the POs POLines.
|
void |
PORemote.copySpareParts(MboSetRemote sparePartSet) |
MboRemote |
PO.createChangeOrder(java.lang.String ponum,
java.lang.String description)
This method creates change orders(creates a PO from an existing PO and copies over the lines from the corresponding POLines)
Change order POs can be created only from approved or in progress POs(as long as no line items have been received)
The status of the original PO from which this change order has been created will be changed to cancelled.
|
MboRemote |
PORemote.createChangeOrder(java.lang.String ponum,
java.lang.String description) |
void |
PO.createContractFromPO(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType)
An interface for UI to create one contract from a PO.
|
void |
PORemote.createContractFromPO(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType) |
void |
PO.createInvoicesForSchedule()
Create invoices for payment schedules.
|
void |
PORemote.createInvoicesForSchedule() |
void |
BudgetLineSet.createLineFromMbo(MboRemote source,
java.lang.String budgetCodeAttributeName,
java.lang.String descriptionAttributeName)
attributesToCopy[0] = budgetcode
attributesToCopy[1] = description
|
void |
BudgetLineSetRemote.createLineFromMbo(MboRemote source,
java.lang.String budgetCodeAttributeName,
java.lang.String descriptionAttributeName) |
void |
ShipmentLine.createMatRecTrans(MboSetRemote matReceiptsSet)
This method creates a Material Receipt using the values from a Shipment Line.
|
MboRemote |
PO.createPOLineFromPR(MboRemote fromPR,
MboRemote fromPRLine,
MboSetRemote poLines)
Create a PO Line from information on the given PR/PRLine.
|
MboRemote |
PO.createReceipt(MboSetRemote existingReceiptSet,
long polinenum,
java.lang.String ownersysid)
Returns a MatRecTrans mbo to the caller POService.createReceipt()
The method is created for API,Wireless, and GUI
It assumes that updates to other objects such as PO, POLINE,
INVENTORY, INVBALANCES, INVVENDOR, WORKORDER,ASSET are
performed in MatRecTrans.save()
|
MboRemote |
PORemote.createReceipt(MboSetRemote mboSet,
long polinenum,
java.lang.String ownersysid) |
MboRemote |
POServiceRemote.createReceipt(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String ponum,
long polinenum,
java.lang.String porevnum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
POService.createReceipt(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String ponum,
long polinenum,
java.lang.String porevnum,
java.lang.String ownersysid,
java.lang.String siteid) |
void |
ShipmentSetRemote.createReceipts() |
void |
ShipmentSet.createReceipts()
Create Material Receipts for all the ShipmentLines that belong to a Shipment.
|
java.util.Vector |
POServiceRemote.createReceipts(UserInfo ui,
java.lang.String ponum) |
java.util.Vector |
POService.createReceipts(UserInfo ui,
java.lang.String ponum)
Called by the Receipts Power App to obtain a set of matrectrans and
servrectrans records for a particular PONUM being passed in.
|
java.util.Vector |
POServiceRemote.createReceipts(UserInfo ui,
java.lang.String ponum,
java.lang.String catalogCode,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String mrnum,
java.lang.String modelnum,
java.lang.String packingSlipNum,
java.lang.String requestedby) |
java.util.Vector |
POService.createReceipts(UserInfo ui,
java.lang.String ponum,
java.lang.String catalogCode,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String mrnum,
java.lang.String modelnum,
java.lang.String packingSlipNum,
java.lang.String requestedby)
Called by gui to obtain a set of matrectrans and servrectrans
records that are pre-created from the poline.
|
java.util.Vector |
POService.createReceipts(UserInfo ui,
java.lang.String ponum,
java.lang.String catalogCode,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String mrnum,
java.lang.String modelnum,
java.lang.String packingSlipNum,
java.lang.String requestedby,
boolean isPowerApp)
Creates Receipts(both MatRecTrans and ServRecTrans) for the POLines that
have not yet been received.
|
void |
POServiceRemote.createReceipts(UserInfo ui,
java.lang.String ponum,
java.lang.String catalogCode,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String mrnum,
java.lang.String modelnum,
java.lang.String packingSlipNum,
java.lang.String requestedby,
int noOfRows) |
void |
POService.createReceipts(UserInfo ui,
java.lang.String ponum,
java.lang.String catalogCode,
java.lang.String itemnum,
java.lang.String itemsetid,
java.lang.String mrnum,
java.lang.String modelnum,
java.lang.String packingSlipNum,
java.lang.String requestedby,
int noOfRows)
Determine the number of possible MatRecTrans or ServRecTrans records that
need to be created so that the user can be warned about this time
consuming process.
|
MboRemote |
PO.createReturn(MatRecTransSet existingReceiptSet,
long polinenum,
MboRemote matRecTransMbo) |
MboRemote |
PO.createReturn(MboSetRemote existingReceiptSet,
long polinenum,
java.lang.String ownersysid) |
MboRemote |
POServiceRemote.createReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String ponum,
long polinenum,
java.lang.String porevnum,
java.lang.String ownersysid,
java.util.List assets,
java.lang.String siteid,
boolean returnHasReference,
MboRemote origReceipt,
java.lang.String binnum,
java.lang.String lotnum) |
MboRemote |
POService.createReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String ponum,
long polinenum,
java.lang.String porevnum,
java.lang.String ownersysid,
java.util.List assets,
java.lang.String siteid,
boolean returnHasReference,
MboRemote origReceipt,
java.lang.String binnum,
java.lang.String lotnum)
Called for the MEA interface.
|
MboRemote |
POServiceRemote.createReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String ponum,
long polinenum,
java.lang.String porevnum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
POService.createReturn(UserInfo userInfo,
MboSetRemote receiptSet,
java.lang.String ponum,
long polinenum,
java.lang.String porevnum,
java.lang.String ownersysid,
java.lang.String siteid) |
MboRemote |
ShipmentRemote.createShipmentReceipt(MboSetRemote existingReceiptSet,
long shipmentlinenum,
java.lang.String ownersysid) |
MboRemote |
Shipment.createShipmentReceipt(MboSetRemote existingReceiptSet,
long shipmentlinenum,
java.lang.String ownersysid)
Returns a MatRecTrans mbo to the caller InvUseService.createShipmentReceipt()
The method is created for API,Wireless, and GUI
|
MboRemote |
Shipment.createShipmentReturn(MboSetRemote existingReceiptSet,
long shipmentlinenum,
java.lang.String ownersysid)
Returns a MatRecTrans mbo to the caller InvUseService.createShipmentReturn()
The method is created for API,Wireless, and GUI
|
MboRemote |
PO.createSoftwareContractHeader(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType)
This method copies the PO/PR infomation to the Contract Header and returns the Contract header.
|
java.lang.String |
BudgetRuleTransactionDateSet.createWhereClauseForPeriod(Period period,
java.lang.String transactionObject) |
java.lang.String |
BudgetRuleTransactionDateSetRemote.createWhereClauseForPeriod(Period period,
java.lang.String transactionObject) |
void |
POLineSet.defaultReceiptQty()
Calculate and set the default receipt quantity for each POLine in this set.
|
void |
POLineSetRemote.defaultReceiptQty() |
void |
POTerm.delete(long accessmodifier) |
void |
POLine.delete(long accessmodifier)
This method is called to delete a poline.It deletes the poline after updating the tax values
and totalcost for the corresponding po.
|
void |
BudgetRule.delete(long accessModifier) |
void |
BudgetMonitored.delete(long accessModifier) |
void |
BudgetAnalysisAxisNumber.delete(long accessModifier) |
void |
BudgetAnalysisAxis.delete(long accessModifier) |
void |
Budget.delete(long accessModifier) |
void |
PO.deleteDistributions()
Removes any distribtions that the POLine has and adds a new distribution that has a hunderd percent and
has the linecost and the loadedcost of the asoociated POLine.
|
void |
POLine.deleteReservation()
Delete the inventory reservations created by this POLine.
|
void |
PO.determineReceiptStatus()
Determines the PO's Receipt Status.
|
void |
PORemote.determineReceiptStatus() |
void |
PO.determineReceiptStatus(POLineRemote poLine) |
void |
PORemote.determineReceiptStatus(POLineRemote poLine) |
boolean |
POServiceRemote.doesWoHaveServices(UserInfo userInfo,
java.lang.String wonum) |
boolean |
POService.doesWoHaveServices(UserInfo userInfo,
java.lang.String wonum)
Returns true if this work order has services defined against it.
|
boolean |
POLine.doPOLineReceiptsExist()
Does this POLine have receipts? Checks if this is a material POLine or a service line.
|
boolean |
POLineRemote.doPOLineReceiptsExist() |
MboRemote |
Budget.duplicate() |
MboRemote |
PO.duplicate()
Duplicates an entire PO,its lines and also the related DOCLINKS.
Creates a duplicate Purchase Order.
|
void |
POStatusChangeListener.eventAction(EventMessage em)
After the parent PO is written to the database, this method creates a work order
|
boolean |
POStatusChangeListener.eventValidate(EventMessage em) |
void |
POSet.findECommCancelPO()
Cancelled ECom PO's to be sent to the marketplace or vendor.
|
void |
POSetRemote.findECommCancelPO() |
void |
POSet.findECommProcessPO()
PO's to be sent to M|net for processing, these must
have a status of 'APPR' (po.status)
have an ecommerce enabled buyer company (po.buyercompany) and
(companies.ecommerceenabled = 'Y' where po.buyer = companies.company)
have an ecommerce enabled vendor (po.vendor) and
(companies.ecommerceenabled = 'Y' where po.vendor = companies.company)
not have been previously sent to M|net (po.mnetsent != 'Y')
|
void |
POSetRemote.findECommProcessPO() |
BudgetFlagRemote |
BudgetFlagSet.findFlag(long budgetRuleId,
java.lang.String transactionObjectName,
long transactionId) |
BudgetFlagRemote |
BudgetFlagSetRemote.findFlag(long budgetRuleId,
java.lang.String transactionObjectName,
long transactionId) |
void |
Shipment.generateAutoKey()
Shipment Object allows the generation of autokeys.
|
void |
PO.generateAutoKey()
Purchase Order Object allows the generation of autokeys
Overrides the generateAutoKey() in the Mbo
|
void |
BudgetRemote.generateBudget(boolean deleteExistingRows) |
void |
Budget.generateBudget(boolean deleteExistingRows) |
boolean |
POServiceRemote.generateReceipts(UserInfo ui,
MboSetRemote targetMbos,
MboSetRemote dataSheet) |
boolean |
POService.generateReceipts(UserInfo ui,
MboSetRemote targetMbos,
MboSetRemote dataSheet)
Based on the selected rows of the MboSet containing the information
required to create receipts, service or material receipts are created and
added to the target mbo set passed in as the parameter.
|
protected int |
POTerm.generateSeqNumID()
Generates a unique Seq ID with an interval.
|
void |
POLine.generateWO()
Generating required work orders when approving PO.
|
void |
PO.generateWO()
Generate required work orders if po is direct issue item line
|
java.lang.String[] |
FldBudgetBudgetCode.getAppLink() |
MboRemote |
PO.getApprRevision()
Returns the previous approved, in progress or hold revision PO.
|
MboRemote |
PORemote.getApprRevision() |
BudgetRuleAssociationSetRemote |
BudgetRule.getAssocations() |
BudgetRuleAssociationSetRemote |
BudgetRuleRemote.getAssocations() |
BudgetRuleAssociationRemote |
BudgetRule.getAssociationForAxis(java.lang.String analysisAxis) |
BudgetRuleAssociationRemote |
BudgetRuleRemote.getAssociationForAxis(java.lang.String analysisAxis) |
java.lang.String |
BudgetRuleTransactionDateRemote.getAttributeName() |
java.lang.String |
BudgetRuleTransactionDate.getAttributeName() |
java.lang.String |
BudgetRuleAssociation.getAttributeName() |
java.lang.String |
BudgetRule.getAttributeName() |
java.lang.String |
BudgetAnalysisAxis.getAttributeName() |
java.lang.String |
BudgetAnalysisAxisRemote.getAttributeName() |
java.lang.String |
BudgetRuleAssociationRemote.getAttributeName() |
java.lang.String |
BudgetRuleRemote.getAttributeName() |
double |
PO.getAvailableFunds()
For the current Blanket PO, return the amount that is yet to be used.
|
double |
PORemote.getAvailableFunds() |
BudgetAnalysisAxisRemote |
BudgetRuleAssociation.getAxis() |
BudgetAnalysisAxisRemote |
BudgetRuleAssociationRemote.getAxis() |
BudgetAnalysisAxisNumberSetRemote |
BudgetRemote.getBudgetAnalysisAxes() |
BudgetAnalysisAxisNumberSetRemote |
Budget.getBudgetAnalysisAxes() |
BudgetAnalysisAxisRemote |
BudgetAnalysisAxisNumberRemote.getBudgetAnalysisAxis() |
BudgetAnalysisAxisRemote |
BudgetAnalysisAxisNumber.getBudgetAnalysisAxis() |
java.lang.String |
BudgetAnalysisAxisNumberRemote.getBudgetAnalysisAxisNum() |
java.lang.String |
BudgetAnalysisAxisNumber.getBudgetAnalysisAxisNum() |
java.lang.String |
BudgetAnalysisAxis.getBudgetAnalysisAxisNum() |
java.lang.String |
BudgetAnalysisAxisRemote.getBudgetAnalysisAxisNum() |
java.lang.String |
BudgetLine.getBudgetCode() |
java.lang.String |
BudgetLineRemote.getBudgetCode() |
java.lang.String |
BudgetRule.getBudgetCodeAttributeName(java.lang.String analysisAxis) |
java.lang.String |
BudgetRuleRemote.getBudgetCodeAttributeName(java.lang.String analysisAxis) |
java.lang.String |
BudgetRule.getBudgetCodeForTransaction(MboRemote transaction) |
java.lang.String |
BudgetRuleRemote.getBudgetCodeForTransaction(MboRemote transaction) |
java.util.Map |
BudgetAnalysisAxisNumberRemote.getBudgetCodes(java.lang.String orgID,
java.lang.String siteID) |
java.util.Map |
BudgetAnalysisAxisNumber.getBudgetCodes(java.lang.String orgID,
java.lang.String siteID) |
long |
BudgetFlag.getBudgetLineId() |
long |
BudgetFlagRemote.getBudgetLineId() |
java.lang.String |
BudgetAnalysisAxisNumberRemote.getBudgetNum() |
java.lang.String |
BudgetAnalysisAxisNumber.getBudgetNum() |
java.lang.String |
BudgetRemote.getBudgetNum() |
java.lang.String |
Budget.getBudgetNum() |
java.lang.String |
BudgetRule.getBudgetRuleNum() |
java.lang.String |
BudgetRuleRemote.getBudgetRuleNum() |
boolean |
PO.getCancelFlag()
Return APIFlag.
|
boolean |
PORemote.getCancelFlag() |
MaxCondition |
BudgetRule.getCondition() |
java.lang.String |
BudgetAnalysisAxisNumberRemote.getCondition() |
java.lang.String |
BudgetAnalysisAxisNumber.getCondition() |
MaxCondition |
BudgetAnalysisAxis.getCondition() |
MaxCondition |
BudgetAnalysisAxisRemote.getCondition() |
MaxCondition |
BudgetRuleRemote.getCondition() |
MboRemote |
PDSpec.getCorrectOwner() |
java.lang.String |
BudgetRuleAssociation.getDataAccessor() |
java.lang.String |
BudgetRuleAssociationRemote.getDataAccessor() |
DataAccessor |
BudgetRuleAssociation.getDataAccessorInstance() |
DataAccessor |
BudgetRuleAssociationRemote.getDataAccessorInstance() |
java.lang.String |
BudgetLine.getDescription() |
java.lang.String |
BudgetAnalysisAxis.getDescription() |
java.lang.String |
BudgetAnalysisAxisRemote.getDescription() |
java.lang.String |
BudgetLineRemote.getDescription() |
java.lang.String |
BudgetAnalysisAxis.getDescriptionAttributeName() |
java.lang.String |
BudgetAnalysisAxisRemote.getDescriptionAttributeName() |
boolean |
PO.getDontCheckCompleteFlag()
Return dontCheckCompleteFlag to see if it's OK to close PO form invoice
|
protected BudgetFlagSetRemote |
Budget.getFlagSet() |
boolean |
PO.getFromOnePO()
Return true if it's coming from one individual PO.
|
static java.util.HashSet |
POLine.getHashSet()
Return the skipFieldCopy HashSet.
|
java.lang.String |
POLine.getInternalLineType()
Returns the internal representation of the Line Type field.
|
java.lang.String |
POLineRemote.getInternalLineType() |
java.lang.String |
POLine.getInternalRevStatus()
Get the internal representation of the POLine.REVSTATUS
|
java.lang.String |
POCost.getInternalRevStatus()
Get the internal representation of the POLine.REVSTATUS
|
java.lang.String |
POServiceRemote.getInternalStatus(java.lang.String extStatus) |
java.lang.String |
POService.getInternalStatus(java.lang.String extStatus) |
java.util.Vector |
PO.getInvoiceLineVector() |
BudgetLineSetRemote |
BudgetRemote.getLines() |
BudgetLineSetRemote |
Budget.getLines() |
MboSetRemote |
FldPOStoreLoc.getList()
Return list of STOREROOM mbos from the Location table.
|
MboSetRemote |
FldPOPurchaseAgent.getList()
Return list of mbos for from the COMPCONTACT table.
|
MboSetRemote |
FldPOPOType.getList()
If po type is null, show the entire POTYPE list.
|
MboSetRemote |
FldPOLineToSiteID.getList()
Return list of mbos from the Site table.
|
MboSetRemote |
FldPOLineShipToAttn.getList()
Return list of active Person from the Person table.
|
MboSetRemote |
FldPOLineLocation.getList()
Return list of LOCATION mbos from the Location table.
|
MboRemote |
PDSpecSet.getMainObject() |
protected Mbo |
VendorStatusSet.getMboInstance(MboSet ms)
Generate a new VendorStatus object
|
protected Mbo |
TermSet.getMboInstance(MboSet ms)
Generate a new TermSet object.
|
protected Mbo |
ShipmentSet.getMboInstance(MboSet ms)
Generate a new Shipment object
|
protected Mbo |
ShipmentLineSet.getMboInstance(MboSet ms)
Generate a new ShipmentLine object
|
protected Mbo |
POTermSet.getMboInstance(MboSet ms)
Generate a new POTERM object.
|
protected Mbo |
POStatusSet.getMboInstance(MboSet ms)
Generate a new POStatus object
|
protected Mbo |
POSet.getMboInstance(MboSet ms)
Generate a new PO object
|
protected Mbo |
POLineSet.getMboInstance(MboSet ms)
Generate a new POLine object
|
protected Mbo |
POEcomStatusSet.getMboInstance(MboSet ms)
Generate a new POEcomStatus object
|
protected Mbo |
POCostSet.getMboInstance(MboSet ms)
Generates a new POCost object.
|
protected Mbo |
PDSpecSet.getMboInstance(MboSet ms)
Generate a new PDSpec object.
|
protected Mbo |
BudgetStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetRuleTransactionDateSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetRuleSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetRuleProcTransSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetRuleProcSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetRuleAssociationSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetMonitoredSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetLineSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetFlagSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetAnalysisAxisSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetAnalysisAxisNumberSet.getMboInstance(MboSet ms) |
MboSetRemote |
PO.getMboSet(java.lang.String name)
IV73901: during change status, the POLINE set on the scrren may be filtered.
|
MboRemote |
PO.getNextRevision()
Returns the next revision of the PO.
|
MboRemote |
PORemote.getNextRevision() |
java.lang.String |
BudgetRule.getObjectName() |
java.lang.String |
BudgetAnalysisAxis.getObjectName() |
java.lang.String |
BudgetAnalysisAxisRemote.getObjectName() |
java.lang.String |
BudgetRuleRemote.getObjectName() |
BudgetRuleRemote.Operator |
BudgetRule.getOperator() |
BudgetRuleRemote.Operator |
BudgetRuleRemote.getOperator() |
java.lang.String |
BudgetRuleTransactionDateRemote.getOrgID() |
java.lang.String |
BudgetRuleTransactionDate.getOrgID() |
java.lang.String |
BudgetRule.getOrgID() |
java.lang.String |
BudgetAnalysisAxisNumberRemote.getOrgID() |
java.lang.String |
BudgetAnalysisAxisNumber.getOrgID() |
java.lang.String |
BudgetRemote.getOrgID() |
java.lang.String |
Budget.getOrgID() |
java.lang.String |
BudgetRuleRemote.getOrgID() |
CrontaskParamInfo[] |
BudgetUpdateCronTask.getParameters() |
protected Period |
Budget.getPeriod() |
MboRemote |
POLineSet.getPOForQueryOnly(java.lang.String ponum,
java.lang.String siteid,
java.lang.String revisionnum)
IV35816/71201: multiple POLines query just one PO.
|
MboRemote |
POLine.getPOFromReceipt()
10-17510/10-16749
|
MboRemote |
POLineRemote.getPOFromReceipt()
10-17510/10-16749
|
java.util.Vector |
PO.getPORecord()
Gets historical data from PO.
|
java.util.Vector |
POServiceRemote.getPOReferences(java.lang.String mrnum,
java.lang.String mrlinenum,
UserInfo userInfo) |
java.util.Vector |
POService.getPOReferences(java.lang.String mrnum,
java.lang.String mrlinenum,
UserInfo userInfo)
This service method gets all the POs associated with an MRLine.We all
know that one MRLine can go into ONLY one POLINE.
|
java.util.Vector |
POStatus.getPOStatusRecord()
Gets historical data from POStatus.
|
boolean |
POSet.getPreTaxTotalInit() |
boolean |
POSetRemote.getPreTaxTotalInit() |
MboRemote |
PO.getPreviousRevision()
Returns the previous revision of the PO.
|
MboRemote |
PORemote.getPreviousRevision() |
java.lang.String |
PO.getProcess()
Return the work flow process for POs.
|
double[] |
POLine.getQtyAndCostsFromReceipt()
10-17510/10-16749
|
double[] |
POLineRemote.getQtyAndCostsFromReceipt()
10-17510/10-16749
|
MboSetRemote |
POServiceRemote.getReceiptSetForReturn(MboRemote poRemote) |
MboSetRemote |
POService.getReceiptSetForReturn(MboRemote poRemote)
Creates a new MATRECTRANS Set for returns.
|
java.util.Vector |
PO.getReceiptVector() |
java.lang.String |
BudgetRule.getRelation2Owner() |
java.lang.String |
BudgetRuleRemote.getRelation2Owner() |
BudgetRuleRemote |
BudgetRuleAssociation.getRule() |
BudgetRuleRemote |
BudgetRuleAssociationRemote.getRule() |
long |
BudgetFlag.getRuleId() |
long |
BudgetFlagRemote.getRuleId() |
java.lang.String |
BudgetRuleTransactionDateRemote.getRuleNumber() |
java.lang.String |
BudgetRuleTransactionDate.getRuleNumber() |
BudgetRuleSetRemote |
BudgetRemote.getRules() |
BudgetRuleSetRemote |
Budget.getRules() |
int |
BudgetRuleTransactionDateRemote.getSequence() |
int |
BudgetRuleTransactionDate.getSequence() |
int |
BudgetAnalysisAxisNumberRemote.getSequence() |
int |
BudgetAnalysisAxisNumber.getSequence() |
int |
BudgetRuleTransactionDateSet.getSequenceMax() |
int |
BudgetAnalysisAxisNumberSet.getSequenceMax() |
int |
BudgetRuleTransactionDateSetRemote.getSequenceMax() |
int |
BudgetAnalysisAxisNumberSetRemote.getSequenceMax() |
MboRemote |
PO.getSharedWorkorder(MboRemote mboRemote,
java.lang.String wonum)
Retrieves the workorder referenced by the matrectrans or servrectrans objects for this PO.
|
MboRemote |
PORemote.getSharedWorkorder(MboRemote mboRemote,
java.lang.String wonum) |
java.lang.String |
BudgetAnalysisAxisNumberRemote.getSiteID() |
java.lang.String |
BudgetAnalysisAxisNumber.getSiteID() |
java.lang.String |
BudgetRemote.getSiteID() |
java.lang.String |
Budget.getSiteID() |
java.lang.String |
BudgetRemote.getStatus() |
java.lang.String |
Budget.getStatus() |
protected MboSetRemote |
Budget.getStatusHistory() |
protected MboSetRemote |
PO.getStatusHistory()
Return the postatus object.
|
java.lang.String |
BudgetRemote.getSupervisor() |
java.lang.String |
Budget.getSupervisor() |
float |
BudgetFlag.getTransactionAmount() |
float |
BudgetFlagRemote.getTransactionAmount() |
long |
BudgetFlag.getTransactionId() |
long |
BudgetFlagRemote.getTransactionId() |
java.lang.String |
BudgetFlag.getTransactionObject() |
java.lang.String |
BudgetFlagRemote.getTransactionObject() |
java.lang.String |
BudgetFlag.getTransactionRowstamp() |
java.lang.String |
BudgetFlagRemote.getTransactionRowstamp() |
MboSetRemote |
BudgetRule.getTransactions() |
MboSetRemote |
BudgetRuleRemote.getTransactions() |
BudgetRuleTransactionDateSetRemote |
BudgetRule.getTransactionsDates() |
BudgetRuleTransactionDateSetRemote |
BudgetRuleRemote.getTransactionsDates() |
java.lang.String |
BudgetRule.getType() |
java.lang.String |
BudgetRuleRemote.getType() |
java.lang.String |
POLineSet.getUserWhere(java.lang.String alias)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
java.lang.Object |
SimpleDataAccessor.getValue(MboRemote mbo,
java.lang.String columnName) |
java.lang.Object |
QualifiedSegmentDataAccessor.getValue(MboRemote mbo,
java.lang.String columnName) |
java.lang.Object |
DataAccessor.getValue(MboRemote mbo,
java.lang.String columnName) |
boolean |
POLine.getVendorItem()
Return true if the action is from Vendor Item page.
|
java.lang.String |
BudgetRule.getWhereClause4FlaggedTransactions() |
java.lang.String |
BudgetRuleRemote.getWhereClause4FlaggedTransactions() |
java.lang.String |
BudgetRule.getWhereClause4UnFlaggedTransactions(Period period) |
java.lang.String |
BudgetRuleRemote.getWhereClause4UnFlaggedTransactions(Period period) |
java.lang.String |
BudgetRule.getWhereClause4UnFlaggedTransactions2(Period period) |
boolean |
BudgetRule.hasAllAssociationForAxes(BudgetAnalysisAxisNumberSetRemote axes) |
boolean |
BudgetRuleRemote.hasAllAssociationForAxes(BudgetAnalysisAxisNumberSetRemote axes) |
void |
PO.hasReceipts()
If receipts exist for this po, throw an exception.
|
void |
POStatusHandler.hold()
Sets the status of the PO to Hold.
|
void |
ShipmentLine.init() |
void |
POTerm.init()
Initialized POTerm mbo.
|
static POStatusChangeListener |
POStatusChangeListener.init()
Returns the listener object.
|
void |
POStatus.init()
Initialize the object to be read only
|
void |
POLine.init()
initialize the poline.
|
void |
POEcomStatus.init()
Initialize the object to be read only
|
void |
POCost.init()
Initialized POCost mbo.
|
void |
FldPOStoreLoc.init()
Set the StoreLoc field to READONLY if the POLine/PRLine exists.
|
void |
FldPOLineReceiptTolerance.init()
When New Row on POLine,
if Quantity is null value, Receipt Tolerance Quantity is read only.
|
void |
FldBudgetRuleProcRuleNum.init() |
void |
FldBudgetCalcStartDate.init() |
void |
FldBudgetCalcEndDate.init() |
void |
FldBudgetAnalysisAxisNumberExpObject.init() |
void |
BudgetRuleSet.init() |
void |
BudgetLine.init() |
void |
BudgetAnalysisAxisNumber.init() |
void |
Budget.init() |
void |
Shipment.init() |
void |
PO.init()
Initialize the Purchase Order.
|
void |
POService.initCriteriaList(java.util.Hashtable criteriaTable)
Criteria defined for the POService object: HISTORY - all closed and
cancelled purchase orders.
|
void |
POTerm.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
POLine.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
PO.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
POLine.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initailized or reset from this Mbo to another MboSet.
|
void |
Shipment.initRelationship(java.lang.String relationName,
MboSetRemote mboSet) |
void |
PO.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initailized or reset from this Mbo to another MboSet.
|
void |
FldPOReceivedTotalCost.initValue()
Set the value of actuallinecost.
|
void |
FldPOLineUnInvoicedQuantity.initValue()
Initialize this non-persistant field and set it equal to:
Uninvoiced quantity = (poline quantity for the po/poline) - (sum of all invoiced
quantities where invoice line po/poline = poline po/poline).
|
void |
FldPOLineUnInvoicedCost.initValue()
Initialize this non-persistant field and set it equal to:
Uninvoiced cost = (poline qty for the po/poline) - (sum of all invoiced
costs where invoice line po/poline = poline po/poline).
|
void |
FldPOLineToOrgID.initValue()
Set the value of TOORGID.
|
void |
FldPOLineReceivedLineCost.initValue()
Set the value of actuallinecost.
|
void |
FldPOLineRFQNum.initValue()
Set the value of rfqnum and rfqlinenum.
|
void |
FldPOLineQtyToReceive.initValue()
Set the value of FldPOLineQtyToReceive.
|
void |
FldPOLinePRNum.initValue()
Set the value of prnum and prlinenum.
|
void |
FldPOLinePRLineNum.initValue()
Set the value of prlinenum.
|
void |
FldPOLineContRefLineNum.initValue()
Set the ContRefLineNum value if POLine ContRefLineID is not null.
|
void |
FldPOLineAmountToReceive.initValue()
Set the value of receivedlinecost.
|
void |
FldBudgetAnalysisAxisNumberExpObject.initValue() |
boolean |
BudgetRemote.isApproved() |
boolean |
Budget.isApproved() |
boolean |
PO.isApproved()
This method will determine if the PO is approved.
|
boolean |
PORemote.isApproved() |
boolean |
BudgetRemote.isCancelled() |
boolean |
Budget.isCancelled() |
boolean |
BudgetRemote.isClosed() |
boolean |
Budget.isClosed() |
boolean |
BudgetRemote.isDraft() |
boolean |
Budget.isDraft() |
boolean |
POLine.isInspectionRequired()
This method will determine if the POLine requires inspection.
|
boolean |
POLineRemote.isInspectionRequired() |
boolean |
PO.isInternal()
This method will determine if the PO is internal or external based on the database "internal" column.
|
boolean |
PORemote.isInternal() |
boolean |
PO.isPOBuyAhead()
This flag will affect the exchangerate2 calculation at po receipt time.
|
boolean |
PORemote.isPOBuyAhead() |
boolean |
POStatusHandler.isPOFromPR()
Check if any POLines in this PO are from PR?
|
boolean |
POStatusHandler.isPOFromRFQ()
Check if any POLines in this PO are from RFQ?
|
boolean |
POLine.isPOLineReceived()
If it's PNDREV, check the APPR POLine receivedtotalcost.
|
boolean |
PO.isPOStatusAPPR()
Checks if the status of the PO is 'APPR'.
|
boolean |
PORemote.isPOStatusAPPR() |
boolean |
PO.isPOStatusINPRG()
Checks if the status of the PO is 'INPRG'.
|
boolean |
PORemote.isPOStatusINPRG() |
boolean |
POService.isRotating(MboRemote poLineRemote)
Checks if the item num on the poline that is passed in is a rotating
item.
|
boolean |
POLine.isServicePOLineByCost()
The method checks to find if the POLine that is a Service, has a linecost
and no qty and unitcost and if so returns TRUE.
|
boolean |
POLineRemote.isServicePOLineByCost() |
boolean |
POLine.isServiceType()
The method checks to find if the POLine is a Service or STDService type.
|
boolean |
POLineRemote.isServiceType() |
boolean |
BudgetRemote.isWaitingForApproval() |
boolean |
Budget.isWaitingForApproval() |
MboSetRemote |
POService.itemsToBeReceived(MboSetRemote poLineSetRemote,
boolean checkInvBalance,
java.lang.String ownerSysId,
UserInfo userInfo,
boolean isPowerApp)
Create MatRecTrans Mbos from POLines if the POLines do not have their
receipts complete.
|
static void |
POLine.loadSkipFieldCopyHashSet()
The following is a list of fields that are not copied from the source POLine to the target POLine.
enterby
enterdate
mrlinenum
mrnum
polineid
ponum
proratecost
receiptscomplete
receivedqty
receivedtotalcost
receivedunitcost
rejectedqty
reqdeliverydate
requestedby
vendeliverydate
vendorpackcode
vendorpackquantity
vendorwarehouse
The above fields are added to the hashset so that
|
void |
ShipmentSetRemote.matchShipmentLinesToPOLines() |
void |
ShipmentSet.matchShipmentLinesToPOLines()
This method is used to match a Shipment Line with a POLine using some business rules.
|
void |
POTerm.modify() |
void |
POLine.modify()
This called whenever a change is made to the attributes of a MBO.
|
void |
POCost.modify()
This called whenever a change is made to the attributes of a MBO.
|
void |
PO.modify()
Called whenever a change is made to the attributes of a MBO.
|
void |
POStatusHandler.pndrev()
Sets the status of the PO to Pending Revision.
|
void |
POLineSet.populatePOLineNum(MboRemote poLine)
08-22875: populate polinenum when a new POLine record is created
|
void |
PO.poSentToVendor()
This method should be called by the UI before cancelling a PO.
|
void |
POStatusChangeListener.postCommitEventAction(EventMessage em) |
void |
POStatusChangeListener.preSaveEventAction(EventMessage em) |
void |
POLineSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
POLineSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
POTerm.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for PONUM.
|
void |
POLine.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for PONUM.
|
void |
PO.prorateServices()
Allocate the service lines among the POLines.
|
void |
PORemote.prorateServices() |
void |
POLine.receiptComplete()
Attempt to set receiptscomplete flag of the poline.
|
void |
POLineRemote.receiptComplete() |
void |
PO.receive(MboSetRemote receiptSet,
int lineNumber,
double quantity,
java.lang.String binnum)
Receive a line item based on the parameter passed in..
|
void |
PORemote.receive(MboSetRemote receiptSet,
int lineNumber,
double quantity,
java.lang.String binnum) |
void |
PO.receiveRotatingItemOnInternalPO(MboSetRemote receiptSet,
int lineNumber,
java.lang.String binnum,
java.lang.String assetnum)
This method will do a receipt for one rotating item on an internal PO.
|
void |
PORemote.receiveRotatingItemOnInternalPO(MboSetRemote receiptSet,
int lineNumber,
java.lang.String binnum,
java.lang.String assetnum) |
void |
BudgetRemote.removeAllLines() |
void |
Budget.removeAllLines() |
void |
PORemote.resetCancelFlag() |
void |
POLineSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to the purchase order
|
void |
POLineSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
MboSetRemote |
POServiceRemote.returnReceiptSetForReturn(MboSetRemote receiptSetForReturn,
MboSetRemote matRecTransSetRemote) |
MboSetRemote |
POService.returnReceiptSetForReturn(MboSetRemote receiptSetForReturn,
MboSetRemote matRecTransSetRemote)
Creates MATRECTRANS Mbos that are to be returned.
|
void |
POStatusHandler.revise()
Sets the status of the PO to Revised.
|
MboRemote |
PO.revisePO()
Creates a new revision of the current PO.
|
MboRemote |
PORemote.revisePO() |
MboRemote |
PO.revisePO(java.lang.String revDescription)
Creates a new revision of the current PO.
|
MboRemote |
PORemote.revisePO(java.lang.String revDescription) |
MboRemote |
PO.revisePO(java.lang.String revDescription,
boolean allowReceipt)
Creates a new revision of the current PO.
|
MboRemote |
PORemote.revisePO(java.lang.String revDescription,
boolean allowReceipt) |
boolean |
POStatusHandler.samePOlineOnTwoVersions(MboRemote prLineRemote)
Find out how many polines are in PRLine regardless po revision
|
void |
POLine.save()
This saves the POLine and all related Mbos
|
void |
POCost.save()
If this costline's percentage is still zero,
clear the line cost, quantity and loaded cost.
|
protected void |
BudgetLine.save() |
protected void |
Budget.save() |
void |
PO.save()
Saves the PO and also looks for POLines that have been marked for deletion.If any POLines
have been marked for deletion it gets the corresponding PR or RFQ from which this line came.
|
MboSetRemote |
POService.servicesToBeReceived(MboSetRemote poLineSetRemote,
boolean checkInvBalance,
java.lang.String ownerSysId,
UserInfo userInfo)
Create ServRecTrans Mbos from all those POLine whose receipts are
incomplete.
|
protected void |
POLine.setApprEditibilityFlags(boolean doPOLineReceiptsExist,
boolean flag) |
void |
BudgetRuleAssociation.setAttributeName(java.lang.String attributeName) |
void |
BudgetRuleAssociationRemote.setAttributeName(java.lang.String string) |
void |
BudgetRuleAssociation.setAxis(BudgetAnalysisAxisRemote axis) |
void |
BudgetRuleAssociationRemote.setAxis(BudgetAnalysisAxisRemote axis) |
void |
BudgetLine.setBudgetCode(java.lang.String budgetCode) |
void |
BudgetLineRemote.setBudgetCode(java.lang.String budgetCode2) |
void |
PO.setCancelFlag(boolean po)
The API would set this flag to true if they want the PO references on the PRLines to be deleted
|
void |
PORemote.setCancelFlag(boolean po) |
void |
POLine.setConsignmentFlags()
This method sets the editibility flag for charge fields.
|
void |
POLineRemote.setConsignmentFlags() |
void |
POSet.setCurrent(boolean currentPOs)
Sets the userpref current setting.
|
void |
POSetRemote.setCurrent(boolean currentWOs) |
MboSetRemote |
POLineSet.setDBPOLineSet(MboRemote thisPOLine)
08-22527: set the instance variable dbPOLineSet if it is null
|
void |
BudgetLine.setDescription(java.lang.String description) |
void |
BudgetLineRemote.setDescription(java.lang.String string) |
void |
PO.setDontCheckCompleteFlag(boolean flag)
Set dontCheckCompleteFlag flag from Invoice
|
protected void |
POLine.setEditibilityFlags(boolean flag)
This method sets the editibilty flags for poline fields.
|
protected void |
PO.setEditibilityFlags(boolean flag)
sets the flags for fields in PO.
|
protected void |
POLine.setEditibilityFlagsForPndRev(boolean flag) |
protected void |
POLine.setEditibilityFlagsForPndRevEdit(boolean flag) |
protected void |
Budget.setFieldEditibilityFlags() |
void |
PO.setFromOnePO(boolean flag)
Set isFromPO flag to be true, if it's coming from one individual PO.
|
void |
POSet.setHistory(boolean historyPOs)
Sets the userpref history setting.
|
void |
POSetRemote.setHistory(boolean historyWOs) |
void |
POLineSet.setPOforQueryOnly(MboRemote po)
IV35816/71201: for performance
|
void |
POSet.setPreTaxTotalInit(boolean flag) |
void |
POSetRemote.setPreTaxTotalInit(boolean flag) |
void |
POLineSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
POLine.setReceiptQtyAndCostInfo(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po)
10-17510/10-16749
|
void |
Shipment.setReceiptVariables(MboRemote receipt,
MboRemote shipmentLineRemote)
This method sets the values from shipmentline to matrectrans.
|
void |
PO.setRelatedMboEditibility(java.lang.String relationName,
MboSetRemote mboSet)
Sets the read/only flag for the related set if the set exists.
|
void |
POSet.setSupervisor(java.lang.String laborcode)
Sets the userpref current setting.
|
void |
POSetRemote.setSupervisor(java.lang.String laborcode) |
void |
PO.setTotalCost()
Set the Total Cost and Total Taxes.
|
void |
FldPOLineLocation.setValueFromLookup(MboRemote sourceMbo)
If calling from POLine, needs to bring back ToSiteID.
|
void |
FldBudgetAnalysisAxisNumberCondition.setValueFromLookup(MboRemote sourceMbo,
long accessModifier) |
void |
POLine.setVendorItem(boolean value)
Set fromVendorItem variable.
|
protected boolean |
POTerm.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
POLine.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
POCost.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
PDSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
PO.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashTable.
|
MboRemote[] |
PDSpec.sortThisSetByRefObjectLineNum(MboSetRemote thisSet)
IV42077/89697: This spec set may be new mbos, need to sort in mboset
|
void |
BudgetLine.substractAmount(java.lang.String type,
float amount) |
void |
BudgetLineRemote.substractAmount(java.lang.String type,
float amount) |
boolean |
PDSpecSet.toCheckClassSpecUseWith()
12-11553/IV17979:overrides SpecificationMboSet.toCheckClassSpecUseWith() which defaults false.
|
boolean |
PDSpecSet.toCreateNewSpecRecordsInMainObject()
PDSpecSet is created from PO --> PDSpecSet, so this method returns true.
|
void |
POLine.undelete()
This method undeletes a POLine that has been marked for deletion
It added the linecost of the undeleted line to the Pretax total on the PO Header
The pretax total field validation updates the total cost and also the
base total cost.
|
void |
BudgetRemote.updateBudget() |
void |
Budget.updateBudget() |
void |
POLine.updateCost1s()
This updates the POLine linecost1 and loadedcost1 fields with
linecost1 = linecost * exchangerate
and
loadedcost1 = loadedcost * exchangerate
|
void |
POLineRemote.updateCost1s() |
void |
PDSpec.updateDesc()
IV42077/89697: override here to handle pdspec's description.set the description field to be the generated value obtained from
the setup of the classstructureid (in asset catalog setup)
and the values/measureunits in the pdspec set - The PDSpecSet contains different polines with different classstructureid..
|
void |
BudgetFlag.updateFlag(float amount,
java.lang.String rowstamp) |
void |
BudgetFlagRemote.updateFlag(float amount,
java.lang.String rowstamp) |
MboRemote |
POLine.updateInvVendor()
Update invvendor during aprove.
|
void |
POStatusHandler.updateMboForStatus(java.lang.String status)
Set the relevant fields to be read-only based on the status
|
void |
BudgetStatusHandler.updateMboForStatus(java.lang.String status) |
void |
POStatusHandler.updatePndRevLines(MboRemote poRemote,
MboSetRemote poLines)
Set mrnum/mrlinenum when revision is aproved.
|
void |
PO.updatePndRevPO()
Update Pending Revision PO's received information.
|
void |
POLine.updatePOPOLine(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po)
Update PO and POline information with received quantities and cost.
|
void |
POLineRemote.updatePOPOLine(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po) |
void |
POLine.updatePOPOLine(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po,
double conversion)
Update PO and POline information with received quantities and cost
taking into consideration the conversion.
|
void |
POLineRemote.updatePOPOLine(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po,
double conversion) |
void |
POLine.updatePOPOLine(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po,
double conversion,
boolean fromMeaUsingUpdateReceipt)
Update PO and POline information with received quantities and cost.
|
void |
POLineRemote.updatePOPOLine(double receivedQty,
double rejectedQty,
double receivedTotalCost,
MboRemote po,
double conversion,
boolean fromMeaUsingUpdateReceipt) |
void |
POStatusHandler.updatePRPRLine()
Remove PO reference from PRLines if POLines are deleted and reopen PR status
|
void |
PO.updateReleasePO(MboRemote contractRemote)
Update fields for Release type of PO.
|
void |
POStatusHandler.updateRFQRFQLine()
Remove PO reference from PRLines if POLines are deleted and reopen PR status
|
void |
POLine.updateWOAssetOnReceipt(double cost)
Called by servrectrans and matrectrans to update the workorder related information
|
void |
POLineRemote.updateWOAssetOnReceipt(double cost) |
java.lang.String |
PO.useLineOrLoadedCost()
11-16657/IV09276: added maxvars RECEIPLINEORLOADED to determine if receipt should use linecost or
loadedcost to update POLine.receivedtotalcost.
|
void |
FldPOStartDate.validate() |
void |
FldPOPayOnReceipt.validate()
validate()
If the pay on receipt is true and this PO has Consignment polines or type is Consignment,
it will throw exception.
|
void |
FldPOPOType.validate()
Only allows internal STD type of POs change to internal STD type of POs.
|
void |
FldPOLineLocation.validate() |
void |
FldPOEndDate.validate() |
void |
FldPOCostQuantity.validate()
Validation fails if the PO cost quantity entered
is greater than the PO line quantity.
|
void |
FldBudgetYear.validate() |
void |
FldBudgetVarsDataAccessor.validate() |
void |
FldBudgetSiteID.validate() |
void |
FldBudgetRuleTransactionDateAttributeName.validate() |
void |
FldBudgetRuleAssociationAttributeName.validate() |
void |
FldBudgetCalcStartDate.validate() |
void |
FldBudgetCalcEndDate.validate() |
void |
FldBudgetBudgetvarnum.validate() |
void |
FldBudgetBudgetAnalysisAxisNum.validate() |
void |
FldBudgetAnalysisAxisNumberSequence.validate() |
void |
FldBudgetAnalysisAxisNumberCondition.validate() |
void |
FldBudgetAnalysisAxisDataAccessor.validate() |
void |
PO.validatePO()
Validate the Purchase Order to see if the PO has a vendor and also check if it has a valid MRNum..
|
Methods in psdi.app.po.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
PORevisionInput.add()
Sets up a new PORevisionInput object.
|
void |
POChangeStatus.add()
Sets up a new POChangeStatus object.
|
void |
ContractFromPO.add()
Sets up a new ContractFromPO object.
|
void |
BudgetUpdate.add() |
void |
BudgetGen.add() |
void |
BudgetChangeStatus.add() |
void |
AgreementInput.add() |
void |
BudgetUpdateJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params) |
void |
BudgetGenJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params) |
protected void |
POChangeStatusSet.changeMboStatus(MboRemote po,
MboRemote param) |
void |
AgreementInput.copyFromContractToCurrentPO(MboRemote poRemote,
MboRemote contractRemote,
MboRemote contractAuth)
Copies values of AgreementInput to the owner PO/PR.
|
void |
AgreementInputSet.copyToPOLine(MboRemote poLineRemote)
Copies the values of the selected contract to the PO/PR Header and POLine/PRLine.
|
void |
AgreementInputRemote.copyToPOLine(MboRemote poLineRemote,
MboRemote poRemote) |
void |
AgreementInput.copyToPOLine(MboRemote poLineRemote,
MboRemote poRemote)
Copy the values of the selected AgreementInput line to the POLine/PRLine.
|
void |
ReceiptInputSet.createMatReceiptsPrep(MboSetRemote poLineSet,
MboRemote po) |
MboRemote |
ReceiptInputRemote.createReceipt(MboSetRemote targetSet) |
MboRemote |
ReceiptInput.createReceipt(MboSetRemote targetSet)
Creates the receipt, either MATRECTRANS or SERVRECTRANS, and sets following values on the MATRECTRANS or SERVRECTRANS Mbo.
|
void |
ReceiptInputSet.createReceiptsForReturnPrep(MboRemote po) |
void |
ReceiptInputSet.createReceiptsForReturnPrepSrv(MboRemote po) |
MboRemote |
ReceiptInputRemote.createReturnReceipt(MboSetRemote targetSet) |
MboRemote |
ReceiptInput.createReturnReceipt(MboSetRemote targetSet)
Create a return with the values in ReceiptInput.
|
MboRemote |
ReceiptInputRemote.createReturnReceiptSrv(MboSetRemote targetSet) |
MboRemote |
ReceiptInput.createReturnReceiptSrv(MboSetRemote targetSet)
Create a service return with the values in ReceiptInput.
|
void |
ReceiptInputSet.createReturnsForAssets(MboSetRemote poLineSet,
MboRemote po) |
MboRemote |
ReceiptInputRemote.createReturnShipReceipt(MboSetRemote targetSet) |
MboRemote |
ReceiptInput.createReturnShipReceipt(MboSetRemote targetSet)
Create a return with the values in ReceiptInput.
|
void |
ReceiptInputSet.createServReceiptsPrep(MboSetRemote poLineSet,
MboRemote po) |
MboRemote |
ReceiptInputRemote.createShipmentReceipt(MboSetRemote targetSet) |
MboRemote |
ReceiptInput.createShipmentReceipt(MboSetRemote targetSet) |
void |
ReceiptInputSet.createShipmentReceiptsForReturnPrep(MboRemote shipment)
This method loops thru the ship receipt transactions to create receipts for return.
|
boolean |
ReceiptInputSet.diHasFinancialTransactions(MatRecTrans mrt,
Asset asset)
This method determines if the asset has any records related to it in the MATRECTRANS,
MATUSETRANS and ASSETTRANS tables.
|
void |
ReceiptInputSet.execute() |
void |
ReceiptInputFindSet.execute() |
void |
ContractFromPOSet.execute()
When saving the set, calling PO to create Contract.
|
void |
BudgetUpdateSet.execute() |
void |
BudgetGenSet.execute() |
void |
AgreementInputSet.execute()
Copies the values of the selected non-persistent Mbo to the POLines/PRLines based on some rules.
|
boolean |
ReceiptInputSet.generateReceipts(MboSetRemote targetMbos)
Based on the selected rows of the MboSet containing the information required to create
receipts, service or material receipts are created and added to the target mbo set passed
in as the parameter.
|
void |
ReceiptInputSet.generateReturnReceipts(MboSetRemote targetMboSet)
This method calls create receipt method for all the selected records by the user.
|
void |
ReceiptInputSet.generateServiceReturnReceipts(MboSetRemote servRecTransSetRemote) |
MboSetRemote |
AgreementInputSet.getContractSet()
Get the ContractAuth Set from ContractService.java
|
boolean |
POChangeStatusRemote.getFromResult() |
boolean |
POChangeStatus.getFromResult()
Return true if it's coming from batch PO status change (PO reulst page).
|
java.lang.String |
ReceiptInputRemote.getInternalLineType() |
java.lang.String |
ReceiptInput.getInternalLineType()
Returns the internal representation of the Line Type field.
|
double |
ReceiptInputSet.getInvAdjLifoFifo(MboRemote inv,
long receiptId)
IV99519:
|
MboSetRemote |
FldReceiptInputFindStoreloc.getList()
Return list of mbos for from the LOCATIONS table.
|
MboSetRemote |
FldContractFromPOContractType.getList()
Returns Contract Type value list PURCHASE, BLANKET, PRICE and SFWCONTRACT.
|
protected Mbo |
ReceiptInputSet.getMboInstance(MboSet ms)
Factory method to create an ReceiptInputSet object.
|
protected Mbo |
ReceiptInputFindSet.getMboInstance(MboSet ms)
Factory method to create an ReceiptInputFindSet object.
|
protected Mbo |
PORevisionInputSet.getMboInstance(MboSet ms)
Generate a new PORevisionInput object
|
protected Mbo |
POChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
ContractFromPOSet.getMboInstance(MboSet ms)
Factory method to create an ContractFromPOSet object.
|
protected Mbo |
BudgetUpdateSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetGenSet.getMboInstance(MboSet ms) |
protected Mbo |
BudgetChangeStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
AgreementInputSet.getMboInstance(MboSet ms)
Factory method to create an AgreementInputSet object.
|
protected MboSetRemote |
POChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
BudgetChangeStatusSet.getMboIntoSet(MboRemote mbo) |
MboSetRemote |
ReceiptInputSet.getPOLineSet(MboRemote poRemote) |
java.lang.String |
ReceiptInputSetRemote.getRelationshipStringFromPO() |
java.lang.String |
ReceiptInputSet.getRelationshipStringFromPO() |
MboSetRemote |
ReceiptInputSet.getShipmentLineSet(MboRemote shipmentRemote) |
void |
ReceiptInputFind.init() |
void |
ReceiptInput.init() |
void |
PORevisionInput.init() |
void |
AgreementInput.init() |
protected boolean |
BudgetGenSet.runImmediately(MboRemote mbo) |
void |
ContractFromPORemote.setContractAutoKey() |
void |
ContractFromPO.setContractAutoKey() |
void |
POChangeStatusRemote.setFromResult(boolean flag) |
void |
POChangeStatus.setFromResult(boolean flag)
Set fromResult flag to be true, if it's coming from batch PO status change (PO reulst page).
|
void |
ReceiptInputSet.setRelationshipStringFromPO(java.lang.String relationship) |
void |
ReceiptInputSet.setShipmentReturnVariablesPrep(MboRemote matRecRemote,
MboRemote receiptInputRemote)
Set the variables on the RETURN.
|
void |
ReceiptInputSetRemote.setStorelocString(java.lang.String storeloc) |
void |
ReceiptInputSet.setStorelocString(java.lang.String storeLoc) |
MboRemote |
ReceiptInputSet.setup() |
MboRemote |
ReceiptInputFindSet.setup() |
MboRemote |
ContractFromPOSet.setup()
ContractFromPO is a non-persistent MboSet that is created from PO.
|
MboRemote |
AgreementInputSet.setup()
Populates the MboSet with the valid Contracts.
|
void |
ReceiptInputSet.setupShipmentReceipt(ShipmentRemote owningShipment) |
void |
ReceiptInput.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
IJ25255: do not allow decimal numbers for rotating item; override setValue() as there is
no field class for the RECEIPTINPUT.QTYREQUESTED field.
|
void |
FldReceiptInputCostRequested.validate()
If this receipt is of return type, check to see if the cost returned is more than
what has been received.
|
void |
FldContractFromPOContractNum.validate()
Throw exception if ContractNum is in Contract table.
|
Methods in psdi.app.pr that throw MXException
Modifier and Type |
Method and Description |
void |
FldPRShipTo.action()
The action rountine is for shipto on PR.
|
void |
FldPRNoVendor.action()
If NoVendor is true, set ContractRefNum and Vendor to be null and read only.
|
void |
FldPRLinePRLineNum.action() |
void |
FldPRLinePONum.action() |
void |
FldPRCostQuantity.action()
If the PR quantity is 0 the percentage is always 100%, otherwise it
is equal to the PR cost quantity as a percentage of the PR line quantity.
|
void |
FldPRCostPercentage.action()
Updates the PR cost quantity and linecost based on the percentage entered.
|
void |
FldPRCostLineCost.action()
Sets the percentage and loaded cost.
|
void |
PRTerm.add()
This is called when a new PRTERM object is added to the PRTERM MboSet
collection.
|
void |
PRStatus.add()
Adds a new PRStatus object.
|
void |
PRLine.add()
Adds a new Purchase Requisition Line Item.
|
void |
PRCost.add()
Add a new PR Cost Line.
|
void |
PR.add()
Adds a new Purchase Requisition.
|
MboRemote |
PRLineSet.addAtIndex(long accessModifier,
int index)
Get default line type from database.
|
void |
PR.addInvVendorItemsToPRLine(MboSetRemote invVendorSetRemote)
Loops through the InvVendorSet that is passed in and creates a new POLine with the itemnum on the selected InvVendor
rows.
|
void |
PRRemote.addInvVendorItemsToPRLine(MboSetRemote invVendorSetRemote) |
void |
PRLine.afterAdd()
Called right after the new PRLine mbo is added to the PRLineSet.
|
boolean |
PR.allLinesHaveContracts()
Checks to see if all the PRLines have contract references.
|
boolean |
PRRemote.allLinesHaveContracts() |
boolean |
PR.allLinesHaveContracts(boolean createPO) |
boolean |
PRRemote.allLinesHaveContracts(boolean createPO) |
void |
PRTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
PRLine.appValidate()
This method is automatically called before the save() is called.
|
void |
PR.appValidate()
This method is called before save for last minute validations.
|
void |
PRTermSet.canAdd() |
void |
PRLineSet.canAdd()
Can an object be added to the PRLine?
The owner of PRLine must be PR and the status should be WAPPR.
|
void |
PRStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
PRLine.canDelete()
This method is called by the delete() method.
|
void |
PRCost.canDelete()
Cannot delete a distribution if the PR is approved and if any receipts exists against the owner PO Line.
|
void |
PR.canDelete()
Throw exception when trying to delete a PR.
|
void |
PRLine.canDistribute()
Checks if distribution can be allowed on a PRLine
Distribution cannot be allowed if
The pr line has to be saved before distributing costs.
|
void |
PRLineRemote.canDistribute() |
void |
PR.changePRStatus(MboRemote fromPRLine)
This method is for integration to use.
|
void |
PRServiceRemote.changeStatus(PRRemote pr,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
PRService.changeStatus(PRRemote pr,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
PR.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
PRStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
boolean |
PR.checkingBeforeCreatePOCont(boolean createPO)
Checking for different conditions before creating a PO/Contract.
|
boolean |
PRRemote.checkingBeforeCreatePOCont(boolean createPO) |
void |
PRLine.checkPRCostValidity()
Checks if the PRCost lines associated with this PRLine have correct values for percentage and loadedcost.
|
void |
PRCost.checkPRCostValidity()
Checks if the PRCost lines associated with this PRLine have correct values for percentage and loadedcost.
|
void |
PRLineRemote.checkPRCostValidity() |
void |
PRStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
PR.checkWAPPRStatus()
Checks if the PR status is WAPPR.
|
void |
PRRemote.checkWAPPRStatus() |
void |
PRLine.clearClassification()
This method clears the classtructureid of the poline.
|
void |
PRLineRemote.clearClassification() |
MboRemote |
PRLine.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
void |
PR.copySpareParts(MboSetRemote sparePartSet)
Adds the spare parts to the PRs PRLines.
|
void |
PRRemote.copySpareParts(MboSetRemote sparePartSet) |
void |
PR.createContractFromPR(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType)
An interface for UI to create one contract from a PR.
|
void |
PRRemote.createContractFromPR(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType) |
MboRemote |
PR.createPOHeaderFromPR(java.lang.String ponum,
java.lang.String description,
MboRemote sourceRemote)
This method copies the PR header info to a new PO header.
|
java.util.Vector |
PR.createPOsFromPR(java.util.Date date)
Overloaded form of createPOsFromPR().
|
java.util.Vector |
PRRemote.createPOsFromPR(java.util.Date thisDate) |
java.util.Vector |
PR.createPOsFromPR(java.util.Date date,
java.lang.String ponum,
boolean isApprove,
java.lang.String description)
Overloaded form of createPOsFromPR().
|
java.util.Vector |
PR.createPOsFromPR(java.util.Date date,
java.lang.String ponum,
boolean isApprove,
java.lang.String description,
boolean fromUI)
This method creates POs for this PR.
|
void |
PR.createPOsFromPR(java.lang.String ponums,
java.lang.String description)
Overloaded form of createPOsFromPR().
|
void |
PRRemote.createPOsFromPR(java.lang.String ponums,
java.lang.String description) |
PRLineRemote |
PR.createPRLineFromReorder(java.lang.String description,
java.lang.String storeloc,
ReorderRemote reoRemote)
This method will create a PR Line item and return a reference to it.
|
PRLineRemote |
PRRemote.createPRLineFromReorder(java.lang.String description,
java.lang.String storeloc,
ReorderRemote reoRemote) |
MboRemote |
PR.createRFQHeaderFromPR(java.lang.String rfqnum)
Copies the PR Header info to the RFQ Header.
|
MboRemote |
PRRemote.createRFQHeaderFromPR(java.lang.String rfqnum) |
void |
PRTerm.delete(long accessmodifier) |
void |
PRLine.delete(long accessModifier)
Deletes a PRLine after successful completion of the canDelete() method.
|
void |
PRStatusHandler.deletePRReferencesFromWO()
Gets all the WPItem records that contains the PRNUM.
|
MboRemote |
PR.duplicate()
Creates a icate PR.
|
MboRemote |
PR.findMatchedPOVendor(MboRemote targetMbo,
java.util.Hashtable poHashtable)
Return a matched PO with the contract.
|
void |
PR.generateAutoKey()
Purchase Requisition object allows the generation of autokeys.
|
protected int |
PRTerm.generateSeqNumID()
Generates a unique Seq ID with an interval.
|
boolean |
PR.getCreatedByReorderFlag() |
boolean |
PRSet.getCurrent()
Gets the current setting which was set by the user.
|
MboSetRemote |
FldPRLinePRNum.getList()
Return a list of PRs from the PR table.
|
protected Mbo |
PRTermSet.getMboInstance(MboSet ms)
Generate a new PRTERM object.
|
protected Mbo |
PRStatusSet.getMboInstance(MboSet ms)
Generates a new PRStatus object.
|
protected Mbo |
PRSet.getMboInstance(MboSet ms)
Generates a new PR object.
|
protected Mbo |
PRLineSet.getMboInstance(MboSet ms)
Generates a new PRLine object.
|
protected Mbo |
PRCostSet.getMboInstance(MboSet ms)
Generates a new PRCost object.
|
void |
PRLineSet.getPRLinesForContract(MboRemote mboRemote)
Depends on PRAPPROVAL maxvar to get a set of PRSet.
|
void |
PRLineSetRemote.getPRLinesForContract(MboRemote mboRemote) |
MboSetRemote |
PRServiceRemote.getPRLinesForPO(MboRemote mboRemote) |
MboSetRemote |
PRService.getPRLinesForPO(MboRemote mboRemote)
Depends on PRAPPROVAL maxvar to get a set of PR.
|
MboSetRemote |
PRServiceRemote.getPRLinesForResultPO(MboRemote mboRemote) |
MboSetRemote |
PRService.getPRLinesForResultPO(MboRemote mboRemote)
Depends on PRAPPROVAL maxvar to get a set of External PR.
|
MboSetRemote |
PRServiceRemote.getPRLinesForRFQ(MboRemote mboRemote) |
MboSetRemote |
PRService.getPRLinesForRFQ(MboRemote mboRemote)
Depends on PRAPPROVAL maxvar to get a set of PR.
|
java.util.Vector |
PRStatus.getPRStatusRecord()
Gets historical data from PRStatus.
|
protected MboSetRemote |
PR.getStatusHistory()
Returns the PRStatusSet object.
|
boolean |
PRLine.getVendorItem()
Return true if the action is from Vendor Item page.
|
void |
PRTerm.init()
Initialized PRTerm mbo.
|
void |
PRStatus.init()
Initializes the object to be read only.
|
void |
PRLine.init()
Initialization routine.
|
void |
PRCost.init()
Initialize PRCost mbo.
|
void |
PR.init()
Initialize the Purchase Requisition by setting certain fields to read only.
|
void |
FldPRNoVendor.init()
Set the NoVendor field to READONLY if the PRLine exists.
|
void |
PRService.initCriteriaList(java.util.Hashtable criteriaTable)
Criteria defined for the PRService object.
|
void |
PRLine.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
PR.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
PRLine.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initailized or reset from this Mbo to another MboSet.
|
void |
PR.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
boolean |
PR.isLineContNumFilled(MboSetRemote lineSet)
Checks the given PR line(s) contractnum/ponum field(s) for null or not null.
|
void |
PRTerm.modify() |
void |
PR.modify() |
void |
PRLineSet.populatePRLineNum(MboRemote prLine)
08-22875: populate prlinenum when a new PRLine record is created
|
void |
PRStatusHandler.postStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
This method is called by the framework's changestatus method.
|
void |
PRLineSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
PRLineSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
PR.processMR(MboSetRemote mrLineSet)
Process MR.
|
void |
PRTerm.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for PRNUM.
|
void |
PRLine.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for PRNUM.
|
void |
PRLineSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to the purchase req.
|
void |
PRLineSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
void |
PRSet.save() |
void |
PRLine.save()
This saves the PRLine and all related Mbos
|
void |
PRCost.save()
If this costline's percentage is still zero,
clear the line cost, quantity and loaded cost.
|
void |
PR.save()
Checkes to see if any PRLines are deleted and if if in fact they are, it gets
that wpmaterial line with the prnum, prlinenum combination and removes the
pr and the prlinenum reference from that wpmaterial.
|
protected void |
PRLine.setApprEditibilityFlags() |
void |
PR.setBillToShipToInfo() |
void |
PRSet.setCurrent(boolean currentPRs)
Sets the userpref current setting.
|
void |
PRSetRemote.setCurrent(boolean currentPRs) |
MboSetRemote |
PRLineSet.setDBPRLineSet(MboRemote thisPRLine)
08-22527: set the instance variable dbPRLineSet if it is null
|
void |
PRSet.setHistory(boolean historyPRs)
Sets the userpref history setting.
|
void |
PRSetRemote.setHistory(boolean historyPRs) |
void |
PRLineSet.setMaxPRLineSeq(int newSeq)
The PRLine number maintained by populatePRLineNum method at PRLine.add method may be overwritten
by duplicate process.
|
void |
PRLine.setNullValuesToContractVariables()
This method sets the values of the Contract variables namely the contractnum, contractlinenum, contractlineid to null.
|
void |
PRLineRemote.setNullValuesToContractVariables() |
void |
PRLine.setNullValuesToPOVariables()
This method sets the values of the PO variables namely the ponum, polinenum, polineid to null.
|
void |
PRLineRemote.setNullValuesToPOVariables() |
void |
PR.setPOTypeToConsignment(MboRemote noContractPOHeader,
MboRemote prLine,
boolean fromUI)
CASE1-Manually created PR/PO -If the reorder is for consignment items and no contract ref on PR header, PO Type will be the 'STD'
CASE2-Reoorder creates PO - Reorder option (create unapproved PO) - If the reorder is for consignment items contract ref on PR header is of PURCHASE.
|
void |
PR.setPromptPO(boolean setPromptPO)
Set usePromptPO flag.
|
void |
PRRemote.setPromptPO(boolean setPromptPO) |
void |
PR.setRelatedMboEditibility(java.lang.String relationName,
MboSetRemote mboSet)
Sets the read/only flag for the related set if the set exists.
|
void |
PRLine.setVendorItem(boolean value)
Set fromVendorItem variable.
|
protected boolean |
PRTerm.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
PRLine.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
PRCost.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
PR.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashSet.
|
MboSetRemote |
PRLine.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specified attribute and values of the current record.
|
void |
PR.unapproveMR()
Unapprove MR.
|
void |
PR.unapproveMR(MboRemote prLine)
Unapprove MR.
|
void |
PR.unapproveMR(java.lang.String itemnum)
Unapprove MR.
|
void |
PRLine.undelete()
This method un-deletes a PRLine that has been marked for deletion.
|
void |
PRLine.updateCost1s()
This updates the PRLine linecost1 and loadedcost1 fields with
linecost1 = linecost * exchangerate
and
loadedcost1 = loadedcost * exchangerate
|
void |
PRLineRemote.updateCost1s() |
void |
PRStatusHandler.updateMboForStatus(java.lang.String status)
Set the relevant fields to be read-only based on the status.
|
boolean |
PR.usePromptPO()
Return usePromptPO flag.
|
boolean |
PRRemote.usePromptPO() |
void |
FldPRPayOnReceipt.validate()
validate()
If the pay on receipt is true and this PO has Consignment polines or type is Consignment,
it will throw exception.
|
void |
FldPRPONum.validate()
The validation rountine is for non-persistent attribute PO number on PR.
|
void |
FldPRLineNum.validate() |
void |
FldPRCostQuantity.validate()
Validation fails if the PR cost quantity entered
is greater than the PR line quantity.
|
void |
PR.validatePR()
09-13690: validate refwo,assetnum,location,storeloc at approve time
|
boolean |
PR.wapprPRCreatePO()
If MaxVar PRAPPROVAL is true and PR status is WAPPR, cannot create a PO.
|
boolean |
PRRemote.wapprPRCreatePO() |
Methods in psdi.app.qual that throw MXException
Modifier and Type |
Method and Description |
void |
FldQualRequiredUseLength.action() |
void |
FldQualRequiredUse.action() |
void |
FldQualDuration.action() |
void |
ToolQual.add() |
void |
QualStatus.add() |
void |
QualCraftSkill.add()
This method is called by the framework when a new QualCraftSkill record is inserted.
|
void |
Qual.add()
This method is called by the framework when a new Qualification record is inserted.
|
void |
Qual.canDelete()
Qualification cannot be deleted if it is on a LaborQual or ToolQual or a QualCraftSkill.
|
void |
QualStatusHandler.canInactivate()
Cannot deactivate if there is assigned on a ToolQual, QualCraftSkill, or active LaborQual.
|
void |
Qual.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
QualStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
QualStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Is a certain status change allowable?
This test determines whether a status change is possible by only checking
security.
|
void |
Qual.delete(long accessModifier)
Delete associated statuses when deleting a Qualification.
|
MboRemote |
Qual.duplicate()
This method creates a duplicate labor
Author:
Ramadevi Bhogadi
|
protected Mbo |
ToolQualSet.getMboInstance(MboSet ms) |
protected Mbo |
QualStatusSet.getMboInstance(MboSet ms)
Generate a new LaborQualStatus object
|
protected Mbo |
QualSet.getMboInstance(MboSet ms)
Generate a new Qual object
|
protected Mbo |
QualCraftSkillSet.getMboInstance(MboSet ms)
Generate a new QualCraftSkill object
|
protected MboSetRemote |
Qual.getStatusHistory()
Return the qualstatus object.
|
void |
ToolQual.init()
Initialize the ToolQual
|
void |
QualCraftSkill.init()
Propagate key flag is set to false to avoid erroneous propagation of key to the craftrate object.
|
void |
Qual.init()
Initialize the Qualification.
|
void |
QualStatus.modify() |
void |
QualCraftSkill.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Qualificationid.
|
void |
FldQualCraftSkillCraft.setValueFromLookup(MboRemote sourceMbo)
Overridden in case we are returning a value from a craft mbo, like during applink.
|
protected boolean |
QualCraftSkill.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Qual.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
Constructors in psdi.app.qual that throw MXException
Constructor and Description |
FldQualCraftSkillCraft(MboValue mbv)
Construct and attach to the specified MboValue
|
FldQualCraftSkillSkillLevel(MboValue mbv)
Construct and attach to the specified MboValue
|
FldQualDuration(MboValue mbv)
Construct and attach to the specified MboValue
|
FldQualRequiredUse(MboValue mbv)
Construct and attach to the specified MboValue
|
FldQualRequiredUseLength(MboValue mbv)
Construct and attach to the specified MboValue
|
FldToolQualItemNum(MboValue mbv)
Construct and attach to the specified MboValue
|
FldToolQualQualificationID(MboValue mbv)
Construct and attach to the specified MboValue
|
Qual(MboSet ms)
Construct the Qualification object
|
QualCraftSkill(MboSet ms)
Construct the QualCraftSkill object
*
Methods in psdi.app.rcncmprule that throw MXException
Modifier and Type |
Method and Description |
void |
FldFilterOperator.action()
Set fields editability.
|
void |
FldAttrDPAObjectName.action()
Overrides the superclass's behavior and resets the "Unit of Measure Attribute" field.
|
void |
FldAttrDPAAttributeName.action()
Overrides the superclass's behavior and resets the "Unit of Measure Attribute" field.
|
void |
FldAttrAssetObjectName.action()
Invoked when a selection is made.
|
void |
ReconRcdClause.add()
Add a new ReconRcdClause, setting any field defaults.
|
void |
ReconCompFltrDPA.add()
Add a new ReconCompFltrDPA, setting any field defaults.
|
void |
ReconCompFltrAst.add()
Add a new ReconCompFltrAst, setting any field defaults.
|
void |
ReconCompFilter.add()
Add a new ReconCompFilter, setting any field defaults.
|
void |
ReconAttrClause.add()
Add a new ReconAttrClause, setting any field defaults.
|
void |
ReconCompRule.buildAssetFilterExpression() |
void |
ReconCompRule.buildAttributesEqualityExpression() |
void |
ReconCompRule.buildDPAFilterExpression() |
void |
ReconCompRule.buildMatchesFoundExpression() |
static boolean |
ComparisonRuleUtil.calculateUnitOfMeasureReadOnlyState(Mbo mboAttrClause)
Calculates the "Unit of Measure" attribute's "read-only" state as it has to be in the present situation.
|
void |
ReconRcdClauseSet.canAdd()
Cannot add a new record if the "FULLCICOMPARE" checkbox is checked
|
void |
ReconCompFltrDPASet.canAdd()
Cannot add a new record if the "FULLCICOMPARE" checkbox is checked
|
void |
ReconCompFltrAstSet.canAdd()
Cannot add a new record if the "FULLCICOMPARE" checkbox is checked
|
void |
ReconAttrClauseSet.canAdd()
Cannot add a ReconAttrClause if ReconCompRule comparison rule name field is empty.
|
void |
ReconCompRule.canDelete()
Overwitten for ReconCompRule.
|
void |
ReconCompRule.compAppValidate()
This method will be called from save() in order to catch generic
fields validation exception for RECONCOMPFLTRAST, RECONCOMPFLTRDPA,
RECONRCDCLAUSE, and RECONATTRCLAUSE.
|
void |
ReconRcdClause.delete(long modifier)
Delete this ReconRcdClause and any references to it.
|
void |
ReconCompRule.delete(long modifier)
Delete this ReconCompRule and any references to it.
|
void |
ReconCompFltrDPA.delete(long modifier)
Delete this ReconCompFltrDPA and any references to it.
|
void |
ReconCompFltrAst.delete(long modifier)
Delete this ReconCompFltrAst and any references to it.
|
void |
ReconCompFilter.delete(long modifier)
Delete this ReconCompFilter and any references to it.
|
void |
ReconAttrClause.delete(long modifier)
Delete this ReconAttrClause and any references to it.
|
MboRemote |
ReconCompRule.duplicate()
Duplicate the current Comparison Rule.
|
protected Mbo |
ReconRcdClauseSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconCompRuleSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconCompFltrDPASet.getMboInstance(MboSet ms) |
protected Mbo |
ReconCompFltrAstSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconCompFilterSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconAttrClauseSet.getMboInstance(MboSet ms) |
boolean |
ReconAttrClauseSet.hasMatchesFound()
Return true if ReconRcdClause exist, else false.
|
void |
ReconRcdClause.init()
Default initialization routine.
|
void |
ReconCompRule.init()
Default initialization routine.
|
void |
ReconCompFltrDPA.init()
Default initialization routine.
|
void |
ReconCompFltrAst.init()
Default initialization routine.
|
void |
ReconCompFilter.init()
Default initialization routine.
|
void |
ReconAttrClause.init()
Default initialization routine.
|
void |
FldFilterOperator.init()
Initialize this field to read-only if attribute is empty.
|
void |
FldALNValue.init()
Set the alnvalue field to editable and required if attribute was selected else it is readonly.
|
protected boolean |
FldAttrDPAAttributeName.isReadOnly()
Determines if the field should be read-only or not.
|
static java.lang.String |
ComparisonRuleUtil.prepareObjectsClauseString(MboSetRemote mbos)
Prepare clause for object evaluation
The following characters are use:
A - for Object ASSER or ASSETSPEC
I - for Object ITEM or ITEMSPEC
+ - for Logical Operator AND
- - for Logical Operator OR
|
void |
ReconCompFilterSet.remove(MboRemote mbo)
Overrides the superclass's "remove" to reenable the data set fields if there are
no clauses left for each relationship.
|
void |
ReconCompRule.resetRuleName(java.lang.String relationshipName) |
void |
ReconCompRule.resetRuleNames()
Reset the rulename in Comparison Rules clauses (RECONCOMPFLTRAST, RECONCOMPFLTRDPA, RECONRCDCLAUSE,
RECONATTRCLAUSE) to the current value.
|
void |
ReconRcdClause.save()
issue#83268 -
(ReconCompRule) save() method is called ONLY when there are changes to the ReconCompRule set.
|
void |
ReconCompRule.save()
A RECONCOMPRULE must have either Matches Found Clause or Attributes Equality Clause, not both.
|
void |
ReconCompFilter.save()
issue#83268 -
(ReconCompRule) save() method is called ONLY when there are changes to the ReconCompRule set.
|
void |
ReconAttrClause.save()
issue#83268 -
(ReconCompRule) save() method is called ONLY when there are changes to the ReconCompRule set.
|
static void |
ComparisonRuleUtil.throwNestedException(MboRemote mbor,
MXApplicationException mxae)
Static method to throw nested expression for Comparison Rule (include the tab name in the exception)
|
static void |
ComparisonRuleUtil.throwNestedException(MboSetRemote mbos,
MXException mxe)
Static method to throw nested expression for Comparison Rule (include the tab name in the exception)
|
static boolean |
ComparisonRuleUtil.updateUnitOfMeasureEnabledState(Mbo mboAttrClause)
Updates the "enabled" state of the "Unit Of Measure" attribute.
|
void |
FldSequenceNum.validate()
Value entered by the User for seq can not be <=0, can not be duplicate
|
void |
FldRightParenthesis.validate() |
void |
FldReconcmpruleDataSet1.validate() |
void |
FldLeftParenthesis.validate() |
void |
FldFullCICompare.validate() |
void |
FldParenthesis.validateParenthesis(char parenthesisType)
make sure only the correct parenthesis of the curved kind are in the field
|
void |
ReconCompRule.validateSet(java.lang.String relationshipName) |
Methods in psdi.app.rcnlnkrule that throw MXException
Modifier and Type |
Method and Description |
void |
ReconRule.add()
Add a new ReconRule, setting any field defaults.
|
void |
ReconRuleClause.add()
Add a new ReconRuleClause, setting any field defaults.
|
ReconLinkExpression |
ReconLinkRuleRemote.buildExpression() |
ReconLinkExpression |
ReconLinkRule.buildExpression()
Method to build the Link Clause expression and validate parantheses, logical operators.
|
void |
ReconRuleClauseSet.canAdd()
A new Link Clause can not be added before entering the Link rule name .
|
void |
ReconLinkRule.canDelete()
Overwitten for ReconLinkRules.
|
void |
ReconLinkRule.delete(long modifier)
Delete this ReconLinkRule and any references to it.
|
MboRemote |
ReconLinkRule.duplicate()
Duplicate the current Task Filter.
|
protected Mbo |
ReconLinkRuleSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconLinkClauseSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconRuleSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconRuleClauseSet.getMboInstance(MboSet ms) |
void |
ReconLinkClause.init()
Default initialization routine.
|
void |
FldVCurrentExpression.initValue()
Initialize this non-persistent field and set it equal to the AVAILABLESIZE+SIZEUNIT
|
void |
ReconRuleClauseSet.remove(MboRemote mbo)
Overrides the superclass's "remove" to reenable the data set fields if there are
no clauses left.
|
void |
ReconLinkRule.save()
A LINKRULE cannot be saved if it it does not have atleast one Link Rule
Expression.
|
void |
ReconLinkClause.save()
issue#83268 -
(ReconLinkRule) save() method is called ONLY when there are changes to the ReconLinkRule set.
|
void |
FldSequenceNum.validate()
Value entered by the User for seq can not be <=0, can not be duplicate
|
void |
FldRightParenthesis.validate() |
void |
FldLeftParenthesis.validate() |
Methods in psdi.app.rcnresult.asset that throw MXException
Modifier and Type |
Method and Description |
protected void |
ReconAssetResult.applyTicketTemplate(MboRemote ticketMbo,
java.lang.String tickettemplateid)
Apply ticket template
|
protected java.lang.String |
ReconAssetResult.buildTicketDescription()
Build Ticket Description
|
MboRemote |
ReconAssetResultRemote.createChange(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
ReconAssetResult.createChange(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
ReconAssetResultRemote.createIncident(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Incident from Asset Recon Result.
|
MboRemote |
ReconAssetResult.createIncident(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Incident from Asset Recon Result.
|
MboRemote |
ReconAssetResultRemote.createProblem(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Problem from Asset Recon Result.
|
MboRemote |
ReconAssetResult.createProblem(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Problem from Asset Recon Result.
|
MboRemote |
ReconAssetResultRemote.createRelease(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
ReconAssetResult.createRelease(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
ReconAssetResultRemote.createServiceRequest(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Service Request from Asset Recon Result.
|
MboRemote |
ReconAssetResult.createServiceRequest(java.lang.String ticketTemplateID)
creates a Ticket with Ticket Type = Service Request from Asset Recon Result.
|
void |
ReconAssetResultRemote.createTicket(MboRemote tkMbo)
Sets assetnum, reportedpriority,reportedbyid, siteid and crossover domain values for the ticket mbo based on asset recon result.
|
void |
ReconAssetResult.createTicket(MboRemote tkMbo)
Sets assetnum, reportedpriority,reportedbyid, orgid and siteid values for the ticket mbo based on asset recon result.
|
protected MboRemote |
ReconAssetResult.createTicket(java.lang.String ticketType,
java.lang.String ticketTemplateID)
creates a Ticket from Asset Recon Result.
|
void |
ReconAssetResultRemote.createWO(MboRemote workorderMbo)
Sets description, wopriority,siteid, assetnum, reportedbyid and crossover domain values for the workorder mbo based on asset recon result.
|
void |
ReconAssetResult.createWO(MboRemote workorderMbo)
Sets location, wopriority,orgid ,siteid and reportedbyid values for the workorder mbo based on asset.
|
protected MboRemote |
ReconAssetResult.createWO(java.lang.String WOType,
java.lang.String jpnum)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
ReconAssetResultRemote.createWorkorder(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
MboRemote |
ReconAssetResult.createWorkorder(java.lang.String jobPlan)
creates a WorkOrder from Asset Recon Result.
|
java.lang.String[] |
FldRuleName.getAppLink()
Depending on the type of the result, return the appropriate app link name
for the value attribute.
|
java.lang.String[] |
FldReconMultiNodeID.getAppLink() |
protected Mbo |
ReconAssetResultSet.getMboInstance(MboSet ms) |
protected java.lang.String |
FldRuleName.getResultType()
Returns the result type.
|
void |
ReconAssetResult.init()
Initialized the Mbo
|
protected void |
ReconAssetResult.setTicketDefaultSiteOrg(MboRemote tkMbo)
If SiteID is null or empty, set SITEID and ORGID to default Insert Site ID from user profile.
|
void |
ReconAssetResultRemote.validateWOSiteID(MboRemote workOrderMbo)
Validate required field SiteID for WorkOrder
|
void |
ReconAssetResult.validateWOSiteID(MboRemote workOrderMbo)
Validate required field SiteID for WorkOrder
|
Methods in psdi.app.rcntskfltr that throw MXException
Modifier and Type |
Method and Description |
void |
FldFilterType.action()
Overrides the superclass's method to reset the "Attribute" and "Value" fields.
|
void |
FldAttribute.action()
Overrides the superclass's method to set the "read-only" status of
and reset the value of the 'FILTERVALUE' attribute.
|
void |
ReconTaskFltrVal.add()
Add a new ReconAssetFilter, setting any field defaults.
|
void |
ReconTaskFilter.add()
Add a new ReconTaskFilter, setting any field defaults.
|
void |
ReconTaskFltrValSet.canAdd()
A new Filter Clause can not be added before entering the Task name and selecting the Filter Type.
|
void |
ReconTaskFilter.canDelete()
A TASKFILTER cannot be deleted if it is associated with any Task.
|
void |
ReconTaskFilter.delete(long modifier)
delete the Task Filter and associated entries from RECONTASKLINK table
|
MboRemote |
ReconTaskFilter.duplicate()
Duplicate the current Task Filter.
|
MboSetRemote |
FldAttribute.getList()
Populates the list based on the data set selection.
|
protected Mbo |
ReconTaskFltrValSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconTaskFilterSet.getMboInstance(MboSet ms) |
void |
ReconTaskFilter.init()
Default initialization routine.
|
void |
ReconTaskFltrVal.save()
issue#83268 -
(ReconTaskFilter) save() method is called ONLY when there are changes to the ReconTaskFilter set.
|
void |
ReconTaskFilter.save()
A TASKFILTER cannot be saved if it it does not have atleast one Filter
Rule If there are multiple link rules, the sequence numbers must be unique
The Attributes chosen must be valid for the Filter Type Selected
|
void |
FldValue.validate()
Value entered by the User can not be equal to just "=" .
|
Methods in psdi.app.reconlink that throw MXException
Modifier and Type |
Method and Description |
void |
ReconLink.delete()
If Select Rows is not checked, delete all the records.
|
void |
ReconLinkSet.deleteAll()
Overrides the "deleteAll" action functionality to delete only those
records that fall into the current view and the current search criteria.
|
protected Mbo |
ReconLinkSet.getMboInstance(MboSet ms) |
void |
ReconLink.init()
Make all object fields Read-Only, but still allow deleting the object as a whole
|
Methods in psdi.app.recontask that throw MXException
Modifier and Type |
Method and Description |
void |
FldReconTaskFilterName.action()
Validates that the selected filter type matches both "Data Set 1" or "Data Set 2".
|
void |
ReconTaskRemote.activateDeactivateReconTask() |
void |
ReconTask.activateDeactivateReconTask()
First this Recon Task is saved, then depending on the current value of
Active, if this Recon Task is already
active, then this method deactivates this Recon Task.
|
void |
ReconTaskLink.add()
Add a new ReconTaskLink, setting any field defaults.
|
void |
ReconTaskComp.add()
Add a new ReconTaskComp, setting any field defaults.
|
void |
ReconTask.add()
Add a new ReconTask, setting any field defaults.
|
void |
ReconTask.appValidate()
Pre-save validation method.
|
void |
ReconTaskCompSet.canAdd()
Make sure that the Comparison Rules can be associated only after the Task name is entered.
|
void |
ReconTask.canDelete()
NOTE: If TAMIT 7.2 is migrated to MBS, this method must be migrated
instead of super.canDelete()
This method overrides super.canDelete().
|
protected void |
ReconTask.createCronTaskInstance(boolean createActive)
Creates an instance of a Cron Task that is associated with this Recon Task.
|
void |
ReconTaskComp.delete(long modifier)
if RECONTASKCOMP does not exist then set the RECONTASK.RESULTOPTION field to readonly and not required
|
void |
ReconTask.delete(long modifier)
delete the Task and associated entries from RECONTASKLINK table
|
void |
ReconTask.deleteCronTaskInstance()
Deletes an associated Cron Task, if there is one.
|
MboRemote |
ReconTask.duplicate()
Duplicate the current Reconciliation Task.
|
static int |
SequenceNumberUtil.findNextSequenceNumber(Mbo object,
java.lang.String sequenceColumnName)
Static method to generate the next sequence number.
|
protected java.lang.String |
ReconTask.getCronTaskInstanceName()
Constructs the instance name for the Cron Task.
|
java.util.ArrayList |
ReconTaskRemote.getLinkRules() |
java.util.ArrayList |
ReconTask.getLinkRules()
Get the ReconLinkRules associated with the specified ReconTask, ordered by
CASCADEPOSITION.
|
protected Mbo |
ReconTaskSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconTaskLinkSet.getMboInstance(MboSet ms) |
protected Mbo |
ReconTaskCompSet.getMboInstance(MboSet ms) |
void |
ReconTask.init()
Default initialization routine.
|
boolean |
ReconTask.isCronTaskCreated()
Tests if a Cron Task exists for this Reconciliation Task
|
static boolean |
ReconTask.isEmpty(MboSetRemote ms)
Utility method to test if the given MboSetRemote is null or empty
|
boolean |
ReconTaskRemote.isReconTaskActive() |
boolean |
ReconTask.isReconTaskActive()
Tests is this Reconciliation Task is active (has been activated)
|
void |
ReconTaskCompSet.remove(MboRemote mbo)
Overrides the superclass's "remove" to reenable the data set fields if there are
no clauses left for each relationship.
|
void |
ReconTaskLink.save()
issue#83268 -
(ReconTask) save() method is called ONLY when there are changes to the ReconTask set.
|
void |
ReconTask.save() |
void |
ReconTaskComp.undelete()
This method undeletes an comparison rule line that has been marked for deletion.
|
void |
FldReconTaskRuleName.validate()
Validates the new value.
|
void |
FldCascadePosition.validate()
Override validate method.
|
Methods in psdi.app.recontask.engine that throw MXException
Modifier and Type |
Method and Description |
void |
ReconExpression.addExpressionToken(int tokenType,
java.lang.String tokenValue)
Append a token at the end of the expresion.
|
void |
ReconExpression.addExpressionToken(int tokenType,
java.lang.String tokenValue,
java.lang.String tokenUnit)
Append a token at the end of the expresion.
|
void |
ComparisonQueryHelper.attachOneResult(java.lang.String objectName,
ReconValue value)
Attach ONE object to the statement set, removing anything that existed
before Use with caution :)
|
protected java.util.Map |
ReconLinkProcessor.buildAttributeToIndexMap(DataSet ds,
ReconValueSet dsValueSet)
Method returns a HashMap containing linking between an attribute name and
the original attribute name.
|
protected ComparisonStatementHelper |
ComparisonQueryHelper.buildMainStatement(DataSet ds) |
static java.lang.String |
ReconUtil.buildToken(MboRemote clause,
DataSet dataSet,
java.lang.String objectNameFld,
java.lang.String attributeNameFld,
java.lang.String classstructureIdFld) |
void |
ReconComparisonProcessor.calculateResultOption()
Retrieves the result type in which the reconciliation comparison results
are to be reported.
|
void |
ReconComparisonProcessor.compare()
Performs complete, end-to-end reconciliation comparison processing
|
protected void |
TaskDefinition.compare(java.util.Map[][] linkedPairs) |
protected void |
ReconExpression.compileExpression() |
protected BinaryTreeNode |
ReconExpression.convertInfixToExpressionTree()
Loops through this list of infix expressions from left to right according
to the following steps.
|
protected void |
ReconLinkProcessor.deleteFromLinkTable(java.lang.String tableName,
DBShortcut dbShortcut,
java.util.Iterator keys) |
protected void |
ReconLinkProcessor.deleteFromReconlink(DBShortcut dbShortcut,
java.util.Iterator keys)
Deletes from table reconlink old results.
|
protected void |
ReconLinkProcessor.deleteFromReconMultilink(DBShortcut dbShortcut,
java.util.Iterator keys) |
protected void |
ReconLinkProcessor.deleteListedKeys(DBShortcut dbShortcut,
java.lang.String partialDeleteStatement,
java.util.List keyGroup)
Appends key values to a partial delete statement and executes it.
|
ReconCompResult |
ReconCompMatchesFoundExpression.evaluateExpression(ComparisonQueryHelper queries)
Evaluates the expression, compiling it first if needed.
|
ReconCompResult |
ReconCompAttributesEqualityExpression.evaluateExpression(ComparisonQueryHelper queries)
Evaluates the expression, compiling it first if needed.
|
ReconCompFilterReturn |
ReconCompFilterExpression.evaluateExpression(ComparisonQueryHelper queries)
Evaluates the expression, compiling it first if needed.
|
protected ReconCompResult |
ReconCompMatchesFoundExpression.evaluateExpressionTree(BinaryTreeNode root,
ComparisonQueryHelper queries)
Traverse the binary tree using a recursive algorithm
|
protected ReconCompResult |
ReconCompAttributesEqualityExpression.evaluateExpressionTree(BinaryTreeNode root,
ComparisonQueryHelper queries)
Traverse the binary tree using a recursive algorithm
|
java.util.List |
ReconLinkExpression.evaluateLinkExpression(ReconValue leadingObject,
SubordinateSetAttribute[] subordinateSetAttributes)
Evaluates the expression, compiling it first if needed.
|
ReconCompResult |
ReconOperatorCompCompareCardinality.evaluateOperator(java.lang.String qualifiedName1,
java.lang.String qualifiedName2,
ComparisonQueryHelper qh) |
ReconCompResult |
ReconOperatorCompCompareAttribute.evaluateOperator(java.lang.String fullyQualifiedName1,
java.lang.String fullyQualifiedName2,
ComparisonQueryHelper qh) |
protected void |
ComparisonRule.extractObjectsAndAttributes()
Walks the expressions that were already processed and extract object names
and attributes for the SQL queries for the database.
|
protected void |
ReconOperatorCompCompareAttribute.fillInDataSet2Data(ReconCompResult ret,
int idx,
java.lang.Object val,
java.lang.String unit) |
protected ReconOperator |
ReconExpression.findOperator(int tokenType,
java.lang.String tokenValue,
java.util.List containingExpressionOperators) |
protected java.lang.String |
ReconLinkProcessor.getAssetidFieldName(DataSet dataset) |
protected java.util.Set |
TaskFilter.getAttributes()
Retrieves the set of Asset attribute names from cache
|
protected java.lang.String |
ReconExpression.getCloseParentheses(MboRemote clause)
Overridable to allow subclsasses adapt for eventual attribute name
difference
|
protected java.lang.String |
ReconCronTask.getCrontaskParameter()
Read in the configuration information from mxserver.properties.
|
DBShortcut |
ReconContext.getDBShortcut()
Convenience method to provide data set providers a valid DBShortcut object.
|
protected java.lang.String |
ReconExpression.getExpressionTag(MboRemote clause)
Overridable to allow subclsasses adapt for eventual attribute name
difference
|
java.lang.String |
ComparisonRule.getName()
Returns the name of this reconciliation comparison rule
|
protected java.lang.String |
ReconExpression.getOpenParentheses(MboRemote clause)
Overridable to allow subclsasses adapt for eventual attribute name
difference
|
int |
ReconExpressionToken.getOperatorPrecedence() |
CrontaskParamInfo[] |
ReconCronTask.getParameters() |
int |
ComparisonStatementHelper.getRecordCount(java.lang.String qualifiedName)
the qualified name should be in the form of,
ObjectName
Or
ObjectName?ClassstructureID
|
protected int |
ReconExpression.getSequenceNum(MboRemote clause)
Overridable to allow subclsasses adapt for eventual attribute name
difference
|
protected MboRemote |
TaskFilter.getTaskFilter(MboRemote reconTaskMbo)
Retrieve the filter MBO (business object) for the reconciliation task.
|
java.lang.String |
TaskFilter.getWhereClause()
Retrieves the SQL WHERE clause for this reconciliation task based on the
task filter, if any and for the given type of process.
|
java.lang.String |
TaskFilter.getWhereClause(java.lang.String whereClause)
Retrieves the SQL WHERE clause for this reconciliation task based on the
task filter, if any and for the given type of process.
|
protected void |
ReconOperatorCompCompareAttribute.initialize(java.lang.String fullyQualifiedName1,
java.lang.String fullyQualifiedName2,
ComparisonQueryHelper qh) |
void |
ComparisonStatementHelper.initializeReconValueSet()
Initialize the data structure that holds what's read from the database
|
static boolean |
ReconUtil.isEmpty(MboSetRemote mboSet) |
protected boolean |
ComparisonQueryHelper.isMainUIDMatch(ComparisonStatementHelper mainSt,
java.lang.Object objUID,
java.lang.String objectName)
Issue 09-18001
Validate if Main Data Object UID match passed in objectUID
|
boolean |
ReconExpressionToken.isRightAssociativeOperator() |
java.util.Map[][] |
ReconLinkProcessor.link()
Links data from one data set to the data of another data set.
|
protected java.util.Map[][] |
TaskDefinition.link()
Returns linked data set items for further comparison processing.
|
java.util.Map[][] |
ReconLinkerI.link() |
protected void |
ReconLinkProcessor.loadData()
Loads data for the linking from the database.
|
protected void |
ReconLinkProcessor.loadTaskFilter()
Loads the attributes from the specified task filter.
|
protected void |
TaskFilter.loadTaskFilterClauses(MboRemote reconTaskMbo)
Retrieves and caches the task filter clause for the given reconciliation
task.
|
protected java.util.Map |
TaskFilter.parseTaskFilterClauses(MboSetRemote taskFilterClauses)
Parses the given reconciliation task filter clauses into a
TaskFilterClause object.
|
void |
TaskDefinition.performTask(java.lang.String taskName,
java.lang.String cronName,
java.lang.String instanceName)
Performs the task of reconciling data between data set1 and
data set2.
|
protected void |
ComparisonQueryHelper.prepare() |
void |
ComparisonStatementHelper.prepare() |
void |
ReconCompResult.prepare(java.util.Map linkValue1,
java.util.Map linkValue2)
Prepare - set Root Information for the result and their ID and keys.
|
void |
ReconExpression.prepareAttributeIndexes(ReconValueSet leadingSet,
ReconValueSet subordinateSet)
Modifies the comparison operators to use indexes into the attribute arrays
instead of attribute names - done for performance reasons
|
static void |
ReconExpression.processInfixExpression(java.util.Stack operatorStack,
java.util.Stack nodeStack,
ReconExpressionToken currentToken) |
protected void |
ReconLinkProcessor.processLeadingSet(ReconValueSet leadingSet,
SubordinateSetAttribute[] subordinateSetAttributes)
Does the actual linking of leading set and subordinate set.
|
static void |
ReconExpression.processOperatorToken(java.util.Stack operatorStack,
java.util.Stack nodeStack,
ReconExpressionToken currentToken) |
protected void |
ComparisonRule.processRule(MboRemote rule)
Parses a comparison rule into its distinct components:
- data set1 filter (set of filter clauses)
- data set2 filter (set of filter clauses)
- matches found records (set of clauses)
- attributes equality records (set of clauses)
|
protected void |
ReconCompMatchesFoundExpression.readClause(MboRemote clause) |
protected void |
ReconCompAttributesEqualityExpression.readClause(MboRemote clause) |
protected void |
ReconCompFilterExpression.readClause(MboRemote clause) |
protected abstract void |
ReconExpression.readClause(MboRemote clause) |
protected void |
ReconLinkExpression.readClause(MboRemote clause)
This method reads a clause of a link rule.
|
protected void |
ReconExpression.readExpression(java.util.List reconLinkSet)
Coded readExpression to read Values from the MBO Set (srini) Added
Validation checks and exception handling (srini) 7/21/04
|
void |
ReconExpression.readExpression(MboSetRemote reconLinkSet)
The reason why this method exisits: It is not possible to sort the MBO set
itself, because this code is called to validate the rule.
|
protected void |
ReconCompFilterExpression.readOperator(MboRemote clause)
Read the operator and value for the reconciliation comparison filter
clause.
|
protected ReconExpression |
ComparisonRule.readReconCompExpression(MboRemote rule,
java.lang.String relationship)
Retrieves an expression for this comparison rule
|
protected java.util.List |
ReconComparisonProcessor.retrieveComparisonRules()
Retrieves the comparison rules for the given reconciliation task
|
protected MboRemote |
TaskDefinition.retrieveReconTaskMbo(java.lang.String taskName)
Returns a reconciliation task business object associated with the given
reconciliation task name.
|
protected MboSetRemote |
TaskDefinition.retrieveReconTaskMboSet(java.lang.String taskName,
boolean readonly) |
void |
ReconInfo.setDataSet1Name(java.lang.String dataSet1Name) |
void |
ReconInfo.setDataSet2Name(java.lang.String dataSet2Name) |
void |
ReconCompResult.setIDAndKeys(java.util.Map idKey1,
java.util.Map idKey2,
boolean isRoot)
setID And Keys for the result
|
void |
ReconCompResult.setIDAndKeys(ResultTableAttributes attributes,
java.util.Map idKey,
boolean isRoot,
boolean isDataSet1)
setID And Keys for the result
|
void |
ReconInfo.setTaskMbo(MboRemote taskMbo) |
protected void |
ReconLinkProcessor.writeLeadingSetErrors(java.util.List failedLinks,
DBShortcut dbShortcut)
Writes out the errors from linking the data from the leading set.
|
protected void |
ReconLinkProcessor.writeLinkSuccessPairs(DBShortcut dbShortcut,
java.util.List successfulLinks,
java.util.Map[][] ret)
Writes out the successfully linked items.
|
protected void |
ReconComparisonProcessor.writeResults(java.util.List results) |
protected void |
ReconLinkProcessor.writeSubordinateSetErrors(DBShortcut dbShortcut,
java.util.List failedLinks)
Writes out the errors from linking data from the subordinate data set.
|
Methods in psdi.app.recontask.engine.compare that throw MXException
Modifier and Type |
Method and Description |
java.util.List |
ReconComparatorI.compare(java.util.Map linkValue1,
java.util.Map linkValue2)
Compare 2 sets of data starting from the root values from data set1 and data set2.
|
java.util.List |
GenericReconComparator.compare(java.util.Map linkValue1,
java.util.Map linkValue2) |
java.util.List |
FullCIReconComparator.compare(java.util.Map linkValue1,
java.util.Map linkValue2) |
java.util.List |
FullCIReconComparator.compareFullCI(java.util.Map linkValue1,
java.util.Map linkValue2) |
ReconComparatorI |
ReconComparatorFactory.getComparator(ComparatorContext context,
ComparisonRule compRule) |
protected void |
GenericReconComparator.loadData(ComparisonQueryHelper cqh,
ComparisonStatementHelper csh,
java.util.Map linkValue1,
java.util.Map linkValue2) |
protected void |
GenericReconComparator.prepareAndAddResult(ComparisonRule cr,
java.util.Map linkValue1,
java.util.Map linkValue2,
java.util.List results,
ReconCompResult result)
prepare the result and write the result
|
Methods in psdi.app.recontask.engine.dataset that throw MXException
Modifier and Type |
Method and Description |
protected java.lang.String |
CIDataSet.buildClassStructureFilteringWhere(java.lang.String objectName) |
protected java.lang.String |
CommonDataSet.buildClassStructureFilteringWhere(java.lang.String objectName)
Build the where clause for filtering the object to ensure that it's classtructureid, if there is one, is a
decendant of the root classtructureid as defined in a maxvar.
|
protected java.lang.String |
ActualCIDataSet.buildClassStructureFilteringWhere(java.lang.String objectName) |
static DataSet |
DataSetConfig.getDataSet(java.lang.String datasetName)
Returns the DataSet class given a data set name.
|
java.lang.String |
CIDataSet.getFixedTaskFilterWhereClause() |
java.lang.String |
AssetDataSet.getFixedTaskFilterWhereClause() |
java.lang.String |
CommonDataSet.getFixedTaskFilterWhereClause()
Returns the where clause for filtering the main object to ensure that it's classtructureid, if there is one,
is a decendant of the root classtructureid as defined in a maxvar.
|
java.lang.String |
ActualCIDataSet.getFixedTaskFilterWhereClause() |
java.lang.String |
DataSet.getFixedTaskFilterWhereClause()
The recon engine calls this method to check if the data set wants to impose a global where clause for
filtering the root objects for all recon tasks at link time, in addition to task filters.
|
java.lang.String |
CIActCIDataSetHelper.getFixedTaskFitler(DataSetContext context) |
java.lang.String[] |
CommonDataSet.getMainObjectPrimaryKeys()
Retrieves the primary key attributes of the main object from Maximo meta data.
|
java.lang.String[] |
DataSet.getMainObjectPrimaryKeys()
Returns the names of the primary keys of the main object of this data set, in the order of primary key
sequence as defined in MAXATTRIBUTES.
|
java.lang.String |
DataSet.getMainObjectUID()
Returns the name of the Maximo unique ID of the main object of this data set.
|
java.lang.String |
CommonDataSet.getObjectUID(java.lang.String objectName)
Retrieves the unique ID of a given object from Maximo meta data.
|
java.lang.String |
DataSet.getObjectUID(java.lang.String objectName)
Convenience function that returns the Maximo unique ID of a given object.
|
int |
AssetDataSet.getRecordCount(java.util.Map uidKeys,
java.lang.String objectName,
java.lang.String classStructureID) |
int |
CommonDataSet.getRecordCount(java.util.Map uidKeys,
java.lang.String objectName,
java.lang.String classStructureID)
Returns -1.
|
int |
DataSet.getRecordCount(java.util.Map rootValues,
java.lang.String tableName,
java.lang.String classStructureID)
For record match comparison, the recon engine reads in the proper data and count the numbers of them for
comparison.
|
java.lang.String |
CommonDataSet.getRootClassstructureID(java.lang.String objectName)
Helpers function that retrieves the root class structure id for a given object, using the maxvar that's
defined for it.
|
java.lang.String |
DataSet.getRootClassstructureID(java.lang.String objectname)
If the reconciliation can be performed on a class specification of an object, it may be desired that only
decendants of a root class are included in the reconciliation process.
|
java.lang.String |
CIActCIDataSetHelper.getTableJoinWhereClauseForComparison(DataSetContext context,
java.util.Map uidKeys) |
java.lang.String |
DPADataSet.getTableJoinWhereClauseForComparison(java.lang.String tableName,
java.util.Map uidKeys) |
java.lang.String |
CIDataSet.getTableJoinWhereClauseForComparison(java.lang.String tableName,
java.util.Map uidKeys) |
java.lang.String |
AssetDataSet.getTableJoinWhereClauseForComparison(java.lang.String tableName,
java.util.Map uidKeys) |
java.lang.String |
CommonDataSet.getTableJoinWhereClauseForComparison(java.lang.String tableName,
java.util.Map uidKeys)
Throws IllegalArgumentException exception
|
java.lang.String |
ActualCIDataSet.getTableJoinWhereClauseForComparison(java.lang.String tableName,
java.util.Map uidKeys) |
java.lang.String |
DataSet.getTableJoinWhereClauseForComparison(java.lang.String tableName,
java.util.Map parentValues)
At the comparison phase the recon engine needs to read in more data using the top level main objects calculated
from the linking process.
|
static java.util.List |
DataSetConfig.getValidDataSet2Names(java.lang.String dataset1Name)
Returns a list of data set2 names the given data set name can reconcile against as data set1.
|
protected boolean |
AssetDataSet.hasPartitions()
Check once and see if there is any partitions in the system.
|
java.lang.String |
CommonDataSet.readMaxVar(java.lang.String varName,
boolean hasDefaultValue)
Get value of maxvar from database.
|
Methods in psdi.app.recontask.engine.load that throw MXException
Modifier and Type |
Method and Description |
protected void |
LinkMetaDataLoader.addAttributesForDataSet(DataSet dataSet,
java.util.List addAttributesTo) |
protected void |
DataLoader.attachSpecValues(java.lang.String objectName,
java.util.List specAttributes,
java.util.Map specCache,
ReconValueSet values)
Attaches spec values.
|
ReconLinkExpression |
LinkMetaDataLoader.buildExpression(MboRemote linkRule)
Builds an expression tree from a link rule containing attributes.
|
protected java.lang.String |
LinkDataLoader.buildSQL() |
protected java.lang.String |
ComparisonDataLoader.buildSQL(ComparisonStatementHelper sh,
java.util.Map uidAdnKeys)
Build SQL statement
|
protected java.lang.String |
LinkDataLoader.getSpecWhereClause() |
protected java.lang.String |
ComparisonDataLoader.getSpecWhereClause(ComparisonStatementHelper sh,
int index)
Build Specification SQL where clause
|
void |
LinkMetaDataLoader.load()
Loads the attributes and spec attributes for both data sets.
|
void |
LinkDataLoader.load()
Loads the reconValueSet for the reconValueSet set being used.
|
void |
ComparisonDataLoader.load(ComparisonStatementHelper sh,
java.util.Map linkValue)
Load Object:
load main object,
load current object,
load specification data for current object.
|
protected void |
LinkDataLoader.loadData()
Method loads data based on metadata previously loaded.
|
protected void |
ComparisonDataLoader.loadData(ComparisonStatementHelper sh,
java.util.Map linkValue)
Build SQL to load data.
|
protected void |
ComparisonDataLoader.loadDataForOne(ComparisonStatementHelper sh,
java.lang.String sql,
ReconValue parentValue)
Query DB to load data and set record data for the current object "sh"
|
protected void |
DataLoader.loadSpecs(java.lang.String objectName,
java.util.List specAttributes,
java.lang.String whereClause,
java.util.Map specCache)
Loads specs for a particular data set.
|
Methods in psdi.app.recontask.engine.write that throw MXException
Modifier and Type |
Method and Description |
protected java.lang.String |
ReconResultWriter.buildCacheQuery(java.lang.String resultTypeExt)
Builds a SELECT statement to retrieve existing data from table
reconresult based on values for recontaskid, resulttype, rulename, ancestorassetnum
|
protected void |
AbstractResultWriter.buildSQLF()
Builds the SQL string to be used in writing to the database.
|
protected SqlFormat |
ReconResultWriter.buildUpdateQuery(java.lang.Object reconResultId)
Constructs the SQL UPDATE statement to update an existing row in table
reconresult for the given unique recon result identifier.
|
protected void |
ReconResultWriter.cacheExistingReconResults(DBShortcut dbShortcut,
java.lang.String resultTypeExt)
Retrieves and caches existing reconciliation results for comparison rules
|
protected java.lang.Number |
ReconResultWriter.getReconResultId(DBShortcut dbShortcut)
Retrieves the reconresultid column value from the database based on the
values from the execution of the recontask
|
void |
ResultWriter.init(ReconInfo reconInfo)
Initialize the class.
|
void |
AbstractResultWriter.init(ReconInfo reconInfo)
Initializes the class.
|
protected java.lang.String |
ReconResultWriter.prepareWhereClause(java.lang.String attribute,
java.lang.String value,
int index)
Builds a WHERE clause based on whether or not the attribute contains
a nullable value
|
void |
ReconResultWriter.setValue(java.lang.String attributeName,
java.lang.Object attributeValue)
Sets the value for an attribute to be written out to the table.
|
void |
ResultWriter.setValue(java.lang.String attribute,
java.lang.Object value)
Sets a value (the value of a database column).
|
void |
AbstractResultWriter.setValue(java.lang.String attributeName,
java.lang.Object attributeValue)
Sets the value for an attribute name (such as ASSETNUM, for instance.)
|
void |
ReconResultWriter.write(DBShortcut dbShortcut)
Writes out the values to the reconresult table.
|
void |
ReconMultiLinkWriter.write(DBShortcut dbShortcut) |
void |
ReconLinkWriter.write(DBShortcut dbShortcut) |
void |
ResultWriter.write(DBShortcut dbShortcut)
Writes out the results altogether to the database.
|
void |
AbstractResultWriter.write(DBShortcut dbShortcut)
Writes out the compiled SQL statement created by the
setValue() method calls.
|
Methods in psdi.app.relation that throw MXException
Modifier and Type |
Method and Description |
void |
FldRelationContainment.action()
"Revrelationship" is editable only when the Contain flag is checked and
there are no instances in the CIRELATION table using the rule.
|
void |
FldRelationCompRelation.action()
set the comprelation relationship for this relationship's comprelation
relationship.
|
void |
FldContainment.action()
"Revrelationship" is editable only when the Contain flag is checked and
there are no instances in the CIRELATION table using the rule.
|
void |
RelationRulesExt.add()
Adds a new RelationRules object.
|
void |
RelationRules.add()
Adds a new RelationRules object.
|
void |
Relation.add()
Adds a new Relation object.
|
void |
RelationRulesExt.appValidate() |
void |
RelationRulesSet.canAdd()
A new RelationRules instance can not be created by an owning linear Relation object.
|
void |
RelationRules.canDelete()
RELATION RULE cannot be deleted for many reasons.
|
void |
Relation.canDelete()
RELATION cannot be deleted for many reasons.
|
void |
RelationRemote.clearClassification() |
void |
Relation.clearClassification()
This method clears the classtructureid of the Relation.
|
void |
RelationRulesExtRemote.clearSourceClassification() |
void |
RelationRulesExt.clearSourceClassification()
This method clears the source classtructure of the Relation rules.
|
void |
RelationRulesRemote.clearSourceClassification() |
void |
RelationRules.clearSourceClassification()
This method clears the source classtructure of the Relation rules.
|
void |
RelationRulesExtRemote.clearTargetClassification() |
void |
RelationRulesExt.clearTargetClassification()
This method clears the target classtructure of the Relation rules.
|
void |
RelationRulesRemote.clearTargetClassification() |
void |
RelationRules.clearTargetClassification()
This method clears the target classtructure of the Relation rules.
|
void |
RelationRules.delete(long accessModifier)
override delete to delete a relation rule
|
void |
Relation.delete(long accessModifier)
override delete to delete this and records associated with RELATION
|
MboRemote |
Relation.duplicate()
Duplicates relation and related objects.
|
MboSetRemote |
FldRelationRulesCardinality.getList()
Return list of mbos for from the relation table.
|
MboSetRemote |
FldRelationCompRelation.getList()
Return list of mbos for from the relation table.
|
protected Mbo |
RelationSet.getMboInstance(MboSet ms)
Generates a new Relation object.
|
protected Mbo |
RelationRulesSet.getMboInstance(MboSet ms)
Generates a new RelationRulesobject.
|
protected Mbo |
RelationRulesExtSet.getMboInstance(MboSet ms)
Generates a new RelationRulesobject.
|
java.lang.String |
FldRelationRulesExtTargetClass.getObjectName()
Important thing here is that we override the ObjectName to be ASSET
because that will be used by the ClassStructureSet to return
the right type of classifications.
|
void |
RelationRulesExt.init() |
void |
RelationRules.init()
Initialization routine.
|
void |
Relation.init()
Initialization routine.
|
static boolean |
RelationUtils.isASSET(Mbo mbo) |
static boolean |
RelationUtils.isCI(Mbo mbo) |
protected void |
RelationRulesExt.save() |
void |
RelationRules.save()
Actions that occur when a relationrules object is saved.
|
void |
Relation.save()
Actions that occur when a relation object is saved.
|
protected boolean |
RelationRulesExt.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
RelationRules.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Relation.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
static java.lang.String |
AttrCondDomainUtil.toInternalString(MboRemote mbo,
java.lang.String fld) |
static java.lang.String |
RelationUtils.toInternalString(MboRemote mbo,
java.lang.String fld,
java.lang.String domain) |
void |
FldRevrelationship.validate()
Validate if a relationship can be Target Parent.
|
void |
FldRelationUseWith.validate()
Validates the relation usewith (ie, what can this relationship be used
with)
|
void |
FldRelationType.validate()
Validates the relation type
|
void |
FldRelationRulesTargetClass.validate()
Validates the relation target classification
|
void |
FldRelationRulesSourceClass.validate()
Validates the relation source classification
|
void |
FldRelationRulesExtTargetClass.validate()
Validates the relation target classification
|
void |
FldRelationRulesExtSourceClass.validate()
Validates the relation source classification
|
void |
FldRelationRulesExtAttrCond.validate()
validate that the 'equals' condition is not used more than once for the same attribute
|
void |
FldRelationRulesCardinality.validate()
Validates the relation rule CARDINALITY
|
void |
FldRelationLinear.validate()
Validate if a relationship can be linear.
|
void |
FldRelationContainment.validate()
Validates the containment
|
Methods in psdi.app.repairfacility that throw MXException
Modifier and Type |
Method and Description |
static java.lang.String |
RepairFacilityRestriction.getRepairFacilityLookupWhere(UserInfo userInfo)
Return a where clause to display only the repair facilities authorized
|
static java.lang.String |
RepairFacilityRestriction.getRepairFacilityRestrictionWhere(java.lang.String entityName,
UserInfo userInfo)
If Repair Facility feature is enabled for any organization the current user has access to
returns a where clause to filter records from a specific table based on the repair facility authorization
|
Methods in psdi.app.repairfacility.unittest that throw MXException
Modifier and Type |
Method and Description |
static void |
RepFacilityTestUtil.addUserToGroup(MboRemote user,
MboRemote group) |
static void |
RepFacilityTestUtil.addUserToGroups(MboRemote user,
MboSetRemote groupSet) |
static void |
RepFacilityTestUtil.allowNullRepairFacilityInUserGroups(boolean allowNull,
java.lang.String userName,
UserInfo userInfo)
Goes thru each group the user belongs to and update the NULLREPFAC according to the received parameter
|
static void |
RepFacilityTestUtil.allowNullRepairFacilityInUserGroups(boolean allowNull,
java.lang.String userName,
UserInfo userInfo,
boolean excludeEveryoneGroup,
boolean excludeNewUsersGroup)
Goes thru each group the user belongs to and update the NULLREPFAC according to the received parameter
|
static void |
RepFacilityTestUtil.authorizeAllRepairFacilitiesToUserGroups(java.lang.String userName,
UserInfo userInfo)
Goes thru each group the user belongs to and set the AUTHALLREPFACS flag to true
|
static void |
RepFacilityTestUtil.authorizeAllRepairFacilitiesToUserGroups(java.lang.String userName,
UserInfo userInfo,
boolean excludeEveryoneGroup,
boolean excludeNewUsersGroup)
Goes thru each group the user belongs to and set the AUTHALLREPFACS flag to true
|
static void |
RepFacilityTestUtil.authorizeIndividualRepairFacility(MboRemote repairFacility,
java.lang.String groupName)
Adds a REPFACAUTH record (if need be) to the group, to authorize the repair facility
|
static void |
RepFacilityTestUtil.authorizeIndividualRepairFacilityToUserGroups(MboRemote repairFacility,
java.lang.String userName,
UserInfo userInfo)
Adds a REPFACAUTH record (if need be) to each group the user belongs to, in order to authorize the repair facility
|
static void |
RepFacilityTestUtil.authorizeIndividualRepairFacilityToUserGroups(MboRemote repairFacility,
java.lang.String userName,
UserInfo userInfo,
boolean excludeEveryoneGroup,
boolean excludeNewUsersGroup)
Adds a REPFACAUTH record (if need be) to each group the user belongs to, in order to authorize the repair facility
|
static void |
RepFacilityTestUtil.clearIndividualRepairFacilityAuthorization(java.lang.String userName,
UserInfo userInfo)
Goes thru each group the user belongs to and set the AUTHALLREPFACS flag to false
|
static void |
RepFacilityTestUtil.clearRepairFacilityAuthorization(MboRemote maxUser,
UserInfo userInfo)
Goes thru each group the user belongs to and set the AUTHALLREPFACS flag to false
|
static MaxUserRemote |
RepFacilityTestUtil.createNewUser(MaxGroupRemote group,
UserInfo userInfo) |
static AssetRemote |
RepFacilityTestUtil.createRandomAsset(UserInfo userInfo)
Creates a new asset record, choosing randomly the value for
ASSET.ASSETNUM
|
static AssetRemote |
RepFacilityTestUtil.createRandomAsset(UserInfo userInfo,
MboSetRemote assetSet)
Creates a new asset record, choosing randomly the value for ASSET.ASSETNUM
|
static WORemote |
RepFacilityTestUtil.createRandomWO(MboSetRemote woSet,
java.lang.String insertSite)
Creates a new workorder record, choosing randomly the value for WORKORDER.WONUM
|
static WORemote |
RepFacilityTestUtil.createRandomWO(UserInfo userInfo)
Creates a new workorder record, choosing randomly the value for
WORKORDER.WONUM
|
static void |
RepFacilityTestUtil.updateByPassMaxvar(UserInfo userInfo,
java.lang.String orgid,
boolean enable)
Updates the By Pass Repair Facility Warning Message maxvar for one specific organization
|
static void |
RepFacilityTestUtil.updateByPassMaxvarForAllOrgs(UserInfo userInfo,
boolean enable)
Updates the By Pass Repair Facility Warning Message maxvar for all organizations
|
static void |
RepFacilityTestUtil.updateFacilitiesMaxvar(UserInfo userInfo,
java.lang.String orgid,
boolean enable)
Updates the Repair Facility maxvar for one specific organization
|
static void |
RepFacilityTestUtil.updateFacilitiesMaxvarForAllOrgs(UserInfo userInfo,
boolean enable)
Updates the Repair Facility maxvar for all organizations
|
Methods in psdi.app.report that throw MXException
Modifier and Type |
Method and Description |
void |
FldToolbarLocation.action() |
void |
FldSingleValue.action()
Update the associated singlevalue attribute in ReportAdHocParam with the new
filtersinglevalue value from ReportAdHoc.
|
void |
FldSaveWhere.action() |
void |
FldSaveReport.action()
Report Name and Save Query are disabled when Save Report flag is false.
|
void |
FldRunType.action() |
void |
FldReportStyle.action()
If changing from List to Detail, clear any groups because grouping is not supported for
Detail reports.
|
void |
FldReportScheduleOnly.action()
If ScheduleOnly is selected then norequestpage, direct print, browser view, and
direct print with attachment must be disabled as they are mutually exclusive choices.
|
void |
FldReportSchedSchedule.action()
When a schedule type radio button is selected, null out the fields for
the other schedule types.
|
void |
FldReportSchedOnceDateTime.action() |
void |
FldReportObject.action()
Report Object Structure/parent category has changed.
|
void |
FldReportAppName.action()
For new records, set reportadhoc values that are determined based on the app name,
which is set automatically from the bean.
|
void |
FldQuickPrint.action()
Set values according to quick print options
|
void |
FldNoRequestPage.action() |
void |
FldIsPublic.action()
If a report is made public it must also be saved, so automatically
set savereport to true when ispublic is true.
|
void |
FldInEditMode.action()
When editing reports, the public field is read only.
|
void |
FldFileDispFormat.action() |
void |
FldExpDefault.action()
Sets the new selected default checkbox to true along with the corresponding display checkbox.
|
void |
FldDetail.action() |
void |
FldAttributeName.action() |
void |
ReportProcReserve.add()
Add a ReportProcReserve row if ScheduleOnly is true, otherwise
throw an error message that ScheduleOnly must be checked to
be able to add reserved processing times.
|
void |
ReportOutputCnt.add() |
void |
ReportOutputAuth.add() |
void |
ReportOSAuth.add()
Add a new Mbo.
|
void |
ReportLookup.add() |
void |
ReportLabel.add() |
void |
ReportAuth.add() |
void |
ReportAdHoc.add() |
void |
Report.add() |
void |
ReportAdHocRemote.addAllAttributes() |
void |
ReportAdHoc.addAllAttributes()
Add all attributes to the selected list and remove them from the available list.
|
void |
ReportAdHocRemote.addAttrToExpr(MboRemote attribute,
boolean toBeAdded) |
void |
ReportAdHoc.addAttrToExpr(MboRemote attribute,
boolean toBeAdded)
Add an attribute to the expression table.
|
void |
ReportAdHocRemote.addAttrToSum(MboRemote attribute) |
void |
ReportAdHoc.addAttrToSum(MboRemote attribute)
Add attribute in the Selected Fields list.
|
static void |
ReportUtil.addReportProcSchedulableRecord(MboRemote reportProcSched,
java.lang.String appname,
java.lang.String reportname,
java.lang.String day,
java.util.Date startSchedulable,
java.util.Date endSchedulable,
java.lang.String timezone)
This Method adds a new record to the ReportProcSchedulable Mbo.
|
void |
ReportAdHocRemote.addToExpressionList() |
void |
ReportAdHoc.addToExpressionList() |
static void |
ReportUtil.addToReportBrosParam(java.util.Hashtable paramHashtable,
boolean isSessionParam,
long brosUniqueID,
UserInfo userInfo)
Add all parameters of paramHashtable to REPORTBROSPARAM.
|
static void |
ReportUtil.addToReportBrosParam(java.lang.String paramName,
java.lang.String ParamValue,
boolean isSessionParam,
long brosUniqueID,
UserInfo userInfo) |
static void |
ReportUtil.addToReportBrosUrl(java.util.Vector reporUrlParam,
java.util.Vector securedAttachFlags,
boolean isQpixUrl,
long brosUniqueID,
UserInfo userInfo) |
void |
ReportAdHocRemote.addToSummaryList() |
void |
ReportAdHoc.addToSummaryList()
Add the expression, description, category, and order to the Summary List table.
|
void |
ReportServiceRemote.applyDefaultYesNoValues(MboSetRemote mboSetRemote)
Applies the default YORN value as the locale specific value instead of 1 or 0.
|
void |
ReportService.applyDefaultYesNoValues(MboSetRemote mboSetRemote)
Applies the default YORN value as the locale specific value instead of 1 or 0.
|
void |
Report.appValidate() |
java.lang.String |
Report.assembleDOVRequestPage() |
java.lang.String |
Report.assembleFolderDialog(java.lang.String appName) |
java.lang.String |
ReportRemote.assembleRequestPage(MboRemote report,
MboSetRemote lookupset,
int reportnum,
java.lang.String reporttype) |
java.lang.String |
Report.assembleRequestPage(MboRemote report,
MboSetRemote lookupset,
int reportnum,
java.lang.String reporttype) |
static java.lang.String |
ReportUtil.calculateTotalReservedHours(java.util.Calendar startReserve,
java.util.Calendar endReserve)
Take the beginning and ending reserve times from the calendars, compute
and save the time difference in hours and minutes into a new calendar
and then return it in a String value.
|
boolean |
ReportRemote.canLimitRecords() |
boolean |
Report.canLimitRecords()
Does this report type support the Limit Records functionality?
|
boolean |
ReportServiceRemote.canRunThisReport(java.lang.String userId,
java.lang.String reportName,
java.lang.String appName,
UserInfo userInfo)
This method checks if for the given userId, reportName and appName
the report is accessible.
|
boolean |
ReportService.canRunThisReport(java.lang.String userId,
java.lang.String reportName,
java.lang.String appName,
UserInfo userInfo)
This method checks if for the given userId, reportName and appName
the report is accessible.
|
boolean |
ReportServiceRemote.canRunThisReport(UserInfo userInfo,
java.lang.String reportName,
java.lang.String appName)
returns string array containg the webserver's name and reportServer's name.
|
boolean |
ReportService.canRunThisReport(UserInfo userInfo,
java.lang.String reportName,
java.lang.String appName)
This method checks if for the given userInfo, reportName and appName
the report is accessible.
|
static void |
ReportUtil.checkReserveTimeOverlaps(MboSetRemote reportProcReserveSet,
java.lang.String appname,
java.lang.String reportname,
java.util.Calendar startReserve,
java.util.Calendar endReserve,
java.lang.String day,
long currentMboUniqueIDValue)
Using the beginning and ending reserve times from the current
Mbo record, determine if these times conflict with any reserved
time periods already entered.
|
void |
ReportSched.checkSiteOrgAccessForSave()
Extended this method so that REPORTSCHED record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
void |
ReportParam.checkSiteOrgAccessForSave()
Extended this method so that REPORTPARAM record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
void |
ReportLabel.checkSiteOrgAccessForSave()
Extended this method so that REPORTLABEL record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
void |
ReportDesign.checkSiteOrgAccessForSave()
Extended this method so that REPORTDESIGN record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
void |
ReportDepend.checkSiteOrgAccessForSave()
Extended this method so that REPORTDEPEND record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
void |
ReportAuth.checkSiteOrgAccessForSave()
Extended this method so that REPORTAUTH record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
void |
Report.checkSiteOrgAccessForSave()
Extended this method so that REPORT record can be deleted for QBE reports
if the user have DELETEREPT sigoption.
|
void |
ReportAdHocRemote.clearCalcTempFields() |
void |
ReportAdHoc.clearCalcTempFields()
Clear the temp fields used for building an expression.
|
void |
ReportAdHocRemote.clearFields(java.lang.String fieldType) |
void |
ReportAdHoc.clearFields(java.lang.String fieldType)
Clear sort, group, or filter fields, depending on type passed.
|
void |
ReportOSAuthSet.commit() |
static int |
ReportUtil.convertAllPrintableAttachmentsOfThisMboToPDF(MboRemote baseMbo,
java.util.Vector listOfFilesVector,
java.lang.String outputFolder,
int currentDocIndex,
MXLogger logger) |
static java.util.Date |
ReportUtil.convertDateToClientTimezone(java.util.Locale clientLocale,
java.lang.String clientTimezone,
java.util.Date date)
This Method converts a TIME or DATE value from the MX Server's
timezone to the client's specified timezone and returns the result.
|
static java.util.Date |
ReportUtil.convertDateToMXServer(java.util.Locale clientLocale,
java.lang.String clientTimezone,
java.util.Date date)
This Method converts a TIME or DATE value from the client's specified
timezone to the MX Server's timezone and returns the result.
|
static java.lang.String |
ReportUtil.convertOnceToSchedule(java.util.Date date,
java.util.Locale locale,
java.util.TimeZone clientTimeZone)
Convert a one-time schedule from the UI input to a cron task schedule
pattern
|
void |
ReportAdHocRemote.copyChildrenForInit() |
void |
ReportAdHoc.copyChildrenForInit()
Populate the temporary child sets that are used in the Create Report UI.
|
void |
ReportAdHocRemote.copyChildrenForSave() |
void |
ReportAdHoc.copyChildrenForSave()
Copy from the temporary child sets that are used in the Create Report UI
into the set that is saved in the transaction.
|
void |
ReportAdHocRemote.createReport() |
void |
ReportAdHoc.createReport() |
java.lang.String |
ReportAdHocRemote.createReportName() |
java.lang.String |
ReportAdHoc.createReportName()
Construct a unique file name in the format __.rptdesign.
|
static java.lang.String |
ReportUtil.createReportName(java.lang.String appName,
java.lang.String userName)
Construct a unique file name in the format __.rptdesign.
|
void |
ReportSched.delete(long accessModifier)
Delete the Report Scheduling object.
|
void |
ReportDS.delete(long accessModifier)
Delete REPORTDSPARAM when REPORTDS is deleted.
|
void |
ReportAdHoc.delete(long accessModifier)
Delete the ReportAdHoc and related ReportAdHocFields.
|
void |
Report.delete(long accessModifier) |
void |
ReportAdHocRemote.disableScheduleFields(boolean disable) |
void |
ReportAdHoc.disableScheduleFields(boolean disable)
|
MboRemote |
Report.duplicate()
Duplicates a Report record.
|
boolean |
MLEnabledCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for displaying the Generate Request Page button
|
boolean |
DynamicQueryCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for displaying the Dynamic Query Selected field.
|
boolean |
CreateButtonCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for displaying the Create Report button
|
void |
AuthDeleteEventHandler.eventAction(EventMessage em)
Construct the Printer object
|
boolean |
AuthDeleteEventHandler.eventValidate(EventMessage em) |
static boolean |
ReportUtil.excludeDynamicQuery(MboRemote reportAdHoc)
Determines whether the application query should be excluded from the where clause applied to the
ad hoc report at runtime.
|
static void |
ReportUtil.finishReportProcSchedulableRecord(MboSetRemote reportProcSchedSet,
MboRemote reportProcSched,
java.lang.String appname,
java.lang.String reportname,
java.lang.String day,
java.lang.Integer dayNum,
java.util.Date startSchedulable,
boolean needsEndingTime,
boolean setFullDayAvailability,
java.lang.String timezone)
This Method is used to do any final additions to the ReportProcSchedulable Mbo
when either the next row of ReportProcReserve data read in is a for a different
report or when the last row of ReportProcReserve data has been processed but
the ReportProcSchedulable Mbo is still incomplete for the last report.
|
static java.lang.String |
ReportUtil.formatWhere(java.lang.String whereClause,
java.lang.String baseTable,
UserInfo ui)
Qualifies the passed where clause and formats using the passed UserInfo to convert db object
names to lower case.
|
java.lang.String |
ReportRemote.generateAndReplaceAllXML() |
java.lang.String |
Report.generateAndReplaceAllXML()
Builds the replibrary presentation XML from scratch, ignoring the existing content.
|
void |
ReportOutput.generateAutoKey() |
java.lang.String |
ReportRemote.generateXML(MboRemote appfolder,
MboSetRemote lookupset,
java.lang.String presentationXML) |
java.lang.String |
Report.generateXML(MboRemote appfolder,
MboSetRemote lookupset,
java.lang.String presentationXML) |
MboSetRemote |
ReportServiceRemote.getAccessibleReports(UserInfo userInfo)
This method returns an MBo Set of REPORT object which contains all reports
that the current user has access to.
|
MboSetRemote |
ReportService.getAccessibleReports(UserInfo userInfo)
This method returns an MBo Set of REPORT object which contains all reports
that the current user has access to.
|
java.util.ArrayList |
ReportServiceRemote.getAccessibleReportsCollection(UserInfo userInfo)
This method returns an ArrayList of REPORTS that the current user has access to.
|
java.util.ArrayList |
ReportService.getAccessibleReportsCollection(UserInfo userInfo)
This method returns an ArrayList of REPORTS that the current user has access to.
|
MboSetRemote |
ReportAdHocRemote.getAvailableAttributesSet() |
MboSetRemote |
ReportAdHoc.getAvailableAttributesSet()
Gets the MboSet of available attributes.
|
MboSetRemote |
ReportAdHocRemote.getAvailableAttributesSetCalc() |
MboSetRemote |
ReportAdHoc.getAvailableAttributesSetCalc()
Gets the MboSet of available attributes.
|
java.lang.String |
ReportRemote.getBaseReportXML() |
java.lang.String |
Report.getBaseReportXML() |
java.lang.String |
ReportAdHocRemote.getCategory(int objectID) |
java.lang.String |
ReportAdHoc.getCategory(int objectID)
Returns the category name used in the categories tree for the specified
object ID.
|
static ReportSecAttKeyRecord |
ReportUtil.getcurrentSecAttKeyRecord(UserInfo userInfo)
Returns the key generated in last 24 hours.
|
static java.lang.String |
ReportUtil.getDayName(java.lang.String dayNum,
UserInfo userInfo)
This Method finds the DAY name stored in the DAYNAME domain for the
dayNum value passed in.
|
static java.lang.String |
ReportUtil.getDBType() |
java.lang.String |
ReportAdHocRemote.getDuplicateReportName() |
java.lang.String |
ReportAdHoc.getDuplicateReportName()
If the user has a QBR in this app with the same title, return its reportname value.
|
static java.lang.String |
ReportUtil.getEmailAddress(java.lang.String userId)
Returns the email address of the user with the passed in user ID.
|
static java.lang.String |
ReportUtil.getEntityName(java.lang.String objectName)
Returns the name of the database object for the specified object name.
|
ReportConstants.EmailFileTypes |
ReportOutputCntRemote.getFileType() |
ReportConstants.EmailFileTypes |
ReportOutputCnt.getFileType() |
static java.util.List |
ReportUtil.getFileTypeList()
Returns the supported list of ReportEmailFileTypeInfos from the REPORTEMAILFILE cache.
|
java.util.List |
ReportEmailFileTypeCache.getFileTypes()
Return a Set of values supported for use in an ad hoc report expression.
|
java.lang.String |
ReportOutputAuthSetRemote.getFormatedRecipients() |
java.lang.String |
ReportOutputAuthSet.getFormatedRecipients() |
int |
ReportAdHocRemote.getLevelCount(java.lang.String fieldType) |
int |
ReportAdHoc.getLevelCount(java.lang.String fieldType)
Returns the number of fields that exist for the passed field type (group or sort).
|
MboSetRemote |
FldReportSchedEmailUsers.getList()
Override - Retrieve the list of email address from table EMAIL
|
MboSetRemote |
FldReportOSAuthGroupName.getList()
Only those groups having access to Create Report option
for this application appear in the list.
|
MboSetRemote |
FldReportAuthGroupName.getList()
Filters, so that only those groups having access to RUN REPORTS option
for this application appears in the list.
|
MboSetRemote |
FldFileDispFormat.getList() |
MboSetRemote |
FldEmailType.getList() |
MboSetRemote |
FldEmailFileType.getList()
Override - Disable smartfill - we want the user to enter any value
|
MboSetRemote |
FldAppName.getList() |
java.util.HashSet |
ReportAttachUncPathCache.getListOfValidLocalPaths() |
java.lang.String |
ReportSet.getMaxAppsWhere() |
protected Mbo |
ReportSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
ReportSecAttKeySet.getMboInstance(MboSet ms)
Generate a new ReportSecAttKey object
|
protected Mbo |
ReportSchedSet.getMboInstance(MboSet ms)
Generate a new ReportSched object
|
protected Mbo |
ReportProcSchedSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportProcReserveSet.getMboInstance(MboSet ms)
Generate a new ReportProcReserve object
|
protected Mbo |
ReportParamSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
ReportOutputSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportOutputCntSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportOutputAuthSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportOSAuthSet.getMboInstance(MboSet ms)
Generate a new ReportOSAuth object
|
protected Mbo |
ReportLookupSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
ReportLabelSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
ReportJobSet.getMboInstance(MboSet ms)
Generate a new ReportAuth object
|
protected Mbo |
ReportFileExportSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportFileEmailSet.getMboInstance(MboSet ms)
Generate a new ReportFileEmail object
|
protected Mbo |
ReportExpValueSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportDesignSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
ReportDependSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
ReportDSSet.getMboInstance(MboSet ms)
Generate a new ReportAuth object
|
protected Mbo |
ReportDSParamSet.getMboInstance(MboSet ms)
Generate a new ReportAuth object
|
protected Mbo |
ReportAuthSet.getMboInstance(MboSet ms)
Generate a new ReportAuth object
|
protected Mbo |
ReportAttachUncPathSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportAppAuthSet.getMboInstance(MboSet ms)
Generate a new ReportAuth object
|
protected Mbo |
ReportAdHocSumSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportAdHocSet.getMboInstance(MboSet ms)
Generate a new ReportAdHoc object
|
protected Mbo |
ReportAdHocFieldSet.getMboInstance(MboSet ms)
Generate a new ReportAdHocField object
|
protected Mbo |
ReportAdHocCalcSet.getMboInstance(MboSet ms) |
protected Mbo |
RelAttributeSet.getMboInstance(MboSet ms)
Generate a new Report object
|
protected Mbo |
PrinterSet.getMboInstance(MboSet ms)
Generate a new Printer object
|
static MosDetailInfo |
ReportUtil.getMosDetailInfo(java.lang.String intObjectName,
int objectID)
Returns the MosDetailInfo from the cache for the specified objectID in the specified object structure.
|
java.lang.String |
ReportAdHocRemote.getObjectName(int selectedObjectID) |
java.lang.String |
ReportAdHoc.getObjectName(int objectID)
Gets the object name for the passed object ID from the cache.
|
MboRemote |
ReportFileExportSet.getOldDefault(Mbo currentSelection) |
CrontaskParamInfo[] |
ReportImportCronTask.getParameters() |
MboRemote |
ReportImportCronTask.getParameterValidationMbo(CrontaskInstanceRemote instance) |
java.lang.String |
ReportAdHocRemote.getPresentationForThisDialog() |
java.lang.String |
ReportAdHoc.getPresentationForThisDialog() |
java.util.List |
ReportOutputAuthSetRemote.getRecipients() |
java.util.List |
ReportOutputAuthSet.getRecipients() |
static RelationInfo |
ReportUtil.getRelation(java.lang.String objectName,
java.lang.String relationName)
Returns the RelationInfo from the relationship cache for the passed
object name and relationship name.
|
int |
ReportAdHocRemote.getReportNum() |
int |
ReportAdHoc.getReportNum()
Get the reportnum value for the saved QBR.
|
java.lang.String |
ReportAdHocRemote.getReportXML() |
java.lang.String |
ReportAdHoc.getReportXML()
Builds the replibrary presentation XML that includes the request page for the new QBR.
|
java.lang.String |
ReportAdHoc.getSelectedCalcCategory() |
int |
ReportAdHocRemote.getSelectedObjectID() |
int |
ReportAdHoc.getSelectedObjectID() |
int |
ReportAdHocRemote.getSelectedObjectIDCalc() |
int |
ReportAdHoc.getSelectedObjectIDCalc() |
int |
ReportAdHocRemote.getSelectedObjectIDSum() |
int |
ReportAdHoc.getSelectedObjectIDSum() |
static java.lang.String |
ReportUtil.getUserFolderName(java.lang.String userName)
Returns a string that uniquely identifies the user, which is used in creating a folder path for
transient QBRs and file name for all QBRs.
|
static java.lang.String |
ReportUtil.getUserFolderName(UserInfo userInfo)
Returns a string that uniquely identifies the user, which is used in creating a folder path for
transient QBRs and file name for all QBRs.
|
java.util.Set |
ReportAdHocRemote.getValidAttributes(int objectID) |
java.util.Set |
ReportAdHoc.getValidAttributes(int objectID)
Gets the set of attributes that may be used in expressions and calculations.
|
java.util.HashSet |
ReportExpValueCache.getValues()
Return a Set of values supported for use in an ad hoc report expression.
|
static java.lang.String |
ReportUtil.getViewerURL(java.lang.String contextPath,
java.lang.String sessionId,
UserInfo userInfo,
java.util.Hashtable reportParams)
This method returns the URL used to access BIRT reports.
|
static java.lang.String |
ReportUtil.getViewerURL(java.lang.String contextPath,
java.lang.String sessionId,
UserInfo userInfo,
java.util.Hashtable reportParams,
boolean isDirectPrint)
This method returns the URL used to access BIRT reports.
|
static ReportUtil.WhereData |
ReportUtil.getWhereData(java.lang.String where,
java.lang.String baseTable) |
static boolean |
ReportUtil.hasAttribute(Node expression,
java.lang.String objectName,
java.util.Set validAttributes) |
static boolean |
ReportUtil.hasAttribute(java.lang.String expression,
java.lang.String objectName,
java.util.Set validAttributes)
Takes an expression and splits on a string exp to determine if the attribute exists
Returns true if an attribute exists
|
boolean |
ReportAdHocRemote.hasDuplicateReportTitle() |
boolean |
ReportAdHoc.hasDuplicateReportTitle()
Is there another report in this app that has the same title?
|
static boolean |
ReportUtil.hasParameters(MboRemote reportRemote)
Check if the report has parameters
|
void |
ReportSched.init()
Initialize the ReportSched Mbo to set the non-persistent fields used to
show the schedule values in the UI.
|
void |
ReportProcReserve.init()
Initialize the ReportProcReserve Mbo and set the non-persistent field
totalreservedhours as well as setting the DAY value to a default value
of Sunday if DAY doesn't have a value yet.
|
void |
ReportOSAuth.init() |
void |
ReportFileExport.init() |
void |
ReportJob.init() |
void |
ReportFileEmail.init() |
void |
ReportExpValueCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
ReportEmailFileTypeCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
ReportAttachUncPathCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
ReportAdHoc.init()
Populating ORGID and SITEID from the user's profile so that the conditional sigoption on the
Public field can be evaluated correctly for all applications whether they are SYSTEM level,
ORG level or SITE level.
|
void |
Report.init() |
void |
FldUseWhereWithParam.init()
Set usewherewithparam readonly if there are no parameters, or if this is a QBR
(userid is populated).
|
void |
FldReportScheduleOnly.init()
If the RUNTYPE is not BIRT then set the ScheduleOnly field
to false and readonly.
|
void |
FldReportAttributeName.init()
Attribute Name is required for QBRs (where report.userid is populated).
|
void |
AttachedDocs.initalize(MboRemote curMbo)
Intialize this object
|
void |
ReportAdHoc.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
ReportAdHocRemote.initializeObjectStructureInfo() |
void |
ReportAdHoc.initializeObjectStructureInfo()
Fetch object structure data and populate variables for easy reference.
|
void |
FldReportTitle.initValue()
For saved ad hoc reports, get the title from the parent report description.
|
void |
FldReportObject.initValue()
Set category info based on the selected Report Object Structure.
|
void |
FldParentCategory.initValue()
For existing records, set the value of the nonpersistent parentcategory field.
|
void |
FldExpDefault.initValue()
Initializes the default format to have display = true and set the checkboxes to read only.
|
void |
FldCategory.initValue()
For existing records, set the value of the nonpersistent category field.
|
java.lang.String |
Report.insertDialog(java.lang.String presentationXML,
java.lang.String dialogXML,
java.lang.String dialogID) |
boolean |
ReportAdHocRemote.isGroupOrSortField(MboRemote lookupMbo,
java.lang.String fieldType) |
boolean |
ReportAdHoc.isGroupOrSortField(MboRemote attribute,
java.lang.String fieldType)
Check all levels of the passed field type (group, sort, or filter) to see if this value is selected.
|
boolean |
ReportRemote.isLimitedType(java.lang.String runType) |
boolean |
Report.isLimitedType(java.lang.String runType)
Does this report type disable fields due to unsupported functionality?
|
static boolean |
ReportUtil.isMultiLang()
Determines if the system is configured for multiple languages, as determined by the enabled
flag in the Language object.
|
boolean |
ReportAdHocRemote.isParentSelected(int objectID) |
boolean |
ReportAdHoc.isParentSelected(int objectID)
For an attribute to be added from a child object, there must be at least one field from the parent
object selected.
|
boolean |
ReportAdHocRemote.isParentSelectedCalc(int objectID) |
boolean |
ReportAdHoc.isParentSelectedCalc(int objectID)
For an attribute to be added from a child object, there must be at least one field from the parent
object selected.
|
boolean |
ReportRemote.isQuickPrintable() |
boolean |
Report.isQuickPrintable()
Check if the report is Birt for QuickPrinting
|
boolean |
MboSpecification.isSatisfiedBy(MboRemote mbo)
Must check MboRemote for a field against static value
|
boolean |
ComplexMboSpecification.isSatisfiedBy(MboRemote mbo) |
boolean |
ReportConstants.ReportTypes.isSatisfiedBy(MboRemote report)
Checks the REPORT MboRemote for The column specified on
the constant ReportConstants.ReportTypes.FIELD ,
for a match against this enum entry.
|
boolean |
ReportConstants.EmailFileTypes.isSatisfiedBy(MboRemote reportSchedule)
Checks the REPORTSCHEDULE MboRemote for The column specified on
the constant ReportConstants.EmailFileTypes.FIELD ,
for a match against entry enum entry.
|
boolean |
ReportConstants.ScheduleType.isSatisfiedBy(MboRemote reportSchedule)
Checks the REPORTSCHEDULE MboRemote for The column specified on
the constant ReportConstants.ScheduleType.FIELD ,
for a match against entry enum entry.
|
boolean |
ReportConstants.EmailType.isSatisfiedBy(MboRemote reportSchedule)
Checks the REPORTSCHEDULE MboRemote for The column specified on
the constant ReportConstants.EmailType.FIELD ,
for a match against entry enum entry.
|
protected abstract boolean |
ComplexMboSpecification.Operator.isSatisfiedBy(MboRemote report,
MboSpecification spec1,
MboSpecification spec2) |
void |
ReportAdHocRemote.objectDependencyCheck(int objectID) |
void |
ReportAdHoc.objectDependencyCheck(int id)
Determines if there is only one remaining reference to the passed object ID.
|
static Node |
ReportUtil.parseExpression(java.lang.String expression,
com.ibm.icu.util.ULocale icuLocale)
Returns a parse tree of the provided expression that uses the decimal separator for the given locale.
|
void |
AuthDeleteEventHandler.postCommitEventAction(EventMessage em) |
void |
AuthDeleteEventHandler.preSaveEventAction(EventMessage em) |
static java.lang.String |
ReportUtil.qualifyWhere(java.lang.String where,
java.lang.String baseTable) |
void |
ReportExpValueCache.reload()
Reload cache.
|
void |
ReportEmailFileTypeCache.reload()
Reload cache.
|
void |
ReportAttachUncPathCache.reload()
Reload cache.
|
void |
ReportExpValueCache.reload(java.lang.String key)
Reload the passed key.
|
void |
ReportEmailFileTypeCache.reload(java.lang.String key)
Reload the passed key.
|
void |
ReportAttachUncPathCache.reload(java.lang.String key)
Reload the passed key.
|
void |
ReportAdHocRemote.removeAllAttributes() |
void |
ReportAdHoc.removeAllAttributes()
Remove all attributes from the selected list.
|
void |
ReportAdHocRemote.reorderCalculations() |
void |
ReportAdHoc.reorderCalculations()
Reorders the Calculations table based on the values entered in the Expression Order field and
removes any records marked for deletion.
|
void |
ReportAdHocRemote.reorderColumns() |
void |
ReportAdHoc.reorderColumns()
Reorders the Selected Fields table based on the values entered in the Field Order field and
removes any records marked for deletion.
|
void |
ReportAdHocRemote.reorderSummaries() |
void |
ReportAdHoc.reorderSummaries()
Reorders the Summary table based on the values entered in the Expression Order field and
remove any records marked for deletion.
|
static void |
ReportUtil.resetScheduleAvailability(java.lang.String currAppname,
java.lang.String currReportname,
UserInfo userInfo)
This method must determine all the mirror images for a set of reserved times set for an
appname/reportname combination.
|
void |
ReportSched.save()
Save the Report Scheduling object changes.:
|
protected void |
ReportLookup.save() |
void |
ReportAdHocSet.save()
Override execute to clear the current reportnum since additional reports may be
created/saved.
|
void |
Report.save() |
void |
ReportFileEmailSet.save(long flags) |
void |
ReportExpValueSet.save(long flags) |
void |
ReportAttachUncPathSet.save(long flags) |
static void |
ReportUtil.scheduleEndTime(int reserveStartMin,
java.util.Calendar endSchedulableTime,
java.util.Calendar startReserve)
This method figures the ending avail time based on the current reserve record start time.
|
static void |
ReportUtil.scheduleStartTime(int reserveEndMin,
java.util.Calendar startSchedulableTime,
java.util.Calendar endReserve)
This method figures the starting avail time based on the current reserve record start time.
|
void |
ReportSchedRemote.setCronTaskMgrCalledDelete(boolean cronIsCaller)
Change the value of the cronTaskMgrCalledDelete flag in
the ReportSched Mbo to indicate if cronTaskMgr called
the delete method.
|
void |
ReportSched.setCronTaskMgrCalledDelete(boolean cronIsCaller)
Change the value of the cronTaskMgrCalledDelete flag.
|
void |
ReportAdHocRemote.setDefaultObjectID() |
void |
ReportAdHoc.setDefaultObjectID()
If an object structure exists, set the parent object ID as the default selected object ID.
|
protected void |
ReportAdHoc.setFieldCategories()
Set the nonpersistent category values for the selected fields.
|
void |
ReportRemote.setFieldsReadOnly(boolean state) |
void |
Report.setFieldsReadOnly(boolean state)
Disable fields that are not used for this report type.
|
protected void |
ReportAdHoc.setFormatFields()
Set the values associated with the nonpersistent fields for all
Format types (group, sort, and filter) for the current report.
|
static void |
ReportUtil.setLabelSyncFlag()
Updates the SYNCREPORTLABELS maxvar to indicate that the labels for some languages might be outdated
or missing.
|
void |
ReportAdHocRemote.setLabelSyncFlag() |
void |
ReportAdHoc.setLabelSyncFlag()
Updates the SYNCREPORTLABELS maxvar to indicate that the labels for the current report are missing for
any additional languages.
|
void |
ReportAdHocRemote.setObjectOnlyDefaults() |
void |
ReportAdHoc.setObjectOnlyDefaults()
Store required values for quick lookup.
|
void |
ReportAdHocRemote.setSelectedAttributes() |
void |
ReportAdHoc.setSelectedAttributes()
Populate the temporary ReportAdHocFieldSet that is used in the Create Report
UI.
|
void |
ReportAdHoc.setSelectedCalcCategory(java.lang.String category) |
void |
ReportAdHocRemote.setSelectedObjectID(int objectID) |
void |
ReportAdHoc.setSelectedObjectID(int objectID) |
void |
ReportAdHocRemote.setSelectedObjectIDCalc(int objectID) |
void |
ReportAdHoc.setSelectedObjectIDCalc(int objectID) |
void |
ReportAdHocRemote.setSelectedObjectIDSum(int objectID) |
void |
ReportAdHoc.setSelectedObjectIDSum(int objectID) |
void |
ReportAdHocRemote.setTransientBROSInfo(java.lang.String brosID,
java.util.Hashtable reportParams,
java.lang.String csrfToken) |
void |
ReportAdHoc.setTransientBROSInfo(java.lang.String brosID,
java.util.Hashtable reportParams,
java.lang.String csrfToken) |
boolean |
ReportSched.sigopGranted(java.lang.String optionname)
Extended this method so that REPORTSCHED record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
boolean |
ReportParam.sigopGranted(java.lang.String optionname)
Extended this method so that REPORTPARAM record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
boolean |
ReportLabel.sigopGranted(java.lang.String optionname)
Extended this method so that REPORTLABEL record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
boolean |
ReportDesign.sigopGranted(java.lang.String optionname)
Extended this method so that REPORTDESIGN record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
boolean |
ReportDepend.sigopGranted(java.lang.String optionname)
Extended this method so that REPORTDEPEND record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
boolean |
ReportAuth.sigopGranted(java.lang.String optionname)
Extended this method so that REPORTAUTH record can be deleted for QBE reports
if the user have DELETEREPT sigoption
|
boolean |
ReportAdHoc.sigopGranted(java.lang.String app,
java.lang.String optionname) |
boolean |
Report.sigopGranted(java.lang.String app,
java.lang.String optionname)
Extended this method so that REPORT record can be deleted for QBR reports
if the user is the owner, and to evaluate the EDITREPT option for QBRs.
|
protected boolean |
ReportLookup.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
Report.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldReportSchedEmailUsers.smartFill(java.lang.String value,
boolean exact)
Override - Disable smartfill - we want the user to enter any value
|
java.lang.String |
ReportAdHoc.suggestUniqueName()
The user-entered reportname value already exists for this app.
|
java.lang.String |
ReportAdHoc.suggestUniqueName(java.lang.String reportName)
The user-entered reportname value already exists for this app.
|
void |
ReportAdHocRemote.toggleAttribute(MboRemote attribute,
boolean toBeAdded) |
void |
ReportAdHoc.toggleAttribute(MboRemote attribute,
boolean toBeAdded) |
void |
ReportAdHocRemote.toggleAttribute(java.lang.String attributeName,
boolean toBeAdded) |
void |
ReportAdHoc.toggleAttribute(java.lang.String attributeName,
boolean toBeAdded)
If the attribute is already in the Selected Fields list, remove it from the list; otherwise add it.
|
static java.lang.String |
ReportUtil.toHourMinSecFromMiliSec(long runTimeMilliSeconds)
Take the beginning and ending reserve times from the calendars, compute
and save the time difference in hours and minutes into a new calendar
and then return it in a String value.
|
java.lang.String |
MLEnabledCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
DynamicQueryCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
CreateButtonCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
void |
ReportSched.undelete() |
void |
ReportDS.undelete()
Un-delete REPORTDSPARAM when REPORTDS is Un-deleted.
|
void |
ReportAdHocRemote.updateAvailableAttributes() |
void |
ReportAdHoc.updateAvailableAttributes()
Requeries MaxAttribute for the Select tab, based on the selected object.
|
void |
ReportAdHocRemote.updateAvailableAttributesCalc() |
void |
ReportAdHoc.updateAvailableAttributesCalc()
Requeries MaxAttribute for the Calculations tab, based on the selected object.
|
void |
ReportAdHocRemote.updateAvailableAttributesSum() |
void |
ReportAdHoc.updateAvailableAttributesSum()
Requeries MaxAttribute for the Summaries tab, based on the selected object.
|
static void |
ReportUtil.updateReportLabels(UserInfo ui)
Update labels for all report dialogs for the language in the passed UserInfo.
|
static void |
ReportUtil.updateReportLabelsAllLangs(UserInfo ui)
For each enabled language, retrieve the values used in the replibrary
presentation labels.
|
static boolean |
ReportUtil.userSelectDynamicQueryEnabled() |
void |
FldToolbarSequence.validate()
Make sure the toolbarsequence assigned is not already used
for any reports of this current application
|
void |
FldRunType.validate()
if this is not quick printable and any of the print options are enabled throw an exception
|
void |
FldReportStyle.validate()
Inform user of consequences of changing styles and allow to Cancel change.
|
void |
FldReportScheduleOnly.validate()
If any of norequestpage, direct print, browser view, or direct print with attachment
are enabled put up an error message that schedule only cannot be checked.
|
void |
FldReportSchedUserID.validate() |
void |
FldReportSchedType.validate()
When a schedule type radio button is selected, null out the fields for
the other schedule types.
|
void |
FldReportSchedSchedule.validate() |
void |
FldReportSchedOnceDateTime.validate() |
void |
FldReportProcReserveTimeZone.validate() |
void |
FldReportProcReserveEndReserve.validate() |
void |
FldReportAttributeName.validate()
If the report is a QBR, the attribute must be from the main table
(must not include dot notation).
|
void |
FldQuickPrint.validate()
If Reporttype is wrong or parameters exist, or no request is enabled throw error
|
void |
FldParamColumns.validate()
Enforce value of paramcolumns.
|
void |
FldNoRequestPage.validate()
If quick print enabled do not allow norequest page option
|
void |
FldLookupName.validate() |
void |
FldFileDispFormat.validate() |
void |
FldEmailType.validate() |
void |
FldEmailFileType.validate() |
void |
FldDetail.validate()
Validate
|
static boolean |
ReportUtil.validateAvailSchedulingTime(java.lang.String appname,
java.lang.String reportname,
java.util.Date date,
java.lang.String scheduleType,
UserInfo userInfo)
Check that the schedule time chosen to run the report falls within the times the report is
allowed to run as shown in the Schedule Availability section on the request page.
|
static void |
ReportUtil.validateExpression(Node parsedExpr,
java.lang.String objectName,
java.util.Set validAttributes,
java.lang.String category)
Validates the expression represented by the passed parse tree against the set of valid
attributes and the contents of the report expression library.
|
static void |
ReportUtil.verifySchedule(MboRemote reportSched)
Deprecated.
|
static void |
ReportUtil.writeFullDayAvailability(MboSetRemote reportProcSchedSet,
MboRemote reportProcSched,
java.lang.String appname,
java.lang.String reportname,
java.lang.Integer dayNum,
UserInfo userInfo,
java.lang.String timezone)
This Method is used to write one entire day of availability so the available
time to schedule the report is any time on this day.
|
Methods in psdi.app.report.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldReportParameterScheduleType.action()
When a schedule type radio button is selected, null out the fields for
the other schedule types and set the EMAILTO field as required when
appropriate.
|
void |
FldReportParameterSchedule.action() |
void |
ReportDialogDet.add()
Add a new Mbo.
|
boolean |
ReportDialogImportRepRemote.doesLibraryExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
boolean |
ReportDialogImportRep.doesLibraryExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
boolean |
ReportDialogImportLibRemote.doesLibraryExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
boolean |
ReportDialogImportLib.doesLibraryExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
byte[] |
ReportDialogImportRepRemote.doResourcesExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
byte[] |
ReportDialogImportRep.doResourcesExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
byte[] |
ReportDialogImportLibRemote.doResourcesExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
byte[] |
ReportDialogImportLib.doResourcesExist(ReportImportInfo reportInfo,
UserInfo uInfo) |
void |
ReportDialogDetSet.execute()
Puts all data from this nonpersistent set to the REPORTAPPAUTH using relationship
from REPORTDIALOGDET, so that whenever this set is saved data is saved to REPORTAPPAUTH.
|
MboSetRemote |
FldViewSecurityGrGroupName.getList() |
MboSetRemote |
FldReportDialogDetGroupName.getList()
Filter, so that only those groups having access to RUN REPORTS option
for this application appears in the list.
|
MboSetRemote |
FldEmailTo.getList() |
MboRemote |
QuickPrintSet.getMbo(int index) |
protected Mbo |
ViewSecurityGrSet.getMboInstance(MboSet ms) |
protected Mbo |
ViewSecurityDetSet.getMboInstance(MboSet ms) |
protected Mbo |
ViewReportDepSet.getMboInstance(MboSet ms) |
protected Mbo |
ViewLibraryFileSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportScheduleSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportParameterSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportLookupListSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportListSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportDialogImportRepSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportDialogImportLibSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportDialogDetSet.getMboInstance(MboSet ms) |
protected Mbo |
ReportAdHocParamSet.getMboInstance(MboSet ms) |
protected Mbo |
QuickPrintSet.getMboInstance(MboSet ms) |
void |
ReportDialogImportLibRemote.importLibrary(ReportImportInfo reportInfo,
UserInfo uInfo) |
void |
ReportDialogImportLib.importLibrary(ReportImportInfo reportInfo,
UserInfo uInfo) |
void |
ReportDialogImportRepRemote.importReport(ReportImportInfo reportInfo,
UserInfo uInfo) |
void |
ReportDialogImportRep.importReport(ReportImportInfo reportInfo,
UserInfo uInfo) |
void |
ViewSecurityGrSet.init()
Setting the app name to REPORT for the conditional auth
on presentation to work.
|
void |
ViewSecurityDet.init()
Populate the non-persistent fields of this Mbo.
|
void |
ViewLibraryFileSet.init() |
void |
ReportDialogImportLibSet.init() |
void |
ReportDialogImportLib.init() |
void |
ReportDialogDetSet.init()
Populates data from the REPORTAPPAUTH for the given APPNAME.
|
void |
QuickPrintSet.init()
Spawn mbo based on enabled quickprint options.
|
void |
FldReportDesignHasResource.init()
This attribute is always read/only.
|
void |
FldReportDesignHasResource.initValue() |
MboRemote |
ReportLookupListSet.setup() |
MboRemote |
ReportAdHocParamSet.setup()
Do not automatically add a Mbo.
|
void |
ReportDialogDet.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
This method checks for duplicate groupname.
|
boolean |
ReportList.sigopGranted(java.lang.String app,
java.lang.String optionname) |
MboSetRemote |
FldEmailTo.smartFill(java.lang.String value,
boolean exact)
Override - Disable smartfill - we want the user to enter any value
|
void |
FldReportParameterSchedule.validate() |
void |
FldReportParameterOnceDateTime.validate()
Initialize the ScheduleType and Null out the recurring field values
|
void |
FldReportDialogDetSelectAll.validate()
Check all other report types when this field is checked.
|
void |
FldReportDialogDetCustom.validate()
If all report types are checked.
|
void |
FldReportDialogDetCognos.validate()
If all report types are checked.
|
void |
FldReportDialogDetBirt.validate()
If all report types are checked.
|
void |
FldParamValue.validate()
If the parameter has been designated for single values only,
reject entries containing commas.
|
Methods in psdi.app.rfq that throw MXException
Modifier and Type |
Method and Description |
void |
FldRFQVendorVendor.action() |
void |
FldRFQVendorCurrencyCode.action()
Update the fields affected by changing this field !!
|
void |
FldRFQLineRFQLineNum.action() |
void |
FldRFQLineOrderUnit.action()
sets the conversion factor when the OrderUnit is modified.
|
void |
FldRFQLineItemNum.action() |
void |
FldQuotationLineTaxAmount.action()
Update Base Tax Amounts with converted tax amount when Line Tax is updated.
|
void |
FldQuotationLineIsAwarded.action() |
void |
RFQVendorTerm.add()
This is called when a new RFQVENDORTERM object is added to the RFQVENDORTERM MboSet
collection.
|
void |
RFQVendor.add()
Adds a new RFQVendor.
|
void |
RFQTerm.add()
This is called when a new RFQTERM object is added to the RFQTERM MboSet
collection.
|
void |
RFQStatus.add()
Add a new RFQStatus object.
|
void |
RFQLine.add()
Adds a new RFQLine.
|
void |
RFQ.add()
Adds a new RFQ.
|
void |
QuotationLine.add()
Adds a new QuotationLine.
|
void |
RFQVendorTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
RFQTerm.appValidate()
Validating that either TERM or TERM Description is entered.
|
void |
RFQLine.appValidate()
This method is used to perform last minute validations and/or actions before saving the RFQLine.
|
void |
RFQLineSet.awardAll()
Updates awarded date on rfq lines if quotationline.isawarded flag is true.
|
void |
QuotationLineSetRemote.awardAll() |
void |
QuotationLineSet.awardAll()
Changes awarded flag on quotation lines to be true.
|
void |
RFQLineSetRemote.awardAll() |
void |
RFQVendorSet.canAdd()
The RFQVendor can only be added if the status is INPRG.
|
void |
RFQLineSet.canAdd()
Can an object be added to the RFQLine?
The owner of RFQLine must be RFQ and the status should be INPRG.
|
void |
RFQStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
RFQVendor.canDelete()
Sets the condition on which the RFQVendor can be deleted.
|
void |
RFQLine.canDelete()
Sets the initial conditions to allow deletion.
|
void |
RFQ.canDelete()
Determines if the record can be deleted.
|
void |
QuotationLine.canDelete()
Sets the condition on which the QuotationLine can be deleted.
|
void |
RFQ.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
RFQStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
void |
RFQStatusHandler.checkChargeValues() |
void |
RFQVendorRemote.checkingBeforeCreatePOCont(boolean fromPO) |
void |
RFQVendor.checkingBeforeCreatePOCont(boolean fromPO)
Checking for different conditions before creating a PO or Contract.
|
void |
QuotationLineSetRemote.checkQuotationLine() |
void |
QuotationLineSet.checkQuotationLine()
|
void |
QuotationLineSetRemote.checkQuotationLine(boolean fromPO) |
void |
QuotationLineSet.checkQuotationLine(boolean fromPO)
Checks the line cost on quotation lines.
|
void |
RFQVendorRemote.checkSentCompStatus(java.lang.String message) |
void |
RFQVendor.checkSentCompStatus(java.lang.String message)
If RFQ status is not SENT or COMP, throw exception.
|
void |
RFQVendorRemote.checkSentStatus() |
void |
RFQVendor.checkSentStatus()
If RFQ status is not SENT, throw exception.
|
void |
RFQStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
RFQLine.clearClassification()
This method clears the classtructureid of the poline.
|
void |
RFQLineRemote.clearClassification() |
void |
RFQ.compareCopyTerms(MboRemote prMbo) |
MboRemote |
RFQVendor.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
MboRemote |
RFQLine.copy(MboSetRemote mboset)
Over-ride the copy method of the Mbo.
|
void |
RFQLine.copyLineValuesFromContractLine(MboRemote contractLine,
MboRemote createRelInput)
Copies values from the passed in ContractLine and to the RFQLine.
|
void |
RFQLineRemote.copyLineValuesFromContractLine(MboRemote contractLine,
MboRemote createRelInput) |
void |
RFQRemote.copyPRToCurrentRFQ(MboSetRemote sourcePRLineSet) |
void |
RFQ.copyPRToCurrentRFQ(MboSetRemote sourcePRLineSet)
Copy PR/PRLines to the current RFQ.
|
void |
RFQLine.copyRFQLinesToQuotationLines(java.lang.String vendor)
Copies the contents of this RFQLine to a new QuotationLine.
|
void |
RFQLineRemote.copyRFQLinesToQuotationLines(java.lang.String vendor)
Copies the contents of this RFQLine to a new QuotationLine.
|
void |
RFQVendorRemote.copyRFQToQuotation(MboSetRemote sourceRFQLineSet) |
void |
RFQVendor.copyRFQToQuotation(MboSetRemote sourceRFQLineSet)
Copy RFQLines to QuotationLines.
|
void |
RFQRemote.copySpareParts(MboSetRemote sparePartSet) |
void |
RFQ.copySpareParts(MboSetRemote sparePartSet)
Adds the spare parts to the RFQs RFQLines.
|
void |
RFQRemote.copyTerms(MboSetRemote termsSet) |
void |
RFQ.copyTerms(MboSetRemote termsSet)
This method will copy the selected terms to the set calling Mbo's corresponding Terms.
|
void |
QuotationLineRemote.copyThisQuotationLineToPOLine(MboRemote po,
MboRemote rfqLineRemote,
MboRemote prLineRemote) |
void |
QuotationLine.copyThisQuotationLineToPOLine(MboRemote po,
MboRemote rfqLineRemote,
MboRemote prLineRemote)
Copies this QuotationLine to a poline.
|
void |
RFQVendorRemote.copyVendorTerms(MboSetRemote termsSet) |
void |
RFQVendor.copyVendorTerms(MboSetRemote termsSet)
This method will copy the selected terms to the set calling Mbo's corresponding Terms.
|
protected MboRemote |
RFQVendor.createContractHeaderFromRFQ(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType)
09-17746: This is a copy of private method createContractHeader.
|
void |
QuotationLineRemote.createContractLine(MboRemote newContract,
MboRemote rfqLineRemote,
MboRemote prLineRemote) |
void |
QuotationLine.createContractLine(MboRemote newContract,
MboRemote rfqLineRemote,
MboRemote prLineRemote)
Create ContractLine from this QuotationLine.
|
void |
RFQVendorRemote.createNewMboFromRFQ(java.lang.String contractNum,
java.lang.String description,
java.lang.String contractType) |
void |
RFQVendor.createNewMboFromRFQ(java.lang.String number,
java.lang.String description,
java.lang.String contractType)
Create a Contract/PO from information on the given RFQ/QuotationLine.
|
MboRemote |
RFQVendorRemote.createPOFromRFQ(java.lang.String ponum,
java.lang.String description) |
MboRemote |
RFQVendor.createPOFromRFQ(java.lang.String ponum,
java.lang.String description)
Create a PO from information on the given RFQ/QuotationLine.
|
MboRemote |
RFQVendor.createPOHeaderFromRFQ(java.lang.String ponum,
java.lang.String description)
This method copies the RFQ/RFQVendor infomation to the PO Header and
returns the PO header.
|
void |
RFQRemote.createRFQLineFromPR(MboRemote fromPR,
MboRemote fromPRLine) |
void |
RFQ.createRFQLineFromPR(MboRemote fromPR,
MboRemote fromPRLine)
Create a RFQ Line from information on the given PR/PRLine.
|
void |
RFQ.createRFQVendorFromPR(MboRemote fromPR)
Create an RFQ Vendor from information on the given PR.
|
void |
RFQ.delete()
Deletes the RFQLINE & RFQVENDOR records.
|
void |
RFQVendor.delete(long accessmodifier)
This method is called to delete an RFQVendor, QuotationLine and RFQVendorTerm.
|
void |
RFQTerm.delete(long accessmodifier) |
void |
RFQLine.delete(long accessmodifier)
This method is called to delete an RFQLine.
|
MboRemote |
RFQ.duplicate()
Creates a duplicate RFQ.
|
void |
RFQ.generateAutoKey()
RFQ supports autokeying - sets the RFQNUM attribute.
|
protected int |
RFQVendorTerm.generateSeqNumID()
Generates a unique Seq ID with an interval.
|
protected int |
RFQTerm.generateSeqNumID()
Generates a unique Seq ID with an interval.
|
java.lang.String[] |
FldRFQLineItemNum.getAppLink()
Depending on the type of the itemnum, return the appropriate app link name
for the value attribute.
|
java.lang.String |
RFQSet.getBuyer()
Gets the current Purchase Agent setting which was set by the user.
|
boolean |
RFQSet.getCurrent()
Gets the current setting which was set by the user.
|
boolean |
RFQSet.getHistory()
Gets the histoy setting which was set by the user.
|
MboSetRemote |
FldRFQVendorVendor.getList()
Returns non-disabled compnies within this organization.
|
MboRemote |
RFQVendorSet.getMbo(int index) |
protected Mbo |
RFQVendorTermSet.getMboInstance(MboSet ms)
Generate a new RFQVENDORTERM object.
|
protected Mbo |
RFQVendorSet.getMboInstance(MboSet ms)
Generates a new RFQVendor object.
|
protected Mbo |
RFQTermSet.getMboInstance(MboSet ms)
Generate a new RFQTERM object.
|
protected Mbo |
RFQStatusSet.getMboInstance(MboSet ms)
Generates a new RFQStatus object.
|
protected Mbo |
RFQSet.getMboInstance(MboSet ms)
Generates a new RFQSet object.
|
protected Mbo |
RFQLineSet.getMboInstance(MboSet ms)
Generates a new RFQLine object.
|
protected Mbo |
QuotationLineSet.getMboInstance(MboSet ms)
Generates a new QuotationLine object.
|
MboSetRemote |
RFQVendorRemote.getRFQLinesForQuotation() |
MboSetRemote |
RFQVendor.getRFQLinesForQuotation()
Gets a set of RFQLine for this RFQVendor with the rfqlinenum not in quotationline and vendor = rfqvendor.vendor
|
protected MboSetRemote |
RFQ.getStatusHistory()
Retrieves the RFQStatus object.
|
void |
RFQVendorTerm.init()
Initialized RFQVendorTerm mbo.
|
void |
RFQTerm.init()
Initialized RFQTerm mbo.
|
void |
RFQStatus.init()
Initialization routine.
|
void |
RFQLine.init()
Initialization routine.
|
void |
RFQ.init()
Initialization routine.
|
void |
QuotationLine.init()
Initialization routine.
|
void |
RFQService.initCriteriaList(java.util.Hashtable criteriaTable)
Criteria defined for the RFQService objec.
|
void |
RFQ.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
RFQVendor.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initailized or reset from this Mbo to another MboSet.
|
void |
RFQ.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initailized or reset from this Mbo to another MboSet.
|
void |
FldRFQLinePRNum.initValue()
Set the value of prnum and prlinenum.
|
void |
FldQuotationLineCurrencyCode.initValue() |
void |
FldQuotationLineBaseUnitCost.initValue()
Java doc
|
boolean |
QuotationLineRemote.isLineCostZero() |
boolean |
QuotationLine.isLineCostZero()
Returns true if linecost for this QuotationLine is Zero, otherwise it
returns false.
|
void |
RFQTerm.modify() |
void |
RFQ.modify()
Called when a field is modified so the changedate/changeby fields can be updated.
|
void |
RFQLineSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
RFQLineSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
RFQVendorTerm.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for RFQNUM.
|
void |
RFQTerm.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for RFQNUM.
|
void |
RFQLine.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for RFQ number.
|
void |
RFQLine.relinkPRLineToModifiedRFQLineNum()
Maintains link between the RFQLine and PRLine (if this line originated from a
PRLine) by updating the RFQLinenum when this line's line number is modified.
|
void |
RFQLineSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to the rfq
|
void |
RFQLineSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
void |
RFQLine.save()
This saves the RFQLine and all related Mbos
|
void |
RFQSetRemote.setBuyer(java.lang.String purchaseAgent) |
void |
RFQSet.setBuyer(java.lang.String purchaseAgent)
Sets the userpref current setting for Purchase Agent.
|
protected void |
RFQLine.setConversionFactor(java.lang.String orderUnitAttr)
Sets the conversion factor, if it can be determined.
|
void |
RFQSetRemote.setCurrent(boolean currentRFQs) |
void |
RFQSet.setCurrent(boolean currentRFQs)
Sets the userpref current setting.
|
void |
RFQSetRemote.setHistory(boolean historyRFQs) |
void |
RFQSet.setHistory(boolean historyRFQs)
Sets the userpref history setting.
|
void |
RFQLine.setNullValuesToPOVariables()
Sets the values of the PO variables (ponum,polinenum,polineid) to null.
|
void |
RFQLineRemote.setNullValuesToPOVariables()
Sets the values of the PO variables (ponum,polinenum,polineid) to null.
|
void |
RFQLine.setOrderUnit(MboRemote inventory,
java.lang.String orderOrIssueUnitAttr)
sets the OrderUnit attribute.
|
void |
RFQLineRemote.setOrderUnit(MboRemote inventory,
java.lang.String orderOrIssueUnitAttr) |
void |
RFQLine.setRecentItemNum(java.lang.String itemNum)
If go to Inventory from ItemNum field and in Inventory App,
trying to trying back the inventory record but had an exception in Storeloc
but itemnum had already set - need to remember the itemnum
|
void |
RFQVendor.setRelatedMboEditibility(java.lang.String relationName,
MboSetRemote mboSet)
Sets the read/only flag for the related set if the set exists.
|
void |
RFQ.setRelatedMboEditibility(java.lang.String relationName,
MboSetRemote mboSet)
Sets the read/only flag for the related set if the set exists.
|
protected boolean |
RFQVendorTerm.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
RFQVendor.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
RFQTerm.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
RFQLine.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
RFQ.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped by using the data
from the static HashSet.
|
MboSetRemote |
RFQLine.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specified attribute and values of the current record.
|
void |
RFQVendor.undelete()
This method is called to unmark the RFQVendor, QuotationLine and RFQVendorTerm for deletion.
|
void |
RFQLine.undelete()
This method undeletes an RFQLine that has been marked for deletion.
|
void |
FldRFQVendorPONum.validate()
The validation rountine is for non-persistent attribute PO number on RFQVendor.
|
Methods in psdi.app.route that throw MXException
Modifier and Type |
Method and Description |
void |
FldRouteStopsBecome.action()
Take action when changing from one routestopbecomes type to another.
|
void |
FldRouteStopLocation.action()
If location field entered it resets asset field to null
|
void |
FldRouteStopJPNum.action()
when the jobplan is not null on a routestop, and if the routestop's description
is null, copy the description of the jobplan to the description of the routestop
|
void |
FldRouteStopInspFormNum.action() |
void |
FldRouteStopAssetNum.action()
If asset field entered it resets location field to null
|
void |
FldDJPRouteStopTotalWorkUnits.action() |
void |
FldDJPRouteStopMeasure.action() |
void |
FldAssetFeature.action()
Set or clear the assetfeatureid field on the route stop.
|
void |
RouteStop.add()
Add a new Route Stop object.
|
void |
RouteStop.appValidate()
Every route stop should be associated either with a location or
asset.
|
void |
Route.canDelete()
Can this route be deleted ?
A delete of a route will only be allowed if there is no reference to the route in any
of the following places:
PM and PMSEHEDACTIVITY
|
void |
RouteStop.clearFormName()
Set the value of "inspformname" equal to null.
|
void |
RouteStop.clearLinearAssetFields()
Clear all the linear asset fields.
|
void |
RouteRemote.copyAssets(MboSetRemote assetset) |
void |
Route.copyAssets(MboSetRemote assetset) |
void |
RouteRemote.copyLinearAssets(MboSetRemote assetset) |
void |
Route.copyLinearAssets(MboSetRemote assetset)
In this case, the source MboSet is an AssetLocRelation set, not an Asset set; the
fields specified must reflect this.
|
void |
RouteRemote.copyLocations(MboSetRemote locationset) |
void |
Route.copyLocations(MboSetRemote locationset) |
void |
RouteRemote.delete() |
void |
Route.delete(long accessModifier)
Delete route record and all references to this route in other tables.
|
MboRemote |
Route.duplicate()
This method creates a duplicate record for route and related objects(route stop).
|
void |
Route.generateAutoKey()
method to generate an autokey for a new route object
|
protected MboSetRemote |
FldAssetFeature.getAssetFeatureSet(java.lang.String feature,
java.lang.String featurelabel)
Get a list of asset features based on the passed in feature and feature label.
|
MboSetRemote |
FldRouteStopStartFeatureLabel.getList()
Gets the result set
|
MboSetRemote |
FldRouteStopLocation.getList() |
MboSetRemote |
FldRouteStopJPNum.getList() |
MboSetRemote |
FldRouteStopEndFeatureLabel.getList()
Gets the result set
|
MboSetRemote |
FldRouteStopAssetNum.getList() |
MboSetRemote |
FldAssetFeature.getList()
Return a list of Asset Features based on the values in the
FEATURE and FEATURELABEL fields.
|
protected Mbo |
RouteStopSet.getMboInstance(MboSet ms)
Generate a new Route Stop object
|
protected Mbo |
RouteSet.getMboInstance(MboSet ms)
Generate a new Route object
|
int |
RouteStop.getRouteStopId()
generates Routestopid which is autonumbered(incremented by 1) for a new route stop
|
void |
RouteStop.init()
Initialize the route stop object
|
void |
Route.init()
Initialize the route object
|
void |
FldRouteStopJPNum.init()
JPNum is read/only if the route is not for 'Child Work Orders'.
|
void |
FldRouteStopInspFormNum.init() |
void |
FldDJPRouteStopTotalWorkUnits.init() |
void |
FldRouteSummary.initValue() |
void |
FldRouteStopJPNum.initValue()
JPNum is read/only if the route is not for 'Child Work Orders'.
|
void |
FldRouteStopJPAssets.initValue() |
void |
FldRouteStopInspFormNum.initValue() |
void |
FldAssetFeature.initValue()
Populate FEATURE and FEATURELABEL
|
void |
FldRouteStopJPNum.JpnumCfg(MboValue thisMboValue,
java.lang.String status) |
void |
FldRouteStopsBecome.setJPNumsReadOnly(MboSetRemote routestops,
boolean torf)
A helper method to set or clear the jpnum readonly flags on all the route stops.
|
void |
RouteStop.setLinearAssetFieldsReadOnly(boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not.
|
void |
RouteStopSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the route owner.
|
void |
FldRouteStopJPNum.setValueFromLookup(MboRemote sourceMbo)
When returning the jobplan from the lookup, verify to see its a valid job plan for the current site.
|
void |
FldRouteStopAssetNum.setValueFromLookup(MboRemote sourceMbo) |
void |
FldAssetFeature.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
RouteStop.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
Route.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
RouteStop.undelete() |
void |
FldRouteStopsBecome.validate()
Warn the user when the change from one routestopbecomes type to another.
|
void |
FldRouteStopJPNum.validate() |
void |
FldRouteStopInspFormNum.validate() |
void |
FldRouteStopAssetNum.validate() |
void |
RouteStop.validateAssetLoc(boolean newAssetNum,
boolean newLocation)
Validates asset /location fields
If asset entered -> location field set to null.
|
Methods in psdi.app.rsconfig that throw MXException
Modifier and Type |
Method and Description |
void |
RSConfigFldQueryApp.action() |
void |
RSConfigFldIntObjectDesc.action() |
void |
RSConfig.add()
Add a new RSCONFIG - set field defaults.
|
void |
RSConfigSetRemote.addFromResultSetColumn()
Copy attributes from resultsetcols to rsconfig for the current selected application
|
void |
RSConfigSet.addFromResultSetColumn() |
void |
RSConfigSetRemote.addFromResultSetColumn(java.lang.String appName)
Copy attributes from resultsetcols to rsconfig for a giving application name
|
void |
RSConfigSet.addFromResultSetColumn(java.lang.String appName) |
void |
RSConfigSetRemote.checkAttributeChange()
Checks if any attributes have changed in the Qery's App's Main object.
|
void |
RSConfigSet.checkAttributeChange()
Checks if any attributes have changed in the Query's App's Main object.
|
void |
RSConfigSetRemote.clearData()
Clears the configuration details for this portlet
|
void |
RSConfigSet.clearData()
Clears the configuration details for this portlet
|
void |
RSConfigSetRemote.deleteLabels()
Deletes labels related to this portlet when query is changed since portlet configuration is lost
|
void |
RSConfigSet.deleteLabels()
Deletes labels related to this portlet when query is changed since portlet configuration is lost
|
boolean |
ReportObjectStructureCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
void |
ResultSetColsSetRemote.getAttributesForApp(java.lang.String appName)
Resets the set with records containing attributes allowed to query on for
the given app.
If not already specified in the RESULTSETCOLS table, then calls the routine to
get columsn from current data dictionary.
|
void |
ResultSetColsSet.getAttributesForApp(java.lang.String appName)
Sets up result set columns for the given applciation.
Uses MAXAPPS to find out what is the MAINTBNAME for the given application
gets maximo data dictionary for that table and uses attributes names to fill up values for this set and table RESULTSETCOLS
This method tries to keep the data dictionary in ResultSetCols table current and passes on the updated information to
RSCONFIG.
|
java.util.ArrayList |
ResultSetColsSetRemote.getAttributesToAdd()
Return MBOValueInof of attribtus that have been added into the Query's App's Main object
since the last time portlet was configured.
|
java.util.ArrayList |
ResultSetColsSet.getAttributesToAdd()
Return MBOValueInof of attribtus that have been added into the Query's App's Main object
since the last time portlet was configured.
|
java.util.ArrayList |
ResultSetColsSetRemote.getAttributesToDelete()
Return MBOValueInof of attribtus that have been added into the Query's App's Main object
since the last time portlet was configured.
|
java.util.ArrayList |
ResultSetColsSet.getAttributesToDelete()
Return MBOValueInof of attribtus that have been added into the Query's App's Main object
since the last time portlet was configured.
|
java.util.Vector |
RSConfigSetRemote.getColumns()
Returns a collection of attributes currently selected for display in the portlet
|
java.util.Vector |
RSConfigSet.getColumns()
Returns a collection of attributes currently selected for display in the portlet
|
java.lang.String[] |
RSConfigSetRemote.getColumnsAsArray()
Returns an array of names of the currently selected attributes for display in the portlet
|
java.lang.String[] |
RSConfigSet.getColumnsAsArray()
Returns an array of names of the currently selected attributes for display in the portlet
|
java.lang.String |
RSConfigSetRemote.getConditionAttribute()
Returns the name of the condition attribute on which a condition is set
for color display
|
java.lang.String |
RSConfigSet.getConditionAttribute()
Returns the name of the condition attribute on which a condition is set
for color display
|
java.util.HashSet |
RSConfigSetRemote.getConditions()
Returns the conditions set for this portlet.
Methods are called on PortletDisplaySetRemote
|
java.util.HashSet |
RSConfigSet.getConditions()
Returns the conditions set for this portlet.
Methods are called on PortletDisplaySetRemote
|
java.util.ArrayList |
RSConfigSetRemote.getDataForGraph()
Returns the data needed to display the charts.
A SQL is formed in the following manner
select GROUPBY /DISPLAY BY Attribute, count(*)
from tablename
where query where clause
group by GROUPBY /DISPLAY BY Attribute
Data is into an array list to be passed on the client side for graph generation
The graph array list contains data as per following example
Records NumberInformation (Hashtable)
RSCONFIGIDUnique Id
1percent=50;value=WAPPR;count=5
2percent=50;value=APPR;count=5
java.util.ArrayList |
RSConfigSet.getDataForGraph()
Returns the data needed to display the charts.
A SQL is formed in the following manner
select GROUPBY /DISPLAY BY Attribute, count(*)
from tablename
where query where clause
group by GROUPBY /DISPLAY BY Attribute
Data is into an array list to be passed on the client side for graph generation
The graph array list contains data as per following example
Records NumberInformation (Hashtable)
RSCONFIGIDUnique Id
1percent=50;value=WAPPR;count=5
2percent=50;value=APPR;count=5
java.lang.String |
RSConfigSetRemote.getErrorMsg()
Returns if there was a general error.
|
java.lang.String |
RSConfigSet.getErrorMsg()
Returns if there was a general error.
|
java.util.Properties |
RSConfigSetRemote.getGraphDetails()
Returns the information relating to query and attribute on which grouping was done.
|
java.util.Properties |
RSConfigSet.getGraphDetails()
Returns the information relating to query and attribute on which grouping was done.
|
java.lang.String |
RSConfigSetRemote.getGraphErrorMsg()
Returns if there was a general error with graph.
|
java.lang.String |
RSConfigSet.getGraphErrorMsg()
Returns if there was a general error.
|
java.lang.String[] |
RSConfigSetRemote.getGroupByAttribute()
Returns the name of the attribute on which data will be grouped by and graph has to be displayed
|
java.lang.String[] |
RSConfigSet.getGroupByAttribute()
Returns the name of the attribute on which data will be grouped by and graph has to be displayed
|
java.lang.String |
RSConfigSetRemote.getKeyColumn()
Returns current unique attribute
|
java.lang.String |
RSConfigSet.getKeyColumn()
Returns current unique attribute
|
MboSetRemote |
RSConfigFldQueryClauseName.getList() |
MboSetRemote |
RSConfigFldQueryApp.getList() |
java.lang.String |
RSConfigService.getMainTableName(java.lang.String appName,
UserInfo userinfo)
Returns set of result set attributes for a given portlet not including dot notation fields if any.
|
protected Mbo |
ResultSetColsSet.getMboInstance(MboSet ms)
Generates a new ResultSetCols object.
|
protected Mbo |
RSConfigSet.getMboInstance(MboSet ms)
Generates a new RSConfig object.
|
java.util.ArrayList |
RSConfigSetRemote.getNonPersistentAttributes()
Returns a collection of all non-persistent fields.
This is needed in the portlet to restrict user from filtering.
|
java.util.ArrayList |
RSConfigSet.getNonPersistentAttributes()
Returns a collection of all non-persistent fields.
This is needed in the portlet to restrict user from filtering.
|
int |
RSConfigSetRemote.getNoOfRecords()
Returns no of records in this query
|
int |
RSConfigSet.getNoOfRecords()
Returns no of records in this query
|
java.lang.String |
RSConfigSetRemote.getQueryAppName()
Returns the name of the application being used in this portlet currently
|
java.lang.String |
RSConfigSet.getQueryAppName()
Returns the name of the application being used in this portlet currently
|
java.lang.String |
RSConfigSetRemote.getQueryId()
Returns the ID of the query being used currently
|
java.lang.String |
RSConfigSet.getQueryId()
Returns the ID of the query being used currently
|
MboRemote |
RSConfigSetRemote.getQueryInfo(long queryId)
Returns the QueryRemote for the given query
|
MboRemote |
RSConfigSet.getQueryInfo(long queryId)
Returns the QueryRemote for the given query
|
MboSetData |
RSConfigSetRemote.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
Returns the MboValueData to be displayed on the portlet
The data will be fetched for current query based on its where clause>
Only records in the range given by start and rowcount will be
fetched
This method also takes into account specific cases of query belonging to WORKVIEW application.
Data is filtered based on the qbes passed on by the user on the
|
MboSetData |
RSConfigSet.getResultSetData(int start,
int rowcount,
java.lang.String sortBy,
java.util.Hashtable qbes)
Returns the MboValueData to be displayed on the portlet
The data will be fetched for current query based on its where clause>
Only records in the range given by start and rowcount will be
fetched
This method also takes into account specific cases of query belonging to WORKVIEW application.
Data is filtered based on the qbes passed on by the user on the
|
MboSetRemote |
RSConfigSetRemote.getResultSetMboSet(java.lang.String sortBy)
Returns a MboSetRemote for the Query for this result set.
|
MboSetRemote |
RSConfigSet.getResultSetMboSet(java.lang.String orderBy)
Returns a MboSetRemote for the Query for this result set.
|
static MboRemote |
RSConfigService.getRSConfigMbo(MboRemote layout,
java.lang.String attribute)
Get ResultSet config MBO for a given attribute name.
|
void |
ResultSetCols.init()
Overridden for Initialization routine for this object.
|
void |
RSConfigFldQueryClauseName.initValue() |
void |
RSConfigFldQueryApp.initValue() |
void |
RSConfigFldIntObjectDesc.initValue() |
boolean |
RSConfigService.isDotNotationFieldPersistent(java.lang.String layoutid,
java.lang.String fieldName,
UserInfo userinfo)
Determines if the dot notation field is persistent.
|
boolean |
RSConfigSetRemote.isErrorRunningQuery()
Returns if there was an error running the query to fetch teh result set data.
|
boolean |
RSConfigSet.isErrorRunningQuery()
Returns if there was an error running the query to fetch teh result set data.
|
boolean |
RSConfigSetRemote.queryExists()
Returns true if the related query exists
|
boolean |
RSConfigSet.queryExists()
Returns true if the related query exists
|
void |
RSConfigSetRemote.resetErrorRunningQuery()
Resets the query error flag to false.
|
void |
RSConfigSet.resetErrorRunningQuery()
Resets the query error flag to false.
|
MboSetRemote |
RSConfigSetRemote.runQuery(UserInfo userInfo,
java.lang.String sTableName,
java.lang.String sWhereClause)
Runs the current query and returns the set of data based on the given where clause
|
MboSetRemote |
RSConfigSet.runQuery(UserInfo ui,
java.lang.String sTableName,
java.lang.String sWhereClause)
Runs the current query and returns the set of data based on the given where clause
|
boolean |
RSConfigSetRemote.setDetails(long queryId)
Called when a query is selected for Portlet configuration.
Sets the complete details based on the query id
Main steps are
Get application name for this query
Set query name in the portlet
Set attributes for the application of this query into this portlet
|
boolean |
RSConfigSet.setDetails(long selectedQueryId)
Called when a query is selected for Portlet configuration.
Sets the complete details based on the query id
Main steps are
Get application name for this query
Set query name in the portlet
Set attributes for the application of this query into this portlet
|
void |
RSConfigSetRemote.setKeyColumn(java.lang.String col)
Sets current unique attribute for portlet linking
|
void |
RSConfigSet.setKeyColumn(java.lang.String col)
Sets current unique attribute for portlet linking
|
void |
RSConfigSetRemote.setLookupValue(java.lang.String attrib,
java.lang.String value)
Sets the attribute name that was selected from lookup for condition or graph configuration
|
void |
RSConfigSet.setLookupValue(java.lang.String attrib,
java.lang.String value)
Sets the attribute name that was selected from lookup for condition or graph configuration
|
void |
RSConfigSetRemote.setLookupValueFromSetGraphOptionsDialog(java.lang.String value)
Determines if the dot notation field is persistent.
|
void |
RSConfigSet.setLookupValueFromSetGraphOptionsDialog(java.lang.String value)
Seperate method from setLookupValue which is called only from Set Graph options dialog from the start center
Validation for dot notation is done seperately and should be mixed with the one being done on Graph options
tab in the RSConfig app.
|
void |
RSConfigSetRemote.setNoOfRecords(int num)
Returns no of records
|
void |
RSConfigSet.setNoOfRecords(int num)
Sets no of records
|
void |
RSConfigSetRemote.setQueryAppName(java.lang.String newApp)
Sets the currently used application
|
void |
RSConfigSet.setQueryAppName(java.lang.String newAppName)
Sets the currently used application
|
void |
RSConfigSet.setQueryDetails()
Returns the ID of the query being used currently
|
void |
RSConfigSetRemote.setQueryId(java.lang.String newQueryId)
Sets the selected Query Id
|
void |
RSConfigSet.setQueryId(java.lang.String newQueryId)
Sets the Id of the query to be used for this portlet
|
void |
RSConfigSetRemote.setUpDefaults()
Sets default values for virtual attributes and class variables
|
void |
RSConfigSet.setUpDefaults()
Sets default values for virtual attributes and class variables
|
java.lang.String |
ReportObjectStructureCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
RSConfigFldQueryClauseName.validate() |
Methods in psdi.app.rsconfig.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
RSConfigFldCommonModified.action()
set the mbo to be modified.
|
MboRemote |
RSConfigSelectSet.addAttributeAtEnd(MboRemote rsconfig)
add attribute at the end
|
void |
RSConfigSelectSetRemote.clearSelectSet()
Clear all the selection
|
void |
RSConfigSelectSet.clearSelectSet()
Clear all the selection
|
protected int |
RSConfigSelectSet.getMaxColumnOrder()
Find max column order for the mboSet, use to calculate the next sequence order
|
protected Mbo |
RSConfigSelectSet.getMboInstance(MboSet ms) |
java.lang.String |
RSConfigSelectSetRemote.getStringSelectColumnName()
Concatenate all column names into a String, separated them by comma.
|
java.lang.String |
RSConfigSelectSet.getStringSelectColumnName()
Concatenate all column names into a String, separated them by comma.
|
void |
RSConfigSelect.init() |
boolean |
RSConfigSelectSetRemote.isNewAppSelected()
return True if the new selected application name is selected and different from the
application name that currently saved.
|
boolean |
RSConfigSelectSet.isNewAppSelected()
return True if the new selected application name is selected and different from the
application name that currently saved.
|
void |
RSConfigSelectSetRemote.loadDataFromMemoryRSConfig()
Load selection from RSConfig in Memory
|
void |
RSConfigSelectSet.loadDataFromMemoryRSConfig()
Load selection from RSConfig in Memory
|
void |
RSConfigSelectSetRemote.newAppSelected()
when a new application is selected
|
void |
RSConfigSelectSet.newAppSelected()
call when a new application is selected
|
protected void |
RSConfigSelectSet.reloadDataFromRSConfig()
Reload selection from the database
|
void |
RSConfigSelectSet.reset() |
MboRemote |
RSConfigSelectSetRemote.selectAttribute(MboRemote maxAttrMbo,
java.lang.String relationPath,
MboRemote currentSelectedObject)
select attribute
|
MboRemote |
RSConfigSelectSet.selectAttribute(MboRemote maxAttrMbo,
java.lang.String relationPath,
MboRemote currentRelatedObject)
select attribute
|
MboRemote |
RSConfigSelectSet.setup()
Copy all attributes from RSCONFIG where display=1 to this non-persistent set for display
|
void |
RSConfigSelectSetRemote.syncForSave()
Sync data with RSConfigSet for Save
|
void |
RSConfigSelectSet.syncForSave()
Save time - Sync up with RSCONFIG set
If new app is selected, copy all attributes from RESULTSETCOLS to RSCONFIG
Set display=1 for selected attributes.
|
protected void |
RSConfigSelectSet.syncGraphAndColorAttr(MboRemote layout,
MboSetRemote rsconfigSet)
Sync data from nonpersistent attribute rsgraphattr, rsconditionattr to rsconfig set.
|
void |
RSConfigSelectSetRemote.unSelectAttribute(int row)
unselect attribute - remove from non-persistent set
|
void |
RSConfigSelectSet.unSelectAttribute(int row)
unselect attribute - remove from non-persistent set
|
void |
RSConfigSelectSetRemote.unSelectAttribute(MboRemote mbo)
unselect attribute - remove from non-persistent set
|
void |
RSConfigSelectSet.unSelectAttribute(MboRemote mbo)
unselect attribute - remove from non-persistent set
|
Methods in psdi.app.safety that throw MXException
Modifier and Type |
Method and Description |
void |
FldSafetyLexiconId.action()
Special processing for SPLexiconLink to set values for non-persistent attributes.
|
void |
FldSPSiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldSPLexiconLinkNonPer.action()
If mbo is toBeAdded, may need to set values for safetylexiconid and spworkassetid.
|
void |
FldPrecautionId.action()
If this mbo is HazardPrec, set "description" = precaution description.
|
void |
FldLockOutDeviceDescription.action() |
void |
FldHazardTagOutEnabled.action() |
void |
FldHazardPrecautionEnabled.action() |
void |
FldHazardHazMatOnly.action() |
void |
FldHazardHazMatEnabled.action() |
void |
FldAssetnumOrLocationOnly.action()
If the attribute value is null:
Set devicedescription to null and editable;
Set the related attribute to editable.
|
void |
TagOut.add()
sets field defaults for a new Asset object
|
void |
TagLock.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SafetyPlan.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SafetyLexicon.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SPWorkAsset.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SPRelatedAsset.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SPLexiconLink.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LockOut.add()
Add a mbo, defaulting the attributes shown below.
|
void |
HazardPrec.add()
Add a mbo, defaulting the attributes shown below.
|
void |
Hazard.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SafetyLexiconSetRemote.addRowsForNewSite(java.lang.String siteID,
java.lang.String orgID) |
void |
SafetyLexiconSet.addRowsForNewSite(java.lang.String siteID,
java.lang.String orgID)
Adds a set of Hazards from the SafetyLexicon for the new Site
|
void |
TagOut.appValidate()
If assetnum and location are both null, then throw error MustSpecifyAssetnumOrLocation.
|
void |
SafetyPlan.appValidate()
If toBeAdded and no row in SPWorkAsset, then add one.
|
void |
SafetyLexicon.appValidate()
Application validation routine.
|
void |
SPWorkAsset.appValidate()
Application validation routine.
|
void |
SPRelatedAsset.appValidate()
If relatedasset and relatedlocation are both null, then
throw error MustSpecifyRelatedAsset.
|
void |
SPLexiconLink.appValidate()
If adding a mbo and safetylexiconid is null, then we are adding a hazard to our
safety plan, and we have to do the following:
Find the SafetyLexicon mbo for the hazard;
Set our own value of safetylexiconid;
If the hazard is tagout-enabled, add the tagouts to our safety plan.
|
void |
Precaution.appValidate()
If toBeAdded and owner is Hazard, then add row to HazardPrec.
|
void |
LockOut.appValidate()
If assetnum and location and devicedescription are all null, throw error MustSpecifyAssetnumOrLocationOrDevice.
|
void |
Hazard.appValidate()
If toBeAdded and no row in SafetyLexicon, then add one.
|
MboSetRemote |
SafetyServiceRemote.associateHazardToAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid) |
MboSetRemote |
SafetyService.associateHazardToAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid)
Associate a hazard with an asset or location
(see Centura HazPrecForm/tblHazards, HazMatForm/tblHazMat, TagLockForm/tblTagHazards).
|
void |
SafetyPlanRemote.associateHazardToSafetyPlan(MboRemote spw,
MboRemote spRelatedAsset,
MboSetRemote hazardSet) |
void |
SafetyPlan.associateHazardToSafetyPlan(MboRemote spw,
MboRemote spRelatedAsset,
MboSetRemote hazardSet)
Apply the passed hazard set to this SafetyPlan, for the given work asset and related asset.
|
void |
SafetyPlanRemote.associateHazardToSafetyPlan(MboRemote spw,
MboSetRemote safetyLexiconSet) |
void |
SafetyPlan.associateHazardToSafetyPlan(MboRemote spw,
MboSetRemote safetyLexiconSet)
Apply the passed safetyLexicon set to this SafetyPlan, for the given work asset.
|
void |
SafetyPlanRemote.associateHazardToSafetyPlan(MboSetRemote safetyLexiconSet) |
void |
SafetyPlan.associateHazardToSafetyPlan(MboSetRemote safetyLexiconSet)
Apply the passed safetyLexicon set to this SafetyPlan, for the given work asset.
|
MboSetRemote |
SafetyPlanRemote.associateHazardToSafetyPlan(MboSetRemote spwset,
java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation) |
MboSetRemote |
SafetyPlan.associateHazardToSafetyPlan(MboSetRemote spwset,
java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
This is used when adding hazard(s) to a safetyplan.
|
MboSetRemote |
SPWorkAssetRemote.associateHazardToSafetyPlan(java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation) |
MboSetRemote |
SPWorkAsset.associateHazardToSafetyPlan(java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
Create splexiconlink(s) when adding a hazard to a safetyplan.
|
MboSetRemote |
TagOut.associateLockOutToTagOut(java.util.Vector lovector,
MboSetRemote tlset)
Given tagout and lockout, create taglock.
|
MboSetRemote |
SafetyServiceRemote.associateTagOutToAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid,
java.lang.String tagoutid) |
MboSetRemote |
SafetyService.associateTagOutToAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid,
java.lang.String tagoutid)
Associate a tagout with a hazard and (asset or location).
|
MboSetRemote |
SafetyPlan.associateTagOutToSafetyPlan(MboSetRemote spwset,
java.lang.String hazardid,
java.lang.String tagoutid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
This is used when adding tagout(s) to a safetyplan.
|
MboSetRemote |
SPWorkAssetRemote.associateTagOutToSafetyPlan(java.lang.String hazardid,
java.lang.String tagoutid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation) |
MboSetRemote |
SPWorkAsset.associateTagOutToSafetyPlan(java.lang.String hazardid,
java.lang.String tagoutid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
Create splexiconlink when adding a tagout to a safetyplan.
|
void |
TagOutSet.canAdd()
Cannot add if owner is to be deleted.
|
void |
TagLockSet.canAdd()
Cannot add if owner is to be deleted.
|
void |
SafetyLexiconSet.canAdd()
Cannot add if owner is to be deleted.
|
void |
SPWorkAssetSet.canAdd()
Owner must be SafetyPlan.
|
void |
SPLexiconLinkSet.canAdd()
Cannot add if the owner is not SPWorkAsset, SafetyPlan, or SPLexiconLink.
|
void |
PrecautionSet.canAdd()
Cannot add if owner is Hazard and owner is not precaution enabled.
|
void |
LockOutSet.canAdd()
Cannot add if owner is to be deleted.
|
void |
HazardPrecSet.canAdd()
Cannot add if owner is Hazard and owner is not precaution enabled.
|
void |
TagOut.canDelete() |
void |
SafetyPlan.canDelete() |
void |
SafetyLexicon.canDelete()
If this is the main safetylexicon for a hazard, the its owner must be Hazard.
|
void |
SPWorkAsset.canDelete() |
void |
Precaution.canDelete() |
void |
Hazard.canDelete() |
void |
TagOut.delete(long accessModifier) |
void |
TagLock.delete(long accessModifier)
If Maxvar says to AutoDeleteLockout, then if the related LockOut
is not referenced by any other TagLock, delete the LockOut.
|
void |
SafetyPlan.delete(long accessModifier) |
void |
SafetyLexicon.delete(long accessModifier)
Delete SpLexiconLink.
|
void |
SPWorkAsset.delete(long accessModifier) |
void |
SPLexiconLink.delete(long accessModifier)
If this is a tagout-enabled hazard, also delete its tagouts.
|
void |
Precaution.delete(long accessModifier) |
void |
LockOut.delete(long accessModifier) |
void |
Hazard.delete(long accessModifier) |
MboRemote |
TagOut.duplicate()
Creates a duplicate TagOut with its related objects.
|
MboRemote |
SafetyPlan.duplicate()
Creates a duplicate safetyplan with its related objects.
|
MboRemote |
Precaution.duplicate()
Creates a duplicate Precaution with its related objects.
|
MboRemote |
Hazard.duplicate()
Creates a duplicate Hazard with its related objects.
|
MboSetRemote |
FldSPSiteId.getList() |
MboSetRemote |
FldSPLexiconLinkNonPer.getList()
Lookups for SPLexiconLink non-persistent attributes.
|
protected Mbo |
TagOutSet.getMboInstance(MboSet ms)
Generate a new TagOut object
|
protected Mbo |
TagLockSet.getMboInstance(MboSet ms)
Generate a new TagLock object
|
protected Mbo |
SafetyPlanSet.getMboInstance(MboSet ms)
Generate a new SafetyPlan object
|
protected Mbo |
SafetyLexiconSet.getMboInstance(MboSet ms)
Generate a new SafetyLexicon object
|
protected Mbo |
SPWorkAssetSet.getMboInstance(MboSet ms)
Generate a new SPWorkAsset object
|
protected Mbo |
SPRelatedAssetSet.getMboInstance(MboSet ms)
Generate a new SPRelatedAsset object
|
protected Mbo |
SPLexiconLinkSet.getMboInstance(MboSet ms)
Generate a new SPLexiconLink object
|
protected Mbo |
PrecautionSet.getMboInstance(MboSet ms)
Generate a new Precaution object
|
protected Mbo |
LockOutSet.getMboInstance(MboSet ms)
Generate a new LockOut object
|
protected Mbo |
HazardSet.getMboInstance(MboSet ms)
Generate a new Hazard object
|
protected Mbo |
HazardPrecSet.getMboInstance(MboSet ms)
Generate a new HazardPrec object
|
java.lang.String |
HazardPrecSet.getMultiSiteWhere()
09-13030: override MboSet.getMultiSiteWhere()
|
MboRemote |
SPLexiconLinkRemote.getSafetyLexicon() |
MboRemote |
SPLexiconLink.getSafetyLexicon()
Method for getting SafetyLexicon mbo for the hazard.
|
void |
TagOut.init() |
void |
TagLock.init() |
void |
SafetyPlan.init() |
void |
SafetyLexicon.init() |
void |
SPWorkAsset.init() |
void |
SPRelatedAsset.init() |
void |
SPLexiconLink.init()
If not toBeAdded, set values for non-persistent attributes as follows.
|
void |
Precaution.init() |
void |
LockOut.init() |
void |
HazardPrec.init() |
void |
Hazard.init() |
void |
SafetyPlan.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
SPLexiconLink needs to behave differently depending on the relationship it was
obtained with (hazards and precautions, hazardous materials, or tagouts).
|
void |
FldRelatedAssetLoc.initValue() |
boolean |
SafetyLexicon.isHazardEnabled()
Is this hazard hazardous-material enabled?
|
boolean |
Hazard.isHazardEnabled() |
boolean |
SafetyLexicon.isPrecautionEnabled()
Is this hazard precaution-enabled?
|
boolean |
Hazard.isPrecautionEnabled() |
boolean |
SafetyLexicon.isTagOutEnabled()
Is this hazard tagout-enabled?
|
boolean |
Hazard.isTagOutEnabled() |
void |
SafetyPlan.modify()
Prepare to modify a mbo, defaulting the attributes shown below.
|
void |
TagLock.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for TagOutID or LockOutID.
|
void |
SafetyLexicon.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for HazardID or TagOutID.
|
void |
SPWorkAsset.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for SafetyPlanID.
|
MboSetRemote |
SPWorkAsset.removeAllLinks()
Remove all SPLexiconLink for this SPWorkAsset.
|
MboSetRemote |
SafetyServiceRemote.removeHazardFromAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid) |
MboSetRemote |
SafetyService.removeHazardFromAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid)
Removes a hazard (safetylexicon) from an sset or location.
|
MboSetRemote |
SafetyPlanRemote.removeHazardFromSafetyPlan(MboSetRemote spwset,
java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation) |
MboSetRemote |
SafetyPlan.removeHazardFromSafetyPlan(MboSetRemote spwset,
java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
Remove a specific hazard from this safety plan.
|
void |
SPWorkAssetRemote.removeHazardFromSafetyPlan(java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation) |
void |
SPWorkAsset.removeHazardFromSafetyPlan(java.lang.String hazardid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
Remove hazard from this spworkasset.
|
MboSetRemote |
SafetyServiceRemote.removeTagOutFromAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid,
java.lang.String tagoutid) |
MboSetRemote |
SafetyService.removeTagOutFromAsset(MboRemote assetMbo,
MboSetRemote lexSet,
java.lang.String hazardid,
java.lang.String tagoutid)
Removes a tagout (safetylexicon) from an asset or location.
|
MboSetRemote |
SafetyPlan.removeTagOutFromSafetyPlan(MboSetRemote spwset,
java.lang.String hazardid,
java.lang.String tagoutid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
This is used when removing tagout(s) from a safetyplan.
|
MboSetRemote |
SPWorkAssetRemote.removeTagOutFromSafetyPlan(java.lang.String hazardid,
java.lang.String tagoutid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation) |
MboSetRemote |
SPWorkAsset.removeTagOutFromSafetyPlan(java.lang.String hazardid,
java.lang.String tagoutid,
java.lang.String relatedassetnum,
java.lang.String relatedlocation)
Remove tagout from this spworkasset.
|
void |
SPLexiconLink.save()
If we added the same hazard to both ASSOCHAZPREC and ASSOCHAZMAT then remove one
so we don't get a duplicate key error.
|
void |
SPLexiconLinkRemote.setDupSP(boolean value) |
void |
SPLexiconLink.setDupSP(boolean value)
Set the flag that we're in the process of duplicating a safety plan.
|
void |
SPLexiconLinkRemote.setTAGOUTSRelationshipFromParentHazard(java.lang.String relToParent) |
void |
SPLexiconLink.setTAGOUTSRelationshipFromParentHazard(java.lang.String relToParent)
sets the relationship to be used by the TagOuts table window based on the selected parent Hazard
|
void |
FldAssetnumOrLocationOnly.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
TagOut.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
TagLock.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
SafetyPlan.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
SafetyLexicon.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
SPWorkAsset.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
SPLexiconLink.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
Precaution.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
LockOut.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
Hazard.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
boolean |
SafetyService.tagoutsMustBelongToHazards()
Identify whether tagouts must belong to hazards.
|
void |
TagOut.undelete() |
void |
TagLock.undelete() |
void |
SafetyPlan.undelete() |
void |
SafetyLexicon.undelete()
Undelete SpLexiconLink.
|
void |
SPWorkAsset.undelete() |
void |
SPLexiconLink.undelete()
If this is a tagout-enabled hazard, also undelete its tagouts.
|
void |
Precaution.undelete() |
void |
LockOut.undelete() |
void |
Hazard.undelete() |
void |
FldTagLockLockOutId.validate()
if the TagLock's owner is TagOut, the lockoutid is a generated unique id,
novalidate against lockout table.
|
void |
FldSafetyLexiconHazardID.validate() |
void |
FldSPLexiconLinkNonPer.validate() |
void |
FldHazardTagOutEnabled.validate() |
void |
FldHazardPrecautionEnabled.validate() |
void |
FldHazardHazMatOnly.validate() |
void |
FldHazardHazMatEnabled.validate() |
void |
FldAssetnumOrLocationOnly.validate()
Call super.
|
Methods in psdi.app.scconfig that throw MXException
Modifier and Type |
Method and Description |
void |
FldSCDisplay.action() |
void |
StartCenterTemplate.add()
Add a new StartCenterTemplate - set field defaults.
|
void |
SCConfig.add()
Add a new SCConfig - set field defaults.
|
void |
PortletDisplay.add()
Add a new Portlet Display - set field defaults.
|
void |
Layout.add()
Add a new Layout - set field defaults.
|
void |
SCConfigRemote.addPortletsToLeft(MboSetRemote layoutSet,
MboSetRemote portletSet)
Adds new portlets to left column
|
void |
SCConfig.addPortletsToLeft(MboSetRemote layoutSet,
MboSetRemote portletSet)
Adds Porlets to the current left layout
|
void |
SCConfigRemote.addPortletsToRight(MboSetRemote layoutSet,
MboSetRemote portletSet)
Adds new portlets to right column
|
void |
SCConfig.addPortletsToRight(MboSetRemote layoutSet,
MboSetRemote portletSet)
Adds Porlets to the current right layout
|
void |
LayoutRemote.addToActionsPortlet(MboSetRemote dataSet)
Adds Actions to Actions Portlet
|
void |
Layout.addToActionsPortlet(MboSetRemote dataSet)
Adds Actions to Actions Portlet
|
void |
LayoutRemote.addToFAPortlet(MboSetRemote dataSet)
Adds Applications to Favorite Applications Portlet
|
void |
Layout.addToFAPortlet(MboSetRemote dataSet)
Adds Applications to Favorite Applications Portlet
|
void |
LayoutRemote.addToKPIGraph(MboSetRemote dataSet)
Adds KPIs to KPI Graph Portlet
|
void |
Layout.addToKPIGraph(MboSetRemote dataSet)
Adds KPIs to KPI Graph Portlet
|
void |
LayoutRemote.addToKPIList(MboSetRemote dataSet)
Adds KPIs to KPI List Portet
|
void |
Layout.addToKPIList(MboSetRemote dataSet)
Adds KPIs to KPI List Portlet
|
void |
LayoutRemote.addToReportList(MboSetRemote dataSet)
Adds Reports to Reports List Portet
|
void |
Layout.addToReportList(MboSetRemote dataSet)
Adds Reports to Reports List Portet
|
boolean |
LayoutRemote.canDeletePortletLabels()
Returns true if the LAYOUT was marked to delete the labels
|
boolean |
SCConfigSetRemote.canUpdateSC()
Returns true if current user is allowed to create templates
return true if user can update start center
|
boolean |
SCConfigSet.canUpdateSC()
Returns true if current user is allowed to create templates
return true if user can update start center
|
java.util.Hashtable |
SCConfigService.checkGroupAssociation(MboSetRemote scconfigSet)
Returns message if any start centers have been removed due to exclusion from the group or group's dissassociation from the *
|
java.util.Hashtable |
SCConfigServiceRemote.checkGroupAssociation(UserInfo ui)
Returns message if any start centers have been removed due to group disassociated
|
java.util.Hashtable |
SCConfigService.checkGroupAssociation(UserInfo ui)
Deprecated.
|
void |
StartCenterTemplate.delete()
Overridden to delete the template.
|
void |
SCConfig.delete(long accessModifier)
Overridden to delete this SCCONFIG and records associated with this SCCONFIG.
|
void |
Layout.delete(long accessModifier)
Overridden to delete this LAYOUT and records associated with this LAYOUT.
|
void |
SCConfigRemote.deleteAssociatedTemplate()
Deletes the start center template associated with this.
|
void |
SCConfig.deleteAssociatedTemplate()
Deletes the start center template associated with this.
|
void |
LayoutSetRemote.displayConfiguration()
Filters the portlets that are configurable and allowed for user to see.
|
void |
LayoutSet.displayConfiguration()
Filters the portlets that are configurable and allowed for user to see.
|
boolean |
SCConfigServiceRemote.doesAttributeExist(MboSetRemote msr,
java.lang.String attributeName)
Returns true if the given attribute exists in the mboSet
|
boolean |
SCConfigService.doesAttributeExist(MboSetRemote msr,
java.lang.String attributeName)
Returns true if the given attribute exists in the mboSet
|
java.util.HashSet |
SCConfigSetRemote.getAllowedPortlets()
Gets allowed portlets for the current user
|
java.util.HashSet |
SCConfigSet.getAllowedPortlets()
Gets allowed portlets for the current user based on his profile
|
java.util.TreeMap |
SCConfigRemote.getAllPortletsByColumns()
Gets all portlets for the current user
|
java.util.TreeMap |
SCConfig.getAllPortletsByColumns()
Gets all portlets for the current user
|
java.util.HashSet |
PortletDisplaySetRemote.getConditions(java.lang.String layoutId)
Returns all conditions for current porlet
|
java.util.HashSet |
PortletDisplaySet.getConditions(java.lang.String layoutId)
Returns all conditions for current portlet
|
protected Mbo |
StartCenterTemplateSet.getMboInstance(MboSet ms)
Generates a new StartCenterTemplate object.
|
protected Mbo |
SCConfigSet.getMboInstance(MboSet ms)
Generates a new SCConfig object.
|
protected Mbo |
PortletSet.getMboInstance(MboSet ms)
Generates a new Portlet object.
|
protected Mbo |
PortletDisplaySet.getMboInstance(MboSet ms)
Generates a new PortletDisplay object.
|
protected Mbo |
LayoutSet.getMboInstance(MboSet ms)
Generates a new Layout object.
|
java.lang.String |
SCConfigRemote.getPageLayout()
Returns page layout for current start center
|
java.lang.String |
SCConfig.getPageLayout()
Returns page layout for current start center
|
java.util.Hashtable |
SCConfigServiceRemote.getPortletControlNameMap(UserInfo ui)
Returns a collection of portletappname vs their control names that are stored in the
database
|
java.util.Hashtable |
SCConfigService.getPortletControlNameMap(UserInfo ui)
Returns a collection of portletappname vs their control names that are stored in the
database
|
java.lang.String |
LayoutRemote.getSavedQueryApp()
Get Current Saved query application
|
java.lang.String |
Layout.getSavedQueryApp() |
void |
SCConfigSetRemote.getStartCenters()
Gets current start centers of user which are not templates
|
void |
SCConfigSet.getStartCenters()
Gets current start centers of user which are not templates
|
java.lang.Object[] |
SCConfigServiceRemote.getStartCenters(UserInfo ui)
Creates startcenters for a user based on his group template
|
java.lang.Object[] |
SCConfigService.getStartCenters(UserInfo ui)
Retreives all startcenters for a user that he already has.
|
void |
SCConfigSetRemote.getUserMobileStartCenters()
Gets mobile start centers of user
|
void |
SCConfigSet.getUserMobileStartCenters()
Gets mobile start centers of user
|
void |
SCConfigSetRemote.getUserStartCenters()
Gets curent start center of user
|
void |
SCConfigSet.getUserStartCenters()
Gets curent start center of user
|
void |
PortletDisplay.init()
Initialization routine for this object.
|
void |
Layout.init() |
boolean |
SCConfigSetRemote.isSCAdmin()
Returns true if current user is allowed to create templates
|
boolean |
SCConfigSet.isSCAdmin()
Returns true if current user is allowed to create templates
|
boolean |
PortletDisplaySetRemote.isSkipValidation()
Should validation be skipped on
|
boolean |
SCConfigSetRemote.isStartCenterConfigured()
Returns if the user has a personal startcenter configured or not
|
boolean |
SCConfigSet.isStartCenterConfigured()
Returns if the user has a personal startcenter configured or not
|
boolean |
SCConfigRemote.isTemplate()
Called to flag this start center as representing a template that is being modified.
|
boolean |
SCConfig.isTemplate()
Returns true if modifying a template
|
boolean |
SCConfigServiceRemote.isTemplate(UserInfo ui,
long startCenterId)
Returns trus if a start center is a template
|
boolean |
SCConfigService.isTemplate(UserInfo ui,
long startCenterId)
Returns trus if a start center is a template
|
void |
SCConfigServiceRemote.loadStartCenter(java.lang.String groupName,
UserInfo ui)
Creates startcenters for a user based on his group template
|
void |
SCConfigService.loadStartCenter(java.lang.String groupName,
UserInfo ui)
Creates startcenters for a user based on his group template
|
void |
StartCenterLoader.loadStartCenterForUser(java.lang.String groupName)
Reads XML from database, creates a dom and inserts info into Start Center and Portlet Tables
|
long |
StartCenterLoader.loadStartCenterFromTemplate(java.lang.String templateId,
java.lang.String groupName,
boolean modifyTemplate)
Main method for loading a start center based on a template and for a given group.
|
long |
SCConfigServiceRemote.loadStartCenterFromTemplate(java.lang.String templateId,
java.lang.String groupName,
UserInfo ui,
boolean modifyTemplate)
Creates startcenters for a user directly based on template id
|
long |
SCConfigService.loadStartCenterFromTemplate(java.lang.String templateId,
java.lang.String groupName,
UserInfo ui,
boolean modifyTemplate)
Creates startcenters for a user directly based on template id
|
void |
LayoutRemote.resetForAppChange()
Reset Data when an application is changed
|
void |
Layout.resetForAppChange()
Reset Data when an application is changed
|
protected void |
Layout.save() |
void |
SCConfigServiceRemote.saveAsTemplate(java.lang.String startCenterToCopy,
UserInfo ui)
Creates startcenters for a user based on his group template
|
void |
SCConfigService.saveAsTemplate(java.lang.String startCenterToCopy,
UserInfo ui)
Creates startcenters for a user based on his group template
|
void |
SCConfigRemote.setAddPortletsToLeft(boolean newValue)
Sets true if adding portlets for left column
|
void |
StartCenterLoader.setAttributes(java.lang.String currentSaveContentUID,
java.lang.String[] attributes,
MboRemote mbo,
org.w3c.dom.Element element,
java.lang.String parentTagName)
Sets information from a given MboRemote into an Element for the given set of attributes
|
void |
LayoutRemote.setDefaultsForObjectStructure()
Select the first object structure
|
void |
Layout.setDefaultsForObjectStructure()
Select the first object structure
|
void |
LayoutRemote.setDefaultsForResultSet()
Get reference of the related result set portlet mbos and
callss method to set query name
|
void |
Layout.setDefaultsForResultSet()
Get reference of the related result set portlet mbos and
callss method to set query name
|
void |
LayoutRemote.setDeletePortletLabels(boolean deleteLabels)
Marks the LAYOUT record so that it deletes the labels
|
void |
PortletDisplaySetRemote.setSkipValidation(boolean skipValidation)
Set validation to skipped
|
void |
PortletSetRemote.showCurrentPortlets()
Based on current security shows current portlets a user can add.
|
void |
PortletSet.showCurrentPortlets()
Based on current security shows current portlets a user can add.
|
boolean |
SCConfigServiceRemote.templateBeingModified(UserInfo ui,
long templateID)
Returns trus if this template is being modified by another admin
|
boolean |
SCConfigService.templateBeingModified(UserInfo ui,
long templateID)
Returns trus if this template is being modified by another admin
|
void |
Layout.undelete()
Overridden to undelete this LAYOUT and records associated with this LAYOUT.
|
long |
SCConfigServiceRemote.updateStartCenter(MboRemote startCenter)
Update Start Center from latest template.
|
long |
SCConfigService.updateStartCenter(MboRemote startCenter)
Update Start Center from latest template.
|
void |
PortletDisplaySet.validate()
Validates if the result set portlet is being configured with empty values in paramters and no condition attribute.
|
void |
FldSCIsMobile.validate()
Overridden to call for validation for making other start centers as
not mobile when this one is made mobile.
|
void |
FldSCIsDefault.validate()
Overridden to call for validation for making other start centers as
non-default when this one is made default.
|
void |
FldSCDisplay.validate()
Overridden to call for validation for checking that at least one
start center is marked for display.
|
void |
FldLayoutShowChart.validate()
Overridden to call for validation to makes sure that
graph attribute has been selected before flagging Show graph
attribute as true
|
void |
FldLayoutRowsToDisplay.validate()
Overridden to call for validation for checking that the number of rows to display ranges from 1-100
|
void |
SCConfigRemote.validateDefault()
Validates that not more than one start center can be default
|
void |
SCConfig.validateDefault()
Validates that at least one start center has to be displayed
|
void |
SCConfigRemote.validateDisplay()
Validates that at least one start center has to be displayed
|
void |
SCConfig.validateDisplay()
Validates that at least one start center has to be displayed
|
void |
SCConfigRemote.validateMobile()
Validates that not more than one start center can be mobile
|
void |
SCConfig.validateMobile()
Validates that only one start center has to be displayed
|
void |
LayoutRemote.validateRSConditions()
Makes sure that a condition attribute has been selected when color parameters have been set.
|
void |
Layout.validateRSConditions()
It makes sure that a condition attribute has been selected when color parameters have been set.
|
void |
LayoutRemote.validateShowGraph()
It makes sure that a graph attribute has been selected before flagging Show graph attribute as true
|
void |
Layout.validateShowGraph()
It makes sure that a graph attribute has been selected before flagging Show graph attribute as true
|
Methods in psdi.app.serviceitem that throw MXException
Modifier and Type |
Method and Description |
void |
ServiceItem.add()
Add a new Service Item object.
|
void |
ServiceItem.delete()
If a service item is deleted then make sure all associated
invvendor records are deleted
|
MboRemote |
ServiceItem.duplicate()
Creates a duplicate ServiceItem with its related objects.
|
protected Mbo |
ServiceItemSet.getMboInstance(MboSet ms)
Generate a new Item object
|
protected boolean |
ServiceItem.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
ServiceItem.updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo)
Update ItemOrgInfo table with the new status for the item.
|
void |
ServiceItemRemote.updateRelatedObjects(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo) |
Methods in psdi.app.sets that throw MXException
Modifier and Type |
Method and Description |
void |
FldSetsSetType.action()
Change autoupdate attribute based on the value of set type.
|
void |
Sets.add()
Adds a set record and sets its defaults.
|
java.lang.String |
SetsSet.appendToWhere()
Override appendToWhere to apply sets restriction for sets object.
|
void |
Sets.appValidate()
If to be added, add rows to autokey table.
|
void |
Sets.canDelete()
Determines if the sets object can be deleted.
|
void |
Sets.delete(long accessModifier)
Delete related AutoKey mbos.
|
protected Mbo |
SetsSet.getMboInstance(MboSet ms)
Generate a new sets object
|
java.util.Vector |
SetsCache.getOrgForCompanySet(java.lang.String companySetId,
UserInfo userInfo)
Return the organization for the specified company set.
|
java.util.Vector |
SetsCache.getOrgForItemSet(java.lang.String itemSetId,
UserInfo userInfo)
Return the organization for the specified itemset.
|
java.util.Vector |
SetsServiceRemote.getOrgsForCompanySet(java.lang.String setID,
UserInfo userInfo)
Returns orgs for companyset
|
java.util.Vector |
SetsService.getOrgsForCompanySet(java.lang.String setID,
UserInfo userInfo)
Returns orgs for companyset
|
java.util.Vector |
SetsServiceRemote.getOrgsForItemSet(java.lang.String setID,
UserInfo userInfo)
Returns orgs for itemset
|
java.util.Vector |
SetsService.getOrgsForItemSet(java.lang.String setID,
UserInfo userInfo)
Returns orgs for itemset
|
void |
SetsCacheFactory.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
SetsCache.init() |
void |
Sets.init()
Initialization rountine.
|
void |
SetsCacheFactory.init(MXServer mxs)
Call init() to initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
SetsCache.init(MXServer mxs)
|
void |
SetsCache.reload() |
void |
SetsCache.reload(java.lang.String key)
For SignatureCache, does nothing.
|
void |
SetsSet.setCompanySettype()
Sets the settype of sets to "COMPANY".
|
void |
SetsSetRemote.setItemSettype() |
void |
SetsSet.setItemSettype()
Sets setTypeSelect to "ITEM".
|
void |
Sets.undelete()
Undelete related AutoKey mbos.
|
void |
FldSetsSetId.validate()
If the set isn't to be added, call super.validate()
to make sure the value exists.
|
Methods in psdi.app.sfwlicview that throw MXException
Modifier and Type |
Method and Description |
void |
ContSfwLic.add()
sets field defaults for a new ContLicense object
|
void |
ContSfwLicSet.canAdd()
Licenses can only be added to contracts that is in a status of Approved.
|
void |
ContSfwLic.canDelete()
Licenses can only be deleted to contracts that is in a status of Approved.
|
void |
SfwLicense.delete(long accessModifier)
delete this software license object and references to it
|
void |
ContSfwLic.delete(long accessModifier)
delete this contract license object.
|
protected Mbo |
SfwLicenseSet.getMboInstance(MboSet ms)
Generates a new SfwLicense object.
|
protected Mbo |
ContSfwLicSet.getMboInstance(MboSet ms)
Generates a new ContSfwLic object.
|
void |
SfwLicense.init()
initialization rountine.
|
void |
FldSfwlicenseid.init()
Initialize sfwlicenseid field to read-only if it is NOT empty.
|
protected void |
ContSfwLic.save()
Keep swlicense.associated field updated: true when the sfwlicenseid exists in contlicense, else false.
|
void |
FldSfwlicenseid.validate()
cannot associate the same sfwlicenseid twice to the same contractlinenum
|
Methods in psdi.app.signature that throw MXException
Modifier and Type |
Method and Description |
void |
FldUserQueryOSName.action()
For LocAuth and SiteAuth, set value for orgid.
|
void |
FldSigSiteID.action()
For LocAuth and SiteAuth, set value for orgid.
|
void |
FldSigOptionAuthorized.action() |
void |
FldSecurityRestrictObjectName.action() |
void |
FldSecurityRestrictLevel.action() |
void |
FldRepFacAuthSite.action() |
void |
FldQueryPublic.action() |
void |
FldQueryDefault.action() |
void |
FldPassword.action() |
void |
FldMaxUserUserID.action() |
void |
FldMaxUserPersonID.action()
If no Person record, add one.
|
void |
FldMaxUserLoginID.action() |
void |
FldMaxUserDatabaseUserID.action() |
void |
FldMaxSessionLogout.action() |
void |
FldMaxServSecurityServiceName.action() |
void |
FldMaxServSecurityApp.action() |
void |
FldMaxGroupAuthAllRepFacs.action() |
void |
FldMaxGroupAuthAll.action() |
void |
FldGroupUserGroupName.action() |
void |
FldGroupRestrictionEntityName.action()
Update the expobject field when objectname changes (For Expression Builder)
|
void |
FldGroupRestrictionCondition.action() |
void |
FldEsigEnabled.action() |
void |
SignatureService.activateUser(java.lang.String userID,
java.lang.String memo,
UserInfo userInfo) |
void |
UserQuery.add() |
void |
UserPurGL.add()
Add a mbo, defaulting the attributes shown below.
|
void |
UserPref.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SigOption.add()
Add a mbo, defaulting the attributes shown below.
|
void |
ServerSession.add()
Add a mbo, defaulting the attributes shown below.
|
void |
SecurityRestrict.add()
Add a mbo, defaulting the attributes shown below.
|
void |
RepFacAuth.add() |
void |
RelatedApplicationAuth.add()
Default value for some of the fields of the new MaxIntObjCols.
|
void |
QueryRecordState.add() |
void |
Query.add()
Add a mbo, defaulting the attributes shown below.
|
void |
PasswordHistory.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxUserStatus.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxUserMT.add() |
void |
MaxUser.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxGroup.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MAXSession.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LoginTracking.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LoginBlock.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LocAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LimitTolerance.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LaborAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
GroupUser.add()
Add a mbo, defaulting the attributes shown below.
|
void |
GroupRestriction.add()
Add a mbo, defaulting the attributes shown below.
|
void |
GroupReassignAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
GLAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
DefaultQuery.add()
Add a mbo, defaulting the attributes shown below.
|
void |
CollectionAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
Bookmark.add()
Add a mbo, defaulting the attributes shown below.
|
void |
ApplicationAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
AppUserPropCfg.add() |
void |
SiteAuth.add()
Add a mbo, defaulting the attributes shown below.
|
void |
QuerySetRemote.addAndSaveQuery(java.lang.String appName,
java.lang.String clauseName,
java.lang.String clause,
boolean isPublic,
boolean isDefault,
java.lang.String description) |
void |
QuerySet.addAndSaveQuery(java.lang.String appName,
java.lang.String clauseName,
java.lang.String clause,
boolean isPublic,
boolean isDefault,
java.lang.String description)
Add a Query to this set and save this set.
|
void |
BookmarkSetRemote.addBookmark(MboRemote mbo,
java.lang.String app) |
void |
BookmarkSet.addBookmark(MboRemote mbo,
java.lang.String app)
Add a bookmark to this set, referencing the specified mbo.
|
void |
MaxUser.addDBUser(java.lang.String dbuserid)
Perform the database-specific calls needed to add a user
(databaseuserid).
|
void |
MaxUser.addGroupUser()
Add default rows to GroupUser when new User is being added.
|
void |
MaxUserRemote.addGroupUser() |
void |
MaxUser.addGrpReassignAuthForUserInsert()
When user is added to a group that has USER-INSERT privilege, or that
privilege is added to a group, then all users in that group need
privilege to add people to the default group and the "everyone" group.
|
void |
MaxUser.addLoginTracking(boolean attemptResult)
|
void |
MaxUserRemote.addLoginTracking(boolean attemptResult)
|
void |
MaxUser.addLoginTracking(boolean attemptResult,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue)
|
void |
MaxUserRemote.addLoginTracking(boolean attemptResult,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue)
|
void |
MaxUser.addLoginTracking(boolean attemptResult,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue,
java.lang.String ownerTable,
java.lang.String ownerId)
|
void |
MaxUserRemote.addLoginTracking(boolean attemptResult,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue,
java.lang.String ownerTable,
java.lang.String ownerId)
|
MboRemote |
MaxUser.addLoginTracking(java.lang.String attemptResult)
|
MboRemote |
MaxUserRemote.addLoginTracking(java.lang.String attemptResult) |
MboRemote |
MaxUser.addLoginTracking(java.lang.String attemptResult,
boolean updateStatus)
Add mbo to LoginTracking reflecting the successful or unsuccessful login.
|
MboRemote |
MaxUserRemote.addLoginTracking(java.lang.String attemptResult,
boolean updateStatus) |
void |
SignatureServiceRemote.addLoginTracking(java.lang.String userName,
boolean attemptResult,
UserInfo userInfo) |
void |
SignatureService.addLoginTracking(java.lang.String userID,
boolean attemptResult,
UserInfo userInfo)
Add mbo to LoginTracking reflecting the successful or unsuccessful login, and save.
|
void |
SignatureServiceRemote.addLoginTracking(java.lang.String userName,
boolean attemptResult,
UserInfo userInfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue) |
void |
SignatureService.addLoginTracking(java.lang.String userID,
boolean attemptResult,
UserInfo userInfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue)
|
void |
SignatureServiceRemote.addLoginTracking(java.lang.String userName,
boolean attemptResult,
UserInfo userInfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue,
java.lang.String ownerTable,
java.lang.String ownerId) |
void |
SignatureService.addLoginTracking(java.lang.String userID,
boolean attemptResult,
UserInfo userInfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue,
java.lang.String ownerTable,
java.lang.String ownerId)
|
MboRemote |
MaxUser.addMaxSession()
Add a row to MaxSession when user is logging in.
|
MboRemote |
MaxUserRemote.addMaxSession() |
void |
MaxUser.addServerSession()
Add a row to MaxSession when user is logging in.
|
void |
MaxUserRemote.addServerSession() |
void |
MaxUserSet.addUserToReloadList(java.lang.String user,
java.lang.String action) |
boolean |
SignatureServiceRemote.allowedWithLDAP(java.lang.String app,
java.lang.String optionname) |
boolean |
SignatureService.allowedWithLDAP(java.lang.String app,
java.lang.String optionname)
Some combinations of app + optionname are not allowed to be turned on in Security Groups app
when LDAP is on.
|
void |
SelfRegUserRejectAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params) |
void |
SelfRegUserApproveAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params) |
void |
SignatureService.applyDefaultTemplate(MboRemote maxGroup,
java.lang.String app)
Apply default Security template to Security Group.
|
void |
SignatureService.applyUserQueryList(MboSetRemote msr,
java.lang.String queryName,
java.lang.String owner,
java.lang.String app,
boolean complete) |
void |
SigOption.appValidate()
If owner is MaxGroup, then adjust ApplicationAuth as needed.
|
void |
SecurityRestrict.appValidate() |
void |
MaxUser.appValidate()
Pre-save validation method.
|
void |
MaxGroup.appValidate()
Validate mbo.
|
void |
MAXSession.appValidate()
If "logout" or "logoutandblock" is true, add user and sessionid to usersToDisconnect.
|
void |
LoginBlock.appValidate() |
void |
GroupUser.appValidate()
If adding to a group that has USER-INSERT privilege, then add grpreassignauth for
default group and everyone group.
|
void |
GroupRestriction.appValidate()
Set Restrictions = Condition.
|
void |
CollectionAuth.appValidate()
Mbo validation checks before saving.
|
void |
Bookmark.appValidate()
If adding a bookmark, set value of "description".
|
void |
AppPropCfg.appValidate() |
void |
MaxUser.authorizeGroups(MboSetRemote groupSet,
java.lang.String relationship)
For multiselect of groups for GrpReassignAuth or GroupUser.
|
void |
MaxUserRemote.authorizeGroups(MboSetRemote userSet,
java.lang.String relationship) |
void |
MaxGroup.authorizeUsers(MboSetRemote userSet,
java.lang.String relationship)
For multiselect of users for GrpReassignAuth or GroupUser.
|
void |
MaxGroupRemote.authorizeUsers(MboSetRemote userSet,
java.lang.String relationship) |
int |
UserQuery.calculateCount() |
void |
SiteAuthSet.canAdd()
If owner is MaxGroup and authallsites is True, don't allow adding a row.
|
void |
RepFacAuthSet.canAdd() |
void |
MaxUserSet.canAdd()
If using LDAP, cannot add a user via an app unless Maximo user mgmt is allowed.
|
void |
LocAuthSet.canAdd()
If owner is MaxGroup and authallstorerooms is True, don't allow adding a row.
|
void |
LaborAuthSet.canAdd()
If owner is MaxGroup and authlaborall is True, don't allow adding a row.
|
void |
GroupUserSet.canAdd()
Check GrpReassignAuth.
|
void |
CollectionAuthSet.canAdd()
Can add if owner is MaxGroup.
|
void |
AppUserPropCfgSet.canAdd() |
void |
MaxUser.cancelMainRecordDialog(java.lang.String id)
Cancel the dialog "grpassign", "chgperson", or "pwhint".
|
void |
MaxUserRemote.cancelMainRecordDialog(java.lang.String id) |
boolean |
MaxUser.canChangePassword()
Can this session user change the password of this MaxUser mbo? Starting
with Merlin, this always returns True (unless using LDAP).
|
boolean |
MaxUserRemote.canChangePassword() |
boolean |
SignatureServiceRemote.canChangePassword(java.lang.String userName,
UserInfo userInfo) |
boolean |
SignatureService.canChangePassword(java.lang.String userID,
UserInfo userInfo)
Can this session user change the password of the specified userID?
|
void |
MaxUserStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
If this is an internal process, allow anything.
|
void |
SigOption.canDelete()
Cannot delete if ApplicationAuth exists.
|
void |
SecurityRestrict.canDelete()
checks whatever the restriction record can be deleted
|
void |
Query.canDelete()
Must be the query owner to delete.
|
void |
MaxUser.canDelete()
If maxvar LOGINTRACKING is True, then MaxUser can NEVER be
deleted.
|
void |
MaxGroup.canDelete()
Cannot drop the group if any users exist in that group, or if it's the
New User or Everyone
|
void |
LoginTracking.canDelete()
Cannot delete.
|
void |
LocAuth.canDelete()
Call super.
|
void |
LimitTolerance.canDelete()
Call super.
|
void |
GroupUser.canDelete()
Call super.
|
void |
DefaultQuery.canDelete()
Must have the same username to delete.
|
void |
Bookmark.canDelete()
Must be the bookmark owner to delete.
|
void |
AppPropCfg.canDelete() |
void |
SiteAuth.canDelete()
Call super.
|
boolean |
MaxGroup.canMaintainUsers()
Identifies whether GroupUser can be maintained for this group.
|
void |
MaxUser.changeDBPassword()
Perform the database-specific calls needed to change a native database
password (for databaseuserid, dbpassword).
|
void |
MaxUserStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
SecurityRestrict.checkForDups()
Called from appValidate.
|
void |
GroupUser.checkMethodAccess(java.lang.String methodName,
long accessModifier) |
void |
MaxUserStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Must have USERSTATUS privilege to change user status.
|
void |
WorkCompleteCleanupCronTask.cleanupCompletedRecods(UserInfo userInfo)
Delete all expired work complete records
|
void |
MaxUser.clearGenPswdInfo()
Clear values for passwordinput, passwordcheck, and generatedpswd.
|
void |
MaxUserRemote.clearGenPswdInfo() |
void |
MaxUser.clearUserProfileHierarchySet() |
void |
MaxUserRemote.clearUserProfileHierarchySet() |
void |
SecurityRestrictSet.commit() |
void |
MaxUserSet.commit()
After changes are committed to the database, reload cache.
|
void |
BookmarkSet.commit() |
void |
AppUserPropCfgSet.commit() |
void |
AppPropCfgSet.commit() |
MboRemote |
MaxGroup.copy(java.lang.String newGroupName,
MboSetRemote mboset)
Copy this group to a new group.
|
MboRemote |
MaxGroupRemote.copy(java.lang.String newGrpName,
MboSetRemote mboset) |
int |
TenantUserSessionSet.count(int countConstant) |
MboRemote |
MaxUser.createPersonMbo(java.lang.String personID,
MboSetRemote personSet)
|
MboRemote |
MaxUserRemote.createPersonMbo(java.lang.String personID,
MboSetRemote personSet)
Deprecated.
|
MboRemote |
MaxUser.createPersonMbo(java.lang.String personID,
MboSetRemote personSet,
boolean doAutokey)
Called only when adding a user, to create a Person mbo.
|
MboRemote |
MaxUserRemote.createPersonMbo(java.lang.String personID,
MboSetRemote personSet,
boolean doAutokey) |
void |
ApplicationAuth.delete()
delete all related authorization record
|
void |
SigOption.delete(long accessModifier) |
void |
Query.delete(long accessModifier)
Also delete DefaultQuery.
|
void |
MaxUser.delete(long accessModifier)
Delete this mbo.
|
void |
MaxGroup.delete(long accessModifier) |
void |
MAXSession.delete(long accessModifier) |
void |
GroupUser.delete(long accessModifier)
Delete this mbo.
|
void |
CollectionAuth.delete(long accessModifier)
Delete securityrestrict.
|
void |
AppPropCfg.delete(long accessModifier) |
void |
RepFacAuthSet.deleteAndRemove(int pos,
long accessModifier) |
void |
MaxUser.deleteDBUser(java.lang.String deleteID)
Perform the database-specific calls needed to drop a user
(databaseuserid).
|
boolean |
MaxUser.deleteThisUser()
|
boolean |
MaxUserRemote.deleteThisUser() |
boolean |
MaxUser.deleteThisUser(long accessModifier)
Convenience method to delete a user instead of calling the regular
delete .
|
void |
SignatureServiceRemote.deleteUserPref(java.lang.String varname,
UserInfo userInfo) |
void |
SignatureService.deleteUserPref(java.lang.String varname,
UserInfo userInfo)
Delete a mbo from UserPref for the specified user and varname.
|
MboRemote |
MaxUser.duplicate()
Call copy.
|
MboRemote |
MaxGroup.duplicate()
Copy MaxGroup and its children.
|
boolean |
OSUserQueryCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
void |
SigOptionMboEventListener.eventAction(EventMessage em) |
void |
ConsultUserListener.eventAction(EventMessage em) |
boolean |
SigOptionMboEventListener.eventValidate(EventMessage em) |
boolean |
ConsultUserListener.eventValidate(EventMessage em) |
MboRemote |
SecurityRestrictSet.findMboForCollectionAuth(java.lang.String objectname,
java.lang.String restriction)
Method used by CollectionAuth to see if a particular SecurityRestrict mbo exists.
|
void |
SigOptionSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache SIGNATURE and MAXIMODD-ESIGOPTIONS .
|
void |
MaxGroupSet.fireEventsAfterDBCommit(MXTransaction txn)
|
void |
MAXSessionSet.fireEventsAfterDBCommit(MXTransaction txn)
|
void |
MaxUser.generatePassword() |
void |
MaxUserRemote.generatePassword() |
java.lang.String |
SignatureServiceRemote.generatePassword(java.lang.String userID,
UserInfo userInfo) |
java.lang.String |
SignatureService.generatePassword(java.lang.String userID,
UserInfo userInfo)
|
java.lang.String |
SignatureServiceRemote.generatePassword(java.lang.String userID,
UserInfo userInfo,
MboRemote mbo) |
java.lang.String |
SignatureService.generatePassword(java.lang.String userID,
UserInfo userInfo,
MboRemote mbo)
Generate a pseudo-random value for password.
|
java.lang.String |
MaxGroupSetRemote.getAdminWhereSiteSubselect() |
java.lang.String |
MaxGroupSet.getAdminWhereSiteSubselect()
Determine whether the logon user is a "site administrator" and return the
Site subselect.
|
java.util.HashSet |
SignatureService.getAlsoSigoption(boolean alsoGrants,
MboRemote mbo,
MboSetRemote sigoSet1,
MboSetRemote sigoSet2,
MboSetRemote sigoSet3)
Get "alsogrants" or "alsorevokes", and anything one level deep that's "also" granted/revoked.
|
com.ibm.json.java.JSONObject |
AppPropCacheImpl.getApplicationCfgInfo(java.lang.String appName,
UserInfo userInfo) |
com.ibm.json.java.JSONObject |
AppPropCache.getApplicationCfgInfo(java.lang.String appName,
UserInfo userInfo) |
com.ibm.json.java.JSONObject |
AppPropCacheImpl.getApplicationSysCfgInfo() |
com.ibm.json.java.JSONObject |
AppPropCache.getApplicationSysCfgInfo() |
MboSetRemote |
SignatureServiceRemote.getAppsForModuleAndUser(java.lang.String module,
UserInfo userInfo) |
MboSetRemote |
SignatureService.getAppsForModuleAndUser(java.lang.String module,
UserInfo userInfo)
Get the set of applications (MaxApps) within a given module (via MaxMenu)
where the user has some form of authorization to run the application
and the application is not hidden.
|
java.util.Set |
SignatureCache.getAuthAppCache() |
MboRemote |
QuerySet.getCurrtDefault(Mbo query) |
MboSetRemote |
Query.getDefaultQuerySet()
Get the shared set of DefaultQuery for this app and username.
|
java.lang.String |
SignatureServiceRemote.getEveryoneGroup(UserInfo userInfo) |
java.lang.String |
SignatureService.getEveryoneGroup(UserInfo userInfo)
Get the default value for the "Everyone" security group to use when adding a new user.
|
java.lang.String |
BookmarkRemote.getKeyDescription() |
java.lang.String |
Bookmark.getKeyDescription()
Get the description of the bookmarked mbo.
|
MboRemote |
BookmarkRemote.getKeyMbo() |
MboRemote |
Bookmark.getKeyMbo()
Get the bookmarked mbo.
|
LaborRemote |
SignatureServiceRemote.getLaborForUserAndOrg(java.lang.String userName,
java.lang.String orgid,
UserInfo userInfo) |
LaborRemote |
SignatureService.getLaborForUserAndOrg(java.lang.String userID,
java.lang.String orgid,
UserInfo userInfo)
Get the Labor mbo for the given UserID and orgid.
|
LaborRemote |
SignatureServiceRemote.getLaborForUserAndSite(java.lang.String userName,
java.lang.String siteid,
UserInfo userInfo) |
LaborRemote |
SignatureService.getLaborForUserAndSite(java.lang.String userID,
java.lang.String siteid,
UserInfo userInfo)
Get the Labor mbo for the given userID and siteid.
|
MboSetRemote |
FldUserLicenseType.getList()
Return list of mbos for from the domain.
|
MboSetRemote |
FldSecurityRestrictLevel.getList() |
MboSetRemote |
FldMaxUserPersonID.getList() |
MboSetRemote |
FldMaxServSecurityMethodName.getList() |
java.lang.String |
SigOptionInfoBase.getLongDescription()
Return the signature option long description
|
java.lang.String |
SigOptionInfo.getLongDescription()
Return the signature option long description
|
java.util.Map |
SignatureCache.getMaxAppsCache()
|
MaxAppsInfo |
SignatureCache.getMaxAppsCache(java.lang.String appName)
Return the MaxApps info for the app.
|
java.util.Set |
SignatureCache.getMaxAppsForTb(java.lang.String mainTbName) |
java.lang.String |
MaxUserSetRemote.getMaxGroupAdminWhereMain() |
java.lang.String |
MaxUserSet.getMaxGroupAdminWhereMain()
Determine whether the logon user is a "site administrator" and return the
restriction for MaxGroup.
|
java.lang.String |
MaxUserSetRemote.getMaxGroupAdminWhereSiteSubselect() |
java.lang.String |
MaxUserSet.getMaxGroupAdminWhereSiteSubselect()
Determine whether the logon user is a "site administrator" and return the
restriction for MaxGroup.
|
MaxModuleInfo |
SignatureCache.getMaxModuleCache(java.lang.String moduleName)
Return the MaxModules info for the module.
|
MboRemote |
TenantUserSessionSet.getMbo(int row) |
protected Mbo |
UserQuerySet.getMboInstance(MboSet ms)
Generate a new MaxUser object
|
protected Mbo |
UserPurGLSet.getMboInstance(MboSet ms)
Generate a new UserPurGL object
|
protected Mbo |
UserPrefSet.getMboInstance(MboSet ms)
Generate a new UserPref object
|
protected Mbo |
UserMTNPSet.getMboInstance(MboSet ms)
Factory method to create UserMTNP object.
|
protected Mbo |
TenantUserSessionSet.getMboInstance(MboSet ms) |
protected Mbo |
SiteAuthSet.getMboInstance(MboSet ms)
Generate a new SiteAuth object
|
protected Mbo |
SigOptionSet.getMboInstance(MboSet ms)
Generate a new SigOption object
|
protected Mbo |
ServerSessionSet.getMboInstance(MboSet ms)
Generate a new MAXSession object
|
protected Mbo |
SecurityRestrictSet.getMboInstance(MboSet ms)
Generate a new SecurityRestrict object
|
protected Mbo |
RepFacAuthSet.getMboInstance(MboSet ms) |
protected Mbo |
RelatedApplicationAuthSet.getMboInstance(MboSet ms)
Generate a new IfaceControl object
|
protected Mbo |
QuerySet.getMboInstance(MboSet ms)
Generate a new Query object
|
protected Mbo |
QueryRecordStateSet.getMboInstance(MboSet ms)
Generate a new MaxUser object
|
protected Mbo |
PasswordHistorySet.getMboInstance(MboSet ms)
Generate a new PasswordHistory object
|
protected Mbo |
MaxUserStatusSet.getMboInstance(MboSet ms)
Generate a new MaxUserStatus object
|
protected Mbo |
MaxUserSet.getMboInstance(MboSet ms)
Generate a new MaxUser object
|
protected Mbo |
MaxUserNPSSet.getMboInstance(MboSet ms)
Generate a new MaxUser object
|
protected Mbo |
MaxUserMTSet.getMboInstance(MboSet ms)
Generate a new MaxUser object
|
protected Mbo |
MaxServSecuritySet.getMboInstance(MboSet ms)
Generate a new MaxServSecurity object
|
protected Mbo |
MaxGroupSet.getMboInstance(MboSet ms)
Generate a new MaxGroup object
|
protected Mbo |
MAXSessionSet.getMboInstance(MboSet ms)
Generate a new MAXSession object
|
protected Mbo |
LoginTrackingSet.getMboInstance(MboSet ms)
Generate a new LoginTracking object
|
protected Mbo |
LoginBlockSet.getMboInstance(MboSet ms)
Generate a new LoginBlock object
|
protected Mbo |
LocAuthSet.getMboInstance(MboSet ms)
Generate a new locauth object
|
protected Mbo |
LimitToleranceSet.getMboInstance(MboSet ms)
Generate a new LimitTolerance object
|
protected Mbo |
LaborAuthSet.getMboInstance(MboSet ms)
Generate a new LaborAuth object
|
protected Mbo |
GroupUserSet.getMboInstance(MboSet ms)
Generate a new GroupUser object
|
protected Mbo |
GroupRestrictionSet.getMboInstance(MboSet ms)
Generate a new GroupRestriction object
|
protected Mbo |
GroupReassignAuthSet.getMboInstance(MboSet ms)
Generate a new GroupReassignAuth object
|
protected Mbo |
GLAuthSet.getMboInstance(MboSet ms)
Generate a new GLAuth object
|
protected Mbo |
ExcludePasswordSet.getMboInstance(MboSet ms)
Generate a new ExcludePassword object
|
protected Mbo |
DefaultQuerySet.getMboInstance(MboSet ms)
Generate a new DefaultQuery object
|
protected Mbo |
CollectionAuthSet.getMboInstance(MboSet ms)
Generate a new CollectionAuth object
|
protected Mbo |
BookmarkSet.getMboInstance(MboSet ms)
Generate a new Bookmark object
|
protected Mbo |
ApplicationAuthSet.getMboInstance(MboSet ms)
Generate a new ApplicationAuth object
|
protected Mbo |
AppUserPropCfgSet.getMboInstance(MboSet ms) |
protected Mbo |
AppPropCfgSet.getMboInstance(MboSet ms) |
MboValue |
MAXSession.getMboValue(java.lang.String nameInput)
Calculate systemidletime, if requested.
|
java.util.TreeMap |
SignatureServiceRemote.getModuleMap(UserInfo userInfo) |
java.util.TreeMap |
SignatureService.getModuleMap(UserInfo userInfo)
Get the map of modules and apps for this user, from maxmenu table.
|
java.util.Map |
SignatureCache.getModuleMenuCache()
|
java.lang.String |
SignatureServiceRemote.getNewUserGroup(UserInfo userInfo) |
java.lang.String |
SignatureService.getNewUserGroup(UserInfo userInfo)
Get the default value for the security group to use when adding a new user.
|
java.util.List |
SignatureCache.getNonMobileMaxAppsForTb(java.lang.String mainTbName) |
java.lang.String |
SigOptionCacheImpl.getOptionDescription(java.lang.String app,
java.lang.String option,
UserInfo userInfo) |
java.lang.String |
SigOptionCache.getOptionDescription(java.lang.String app,
java.lang.String option,
UserInfo userInfo) |
CrontaskParamInfo[] |
WorkCompleteCleanupCronTask.getParameters() |
protected boolean |
HiddenValue.getPropagateKeyFlag()
Returns False.
|
void |
QuerySetRemote.getQueriesForUser(java.lang.String appName) |
void |
QuerySet.getQueriesForUser(java.lang.String appName)
Get the set of queries that this user is allowed to execute.
|
void |
QuerySetRemote.getQueriesForUser(java.lang.String appName,
java.lang.String orderBy) |
void |
QuerySet.getQueriesForUser(java.lang.String appName,
java.lang.String orderBy) |
MboSetRemote |
SignatureServiceRemote.getQueriesForUser(java.lang.String appName,
UserInfo userInfo) |
MboSetRemote |
SignatureService.getQueriesForUser(java.lang.String appName,
UserInfo userInfo)
Get the set of queries that this user is allowed to execute.
|
java.util.TreeMap |
SignatureServiceRemote.getQueryMap(MboSetRemote querySet) |
java.util.TreeMap |
SignatureService.getQueryMap(MboSetRemote querySet)
Given a set of Query, reformat it as TreeMap.
|
java.lang.String |
SignatureServiceRemote.getQuerySql(java.lang.String clauseName,
java.lang.String appName,
UserInfo userInfo) |
java.lang.String |
SignatureService.getQuerySql(java.lang.String clauseName,
java.lang.String appName,
UserInfo userInfo)
Given the clausename and app name, what is the SQL for that Query?
Strips out the word "Where" if present.
|
SignatureCache |
SignatureServiceRemote.getSigCache() |
SignatureCache |
SignatureService.getSigCache() |
SigOptionInfo |
SignatureCache.getSigoAppCache(java.lang.String appName)
Return the SigOption info for the app.
|
java.util.Map |
SignatureCache.getSigoCache(java.lang.String appName)
Return a HashMap of SigOptions (Type OPTION) for the app,
where key = optionname and element = SigOption info.
|
java.util.Map |
SignatureCache.getSigoFlags(java.lang.String appName,
java.lang.String optionName)
Return a HashMap of SigOptFlag for the app and optionname.
|
java.util.HashMap |
SigOptionRemote.getSigOptFlags() |
java.util.HashMap |
SigOption.getSigOptFlags()
Get SigOptFlags from SignatureCache.
|
java.lang.String[] |
SignatureServiceRemote.getSiteAdminWhere(MboSetRemote mboSet,
java.lang.String app) |
java.lang.String[] |
SignatureService.getSiteAdminWhere(MboSetRemote mboSet,
java.lang.String app)
For the Users app and the Security Groups app, if the logon user is a "site administrator", then return
the Where clause for the main MboSet (maxuser or maxgroup).
|
protected MboSetRemote |
MaxUser.getStatusHistory()
Return the user status object (MAXUSERSTATUS).
|
java.util.TreeMap[] |
SignatureServiceRemote.getUserAuthForApp(java.lang.String appName,
UserInfo userInfo) |
java.util.TreeMap[] |
SignatureService.getUserAuthForApp(java.lang.String appName,
UserInfo userInfo)
Get the following:
Menu options for this application and user (element 0).
|
java.lang.String |
SignatureServiceRemote.getUserPref(java.lang.String varname,
UserInfo userInfo) |
java.lang.String |
SignatureService.getUserPref(java.lang.String varname,
UserInfo userInfo)
Given the userpref.varname, what is the varvalue for the current user?
|
boolean |
SignatureServiceRemote.hasPasswordExpired(java.lang.String loginID,
UserInfo userInfo) |
boolean |
SignatureService.hasPasswordExpired(java.lang.String loginID,
UserInfo userInfo)
Determine whether the user's password has expired.
|
void |
UserQuery.init() |
void |
UserPref.init() |
void |
SignatureCacheFactory.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
SigOptionCacheImpl.init()
Initialize the cache object.
|
void |
SigOption.init()
If owner is MaxApps and groupname is not null, set values for non-persistent attribute GroupName and Authorized.
|
void |
ServerSession.init() |
void |
SecurityRestrict.init() |
void |
RelatedApplicationAuth.init()
Initialize Object Structure Column (MaxIntObjCols) Mbo.
|
void |
Query.init() |
void |
PasswordHistory.init() |
void |
MaxUserStatus.init()
Initailze the object to be read only.
|
void |
SignatureCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
MaxUser.init()
Since the business objects are not supposed to check privilege, it is
incumbent upon the UI to check privilege for the following:
ADDUSERS -- If toBeAdded and no privilege for
ADDUSERS , then group name should be readonly.
|
void |
MaxServSecurity.init() |
void |
MaxGroup.init() |
void |
MAXSession.init() |
void |
LoginTracking.init() |
void |
LoginBlock.init() |
void |
LocAuth.init() |
void |
LimitTolerance.init() |
void |
LaborAuth.init() |
void |
GroupUser.init() |
void |
GroupRestriction.init() |
void |
DefaultQuery.init() |
void |
CollectionAuth.init() |
void |
BookmarkCacheImpl.init()
Initialize the cache object.
|
void |
Bookmark.init() |
void |
AppPropCfg.init() |
void |
AppPropCacheImpl.init() |
void |
SiteAuth.init() |
void |
SignatureCacheFactory.init(MXServer mxs)
Call init() to initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
SignatureCache.init(MXServer mxs)
|
void |
MaxUser.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
FldQueryDefault.initValue() |
boolean |
MaxUser.isActive()
Is this user Active?
|
boolean |
MaxUserRemote.isActive() |
boolean |
SignatureServiceRemote.isActive(java.lang.String userName,
UserInfo userInfo) |
boolean |
SignatureService.isActive(java.lang.String userID,
UserInfo userInfo)
Is this user active?
|
boolean |
SignatureServiceRemote.isActiveSite(java.lang.String siteID) |
boolean |
SignatureService.isActiveSite(java.lang.String siteID)
Check whether the specified site is active or not.
|
boolean |
MaxUser.isBlocked()
Is this user Blocked?
|
boolean |
MaxUserRemote.isBlocked() |
boolean |
SignatureServiceRemote.isBlocked(java.lang.String userName,
UserInfo userInfo) |
boolean |
SignatureService.isBlocked(java.lang.String userID,
UserInfo userInfo)
Is this user blocked?
|
void |
MaxUser.isDBPasswordValid()
Is the native database password valid? Throws system/notvalid if the
dbpassword is not valid.
|
boolean |
MaxUser.isDeleted()
Is this user Deleted?
|
boolean |
MaxUserRemote.isDeleted() |
boolean |
MaxUserSet.isESigNeeded(java.lang.String optionName)
IV99665:if optionName is list_profile, use profile
Indicates whether ESig is needed for the given option name.
|
boolean |
MaxUser.isInactive()
Is this user Inactive?
|
boolean |
MaxUserRemote.isInactive() |
boolean |
MaxUserSetRemote.isLookup() |
boolean |
MaxUserSet.isLookup() |
boolean |
MaxGroupSetRemote.isLookup() |
boolean |
MaxGroupSet.isLookup() |
boolean |
MaxUser.isPasswordValid()
Is the Maximo password valid? Compares password to passwordCheck to
ensure they are equal.
|
boolean |
Query.isUnique() |
boolean |
SignatureCache.isValidLicense(java.lang.String appName,
java.lang.String optionName,
boolean checkSigoption)
Return True if this app and option have a valid license, or no license is required.
|
boolean |
SignatureCache.isValidOption(java.lang.String appName,
java.lang.String optionName)
Return True if this app and option exist in SigOption.
|
boolean |
SignatureServiceRemote.isValidSite(UserInfo userInfo,
java.lang.String siteId) |
boolean |
SignatureService.isValidSite(UserInfo userInfo,
java.lang.String siteId)
Identifies whether the specified site is valid for the specified user.
|
void |
MaxUser.maxUserCanDelete()
|
void |
MaxUserRemote.maxUserCanDelete() |
void |
MaxUser.openMainRecordDialog(java.lang.String id)
Open the dialog "grpassign", "chgperson", or "pwhint".
|
void |
MaxUserRemote.openMainRecordDialog(java.lang.String id) |
int |
SignatureServiceRemote.passwordWillExpire(java.lang.String loginID,
UserInfo userInfo) |
int |
SignatureService.passwordWillExpire(java.lang.String loginID,
UserInfo userInfo)
Determine number of days until the users's password expires.
|
void |
SigOptionMboEventListener.postCommitEventAction(EventMessage em) |
void |
ConsultUserListener.postCommitEventAction(EventMessage em) |
void |
SigOptionMboEventListener.preSaveEventAction(EventMessage em) |
void |
ConsultUserListener.preSaveEventAction(EventMessage em) |
java.util.List |
UserMTNPSet.process()
Initialize routine.
|
void |
SecurityRestrict.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
RepFacAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
RelatedApplicationAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
LocAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
LimitTolerance.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
LaborAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
GroupRestriction.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
GLAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
CollectionAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
ApplicationAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
SiteAuth.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for groupname.
|
void |
MaxUser.recheckPasswordAuthority()
Recheck password change authority.
|
void |
SignatureService.refreshUserCont(UserInfo userInfo)
Refresh count for all user queries.
|
void |
SignatureService.refreshUserConts(MboRemote userQuery)
Refresh count for one User Query.
|
void |
SignatureCacheFactory.reload()
Reload Cache.
|
void |
SigOptionCacheImpl.reload()
Reloads the cache object.
|
void |
SignatureCache.reload()
Reload cache.
|
void |
BookmarkCacheImpl.reload()
Reloads the cache object.
|
void |
AppPropCacheImpl.reload()
Reloads the cache object.
|
void |
SigOptionCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
SignatureCache.reload(java.lang.String key)
For SignatureCache, does nothing.
|
void |
BookmarkCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
AppPropCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
AppPropCfg.reset() |
void |
MaxUser.resetNativeEsigKey() |
void |
SigOption.save() |
void |
MaxUser.save()
Perform any processing re: changing native dbpassword; then save the mbo.
|
void |
ApplicationAuth.save() |
void |
SigOptionSet.saveTransaction(MXTransaction txn)
|
protected void |
MaxUser.sendEsigResetNotf() |
MboSetRemote |
SignatureServiceRemote.setActive(java.lang.String userName,
java.lang.String memo,
UserInfo userInfo) |
MboSetRemote |
SignatureService.setActive(java.lang.String userID,
java.lang.String memo,
UserInfo userInfo)
Set this user to Active status.
|
void |
SignatureServiceRemote.setAuthorized(boolean authorized,
MboRemote mbo,
MboSetRemote sigoSet1,
MboSetRemote sigoSet2,
MboSetRemote sigoSet3) |
void |
SignatureService.setAuthorized(boolean authorized,
MboRemote mbo,
MboSetRemote sigoSet1,
MboSetRemote sigoSet2,
MboSetRemote sigoSet3)
Called from Security Groups app.
|
protected void |
MaxUserSet.setBindValueAsBytes(java.sql.PreparedStatement pstmt,
int bindIndex,
byte[] value,
java.lang.String columnName) |
void |
MaxUser.setBlocked(java.lang.String memo)
Set this user's status to BLOCKED.
|
MboSetRemote |
SignatureServiceRemote.setBlocked(java.lang.String userName,
java.lang.String memo,
UserInfo userInfo) |
MboSetRemote |
SignatureService.setBlocked(java.lang.String userID,
java.lang.String memo,
UserInfo userInfo)
Set this user to Blocked status.
|
int |
UserQuery.setCalculatedCount() |
void |
MaxUser.setLoginIdDefault()
Called from FldMaxUserUserID when adding a new user.
|
void |
MaxUserRemote.setLoginIdDefault() |
void |
GroupUser.setSSMFlag(MboRemote owner,
boolean undo)
If adding to a group that has USER-INSERT privilege, then add grpreassignauth for
default group and everyone group.
|
MboRemote |
UserMTNPSet.setup()
Causes the NonP-MboSet used for method parameter validation to setup itself for use.
|
void |
SignatureServiceRemote.setUserPref(java.lang.String varname,
java.lang.String varvalue,
UserInfo userInfo) |
void |
SignatureService.setUserPref(java.lang.String varname,
java.lang.String varvalue,
UserInfo userInfo)
Insert or update a mbo from UserPref for the specified user and varname.
|
void |
PasswordHistory.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
void |
MaxUser.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
void |
HiddenValueSet.setValue(java.lang.String attrName,
java.lang.String val,
long accessModifier)
Set value for attribute in values .
|
void |
FldMaxServSecurityMethodName.setValueFromLookup(MboRemote sourceMbo) |
void |
HiddenValueSet.setValueNull(java.lang.String attrName,
long accessModifier)
Set null value for attribute in values .
|
boolean |
SignatureServiceRemote.showPasswordWarning(java.lang.String loginID,
UserInfo userInfo) |
boolean |
SignatureService.showPasswordWarning(java.lang.String loginID,
UserInfo userInfo)
Determine whether a warning should be displayed that a user's password will soon expire.
|
boolean |
MaxUser.showProfileWarning()
If any info was changed via My Profile app that did not update the cached
user profile, and there is more than one active session for this UserID,
then return True.
|
boolean |
MaxUserRemote.showProfileWarning() |
protected boolean |
UserPurGL.skipCopyField(MboValueInfo mvi)
Fields to skip when copying mbo.
|
protected boolean |
SigOption.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
SecurityRestrict.skipCopyField(MboValueInfo mvi)
Fields to skip when copying mbo.
|
protected boolean |
RelatedApplicationAuth.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxUser.skipCopyField(MboValueInfo mvi)
Fields to skip when copying mbo.
|
protected boolean |
MaxGroup.skipCopyField(MboValueInfo mvi)
Fields to skip when copying mbo.
|
protected boolean |
LimitTolerance.skipCopyField(MboValueInfo mvi)
Fields to skip when copying mbo.
|
protected boolean |
GroupUser.skipCopyField(MboValueInfo mvi)
Fields to skip when copying mbo.
|
protected boolean |
ApplicationAuth.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
UserQuery.snoozeRecord(java.lang.String objectName,
java.lang.Long objectId,
java.lang.String memo,
boolean enable) |
double |
TenantUserSessionSet.sum(java.lang.String attributeName) |
boolean |
SignatureServiceRemote.testForcePasswordChange(java.lang.String userName,
UserInfo userInfo) |
boolean |
SignatureService.testForcePasswordChange(java.lang.String userID,
UserInfo userInfo)
Determine whether the user's password is forced to be changed at the next login.
|
java.lang.String |
OSUserQueryCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
SigOption.undelete() |
void |
Query.undelete()
Also undelete DefaultQuery.
|
void |
MaxUser.undelete() |
void |
MaxGroup.undelete() |
void |
GroupUser.undelete()
Undelete this mbo.
|
void |
CollectionAuth.undelete()
Undelete securityrestrict.
|
void |
ApplicationAuth.undelete()
undelete all related authorization record
|
void |
MaxUser.undeleteThisUser() |
void |
MaxUserRemote.undeleteThisUser() |
boolean |
MaxUser.userExistsOnDB(java.sql.Connection con,
java.lang.String checkID)
Determine whether this user already exists on the native DB
(databaseuserid).
|
void |
MaxGroupSet.validate()
|
void |
MAXSessionSet.validate()
|
void |
FldUserLicenseType.validate() |
void |
FldSigSiteID.validate() |
void |
FldSigOptionOptionName.validate()
Do not allow DELETE, INSERT, or SAVE for readonly views.
|
void |
FldSigOptionAuthorized.validate() |
void |
FldQueryPublic.validate() |
void |
FldQueryName.validate() |
void |
FldQueryDefault.validate() |
void |
FldQueryClause.validate() |
void |
FldPassword.validate() |
void |
FldOldEsignatureKey.validate() |
void |
FldMaxUserUserID.validate() |
void |
FldMaxUserRepairFacility.validate() |
void |
FldMaxUserPersonID.validate()
Person cannot be assigned to another user or have Inactive status.
|
void |
FldMaxUserNewPersonID.validate()
Person must exist on Person table, cannot be assigned to another user or have Inactive status.
|
void |
FldMaxUserLoginID.validate()
Loginid cannot be assigned to another user.
|
void |
FldMaxUserDatabaseUserID.validate()
Cannot include space, cannot start with "$" or "@", cannot start with a number.
|
void |
FldMaxUserConsultUser.validate() |
void |
FldMaxSessionLogout.validate()
Present a yes/no/cancel box asking whether to end the session.
|
void |
FldMaxServSecurityMethodName.validate() |
void |
FldGroupUserGroupName.validate()
Throw various messages depending on what was wrong.
|
void |
FldGroupRestrictionCondition.validate() |
void |
FldUserName.validate() |
void |
AppCfgPropValidator.validate(java.lang.Object value) |
void |
SignatureServiceRemote.validateAuthorized(boolean authorized,
MboRemote mbo,
MboSetRemote sigoSet1,
MboSetRemote sigoSet2,
MboSetRemote sigoSet3) |
void |
SignatureService.validateAuthorized(boolean authorized,
MboRemote mbo,
MboSetRemote sigoSet1,
MboSetRemote sigoSet2,
MboSetRemote sigoSet3)
Called from Security Groups app.
|
void |
GroupRestrictionRemote.validateCondition(java.lang.String attrName) |
void |
GroupRestriction.validateCondition(java.lang.String attrName)
Validate the "Condition" sql.
|
void |
SignatureServiceRemote.validatePassword(java.lang.String userID,
java.lang.String checkString,
UserInfo userInfo) |
void |
SignatureService.validatePassword(java.lang.String userID,
java.lang.String checkString,
UserInfo userInfo)
|
void |
SignatureServiceRemote.validatePassword(java.lang.String userID,
java.lang.String checkString,
UserInfo userInfo,
MboRemote mbo) |
void |
SignatureService.validatePassword(java.lang.String userID,
java.lang.String checkString,
UserInfo userInfo,
MboRemote mbo)
For validating Maximo password.
|
void |
QuerySetRemote.validateSqlExpression(java.lang.String objectname,
java.lang.String expression) |
void |
QuerySet.validateSqlExpression(java.lang.String objectname,
java.lang.String expression)
Validate a SQL expression against a MAXIMO object
|
Methods in psdi.app.signature.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldUserSessionLogout.action() |
void |
FldUserSecurEdit.action() |
void |
FldUserSecControlLoginTracking.action() |
void |
FldMyProfilePasswordOld.action()
After PasswordOld has been validated, enable input for other fields in mbo.
|
void |
FldDatabaseAccessObjectName.action() |
void |
FldAddUserSiteID.action()
Set value for siteid/orgid.
|
void |
UserStatusChange.add()
Default the UserStatusChange attributes shown below.
|
void |
UserSecur.add()
Default the PswdDuration attributes shown below.
|
void |
UserSecControl.add()
Default the UserSecControl attributes with values from MaxVars table.
|
void |
MyProfileChangePasswords.add()
Default the MyProfileChngePW attributes shown below.
|
void |
ESigLogin.add() |
void |
DatabaseAccessID.add()
Default the DatabaseAccess attributes shown below.
|
void |
DatabaseAccess.add()
Default the DatabaseAccess attributes shown below.
|
void |
ChangePasswords.add()
Default the ChangePasswords attributes shown below.
|
void |
UserStatusChange.appValidate()
If new status is editable, make sure it has a value.
|
void |
UserSecur.appValidate()
If groups were specified, make sure a GroupAction was specified.
|
void |
UserSecControl.appValidate()
If passwordwarning > passwordduration, throw signature / PswdDurWarn.
|
void |
ForgotPasswordSet.canAdd()
If using LDAP, cannot request reset.
|
void |
DatabaseAccessSet.canAdd()
Cannot add a row if owner's databaseuserid is null.
|
void |
AddUserSet.canAdd()
If using LDAP, there are conditions for adding.
|
void |
DatabaseAccessIDRemote.clearDatabaseUserID() |
void |
DatabaseAccessID.clearDatabaseUserID()
This method clears databaseuserid, dbpassword, and dbpasswordcheck when the
user clicks the "Drop Database User" button on the dialog.
|
void |
ChangePasswordsRemote.clearGenPswdInfo() |
void |
ChangePasswords.clearGenPswdInfo()
Clear values for passwordinput, passwordcheck, and generatedpswd.
|
boolean |
DatabaseAccessIDRemote.dbUserToBeDropped() |
boolean |
DatabaseAccessID.dbUserToBeDropped()
Identify whether the native DB user is to be dropped via this class.
|
void |
UserStatusChangeSet.execute()
For mbo(0), call validate and save.
|
void |
UserSecurSet.execute()
For mbo(0), call validate and save.
|
void |
UserSecurGroupSet.execute()
Do nothing, it's handled by UserSecur.
|
void |
UserSecControlSet.execute()
For mbo(0), call validate and save.
|
void |
MyProfileChangePasswordsSet.execute()
For mbo(0), call saveAccess.
|
void |
ForgotPasswordSet.execute()
For mbo(0), call requestPassword.
|
void |
ESigLoginSet.execute() |
void |
DatabaseAccessSet.execute()
For owner and for mbos in this set, call saveAccess.
|
void |
DatabaseAccessIDSet.execute()
For mbo(0), call saveAccess.
|
void |
ChangePasswordsSet.execute()
For mbo(0), call saveAccess.
|
void |
AddUserSet.execute()
After the attributes have been set on the AddUser mbos, call this method
to set values on the related MaxUser and Labor records, validate,
and save to the database.
|
void |
ChangePasswordsRemote.generatePassword() |
void |
ChangePasswords.generatePassword()
Generate new password and set value for passwordinput and passwordcheck.
|
MboValueData[][] |
UserProfileHierarchySet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
java.util.Set |
UserProfileHierarchySet.getAuthEntities() |
java.util.HashSet |
UserProfileHierarchySet.getAuthGLFields(long key) |
java.util.HashSet |
UserProfileHierarchySetRemote.getAuthLabor(long ukey) |
java.util.HashSet |
UserProfileHierarchySet.getAuthLabor(long key) |
MboSetRemote |
UserProfileHierarchySet.getAuthorizedApplications(long ukey,
int sysFlag) |
MboSetRemote |
UserProfileHierarchySet.getAuthorizedStoreRooms(long key) |
java.util.HashMap |
UserProfileHierarchySetRemote.getCategories() |
java.util.HashMap |
UserProfileHierarchySet.getCategories() |
MboValueData[][] |
UserProfileHierarchySet.getCategoryData(java.lang.String object,
long key,
java.lang.String[] attrs) |
MboValueData[][] |
UserProfileHierarchySet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboSetRemote |
UserProfileHierarchySet.getEntities() |
MboSetRemote |
UserProfileHierarchySet.getGLFields(long ukey) |
MboValueData[] |
UserProfileHierarchySet.getHierarchy(java.lang.String object,
java.lang.String key) |
MboSetRemote |
UserProfileHierarchySet.getLabor(long key) |
MboSetRemote |
UserProfileHierarchySetRemote.getLaborFlags() |
MboSetRemote |
UserProfileHierarchySet.getLaborFlags() |
java.util.HashSet |
UserProfileHierarchySet.getLaborForFlag(java.lang.String flag) |
java.util.HashMap |
UserProfileHierarchySetRemote.getLevels() |
java.util.HashMap |
UserProfileHierarchySet.getLevels() |
MboSetRemote |
UserProfileHierarchySet.getLimits(long ukey) |
MboSetRemote |
FldUserSecurGroupGroupName.getList()
Lookup for GroupName.
|
protected Mbo |
UserStatusChangeSet.getMboInstance(MboSet ms) |
protected Mbo |
UserSecurSet.getMboInstance(MboSet ms) |
protected Mbo |
UserSecurGroupSet.getMboInstance(MboSet ms) |
protected Mbo |
UserSecControlSet.getMboInstance(MboSet ms) |
protected Mbo |
UserProfileHierarchySet.getMboInstance(MboSet ms) |
protected Mbo |
UserProfileCategorySet.getMboInstance(MboSet ms) |
protected Mbo |
MyProfileChangePasswordsSet.getMboInstance(MboSet ms) |
protected Mbo |
ForgotPasswordSet.getMboInstance(MboSet ms) |
protected Mbo |
ESigLoginSet.getMboInstance(MboSet ms) |
protected Mbo |
DatabaseAccessSet.getMboInstance(MboSet ms) |
protected Mbo |
DatabaseAccessIDSet.getMboInstance(MboSet ms) |
protected Mbo |
ChangePasswordsSet.getMboInstance(MboSet ms) |
protected Mbo |
AddUserSet.getMboInstance(MboSet ms) |
MboValueData[] |
UserProfileHierarchySet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[][] |
UserProfileHierarchySet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboRemote |
AddUserRemote.getPersonMbo() |
MboRemote |
AddUser.getPersonMbo()
Return the Person mbo that was created in the add method.
|
MboValueData[][] |
UserProfileHierarchySet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboSetRemote |
UserProfileHierarchySet.getTolerances(long ukey) |
MboValueData[][] |
UserProfileHierarchySet.getTop(java.lang.String[] attrs,
int maxRows)
Create the top level node(s) for this tree.
|
long |
UserProfileTreeNodeMap.getTreeUniqueID(MboRemote mbo) |
MboValueData |
UserProfileHierarchySet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values) |
MboRemote |
AddUserRemote.getUserMbo() |
MboRemote |
AddUser.getUserMbo()
Return the MaxUser mbo that was created in the add method.
|
boolean |
UserProfileHierarchy.hasChildren() |
boolean |
UserProfileHierarchy.hasParents() |
boolean |
UserProfileHierarchySet.hasRestrictions(java.lang.String objectname) |
boolean |
UserProfileHierarchySetRemote.hasSigOptions(java.lang.String appname,
long ukey) |
boolean |
UserProfileHierarchySet.hasSigOptions(java.lang.String appname,
long ukey) |
void |
UserProfileHierarchySet.init() |
void |
MyProfileChangePasswords.init() |
void |
ForgotPassword.init() |
void |
ESigLogin.init() |
void |
DatabaseAccessID.init() |
void |
ChangePasswords.init() |
void |
AddUser.init()
Set the following attributes to readonly.
|
boolean |
UserProfileHierarchy.isTop() |
void |
ForgotPassword.requestPassword()
If valid, reset password.
|
void |
UserProfileHierarchySet.resetMboSetALL(java.lang.String nodelabel) |
void |
UserStatusChange.save()
Update all the MaxUser mbos in the main set.
|
void |
UserSecurGroup.save()
Do nothing, it's handled by UserSecur.
|
void |
UserSecur.save()
Update all the MaxUser mbos in the owner set.
|
void |
UserSecControl.save()
Update and save set of MaxVars.
|
void |
MyProfileChangePasswords.saveAccess()
Set values on MaxUser.
|
void |
DatabaseAccessID.saveAccess()
Process add or delete of databaseuserid, then execute DatabaseAccessSet.
|
void |
DatabaseAccess.saveAccess()
Grant or revoke privileges that have changed.
|
void |
ChangePasswords.saveAccess()
Set values on MaxUser.
|
void |
AddUserRemote.setChildValues() |
void |
AddUser.setChildValues() |
void |
UserProfileHierarchySet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
AddUser.setMorePersonFields(MboRemote personMbo)
Set more person fields.
|
MboRemote |
UserSecurGroupSet.setup()
Do not automatically add a Mbo.
|
MboRemote |
UserProfileCategorySet.setup() |
MboRemote |
DatabaseAccessSet.setup()
Load this mbo set.
|
void |
UserSecControl.setValue(java.lang.String attributeName,
boolean val,
long accessModifier) |
void |
MyProfileChangePasswords.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
void |
DatabaseAccessID.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
void |
ChangePasswords.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
void |
AddUser.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
void |
FldUserSessionLogout.validate()
Present a yes/no/cancel box asking whether to end the session.
|
void |
FldUserSecurGroupGroupName.validate() |
void |
FldMyProfilePasswordOld.validate() |
void |
FldMyProfilePasswordCheck.validate() |
void |
FldAddUserUserName.validate() |
void |
FldAddUserShipToLocation.validate() |
void |
FldAddUserPasswordCheck.validate() |
void |
FldAddUserDefaultStoreLoc.validate() |
void |
FldAddUserBirthDate.validate() |
Methods in psdi.app.site that throw MXException
Modifier and Type |
Method and Description |
void |
FldSiteBillToShipToDefaults.action()
Handle the DefaultBillTo / DefaultShipTo toggling of readonly flags, and checkbox clearing.
|
void |
FldSiteBillToShipTo.action() |
void |
FldOrganizationItemSetId.action()
Update the fields affected by changing this field !!
|
void |
FldBilltoAddressCode.action() |
void |
FldShiptoAddressCode.action() |
void |
SiteECom.add()
This is called when a new SiteECom object is added to the SiteECom MboSet
collection.
|
void |
Site.add()
Adds a new Site.
|
void |
Organization.add()
Add a new Organization object.
|
void |
BilltoShipto.add()
The siteid defaults to the selected site.
|
void |
Address.add()
The CHANGEDATE is a required field.
|
void |
Organization.addAccountDefaultsRows(MboSetRemote accountDefaultsSet)
Add rows for account defaults when a new organization is added.
|
void |
Organization.addContractTypeRows(MboSetRemote contractTypeSet)
Add rows for contract type and property default when a new organization is added.
|
void |
Organization.addCraftRows(MboSetRemote craftSet)
Add rows for account defaults when a new organization is added.
|
void |
Organization.addItemGroupInfoRows()
09-15604
|
void |
Organization.addTaxOrderRows(MboSetRemote taxOrderSet)
Create tax order for this organization.
|
void |
Organization.addTaxTypeRows(MboSetRemote taxTypeSet)
Create the tax types for this organization.
|
void |
Organization.addWorkTypeRows(MboSetRemote workTypeSet)
Add rows for account defaults when a new organization is added.
|
void |
Organization.addWpEditSettingRows(MboSetRemote wpEditSettingSet)
Create the WP edit settings for this organization.
|
java.lang.String |
SiteSet.appendToWhere()
Override appendToWhere to apply site restriction for site object.
|
java.lang.String |
OrganizationSet.appendToWhere()
Override appendToWhere to apply org restriction for organization object.
|
void |
Site.appValidate()
Application validation routine called before the Site object is saved.
|
void |
Organization.appValidate()
Application validation routine called before the Organization object is saved.
|
void |
Site.canDelete()
An existing site may never be deleted, will throw an exception.
|
void |
Organization.canDelete()
Determines if the object can be deleted.
|
void |
BilltoShipto.canDelete()
An address can be deleted only if it is not specified as a default in any of the sites,
unless its the only record in the table.
|
void |
Address.canDelete()
An address can be deleted only if it is not specified as a default in any of the sites.
|
void |
Organization.delete(long accessModifier)
Deletes the Organization and all related records.
|
void |
SiteSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache SITE .
|
void |
OrganizationSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache SITE .
|
java.util.Hashtable |
SiteServiceRemote.getAllSites() |
java.util.Hashtable |
SiteService.getAllSites()
Get a listing of all sites.
|
java.util.Hashtable |
SiteCache.getAllSites() |
java.lang.String |
SiteServiceRemote.getCompanySetIdForOrg(UserInfo userInfo,
java.lang.String orgId) |
java.lang.String |
SiteService.getCompanySetIdForOrg(UserInfo userInfo,
java.lang.String orgId)
Get the company set ID for the specified organization ID.
|
protected java.lang.String |
SaaSOrgSiteCronTask.getCrontaskParameter(java.lang.String paramName)
Read in the configuration information from mxserver.properties.
|
java.lang.String |
SiteServiceRemote.getItemSetIdForOrg(UserInfo userInfo,
java.lang.String orgId) |
java.lang.String |
SiteService.getItemSetIdForOrg(UserInfo userInfo,
java.lang.String orgId)
Get the item set ID for the specified organization ID.
|
MboSetRemote |
FldBilltoAddressCode.getList() |
MboSetRemote |
FldShiptoAddressCode.getList() |
MboSetRemote |
FldOrganizationID.getList()
returns the list of orgs
|
MboSetRemote |
FldSiteID.getList()
returns the list of sites
|
protected Mbo |
SiteSet.getMboInstance(MboSet ms)
Generate a new Site object.
|
protected Mbo |
SiteEComSet.getMboInstance(MboSet ms)
Generate a new SiteECom object
|
protected Mbo |
OrganizationSet.getMboInstance(MboSet ms)
Generates a new Organization object.
|
protected Mbo |
BilltoShiptoSet.getMboInstance(MboSet ms)
Generates a new BilltoShipto object.
|
protected Mbo |
AddressSet.getMboInstance(MboSet ms)
Generates a new AddressSet object.
|
java.lang.String |
SiteServiceRemote.getOrgForSite(java.lang.String siteID,
UserInfo userInfo) |
java.lang.String |
SiteService.getOrgForSite(java.lang.String siteID,
UserInfo userInfo)
Return the organization for the specified site.
|
java.lang.String |
SiteCache.getOrgForSite(java.lang.String siteID,
UserInfo userInfo)
Return the organization for the specified site.
|
void |
OrganizationSet.getOrgsForBBAudience(java.lang.String bbId)
Method to get the orgs for the bboardaudience, which are not taken yet
|
void |
OrganizationSetRemote.getOrgsForBBAudience(java.lang.String bbId)
see psdi.app.site.getOrgsForBBAudience(String bbId)
|
void |
SiteSet.getSitesForBBAudience(java.lang.String bbId)
Method to get the sites for the bboardaudience, which are not taken yet
|
void |
SiteSetRemote.getSitesForBBAudience(java.lang.String bbId)
see psdi.app.site.getSitesForBBAudience(String bbId)
|
void |
SiteCacheFactory.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
SiteCache.init() |
void |
Site.init()
Initialize the site.
|
void |
Organization.init()
Initialization routine.
|
void |
FldSiteBillToShipToDefaults.init() |
void |
FldSiteBillToShipTo.init() |
void |
Address.init() |
void |
SiteCacheFactory.init(MXServer mxs)
Call init() to initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
SiteCache.init(MXServer mxs)
|
void |
Organization.initFieldFlagsOnMbo(java.lang.String attrName)
The logic of setting the readonly and required field flags to the mbo.
|
void |
Organization.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Specially treat the relationtionship MAXVARINPUTINVENTORYDEFAULTS.
|
void |
FldLocationPrimarySystem.initValue()
Initialize based on value of dbjoinrequired in relationship cache.
|
boolean |
SiteCache.isActiveSite(java.lang.String siteID)
Indicate whether the given site is active or not.
|
boolean |
Organization.isCalibrationInstalled()
Return true if License Key CALIBRATION is installed.
|
void |
Site.modify()
Called when a change is made to the site.
|
void |
Address.modify()
Called when a change is made to the address.
|
boolean |
SiteServiceRemote.orgHasASite(java.lang.String orgID) |
boolean |
SiteService.orgHasASite(java.lang.String orgID)
Determines whether the organization contains at least one Site.
|
boolean |
SaaSOrgSiteCronTask.previouslyRun()
Initiate the value based on taskscheduler record for the crontask.
|
void |
SaaSOrgSiteCronTask.readConfig() |
void |
SiteCache.reload() |
void |
SiteCache.reload(java.lang.String key)
For SiteCache, does nothing.
|
void |
OrganizationSet.save() |
void |
Organization.save()
Save cretes ItemOrgInfo records before calling super.save().
|
void |
SiteSet.saveTransaction(MXTransaction txn)
|
void |
OrganizationSet.saveTransaction(MXTransaction txn)
|
void |
FldBilltoAddressCode.setValueFromLookup(MboRemote sourceMbo,
long accessModifier) |
void |
FldShiptoAddressCode.setValueFromLookup(MboRemote sourceMbo,
long accessModifier) |
void |
Organization.undelete()
Undeletes the Organization and all related records.
|
void |
FldSiteSiteid.validate()
Validate that the site ID is not the same value as an Organization ID.
|
void |
FldSiteOrgid.validate()
Use super.validate() to insure that the site is associated
with an Organization ID and the Organization is active.
|
void |
FldSiteEComMktplcId.validate()
Validation for adding a new marketplace id from the SITEECOM object.
|
void |
FldSiteContactGroup.validate()
Can have a Site Contact or a Site Contact Group, but not both.
|
void |
FldSiteContact.validate()
Can have a Site Contact or a Site Contact Group, but not both.
|
void |
FldSiteActive.validate()
Prohibits an inactive site from being enabled
if its organization is not active.
|
void |
FldOrganizationClearingAcct.validate()
Throw an exception if this Organization has no GL accounts
in chart of accounts table or Mbo is to be added.
|
void |
FldCrewAvailabilityFactor.validate() |
void |
FldOrganizationID.validate()
Validate orgid for readonly
|
void |
FldSiteID.validate()
Validates the site for readonly
|
void |
SiteServiceRemote.validateOrgForSite(UserInfo userInfo,
java.lang.String orgId,
java.lang.String siteId) |
void |
SiteService.validateOrgForSite(UserInfo userInfo,
java.lang.String orgId,
java.lang.String siteId)
Validates that the specified site is within the specified organization.
|
void |
SiteRemote.validateOrgSite(java.lang.String orgId,
java.lang.String siteId) |
void |
Site.validateOrgSite(java.lang.String orgId,
java.lang.String siteId)
Validates if the specified site is within the organization
|
Methods in psdi.app.sla that throw MXException
Modifier and Type |
Method and Description |
void |
SLARemote.actDeactEscalation() |
void |
SLA.actDeactEscalation() |
void |
FldSLASiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldSLARecordsSlanum.action()
Calculate the time measurements when slanum is set.
|
void |
FldSLAOrgId.action()
For orgid, clear the siteid.
|
void |
FldSLAObjectName.action()
Update the expobject field when objectname changes
|
void |
FldSLALocation.action()
Clears assetnum if the location is not null.
|
void |
FldSLACommodityId.action()
Update the Commodity Group after commodity is selected
|
void |
FldSLACommodityGrpId.action()
Clear the commodity field when commoditygroup is selected.
|
void |
FldSLACommitmentsType.action()
Enable/disable measurement fields.
|
void |
FldSLACalendar.action()
Clear shift when calendar is set.
|
void |
FldSLAAssetnum.action()
Clears location if the assetnum is not null.
|
void |
FldRelatedSLAParentSLANum.action()
Check related commitment strengency
|
void |
FldRelatedSLAChildSLANum.action()
Check related commitment strengency
|
void |
SLARecords.add()
Add a new SLARecords object, set the ownertable and ownerid to that of the owner mbo.
|
void |
SLAKPI.add()
Add a new SLAKPI object, set the slanum to that of the owner SLA.
|
void |
SLAContract.add()
Add a new SLAContract object and,
If the owner is SLA, set the slanum to that of the owner.
|
void |
SLACommitments.add()
Add a commitment.
|
void |
SLAAssetLoc.add()
Add a slaassetloc.
|
void |
SLA.add()
Add a new SLA object.
|
void |
RelatedSLA.add()
Add a new RelatedSLA object depending on isParent flag.
|
void |
SLARemote.addAsscoiatedContracts(MboSetRemote contractSet) |
void |
SLA.addAsscoiatedContracts(MboSetRemote contractSet)
This method is called by the SelectContractsBean to added the currently selected contracts to the slacontract
table as relationship.
|
void |
SLARemote.addAssets(MboSetRemote assetSet) |
void |
SLA.addAssets(MboSetRemote assetSet)
This method is called by the SelectAssetsBean to added the currently selected assets to the slaassetloc
table as relationship.
|
void |
SLARemote.addKPIs(MboSetRemote kpiSet) |
void |
SLA.addKPIs(MboSetRemote kpiSet)
This method is called by the SelectKPIsBean to added the currently selected KPIs to the slakpi
table as relationship.
|
void |
SLARemote.addLocations(MboSetRemote locationSet) |
void |
SLA.addLocations(MboSetRemote locationSet)
This method is called by the SelectLocationsBean to added the currently selected locations to the slaassetloc
table as relationship.
|
void |
SLARemote.addRelatedSLA(MboSetRemote slaSet,
boolean isParent) |
void |
SLA.addRelatedSLA(MboSetRemote slaSet,
boolean isParent)
This method is called by the SelectSLASBean to added the currently selected SLAs to the relatedslas
table as relationship.
|
void |
SLARecordsSetRemote.applySLA()
apply SLAs to mbo.
|
void |
SLARecordsSet.applySLA()
Apply SLA to the owner mbo object, which in this version should be a TICKET or WORKORDER.
|
void |
SLAFinder.applySLAs()
Find appliable slas and apply them to the current mbo, meaning,
create slarecords rows.
|
void |
SLA.appValidate()
Override the appValidate action to sync up the escalation id.
|
static java.lang.String |
SLAUtil.buildExcludingWhere(java.lang.String keyField,
java.lang.String checkField,
MboSetRemote set)
Build a where clause the exclude the mbos that are already in the mboset
|
void |
SLAFinder.calculateMeasurements()
Calculate target dates for the current object.
This version we calculate,
target contact/response/resolution dates for TICKETS
target response/resolution dates for work orders.
|
void |
SLARemote.calculateMeasurements() |
void |
SLA.calculateMeasurements()
Set the 3 non-persistent fields in SLA to value+uom (unit of measurements) for gui display.
|
MboRemote |
SLAFinder.calculateSLARecordsTimes(MboRemote slaR)
Call the target date calculation algorithm for the slarecords passed in.
|
void |
SLARecordsSet.canAdd()
If no more slas can be added, fail the add operation.
|
void |
SLAContractSet.canAdd()
Cannot add a new SLAContract object if the owner is a Contract and if the
Contract is approved.
|
void |
SLACommitmentsSet.canAdd()
Commitments cannot be added if the owner SLA is active.
|
void |
SLAAssetLocSet.canAdd()
Can slaassetloc object be added?
The call is relayed to the canAddAssetLoc() function.
|
void |
SLAAssetLocSetRemote.canAddAssetLoc() |
void |
SLAAssetLocSet.canAddAssetLoc()
Can slaassetloc object be added?
slaassetloc object can be added if,
The owner SLA is not active.
The applies to object name of the owner SLA is not empty.
The applies to object name of the owner SLA is Asset, Location, Ticket or Workorder.
|
boolean |
SLARecordsSetRemote.canAddMoreSLAs()
Can add more SLAs to this object?
|
boolean |
SLARecordsSet.canAddMoreSLAs()
If there is already an SLA applied and the maxvars says singleSLA, then no more SLAs can be selected
|
boolean |
SLASet.canAddMoreThanOneSLA()
Check the maxvars to see if more than one SLAs is allowed to be selected.
|
boolean |
SLASetRemote.canAddMoreThanOneSLA() |
void |
SLAStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
SLACommitments.canDelete()
Cannot delete this commitment if the owner SLA is active.
|
void |
SLAAssetLoc.canDelete()
Can this slaassetloc be deleted?
If the owner SLA is active then this slaasstloc object cannot be deleted.
|
void |
SLA.canDelete()
Overwitten for SLA's MBO.
|
void |
SLARemote.changeStatus(java.lang.String status,
boolean deactivateEscalation) |
void |
SLA.changeStatus(java.lang.String status,
boolean deactivateEscalation)
Change SLA status.
|
void |
SLAStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Set status value.
|
static void |
SLAEventListener.checkDraftSla(Mbo mbo) |
static void |
SLAEventListener.checkEscalations(Mbo mbo)
Checks if mbo is associated to a SLA.
|
boolean |
SLA.checkRelatedSLAs(MboRemote commitment)
Same as validateRelatedSLAs() except that it checks for only one commitment and it does not throw an
exception, only popups a warning message
|
void |
SLAStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Handles status transition.
|
void |
SLARemote.clearClassification() |
void |
SLA.clearClassification()
This method clears the classtructureid of the ticket
|
void |
SLARecordsSetRemote.clearTargetDates()
clear the target dates.
|
void |
SLARecordsSet.clearTargetDates()
clear the target dates.
|
void |
SLAFinder.clearTargetDates()
Clear the target dates.
|
static int |
SLAUtil.compareCommitment(MboRemote commitment1,
MboRemote commitment2,
Translate translate)
compare 2 commitment based on their stringent, returns:
1: if commitment1 is more stringent than commitment2
-1: if commitment1 is less stringent than commitment2
0: if the 2 commitments are of the same stringenncy
This version only support response, resolution and contact types so only time compare is performed.
|
void |
SLARemote.defineEscalation(int row) |
void |
SLA.defineEscalation(int row)
This method is invoked when the Defin Escalation button is clicked.
|
void |
SLA.delete(long accessModifier)
Overwitten for SLA to delete the following related objects,
SLACOMMITMENTS
SLAASSETLOC
SLAKPI
SLACONTRACT
SLARECORDS
RELATEDSLAS
|
void |
SLARemote.deleteEscalation() |
void |
SLA.deleteEscalation() |
void |
FldRelatedSLAParentSLANum.doValidate(java.lang.String slanum)
make sure that the same SLA is not both parent and child.
|
void |
FldRelatedSLAChildSLANum.doValidate(java.lang.String slanum)
make sure that the same SLA is not both parent and child.
|
MboRemote |
SLA.duplicate()
Duplicates an SLA record.
|
void |
SLA.enableCalendarFields(boolean setCalcOrg)
Decides if the calendar field set needs to be enabled, based on the Applies To objectname.
|
void |
SLACommitmentsRemote.enableFields() |
void |
SLACommitments.enableFields()
Disable/enable the commitments fields based on the SLA status.
|
void |
SLAAssetLoc.enableFields()
Disable/enable the slaassetloc fields based on the SLA status.
|
void |
SLA.enableFields(java.lang.String prevStatus)
Central place for disable/enable SLA/commitments fields based on status.
|
java.util.List |
SLAFinder.getAppliableSLAs(java.lang.String extraWhere,
boolean all)
This method finds all alliable SLAs for the mbo object.
|
MboSetRemote |
SLAFinder.getAppliableSLAsAsMboSet(java.lang.String extraWhere,
boolean all)
Returns the alliable SLAs as a mbo set.
|
java.lang.String[] |
FldSLAContractNum.getAppLink()
Depending on the type of the contract, return the appropriate app link name
for the value attribute.
|
static java.lang.String |
SLAUtil.getContractStatusToExclude(Mbo mbo)
This returns a list of contract status that are synonym to CAN or CLOSE.
|
static java.lang.String |
SLAUtil.getContractStatusToInclude(Mbo mbo)
This returns a list of contract status that are synonym to APPR.
|
java.lang.String |
SLARemote.getKPISelect() |
java.lang.String |
SLA.getKPISelect()
generate the default KPI select clause
|
java.lang.String |
SLARemote.getKPIWhere() |
java.lang.String |
SLA.getKPIWhere()
generate the default KPI where clause
|
MboSetRemote |
FldSLAVendor.getList()
Returns a list of companies associated with the org, if an orgid is selected.
|
MboSetRemote |
FldSLASiteId.getList()
Returns a list of sites that either,
belongs to the org that's selected, or
the current user has permission to.
|
MboSetRemote |
FldSLAShift.getList()
Returns a list of shifts that are available to the selected calendar.
|
MboSetRemote |
FldSLARecordsSlanum.getList()
Get a list of SLAs that can be applied to the current object.
|
MboSetRemote |
FldSLAOrgId.getList()
return a list or orgs that the current user has permission to.
|
MboSetRemote |
FldSLAObjectName.getList()
Override to set the sort order
|
MboSetRemote |
FldSLALocation.getList()
Override the getList() to provide a list of Locations that exclude the ones that have been added already.
|
MboSetRemote |
FldSLAKPIName.getList()
Override the getList() to provide a list of KPIs that exclude the ones that have been added already.
|
MboSetRemote |
FldSLAContractNum.getList()
Override the getList() to provide a list of Contracts that exclude the ones that have been added already.
|
MboSetRemote |
FldSLACommodityId.getList()
Show only the commodities of the selected group (if selected)
|
MboSetRemote |
FldSLACommitmentsType.getList()
Get a list of available commitments for the selected SLA applies to object
|
MboSetRemote |
FldSLACalendar.getList()
This function provides the list of calendars available for the org selected.
|
MboSetRemote |
FldSLAAssetnum.getList()
Override the getList() to provide a list of Assets that exclude the ones that have been added already.
|
MboSetRemote |
FldRelatedSLAParentSLANum.getList()
Override the getList() to provide a list of SLAs that exclude the ones that have been added already.
|
MboSetRemote |
FldRelatedSLAChildSLANum.getList()
Override the getList() to provide a list of SLAs that exclude the ones that have been added already.
|
protected Mbo |
SLASet.getMboInstance(MboSet ms)
Generates a new SLA object.
|
protected Mbo |
SLARecordsSet.getMboInstance(MboSet ms)
Generates a new SLA object.
|
protected Mbo |
SLAKPISet.getMboInstance(MboSet ms)
Generates a new SLAKPI object.
|
protected Mbo |
SLAContractSet.getMboInstance(MboSet ms)
Generates a new SLAContract object.
|
protected Mbo |
SLACommitmentsSet.getMboInstance(MboSet ms)
Generates a new SLACommitments object.
|
protected Mbo |
SLAAssetLocSet.getMboInstance(MboSet ms)
Generates a new SLAAssetLoc object.
|
protected Mbo |
RelatedSLASet.getMboInstance(MboSet ms)
Generates a new RelatedSLA object.
|
MboSetRemote |
SLARecords.getMboSet(java.lang.String name)
Get the related mbo object that the SLA is applied to.
|
MboSetRemote |
SLA.getMboSet(java.lang.String name)
Override this method to provide dynamic set for selecting kpis, related slas, etc.
|
java.lang.String |
FldSLAClassStructureId.getObjectName() |
MboSetRemote |
SLA.getsitesByOrg()
This function gets the MboSet of sites that belong to the currently selected org
|
static java.lang.String |
SLAUtil.getSLARecordsTargetFieldName(MboRemote commitment,
Translate translate)
Helper method to get the SLARECORDS target field name for a commitmment
|
MboSetRemote |
SLARecordsSetRemote.getSLAsToSelect(boolean showAll)
Get the list of SLAs that can be applied to mbo
|
MboSetRemote |
SLARecordsSet.getSLAsToSelect(boolean showAll)
This method returns the SLAs that can be applied to the target object.
|
protected MboSetRemote |
SLA.getStatusHistory()
Since the SLA does not have status history, SLADUMMYSTATUS object is created as a place holder for it.
|
static java.lang.String |
SLAUtil.getTargetFieldName(java.lang.String targetMboType,
MboRemote commitment,
Translate translate)
Helper function to get the target field name for a commitmment
|
void |
SLACommitments.init()
Initialization routine.
|
void |
SLAAssetLoc.init()
Initialization routine.
|
void |
SLA.init()
Initialize the SLA object
|
void |
FldSLAResponseTime.initValue()
Initialize the non-persistent type and value.
|
void |
FldSLAResolutionTime.initValue()
Initialize the non-persistent type and value.
|
void |
FldSLAExpObject.initValue()
Initially set the non-persistent expobject field name to be the same as the objectname field.
|
void |
FldSLAAssetLocDescription.initValue()
Set the description value from the asset or location.
|
boolean |
SLARemote.isActive() |
boolean |
SLA.isActive()
Is this SLA in active status
|
boolean |
SLARemote.isInactive() |
boolean |
SLA.isInactive()
Is this SLA in inactive status
|
boolean |
SLARemote.isVendorSLA() |
boolean |
SLA.isVendorSLA()
Is the current SLA of type VENDOR?
|
static boolean |
SLAUtil.mboEq(MboRemote mbo1,
MboRemote mbo2)
Helper function that test if 2 mbo objects are equal to each other
By equal it means they of of the same object type and key values are the same.
|
void |
SLARecordsSetRemote.modifySLA()
modify SLAs to mbo.
|
void |
SLARecordsSet.modifySLA()
SLAs have been selected/deselected, this method is called to recalculate the target dates.
|
void |
SLA.resetCalendarFields(java.lang.String whichOrg)
Helper function that clear the calendar field set
The whichOrg parameter tells which calendar set (appliyto or calculation) to clear.
|
void |
SLAAssetLocRemote.setAsset(MboRemote asset) |
void |
SLAAssetLoc.setAsset(MboRemote asset)
set necessary field values from an asset
|
void |
SLAAssetLoc.setAssetNum()
Set the siteid and clear the location when assetnum is set.
|
void |
SLAAssetLoc.setCopyDefaults()
Override to set the required fields after duplicate.
|
void |
SLAAssetLoc.setDescription()
Helper function that sets the non-persistent description field based on whether an asset or a
location is selected.
|
void |
SLAAssetLoc.setDescription(MboRemote mbo)
Helper function that sets the non-persistent description field from the mbo object passed in from the parameter.
|
void |
SLARemote.setKPIId(long newID) |
void |
SLA.setKPIId(long newID)
create slakpi when a new kpi is created
|
void |
SLAAssetLocRemote.setLocation(MboRemote location) |
void |
SLAAssetLoc.setLocation(MboRemote location)
set necessary field values from a location
|
void |
SLAAssetLoc.setLocationID()
Set the siteid and clear the assetnum when location is set.
|
void |
SLA.setOrgID()
set the default APPLYTO_ORG to be the same as the orgid, if it is null
|
void |
FldSLALocation.setValueFromLookup(MboRemote sourceMbo)
The lookup calls this method when a location is selected.
This call is relayed to SLAAssetLoc.setLocation() to set the location, siteid etc.
|
void |
FldSLAAssetnum.setValueFromLookup(MboRemote sourceMbo)
The lookup calls this method when an asset is selected.
This call is relayed to SLAAssetLoc.setAsset() to set the assetnum, siteid etc.
|
static boolean |
SLAUtil.singleSLA(Mbo mbo)
Read maxvars to decide if singlesla is to apply
|
protected boolean |
SLAContract.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
SLACommitments.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
SLAAssetLoc.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
SLA.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldRelatedSLAParentSLANum.smartFill(java.lang.String value,
boolean exact)
Override smat fill so that we can popup error message before lookup
|
MboSetRemote |
FldRelatedSLAChildSLANum.smartFill(java.lang.String value,
boolean exact)
Override smat fill so that we can popup error message before lookup
|
void |
SLARemote.statusValidate(java.lang.String newStatus) |
void |
SLA.statusValidate(java.lang.String newStatus)
validate and see if the sla can be changed to the new status based on sql validations
|
static void |
SLAUtil.throwValidationException(MboValue mboValue)
Throws the generic validation exception
|
static boolean |
SLAUtil.useRanking(Mbo mbo)
Read maxvars to decide if useranking is to apply
|
void |
FldSLAVendor.validate()
Make sure that the company entered is associated the the org selected.
|
void |
FldSLAStartDate.validate()
Set the comparetype and error message and call the base class validate()
|
void |
FldSLAShift.validate()
check to make sure that calendar is not null when a shift is selected.
|
void |
FldSLASLAType.validate()
Make sure that slatype is Vendor if there are contracts associated.
|
void |
FldSLARanking.validate()
validation
|
void |
FldSLAObjectName.validate()
Make sure that,
1.
|
void |
FldSLALocation.validate()
relay the call to SLAAssetLoc.validateLocation() to perform the validation.
|
void |
FldSLAEndDate.validate()
Set the comparetype and error message and call the base class validate()
|
void |
FldSLACommitmentsValue.validate()
Check for conflict of related slas
|
void |
FldSLACommitmentsUOM.validate()
Check for conflict of related slas
|
void |
FldSLACommitmentsType.validate() |
void |
FldSLACalendar.validate()
check to make sure orgid is not empty.
|
void |
FldSLAAssetnum.validate()
relay the call to SLAAssetLoc.validateAsset() to perform the validation.
|
void |
FldRelatedSLAParentSLANum.validate()
Perform field specific validation
|
void |
FldRelatedSLAChildSLANum.validate()
Perform field specific validation
|
void |
SLAAssetLoc.validateAsset(java.lang.String assetNum)
Validate if the assetnum is allowed for the current user
|
boolean |
SLA.validateCompanyOrg(java.lang.String company,
java.lang.String orgid)
Validates that a company is defined for an organization.
|
void |
SLARemote.validateCriteria() |
void |
SLA.validateCriteria() |
boolean |
FldDatePair.validateDates(java.lang.String date1,
java.lang.String date2,
boolean compareAfter)
Checks if validateDate is later or before than validateAgainstDate
based on the compare type value.
|
void |
SLARemote.validateEscalation() |
void |
SLA.validateEscalation() |
void |
SLAAssetLoc.validateLocation(java.lang.String location)
Validate if the location is allowed for the current user
|
boolean |
SLA.validateRelatedSLA(MboRemote sla,
boolean isParent) |
boolean |
SLA.validateRelatedSLAs()
validate commitment stringency of the commitments against that of the parents/childern
|
Methods in psdi.app.solution that throw MXException
Modifier and Type |
Method and Description |
void |
FldSolutionProblemCode.action() |
void |
FldSolutionFailureCode.action()
Perform action if the field is valid.
|
void |
FldSolutionFR2Code.action() |
void |
FldSolutionFR1Code.action() |
void |
SolutionStatus.add()
Sets default values for a new SolutionStatus
|
void |
SolutionSpec.add()
Set default values for a new SolutionSpec object.
|
void |
Solution.add()
Add a new Solution
Field defaults are set.
|
void |
SolutionSpec.addDetailInfor(MboRemote mbo,
MboRemote classspec)
08-10181:override addDetailInfor if workorderspec is being copied to
ticketSpec
Copying more information from owning object and ClassSpec to this PDSpec record.
|
void |
SolutionStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
Solution.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
Change Status
A string briefly describing the circumstances of the change.
|
void |
SolutionStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
SolutionStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
SolutionRemote.clearClassification() |
void |
Solution.clearClassification()
This method clears the classtructureid of the Solution
|
void |
Solution.delete(long accessModifier)
Delete the SOLUTION record and delete records associated with this Solution Record.
|
MboRemote |
Solution.duplicate()
Duplicates a Solution record.
|
MboSetRemote |
FldSolutionProblemCode.getList()
Returns the list to use when looking up a value for the ProblemCode.
|
MboSetRemote |
FldSolutionFR2Code.getList() |
MboSetRemote |
FldSolutionFR1Code.getList() |
protected Mbo |
SolutionStatusSet.getMboInstance(MboSet ms)
Generate a new SolutionStatus object
|
protected Mbo |
SolutionSpecSet.getMboInstance(MboSet ms)
Generate a new SolutionSpec object.
|
protected Mbo |
SolutionSet.getMboInstance(MboSet ms)
Instantiate and return a new Solution object
|
protected MboSetRemote |
Solution.getStatusHistory()
Gets the solutionstatus objects.
|
void |
SolutionStatus.init()
init()
|
void |
Solution.init()
Initialize the Solution object
|
void |
FldSolutionProblemCode.init() |
void |
FldSolutionFailureCode.init() |
void |
FldSolutionFR1Code.init() |
void |
Solution.modify()
The first time a field of a solution object is modified, the ChangeBy & ChangeDate
attributes are updated.
|
void |
SolutionRemote.newSR() |
void |
Solution.newSR()
Creates a new SR record, called from the self service search solution app.
|
protected boolean |
SolutionSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Solution.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldSolutionProblemCode.validate()
if fr1code exists and problemcode changes, check to see if fr1code
exists in new parent.
|
void |
FldSolutionFailureCode.validate()
if problemcode exists and failurecode changes, check to see if problemcode
exists in new parent.
|
void |
FldSolutionFR2Code.validate() |
void |
FldSolutionFR1Code.validate()
if fr2code exists and fr1code changes, check to see if fr2code
exists in new parent.
|
java.lang.String |
SolutionSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classstructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
Methods in psdi.app.swcatalog that throw MXException
Modifier and Type |
Method and Description |
void |
FldSWName.action()
action
If user erases the field value then reset target tloamsoftwareid to null
|
void |
SoftwareRelationship.add()
Set the value of the invisible external key to the main record
|
void |
SoftwareCatalog.add()
Set isreviewed and make it Read-Only.
|
void |
SoftwareRelationship.appValidate()
Pre-save validation method.
|
void |
SoftwareCatalog.canDelete()
Do not allow the entry to be deleted if there is any reference to it
|
static void |
SoftwareRelationship.checkDuplicateRelationship(MboRemote checkSwRelMbo)
Throw an exception if the set containing checkSwRelMbo contains another object with the same values for
(parentsw, childsw)
|
void |
SoftwareCatalog.delete(long accessModifier)
If this is a variant then disassociate it.
|
boolean |
IsSoftwareTypeCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
For use in conditional expression to determine whether the software catalog record is (a) from a third
party discovery tool or has been created manually, and (b) its software type is a synonym of the
software type returned by getCompareToSofwareType()
|
java.lang.String |
SoftwareCatalogRemote.generateUniqueId()
Generate a "unique" ID based on the current contents of the object.
|
java.lang.String |
SoftwareCatalog.generateUniqueId()
Generate a "unique" ID for this MBO.
|
static java.lang.String |
SoftwareCatalog.generateUniqueId(java.lang.String swname,
java.lang.String version,
java.lang.String release,
java.lang.String manufacturer,
java.lang.String unknownString)
Generate a "unique" ID based on four parameters:
For SWNAME, VERSION, RELEASE, MANUFACTURER,
Replace nulls parameters with with empty strings
Set SWNAME := TRIM(SWNAME);
Set VERSION := TRIM(VERSION);
Set RELEASE := TRIM(RELEASE);
Set MANUFACTURER := TRIM(MANUFACTURER);
If (RELEASE is empty) then {Set VERREL := VERSION} else {Set VERREL := VERSION + '.' + RELEASE};
// note that if version is empty there will be two adjacent | characters
If (SWNAME is empty) then SWNAME := [dpa_unknown property value];
If (VERREL is empty) then VERREL := [dpa_unknown property value];
// Note that if version is empty but release is not, there will not be UNKKNOWN in the place of version
If (MANUFACTURER is empty) then MANUFACTURER := [dpa_unknown property value];
Set uniqueid := UPPERCASE(SWNAME + '|' + VERREL + '|' + MANUFACTURER);
|
MboRemote |
SoftwareCatalogSetRemote.getCatalog(java.lang.Integer catalogId)
Return catalog for a given catalogId
Catalogs are cache in the MboSet and use by the Mbos for setting read-only fields (performance #43654)
|
MboRemote |
SoftwareCatalogSet.getCatalog(java.lang.Integer catalogId)
Return catalog for a given catalogId
Catalogs are cache in the MboSet and use by the Mbos for setting read-only fields (performance #43654)
|
static MboRemote |
SoftwareCatalog.getCatalogRecord(long tloamsoftwareid,
UserInfo userInfo)
Retrieve from the database the catalog record based on its unique TLOAMSOFTWAREID
|
MboSetRemote |
FldSWName.getList()
Set the list criteria immediately before the list is requested to reflect any possible changes in the
values used in the selection clause
|
MboSetRemote |
FldManufacturerName.getList()
Return the list of all possible values - which is the contenst of the table DPAMMANUFACTURER
|
protected Mbo |
SoftwareRelationshipSet.getMboInstance(MboSet ms) |
protected Mbo |
SoftwareCatalogSet.getMboInstance(MboSet ms) |
SoftwareCatalogRemote |
SoftwareCatalogRemote.getParent()
Get Parent in the Product-Version-Release hierarchy
|
SoftwareCatalogRemote |
SoftwareCatalog.getParent()
Get Parent in the Product-Version-Release hierarchy
|
protected java.lang.String |
FldSWName.getSwnameCriteria()
Get where clause for software that is not deleted, is not a variant, and is not a component.
|
protected java.lang.String |
FldSWName.getTargetFieldVame()
Return the name of the target field in the owner mbo.
|
protected java.lang.String |
SoftwareCatalog.getUnknownString() |
java.lang.String |
SoftwareCatalogRemote.getVuiExhibitID()
Get the Value Unit Exhibit List ID.
|
java.lang.String |
SoftwareCatalog.getVuiExhibitID()
Get the Value Unit Exhibit List ID.
|
void |
SoftwareRelationship.init()
Manage read-only attributes based on if this is a new object, or an imported one.
|
void |
SoftwareCatalog.init()
Manage read-only attributes based on if this is a new object, or an imported one.
|
void |
FldSWName.init()
Make software required in software catalog only.
|
void |
FldManufacturerName.initValue()
Only if the parent is TLOAMSOFTWARE, make this required and also transfer the read-only quality from
the linked attribute TLOAMSOFTWARE.manufacturer
|
protected boolean |
SoftwareCatalog.isHierarchyChild()
Return true if this record is hierarchically linked to a parent
|
protected boolean |
SoftwareCatalog.isVariantObject()
Return true if this is a variant object
|
void |
SoftwareCatalog.modify()
Set the hidden unique key as many times as needed
|
void |
SoftwareCatalog.save()
Always force the reviewed flag on manual save.
|
void |
SoftwareCatalogRemote.setNameAndTypeReadOnly()
Make the field TYPE of this MBO read-only
|
void |
SoftwareCatalog.setNameAndTypeReadOnly()
Make the fields SWNAME and TYPE of this MBO read-only if this MBO is a main record
|
protected void |
SoftwareCatalog.setReviewed()
Force the record to reviewed status
|
void |
FldSWName.setValueFromLookup(MboRemote sourceMbo)
Copy tloamsoftwareid from tloamsoftware to target, and validate for duplicate record
|
void |
FldManufacturerName.setValueFromLookup(MboRemote sourceMbo)
Copy manufacturername from the list selection (that comes itself from the manufacturer list) to target
attribute
|
MboSetRemote |
FldManufacturerName.smartFind(java.lang.String value,
boolean exact)
Smart Find - manufacturername in the list mbo set
|
MboSetRemote |
FldManufacturerName.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Smart Find - delegates to the common version, it does not matter what is the object
|
java.lang.String |
IsSoftwareTypeCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Throw an exception because this condition cannot be used for a
where clause for data restrictions.
|
void |
SoftwareCatalog.undelete()
If this is a variant then reassociate it.
|
void |
SoftwareCatalogSetRemote.updateCommonAttributes(java.lang.String managedas,
java.lang.Boolean isreviewed,
java.lang.String Points) |
void |
SoftwareCatalogSet.updateCommonAttributes(java.lang.String managedas,
java.lang.Boolean isreviewed,
java.lang.String points) |
void |
FldTAMITSWPoints.validate() |
void |
FldSWName.validate() |
void |
FldParentSoftware.validate()
Validate that if the field is on a record on the Related Parents table it is either blank or follows
the same rule as the filter for the Select Software dialog.
|
void |
FldManufacturerName.validate()
Do not perform any validation, this is a hidden field set by the business objects
|
void |
FldChildSoftware.validate()
Validate that if the field is on a record on the Related Children table it is either blank or follows
the same rule as the filter for the Select Software dialog.
|
Methods in psdi.app.system that throw MXException
Modifier and Type |
Method and Description |
void |
FldTenantLoginID.action()
Default the userid to the loginid, truncating to the maximum allowed number of characters if necessary.
|
void |
FldTenantIfaceDbName.action() |
void |
FldTenantDocroot.action() |
void |
FldTenantDefaultDir.action() |
void |
FldTenantBaseDn.action() |
void |
FldPropName.action() |
void |
FldPropMaintInstanceDispPropValue.action() |
void |
FldPropMaintGlobalValue.action() |
void |
FldMaxPropGlobalOnly.action()
Make "globalonly" and "instanceonly" readonly or not.
|
void |
FldMaxDomainMaxType.action() |
void |
FldMaxDomainDomainType.action() |
void |
FldMaxDomValCondValueID.action() |
void |
FldMXValueDefaults.action() |
void |
FldDomainSiteId.action() |
void |
FldDomainOrgId.action() |
void |
FldCrontaskParamDispValue.action()
To route the data appropriately to crypto or regular
|
void |
FldCrontaskInstanceReloadReqTime.action()
Set the nextruntimeonoverwrite to null, to make sure any ealier request's next run time doesn't linger
for the future request.
|
void |
FldCrontaskInstanceActive.action()
Set the reloadrequest timestamp
|
void |
FldConditionType.action() |
void |
FldConditionBooleanNoCaching.action() |
void |
TenantStatus.add()
Add a new TenantStatus object.
|
void |
TenantReg.add()
Sets the tenantid value when a tenant is added.
|
void |
RangeDomSegment.add()
Add a mbo, defaulting the attributes shown below.
|
void |
NumRangeDomain.add()
Add a mbo, defaulting the attributes shown below.
|
void |
NUMValue.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxTableDomain.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxPropValue.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxProp.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxLookupMap.add() |
void |
MaxDomain.add()
Add a mbo, defaulting the attributes shown below.
|
void |
MaxDomValCondition.add() |
void |
MaxAsyncJobParam.add() |
void |
MaxAsyncJob.add() |
void |
MXValue.add()
Add a mbo, defaulting the attributes shown below.
|
void |
LongDesc.add() |
void |
Language.add()
One can only add a userdefined language code
|
void |
ImgLib.add() |
void |
CrossoverDomain.add()
Add a mbo, defaulting the attributes shown below.
|
void |
CrontaskParam.add() |
void |
CrontaskMonitor.add() |
void |
CrontaskInstance.add()
Add().
|
void |
CrontaskDef.add() |
void |
AutoKey.add()
Add a mbo, defaulting the attributes shown below.
|
void |
ALNValue.add()
Add a mbo, defaulting the attributes shown below.
|
void |
AutoKeySetRemote.addOrgAutokeys() |
void |
AutoKeySet.addOrgAutokeys()
When adding a new organization, add rows to AutoKey table.
|
void |
AutoKeySetRemote.addSetAutokeys() |
void |
AutoKeySet.addSetAutokeys()
When adding a new Set, add rows to AutoKey table.
|
java.lang.String |
RecLockOptionGenerator.addSigOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String sigDesc,
boolean isVisible,
java.lang.String alsoGrants,
java.lang.String alsoRevokes,
java.lang.String prerequisite,
UserInfo userInfo,
MXTransaction trans) |
void |
MaxVarsSetRemote.addSiteOrgMaxvars() |
void |
MaxVarsSet.addSiteOrgMaxvars()
When adding a new site or organization, add rows to MaxVars table.
|
void |
MaxRecordLockRemote.adminReleaseReclock(long accessModifier) |
void |
MaxRecordLock.adminReleaseReclock(long accessModifier) |
void |
TenantReg.appValidate()
Pre-save validation method.
|
void |
NumRangeDomain.appValidate()
1.
|
void |
NUMValue.appValidate() |
void |
MaxVars.appValidate()
Ensure that OrgID and SiteID are populated or not, depending on
the MaxVarType.
|
void |
MaxPropValue.appValidate() |
void |
MaxPropInstance.appValidate() |
void |
MaxProp.appValidate()
Validate before saving - Add a global value if new or handle encryption if modified
|
void |
MXValue.appValidate() |
void |
ImgLib.appValidate() |
void |
CrontaskInstance.appValidate()
It calls parameter validation Mbo's validate if the mbo exists for the
crontask.
|
void |
Condition.appValidate()
Make sure the combination is unique
|
void |
AutoKey.appValidate()
If this is a site-level seed for the PO table, then prefix cannot be null.
|
void |
DomainValueMbo.appValidate() |
void |
ALNValue.appValidate() |
void |
MaxDomain.appValidateAtTheEnd()
Validate before save.
|
void |
RangeDomSegmentSet.canAdd()
Owner must be maxdomain with domaintype NUMRANGE.
|
void |
NumRangeDomainSet.canAdd()
Owner must be maxdomain with domaintype NUMRANGE.
|
void |
NUMValueSet.canAdd()
Owner must be maxdomain with domaintype NUMERIC.
|
void |
MaxTableDomainSet.canAdd()
Owner must be maxdomain with domaintype MAXTABLE.
|
void |
LongDescSet.canAdd() |
void |
Dummy_TableSet.canAdd()
Cannot add.
|
void |
CrossoverDomainSet.canAdd()
Owner must be maxtabledomain with owner maxdomain of type CROSSOVER.
|
void |
CrontaskInstanceSet.canAdd()
An instance can only be added when it is FULL access.
|
void |
ALNValueSet.canAdd()
Owner must be maxdomain with domaintype ALN.
|
void |
TenantStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
NUMValue.canDelete() |
void |
MaxTableDomain.canDelete() |
void |
MaxDomain.canDelete()
TODO --
if a domain is reference by maxattribute, or referenced by a field validation
class which load this domain, it cannot be deleted.
|
void |
MaxAsyncJob.canDelete()
An async job can be deleted only if its status is COMPLETE or ERROR.
|
void |
MXValue.canDelete() |
void |
Language.canDelete()
One can only delete userdefined language code.
|
void |
Dummy_Table.canDelete()
Cannot delete.
|
void |
CrossoverDomain.canDelete() |
void |
CrontaskInstance.canDelete()
An instance can only be removed if it is inactive.
|
void |
CrontaskDef.canDelete()
The crontask def can only be deleted when there is no instances
|
void |
Condition.canDelete()
Condition cannot be deleted if there are places referencing it
|
void |
AutoKey.canDelete()
If this is a site-level seed (siteid is not null), it can be deleted.
|
void |
ALNValue.canDelete() |
void |
MaxAsyncJobRemote.changeStatus(java.lang.String internalValue) |
void |
MaxAsyncJob.changeStatus(java.lang.String internalValue) |
void |
TenantStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
void |
MXValueSetRemote.checkCompleteValues() |
void |
MXValueSet.checkCompleteValues() |
void |
MaxPropRemote.checkDataTypeValid(java.lang.String val) |
void |
MaxProp.checkDataTypeValid(java.lang.String val)
Checks if the value is a valid Maximo Data type
|
void |
MaxPropRemote.checkDomainValid(java.lang.String val) |
void |
MaxProp.checkDomainValid(java.lang.String val)
Validates the value against the Domain if there is domain specified.
|
MboSetRemote |
RecLockOptionGenerator.checkMenuOption(java.lang.String appName,
java.lang.String sigName,
java.lang.String menutype,
UserInfo userInfo)
Make sure the menu option and menutype with the given name exists in the application.
|
static void |
MaxRecordLockEventListener.checkSigoption(Mbo mbo)
Checks if the Sigoption is ISRECLOCK and assigns it the CHECKLOCK condition.
|
void |
TenantStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Checks to see if the user is authorized to make a status changes.
|
void |
TenantStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Confirm the users security rights to call the specified status.
|
void |
MaxRecordLockSet.commit() |
void |
MaxDomainSet.commit() |
void |
ImgLibSet.commit() |
void |
DomainMetaSet.commit() |
void |
AutoKeySet.commit() |
MboRemote |
CrontaskInstance.copy(MboSetRemote mboset)
Overwrite the copy method to copy
|
void |
ImgLib.copyImageTo(MboRemote mboOwner) |
void |
DomainValueMbo.delete() |
void |
TenantReg.delete(long accessModifier)
Delete the tenant along with any status history.
|
void |
NUMValue.delete(long accessModifier) |
void |
MaxProp.delete(long accessModifier)
Deletes the Property and all related Instances
|
void |
MaxDomain.delete(long accessModifier) |
void |
MaxAsyncJob.delete(long accessModifier) |
void |
MXValue.delete(long accessModifier) |
void |
CrontaskInstance.delete(long accessModifier)
delete an instance will delete a
|
void |
Condition.delete(long accessModifier) |
void |
ALNValue.delete(long accessModifier) |
void |
RecLockOptionGenerator.deleteAppAuth(java.lang.String appName,
java.lang.String sigName,
java.lang.String groupname,
UserInfo userInfo,
MXTransaction trans)
Authorize/Unauthorize a sigoption and add it to the current transaction
|
void |
RecLockOptionGenerator.deleteOption(java.lang.String appName,
java.lang.String optionName,
java.lang.String menutype,
UserInfo userInfo,
MXTransaction trans) |
int |
SystemService.deleteTaskScheduleFor(java.lang.String cronTaskName,
java.lang.String cronInstanceName,
UserInfo userInfo) |
MboRemote |
MaxAsyncJob.duplicate()
Duplicate the job.
|
MboRemote |
CrontaskInstance.duplicate() |
MboRemote |
Condition.duplicate() |
void |
LanguageRemote.enable(boolean flag)
see psdi.app.system.Language#enable(boolean);
|
void |
Language.enable(boolean flag)
Enable or disable the language.
|
boolean |
MaxRecordLockCheck.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
MaxPropRestrict.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition.
|
boolean |
IsThereSelectedMboCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
HasTemplateDataCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition to display default groupname fields in the Tenants app.
|
boolean |
HasDomValCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
DomainCachingCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for displaying the Disable Caching menu
|
void |
TenantRegListener.eventAction(EventMessage em)
After the asset is written to the database, but before they are committed, this method updates the ancestor records.
|
boolean |
TenantRegListener.eventValidate(EventMessage em) |
void |
MaxVarsSet.fireEventsAfterDBCommit(MXTransaction txn)
Call super, then refresh cache MAXVARS .
|
java.lang.String |
MXValue.genValueId()
Generate and set the valueid.
|
java.lang.String |
CrontaskInstance.getCrontaskClass() |
java.lang.String |
CrontaskDef.getCrontaskClass()
Convenient method to get the string of the crontask classname.
|
java.lang.String |
CrontaskDefRemote.getCrontaskClass() |
java.lang.String |
CrontaskInstanceRemote.getCrontaskClass() |
CrontaskDefRemote |
CrontaskInstance.getCrontaskDef()
Return the CrontaskDefRemote and also set its internal reference to the
obtained CrontaskDefRemote if it hasn't been set.
|
CrontaskDefRemote |
CrontaskInstanceRemote.getCrontaskDef() |
CrontaskInstanceRemote |
CrontaskParamRemote.getCrontaskInstance() |
CrontaskInstanceRemote |
CrontaskParam.getCrontaskInstance()
Get the crontask instance remote
|
java.lang.String |
CrontaskDef.getCrontaskName()
Convenient method to get the name of the crontask.
|
java.lang.String |
MaxDomainRemote.getDefaultExtDomType(java.lang.String internal) |
java.lang.String |
MaxDomain.getDefaultExtDomType(java.lang.String internal)
Return the default external domain type for the passed in internal type.
|
java.lang.String |
CrontaskInstance.getId() |
java.lang.String |
CrontaskInstanceRemote.getId() |
java.lang.String |
MaxDomainRemote.getInternalDomainType() |
java.lang.String |
MaxDomain.getInternalDomainType()
Return the internal maxtype of this MBO.
|
java.lang.String |
ConditionRemote.getInternalType() |
java.lang.String |
Condition.getInternalType()
Get the internal condition type string.
|
MboSetRemote |
FldMaxPropDomainid.getList()
Lookup for DomainID.
|
MboSetRemote |
FldMaxDomainMaxType.getList() |
MboSetRemote |
FldCrossoverDomainSourcefield.getList() |
MboSetRemote |
MaxRecordLockCacheImpl.getLockedRecordsSet() |
MboSetRemote |
MaxRecordLockCache.getLockedRecordsSet() |
java.lang.Object[] |
SystemServiceRemote.getLookupKeyMap(java.lang.String target,
java.lang.String source,
java.lang.String attr,
UserInfo ui) |
java.lang.Object[] |
SystemService.getLookupKeyMap(java.lang.String target,
java.lang.String source,
java.lang.String attr,
UserInfo ui)
Get the lookup key map.
|
java.lang.Object[] |
SystemServiceRemote.getLookupKeyMap(java.lang.String target,
java.lang.String attr,
UserInfo ui) |
java.lang.Object[] |
SystemService.getLookupKeyMap(java.lang.String target,
java.lang.String attr,
UserInfo ui)
Get the lookup key map.
|
MboRemote |
MaxPropValue.getMaxProp() |
MboRemote |
TenantUsersPerTypeSet.getMbo(int row) |
MboRemote |
TenantUsersMaxLoginsSet.getMbo(int row) |
MboRemote |
DBConnectionStatSet.getMbo(int row) |
protected Mbo |
YornLookupListSet.getMboInstance(MboSet ms) |
protected Mbo |
TenantUsersPerTypeSet.getMboInstance(MboSet ms) |
protected Mbo |
TenantUsersMaxLoginsSet.getMboInstance(MboSet ms) |
protected Mbo |
TenantStatusSet.getMboInstance(MboSet ms)
Generate a new TenantStatus object
|
protected Mbo |
TenantStagingSet.getMboInstance(MboSet ms)
Generate a new TenantStatus object
|
protected Mbo |
TenantRegSet.getMboInstance(MboSet ms)
Generate a new Tenant Registration Object
|
protected Mbo |
TenantReadOnlyInfoSet.getMboInstance(MboSet ms) |
protected Mbo |
RangeDomSegmentSet.getMboInstance(MboSet ms)
Generate a new RangeDomSegment object
|
protected Mbo |
NumRangeDomainSet.getMboInstance(MboSet ms)
Generate a new RangeDomSegment object
|
protected Mbo |
NUMValueSet.getMboInstance(MboSet ms)
Generate a new numeric value Object
|
protected Mbo |
MaxVarsSet.getMboInstance(MboSet ms)
Generate a new MaxVars object
|
protected Mbo |
MaxVarTypeSet.getMboInstance(MboSet ms)
Generate a new MaxVarType object
|
protected Mbo |
MaxTableDomainSet.getMboInstance(MboSet ms)
Generate a new MaxTableDomain object
|
protected Mbo |
MaxSequenceSet.getMboInstance(MboSet ms)
Generate a new MaxSequence object
|
protected Mbo |
MaxRowStampSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected Mbo |
MaxRecordLockSet.getMboInstance(MboSet ms) |
protected Mbo |
MaxPropSet.getMboInstance(MboSet ms)
Generate a new MaxProp object
|
protected Mbo |
MaxPropValueSet.getMboInstance(MboSet ms)
Generate a new MaxPropValue object
|
protected Mbo |
MaxPropInstanceSet.getMboInstance(MboSet ms)
Returns an instance of MaxPropInstance
|
protected Mbo |
MaxLookupMapSet.getMboInstance(MboSet ms)
Generate a new MaxTableDomain object
|
protected Mbo |
MaxDomainSet.getMboInstance(MboSet ms)
Generate a new MaxDomain object
|
protected Mbo |
MaxDomValConditionSet.getMboInstance(MboSet ms)
Generate a new MaxDomain object
|
protected Mbo |
MaxDataPrefixSet.getMboInstance(MboSet ms) |
protected Mbo |
MaxAsyncJobSet.getMboInstance(MboSet ms) |
protected Mbo |
MaxAsyncJobParamSet.getMboInstance(MboSet ms) |
protected Mbo |
MaxAsyncJobMsgSet.getMboInstance(MboSet ms) |
protected Mbo |
MXValueSet.getMboInstance(MboSet ms)
Generate a new Value Object
|
protected Mbo |
LongDescSet.getMboInstance(MboSet ms)
Generate a new long description Object
|
protected Mbo |
LanguageSet.getMboInstance(MboSet ms)
Generate a new long description Object
|
protected Mbo |
ImgLibSet.getMboInstance(MboSet ms)
Generate a new ImgLib object
|
protected Mbo |
Dummy_TableSet.getMboInstance(MboSet ms)
Generate a new Dummy_Table object
|
protected Mbo |
DomainMetaSet.getMboInstance(MboSet ms)
Generate a new MaxDomain object
|
protected Mbo |
DBConnectionStatSet.getMboInstance(MboSet ms) |
protected Mbo |
CrossoverDomainSet.getMboInstance(MboSet ms)
Generate a new CrossoverDomain object
|
protected Mbo |
CrontaskParamSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected Mbo |
CrontaskMonitorSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected Mbo |
CrontaskInstanceSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected Mbo |
CrontaskHistorySet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected Mbo |
CrontaskDefSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected Mbo |
ConditionSet.getMboInstance(MboSet ms)
Generate a new Condition object
|
protected Mbo |
AutoKeySet.getMboInstance(MboSet ms)
Generate a new AutoKey object
|
protected Mbo |
ArchiveSet.getMboInstance(MboSet ms)
Generate a new Archive object
|
protected Mbo |
ALNValueSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
MboSetData |
MXValueSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Overridden to check if data is Status from a StatefulMbo and returns only valid statuses.
|
CrontaskParamInfo[] |
CrontaskInstance.getParameterList()
Get the parameter information.
|
CrontaskParamInfo[] |
CrontaskDef.getParameterList()
Get a list of CrontaskInfo describing the parameters of the crontask.
|
CrontaskParamInfo[] |
CrontaskDefRemote.getParameterList() |
CrontaskParamInfo[] |
CrontaskInstanceRemote.getParameterList() |
CrontaskParamInfo[] |
TenantRemovalCronTask.getParameters() |
CrontaskParamSetRemote |
CrontaskInstance.getParameterSet()
Get the MBO set of crontaskparam of this crontask instance.
|
CrontaskParamSetRemote |
CrontaskInstanceRemote.getParameterSet() |
MboRemote |
CrontaskDef.getParameterValidationMbo(CrontaskInstanceRemote inst)
Get the non-persistent MBO the crontask is to use to validate
the crontask parameter values.
|
MboRemote |
CrontaskDefRemote.getParameterValidationMbo(CrontaskInstanceRemote inst) |
MaxRecordLockCache |
MaxRecordLockServiceRemote.getRecordLockCache() |
MaxRecordLockCache |
MaxRecordLockService.getRecordLockCache()
Returns the MaxRecordLockCache object
|
java.lang.String[][] |
ConditionSet.getSameAs()
Get the same as object and fields to the conditionnum.
|
java.lang.String[][] |
Condition.getSameAs()
Get the same as object and fields to the conditionnum.
|
int |
TenantReg.getSessionCount(boolean active)
Calculates the number of active or inactive sessions for this tenant.
|
protected MboSetRemote |
TenantReg.getStatusHistory()
Return the TenantStatus object used for storing the status change history.
|
void |
MaxPropValueRemote.handleEncryption() |
void |
MaxPropValue.handleEncryption()
Determine if the value is encrypted or not and set the appropriate attributes
|
boolean |
Condition.hasReference() |
void |
TenantStatus.init()
Initialize the object to be read only.
|
void |
TenantStaging.init()
Initialize the object to be read only.
|
static TenantRegListener |
TenantRegListener.init()
Returns the listener object.
|
void |
TenantReg.init()
Initialize the TenantReg object.
|
void |
NumRangeDomain.init()
If the domain is internal, set the mbo to be readonly
|
void |
NUMValue.init() |
void |
MaxVars.init()
Set readonly flags for various attributes.
|
void |
MaxVarType.init()
This is always readonly.
|
void |
MaxTableDomain.init() |
void |
MaxRecordLockCacheImpl.init() |
void |
MaxPropValue.init()
Set readonly flags for various attributes and set the encrypted flag.
|
void |
MaxPropInstance.init()
Initialize this MBO
|
void |
MaxProp.init()
Set readonly flags for various attributes.
|
void |
MaxLookupMapCacheFactory.init() |
void |
MaxDomain.init() |
void |
MaxDomValCondition.init() |
void |
MXValue.init()
Inititialize fields to readonly or not.
|
void |
Language.init()
A language MBO's userdefined flag is readonly
|
void |
FldConditionBooleanNoCaching.init() |
void |
Dummy_TableSet.init() |
void |
CrossoverDomain.init() |
void |
CrontaskParamSet.init()
The param set cannot do addition
|
void |
CrontaskInstance.init() |
void |
Condition.init() |
void |
ALNValue.init() |
void |
Condition.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
MaxDomain.initRelationship(java.lang.String relationName,
MboSetRemote mboSet) |
void |
CrontaskDef.initRelationship(java.lang.String relationName,
MboSetRemote mboSet) |
void |
FldTenantLangCode.initValue()
Set default value of tenant language code to system base language.
|
void |
FldTenantIfaceDbName.initValue()
Initialize the tenant's Base DN value in Tenant Registration.
|
void |
FldTenantDocroot.initValue()
Initialize the tenant's Base DN value in Tenant Registration.
|
void |
FldTenantDefaultDir.initValue()
Initialize the tenant's Base DN value in Tenant Registration.
|
void |
FldTenantBaseDn.initValue()
Initialize the tenant's Base DN value in Tenant Registration.
|
void |
FldPropMaintGlobalValue.initValue()
Initialize this attribute
|
void |
FldPropMaintFileOverride.initValue()
Initialize the fileoverride flag - Determines if the property was loaded
from a file or the database
|
void |
FldMaxDomValConditionValueDesc.initValue() |
void |
FldExpressionOrClassName.initValue() |
void |
FldCrontaskParamDispValue.initValue() |
void |
FldCrontaskParamDescription.initValue() |
void |
FldCrontaskInstanceLastRun.initValue()
Initiate the value based on taskscheduler record for the crontask.
|
void |
FldConditionRefCount.initValue() |
boolean |
MaxPropRemote.isEncrypted() |
boolean |
MaxProp.isEncrypted()
Determines if this property should be encrypted
|
boolean |
MaxPropRemote.isFileProperty() |
boolean |
MaxProp.isFileProperty()
Determines if this is a file property
|
boolean |
MaxPropRemote.isGlobalOnly() |
boolean |
MaxProp.isGlobalOnly()
Determines if this property is global only
|
boolean |
MaxPropRemote.isInstanceOnly() |
boolean |
MaxProp.isInstanceOnly()
Determines if the property is instance only
|
boolean |
SystemService.isManage()
Return the boolean value of isManage() from MXServer.
|
boolean |
MaxPropRemote.isNullAllowed() |
boolean |
MaxProp.isNullAllowed()
Determines if this property allows nulls or not
|
boolean |
MaxPropRemote.isOnlineAllowed() |
boolean |
MaxProp.isOnlineAllowed()
Determines if online changes are allowed for this property
|
boolean |
MaxRecordLockServiceRemote.isRecordLockingAllowed() |
boolean |
MaxRecordLockService.isRecordLockingAllowed()
System Property flag for record locking
|
boolean |
MaxProp.isSystemLandlordProperty() |
boolean |
MaxProp.isSystemProperty() |
boolean |
MaxPropRemote.isUserDefined() |
boolean |
MaxProp.isUserDefined()
Determines if this is a userdefined property
|
void |
MaxPropSetRemote.liveRefresh() |
void |
MaxPropSet.liveRefresh()
Reloads Maximo Cache
|
void |
SystemService.liveRefreshProperty(java.lang.String propName) |
void |
MaxDomValCondition.loadValueDesc() |
void |
MaxPropValue.modify()
Prepare to modify a mbo, defaulting the attributes shown below.
|
void |
MaxProp.modify()
Prepare to modify a mbo, defaulting the attributes shown below.
|
void |
LongDesc.modify()
Called whenever a change is made to the attributes of a MBO.
|
void |
DomainValueMbo.modify() |
void |
TenantRegListener.postCommitEventAction(EventMessage em)
After the parent work order is written to the database, this method updates the WOAncestor records.
|
void |
TenantRegListener.preSaveEventAction(EventMessage em) |
void |
MaxRecordLockServiceRemote.refreshRecordLockCache() |
void |
MaxRecordLockService.refreshRecordLockCache()
Refreshes Record Lock Cache
|
void |
MaxRecordLockCacheImpl.reload() |
void |
MaxRecordLockCacheImpl.reload(java.lang.String key) |
void |
CrontaskInstance.requestReload()
The action method to set the reloadreqtime timestamp.
|
void |
CrontaskInstanceRemote.requestReload() |
void |
CrontaskInstance.requestReloadAndFirstRunNow()
The action method to set the reloadreqtime timestamp and tells crontask manager to
immediately run the first action of the crontask once the request is received.
|
void |
CrontaskInstanceRemote.requestReloadAndFirstRunNow() |
void |
ConditionSet.reset() |
boolean |
TenantReg.resetPwd()
Resets the password for the tenant contact.
|
boolean |
TenantRegRemote.resetPwd() |
void |
MaxRecordLockService.resetRecordLockTable()
Cleans out the MAXRECORDLOCK table.
|
boolean |
TenantReg.resetTenantAdminPwd()
Resets the password for the tenant contact.
|
boolean |
TenantRegRemote.resetTenantAdminPwd() |
void |
MaxPropSetRemote.restoreGlobalDefaults() |
void |
MaxPropSet.restoreGlobalDefaults()
Restores Global Defaults
|
void |
MaxPropSetRemote.restoreMaximoDefaults() |
void |
MaxPropSet.restoreMaximoDefaults()
Restores Maximo Defaults
|
void |
TenantRegSet.save()
Creates template data as well as aUser and Person for each new tenant in the set.
|
void |
MaxVars.save() |
void |
MaxTenantRegProcess.save() |
protected void |
MaxDomain.save() |
void |
MXValue.save()
When maintaining the valuelist table,
also need to update the hashtable in Translate.
|
protected void |
CrontaskInstance.save()
Upon save, the request time has been modified, it will be updated to a new date that is close to the actual date of the
datatase commit, and will be a little ahead to make sure the requset is picked on by the crontask manager
in the next polling.
|
void |
MaxVarsSet.save(long flags)
We also need to refresh cache from here in case this set is owned by a non-persistent mbo such as AmountFormat.
|
void |
ImgLib.saveImage(MboRemote img,
byte[] actionData) |
void |
MaxVarsSet.saveTransaction(MXTransaction txn)
|
void |
MXValueSet.saveTransaction(MXTransaction txn) |
boolean |
TenantReg.sendLoginInfo()
Sends the login information (tenant code and user name) to the provided email address for the tenant.
|
boolean |
TenantRegRemote.sendLoginInfo() |
void |
MaxTenantRegProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Set additional data.
|
protected void |
MXValue.setDefaultAgain() |
void |
FldPropMaintGlobalValue.setEditRules()
Determine and set the accessibility of this attribute
|
protected void |
ImgLib.setImageData(MboRemote img,
byte[] actionData) |
void |
SystemService.setProperty(java.lang.String propName,
java.lang.String serverName,
java.lang.String serverHost,
java.lang.String propValue,
UserInfo userInfo)
Set value for a property and initiate cache update to synchronize the new value
across all servers using this database.
|
void |
SystemService.setPropertyAndRefresh(java.lang.String propName,
java.lang.String serverName,
java.lang.String serverHost,
java.lang.String propValue,
UserInfo userInfo,
boolean refresh) |
protected void |
TenantReg.setTenantInfo()
This code will be called from tenantregListner and will insert/update
row in TENANTROINFO.
|
MboRemote |
YornLookupListSet.setup() |
void |
MaxProp.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Set value for the specified attribute.
|
protected boolean |
MaxAsyncJobParam.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxAsyncJob.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CrontaskInstance.skipCopyField(MboValueInfo mvi)
The instancename field will not be copied.
|
protected boolean |
Condition.skipCopyField(MboValueInfo mvi) |
long |
MaxRecordLock.timeRecordLocked()
Method to calculate the time the record was locked in milliseconds.
|
java.lang.String |
MaxRecordLockCheck.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
MaxPropRestrict.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
IsThereSelectedMboCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
HasTemplateDataCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
HasDomValCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
DomainCachingCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
void |
NUMValue.undelete() |
void |
MaxDomain.undelete() |
void |
MXValue.undelete() |
void |
LongDesc.undelete() |
void |
CrontaskInstance.undelete() |
void |
Condition.undelete() |
void |
DomainValueMbo.undelete() |
void |
ALNValue.undelete() |
protected void |
MXValue.undoDefault() |
void |
TenantReg.updateSessionCounts()
Sets the values for the nonpersistent activesessions and inactivesessions attributes.
|
void |
TenantRegRemote.updateSessionCounts() |
void |
MaxVars.updateSiteVarFromOrg(java.lang.String attributeName,
java.lang.String val)
Loops through the entire set of sites updating a particular maxvar based on the org that is selected.
|
void |
TenantRegSetRemote.userInputChecks() |
void |
TenantRegSet.userInputChecks()
Perform checks that require user input.
|
void |
FldTenantUserID.validate()
Once the value has been set, it cannot be cleared by the user.
|
void |
FldTenantLoginID.validate()
Validate against list of invalid users.
|
void |
FldTenantDbUserId.validate()
Once the value has been set, it cannot be cleared by the user.
|
void |
FldTenantCode.validate()
Once the value has been set, it cannot be cleared by the user.
|
void |
FldPropValue.validate()
if validation mbo exists, it will set the value to the corresponding field
of the validation mbo.
|
void |
FldPropName.validate()
Validate this attribute
|
void |
FldPropMaintInstanceDispPropValue.validate()
Validate for encryption and set the appropriate fields
|
void |
FldPropMaintGlobalValue.validate()
Validate this attribute
|
void |
FldMaxPropSecureLevel.validate() |
void |
FldMaxPropDomainid.validate() |
void |
FldMaxDomainScale.validate()
The length cannot be less
|
void |
FldMaxDomainLength.validate()
The length cannot be less
|
void |
FldMaxDomValCondValueID.validate() |
void |
FldMXValueValue.validate()
Validate the value against the valuelistdomain's maxtype, length and scale.
|
void |
FldCrossoverDomainSourcefield.validate() |
void |
FldCrontaskParamValue.validate()
if validation mbo exists, it will set the value to the corresponding field
of the validation mbo.
|
void |
FldCrontaskInstSchedule.validate() |
void |
FldConditionNoCaching.validate() |
void |
FldConditionExp.validate() |
void |
FldConditionClassname.validate() |
void |
FldAutoKeyAutokeyName.validate() |
void |
FldAsyncCronJobNames.validate() |
void |
FldLangCode.validate() |
Methods in psdi.app.system.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldWoEnableRepFac.action() |
void |
FldUseSlaRanking.action()
If the user sets APPLYSINGLESLA field to true,
attribiute USESLARANKING is set to readonly.
|
void |
FldMaxVarInputSiteID.action()
When the siteId is modified, the fields specified in maxVarsInScope in the
owner mboset will be refetched.
|
void |
FldMaxVarInputOrgID.action()
When the siteId is modified, the fields specified in maxVarsInScope in the
owner mboset will be refetched.
|
void |
FldDisableGLSwitch.action()
If the user sets this field to true, attribiutes GLCHECKCOA, GLVALIDATEFP and
GLREQUIREDFORTRANS should be set to readonly and false.
|
void |
FldApplySingleSla.action()
If the user sets APPLYSINGLESLA field to true,
attribiute USESLARANKING is set to readonly.
|
void |
TenantChangeStatus.add()
Sets up a new TenantChangeStatus object.
|
void |
MaxVarInput.add()
Sets up a new MaxVarInput object.
|
void |
MaxVarInputForInvDefs.appValidate() |
void |
MaxVarInputSet.callInit()
The method to default the required field.
|
void |
MaxVarInputRemote.callInit() |
void |
MaxVarInput.callInit()
The method to default the required field.
|
void |
MaxVarInput.clearClassificationActCIClass()
This method is only called by UI, (CLASSIFICATIONCICLASS menu)
|
void |
MaxVarInput.clearClassificationAuthCIClass()
This method is only called by UI, (CLASSIFICATIONAUTHCICLASS menu)
|
void |
MaxVarInput.clearClassificationITAsset()
This method is only called by UI, (CLASSIFICATIONITASSET menu)
|
void |
MaxVarInput.clearClassificationITSFW()
This method is only called by UI, (CLASSIFICATIONITSFW menu)
|
void |
MaxVarInputSet.execute()
Set the values to the maxvars for maxvars corresponding to the varnames in maxVarsInScope
and has been modified.
|
MboSetRemote |
MaxVarInputSet.getMaxVarMbos(java.lang.String[] varNames,
java.lang.String orgid,
java.lang.String siteid)
Get the maxvar records by siteid and orgid.
|
java.lang.String |
MaxVarInputSet.getMaxVarType(java.lang.String varName) |
protected Mbo |
TenantChangeStatusSet.getMboInstance(MboSet ms)
Method to create an TenantChangeStatus object.
|
protected Mbo |
MaxVarInputSet.getMboInstance(MboSet ms)
Factory method to create an MaxVarInput object.
|
MboSetRemote |
TenantChangeStatusSet.getMboIntoSet(MboRemote mbo) |
MboSetData |
MaxVarInputSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Overwritten to get the attribute list.
|
MboValueData[] |
MaxVarInput.getMboValueData(java.lang.String[] attributes) |
void |
MaxVarInputForInvDefs.init() |
void |
MaxVarInput.init() |
void |
FldMaxVarApprOutLab.init()
Initialize the value for the LR_APPR_OUT_LABOR attribute.
|
void |
FldDisableGLSwitch.init()
Initialize to set the other attributes readonly if this field is set to true.
|
void |
MaxVarInput.initFieldFlagsOnMbo(java.lang.String attrName)
IV94283 - only set field flag value if field exists in window
|
void |
FldMaxVarInputSystemLevAssetDocs.initValue()
editable only if no asset-related doclinks exist
|
void |
FldInactiveSessions.initValue()
Initialize with count of inactive sessions for the current tenant.
|
void |
FldByPassSiteWarning.initValue() |
void |
FldActiveSessions.initValue()
Initialize with count of active sessions for the current tenant.
|
void |
MaxVarInput.refetchVarValues() |
void |
MaxVarInputSet.reset() |
MboRemote |
MaxVarInputSetRemote.setup(boolean forSites) |
MboRemote |
MaxVarInputSet.setup(boolean forSites)
Create one MaxVarInput mbo for each site within the org.
|
MboRemote |
MaxVarInputSet.setupDetail()
Create one MaxVarInput mbo for each site within the org.
|
void |
FldWOGenerationDays.validate()
Validate the FldWOGenerationDays attribute.
|
void |
FldTaskSeed.validate()
Validate the specified value which are greater than or equal 0
|
void |
FldTaskInterval.validate()
Validate the specified value which are greater than 0
|
void |
FldPrimarySystem.validate()
Validate MAXVARINPUT.PRIMARYSYSTEM.
|
void |
FldNonNegative.validate()
value cannot be less than zero.
|
void |
FldNegativeInventory.validate()
Validate the NEGATIVECURBAL or NEGATIVEAVAIL attributes.
|
void |
FldNameSeq.validate()
Value has to be 1,2,3, or 4
|
void |
FldMaxVarPOReqdForOutLab.validate()
Validate the LR_PO_OUTLAB_RQRD attribute.
|
void |
FldMaxVarInputGLQuestion.validate() |
void |
FldDowntimeDflts.validate()
Validate the specified value which are REPORTED,START or NONE
|
void |
FldDefOrderCost.validate()
Validate the DEFORDERCOST attribute.
|
void |
FldDefIssueCost.validate()
Validate the DEFISSUECOST attribute.
|
void |
FldBreakPoints.validate()
Validate A_BREAKPOINT, B_BREAKPOINT or C_BREAKPOINT.
|
void |
FldAutoPOCreation.validate()
Validate the AUTOPOEXT or AUTOPOINT attributes.
|
void |
FldAssetHistOnWOStatus.validate()
Validate the ASHIST_ON_WOSTATUS attribute.
|
Methods in psdi.app.ticket that throw MXException
Modifier and Type |
Method and Description |
void |
FldTkTempltActOrgId.action()
Check to see if org is null if org is null site is set to null.
|
void |
FldTkTemplateVendor.action() |
void |
FldTkTemplateSiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldTkTemplateOwnerGroup.action()
Checks the OwnerGroup field to see if its not empty.
|
void |
FldTkTemplateOwner.action()
Checks the Owner field to see if its not empty.
|
void |
FldTkTemplateJpnum.action() |
void |
FldTkTemplateClass.action()
Checks the Classstructure Hierarchypath and classstructureid for null values.
|
void |
FldTkTemplate.action() |
void |
FldTkStartDate.action()
The actual finish and target finish dates must be greater then the actual and target
start dates.
|
void |
FldTkSolution.action()
if it's global ticket, apply solution should apply to all related to global tickets
when the maxvar SOLTORELGLOBAL is set to yes.
|
void |
FldTkSiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldTkReportedPhone.action()
Sets the AffectedPhone only if the Affected Person is the same as the Reported By Person.
|
void |
FldTkReportedEmail.action()
Sets the AffectedEmail only if the Affected Person is the same as the Reported By Person.
|
void |
FldTkReportedByName.action() |
void |
FldTkReportedByID.action() |
void |
FldTkReportedBy.action() |
void |
FldTkRelatedToGlobal.action()
A ticket cannot be a global issue and related to Global at the same time.
|
void |
FldTkOwnerGroup.action()
Checks the OwnerGroup field to see if its not empty.
|
void |
FldTkOwner.action()
Checks the Owner field to see if its not empty.
|
void |
FldTkOrigRecordId.action() |
void |
FldTkOrigRecordClass.action()
Update the originator.
|
void |
FldTkIsKnowError.action()
If this is a Known Error,set the isknownerrordate to current date.
|
void |
FldTkIsGlobal.action()
If this a a global issue, and is also marked as Related To Global, then
unmark it as Related To Global.
|
void |
FldTkGlobalTicketId.action() |
void |
FldTkCommodityGroup.action()
Clear the Commodity after removing the group
|
void |
FldTkCommodity.action()
set the commodity group when the commodity is selected.
|
void |
FldTkAssetSiteId.action()
Sets the assetorgid in the table that is referenced for the site selected.
|
void |
FldTkAssetLocation.action()
Update the fields affected by changing this field.
|
void |
FldTkAssetAssetNum.action()
Updates the fields affected by changing this field.
|
void |
FldTkAffectedUserName.action()
Sets the affectde user info when Affected Person name changes.
|
void |
FldTkAffectedUserID.action()
Sets the affected user info when Affected Person Id changes
|
void |
FldTkAffectedUser.action()
Sets the Reported By user info when Affected Person is the same as the Reported By Person.
|
void |
FldTKRemarkField.action()
Creates the FailureRemark Mbo, if none exists, then sets the value of the linked
attribute to this attribute's value.
|
void |
FldTKProblemCode.action()
Update the failure report with the problem code, which is the first level of the failure report.
|
void |
FldTKLoc.action()
Update the fields affected by changing this field.
|
void |
FldTKFailureCode.action()
Perform action if the field is valid.
|
void |
FldTKFRLevelCode.action()
If this attribute was nulled, the failure report is truncated,
otherwise this level in the failure report is given this attribute's value.
|
void |
FldTKCINum.action()
Update the fields affected by changing this field.
|
void |
FldTKAssetnum.action()
Updates the fields affected by changing this field.
|
void |
FldRelatedRecWonum.action()
copy the value from non-persistent attribute 'relatedrecwonum'
to the persistent attribute 'relatedreckey'.
|
void |
FldRelatedRecWoclass.action()
copy the value from non-persistent attribute 'relatedrecwoclass'
to the persistent attribute 'relatedrecclass'.
|
void |
FldRelatedRecKey.action()
Iv95107:added this action() - if smartfill is off/no select value, then setValue("relatedrecclass") manually
|
void |
WorkView.add()
Sets default values for a new WorkView
|
void |
WorkLog.add()
Sets default values for a new WorkLog
|
void |
TicketSpec.add()
Set default values for a new JobPlanSpec object.
|
void |
TicketAsset.add()
Sets default values for a new TicketAsset
|
void |
TemplateStatus.add()
Sets default values for a new TemplateStatus
|
void |
TKTempltActySpec.add()
Set default values for a new TKTempltActySpec object.
|
void |
TKTempltActivity.add() |
void |
TKTemplateSpec.add()
Set default values for a new TKTemplateSpec object.
|
void |
TKTemplate.add()
Add a new Ticket Template.
|
void |
TKStatus.add()
Sets default values for a new TKStatus
|
void |
SR.add() |
void |
RelatedRecord.add()
Sets default values for a new RelatedRecord
|
void |
RecordSLA.add()
Sets default values for a new RecordSLA
|
void |
Problem.add() |
void |
OwnerHistory.add() |
void |
Ticket.add()
Sets default values for a new Ticket
|
void |
Incident.add() |
void |
TicketSpec.addDetailInfor(MboRemote mbo,
MboRemote classspec)
08-10181:override addDetailInfor if workorderspec is being copied to
ticketSpec
Copying more information from owning object and ClassSpec to this PDSpec record.
|
void |
TKTempltActySpec.addDetailInfor(MboRemote mbo,
MboRemote classspec)
Copying more information from JobTask and ClassSpec to this JobTaskSpec record.
|
boolean |
TicketRemote.allowSelfServiceSolutionAccess() |
boolean |
Ticket.allowSelfServiceSolutionAccess()
Self service solution access only makes sense when this ticket is associated with an SR.
|
void |
Ticket.applyAssetLoc()
Applys any changes to fields that are affected by changing the asset or location fields.
|
void |
TicketRemote.applyAssignedOwnerGroup(java.lang.String selectedValue) |
void |
Ticket.applyAssignedOwnerGroup(java.lang.String ownergroupID)
Apply an assigned owner group to a record.
|
void |
FldTKCommonSpecAssetAttrid.applyDateFilter(MboSetRemote valSet) |
void |
TicketService.applyOwner(MboRemote ticket,
java.lang.String owner)
Applies the selected owner to the current ticket.
|
void |
TicketRemote.applyOwner(java.lang.String selectedValue) |
void |
Ticket.applyOwner(java.lang.String ownerID)
Apply an owner to a record.
|
void |
TicketService.applyOwnerGroup(MboRemote ticket,
java.lang.String ownergroup)
Applies the selected ownergroup to the current ticket.
|
void |
TicketRemote.applyOwnerGroup(java.lang.String selectedValue) |
void |
Ticket.applyOwnerGroup(java.lang.String ownergroupID)
Apply an ownergroup to a record.
|
void |
TicketRemote.applyTemplate(MboRemote template) |
void |
Ticket.applyTemplate(MboRemote templateMbo)
Apply a ticket template to record.
|
void |
TKTempltActySpec.appValidate()
08-14568:populate refobjectid and classstructure if the spec record
is manually added
|
void |
TKTempltActivity.appValidate()
checks for the duplicated job plans for a given template.
|
void |
TKTemplate.appValidate() |
void |
RelatedRecord.appValidate()
checks for the duplicated related records for a given ticket.
|
void |
Ticket.appValidate()
appValidate() is overriden.
|
java.lang.String |
Ticket.calcGLAccount()
Sets the GL Account attribute based on the Asset/Loc attribute values.
|
void |
WorkViewSet.canAdd()
Workview can only be added to a set when owner is a work order
or a ticket.
|
void |
WorkLogSet.canAdd()
worklog Records cannot be added to a ticket in History
|
void |
TicketAssetSet.canAdd() |
void |
TemplateStatusSet.canAdd()
In order to create new TemplateStatus, this set needs to be owned
by a Ticket Mbo
|
void |
TKStatusSet.canAdd()
In order to create new TKStatus, this set needs to be owned
by a Ticket Mbo
|
void |
TicketSet.canAdd()
Tickets may be added to a set which is owned by a Ticket
which may not own other Tickets.
|
void |
TemplateStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
TKStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
RelatedRecord.canDelete()
Method that checks whether a relatedRecord can be deleted or not.
|
void |
RecordSLA.canDelete()
Method that checks whether a RecordSLA can be deleted or not.
|
void |
Ticket.canDelete()
Method that checks whether a Ticket can be deleted or not.
|
void |
Ticket.canDeleteAttachedDocs()
Throws an access exception if Doclinks related to this cannot be deleted.
|
void |
RelatedRecord.canEdit()
Method that checks whether a relatedRecord can be deleted or not.
|
void |
Ticket.canEditRelatedSet(java.lang.String relationName)
Determines if a related set should be editable or not.
|
boolean |
TicketRemote.canPropagateRepairFacility(MboRemote newWorkorder) |
boolean |
Ticket.canPropagateRepairFacility(MboRemote newWorkorder)
Says if the repair facility can be propagated to the non-task generated work orders.
|
void |
TicketRemote.canTemplateApply() |
void |
Ticket.canTemplateApply() |
void |
TKTemplate.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
Change Status
A string briefly describing the circumstances of the change.
|
void |
Ticket.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to support changing the status of Service Desk Tickets.
|
void |
TemplateStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
TKStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
TicketServiceRemote.changeStatus(TicketRemote ticket,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
TicketService.changeStatus(TicketRemote ticket,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
protected void |
RelatedRecord.checkDuplicateRelatedRec(boolean relatedTicket,
java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
checks for the duplicated related records.
|
protected boolean |
Ticket.checkForFollowups()
checks for follow up records that references this ticketid and class in their 'OrigRecordId' and
'Origrecordclass'
return true If followup records exists false No Followup records exists
|
void |
TicketRemote.checkMultiAssetLocCISite(java.lang.String multiAssetSite) |
void |
Ticket.checkMultiAssetLocCISite(java.lang.String multiAssetSite)
This method will be called from field validation of multi assetnum/locaiton and cinum.
|
void |
Ticket.checkOrigIsFollowup()
Check to see if originator is a follow up //08-16025, 08-16072
|
protected void |
RelatedRecord.checkOwnRelatedRec(java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
/**
A ticket cannot relate to itself
|
protected void |
FldTkSolution.checkSelfServiceAccess()
Implement the rules for selfservice access check: it will get the value
from the associated solution by default, if any.
|
void |
TemplateStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
TKStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
TKTempltActivityRemote.clearClassification() |
void |
TKTempltActivity.clearClassification()
This method clears the classtructureid of the ticket
|
void |
TKTemplateRemote.clearClassification() |
void |
TKTemplate.clearClassification()
This method clears the classtructureid of the Ticket Template
|
void |
TicketRemote.clearClassification() |
void |
Ticket.clearClassification()
This method clears the classtructureid of the ticket
|
void |
TicketRemote.clearLinearAssetFields(MultiAssetLocCIRemote malocMbo) |
void |
Ticket.clearLinearAssetFields(MultiAssetLocCIRemote malocMbo)
Clear all the linear asset fields in the passed MultiAssetLocCI object, which should be the one associated with
this ticket...
|
void |
GuestTrustPolicySet.commit() |
void |
GuestTrustEmailSet.commit() |
void |
GuestTrustDomainSet.commit() |
void |
TicketRemote.copyAssetsToMultiAsset(AssetSetRemote assetSetRemote) |
void |
Ticket.copyAssetsToMultiAsset(AssetSetRemote assetSetRemote)
Copies the selected Asset values to the multiassetlocci.
|
void |
TicketRemote.copyCIsToMultiAsset(MboSetRemote ciSetRemote) |
void |
Ticket.copyCIsToMultiAsset(MboSetRemote ciSetRemote)
Copies the selected CI values to the multiassetlocci.
|
void |
TicketRemote.copyCollectDetailsToMultiAsset(MboSetRemote collectionDetailsetRemote) |
void |
Ticket.copyCollectDetailsToMultiAsset(MboSetRemote collectionDetailsetRemote)
Copies the selected Collection detail values to the multiassetlocci.
|
void |
TicketRemote.copyFailListToReportSet(MboSetRemote failListSet) |
void |
Ticket.copyFailListToReportSet(MboSetRemote failListSet)
Copies the passed FailureList set to Failure Report set.
|
void |
TicketRemote.copyLaborToLabTransSet(MboSetRemote laborSet) |
void |
Ticket.copyLaborToLabTransSet(MboSetRemote laborSet)
Copies the passed labor set to labor trans set.
|
void |
TicketRemote.copyLocationsToMultiAsset(MboSetRemote locationSetRemote) |
void |
Ticket.copyLocationsToMultiAsset(MboSetRemote locationSetRemote)
Copies the selected Location values to the multiassetlocci.
|
protected void |
RelatedRecord.copyRelatedRecSiteOrg(MboRemote relatedRecordMbo)
copies the siteid and orgid of the related ticket or workorder to the RelatedRecord's
"relatedrecsiteid" and "relatedrecorgid".
|
protected void |
TKTemplate.copyRelationshipMboSet(MboRemote targetMbo,
java.lang.String relationshipName)
Given a target MBO and the relationship name, copy the MBOSet from this
MBO relationship to the target MBO relationship with the same name.
|
void |
TicketRemote.copyRouteStopsToMultiAsset(MboSetRemote routestopSetRemote) |
void |
Ticket.copyRouteStopsToMultiAsset(MboSetRemote routestopSetRemote)
Copies the selected CI values to the multiassetlocci.
|
void |
TicketRemote.copyTicketFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo) |
void |
Ticket.copyTicketFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo)
Collect the fields that need to be copied from a ticket to its MultiAssetLocCI record.
|
void |
TicketRemote.copyTicketToRelatedRecSet(MboSetRemote TicketSet) |
void |
Ticket.copyTicketToRelatedRecSet(MboSetRemote TicketSet)
Copies the passed ticket set to related record set.
|
void |
TicketRemote.copyWOToRelatedRecSet(MboSetRemote WOSet) |
void |
Ticket.copyWOToRelatedRecSet(MboSetRemote WOSet)
Copies the passed work order set to related record set.
|
protected MboRemote |
Ticket.createAssociatedTKSA() |
java.util.Vector |
TicketRemote.createChange() |
java.util.Vector |
Ticket.createChange()
creates a Change from any other ticket type, PROBLEM, SR or INCIDENT.
|
MboRemote |
Ticket.createChange(java.lang.String jpnum)
creates a Change from any other ticket type, PROBLEM, SR or INCIDENT.
|
MboRemote |
TicketRemote.createIncident() |
MboRemote |
Ticket.createIncident()
creates an incident from any other ticket class, PROBLEM, SR OR INCIDENT
|
MboRemote |
Ticket.createIncident(java.lang.String tickettemplateid)
creates an incident from any other ticket class, PROBLEM, SR OR INCIDENT
|
void |
TicketService.createIssueToSR(java.lang.String parent,
java.lang.String description,
java.lang.Integer order)
create a new TKTEMPLATE in active status to SR
|
void |
TicketService.createNewWorkorder(TicketRemote ticket)
Service method to create a workorder from the sr and set the SR to In Progress
|
void |
Ticket.createPrimaryMultiAssetRecord()
When a linear asset is entered on to a Ticket, create a primary asset in the MULTIASSETLOCCI table with
the linear asset.
|
MboRemote |
TicketRemote.createProblem() |
MboRemote |
Ticket.createProblem() |
MboRemote |
Ticket.createProblem(java.lang.String tickettemplateid)
creates a Problem from any other ticket class, INCIDENT, SR or PROBLEM
|
java.util.Vector |
TicketRemote.createRelease() |
java.util.Vector |
Ticket.createRelease()
creates a Release from any other ticket type, PROBLEM, SR or INCIDENT.
|
MboRemote |
Ticket.createRelease(java.lang.String jpnum)
creates a Change from any other ticket type, PROBLEM, SR or INCIDENT.
|
MboRemote |
TicketRemote.createServiceRequest() |
MboRemote |
Ticket.createServiceRequest()
Action class uses reflection to call this method, delegate to createSR This method added back as delegating
method to solve issue 07-29204
|
MboRemote |
Ticket.createServiceRequest(java.lang.String tickettemplateid)
Action class uses reflection to call this method, delegate to createSR This method added back as delegating
method to solve issue 07-29204
|
MboRemote |
TicketRemote.createSolution() |
MboRemote |
Ticket.createSolution()
creates a Solution from any ticket class, INCIDENT, SR or PROBLEM
|
MboRemote |
TicketRemote.createSR() |
MboRemote |
Ticket.createSR()
creates a Service Request from any other ticket class, PROBLEM, SR or INCIDENT
|
MboRemote |
Ticket.createSR(java.lang.String tickettemplateid) |
MboRemote |
TicketService.createTicket(java.lang.String ticketClass,
java.lang.String templateID,
UserInfo userInfo) |
java.util.Vector |
TicketRemote.createWorkorder() |
java.util.Vector |
Ticket.createWorkorder()
creates a workorder from any other ticket type, PROBLEM, SR or INCIDENT.
|
java.util.Vector |
TicketRemote.createWorkorder(MboSetRemote targetSet,
boolean saveSet) |
java.util.Vector |
Ticket.createWorkorder(MboSetRemote targetSet,
boolean saveSet)
creates a workorder from any other ticket type, PROBLEM, SR or INCIDENT.
|
MboRemote |
Ticket.createWorkorder(java.lang.String jpnum)
creates a workorder from any other ticket type, PROBLEM, SR or INCIDENT.
|
void |
TicketServiceRemote.createWorkorder(TicketRemote ticket,
java.lang.String siteid)
Service method to create a workorder from the sr.
|
void |
TicketService.createWorkorder(TicketRemote ticket,
java.lang.String siteid)
Service method to create a workorder from the sr.
|
void |
TKTemplate.delete(long accessModifier)
Method that deletes a Ticket Template
|
void |
RelatedRecord.delete(long accesscheck)
checks for the for the other way
|
void |
RecordSLA.delete(long accessModifier)
Method that deletes a RecordSLA
|
void |
Ticket.delete(long accessModifier)
Method that deletes a Ticket
|
void |
TKTemplate.doClassificationCreate(MboRemote newMbo,
MboRemote sourceMbo,
java.lang.String keyAttribute)
08-11008: copy ticketspec to tktactivityspec to workorderspec
|
void |
Ticket.doClassificationCreate(MboRemote newMbo,
MboRemote sourceMbo,
java.lang.String keyAttribute)
08-12698: copy ticketspec to ticketspec,workorderspec,solutionspec
|
MboRemote |
TKTemplate.duplicate()
Duplicates a Ticket Template record.
|
MboRemote |
Ticket.duplicate()
Duplicates a Ticket record.
|
void |
TicketRemote.editHistory() |
void |
Ticket.editHistory()
method which provides ability to edit certain fields on Tickets while they are in closed status.
|
void |
PostCommitUpdateWorkView.eventAction(EventMessage em) |
boolean |
PostCommitUpdateWorkView.eventValidate(EventMessage em) |
void |
TicketSetRemote.filterByLinearAsset(MboSetRemote fltrSet) |
void |
TicketSet.filterByLinearAsset(MboSetRemote fltrSet)
This method filters SR records by Linear asset.
|
java.lang.String |
Ticket.findTkSite()
Finds siteid to be used when creating workorder, change or release from a ticket
|
void |
SR.generateAutoKey()
Allows the generation of autokeys.
|
void |
Problem.generateAutoKey()
Allows the generation of autokeys.
|
void |
Incident.generateAutoKey()
Allows the generation of autokeys.
|
void |
TKTemplateRemote.generateWO(java.lang.String ticketid,
java.lang.String ticketclass,
MboRemote mbo) |
void |
TKTemplate.generateWO(java.lang.String ticketid,
java.lang.String ticketclass,
MboRemote tk)
Generate Work Orders (Activities)
|
MboRemote |
Ticket.getActivityBasedOnWonum(java.lang.String wonum)
get woactivity mbo based on wonum attribute values.
|
java.lang.String |
Ticket.getAddressString() |
java.lang.String[] |
FldWorkViewRecKey.getAppLink() |
java.lang.String[] |
FldTkTicketId.getAppLink() |
java.lang.String[] |
FldTkOrigRecordId.getAppLink() |
java.lang.String[] |
FldTkGlobalTicketId.getAppLink() |
java.lang.String[] |
FldRelatedRecWonum.getAppLink() |
java.lang.String[] |
FldRelatedRecKey.getAppLink() |
java.lang.String[] |
FldRecKey.getAppLink() |
static MboRemote |
FldTKAssetnum.getAssetWithoutSiteId(MboRemote ticket,
MboValue assetMbv,
Translate xlator)
Because SR is a system level mbo there are states where no site id information can be found.
So if user uses smart fill for the asset/location field, we must define what is the site id of that
asset/location
Legacy code of TPAE had the logic of iterating over all locations/assets that had the same LOCATION/ASSETNUM
value.
|
MboRemote |
Ticket.getAutoLocateObject() |
MboRemote |
Ticket.getAutoLocateObject(AutoLocatable nextInChain) |
boolean |
TicketSet.getCurrent()
Gets the current setting which was set by the user.
|
boolean |
TicketRemote.getDontSkipCreatePrimaryMALCI() |
boolean |
Ticket.getDontSkipCreatePrimaryMALCI() |
MboSetRemote |
TicketRemote.getFailListForReport() |
MboSetRemote |
Ticket.getFailListForReport()
get the next level FailureList set for Failure Report.
|
MboValue |
TKTemplateRemote.getHierarchyPath() |
MboValue |
TKTemplate.getHierarchyPath()
Fetches the Classstructure mbovalue set in the setHierarchyPath
|
boolean |
TicketSet.getHistory()
Get method to show only closed Tickets.
|
boolean |
Ticket.getIncludeFilterBy()
IJ26289: if value is true, it means the validate() includes the
appended subselect(assetusercust) for USEECUST or PUBLIC.
|
java.lang.Double |
Ticket.getLatitudeY() |
MboSetRemote |
FldWorkViewStatus.getList() |
MboSetRemote |
FldTkVendor.getList() |
MboSetRemote |
FldTkTempltActOrgId.getList() |
MboSetRemote |
FldTkTemplateVendor.getList() |
MboSetRemote |
FldTkTemplateSiteId.getList() |
MboSetRemote |
FldTkTemplateJpnum.getList() |
MboSetRemote |
FldTkSiteId.getList() |
MboSetRemote |
FldTkOrigRecordId.getList()
Return a list of either Work Orders, Tickets, or WorkView, depending on the origrecordclass,
that excludes the owning record.
|
MboSetRemote |
FldTkGlobalTicketId.getList()
Shows only the Global Tickets.
|
MboSetRemote |
FldTkAssetLocation.getList()
Get Lookup based on Asset Site
|
MboSetRemote |
FldTkAssetAssetNum.getList()
Get Lookup based on Asset Site
|
MboSetRemote |
FldTKProblemCode.getList()
Returns the list to use when looking up a value for the ProblemCode.
|
MboSetRemote |
FldTKLoc.getList()
Show only the user custodian locations or/and public locations as well.
|
MboSetRemote |
FldTKFRLevelCode.getList()
Gets the list from it's linked attribute
|
MboSetRemote |
FldTKAssetnum.getList()
Show only the assets, which are not decommissioned Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldRelatedRecWonum.getList()
getList() overriden.
|
MboSetRemote |
FldRelatedRecKey.getList()
getList() overriden.
|
static MboRemote |
FldTKLoc.getLocationWithoutSiteId(MboRemote ticket,
MboValue locaMbv)
Because SR is a system level mbo there are states where no site id information can be found.
So if user uses smart fill for the asset/location field, we must define what is the site id of that
asset/location
Legacy code of TPAE had the logic of iterating over all locations/assets that had the same LOCATION/ASSETNUM
value.
|
void |
TicketAsset.getLocForAsset()
Called by the assetnum attribute to set the ticketasset's location to the Asset's location
If the asset has a valid location for the ticketasset, that location will be put on
the ticketasset, if the location field is blank.
|
void |
Ticket.getLocForAsset()
Called by the assetnum attribute to set the ticket's location to the Asset's location If the asset has a valid
location for the ticket, that location will be put on the ticket, if the location field is blank.
|
java.lang.Double |
Ticket.getLongitudeX() |
java.lang.String |
FldTkOrigRecordId.getLookupName() |
java.lang.String |
RelatedRecord.getMatchingRelateType()
IV75923: the RELATETYPE to be used when this RELATEDRECORD is creating another RELATEDRECORD,
copying the logic from the add() method.
|
protected Mbo |
WorkViewSet.getMboInstance(MboSet ms)
Generate a new WorkView object
|
protected Mbo |
WorkLogSet.getMboInstance(MboSet ms)
Generate a new WorkLog object
|
protected Mbo |
TicketSpecSet.getMboInstance(MboSet ms)
Generate a new TicketSpec object.
|
protected Mbo |
TicketAssetSet.getMboInstance(MboSet ms)
Generate a new TicketAsset object
|
protected Mbo |
TemplateStatusSet.getMboInstance(MboSet ms)
Generate a new TemplateStatus object
|
protected Mbo |
TKTempltActySpecSet.getMboInstance(MboSet ms)
Generate a new TicketSpec object.
|
protected Mbo |
TKTempltActivitySet.getMboInstance(MboSet ms)
Generates a new Ticket Template Activity object.
|
protected Mbo |
TKTemplateSpecSet.getMboInstance(MboSet ms)
Generate a new TkTemplateSpec object.
|
protected Mbo |
TKTemplateSet.getMboInstance(MboSet ms)
Generates a new Ticket Template object.
|
protected Mbo |
TKStatusSet.getMboInstance(MboSet ms)
Generate a new TKStatus object
|
protected Mbo |
SRSet.getMboInstance(MboSet ms)
Generates a new SR object.
|
protected Mbo |
RelatedRecordSet.getMboInstance(MboSet ms)
Generate a new RelatedRecord object
|
protected Mbo |
RecordSLASet.getMboInstance(MboSet ms)
Generate a new RecordSLA object
|
protected Mbo |
ProblemSet.getMboInstance(MboSet ms)
Generates a new PROBLEM object.
|
protected Mbo |
OwnerHistorySet.getMboInstance(MboSet ms)
Generate a new OwnerHistory object
|
protected Mbo |
TicketSet.getMboInstance(MboSet ms)
Generate a new Ticket object
|
protected Mbo |
IncidentSet.getMboInstance(MboSet ms)
Generates a new Incident object.
|
protected Mbo |
GuestTrustPolicySet.getMboInstance(MboSet ms) |
protected Mbo |
GuestTrustEmailSet.getMboInstance(MboSet ms) |
protected Mbo |
GuestTrustDomainSet.getMboInstance(MboSet ms) |
java.util.Hashtable |
TicketSetRemote.getOriginalTicketQbe() |
java.util.Hashtable |
TicketSet.getOriginalTicketQbe() |
java.lang.String |
TicketSetRemote.getOriginalTicketUserWhere() |
java.lang.String |
TicketSet.getOriginalTicketUserWhere() |
java.lang.String |
Ticket.getRecordMboName() |
TKServiceAddressRemote |
Ticket.getServiceAddress() |
protected MboSetRemote |
TKTemplate.getStatusHistory()
Gets the templatestatus objects.
|
protected MboSetRemote |
Ticket.getStatusHistory()
Gets the tkstatus objects.
|
TKServiceAddressRemote |
TicketRemote.getTKServiceAddress()
Return the Ticket service address for the current Ticket
|
TKServiceAddressRemote |
Ticket.getTKServiceAddress() |
MboRemote |
Ticket.getTopOriginator()
Get the top in the folloup link
|
java.lang.String |
Ticket.getWOClassDescription(java.lang.String appname) |
MboSetRemote |
TicketServiceRemote.getWorkLog(MboRemote ticket,
java.lang.Boolean viewSR)
Gets the work log entries for the current ticket.
|
MboSetRemote |
TicketService.getWorkLog(MboRemote ticket,
java.lang.Boolean viewSR)
Gets the work log entries for the current ticket.
|
void |
WorkLogSetRemote.getWorkLogForRelatedRecords(boolean viewSRApp) |
void |
WorkLogSet.getWorkLogForRelatedRecords(boolean viewSRApp)
Filters the worklog set to display all the worklogs for the originating and follow up records,
also if the ticket is global, all worklogs in related to this global should be displayed as well.
|
protected void |
FldTkSolution.globalTicketSetSolution()
Implement the rules for selfservice access check: it will get the value
from the associated solution by default, if any.
|
boolean |
Ticket.hasActuals()
Determines whether this ticket has any actuals.
|
java.lang.Boolean |
Ticket.hasCoords() |
boolean |
Ticket.hasServiceAddress() |
void |
TicketRemote.incrActLabCost(double incrAmount) |
void |
Ticket.incrActLabCost(double incrAmount)
Adds to the ticket's actual labor cost from outside the object.
|
void |
TicketRemote.incrActLabHrs(double incrAmount) |
void |
Ticket.incrActLabHrs(double incrAmount)
Adds to the ticket's actual labor hours total from outside the object.
|
void |
WorkLog.init()
Initialization rountine.
|
void |
TicketAsset.init()
init()
|
void |
TKTempltActivity.init()
Once data is saved set fields to readonly.
|
void |
TKTemplate.init()
init()
|
void |
TKStatus.init()
init()
|
void |
RelatedRecord.init()
init()
|
void |
RecordSLA.init()
init()
|
static PostCommitUpdateWorkView |
PostCommitUpdateWorkView.init()
Initailizes the listener object.
|
void |
Ticket.init()
init()
|
void |
GuestTrustCacheImpl.init()
Initialize the cache object.
|
void |
FldTkTemplate.init() |
void |
FldTkSLAApplied.init()
The init method makes this field always read/only.
|
void |
FldTkRelatedToGlobal.init() |
void |
FldTKProblemCode.init()
If a failure class has not been specified, the field is read only.
|
void |
FldTKFRLevelCode.init()
In order for this guy to be editable, the FailureReport set needs to have or
be able to have a Mbo at this level.
|
void |
Ticket.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
Ticket.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldTkTemplateJpnum.initValue()
The description is not stored on table but comes dynamically from Jobplans.
|
void |
FldTkSLAApplied.initValue()
Upon initialization, this field's value is set to true or false based on wocontract records for the
the Equipment or Location of this work order.
|
void |
FldTkReportedByName.initValue() |
void |
FldTkReportedByID.initValue() |
void |
FldTkReportedBy.initValue() |
void |
FldTkRelatedGlobalTickets.initValue()
set initial value
|
void |
FldTkDupFlag.initValue() |
void |
FldTkAssetUser.initValue() |
void |
FldTkAssetCust.initValue() |
void |
FldTkAffectedUserName.initValue() |
void |
FldTkAffectedUserID.initValue() |
void |
FldTkAffectedUser.initValue()
10-18213
|
void |
FldTKRemarkField.initValue()
If there is no FailureRemark created, these values are null.
|
void |
FldTKAssetFilterBy.initValue() |
void |
FldRelatedRecWonum.initValue() |
void |
FldRelatedRecWoclass.initValue() |
boolean |
Ticket.isGISDataReadonly() |
boolean |
TicketRemote.isTicketInEditHist() |
boolean |
Ticket.isTicketInEditHist()
returns true/false indicating whether the Ticket is in edit history mode or not.
|
void |
TicketService.managerDomainGuestUser(java.lang.String addDomainList,
java.lang.String removeDomainList,
java.lang.String updateDomainList)
add /remove/update domain to guest user configuration
|
void |
TicketService.managerEmailGuestUser(java.lang.String addEmailList,
java.lang.String removeEmailList,
java.lang.String updateEmailList)
add /remove/ update email to guest user configuration
|
void |
TicketService.managerSpecifications(MboRemote tktemplate,
java.lang.String addAttributeList,
java.lang.String removeAttributeList,
java.lang.String updateAttributeList,
java.lang.String instructions)
add /remove attributes to ticket template
|
void |
WorkLog.modify()
called whenever a field is modified to update the modifydate and modifyby attributes
|
void |
Ticket.modify()
The first time a field of a Ticket object is modified, the ChangeBy & ChangeDate attributes are updated.
|
boolean |
TicketRemote.needPopupOnStopTimer() |
boolean |
Ticket.needPopupOnStopTimer()
Checks for popup in stoptimer return true if need one
|
void |
SRRemote.newWorkLog() |
void |
SR.newWorkLog()
Creates a new WorkLog record, called from the self service viewsr app.
|
boolean |
RelatedRecordSet.otherDeletedFound(MboRemote otherRelInDB)
IV70692: User may enter originator several times without save before they save.
|
void |
TicketRemote.ownership() |
void |
Ticket.ownership()
Allows the ability to Take Ownership of a record.
|
void |
PostCommitUpdateWorkView.postCommitEventAction(EventMessage em)
After the ticket or work order is written to the database, this method
update workview table.
|
void |
PostCommitUpdateWorkView.preSaveEventAction(EventMessage em) |
void |
WorkView.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
method for propagating key value
|
void |
WorkLog.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Propagate record keyvalue to work log records.
|
void |
TKTempltActivity.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
TKStatus.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
TicketRemote.propagateRepairFacility(MboRemote newWorkorder) |
void |
Ticket.propagateRepairFacility(MboRemote newWorkorder)
Regard the repair facility set to the workorder received as a parameter and propagates it to all non-task
generated work orders
|
void |
RelatedRecordRemote.relateGlobal(MboRemote ticketMbo) |
void |
RelatedRecord.relateGlobal(MboRemote ticketGlobal)
Relates the record to a Global ticket
|
MboSetRemote |
TicketRemote.relateTickets(MboSetRemote tkSet) |
MboSetRemote |
Ticket.relateTickets(MboSetRemote tkSet)
Refines the Ticket Set further removing any records that may have already been related.
|
MboSetRemote |
TicketRemote.relateWorkorders(MboSetRemote woSet) |
MboSetRemote |
Ticket.relateWorkorders(MboSetRemote woSet)
Refines the Work Order Set further removing any records that may have already been related.
|
void |
GuestTrustCacheImpl.reload()
Reloads the cache object.
|
void |
GuestTrustCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
TicketRemote.removeFailureReport() |
void |
Ticket.removeFailureReport()
Remove all selected failure reports.
|
void |
TKTemplateSetRemote.reprocessSortOrder()
set default sort order
|
void |
TKTemplateSet.reprocessSortOrder() |
void |
TicketService.reprocessTkTemplateSortOrder()
set default sort order
|
void |
TKTempltActivity.save()
checks for the duplicated job plans for a given template.
|
protected void |
TKTemplate.save() |
protected void |
SR.save()
Actions that are performed when a Ticket is saved.
|
protected void |
Ticket.save()
Actions that are performed when a Ticket is saved.
|
void |
Ticket.saveGISData(java.lang.String address,
java.lang.String lat,
java.lang.String lng) |
void |
WorkLogSetRemote.setActionModify(boolean flag) |
void |
WorkLogSet.setActionModify(boolean flag)
Set the flag to true if the page is action MODIFY/DELETE , else set it to false
|
void |
TicketSpec.setALNOrNUMReadOnly() |
void |
TKTempltActySpec.setALNOrNUMReadOnly() |
void |
TKTemplateSpec.setALNOrNUMReadOnly() |
void |
FldTKCINum.setAssetForCI()
This method is called by the cinum attribute to set the Ticket's Asset to the CI's Asset.
|
void |
FldTKAssetnum.setCIForAsset()
This method is called by the assetnum attribute to set the Ticket's CINum to the Asset's CI.
|
void |
TicketSet.setCurrent(boolean currentTickets)
Sets the userpref current setting.
|
void |
TicketRemote.setDontSkipCreatePrimaryMALCI(boolean dontSkip) |
void |
Ticket.setDontSkipCreatePrimaryMALCI(boolean dontSkip) |
void |
TKTemplate.setHierarchyPath(MboValue val)
This methods sets the MboValue from the Classstructure Hierarchy Path Field Class validation.
|
void |
TicketSet.setHistory(boolean historyTikcets)
Sets the userpref history setting.
|
void |
TicketRemote.setLinearAssetFieldsReadOnly(MultiAssetLocCIRemote malocMbo,
boolean readonlystate) |
void |
Ticket.setLinearAssetFieldsReadOnly(MultiAssetLocCIRemote malocMbo,
boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not for the related MultiAssetLocCI record.
|
void |
Ticket.setmultiassetrecord()
This method creates an entry in MultiAssetLocCi table when an asset/location/CI or TargetDescription is entered
for a ticket as a primary asset.
|
void |
TicketSetRemote.setOriginalTicketQbe(java.util.Hashtable inQbe) |
void |
TicketSet.setOriginalTicketQbe(java.util.Hashtable inQbe) |
void |
TicketSetRemote.setOriginalTicketUserWhere(java.lang.String inWhere) |
void |
TicketSet.setOriginalTicketUserWhere(java.lang.String inWhere) |
void |
RelatedRecordSet.setOtherRelDeleted(MboRemote otherRelrecord)
IV70692:stores the deleted other relatedreocrds(followup)
|
void |
Ticket.setRelatedMboEditibility(java.lang.String relationName)
Checks the editability of related tables.
|
protected void |
Ticket.setRelatedSetEditibilityFlags()
Sets the read-only flags for related MboSets.
|
protected void |
FldTkOrigRecordId.setup()
Set up the relationship, list criteria etc.
|
void |
FldTkTemplateJpnum.setValueFromLookup(MboRemote sourceMbo) |
void |
FldTkOrigRecordId.setValueFromLookup(MboRemote sourceMbo) |
void |
FldTKFailureCode.setValueFromLookup(MboRemote sourceMbo) |
void |
FldTKCommonSpecAssetAttrid.setValueFromLookup(MboRemote sourceMbo)
Override the super to set the orgid/siteid conditionally as some of the target objects
are system level.
|
void |
FldRelatedRecWonum.setValueFromLookup(MboRemote sourceMbo)
10-10323: applink to a view of work order does not return all the values
set in setLookupMapInOrder as the object name is not WORKORDER.
|
void |
FldRelatedRecKey.setValueFromLookup(MboRemote sourceMbo) |
MboSetRemote |
TicketRemote.similarTickets() |
MboSetRemote |
Ticket.similarTickets()
Refines the Similar ticket set to show the tickets that are within the SIMILARTICKETS relationship and that meet
the criteria of the RELATEDRECORD set.
|
protected boolean |
TicketSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
TicketAsset.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.
|
protected boolean |
TKTempltActySpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
TKTempltActivity.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
TKTemplateSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
TKTemplate.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Ticket.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
TicketRemote.startTimer() |
void |
Ticket.startTimer()
Method that will start the timer.
|
void |
TicketRemote.stopTimer() |
void |
Ticket.stopTimer()
Method that will stop the timer.
|
MboRemote |
TicketRemote.stopTimer(java.util.Date finishdatetime,
boolean noStopTimerPopup) |
MboRemote |
Ticket.stopTimer(java.util.Date finishdatetime,
boolean noStopTimerPopup)
Method that will stop the timer as specified date time.
|
MboRemote |
TicketRemote.stopTimer(java.util.Date finishdatetime,
java.util.Date startDateTime,
boolean noStopTimerPopup) |
MboRemote |
Ticket.stopTimer(java.util.Date finishdatetime,
java.util.Date startDateTime,
boolean noStopTimerPopup)
Method that will stop the timer as specified date time.
|
java.lang.String |
TicketRemote.ticketStatus() |
java.lang.String |
Ticket.ticketStatus() |
void |
Ticket.tkChangeMaxStatus(java.lang.String maxstatus) |
boolean |
TicketSpecSet.toCheckClassSpecUseWith()
07-30401: removed this method.
|
void |
Ticket.toIncludeFilterBy(boolean toSet)
IJ26289
|
void |
RelatedRecord.undelete()
checks for the for the other way
|
void |
WorkView.update()
Update values for a exist WorkView when owner is modified
|
protected void |
WorkViewSet.updateMbo(java.sql.Connection con,
Mbo mbo)
IV91123: Extend updateMbo() to prevent a rollback if a concurrent update was triggered by the PM WOGen process.
|
void |
TKStatusHandler.updateMboForStatus(java.lang.String status)
Set the relevant fields to be read only based on the status
|
void |
Ticket.updateOriginator()
update originate record
|
void |
TicketRemote.updateReportedAndAffectedUser(java.lang.String dataAttribute,
MboRemote lookupMbo) |
void |
Ticket.updateReportedAndAffectedUser(java.lang.String dataAttribute,
MboRemote lookupMbo)
Updates the Reported and Affected users when the user does GoTo the Person record from the details
menu and updates the persons primary phone or primary email.
|
void |
TicketRemote.updateServiceAddress() |
void |
Ticket.updateServiceAddress() |
void |
TicketService.updateTicketTemplate(MboRemote tktemplate,
java.lang.String description,
java.lang.Integer sortOrder)
update a TKTEMPLATE
|
void |
Ticket.updateWorkview()
update crossover fields in workview table .
|
void |
FldWorkViewStatus.validate()
No validation takes place, so override and do nothing.
|
void |
FldWorkViewReportedBy.validate()
No validation takes place, so override and do nothing.
|
void |
FldWorkViewAffectedUser.validate()
No validation takes place, so override and do nothing.
|
void |
FldTkTicketId.validate()
No validation takes place, so override and do nothing.
|
void |
FldTkTemplateOwner.validate() |
void |
FldTkTemplateJpnum.validate() |
void |
FldTkTemplateClass.validate() |
void |
FldTkTemplate.validate() |
void |
FldTkReportedByName.validate()
No validation takes place if the person is empty or has been found.
|
void |
FldTkReportedBy.validate()
No validation takes place, so override and do nothing.
|
void |
FldTkOrigRecordId.validate()
The record specified by OrigRecordClass & OrigRecordID must exist and can't be the record itself.
|
void |
FldTkOrigRecordClass.validate()
When OrigRecordClass and ID are entered, check that the original record exists.
|
void |
FldTkGlobalTicketType.validate() |
void |
FldTkGlobalTicketId.validate() |
void |
FldTkCreateWOMulti.validate()
Validates the value of createwomulti attribute.
|
void |
FldTkAssetUser.validate() |
void |
FldTkAssetLocation.validate() |
void |
FldTkAssetCust.validate() |
void |
FldTkAssetAssetNum.validate() |
void |
FldTkAffectedUserName.validate()
No validation takes place if the person is empty or has been found.
|
void |
FldTkAffectedUser.validate()
No validation takes place, so override and do nothing.
|
void |
FldTicketWorkLogType.validate()
Validates the log type
|
void |
FldTKProblemCode.validate()
Validate that the failure code entered is a possible choice from the Failure Class.
|
void |
FldTKLoc.validate()
The validate method determines the action if there is a change in the location/asset and gl information.
|
void |
FldTKFRLevelCode.validate()
Validate
|
void |
FldTKCINum.validate()
Need warning if there is plan to move or modify the attributes of this asset.
|
void |
FldTKAssetnum.validate()
The validate method determines the action if there is a change in the location/asset and gl information.
|
void |
FldRelatedRecWonum.validate() |
void |
FldRelatedRecWoclass.validate() |
void |
FldRelatedRecKey.validate()
A ticket cannot relate to itself.
|
void |
FldRelatedRecClass.validate()
validate() overriden
|
void |
WorkView.validateKeyUniqueness()
Issue 08-25676, performace: override validateKeyUniqueness() so guaranteedUnique in the mboValues
of the keys can be set to true.
|
protected MboRemote |
RelatedRecord.validateRelTkIdAndRelTkClass(boolean relatedTicket,
java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
Checks whether the entered combination of relatedreckey and relatedrecclass exists
or not.
|
java.lang.String |
TicketSpecSet.whereClauseOnAttrAndValues(java.lang.String[][] attrAndValues,
java.lang.String classstructureid)
This method implements the abstract method on psdi.app.assetcatalog.SpecificationSet
This method returns a String to the caller.
|
Methods in psdi.app.ticket.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldNPFields.action()
Checks the Owner field to see if its not empty.
|
void |
TempChangeStatus.add()
Sets up a new TempChangeStatus object.
|
void |
TKTotal.add()
Sets up a new TKTotal object.
|
void |
TKGrandTotal.add()
Sets up a new TKGrandTotal object.
|
void |
TKChangeStatus.add()
Sets up a new TKChangeStatus object.
|
void |
TKChangeStatusSet.execute(MboRemote mbo)
Changes Status of the set of StatefulMbos that the Mbo passed in
is a member of.
|
MboRemote |
TicketTotalSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
MboRemote |
TicketGrandTotalSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
MboRemote |
TKTotalSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
MboRemote |
TKGrandTotalSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
protected Mbo |
TicketTotalSet.getMboInstance(MboSet ms)
Factory method to create an TKTotal object.
|
protected Mbo |
TicketGrandTotalSet.getMboInstance(MboSet ms)
Factory method to create an TKGrandTotal object.
|
protected Mbo |
TempChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an TempChangeStatus object.
|
protected Mbo |
TKTotalSet.getMboInstance(MboSet ms)
Factory method to create an TKTotal object.
|
protected Mbo |
TKGrandTotalSet.getMboInstance(MboSet ms)
Factory method to create an TKGrandTotal object.
|
protected Mbo |
TKChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an TKChangeStatus object.
|
protected MboSetRemote |
TempChangeStatusSet.getMboIntoSet(MboRemote mbo)
Looks up the template into its a set by itself.
|
protected MboSetRemote |
TKChangeStatusSet.getMboIntoSet(MboRemote mbo)
Looks up the ticket into its a set by itself.
|
void |
TicketTotal.init()
Initialization rountine.
|
void |
TicketGrandTotal.init()
init()
Initialization rountine.
|
void |
TKTotal.init()
Initialization rountine.
|
void |
TKGrandTotal.init()
init()
Initialization rountine.
|
void |
FldNPFields.initValue()
Sets Description to the product of it's components.
|
MboRemote |
TicketTotalSet.setup() |
MboRemote |
TicketGrandTotalSet.setup()
Sets up new TKGrandTotal objects.
|
Methods in psdi.app.timezone that throw MXException
Modifier and Type |
Method and Description |
void |
FldTimeZoneRuleSiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldTimeZoneRuleRule.action() |
void |
FldTimeZoneRuleProcess.action()
Clear out all fields if process is changed.
|
void |
FldTimeZoneRuleOrgId.action()
For orgid, clear the siteid.
|
void |
FldTimeZoneRuleObjectName.action()
Update the expobject field when objectname changes
|
void |
TimeZoneRule.add()
Insert new TZRule
|
void |
TimeZoneRule.canDelete()
Time Zone Rule cannot be deleted if ...
|
void |
TimeZoneRule.delete(long accessModifier)
Delete Time Zone Rule
|
void |
RecordTimeZoneDialogSet.execute()
Save Time Zone changes...
|
MboSetRemote |
FldTimeZoneRuleSiteId.getList() |
MboSetRemote |
FldTimeZoneRuleOrgId.getList()
return a list or orgs that the current user has permission to.
|
MboSetRemote |
FldTimeZoneRuleObjectName.getList()
Override to set the sort order
|
protected Mbo |
TimeZoneRuleSet.getMboInstance(MboSet ms) |
protected Mbo |
RuleSet.getMboInstance(MboSet ms) |
protected Mbo |
RecordTimeZoneSet.getMboInstance(MboSet ms)
Generate a new RecordTimeZone object
|
protected Mbo |
RecordTimeZoneDialogSet.getMboInstance(MboSet ms)
Generate a new TimeZoneObjectDialog object
|
protected Mbo |
ProcObjSet.getMboInstance(MboSet ms) |
void |
TimeZoneRule.modify()
called whenever a field is modified to update the changedate and changeby attributes
|
void |
RecordTimeZoneDialogSetRemote.passSelectionToMboSet(java.util.Vector selectedObjects) |
void |
RecordTimeZoneDialogSet.passSelectionToMboSet(java.util.Vector selectedObjects)
Set the selection from the bean...
|
MboRemote |
RecordTimeZoneDialogSet.setup()
Create the Mbo and add Time zone if it exists...
|
void |
FldTimeZoneRuleRule.validate()
Validate each
|
void |
FldTimeZoneRuleProcess.validate() |
void |
FldTimeZoneRuleObjectName.validate()
Make sure that,
1.
|
void |
TimeZoneRuleRemote.validateRule()
Validate its own rule...
|
void |
TimeZoneRule.validateRule()
Validate its own rule...
|
void |
TimeZoneRuleRemote.validateRule(java.lang.String ruleRels) |
void |
TimeZoneRule.validateRule(java.lang.String ruleRels) |
Methods in psdi.app.tokenlic that throw MXException
Modifier and Type |
Method and Description |
void |
FldPrdIdTokenLicense.action() |
void |
TokenLicStatus.add()
Add a mbo, defaulting the attributes shown below.
|
void |
TokenLicStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
TokenLicense.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is overridden to add a wrapper to exceptions thrown during change status
and to write warnings whether or not the status change is successful
|
void |
TokenLicStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Set status value.
|
void |
TokenLicStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorized to make a status changes.
|
void |
TokenLicStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
TokenLicStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus,
boolean applevel)
Check out the users security in mbo or applevel
|
void |
TokenLicSet.execute()
Update system property from the given value
|
java.util.Vector |
TokenLicStatus.getMaxLicStatus()
Gets historical data from MaxLicStatus.
|
protected Mbo |
TokenLicenseSet.getMboInstance(MboSet ms)
Generate a new MaxLicense object
|
protected Mbo |
TokenLicStatusSet.getMboInstance(MboSet ms)
Generate a new MaxLicStatus object
|
protected Mbo |
TokenLicSet.getMboInstance(MboSet ms)
Generate a new MaxLicense object
|
protected MboSetRemote |
TokenLicense.getStatusHistory() |
void |
TokenLicense.init() |
void |
TokenLicStatus.init()
Initialize the object to be read only.
|
void |
TokenLicSet.init()
Populates data from system property.
|
protected void |
TokenLicense.save() |
void |
FldLicTypeTokenLicense.validate() |
Methods in psdi.app.tokenlic.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
TokenLicChangeStatus.add()
Sets up a new MaxLicChangeStatus object.
|
protected void |
TokenLicChangeStatusSet.changeMboStatus(MboRemote maxlicense,
MboRemote param) |
boolean |
TokenLicChangeStatusRemote.getFromResult() |
boolean |
TokenLicChangeStatus.getFromResult()
Return true if it's coming from batch MaxLicense status change (PO result page).
|
protected Mbo |
TokenLicChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create a MaxLicChangeStatus object.
|
protected MboSetRemote |
TokenLicChangeStatusSet.getMboIntoSet(MboRemote mbo)
(NEEDED?)
Looks up the MaxLicense into a set by itself.
|
void |
TokenLicChangeStatusRemote.setFromResult(boolean flag) |
void |
TokenLicChangeStatus.setFromResult(boolean flag)
Set fromResult flag to be true, if it's coming from batch MaxLicense status change (result page).
|
Methods in psdi.app.tool that throw MXException
Modifier and Type |
Method and Description |
void |
FldToolTransRotAssetnum.action() |
void |
FldToolTransRotAssetSite.action()
If the site has changed, clear the asset number
so rotating asset will be selected from the current site.
|
void |
FldToolTransRefWO.action()
Set up FldCommonWonum and let it do the action.
|
void |
FldToolTransParam.action()
Calculate LineCost if there is enough information.
|
void |
FldToolTransOutside.action()
Update the work order on the fly, if owned by a work order Mbo.
|
void |
FldToolTransLocation.action()
Set up FldCommonLocation and let it do the action.
|
void |
FldToolTransLineCost.action()
Update the work order on the fly, if owned by a work order Mbo.
|
void |
FldToolTransItemnum.action()
Copy information from the tool object.
|
void |
FldToolTransAssetnum.action()
Set up FldCommonAssetnum and let it do the action.
|
void |
ToolTrans.add()
Add a new ToolTrans - set field defaults and allow editing.
|
MboRemote |
ToolTransSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
void |
ToolTrans.appValidate()
Based on a maxvar value check if the GL debit and credit accounts are required for this transaction.
|
void |
ToolTransSet.canAdd()
Determines if the work order can add tool transactions.
|
void |
ToolTrans.canDelete()
Can delete only if object has not been added to the database
|
void |
ToolTrans.delete(long accessModifier)
Subtracts the line cost from WO.actToolCost.
|
boolean |
ToolTransSet.getAllDates()
Get the alldates setting which was set at the startup of the application or later
changed by the user.
|
boolean |
ToolTransSetRemote.getAllDates() |
java.util.Date |
ToolTransSet.getEndDate()
Get the end date set by the user.
|
java.util.Date |
ToolTransSetRemote.getEndDate() |
MboSetRemote |
FldToolTransRotAssetnum.getList()
Override and setup the appropriate criteria for displaying the list of Rotating assets.
|
MboSetRemote |
FldToolTransItemnum.getList()
Override and setup the appropriate criteria for displaying the list
|
MboSetRemote |
FldToolTransRotAssetnum.getListCalibration()
The list has to show results in PLUSCISMTE desc order (first the 'Y' one).
|
protected Mbo |
ToolTransSet.getMboInstance(MboSet ms)
Generate a new tooltrans object
|
java.util.Date |
ToolTransSet.getStartDate()
Get the start date set by the user.
|
java.util.Date |
ToolTransSetRemote.getStartDate() |
protected java.lang.String |
FldToolTransRotAssetnum.getStatusListCriteria(MboRemote mbo)
The part of the list criteria where clause that filters based on status
|
void |
ToolTrans.init()
Initialization routine.
|
protected boolean |
ToolTrans.isCalibrationInstalled()
Return true if License Key CALIBRATION is installed.
|
void |
ToolTransSet.remove(MboRemote mbo)
remove the child mbo need remove it from the childlookup.
|
void |
ToolTransSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
protected void |
ToolTrans.save()
The save method is overridden in order to update the work order
referenced on the transaction.
|
void |
ToolTransSet.setAllDates(boolean allDatesActLab)
Set the userpref alldates setting.
|
void |
ToolTransSetRemote.setAllDates(boolean allDatesActLab) |
void |
ToolTransSet.setEndDate(java.util.Date endDateActLab)
Set by the user.
|
void |
ToolTransSetRemote.setEndDate(java.util.Date endDateActLab) |
void |
ToolTransSet.setOwner(MboRemote mbo)
setOwner is overridden so the owner can be looked up in the attribute listeners and save method.
|
void |
ToolTransSet.setStartDate(java.util.Date startDateActLab)
Set by the user.
|
void |
ToolTransSetRemote.setStartDate(java.util.Date startDateActLab) |
void |
ToolTrans.undelete()
Adds the line cost to WO.ActToolCost.
|
void |
FldToolTransWonum.validate()
If the work order owns the ToolTrans Mbo, validate against it.
|
void |
FldToolTransRotAssetnum.validate()
Is necessary set ITEMSETID and ITEMNUM before the action() calling cause
this field have to be set before the ROTASSETNUM seting
|
void |
FldToolTransItemnum.validate() |
Methods in psdi.app.workorder that throw MXException
Modifier and Type |
Method and Description |
void |
FldWpToolReserveReq.action()
If the ReserveReq Field is true then make Location and storelocsite editable and
If the ReserveReq Field is false then make Location and storelocsite readonly
|
void |
FldWpToolRate.action()
Calculate the new line cost.
|
void |
FldWpToolQty.action()
Calculate the new line cost.
|
void |
FldWpToolNum.action()
Copy the tool's rate to the WPTool.
|
void |
FldWpToolLocation.action()
Update the fields affected by changing this field.
|
void |
FldWpToolLineCost.action()
Add changes to this total to WO.EstToolCost.
|
void |
FldWpToolHrs.action()
Calculate the new line cost.
|
void |
FldWpSerVendorUnitCost.action()
Calculate the Base Currency UnitCost
|
void |
FldWpSerVendor.action()
Get required material unit cost.
|
void |
FldWpSerQty.action()
Calculate the new LineCost.
|
void |
FldWpSerLineType.action()
This routine is to set other fields as read only depends on the different line type.
|
void |
FldWpSerLineCost.action()
Add changes to this total to WO.EstSerCost.
|
void |
FldWpSerItemNum.action()
If the LOCATION field has been entered,
and UNITCOSTHASCHANGED is false, set the UNITCOST to be INVENTORY issue cost
Change in cost is updated in the WorkOrder.EstMatCost.
|
void |
FldWpSerDirectReq.action()
If this field is set to false, will clear the Vendor,
RequestBy and RequireDate fields and make them read-only.
|
void |
FldWpMatVendorUnitCost.action()
Calculate the Base Currency UnitCost
|
void |
FldWpMatVendor.action()
Get required material unit cost.
|
void |
FldWpMatQty.action()
Calculate the new LineCost.
|
void |
FldWpMatOrderUnit.action()
Clear the unit cost if it a direct request item
|
void |
FldWpMatLineType.action()
This routine is to set other fields as read only depends on the different line type.
|
void |
FldWpMatLineCost.action()
Add changes to this total to WO.EstMatCost.
|
void |
FldWpMatItemNum.action()
If the LOCATION field has been entered,
and UNITCOSTHASCHANGED is false, set the UNITCOST to be INVENTORY issue cost
Change in cost is updated in the WorkOrder.EstMatCost.
|
void |
FldWpMatDirectReq.action()
If this field is set to false, will clear the Vendor,
RequestBy and RequireDate fields and make them read-only.
|
void |
FldWpMatCost.action()
Calculate the new LineCost.
|
void |
FldWpMatCondCode.action()
Update the fields affected by changing this field.
|
void |
FldWpLaborWonum.action()
Updates the related assignments when the wonum changes.
|
void |
FldWpLaborVendor.action() |
void |
FldWpLaborRateHasChanged.action()
If the ratehaschanged is false then set the displayrate value
rate from laborcraftrate or craftrate based on the planned labor
|
void |
FldWpLaborQty.action()
Calculate the change to WO.EstLabCost and WO.EstLabHrs and update them.
|
void |
FldWpLaborOutside.action()
Updates the related assignments when the labor code changes.
|
void |
FldWpLaborLineCost.action()
Add changes to this total to WO.EstLaborCost.
|
void |
FldWpLaborHrs.action()
Calculate the change to WO.EstLabCost and WO.EstLabHrs and update them.
|
void |
FldWpLaborDisplayRate.action()
set the Rate, if the value for displayrate is modified
Recalculate the LineCost and
Calculate the change to WO.EstLabCost and update it,
this is actually done in fldWpLaborLineCost.
|
void |
FldWpLaborCode.action()
Updates the related assignments when the labor code changes.
|
void |
FldWorkTypeStartStatus.action() |
void |
FldWoTagLockTagOutId.action() |
void |
FldWoTagLockLockOutId.action()
If the lockout exists on the WoLockOut or Lockout table, copy values into the
WoTagLock's nonpersistent attributes.
|
void |
FldWoSafetyPlanSafetyPlanId.action() |
void |
FldWoSLTagoutId.action()
If the tagout exists on the WoTagOut or Tagout table, copy values into the
WoSafetyLink's nonpersistent attributes.
|
void |
FldWoSLHazardId.action()
If the hazardid exists on the WoHazard or Hazard table, copy values into the
WoSafetyLink's nonpersistent attributes.
|
void |
FldWoPrecautionPrecautionId.action()
If valid on Precaution, copy crossover fields.
|
void |
FldWoHazardPrecPrecautionId.action()
If the precaution exists on the WoPrecauton or Precaution table, copy values into the
WoHazardPrec's nonpersistent attributes.
|
void |
FldWoHazardPrecHazardId.action() |
void |
FldWoHazardNonPer.action()
Set values for assetdescription.
|
void |
FldWoHazardHazardId.action()
If valid on Hazard, copy crossover fields.
|
void |
FldWPResType.action() |
void |
FldWpMatLocation.action()
If an ITEMNUM has been set, and UNITCOSTHASCHNAGED is false,
set the UNITCOST field to be INVENTORY issue cost .
|
void |
FldWPMatStoreLocSite.action() |
void |
FldWPLaborSkillLevel.action() |
void |
FldWPLaborID.action() |
void |
FldWPLaborCraft.action() |
void |
FldWPLaborContract.action() |
void |
FldWPLaborApptRequired.action()
When the WPLabor's apptrequired flag gets changed, Assignment's apptrequired
flag will gets updated with this value.
|
void |
FldWPLabor.action() |
void |
FldWOTaskID.action()
Updates instanciated work plan sub-sets.
|
void |
FldWOStoreroomMTLStatus.action()
Change Work Order Main Status.
|
void |
FldWOSiteId.action()
Sets the orgid in the table that is referenced for the site selected.
|
void |
FldWOSchedDate.action()
When the SchedStart is updated, the RequireDate fields on any WPMaterial records are to be
updated, subject to certain limitations.
|
void |
FldWOSafetyPlanID.action()
Copies the selected safety plan to the work order's safety plan or clears the work order's safety plan.
|
void |
FldWOReportedByName.action() |
void |
FldWOReportedByID.action() |
void |
FldWOReportedBy.action()
Copy crossover fields if there is a personid.
|
void |
FldWOReportDate.action()
re-evaluate the wocontract entries
|
void |
FldWORepairLocFlag.action() |
void |
FldWORepairFacility.action() |
void |
FldWOProblemCode.action()
Update the failure report with the problem code, which is the first level of the failure report.
|
void |
FldWOPriority.action()
Update the calc priority field.
|
void |
FldWOPointNum.action() |
void |
FldWOPersonGroup.action()
Crossover the WorkLocation and WOWQ1,2,3 and then set the LeadCraft to the
responsible party.
|
void |
FldWOParent.action()
Updates the related fields.
|
void |
FldWOOwnerGroup.action()
Checks the OwnerGroup field to see if its not empty.
|
void |
FldWOOwner.action()
Checks the Owner field to see if its not empty.
|
void |
FldWOOrigRecordId.action() |
void |
FldWOOrigRecordClass.action()
Update the originator.
|
void |
FldWOOnBehalfOfName.action()
Sets the Reported By user info when Affected Person is the same as the Reported By Person.
|
void |
FldWOOnBehalfOfID.action()
Sets the OnBehalfOf user info when OnBehalfOf changes
|
void |
FldWOOnBehalfOf.action()
Sets the OnBehalfOf user info when OnBehalfOf Person name changes.
|
void |
FldWOObservation.action()
This method creates a measurement record.
|
void |
FldWOMeasurementValue.action() |
void |
FldWOMeasureDate.action() |
void |
FldWOLocUserCustUser.action()
If WillBeUser is not same as IsUser, set ModifyPerson to be true.
|
void |
FldWOLocUserCustRemovePerson.action()
If RemovePerson is true, set other fields to read only.
|
void |
FldWOLocUserCustPrimary.action()
If WillBePrimary is not same as IsPrimary, set ModifyPerson to be true.
|
void |
FldWOLocUserCustModifyPerson.action()
If ModifyPerson is true, set MultiID.
|
void |
FldWOLocUserCustCustodian.action()
If WillBeCustodian is not same as IsCustodian, set ModifyPerson to be true.
|
void |
FldWOLoc.action()
Update the fields affected by changing this field.
|
void |
FldWOLead.action()
Check if LEAD Person exists in Work Group.
|
void |
FldWOJobPlan.action()
Copy the job plan to the work order's work plan.
|
void |
FldWOIsTask.action()
Updates the taskid when the value value of isTask becomes false.
|
void |
FldWOIncTasksInSched.action()
When inctasksinsched flag gets updated in workorder, the flag value is propogated to workorder's task.
|
void |
FldWOGeneratedForPO.action() |
void |
FldWOFinControlTaskID.action()
If we null the field the fincntrlid should also be cleared and set back to the projectid's
fincntrlid.
|
void |
FldWOFinControlProjectID.action()
If we null the field, the fctaskid(task) and fincntrlid should also be cleared.
|
void |
FldWOFailureCode.action()
Perform action if the field is valid.
|
void |
FldWOFRLevelCode.action()
If this attribute was nulled, the failure report is truncated,
otherwise this level in the failure report is given this attribute's value.
|
void |
FldWOTotal.action()
Pass changes here to total estimate for the work order
and the total for the parent/child combined total.
|
void |
FldWODirectIssueMTLStatus.action()
Change Work Order Main Status.
|
void |
FldWOContract.action()
Updates the vendor readonly.
|
void |
FldWOCombinedTotal.action()
Add change in this total to a larger total.
|
void |
FldWOChargeStoreListener.action()
The ChargeStore Attribute is not editable once actuals are reported
or if the work order doesn't have a piece of
asset eligible for Charge to Store.
|
void |
FldWOChargeStore.action()
Sets the GLAccount field.
|
void |
FldWOCalcPriority.action()
Updates the respondby date.
|
void |
FldWOCINum.action()
Update the fields affected by changing this field.
|
void |
FldWOAssetnum.action()
Updates the fields affected by changing this field.
|
void |
FldWOAreasAffectedSiteID.action() |
void |
FldWOAreasAffectedLocation.action() |
void |
FldWOAreasAffectedContactGroup.action() |
void |
FldWOAreasAffectedContact.action() |
void |
FldWOAreasAffectedCommodity.action() |
void |
FldWOAreasAffectedAssetnum.action() |
void |
FldWOActualDate.action()
re-evaluate the wocontract entries
|
void |
FldWMWonum.action() |
void |
FldWMTaskID.action()
The first part is copied from the action() method in the parent class but
with all references to EnteredAsTask left out, since it's not part of the
WMAssignment (or Assignment) class.
|
void |
FldSuspendFlow.action()
Set suspendflow flag on any children or tasks under me to be the
same as my value.
|
void |
FldPriCalcSelected.action()
only one formula can be selected FldPriCalcSelected.
|
void |
FldPCPhys.action() |
void |
FldPCActHrs.action() |
void |
FldNewSpecValue.action()
set newalnvalue, newnumvalue or newtablevalue
|
void |
FldMultiReplacementSite.action() |
void |
FldMultiReplaceAssetNum.action()
set performmoveto to true
|
void |
FldMultiPrFeature.action() |
void |
FldMultiPrAssetNum.action() |
void |
FldMultiMoveToSite.action() |
void |
FldMultiMoveToParent.action()
set performmoveto to true
|
void |
FldMultiMoveToLocation.action()
set performmoveto to true
|
void |
FldMultiMoveToBin.action()
set performmoveto to true
|
void |
FldMultiLocation.action()
Update the fields affected by changing this field.
|
void |
FldMultiFeature.action()
override action to set the assetfeatureid and label attributes to null when
the feature is cleared off on the PM.
|
void |
FldMultiAssetLocCIMeasure.action() |
void |
FldMultiAssetNum.action()
Updates the fields affected by changing this field.
|
void |
FldMultiAssetLocCIAssetnum.action() |
void |
FldFlowControlled.action()
If this record is no longer flow conrolled and we're not on a
task then make suspendflow readonly.
|
void |
FldFlowAction.action() |
void |
FldFRCode.action()
Update the other attributes in the object.
|
void |
FldDJPWOUnitsOfWork.action() |
void |
FldDJPWOTotalWorkUnits.action() |
void |
FldAssignStatus.action()
Triggers the set of actions that are taken when an assignment is started,
interrupted, or finished.
|
void |
FldAssignScheduleDate.action()
The ScheduleDate field is updated (if necessary) in fldAssignLaborCode.
|
void |
FldAssignResourceLock.action() |
void |
FldAssignRepLocWonum.action() |
void |
FldAssignRepLocStartDate.action()
Set the hours
|
void |
FldAssignRepLocRepLoc.action() |
void |
FldAssignRepLocHours.action()
Update the FinishDate field.
|
void |
FldAssignRepLocFinishDate.action()
Set the hours
|
void |
FldAssignLaborHrs.action()
Updates the FinishDate field.
|
void |
FldAssignLaborCode.action()
Updates status, schedulestartdate and finishdate fields.
|
void |
FldAssignFinishDate.action()
Updates the parent WO's Scheduled Finish date to be the latest FinishDate of the assigned
Assignments.
|
void |
FldAssignCraftRateVendor.action() |
void |
FldAssignCraftRateSkillLevel.action() |
void |
FldAssignCraftRateContractNum.action() |
void |
FldAssignCraftRate.action() |
void |
FldAssignCraft.action()
when a valid craft is enterd, required laborhrs is set to 0 and the status
will be WAITASGN.
|
void |
FldAssignAppointment.action()
Triggers the set of actions that are taken when an assignment is marked as "Appointment Made".
|
void |
FldActualTaskID.action()
Updates the RefWO attribute.
|
void |
FldInterfaceWonum.action()
Setting this attribute updates the TaskID and RefWO attributes.
|
void |
FldTaskID.action()
Updates the RefWO attribute based on the wonum and taskID attributes.
|
void |
FldActualsTaskID.action()
This field simply updates the persistent column "TaskID".
|
void |
WpEditSetting.add()
Adds a new object and sets the orgid field to that of the parent Organization.
|
void |
WorkType.add()
add a new work type.
|
void |
WorkOrderSpec.add()
Set default values for a new JobPlanSpec object.
|
void |
WoTagOut.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoTagLock.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoSafetyPlan.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoSafetyLink.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoPrecaution.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoLockOut.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoHazardPrec.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WoHazard.add()
Add a mbo, defaulting the attributes shown below.
|
void |
WPTool.add()
Sets Default value for some of the fields of the new WPTool.
|
void |
WPService.add()
Sets Default value for some of the fields of the new WPService.
|
void |
WPMaterial.add()
Sets Default value for some of the fields of the new wpmaterial.
|
void |
WPLabor.add()
Sets Default value for some of the fields of the new WPLabor.
|
void |
WOTaskRelation.add()
Sets Default value for some of the fields of the new WOTaskRelation.
|
void |
WOStatus.add()
Add a new WoStatus object.
|
void |
WORelease.add() |
void |
WOMeter.add() |
void |
WOLocUserCust.add() |
void |
WOContract.add() |
void |
WOChange.add() |
void |
WOAssetsToMove.add()
Sets default values for a new PM object.
|
void |
WOAssetUserCust.add() |
void |
WOAreasAffectedRemote.add() |
void |
WOAreasAffected.add() |
void |
WOActivityRemote.add() |
void |
WOActivity.add() |
void |
OwnerHistory.add() |
void |
MultiAssetLocCI.add() |
void |
WPItem.add()
Sets Default value for some of the fields of the new WPItem.
|
void |
FailureReport.add()
Sets Default value for some of the fields of the new FailureReport.
|
void |
FailureRemark.add()
Newly created Mbo gets Wonum from owning Mbo and
EnterDate is set to the current system time.
|
void |
AutoAttrUpdate.add()
sets defaults values for a new AutoAttrUpdate object.
|
void |
AssignRepLoc.add()
Creates a new AssignRepLoc object.
|
void |
Assignment.add()
Creates a new assigment object.
|
void |
WO.add()
Adds a new Work Order.
|
void |
WOContractSet.add(MboRemote ctrctAsst) |
boolean |
WPMaterialSetRemote.add(java.lang.String[][] values) |
boolean |
WPItemSet.add(java.lang.String[][] values)
add an item to the wpitem
Note that this does setValues for each attribute, in the order they appear in the array,
so you need to be careful about the attribute order since field validation is in effect.
|
boolean |
WOTaskRelationSet.add(java.lang.String[][] values)
add an item to WoTaskRelation
Note that this does setValues for each attribute, in the order they appear in the array,
so you need to be careful about the attribute order since field validation is in effect.
|
MboRemote |
WPLaborSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
MboRemote |
WPItemSet.addAtIndex(long accessModifier,
int index)
The add method is overriden so we can zero out WO.EstMatCost or WO.EstSerCost or
and WO.EstToolCost set its READONLY flag when first WPItem object is added to the
WO.
|
MboRemote |
WOTaskRelationSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
MboRemote |
FailureReportSet.addAtIndex(long accessModifier,
int index)
The add method is restricted to adding to the end of the failure report.
|
MboRemote |
WOSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
MboRemote |
AssignmentSet.addAtIndex(long accessModifier,
int index)
Method overridden to support MboSet Listeners.
|
void |
WorkPrioritySetRemote.addDefaultRowsForSite(java.lang.String siteID,
java.lang.String orgID) |
void |
WorkPrioritySet.addDefaultRowsForSite(java.lang.String siteID,
java.lang.String orgID)
It became apparent that since Maximo 6.x is shipped without any sites, the
WorkPriority table is also empty by default.
|
void |
PriCalcSetRemote.addDefaultRowsForSite(java.lang.String siteID,
java.lang.String orgID) |
void |
PriCalcSet.addDefaultRowsForSite(java.lang.String siteID,
java.lang.String orgID)
It became apparent that since Maximo 6.x is shipped without any sites, the
PriCalc table is also empty by default.
|
void |
WorkOrderSpec.addDetailInfor(MboRemote mbo,
MboRemote classspec)
08-10181:override addDetailInfor if workorderspec is being copied to
ticketSpec
Copying more information from owning object and ClassSpec to this PDSpec record.
|
MboRemote |
WoSafetyLinkSet.addHazardSafetyLink(java.lang.String hazardID,
java.lang.String assetnum,
java.lang.String location,
java.lang.String dataSource,
MboSetRemote woHazardSet)
Add a Mbo to this set for a hazard.
|
void |
WOActivity.addmultiassetlocci()
add primary record inmultiassetrecord
|
void |
WorkPrioritySetRemote.addRowsForNewSite(java.lang.String siteID,
java.lang.String orgID) |
void |
WorkPrioritySet.addRowsForNewSite(java.lang.String siteID,
java.lang.String orgID)
Adds a new set of reponsetime rows to the WorkPriority table each time a new
site is added.
|
void |
PriCalcSetRemote.addRowsForNewSite(java.lang.String siteID,
java.lang.String orgID) |
void |
PriCalcSet.addRowsForNewSite(java.lang.String siteID,
java.lang.String orgID)
Adds a new set of formula rows to the PriCalc table each time a new site is
added.
|
MboRemote[] |
WoSafetyLinkSet.addTagOutSafetyLink(java.lang.String hazardID,
java.lang.String tagoutID,
java.lang.String assetnum,
java.lang.String location,
java.lang.String applyseq,
java.lang.String removeseq,
java.lang.String dataSource,
MboSetRemote woTagOutSet)
Add a Mbo to this set for a tagout.
|
java.lang.String |
WPLaborSet.addToUserPrefWhere()
Add this where clause to the MboSet's getUserPrefWhere()
|
java.lang.String |
AssignmentSet.addToUserPrefWhere()
Add this where clause to the MboSet's getUserPrefWhere()
|
void |
WO.adjustSuccVectors(java.util.Vector existingSuccs,
java.util.Vector newSuccs)
Compares a new list of successor nodes to be started to the master list.
|
boolean |
WOStatusHandler.alertPMStatus(java.lang.String currentStatus,
java.lang.String desiredStatus) |
boolean |
WPMaterialSet.allMaterialRecordsUpdated()
Return true, if all material records are updated.
|
java.lang.String |
WMAssignmentSet.appendToWhere() |
java.lang.String |
WOSet.appendToWhere() |
void |
WO.applyAssetLoc()
Applys any changes to fields that are affected by changing the asset or location fields.
|
void |
WO.applyAssetLoc(boolean calcSafetyPlan)
Apply asset loc.
|
void |
MultiAssetLocCISetRemote.applyAssetMoveDefaults(AssetMoveDfltSetRemote assetMoveDfltSet) |
void |
MultiAssetLocCISet.applyAssetMoveDefaults(AssetMoveDfltSetRemote assetMoveDfltSet)
Sets the default values for mass asset move
|
void |
MultiAssetLocCISetRemote.applyAssetMoveDefaults(AssetMoveDfltSetRemote assetMoveDfltSet,
java.lang.String applytoall) |
void |
MultiAssetLocCISet.applyAssetMoveDefaults(AssetMoveDfltSetRemote assetMoveDfltSet,
java.lang.String applytoall)
Sets the default values for mass asset move
|
void |
WO.applyAssignedOwnerGroup(java.lang.String ownergroupID)
Apply an assigned owner group to a record.
|
void |
WORemote.applyAssignedOwnerGroup(java.lang.String selectedValue) |
void |
WO.applyHazardToWoHazardSet(MboRemote spRelatedasset,
MboSetRemote hazardSet)
Apply the passed hazard set to Workorder.
|
void |
WORemote.applyHazardToWoHazardSet(MboRemote spRelatedAsset,
MboSetRemote hazardSet) |
boolean |
WO.applyingJobPlan()
Applying job plan.
|
boolean |
WORemote.applyingJobPlan() |
void |
WOServiceRemote.applyOwner(MboRemote wo,
java.lang.String owner) |
void |
WOService.applyOwner(MboRemote wo,
java.lang.String owner)
Applies the selected owner to the current workorder.
|
void |
WO.applyOwner(java.lang.String ownerID)
Apply an owner to a record.
|
void |
WORemote.applyOwner(java.lang.String selectedValue) |
void |
WOServiceRemote.applyOwnerGroup(MboRemote wo,
java.lang.String ownergroup) |
void |
WOService.applyOwnerGroup(MboRemote wo,
java.lang.String ownergroup)
Applies the selected ownergroup to the current workorder.
|
void |
WO.applyOwnerGroup(java.lang.String ownergroupID)
Apply an ownergroup to a record.
|
void |
WORemote.applyOwnerGroup(java.lang.String selectedValue) |
void |
WO.applyRoute(java.lang.String routeID,
java.lang.String storeLoc)
Applies the route to this work order.
|
void |
WORemote.applyRoute(java.lang.String routeID,
java.lang.String storeLoc) |
void |
WO.applyRoute(java.lang.String routeID,
java.lang.String storeLoc,
java.lang.String storeLocSite)
Applies the route to this work order.
|
void |
WORemote.applyRoute(java.lang.String routeID,
java.lang.String storeLoc,
java.lang.String storeLocSite) |
void |
WO.applyRoute(java.lang.String routeID,
java.lang.String storeLoc,
java.lang.String storeLocSite,
long accessModifier)
Applies the route to this work order.
|
void |
WORemote.applyRoute(java.lang.String routeID,
java.lang.String storeLoc,
java.lang.String storeLocSite,
long accessModifier) |
void |
WO.applyRoute(java.lang.String routeID,
java.lang.String storeLoc,
java.lang.String storeLocSite,
long accessModifier,
MboSetRemote infoSet)
Applies the route to this work order.
|
void |
WORemote.applyRoute(java.lang.String routeID,
java.lang.String storeLoc,
java.lang.String storeLocSite,
long accessModifier,
MboSetRemote subSet) |
void |
WO.applyToAllAssetLoc(MboRemote attrupdate)
This method will apply the specified attribute modification to all asset and location which has this attribute
|
void |
WORemote.applyToAllAssetLoc(MboRemote attrupdate) |
void |
MultiAssetLocCI.applyToAllUser(MboRemote currentUserCust)
This method will apply the specified user and custodian to WOAssetUserCust and WOLocUserCust
|
void |
MultiAssetLocCIRemote.applyToAllUser(MboRemote woModUser) |
void |
WO.applyToAllUser(MboRemote woModUser)
This method will apply the specified user and custodian to AssetUserCust and LocationUserCust
|
void |
WORemote.applyToAllUser(MboRemote woModUser) |
void |
WoTagOut.appValidate()
Application validation routine.
|
void |
WoTagLock.appValidate()
Application validation routine.
|
void |
WoSafetyLink.appValidate()
Application validation routine.
|
void |
WoPrecaution.appValidate()
If adding a woprecaution, add row to WoHazardPrec.
|
void |
WoLockOut.appValidate()
Application validation routine.
|
void |
WoHazardPrec.appValidate()
Application validation routine.
|
void |
WoHazard.appValidate()
If adding a wohazard to the workorder and we do not have a
WoSafetyLink virtual owner, add row to WoSafetyLink.
|
void |
WPTool.appValidate()
validates WPTool.
|
void |
WPMaterial.appValidate()
Multiple checks are done to validate a WPMaterial.
|
void |
WPLabor.appValidate()
Validate that a craft rate exists that matches this WPLabor.
|
void |
WOTaskRelation.appValidate() |
void |
WOLocUserCust.appValidate() |
void |
WOAssetUserCust.appValidate() |
void |
WOAreasAffected.appValidate()
Check that there is an area affected on the record.
|
void |
WOActivity.appValidate()
10-20167: in Work Order Tracking - cannot add duplicated TASK ID that already exists, but it only
checks the current MboSet.
|
void |
WMAssignment.appValidate() |
void |
MultiAssetLocCI.appValidate()
check if the row is valid.
|
void |
WO.appValidate()
App validate.
|
boolean |
WO.areAllPredecessorsComplete()
Are all predecessors complete.
|
boolean |
WO.areAllPredecessorsComplete(java.lang.String targetStatus,
boolean fully)
If all predecessors are flow complete, then true is returned; if any are not flow complete, false is returned.
|
boolean |
WO.areAllPredecessorsComplete(WO wo)
Are all predecessors complete.
|
boolean |
WO.areAllPredecessorsComplete(WO wo,
java.lang.String targetStatus,
boolean fully)
If all predecessors are flow complete, then true is returned; if any are not flow complete, false is returned.
|
boolean |
WO.areAllPredecessorsSufficientlyComplete(WO wo,
java.lang.String targetStatus)
Completeness in a predecessor depends on the context: it can be different depending on: 1) what action is being
considered (auto start, manual start, or manual completion); 2) the Relationship type of the precedence relation
between the predecessor and the current wo; and 3) the status of the predecessor (relative to flow start and flow
complete).
|
boolean |
FldAssignScheduleDate.assignAndWPOverlap(Assignment assignMbo,
MboRemote workTimeMbo,
java.util.GregorianCalendar scratchCal,
AvailCalc availCalc)
Checks if an Assignment overlaps the workperiod defined by the WorkPeriod or ModAvail object.
|
void |
AssignmentSetRemote.assignCrew(AMCrewRemote crewMbo,
java.lang.String theDay) |
void |
AssignmentSet.assignCrew(AMCrewRemote crewMbo,
java.lang.String theDay) |
MboSetRemote |
WMAssignmentSetRemote.assignCrew(MboSetRemote crewSet,
java.lang.String selectedday) |
MboSetRemote |
WMAssignmentSet.assignCrew(MboSetRemote crewSet,
java.lang.String selectedday) |
void |
WMAssignmentSetRemote.assignCrewManyToMany(MboSetRemote crewSet,
java.lang.String selectedday) |
void |
WMAssignmentSet.assignCrewManyToMany(MboSetRemote crewSet,
java.lang.String selectedday)
Many to many crew assignment.
|
void |
AssignmentSetRemote.assignLabor(LaborCraftRateRemote laborCraftRateMbo,
java.lang.String theDay) |
void |
AssignmentSet.assignLabor(LaborCraftRateRemote laborCraftRateMbo,
java.lang.String theDay)
This method assigns the selected labor to the selected assignments at those
dates and times when hours are available, starting with the earliest available
time on the selected day.
|
void |
WOServiceRemote.assignLabor(MboRemote assignment,
java.lang.String laborcode,
java.lang.String orgid) |
void |
WOService.assignLabor(MboRemote assignment,
java.lang.String laborcode,
java.lang.String orgid) |
MboSetRemote |
WMAssignmentSetRemote.assignLabor(MboSetRemote laborCraftRateSet,
java.lang.String selectedday)
This method verifies the selected labor and selected assignments and
assigns the labor to each assignment depending on the available hrs.
|
MboSetRemote |
WMAssignmentSet.assignLabor(MboSetRemote laborCraftRateSet,
java.lang.String selectedday)
This method verifies the selected labor and selected assignments and
assigns the labor to each assignment depending on the available hrs.
|
void |
WMAssignmentSetRemote.assignLaborManyToMany(MboSetRemote laborCraftRateSet,
java.lang.String selectedday) |
void |
WMAssignmentSet.assignLaborManyToMany(MboSetRemote laborCraftRateSet,
java.lang.String selectedday) |
void |
WMAssignmentSetRemote.assignLaborManyToMany(MboSetRemote laborCraftRateSet,
java.lang.String selectedday,
boolean deleteAsgnmentsOnYesNoCx) |
void |
WMAssignmentSet.assignLaborManyToMany(MboSetRemote laborCraftRateSet,
java.lang.String selectedday,
boolean deleteAsgnmentsOnYesNoCx)
Many to many labor assignment.
|
void |
AssignmentSetRemote.assignmentsForCrewAndWorkOrder(java.lang.String amcrew,
long[] workOrderId) |
void |
AssignmentSet.assignmentsForCrewAndWorkOrder(java.lang.String amcrew,
long[] workOrderIds)
Sets this AssignmentSet to assignments assigned to the crew, ordered by the
Schedule date.
|
void |
AssignmentSetRemote.assignmentsForLaborCode(java.lang.String labor) |
void |
AssignmentSet.assignmentsForLaborCode(java.lang.String labor)
Sets this AssignmentSet to assignments assigned to the laborcode, ordered by the
Schedule date.
|
void |
AssignmentSetRemote.assignmentsForLaborCodeAndWorkOrder(java.lang.String labor,
java.lang.String woIDs) |
void |
AssignmentSet.assignmentsForLaborCodeAndWorkOrder(java.lang.String labor,
java.lang.String woIDs)
Sets this AssignmentSet to assignments assigned to the laborcode, ordered by the
Schedule date.
|
void |
WO.bulkReschedule(boolean resched,
java.util.Date reschedDate)
Calls rescheduleAssignments if the action is rescheduling assignments and unassignWOAssignments if it's
unassigning assignments; resched being true or false, respectively, tells which it is.
|
void |
WO.bulkReschedule(boolean resched,
java.util.Date reschedDate,
boolean fromListTab) |
void |
AssignmentRemote.calcFinishDate() |
void |
Assignment.calcFinishDate()
Calculates the finish date based on ScheduleDate and LaborHrs; if either is null, then FinishDate is also set to
null.
|
void |
WO.calcGLAccount()
Sets the GL Account attribute based on the Asset/Loc/ChargeStore attribute values.
|
void |
WO.calculateConstaintDates(MboValue startOffset,
MboValue finishOffset,
MboValue woDur)
Uses the passed Start and Finish Constraint Offsets, if any, and the workorder's target dates, if any, to
calculate the constaint dates, if possible.
|
void |
WO.calculateDynamicJobPlan()
Main calculation Entry Point
For each resource, we trigger the calculation of the dynamic resources values
Each resource : All Tasks, All labors, All materials, All Tools, All Services, And the workorder itself
For each records of the mbosets, it call the corresponding calculation method, according to the field CALCMETHOD, on
the Job Plan record (
For TASKS -> JOBTASK.CALCMETHOD,
For LABOR -> JOBLABOR.CALCMETHOD,
For MATERIAL -> JOBMATERIAL.CALCMETHOD,
For TOOL -> JOBTOOL.CALCMETHOD,
FOR SERVICE -> JOBSERVICE.CALCMETHOD,
FOR WORKODER -> JOBPLAN.CALCMETHOD
)
with parameters :
mbo is the workplan record (wplabor, wpmaterial, wptool, wpservice, workorder)
job plan associated record (
wplabor -> joblabor,
wpmaterial -> jobmaterial,
wptool -> jobtool,
wpservice -> jobservice,
workorder -> jobplan
)
calculatedField : the names of the fields on the mbo and job plan associated records
that must be used to set and retrieve the values
Example : if JOBRESOURCE.CALCAPPLYTO = HOURS, then we will return for WPLABOR the fields WPLABOR.LABORHRS and JOBLABOR.LABORHRS
Example : if JOBRESOURCE.CALCAPPLYTO = HOURS, then we will return for WORKORDER the fields WORKORDER.ESTDUR and JOBPLAN.TASKDURATION
|
void |
WORemote.calculateDynamicJobPlan() |
void |
WOService.calculateResponseDate(WO forWO)
Calculates the response time given the value of the CalcPriority attribute.
|
java.util.Date |
WO.calculateScheduleFinishDate(WO wo,
java.util.Date schedStartDate)
Calculates a schedule finish date as the passed schedStartDate date plus the EstDur of the passed workorder.
|
protected void |
WO.calculateTargetComplete()
Calculates the value for TargCompDate by adding the EstDur to TargStartDate.
|
protected void |
WO.calculateTaskTargetComplete(WORemote newChild)
Calculates the value for TargCompDate on the Task by adding the Tasks EstDur to TargStartDate.
|
void |
WO.calculateTotalWorkUnits()
Calculate the total length of attributes : for each linear asset in the multiassetlocci set,
we add the absolute value for endmeasure - startmeasure (cause the endmeasure is not necessarely
lower than the startmeasure)
Update the field TOTALWORKUNITS
If some assets are not linear, they are skipped, and a warning is added to the MULTIASSETLOCCI set
|
void |
WORemote.calculateTotalWorkUnits() |
void |
WO.calculateTotalWorkUnitsFor(MboRemote multiAssetLocCI,
java.lang.String unitOfWork) |
void |
WORemote.calculateTotalWorkUnitsFor(MboRemote multiAssetLocCI,
java.lang.String unitOfWork) |
void |
WOServiceRemote.calculateWorkPriority(MboRemote forWO,
UserInfo ui)
Calculates the value for the CalcPriority attribute, given the current values of
WoPriority and AssetLocPriority and the select priority formula.
|
void |
WOService.calculateWorkPriority(MboRemote forWO,
UserInfo ui)
Calculates the value for the CalcPriority attribute, given the current values of
WoPriority and AssetLocPriority and the select priority formula.
|
boolean |
Assignment.calledFromAssignmentManager() |
void |
WpEditSettingSet.canAdd()
Can the WpEditSetting object be added?
Only if the owner is an Organization object and its toBeAdded attribute is
true can new objects be added to this set.
|
void |
WoTagOutSet.canAdd()
Determines if the work order can add WoTagOut.
|
void |
WoTagLockSet.canAdd()
Determines if the work order can add WoTagLock.
|
void |
WoSafetyPlanSet.canAdd()
Determines if the work order can add Wo Safety plan.
|
void |
WoSafetyLinkSet.canAdd()
Determines if the work order can add WoSafetyLink.
|
void |
WoPrecautionSet.canAdd()
Determines if the work order can add WoPrecaution.
|
void |
WoLockOutSet.canAdd()
Determines if the work order can add WoLockOut.
|
void |
WoHazardSet.canAdd()
Determines if the work order can add WoHazard.
|
void |
WoHazardPrecSet.canAdd()
Determines if the work order can add WoHazardPrec.
|
void |
WoAncestorSet.canAdd()
WoAncestor records can only be created from a work order record.
|
void |
WPLaborSet.canAdd()
Determines if the work order can add work plan labors.
|
void |
WPItemSet.canAdd()
Determines if the work order can add work plan material/service/tool.
|
void |
WOTaskRelationSet.canAdd()
Determines if the work order can add task relationships.
|
void |
WOStatusSet.canAdd()
In order to create new WOStatus, this set needs to be owned
by a work order Mbo
|
void |
WOMeterSet.canAdd() |
void |
WOActivitySet.canAdd()
IV38141 /81936: cannot add a new task when the work order is in history and even it is in Edit History mode.
|
void |
WMAssignmentSet.canAdd() |
void |
FailureReportSet.canAdd()
Can't add if the report is complete or if the owning work order
does not have a value for its FailureCode attribute.
|
void |
FailureRemarkSet.canAdd()
Determines if a FailureRemark can be added to the set.
|
void |
AssignRepLocSet.canAdd() |
void |
WOSet.canAdd()
Work orders may be added to a set which is owned by a work order
which may not own other work orders.
|
void |
AssignmentSet.canAdd()
Determines if the work order can add Asssignments.
|
void |
WO.canApplyRoute()
Determines if this user can apply a route to the work order.
|
void |
WORemote.canApplyRoute() |
void |
WO.canApplyRoute(long accessModifier)
Determines if this user can apply a route to the work order.
|
void |
WORemote.canApplyRoute(long accessModifier) |
void |
WO.canApplyRoute(java.lang.String routeID)
Determines if this route can be applied to the work order.
|
void |
WORemote.canApplyRoute(java.lang.String routeID) |
void |
WO.canApplyRoute(java.lang.String routeID,
long accessModifier)
Determines if this route can be applied to the work order.
|
void |
WORemote.canApplyRoute(java.lang.String routeID,
long accessModifier) |
void |
WOStatusHandler.cancelYesNOMessage(java.lang.String message)
This method displays the appropriate message to be displayed to the user.
|
boolean |
WOStatusHandler.canChangePFCStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier,
boolean throwExceptions) |
void |
WOStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
WOStatusHandler.canChangeStatusCal(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Can change status for calibration.
|
boolean |
WO.canChargeStore()
Determines whether this work order can be charged to store.
|
boolean |
WORemote.canChargeStore() |
void |
WoSafetyPlanSetRemote.canClearSafetyPlan() |
void |
WoSafetyPlanSet.canClearSafetyPlan()
Determines if safety information an be removed.
|
boolean |
WO.canCreateRelatedRecord()
IV93688 - Prevent creation of related records when record is locked
|
void |
WpEditSetting.canDelete()
Can the WpEditSetting object be deleted?
Only if the owner is an Organization object and its toBeDeleted attribute is
true can WpEditSetting objects be deleted.
|
void |
WorkType.canDelete()
IJ32026: Check whether or not this Work Type can be deleted.
|
void |
WPTool.canDelete()
Can not delete if there exists an Actual Tool for this WPTool.
|
void |
WPMaterial.canDelete()
Can not delete if there exists an Actual Material for this WPMATERIAL
|
void |
WPLabor.canDelete()
Can not delete if there exists an Actual Labor for this WPLABOR
|
void |
WOLocUserCust.canDelete()
Only can delete if this is a new Person in Planned Modifications.
|
void |
WOAssetUserCust.canDelete()
Only can delete if this is a new Person in Planned Modifications.
|
void |
WMAssignment.canDelete() |
void |
MultiAssetLocCI.canDelete()
Can not be delete when primary record when fields in owner wo is not cleared - apar IV63019
|
void |
FailureReport.canDelete()
Can't delete if parent is in history
|
void |
AutoAttrUpdate.canDelete()
Checks to see if this object can be deleted
throws MXException if it cannot be deleted
|
void |
WO.canDelete()
Work orders normally may not be deleted, except when they were created by mistake and deleted before being used.
|
void |
WORemote.canDelete() |
void |
WO.canDeleteAttachedDocs()
Throws an access exception if Doclinks related to this cannot be deleted.
|
boolean |
WO.canEditAsFoundAsLeftFields()
Can edit as found as left fields.
|
boolean |
WORemote.canEditAsFoundAsLeftFields() |
boolean |
WO.canEditAsset()
Can edit asset.
|
boolean |
WORemote.canEditAsset() |
void |
WO.canEditRelatedSet(java.lang.String relationName)
Determines if a related set should be editable or not.
|
void |
WORemote.canEditRelatedSet(java.lang.String relationName) |
void |
WO.canEditRelatedSetCal(java.lang.String relationName)
Can edit related set cal.
|
void |
WO.canEnterMeterReadings()
checks to make sure that there is an asset or location on the work order, and that the workorder's asset or
location is associated with an active meter.
|
void |
WORemote.canEnterMeterReadings() |
boolean |
AssignmentRemote.canFinishWO(WO woMbo) |
boolean |
Assignment.canFinishWO(WO woMbo)
Checks whether the workorder can be completed or closed.
|
void |
WO.canGenFollowUpWo()
Determines if this workorder can generate a followup workorder.
|
void |
WORemote.canGenFollowUpWo() |
void |
WO.canRemoveSafetyPlan()
Determines whether the safety plan can be removed.
|
void |
WORemote.canRemoveSafetyPlan() |
void |
WO.canRemoveWorkPlan()
Determines whether the remove work plan option is valid.
|
void |
WO.canReportDowntime()
If this work order does not have asset, or if its in a history status then it cannot report down time.
|
void |
WORemote.canReportDowntime() |
void |
WO.changeChildrensFieldValue(java.lang.String fieldname,
java.lang.String fieldvalue,
long accessModifier)
Change childrens field value.
|
void |
WO.changeChildrenStatus()
Changes the status of the work orders directly beneath this one.
|
void |
WO.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
This method is called by everything except haveReceivedDirectIssue We pass in false to say that we are not coming
from Receiving.
|
void |
WO.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier,
boolean comingFromReceiving)
This method is overridden to support changing the status of work order hierarchies.
|
void |
WOStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status from the current state to a desired state.
|
void |
WOServiceRemote.changeStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
WOService.changeStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
WO.changeStatusCal(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier,
boolean comingFromReceiving)
Overridden to update previous as left values when approving.
|
void |
WO.changeStatusProcessFlowControl()
This method is called from WOStatusChangeListener after the status of a workorder has been changed.
|
void |
WOSet.changeWorkOrderParent(MboRemote woparent)
Changes the selected work order's parents to point to the work order passed as a
parameter.
|
void |
WO.changeWorkOrderParent(MboRemote woparent)
Changes this work order's parent to point to the work order passed as a parameter.
|
void |
WOSetRemote.changeWorkOrderParent(MboRemote woparent) |
void |
WORemote.changeWorkOrderParent(MboRemote woparent) |
void |
WOService.changeWOStatus(WORemote wo,
java.lang.String status,
java.util.Date date,
java.lang.String memo)
Service Method used to change status.
|
void |
WMAssignmentSetRemote.checkAssignSet(java.lang.String actionStr) |
void |
WMAssignmentSet.checkAssignSet(java.lang.String actionStr)
This method verifies that at least one assignment from the work list was selected.
|
void |
WO.checkCompStatus()
If the work order status is COMP, cannot perform Save as Plan.
|
java.util.Map |
WOService.checkEAcfg()
Check if EA configuration is valid.
|
boolean |
WO.checkForActiveLabTrans()
Check if this work order has any active labor transactions.
|
void |
FldMultiMoveToLocation.checkIfReplaceAssetExists()
IV75060: need to check this is a swap and the movetolocation is changed after this asset is referenced as a replacement asset.
|
boolean |
WO.checkNestedJobPlans()
Check if nested jobplans are defined on the children of the workorder.
|
void |
WO.CheckOrigIsFollowup()
Check to see if originator is a follow up
|
boolean |
WO.checkRequiredDatasheets()
Check whether there's at least one required data sheet (if the WO has any).
|
boolean |
WORemote.checkRequiredDatasheets() |
void |
WOStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Determines which statuses to show in the list returned by the Mbo's getStatusList method.
|
void |
WPMaterialSet.checkStorerooms()
Check all storerooms of members of this set.
|
void |
WO.checkSynonymStatusDate(java.lang.String status,
java.util.Date date) |
void |
WO.checkWorkPackStatus()
This method will be called whenever a parent is changed on a workorder.
|
void |
WMAssignment.clearClassification()
IJ35085: providing the method clearClassification when user set up CLASSSTRUCTURE.HIERARCHYPATH and
put it in Assignment Manager.
|
void |
WO.clearClassification()
This method clears the classtructureid of the work order
|
void |
WORemote.clearClassification() |
void |
FailureReportSet.clearFromHere(FailureReport fr)
Delete from the passed FR down to the end of the failure report.
|
void |
WO.clearHashForSelectedRecord()
Clear hashSet so new mbo can be added and to release memory.
|
protected void |
WPToolSet.clearIfFirst()
Clears the work order estimates if this is the first mbo to be added
|
protected void |
WPServiceSet.clearIfFirst()
Clears the work order estimates if this is the first mbo to be added
|
protected void |
WPMaterialSet.clearIfFirst()
Clears the work order estimates if this is the first mbo to be added
|
protected void |
WPItemSet.clearIfFirst()
Clears the work order estimates if this is the first mbo to be added
|
void |
MultiAssetLocCIPrRemote.clearLinearAssetFields() |
void |
MultiAssetLocCIPr.clearLinearAssetFields()
Clear all the linear asset fields.
|
void |
MultiAssetLocCI.clearLinearAssetFields()
Clear all the linear asset fields.
|
void |
MultiAssetLocCIRemote.clearLinearAssetFields() |
void |
WO.clearMoveandDeleteAttrUpdate()
This method will modify the asset and location attributes
|
void |
WO.clearMoveAssetFields()
This method will modify the asset and location attributes
|
void |
WOSet.clearMoveAssetFieldsDefault()
This method will clear the asset move to fields default
|
void |
WOSetRemote.clearMoveAssetFieldsDefault() |
void |
WOService.clearParentsInChangeStatus()
IV76966:called by WorkOrderListener postCommitAction
|
void |
WO.clearPrimaryLinearAssetFields(MultiAssetLocCIRemote multiAssetMbo)
Clear all the linear asset fields in the passed MultiAssetLocCI object; this should ordinarily be the primary one
associated with this wo...
|
void |
WoSafetyPlanSetRemote.clearSafetyPlan() |
void |
WoSafetyPlanSet.clearSafetyPlan()
Removes all safety information related to the safety plan or manually entered.
|
void |
WoSafetyPlanSet.clearSafetyPlan(long accessModifier)
Removes all safety information related to the safety plan or manually entered.
|
void |
WoSafetyLinkSet.clearSafetyPlanLinks()
Removes all safety information related to the safety plan or manually entered.
|
void |
WO.clearSkipCopyFields()
Clear skipFieldcopy HashSet.
|
void |
WORemote.clearSkipCopyFields() |
void |
WO.clearWorkPlanInfo()
Clears Work Plan from a work order.
|
void |
FailureReportSet.codeSet(MboRemote forThisFR)
Called when a FR's FailureCode is set and should be called after the LineNum
attribute is set.
|
static int |
WOStatusHandler.compareStatusPosition(java.lang.String status1,
java.lang.String status2,
Translate translator)
Compare the position of one work order status to
the position of another work order status in the status hierarchy.
|
void |
AssignmentRemote.completeAssignment()
Calls completeAssignment(boolean) with the boolean set to true, which will complete the
work order as part of its action.
|
void |
Assignment.completeAssignment()
Calls completeAssignment(boolean) with the boolean set to true, which will complete the work order as part of its
action.
|
void |
AssignmentRemote.completeAssignment(boolean completeWO)
Completes an assignment: changes the status to Complete, creates a LabTrans record, and
completes or closes the parent Work Order if all assignments are now complete and if
the passed completeWO parameter is set to true.
|
void |
Assignment.completeAssignment(boolean completeWO)
Completes an assignment: changes the status to Complete, creates a LabTrans record, and completes or closes the
parent Work Order if all assignments are now complete and if the passed completeWO parameter is set to true.
|
void |
WOService.completeAssignment(MboRemote assignment)
Completes the assignment, which will complete the work order as part of its action
if all assignments are completed.
|
void |
AssignmentRemote.completeAssignment(java.lang.String status,
java.util.Date date) |
void |
Assignment.completeAssignment(java.lang.String status,
java.util.Date date)
Completes an assignment for the specified status and date/time.
|
void |
AssignmentRemote.completeTheWO(WORemote ownerWO) |
void |
Assignment.completeTheWO(WORemote ownerWO)
Completes or closes the parent work order if all assignments are now complete.
|
MboRemote |
WOActivity.copy(MboSetRemote mboset,
long mboAddFlags)
IV97553: in Ticket.duplicate(), it uses normal mboSet.copy(MboSetRemote) to copy
existing WOACTIVITY set to a new WOACTIVITY.
|
void |
WO.copyAssets(MboSetRemote assetset)
Copy asset set to work order
|
void |
WORemote.copyAssets(MboSetRemote assetset) |
void |
WO.copyAssetSpecToAutoAttrUpdateSet(MboSetRemote assetspecset,
MboRemote woasset)
This method will copy the specified asset attributes to autoattrupdate
|
void |
WORemote.copyAssetSpecToAutoAttrUpdateSet(MboSetRemote assetspecset,
MboRemote woasset) |
void |
WO.copyAssetsToMultiAsset(AssetSetRemote assetSetRemote)
Copies the selected Asset values to the WARRANTYASSET.
|
void |
WORemote.copyAssetsToMultiAsset(AssetSetRemote assetSetRemote) |
void |
WoSafetyLinkRemote.copyAttributesFromHazard(MboRemote hazardMbo) |
void |
WoSafetyLink.copyAttributesFromHazard(MboRemote hazardMbo)
Copy values from WoHazard or Hazard to the non-persistent attributes of this
WoSafetyLink mbo.
|
void |
WoTagLockRemote.copyAttributesFromLockout(MboRemote tagMbo) |
void |
WoTagLock.copyAttributesFromLockout(MboRemote lockMbo)
Copy values from WoLockOut or LockOut to the non-persistent attributes of this
WoTagLock mbo.
|
void |
WoHazardPrecRemote.copyAttributesFromPrecaution(MboRemote tagMbo) |
void |
WoHazardPrec.copyAttributesFromPrecaution(MboRemote precMbo)
Copy values from WoPrecaution or Precaution to the non-persistent attributes of this
WoHazardPrec mbo.
|
void |
WoSafetyLinkRemote.copyAttributesFromTagout(MboRemote tagMbo) |
void |
WoSafetyLink.copyAttributesFromTagout(MboRemote tagMbo)
Copy values from WoTagOut or TagOut to the non-persistent attributes of this
WoSafetyLink mbo.
|
void |
WO.copyCISpecToAutoAttrUpdateSet(MboSetRemote cispecset,
MboRemote woasset)
This method will copy the specified ci attributes to autoattrupdate
|
void |
WORemote.copyCISpecToAutoAttrUpdateSet(MboSetRemote cispecset,
MboRemote woasset) |
void |
WO.copyCIsToMultiAsset(MboSetRemote ciSetRemote)
Copies the selected CI values to the multiassetlocci.
|
void |
WORemote.copyCIsToMultiAsset(MboSetRemote ciSetRemote)
* @see psdi.app.workorder.WO#copyCIsToMultiAsset
|
void |
WO.copyCollectDetailsToMultiAsset(MboSetRemote routestopSetRemote)
Copies the selected CI values to the multiassetlocci.
|
void |
WORemote.copyCollectDetailsToMultiAsset(MboSetRemote routestopSetRemote)
* @see psdi.app.workorder.WO#copyRouteStopsToMultiAsset
|
void |
WO.copyCraftRateToWpLaborSet(MboSetRemote craftRateSet)
Creates workplan labor set for the selected labor set.
|
void |
WORemote.copyCraftRateToWpLaborSet(MboSetRemote craftRateSet) |
void |
WO.copyCrewTypeToWpLaborSet(MboSetRemote crewTypeSet)
Creates workplan labor set for the selected labor set.
|
void |
WORemote.copyCrewTypeToWpLaborSet(MboSetRemote crewTypeSet) |
void |
WO.copyDoclinksToWO()
Copy the docklinks from assetlocation,safetyplan,jobplan,pm etc which has copylonktowo flag set to WO and it's
children
|
void |
WORemote.copyDoclinksToWO() |
void |
WO.copyDoclinksToWO(WO wo)
Copy the docklinks from assetlocation,safetyplan,jobplan,pm etc which has copylonktowo flag set to this WO
|
void |
WO.copyDSPlanToWO(Mbo ds)
Copy the given Datasheet to this Workorder.
|
protected void |
WO.copyDSPlanToWO(PlusCWODSSet headerSet,
MboRemote dsPlan,
java.lang.String dsplannum,
java.lang.String assetNum,
java.lang.String tagLocation,
java.lang.String sequence,
boolean requiredAlways)
Copy a single Datasheet template to this Workorder.
|
void |
WO.copyFailListToReportSet(MboSetRemote failListSet)
Copies the passed FailureList set to Failure Report set.
|
void |
WORemote.copyFailListToReportSet(MboSetRemote failListSet) |
MboRemote |
WoHazardSet.copyFromHazard(MboRemote hazard,
java.lang.String dataSource)
Given a Hazard mbo, clone it for this workorder.
|
MboRemote |
WoHazardPrecSet.copyFromHazardPrec(MboRemote hazardPrec,
java.lang.String dataSource)
Given a HazardPrec mbo, clone it for this workorder.
|
MboRemote |
WoLockOutSet.copyFromLockOut(MboRemote lockOut,
java.lang.String dataSource)
Given a LockOut mbo, clone it for this workorder.
|
MboRemote |
WoPrecautionSet.copyFromPrecaution(MboRemote precaution,
java.lang.String dataSource)
Given a Precaution mbo, clone it for this workorder.
|
MboRemote |
WoTagLockSet.copyFromTagLock(MboRemote tagLock,
java.lang.String dataSource)
Given a TagLock mbo, clone it for this workorder.
|
MboRemote |
WoTagOutSet.copyFromTagOut(MboRemote tagOut,
java.lang.String dataSource)
Given a TagOut mbo, clone it for this workorder.
|
MboRemote |
WoSafetyLinkSet.copyHazard(java.lang.String hazardid,
java.lang.String assetnum,
java.lang.String location,
java.lang.String dataSource,
MboSetRemote woHazardSet,
MboSetRemote woHazardPrecSet,
MboSetRemote woPrecautionSet)
Add a Hazard WoSafetyLink.
|
void |
WPItem.copyHazardForItem()
Copy Hazard for Item
|
void |
WoSafetyLinkSet.copyHazardFromSafetyLexicon(MboRemote safetylex,
java.lang.String dataSource,
MboSetRemote woHazardSet,
MboSetRemote woHazardPrecSet,
MboSetRemote woPrecautionSet)
Add a Hazard WoSafetyLink.
|
void |
WO.copyInvresvItemsToMatUseSet(MboSetRemote InvresvItemSet)
Copies the passed InvresvItem set to actual Material trans set.
|
void |
WORemote.copyInvresvItemsToMatUseSet(MboSetRemote InvresvItemSet) |
void |
WO.copyItemToMatUseTransSet(MboSetRemote itemSet)
Copies the passed item set to matusetrans set.
|
void |
WORemote.copyItemToMatUseTransSet(MboSetRemote itemSet) |
void |
WO.copyItemToWpMatSet(MboSetRemote itemSet)
Copies the passed item set to work plan material set.
|
void |
WORemote.copyItemToWpMatSet(MboSetRemote itemSet) |
void |
WO.copyJobPlanToWorkPlan()
Creates Work Plan from a Job Plan.
|
void |
WO.copyJobPlanToWorkPlanCal()
Copy job plan to work plan cal.
|
void |
WO.copyJobPlanToWorkPlanNoNestedJP()
Creates Work Plan from a Job Plan.
|
void |
WO.copyLaborToLabTransSet(MboSetRemote laborSet)
Copies the passed labor set to labor trans set.
|
void |
WORemote.copyLaborToLabTransSet(MboSetRemote laborSet) |
void |
WO.copyLaborToWpLaborSet(MboSetRemote laborSet)
Creates workplan labor set for the selected labor set.
|
void |
WORemote.copyLaborToWpLaborSet(MboSetRemote laborSet) |
void |
WO.copyLinearAssetFieldsFromRouteStop(MboRemote toMbo,
MboRemote routestop)
Copy linear asset fields from route stop.
|
void |
WO.copyLocations(MboSetRemote locationset)
Copy location set to work order
|
void |
WORemote.copyLocations(MboSetRemote locationset) |
void |
WO.copyLocationsToMultiAsset(MboSetRemote locationSetRemote)
Copies the selected Location values to the multiassetlocci.
|
void |
WORemote.copyLocationsToMultiAsset(MboSetRemote locationSetRemote)
* @see psdi.app.workorder.WO#copyLocationsToMultiAsset
|
void |
WO.copyLocSpecToAutoAttrUpdateSet(MboSetRemote locspecset,
MboRemote woasset)
This method will copy the specified location attributes to autoattrupdate
|
void |
WORemote.copyLocSpecToAutoAttrUpdateSet(MboSetRemote locspecset,
MboRemote woasset) |
protected void |
FldWOLoc.copyLoopValueFromLocation()
Gets the value of PLUSCLOOP from the location and copies it to WORKORDER.PLUSCLOOP.
|
void |
WO.copyMatUseTransToToolTransSet(MboSetRemote matUseTransSet)
Copies the passed tool set to tool trans set.
|
void |
WORemote.copyMatUseTransToToolTransSet(MboSetRemote matUseTransSet)
Copies the selected MatUseTrans set to ToolTransSet set.
|
void |
WO.copyMRLineToPlanMaterialSet(MboSetRemote mrLineSet)
Copies the selected Requisitions set to Planned material set.
|
void |
WORemote.copyMRLineToPlanMaterialSet(MboSetRemote mrLineSet)
Copies the selected Requisitions set to Planned material set.
|
void |
WO.copyParentValuesToRelatedRec(MboRemote relatedMbo)
Copies the values of the parent record to the passed related record
IJ06338
|
void |
WORemote.copyParentValuesToRelatedRec(MboRemote relatedMbo) |
void |
FldWOAssetnum.copyPhyLocValueFromLocation()
Gets the value of PLUSCPHYLOC from the asset and copies it to WORKORDER.PLUSCPHYLOC.
|
void |
WPTool.copyPlan(MboRemote source)
Used to fill in data when copying from Job Tool.
|
void |
WPService.copyPlan(MboRemote source) |
void |
WPMaterial.copyPlan(MboRemote source) |
void |
WPLabor.copyPlan(MboRemote source)
Used to fill in data when copying from Job Plan to Work Plan
|
void |
WorkPlanMbo.copyPlan(MboRemote source)
Used to fill in data when copying from Job Plan to Work Plan
|
void |
WOTaskRelation.copyPlan(MboRemote source) |
void |
WPItem.copyPlan(MboRemote source)
Used to copy data from a JobMaterial /JobService object.
|
void |
WOTaskRelation.copyPlan(MboRemote source,
java.util.Map operWoLookup)
Used to fill in data when copying a JobPlan's JPTaskRelations to a
WorkPlan's WOTaskRelations.
|
void |
WoSafetyPlan.copyPlan(java.lang.String planID)
This is the SafetyPlanID attribute's action.
|
void |
WO.copyPlanLaborToLabTransSet(MboSetRemote planLaborSet)
Copies the passed plan labor set to actual labor trans set.
|
void |
WORemote.copyPlanLaborToLabTransSet(MboSetRemote planLaborSet) |
void |
WO.copyPlanToolToToolTransSet(MboSetRemote planToolSet)
Copies the passed plan tool set to actual tool trans set.
|
void |
WORemote.copyPlanToolToToolTransSet(MboSetRemote planToolSet) |
void |
WO.copyRouteStopsToMultiAsset(MboSetRemote routestopSetRemote)
Copies the selected CI values to the multiassetlocci.
|
void |
WORemote.copyRouteStopsToMultiAsset(MboSetRemote routestopSetRemote)
* @see psdi.app.workorder.WO#copyRouteStopsToMultiAsset
|
void |
WoSafetyPlanSetRemote.copySafetyPlan(java.lang.String planID) |
void |
WoSafetyPlanSet.copySafetyPlan(java.lang.String planID)
Copy a safety plan (clear out the old one, add a new one).
|
void |
WO.copySafetyPlanToWoSafetyPlan()
Copy safety plan data to the work order's safety plan data, using the value set for safetyplanid to identify the
safety plan.
|
void |
WO.copyServiceItemsToWpSerSet(MboSetRemote serviceItemSet)
Copies the passed Service item set to work plan Service set.
|
void |
WORemote.copyServiceItemsToWpSerSet(MboSetRemote serviceItemSet) |
void |
WO.copySparePartsToMatUseSet(MboSetRemote sparePartSet)
Copies the passed SpareParts set to actual Material trans set.
|
void |
WORemote.copySparePartsToMatUseSet(MboSetRemote sparePartSet) |
void |
WO.copySparePartsToWpMatSet(MboSetRemote sparePartSet)
Copies the passed SpareParts set to WorkPlan Material set.
|
void |
WORemote.copySparePartsToWpMatSet(MboSetRemote sparePartSet) |
void |
WoSafetyLinkSet.copyTagOutFromSafetyLexicon(MboRemote safetylex,
java.lang.String dataSource,
MboSetRemote woTagOutSet,
MboSetRemote woTagLockSet,
MboSetRemote woLockOutSet)
Add a TagOut WoSafetyLink.
|
void |
WO.copyTicketParentToRelatedRecSet(MboSetRemote TicketSet)
Copies the passed ticket set to related record set for the parent of this WO.
|
void |
WORemote.copyTicketParentToRelatedRecSet(MboSetRemote TicketSet) |
void |
WO.copyTicketToRelatedRecSet(MboSetRemote TicketSet)
Copies the passed ticket set to related record set.
|
void |
WORemote.copyTicketToRelatedRecSet(MboSetRemote TicketSet) |
void |
WO.copyTicketToRelatedRecSet(MboSetRemote TicketSet,
boolean copyToParent)
Copies the passed ticket set to related record set.
|
void |
WORemote.copyTicketToRelatedRecSet(MboSetRemote TicketSet,
boolean copyToParent) |
void |
WO.copyToolToToolTransSet(MboSetRemote toolSet)
Copies the passed tool set to tool trans set.
|
void |
WORemote.copyToolToToolTransSet(MboSetRemote toolSet) |
void |
WO.copyToolToWpToolSet(MboSetRemote toolSet)
Copies the passed tool set to work plan tool set.
|
void |
WORemote.copyToolToWpToolSet(MboSetRemote toolSet) |
void |
WO.copyWOFieldsToMultiAsset(MultiAssetLocCIRemote multiAssetMbo)
Collect the fields that need to be copied from a work order to its MultiAssetLocCI record.
|
void |
WO.copyWOParentToRelatedRecSet(MboSetRemote woSet)
Copies the passed workorder set to related record set for the parent of this WO.
|
void |
WORemote.copyWOParentToRelatedRecSet(MboSetRemote WOSet) |
void |
WO.copyWOToRelatedRecSet(MboSetRemote woSet)
Copies the passed work order set to related record set.
|
void |
WORemote.copyWOToRelatedRecSet(MboSetRemote WOSet) |
void |
WO.copyWOToRelatedRecSet(MboSetRemote woSet,
boolean copyToParent)
Copies the passed work order set to related record set.
|
int |
Assignment.countMembers() |
void |
WOServiceRemote.createAssignmentwithAssignedLabor(MboRemote workorder,
java.lang.String laborcode,
java.lang.String orgid,
java.lang.String laborhrs,
java.util.Date starttime) |
void |
WOService.createAssignmentwithAssignedLabor(MboRemote workorder,
java.lang.String laborcode,
java.lang.String orgid,
java.lang.String laborhrs,
java.util.Date starttime)
Create an assignment from unplanned work.
|
void |
WO.createAssignRepLoc() |
protected MboRemote |
WO.createCalPoint(PlusCWODSInstrRemote dsInstr,
PlusCDSPointRemote dsPoint,
PlusCWODSPointSetRemote woDsPointSet,
boolean isAverage)
Creates a new WO DS cal point in the given set and copies the data from the given DS cal point to it.
|
MboRemote |
WO.createChange()
creates a Workorder with WOCLASS=CHANGE from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
MboRemote |
WORemote.createChange() |
MboRemote |
WOService.createChange(MboRemote wo) |
MboRemote |
WO.createChange(java.lang.String jpnum)
creates a Workorder with WOCLASS=CHANGE from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
MboRemote |
WOService.createFollowUp(MboRemote wo) |
MboRemote |
WO.createIncident()
creates a Ticket with Ticket Type = Incident from a WO of any WOCLASS
|
MboRemote |
WORemote.createIncident() |
MboRemote |
WO.createIncident(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Incident from a WO of any WOCLASS
|
void |
WPToolSet.createInvReserves(java.util.Date asOfDate,
boolean createInit)
When a work order is approved, this method is called to create InvReserve
records for the WPTool records.
|
void |
WPMaterialSet.createInvReserves(java.util.Date asOfDate,
boolean createInit)
When a work order is approved, this method is called to create InvReserve
records for the WPMaterial records.
|
MboRemote |
WO.createJobEntry()
Creates async record to get executed nested jobplan processing
|
MboRemote |
WO.createJPFromWO(java.util.Date date,
java.lang.String jpnum,
java.lang.String description,
java.lang.String longdescription)
This method creates a Job Plan from this WO.
|
MboRemote |
WOService.createJPFromWO(MboRemote wo,
java.lang.String jpnum,
java.lang.String description,
java.lang.String longdescription) |
MboRemote |
WO.createJPFromWO(java.lang.String jpnum,
java.lang.String description,
java.lang.String longdescription)
An interface for UI to create a Job Plan from a Work Plan.
|
MboRemote |
WORemote.createJPFromWO(java.lang.String jpnum,
java.lang.String description,
java.lang.String longdescription) |
Mbo |
WO.createJPHeaderFromWO(java.lang.String jpnum,
java.lang.String description,
java.lang.String longdescription)
This method copies the Work Order header info to a new Job Plan header.
|
void |
AssignmentRemote.createLabTrans(WORemote ownerWO) |
void |
Assignment.createLabTrans(WORemote ownerWO)
Creates a LabTrans record for this assignment.
|
MboRemote |
WO.createProblem()
creates a Ticket with Ticket Type = Problem from a WO of any WOCLASS
|
MboRemote |
WORemote.createProblem() |
MboRemote |
WOService.createProblem(MboRemote wo) |
MboRemote |
WO.createProblem(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Problem from a WO of any WOCLASS
|
MboRemote |
WO.createRelease()
creates a Workorder with WOCLASS=RELEASE from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
MboRemote |
WORemote.createRelease() |
MboRemote |
WO.createRelease(java.lang.String jpnum)
creates a Workorder with WOCLASS=RELEASE from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
MboRemote |
WO.createServiceRequest()
creates a Ticket with Ticket Type = Service Request from a WO of any WOCLASS
|
MboRemote |
WORemote.createServiceRequest() |
MboRemote |
WO.createServiceRequest(java.lang.String tickettemplateid)
creates a Ticket with Ticket Type = Service Request from a WO of any WOCLASS
|
void |
AssignmentRemote.createToolTransCrew(WORemote ownerWO,
AMCrewRemote crew)
Creates the TOOLTRANS records for a given crew assigned.
|
void |
Assignment.createToolTransCrew(WORemote ownerWO,
AMCrewRemote crew) |
void |
WO.createToolTransEveryplace(MboRemote labTransMbo)
Everyplace Report by Labor/Tool Stop Timer.
|
MboRemote |
WO.createWorkorder()
creates a Workorder with WOCLASS=WORKORDER from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
MboRemote |
WORemote.createWorkorder() |
MboRemote |
WO.createWorkorder(MboSetRemote workorderSet)
Creates the workorder.
|
MboRemote |
WORemote.createWorkorder(MboSetRemote workorderSet) |
MboRemote |
WO.createWorkorder(MboSetRemote workorderSet,
java.lang.String jpnum,
boolean saveSet)
Creates a Workorder with WOCLASS=WORKORDER from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
MboRemote |
WORemote.createWorkorder(MboSetRemote workorderSet,
java.lang.String jpnum,
boolean saveSet) |
MboRemote |
WO.createWorkorder(java.lang.String jpnum)
creates a Workorder with WOCLASS=WORKORDER from any other WOCLASS (WORKORDER, CHANGE or RELEASE)
|
void |
Assignment.delete() |
void |
WO.delete()
override delete to delete this and records associated with this work order task
|
void |
WoTagOut.delete(long accessModifier)
Delete all WoTagLock for this WoTagOut.
|
void |
WoTagLock.delete(long accessModifier)
Deleting WoTagLock may cascade to WoLockOut.
|
void |
WoSafetyLink.delete(long accessModifier)
Delete this mbo.
|
void |
WoHazardPrec.delete(long accessModifier)
Deleting WoHazardPrec may cascade to WoPrecaution.
|
void |
WoHazard.delete(long accessModifier)
Delete all WoHazardPrec for this WoHazard.
|
void |
WPTool.delete(long accessModifier)
Subtracts the line cost from WO.EstToolCost.
|
void |
WPService.delete(long accessModifier)
Subtracts the line cost from WO.EstSerCost.
|
void |
WPMaterial.delete(long accessModifier)
Subtracts the line cost from WO.EstMatCost.
|
void |
WPLabor.delete(long accessModifier)
Deletes assignments related to the WPLabor object and subtract this line's
cost and hours from WO.EstLabCost and WO.EstLabHrs.
|
void |
WMAssignment.delete(long accessModifier) |
void |
MultiAssetLocCI.delete(long accessModifier) |
void |
FailureReport.delete(long accessModifier)
What delete does depends on the FRSet.
|
void |
AssignRepLoc.delete(long modifier)
On delete clear the repairlocation if primary record in Location application
|
void |
WO.delete(long accessModifier)
override delete to delete this and records associated with this work order task
|
void |
WOSet.deleteAll()
Delete all the objects in the set -fix issue 12-13510 need handle tasks and children for wo
|
void |
MultiAssetLocCISet.deleteAll(long accessModifier) |
void |
FailureReportSet.deleteAll(long accessModifier)
Overridden for efficancy's sake.
|
void |
MultiAssetLocCISet.deleteAndRemove(int pos,
long accessModifier) |
void |
WPLabor.deleteAssociatedTool() |
void |
WPLabor.deleteAssociatedTool(MboValue value) |
void |
WPLabor.deleteAssociatedTool(java.lang.String assoc) |
void |
WPLabor.deleteAssociatedTool(java.lang.String attributename,
java.lang.String svalue) |
void |
WO.deleteChildren(boolean task)
Sets up the children hierarchy for deletion.
|
void |
WORemote.deleteChildren(boolean task) |
void |
WPMaterial.deleteCreatedInvReserves()
IV34122: delete the invreserve that was created before an exception, for example, field Issue To requires a value.
|
void |
WPToolSet.deleteInvReserves()
When a work order is cancelled, unapproved, or completed/closed, all of the
InvReserve Mbos are deleted.
|
void |
WPMaterialSet.deleteInvReserves()
When a work order is cancelled, unapproved, or completed/closed, all of the
InvReserve Mbos are deleted.
|
void |
WPItemSet.deleteInvReserves()
When a work order is cancelled, unapproved, or completed/closed, all of the
InvReserve Mbos are deleted.
|
void |
FldWOAssetnum.determineLocationAction() |
void |
FldWOJobPlan.determineSafetyPlanAction() |
void |
FldWOAssetnum.determineSafetyPlanAction() |
void |
WO.doClassificationCreateTicketViews(MboRemote newMbo)
08-10181: copy workorderspec to ticketspec
|
void |
WO.doClassificationCreateWOSpecFromJobPlan(MboRemote newMbo,
MboRemote sourceMbo)
07-27302: copy jobplanspec to workorderspec copy jobtaskspec to workorderspec
|
void |
WO.doClassificationCreateWOViews(MboRemote newMbo)
08-10181: copy workorderspec to ticketspec
|
MboRemote |
WOService.downtimereport(MboRemote wo,
java.util.Date statuschangedate,
java.lang.String statuschangecode,
java.lang.String operational)
Change status of the asset by reporting downtime up/down.
|
MboRemote |
WO.duplicate()
Creates a duplicate workOrder with its related objects.
|
MboRemote |
WO.duplicateWODS(MboRemote newWO)
Duplicate workorder datasheets.
|
void |
WO.editHistory()
method which provides ability to edit certain fields on work orders while they are in closed status.
|
void |
WORemote.editHistory() |
void |
WO.enterQuickReportingMode()
Sets up a work order for use in QuickReporting applications.
|
void |
WORemote.enterQuickReportingMode() |
void |
WorkOrderListener.eventAction(EventMessage em) |
void |
WOStatusChangeListener.eventAction(EventMessage em)
This method will complete the work orders parent work order(s) or start successor workorders
after the parent work order is written to the database but before the changes are committed.
|
boolean |
WorkOrderListener.eventValidate(EventMessage em) |
boolean |
WOStatusChangeListener.eventValidate(EventMessage em) |
void |
WO.executeProcessFlowControlAction()
Execute process flow control action.
|
void |
WMAssignmentSetRemote.filterByCrew(MboSetRemote matchSet) |
void |
WMAssignmentSet.filterByCrew(MboSetRemote matchSet) |
void |
WMAssignmentSetRemote.filterByLabor(MboSetRemote matchSet) |
void |
WMAssignmentSet.filterByLabor(MboSetRemote matchSet) |
void |
WOSet.filterByLinearAsset(MboSetRemote fltrSet) |
void |
WOSetRemote.filterByLinearAsset(MboSetRemote fltrSet) |
void |
WOSet.findAllOpenWOsReportedBy(java.lang.String user)
Finds all open work orders reported by the given user.
|
void |
WOSetRemote.findAllOpenWOsReportedBy(java.lang.String user) |
MboRemote |
MultiAssetLocCI.findAssetMboForReplacement()
IV75060: The current multiassetlocci is the replacement asset.
|
java.util.List |
WPLabor.findAssignments()
Creates a vector of Assignment Mbo's which have the wpLaborId.
|
MboRemote |
WPToolSetRemote.findByAttributeTool(java.lang.String attrValue,
boolean tobedeleted) |
MboRemote |
WPToolSet.findByAttributeTool(java.lang.String attrValue,
boolean tobedeleted) |
MboRemote |
WPToolSetRemote.findByAttributeToolForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew,
java.lang.String wplaboruid) |
MboRemote |
WPToolSet.findByAttributeToolForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew,
java.lang.String wplaboruid) |
MboRemote |
WPToolSetRemote.findByAttributeToolForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype,
java.lang.String wplaboruid) |
MboRemote |
WPToolSet.findByAttributeToolForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype,
java.lang.String wplaboruid) |
MboRemote |
WPToolSetRemote.findByAttributeToolNotForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew) |
MboRemote |
WPToolSet.findByAttributeToolNotForCrew(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crew) |
MboRemote |
WPToolSetRemote.findByAttributeToolNotForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype) |
MboRemote |
WPToolSet.findByAttributeToolNotForCrewType(java.lang.String attrValue,
boolean tobedeleted,
java.lang.String crewtype) |
java.util.Vector |
WPToolSetRemote.findByAttributeToolsForWPLabor(java.lang.String wplaboruid) |
java.util.Vector |
WPToolSet.findByAttributeToolsForWPLabor(java.lang.String wplaboruid) |
int |
WO.findPredecessorPosition(java.util.Vector vector2Search,
java.lang.String wonum,
java.util.Hashtable htNetwork)
Loop thru the vector2Search vector to find the highest position of the wonums predecessors.
|
MboRemote |
MultiAssetLocCI.findReplaceAssetMbo()
IV75060: this multiassetlocci is the asset that contains the replacement asset.
|
MboRemote |
WPMaterialSet.findReservation(WPMaterial wpm)
Find the InvReserve for a WPMaterial, if any.
|
MboRemote |
WPToolSet.findReservation(WPTool wpt)
Find the InvReserve for a WPTool, if any.
|
MboSetRemote |
AssignmentSetRemote.finishAssignment()
Finish Assignment.
|
MboSetRemote |
AssignmentSet.finishAssignment()
Finish the assignments -- loop through them and change their status to
"COMPLETE" one by one, which will trigger events in fldAssignStatus.
|
void |
AssignmentRemote.finishAssignment(java.util.Date finishDate)
Finish Assignment.
|
void |
Assignment.finishAssignment(java.util.Date finishDate)
Finish Assignment.
|
void |
WOServiceRemote.finishAssignment(MboRemote assignment) |
void |
WOService.finishAssignment(MboRemote assignment) |
void |
WO.fireEvent(java.lang.String type)
IV78777: Extend fireEvent to allow rollback, if rollback enabled.
|
void |
AssignmentSetRemote.fireEventsAfterDB(MXTransaction txn) |
void |
AssignmentSet.fireEventsAfterDB(MXTransaction txn)
If we're doing something that involves an explicit save by the user, saving or deleting rows in
the Work List of Assignment Manager, where the objects are WMAssignment Mbos as opposed to regular
Assignments, this will set the main MboSet on the app back to being saved at this point in the
process; without this action, the WMAssignmentSet is removed from the transaction queue permanently,
its status is never advanced, and no further new rows in Assignment Manager can be saved.
|
void |
AssignmentSet.fireEventsAfterDBCommit(MXTransaction txn) |
void |
WO.generateAutoKey()
WO supports autokeying - sets the WONUM attribute.
|
void |
WO.generateTaskID()
Sets this work order's task ID to the next task ID value for the parent work order.
|
void |
WOService.generateWORelRecord(MboRemote wo,
java.lang.String wonum,
java.lang.String siteId)
Generates a new related record from workorder
|
void |
WO.generateWORelRecord(WORemote oldWO)
Generates a new related record to link this workorder to the one received as a parameter
|
void |
WORemote.generateWORelRecord(WORemote oldWO) |
MboRemote |
WO.genFollowUpWo()
Generates a followUp workorder with its related objects.
|
MboRemote |
WORemote.genFollowUpWo() |
boolean |
WO.getAddingFirstJobTask()
Gets the adding first job task.
|
boolean |
WORemote.getAddingFirstJobTask() |
java.lang.String |
WO.getAddressString() |
MboRemote |
WO.getAmCrew(java.lang.String crew,
java.lang.String laborOrg)
Get crew information from AMCrew table based on labor's crew and organization.
|
MboRemote |
WO.getAmCrewLabor(java.lang.String laborCode,
java.lang.String laborOrg)
Get crew from AMCrewLabor table based on login labor and organization.
|
MboSetRemote |
WO.getAmCrewLaborSet(java.lang.String crew,
java.lang.String laborOrg)
Get members of crew from AMCREWLABOR based on crew and organization.
|
MboSetRemote |
WO.getAmCrewToolSet(java.lang.String crew)
Get tools from AMCrewTool based on crew and organization.
|
java.lang.String[] |
FldWOWONum.getAppLink() |
java.lang.String[] |
FldWOParent.getAppLink() |
java.lang.String[] |
FldWOOrigRecordId.getAppLink() |
java.lang.String[] |
FldWOAncestor.getAppLink() |
java.lang.String[] |
FldWOActivityParentProcess.getAppLink() |
AssetRemote |
WO.getAsset()
get the related asset mbo
|
protected MboSetRemote |
FldMultiFeature.getAssetFeatureSet(java.lang.String feature,
java.lang.String featurelabel)
Get a list of asset features based on the passed in feature and feature label.
|
void |
MultiAssetLocCI.getAssetForCI()
Called by the cinum attribute to set the MultiAssetLocCI's asset to the CI's asset
If the CI has a valid asset for the MultiAssetLocCI, that asset will be put on
the MultiAssetLocCI, if the asset field is blank.
|
AssignmentSetRemote |
WMAssignmentSetRemote.getAssignedCrewSet() |
AssignmentSetRemote |
WMAssignmentSetRemote.getAssignLaborSet() |
AssignmentSetRemote |
WMAssignmentSet.getAssignLaborSet() |
MboSetRemote |
WMAssignmentSetRemote.getAssignSet() |
MboSetRemote |
WMAssignmentSet.getAssignSet() |
MboSetRemote |
WMAssignmentSet.getAssignSet(java.lang.String selectedAssignStr) |
Assignment |
WOService.getAssingment(java.lang.String assignmentid,
UserInfo userInfo) |
java.util.Map |
WOService.getAssistUri(OslcRequest request)
Get Uri from Assist API
|
MboRemote |
WPToolRemote.getAssociatedLabor() |
MboRemote |
WPTool.getAssociatedLabor() |
MboRemote |
WO.getAutoLocateObject() |
MboRemote |
WO.getAutoLocateObject(AutoLocatable nextInChain) |
MboSetRemote |
WOServiceRemote.getAvailableCrew(MboRemote wo,
java.util.Date fromdate,
java.util.Date todate,
java.lang.String persongroup,
java.lang.String amcrewtype,
java.lang.String company,
java.lang.Boolean assigned,
java.lang.String siteid,
java.lang.String orgid) |
MboSetRemote |
WOService.getAvailableCrew(MboRemote wo,
java.util.Date fromdate,
java.util.Date todate,
java.lang.String persongroup,
java.lang.String amcrewtype,
java.lang.String company,
java.lang.Boolean assigned,
java.lang.String siteid,
java.lang.String orgid)
Gets the available crew for the current assignment.
|
MboSetRemote |
AssignmentRemote.getAvailableLabor() |
MboSetRemote |
Assignment.getAvailableLabor()
Gets the available labor for the current assignment.
|
MboSetRemote |
WO.getAvailableLabor()
Get list of available labor records for new assignment record.
|
MboSetRemote |
WORemote.getAvailableLabor() |
MboSetRemote |
WOServiceRemote.getAvailableLabor(MboRemote wo,
java.util.Date fromdate,
java.util.Date todate,
java.lang.String vendor,
java.lang.String contractnum,
java.lang.String location,
java.lang.Boolean assigned,
java.lang.String siteid,
java.lang.String craft,
java.lang.String skilllevel,
java.lang.String orgid) |
MboSetRemote |
WOService.getAvailableLabor(MboRemote wo,
java.util.Date fromdate,
java.util.Date todate,
java.lang.String vendor,
java.lang.String contractnum,
java.lang.String location,
java.lang.Boolean assigned,
java.lang.String siteid,
java.lang.String craft,
java.lang.String skilllevel,
java.lang.String orgid)
Gets the available labor for the current assignment.
|
MboRemote |
FldAssignScheduleDate.getAvailableMbo(MboRemote resMbo,
java.util.Date wpWorkDate,
java.lang.String orgID,
AvailCalc availCalc) |
MboSetRemote |
WO.getChangeStatusSet()
IV85972 - When cancelling from the list tab, only cancel most recent WO from a particular PM.
|
MboSetRemote |
WO.getChildNoTask()
Gets the MboSet representing the children of this Mbo in the hierarchy.
|
java.util.Vector |
WO.getChildPFCOrder(boolean getChildrenWOs,
boolean appendSiteid)
Return a vector containing child wonums in process flow order (successor order).
|
java.util.Vector |
WORemote.getChildPFCOrder(boolean getChildren,
boolean appendSiteid)
* @see psdi.app.workorder.WO#getChildPFCOrder
|
MboSetRemote |
WO.getChildren()
Gets the MboSet representing the children of this Mbo in the hierarchy.
|
MboValueData[][] |
WOSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more children objects in the hierarchy.
|
java.util.Vector |
WO.getChildrenThatHaveNoPredecessors()
Gets the children that have no predecessors.
|
void |
MultiAssetLocCI.getCIForAsset()
Called by the assetnum attribute to set the MultiAssetLocCI's CINum to the CIt's Asset
If the asset has a Valid CI for the MultiAssetLocCI, that CI will be put on
the MultiAssetLocCI, if the CI field is blank.
|
java.lang.String |
AssignmentSet.getColumnValue(java.lang.String columnName) |
java.lang.String |
WO.getCompleteStatusForWorkType()
Gets the complete status for work type.
|
java.lang.String |
WO.getCompleteStatusForWorkType(WO wo)
Gets the complete status for work type.
|
int |
WO.getContemplatedAction(WO wo,
java.lang.String targetStatus)
Determines the contemplated action.
|
MboSetRemote |
WO.getCopydocMboSet(java.lang.String name)
Gets the copydoc mbo set.
|
boolean |
WO.getCopyingJobTasks()
Gets the copying job tasks.
|
boolean |
WORemote.getCopyingJobTasks() |
boolean |
WO.getCopyingWorkPlanAssignments()
Gets the copying work plan assignments.
|
int |
WO.getCrewMemberCount(java.util.Date desiredDate)
Get members count related to MaxVar CREWDURATION for a specific date
|
java.lang.String |
AssignmentRemote.getCrewWorkZoneWhere(MboRemote owner) |
java.lang.String |
Assignment.getCrewWorkZoneWhere(MboRemote owner) |
java.lang.String |
AssignmentRemote.getCrewWorkZoneWhere(java.lang.String assetNum,
java.lang.String location,
java.lang.String siteId,
java.lang.String orgId) |
java.lang.String |
Assignment.getCrewWorkZoneWhere(java.lang.String assetNum,
java.lang.String location,
java.lang.String siteId,
java.lang.String orgId) |
protected MboSetRemote |
FldWPLabor.getCRMatchSet() |
protected MboSetRemote |
FldAssignCraftRate.getCRMatchSet() |
boolean |
WOSet.getCurrent()
Gets the current setting which was set by the user.
|
boolean |
WOSetRemote.getCurrent() |
java.lang.String |
WMAssignmentSetRemote.getDispatchStr() |
java.lang.String |
WMAssignmentSet.getDispatchStr() |
boolean |
WMAssignmentSetRemote.getDisplayDialog() |
boolean |
WMAssignmentSet.getDisplayDialog() |
java.util.Date |
AssignmentSet.getEarliestDate()
Finds the earliest schedule date among the assigned or completed assignments in this AssignmentSet.
|
java.util.Map |
WOService.getEAToken()
Get token from EA
|
WoEditSettings |
WOService.getEditSettings(WO forWO)
Gets the edit settings for the status the workorder is at and its site.
|
MboRemote |
FailureReportSetRemote.getEndOfReport() |
MboRemote |
FailureReportSet.getEndOfReport()
Returns the end of the failure report.
|
java.lang.String |
WOSet.getExternalList(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteID,
java.lang.String orgID)
Returns the external list of synonyms for a given valuelist and maxvalue (+ site and org).
|
java.lang.String |
WOSetRemote.getExternalList(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteID,
java.lang.String orgID) |
java.lang.String |
WOSet.getExternalValues(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteID,
java.lang.String orgID)
Returns the external list of synonyms for a given valuelist and maxvalue (+ site and org).
|
java.lang.String |
WOSetRemote.getExternalValues(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteID,
java.lang.String orgID) |
MboSetRemote |
WO.getFailListForReport()
get the next level FailureList set for Failure Report.
|
MboSetRemote |
WORemote.getFailListForReport() |
java.lang.String |
FldNewSpecValue.getFirstTableAttribute(MboRemote atMbo)
Find the first table attribute
Temp method.
|
int |
WO.getFlowControlState()
Get the current state of this WO in the flow control process
|
int |
WO.getFlowControlState(WO wo,
java.lang.String status)
Get the current state of this WO in the flow control process
|
java.util.Vector |
WO.getGrandTotals()
Returns a vector of the totals to view the hierarchy grand totals.
|
java.util.Vector |
WORemote.getGrandTotals() |
java.util.HashSet |
WO.getHashForSelectedRecord()
Returns the HashSet that contains the selected workorder object.
|
java.lang.String[] |
WO.getHierarchies()
For Mbos that support multiple hiearchies, this method returns the names of all the hierarchy this Mbo is a
member of.
|
boolean |
WOSet.getHistory()
Get method for show no cancelled work orders filter.
|
boolean |
WOSetRemote.getHistory() |
MboSetRemote |
WPMaterialSet.getInvReserveSet()
IV34122:
|
WoEditSettings |
WOService.getISCalEditSettings(WO wo)
Gets the checks if is cal edit settings.
|
void |
WPMaterial.getItemCostFromInventory()
Sets the unitcost to the unitcost from Inventory object.
|
protected MboSetRemote |
WO.getJobPlanDataSheet(MboRemote jpDs)
Returns a MboSet with the active data sheet that is attached to the given PLUSCJPDATASHEET object.
|
MboSetRemote |
WOService.getJobPlans(WORemote wo,
java.lang.Boolean jpincludeclassless,
java.lang.Boolean jpassets)
Service Method to fetch Possible Job plans for a work order
|
java.lang.String |
WO.getJobRevNum(Mbo PlusCWO)
Gets the jobplan rev num.
|
Labor |
WOService.getLaborCode(UserInfo userInfo) |
MboSetRemote |
WOService.getLaborCraftRateSet(MboRemote assignment)
Filters the LaborCraftRate Set
|
java.lang.String |
AssignmentRemote.getLaborWorkZoneWhere(MboRemote owner) |
java.lang.String |
Assignment.getLaborWorkZoneWhere(MboRemote owner) |
java.lang.String |
AssignmentRemote.getLaborWorkZoneWhere(java.lang.String assetNum,
java.lang.String location,
java.lang.String siteId,
java.lang.String orgId) |
java.lang.String |
Assignment.getLaborWorkZoneWhere(java.lang.String assetNum,
java.lang.String location,
java.lang.String siteId,
java.lang.String orgId) |
LabTransSetRemote |
AssignmentRemote.getLabTransSet() |
LabTransSetRemote |
Assignment.getLabTransSet()
Allows a bean to retrieve a newly created labTrans MboSet for cleanup purposes if there was a problem.
|
java.lang.String |
FldAssignLaborCode.getLastFieldSet(MboRemote sourceMbo,
MboRemote currentMbo)
When a row is selected from a lookup with several fields that will all be set, this determines
which one will be set last.
|
java.util.Date |
AssignmentSet.getLatestDate()
Finds the latest finish date among the assigned or completed assignments in this AssignmentSet.
|
java.lang.Double |
WO.getLatitudeY() |
java.util.HashMap |
WO.getLCRSqlFormatHashMap(AssignmentSet assignSet)
Loops through the assignmentset and for each assignment in the Assigned state creates a SQLFormat object that
will allow us to fetch the correct LaborCraftRate object later on.
|
protected MboRemote |
WPLabor.getLCRWithDefaultCraft() |
MboSetRemote |
FldWpToolNum.getList()
List returned has existing tools
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldWpSerItemNum.getList()
Returns the list of item with ACTIVE, PLANNING or PENDOBS status
|
MboSetRemote |
FldWpMatLineType.getList()
Returns line type value list with ITEM, MATERIAL and SPORDER.
|
MboSetRemote |
FldWpMatItemNum.getList()
Returns the list of item with ACTIVE or PENDOBS status
|
MboSetRemote |
FldWpLaborCode.getList() |
MboSetRemote |
FldWorkType.getList() |
MboSetRemote |
FldWpMatLocation.getList()
List the storeroom locations based on the value filled in Storelocsite
and SiteID filled
The business rules are as follows
If the Storeroom Site is blank, the Storeroom lookup will show Storerooms from
Sites that belongs to the same Organization as the WO Site's Organization.
|
MboSetRemote |
FldWPMatStoreLocSite.getList() |
MboSetRemote |
FldWPLaborCraft.getList()
List returned has existing crafts
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldWPLabor.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldWOWONum.getList()
List returned has existing workorders
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldWOUserCustLoc.getList()
Show only the user custodian locations or/and public locations as well
|
MboSetRemote |
FldWOUserCustAssetnum.getList()
Show only the assets, which are not decommissioned
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldWOSafetyPlanID.getList()
This builds the displayed list of safetyplans based on the information selected in the dialog.
|
MboSetRemote |
FldWORepairFacility.getList()
Show locations with isrepairfacility set to true if the workorder's repairlocflag flag is set
|
MboSetRemote |
FldWOProblemCode.getList()
Returns the list to use when looking up a value for the ProblemCode.
|
MboSetRemote |
FldWOPointNum.getList() |
MboSetRemote |
FldWOParent.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldWOOrigRecordId.getList()
Shows either tickets or workorders depending on the origrecordclass.
|
MboSetRemote |
FldWOObservation.getList()
If the meter type is CHARACTERISTIC, then the list of ALNDOMAINVALUEs for
the meter's domain identifier is returned.
|
MboSetRemote |
FldWOLead.getList()
Return the value list.
|
MboSetRemote |
FldWOJobPlan.getList() |
MboSetRemote |
FldWOFinControlTaskID.getList()
This method is used by the lookup on the Task(fctaskid) field on the workorder.
|
MboSetRemote |
FldWOFinControlProjectID.getList()
This method is used by the lookup on the Project(fcprojectid) field on the workorder.
|
MboSetRemote |
FldWOFRLevelCode.getList()
Gets the list from it's linked attribute
|
MboSetRemote |
FldWODupFlag.getList()
Check whether or not the workorder has tasks,
if the Workorder has no tasks show the appropriate radiobuttons.
|
MboSetRemote |
FldWOContract.getList()
Returns approved maintance and service contracts and date range is active.
|
MboSetRemote |
FldWOAssetnum.getList() |
MboSetRemote |
FldWOAreasAffectedCommodity.getList() |
MboSetRemote |
FldWOAncestor.getList()
List returned has existing workorders
Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldWMWonum.getList()
In the query case, filter out tasks, leaving a list of WOGroups, that is,
WOs whose WONums equal their WOGroups.
|
MboSetRemote |
FldWMProblemCode.getList() |
MboSetRemote |
FldWMFollowUpFrom.getList()
When querying up a list, list all work orders that have follow up work.
|
MboSetRemote |
FldSpecificationNumValue.getList()
Return the value list from ALNDOMAINVALUE for the domainid if it exists else return an empty set.
|
MboSetRemote |
FldSpecificationAlnValue.getList()
Return the value list from ALNDOMAIN for the domainid if it exists else return an empty set.
|
MboSetRemote |
FldNewSpecValue.getList()
Returns all second level classifications in classstructure
if any level is not checked.
|
MboSetRemote |
FldMultiReplaceAssetNum.getList() |
MboSetRemote |
FldMultiPrFeature.getList() |
MboSetRemote |
FldMultiPrAssetNum.getList() |
MboSetRemote |
FldMultiMoveToParent.getList()
Show assets in a given site if movetosite is not null
|
MboSetRemote |
FldMultiMoveToLocation.getList()
If the itemnum is null, show only the non- inventory locations for a given site
else show only the locations in a given site
|
MboSetRemote |
FldMultiLocation.getList()
Get Lookup based on Asset Site
|
MboSetRemote |
FldMultiFeature.getList()
Show only the features that are associtated with this asset.
|
MboSetRemote |
FldMultiAssetNum.getList()
Get Lookup based on Asset Site
|
MboSetRemote |
FldDJPWOUnitsOfWork.getList() |
MboSetRemote |
FldAssignTaskId.getList() |
MboSetRemote |
FldAssignRepLocWonum.getList()
Show workorders with repairlocflag set to true
|
MboSetRemote |
FldAssignRepLocRepLoc.getList()
Show locations with isrepairfacility set to true
|
MboSetRemote |
FldAssignLaborCode.getList()
List returned has existing labor Flag to indicate whether this mbo is zombie or not.
|
MboSetRemote |
FldAssignCraftRate.getList()
Set the qbe's of the lookup.
|
MboSetRemote |
FldActualTaskID.getList()
Shows only the Task work orders owned by the WO owner.
|
MboSetRemote |
FldActualsTaskID.getList()
Shows only the Task work orders owned by the WO owner.
|
MboSetRemote |
WOSet.getListFromAllSites(int row,
java.lang.String attribute) |
MboSetRemote |
WOSetRemote.getListFromAllSites(int row,
java.lang.String attribute) |
void |
MultiAssetLocCI.getLocForAsset()
Called by the assetnum attribute to set the MultiAssetLocCI's location to the Asset's location
If the asset has a valid location for the MultiAssetLocCI, that location will be put on
the MultiAssetLocCI, if the location field is blank.
|
void |
WO.getLocForAsset()
Called by the assetnum attribute to set the work order's location to the Asset's location If the asset has a
valid location for the work order, that location will be put on the work order, if the location field is blank.
|
java.lang.String |
WOSet.getLocgroup()
Gets the locgroup setting which was set by the user.
|
java.lang.String |
WOSetRemote.getLocgroup() |
java.lang.String |
WOSet.getLocsystem()
Gets the locsystem setting which was set by the user.
|
java.lang.String |
WOSetRemote.getLocsystem() |
java.lang.Double |
WO.getLongitudeX() |
java.lang.String |
FldWOOrigRecordId.getLookupName() |
java.lang.String |
FldWOObservation.getLookupName()
This method returns valuelist in case of characteristic meter.
|
java.lang.String |
FldNewSpecValue.getLookupName() |
MboRemote |
WO.getLoopRotAsset(MboRemote toolMbo)
Gets the loop rot asset.
|
java.lang.String |
WOSet.getMaxAppsWhere()
IV98844: overrides getMaxAppsWhere to detect if the app is true WO based app.
|
MboRemote |
FailureReportSet.getMbo(int index)
Overrode getMbo to return the nth mbo in the ordered report.
|
protected Mbo |
WpEditSettingSet.getMboInstance(MboSet ms)
Generates a new WpEditSetting object.
|
protected Mbo |
WorkTypeSet.getMboInstance(MboSet ms)
Factory method to create a work type object.
|
protected Mbo |
WorkPrioritySet.getMboInstance(MboSet ms)
Factory method to create a work priority.
|
protected Mbo |
WorkOrderSpecSet.getMboInstance(MboSet ms)
Generate a new WorkOrderSpec object
|
protected Mbo |
WoTagOutSet.getMboInstance(MboSet ms)
Generate a new WoTagOut object
|
protected Mbo |
WoTagLockSet.getMboInstance(MboSet ms)
Generate a new WoTagLock object
|
protected Mbo |
WoSchedActivitySet.getMboInstance(MboSet ms)
Generate a new WoSchedActivity object
|
protected Mbo |
WoSafetyPlanSet.getMboInstance(MboSet ms)
Generate a new WoSafetyPlan object
|
protected Mbo |
WoSafetyLinkSet.getMboInstance(MboSet ms)
Generate a new WoSafetyLink object
|
protected Mbo |
WoPrecautionSet.getMboInstance(MboSet ms)
Generate a new WoPrecaution object
|
protected Mbo |
WoLockOutSet.getMboInstance(MboSet ms)
Generate a new WoLockOut object
|
protected Mbo |
WoHazardSet.getMboInstance(MboSet ms)
Generate a new WoHazard object
|
protected Mbo |
WoHazardPrecSet.getMboInstance(MboSet ms)
Generate a new WoHazardPrec object
|
protected Mbo |
WoAncestorSet.getMboInstance(MboSet ms)
Factory method to create a WoAncestor object.
|
protected Mbo |
WPToolSet.getMboInstance(MboSet ms)
Generate a new WPTOOL object.
|
protected Mbo |
WPServiceSet.getMboInstance(MboSet ms)
Factory method to create a work plan service.
|
protected Mbo |
WPMaterialSet.getMboInstance(MboSet ms)
Factory method to create a work plan material.
|
protected Mbo |
WPLaborSet.getMboInstance(MboSet ms)
Generates a new WPLabor object.
|
protected Mbo |
WPItemSet.getMboInstance(MboSet ms)
Factory method to create a work plan Item.
|
protected Mbo |
WOWeatherAlertSet.getMboInstance(MboSet ms) |
protected Mbo |
WOTaskRelationSet.getMboInstance(MboSet ms)
Generates a new WOTaskRelation object.
|
protected Mbo |
WOStatusSet.getMboInstance(MboSet ms)
Factory method to create work order status.
|
protected Mbo |
WOReleaseSet.getMboInstance(MboSet ms)
Generates a new WORELEASE object.
|
protected Mbo |
WOMeterSet.getMboInstance(MboSet ms)
Factory method to create a work order meter object.
|
protected Mbo |
WOLocUserCustSet.getMboInstance(MboSet ms)
Generate a new WOLocUserCust object
|
protected Mbo |
WOContractSet.getMboInstance(MboSet ms) |
protected Mbo |
WOChangeSet.getMboInstance(MboSet ms)
Generates a new WOCHANGE object.
|
protected Mbo |
WOAssetsToMoveSet.getMboInstance(MboSet ms)
Factory method to create an PmWorkGeneration object.
|
protected Mbo |
WOAssetUserCustSet.getMboInstance(MboSet ms)
Generate a new WOAssetUserCust object
|
protected Mbo |
WOAreasAffectedSet.getMboInstance(MboSet ms)
Generates a new WOAREASAFFECTED object.
|
protected Mbo |
WOActivitySet.getMboInstance(MboSet ms)
Generates a new WOACTIVITY object.
|
protected Mbo |
WMAssignmentSet.getMboInstance(MboSet ms)
Factory method to create an assignment object.
|
protected Mbo |
PriCalcSet.getMboInstance(MboSet ms)
Factory method to create a priority calculation.
|
protected Mbo |
PMSchedActivitySet.getMboInstance(MboSet ms)
Generate a new PMSchedActivity object
|
protected Mbo |
OwnerHistorySet.getMboInstance(MboSet ms)
Generate a new OwnerHistory object
|
protected Mbo |
MultiAssetLocCISet.getMboInstance(MboSet ms)
Generate a new WOAssetsPlan object
|
protected Mbo |
MultiAssetLocCIPrSet.getMboInstance(MboSet ms)
Factory method to create a MultiAssetLocCIPr object.
|
protected Mbo |
FailureReportSet.getMboInstance(MboSet ms)
Generates a new failure report object
|
protected Mbo |
FailureRemarkSet.getMboInstance(MboSet ms)
Generate a new FailureRemark object.
|
protected Mbo |
AutoAttrUpdateSet.getMboInstance(MboSet ms)
Generate a new AutoAttrUpdate object
|
protected Mbo |
AssignRepLocSet.getMboInstance(MboSet ms)
Factory method to create an AssignRepLoc object.
|
protected Mbo |
WOSet.getMboInstance(MboSet ms)
Factory method to create work orders.
|
protected Mbo |
AssignmentSet.getMboInstance(MboSet ms)
Factory method to create an assignment object.
|
MboSetRemote |
WoSafetyLink.getMboSet(java.lang.String name)
The override logic is used ONLY for the Wotrack Hazards and Precautions subtab,
for parent WoSafetyLink (Hazard) retrieving WoHazardPrec via
relationship "WOHAZARDPREC".
|
MboSetRemote |
WO.getMboSet(java.lang.String name)
Overridden to support faux MboSets
|
java.util.Vector |
WPMaterialSet.getModifiedWPMVector()
IJ30306:
|
boolean |
WOSet.getNoCancelled()
Get method for show no cancelled work orders filter.
|
boolean |
WOSetRemote.getNoCancelled() |
java.lang.String |
FldWOObservation.getObservationDomainId()
This method finds the meter name based on pointnum.
|
java.util.Hashtable |
WMAssignmentSetRemote.getOriginalWMQbe() |
java.util.Hashtable |
WMAssignmentSet.getOriginalWMQbe() |
java.lang.String |
WMAssignmentSetRemote.getOriginalWMUserWhere() |
java.lang.String |
WMAssignmentSet.getOriginalWMUserWhere() |
java.util.Hashtable |
WOSet.getOriginalWOQbe() |
java.util.Hashtable |
WOSetRemote.getOriginalWOQbe() |
java.lang.String |
WOSet.getOriginalWOUserWhere() |
java.lang.String |
WOSetRemote.getOriginalWOUserWhere() |
MboSetRemote |
WO.getOwnSet()
Creates a MboSetRemote containing this single Mbo.
|
MboSetRemote |
WORemote.getOwnSet() |
MboValueData[] |
WOSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs)
Returns zero or one parent object for the given object in the hierarchy.
|
WO |
WO.getParentMbo()
Returns the work order which is the parent of a parent + children combined display.
|
java.lang.String |
FailureReportSetRemote.getParentOfProblemCode() |
java.lang.String |
FailureReportSet.getParentOfProblemCode()
Returns the parent key into FailureList for the 1st level of the report.
|
MboSetRemote |
WO.getParents()
Gets the MboSet representing the parents of this Mbo in the hierarchy.
|
java.util.Vector |
WOService.getParentsInChangeStatus()
IV76966: Called by WO
|
MboValueData[][] |
WOSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all objects in the path to the top from the current object, i.e.
|
double |
FldAssignRate.getPayRateFromLCR() |
double |
FldAssignRate.getPayRateFromLCR(boolean isCraftNull) |
PMRemote |
WO.getPM()
get the related PM mbo
|
java.util.Date |
WO.getPMExtDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
WORemote.getPMExtDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
WO.getPMNextDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
WORemote.getPMNextDate(java.util.Date date,
java.lang.String calledFromFlag) |
boolean |
WO.getPMWOCancelUserListResponse()
Get the User's Stored Response from Cancel Yes/No Dialog.
|
boolean |
WORemote.getPMWOCancelUserListResponse() |
int |
WO.getPMWOCancelUserMainAndChildren()
IV31668/61883 - issue12-14560
Get the User's Stored Response from Cancel Yes/No Dialog.
|
double |
WO.getPOTotal()
Gets the total PO cost for this workorder.
|
double |
WORemote.getPOTotal() |
java.util.Vector |
WO.getPredecessors()
Gets the predecessors.
|
java.lang.String |
WO.getPreviousParent() |
double |
WO.getPRTotal()
Gets the total PR cost for this workorder.
|
double |
WORemote.getPRTotal() |
MboRemote |
WOService.getQuickReportingWO(UserInfo userInfo) |
protected double |
WPLabor.getRateForLabor()
Sets the rate from the payrate of the labor object.
|
java.lang.String |
WO.getRecordMboName()
Gets the record mbo name.
|
boolean |
WO.getRemoveWorkPlan()
Gets the Remove Work Plan flag that was set by the setRemoveWorkPlan method.
|
boolean |
WORemote.getRemoveWorkPlan() |
boolean |
WO.getRemoveWorkPlanFlag()
Gets the Remove Work Plan flag that was set by the setRemoveWorkPlanFlag method.
|
void |
WPItem.getRequiredMaterialCost()
Supplies a unit cost for direct requests.
|
MboRemote |
FldAssignScheduleDate.getResourceMbo(MboRemote mbo,
FldAssignScheduleDate.Resource resourceName) |
java.lang.String |
WO.getSafetyPlanID()
Determines the safety plan based on the Location, assetnum, and job plan, but DOES NOT set value for the
workorder's safetyplanid.
|
WOServiceAddressRemote |
WO.getServiceAddress() |
java.lang.String |
WO.getServiceContractInClause()
this method will populate the Service Contract inclause for this work order, it's called from wocontract field
class.
|
double |
WO.getServiceTotal()
Gets the total service cost for this workorder.
|
double |
WORemote.getServiceTotal() |
void |
AssignmentSetRemote.getSevenDayWindow(CalendarViewSetRemote calendarViewSet)
Limits the AssignmentSet to those assignments that fall within the seven-day
range defined by the calendarViewSet fields.
|
void |
AssignmentSet.getSevenDayWindow(CalendarViewSetRemote calendarViewSet)
Limits the AssignmentSet to those assignments that fall within the seven-day
range defined by the calendarViewSet fields.
|
MboSetRemote |
WO.getSharedMatUseTransSet(MboRemote wpm)
IV60366: method to getsharedmboset of matusetrans in this wpmaterial set of this work order
|
MboValueData[][] |
WOSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more siblings of the given object in the hierarchy.
|
WOSetRemote |
WO.getSimilarWorkOrders()
Returns a list of similar work orders.
|
WOSetRemote |
WORemote.getSimilarWorkOrders()
/**
|
MboRemote |
WOSet.getSourceWODuplicatedBy()
IV32850/64208:get the original wo that duplicat() is happening - this is used in WO.createAssociatedWOSA
and wo.duplicate()
|
protected SqlFormat |
FldWPLabor.getSqlForEnteredFields() |
protected SqlFormat |
FldAssignCraftRate.getSqlForEnteredFields() |
java.lang.String |
WO.getStartStatusForWorkType()
Gets the start status for work type.
|
java.lang.String |
WO.getStartStatusForWorkType(WO wo)
Gets the start status for work type.
|
java.lang.String |
WO.getStatus(java.lang.String status)
Gets the translatable status for WOSTATUS.
|
java.lang.String |
WORemote.getStatus(java.lang.String status) |
protected MboSetRemote |
WO.getStatusHistory()
Gets the wostatus objects.
|
MboRemote |
WO.getStopTimerLabtrans()
Get LabTrans on which Stop Timer has been executed.
|
MboRemote |
WORemote.getStopTimerLabtrans() |
MboRemote |
MultiAssetLocCISetRemote.getStoreroomRecRotating(java.lang.String storeAndSite)
67709
|
MboRemote |
MultiAssetLocCISet.getStoreroomRecRotating(java.lang.String storeAndSite)
67709
|
MboSetRemote |
WO.getSubWorkOrders()
Returns the mboset of sub-work orders under this work order.
|
MboSetRemote |
WORemote.getSubWorkOrders() |
protected MboRemote |
WO.getSuccessorObjectForAction(MboRemote successor)
Given a successor workorder object return the successor as a WORKORDER, WOACTIVITY, WOCHANGE or WORELEASE object.
|
java.util.Vector |
WO.getSuccessors()
Gets the successors.
|
MboRemote |
FldNewSpecValue.getTableDomainObject(MboRemote atMbo)
getTableDomainObject - copy from SearchAttribute.getTableDomainObject()
Temp method.
|
java.util.Date |
WO.getTargStartDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.util.Date |
WORemote.getTargStartDate(java.util.Date date,
java.lang.String calledFromFlag) |
java.lang.String |
WO.getTaskForWonum(java.lang.String wonum)
Gives the proper TaskID for a work plan record, given the work order number.
|
java.lang.String |
WO.getTaskIdsThatAcceptCharges()
Determines which tasks on a WO can accept charges
|
java.lang.String |
WORemote.getTaskIdsThatAcceptCharges() |
MboSetRemote |
WO.getTasksOnly()
Gets the MboSet representing the children of this Mbo in the hierarchy.
|
ToolTransSetRemote |
AssignmentRemote.getToolTransSet()
Allows a bean to retrieve a newly created TOOLTRANS MboSet for cleanup purposes if there was a problem.
|
ToolTransSetRemote |
Assignment.getToolTransSet() |
MboSetRemote |
WO.getTop()
Gets the MboSet representing top-level Mbos above this Mbo in the hierarchy.
|
MboValueData[][] |
WOSet.getTop(java.lang.String[] attrs,
int maxRows)
Returns all the top level objects in the hierarchy, i.e.
|
Assignment |
WO.getToplevelParentAssign(Assignment assign,
AssignmentSet assignSet,
java.util.HashMap assignIndexMap)
Given an assignment and the assignmentset containing the assignment, this method will return the top-level parent
assignment of the passed assignment.
|
MboRemote |
WO.getTopOwner()
get the top wo owner work order.
|
MboRemote |
WO.getTopWOInWOGen()
IV98821
I
|
java.lang.String |
WO.getTranslatedWorkTypeCal()
Returns the translated value of the PLUSCWORKTYPECAL maxvar.
|
java.util.Vector |
WOSet.getUncommittedAncestorVector()
12-10173/IV12943:WOANCESOTR did not go out via publish channel
|
java.util.Vector |
WO.getUnCommittedWOs()
IV98812:uncomm
|
java.lang.String |
AssignmentSet.getUserAndQbeWhere() |
java.lang.String |
WOSet.getUserWhere(java.lang.String alias)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
java.lang.String |
WO.getWOClassDescription(MboRemote theMboRemote)
Gets the wO class description.
|
java.lang.String |
WORemote.getWOClassDescription(MboRemote theMboRemote) |
protected java.util.Date |
WPLabor.getWODate() |
java.util.Date |
WO.getWODate()
this method will return the date for search warranties.
|
MboRemote |
WO.getWOforTask(java.lang.String task)
Finds the work order given a task ID.
|
WORemote |
WO.getWOforWonum(java.lang.String wonum)
Finds the work order given a work order number.
|
WORemote |
WO.getWoFromCombined(java.lang.String findWonum)
Looks up the wonum from the parent and children set and returns the one with the matching wonum.
|
WORemote |
WORemote.getWoFromCombined(java.lang.String findWonum) |
java.util.Map |
WO.getWoHazardPrecHashMap()
For IJ36845
Initialize/get Map WoHazardPrecHashMap
Key is precautionid
Value is the number of hazards on the WO that have this precaution
|
java.lang.String |
WO.getWOObjectName()
Gets the wO object name.
|
java.lang.String |
WORemote.getWOObjectName()
Gets the wO object name.
|
MboRemote |
FldInterfaceWonum.getWoOwner()
Helper method determines when this attribute's Mbo is owned by a workorder.
|
MboRemote |
WO.getWoOwnerDuringStatusChange()
IV31668/61883 - issue12-14560
|
java.util.Date |
FldAssignScheduleDate.getWorkDatePlusDifference(java.util.Date wpWorkDate,
java.util.GregorianCalendar scratchCal,
int offset)
The method is passed a date and returns a different date that differs by the amount of offset.
|
MboSetRemote |
WO.getWorkLog()
Fetches related worklogs
|
MboSetRemote |
WOServiceRemote.getWorkLog(MboRemote wo,
java.lang.Boolean viewSR) |
MboSetRemote |
WOService.getWorkLog(MboRemote wo,
java.lang.Boolean viewSR)
Gets the work log entries for the current workorder.
|
java.lang.String |
WO.getWorkType()
Returns this workorder's WORKTYPE TYPE attribute value, converted to the internal (not translated)
representation.
|
java.lang.String |
WORemote.getWorkType()
Returns this workorder's WORKTYPE TYPE attribute value.
|
boolean |
WOService.getWorkTypeAttribute(WO forWO,
java.lang.String attr)
Determines the value for this workorder's worktype attribute.
|
java.lang.String |
WO.getWorkTypeCal()
Returns the value of the PLUSCWORKTYPECAL maxvar, which determines the type of worktype that marks a workorder a
calibration.
|
java.lang.String |
WORemote.getWorkTypeCal()
Returns the value of the PLUSCWORKTYPECAL maxvar, which determines the type of worktype that marks a workorder a
calibration.
|
WOServiceAddressRemote |
WO.getWOServiceAddress() |
WOServiceAddressRemote |
WORemote.getWOServiceAddress()
Return the WO service address for the current WO
|
java.util.Date |
AssignmentRemote.getWPEndDateTime(MboRemote WorkTimeMbo,
java.util.Date wpStartDateTime,
java.util.GregorianCalendar scratchCal,
AvailCalc availCalc) |
java.util.Date |
Assignment.getWPEndDateTime(MboRemote WorkTimeMbo,
java.util.Date wpStartDateTime,
java.util.GregorianCalendar scratchCal,
AvailCalc availCalc)
Gets the end datetime for a workperiod.
|
MboRemote |
WPMaterial.getWPMInVector(java.util.Vector v)
IJ30306
|
void |
WO.handleChildren()
Deletes the Work Order Hierarchy.
|
void |
WORemote.handleChildren() |
void |
WO.handleTasks()
Deletes the Work Order and its Tasks.
|
void |
WORemote.handleTasks() |
void |
WO.handleUndeleteChildren()
Undeletes the Work Order, its children and its tasks.
|
void |
WORemote.handleUndeleteChildren() |
void |
WO.handleUndeleteTasks()
Undeletes the Work Order and its Tasks.
|
void |
WORemote.handleUndeleteTasks() |
boolean |
WO.hasActuals()
Determines whether this work order has any actuals.
|
boolean |
WO.hasChildren()
Indicates that this Mbo has Mbos underneth it in the hierarchy
|
java.lang.Boolean |
WO.hasCoords() |
protected boolean |
WOStatusHandler.hasDS()
Tell whether the parent Workorder has data sheets associated.
|
boolean |
WO.hasParents()
Indicates that this Mbo is owned by another Mbo in the hierarchy.
|
boolean |
WO.hasPlanMoveModify()
Determines whether this work order has any plan move/modify.
|
boolean |
WO.hasSafetyPlan()
Indicates that this WO has a Safety Plan and/or Safety Plan ID.
|
boolean |
WO.hasServiceAddress() |
protected boolean |
WOStatusHandler.hasTools()
Tell whether the parent Workorder has tool associated.
|
void |
WO.haveReceivedDirectIssue(MboRemote poMbo,
MboRemote poLineMbo)
Called by MatRecTrans when it has received direct request materials for this work order.
|
void |
WORemote.haveReceivedDirectIssue(MboRemote poMbo,
MboRemote poLineMbo) |
void |
WO.incrActLabCost(double incrAmount,
boolean isOutsideCost)
Adds to the work order's actual labor cost from outside the object.
|
void |
WORemote.incrActLabCost(double incrAmount,
boolean isOutsideCost) |
void |
WO.incrActLabHrs(double incrAmount,
boolean isExternal)
Adds to the work order's actual labor hours total from outside the object.
|
void |
WORemote.incrActLabHrs(double incrAmount,
boolean isExternal) |
void |
WO.incrActMatCost(double incrAmount,
boolean isOutsideCost)
Adds to the work order's actual material cost from outside the object.
|
void |
WORemote.incrActMatCost(double incrAmount,
boolean isOutsideCost) |
void |
WO.incrActServCost(double incrAmount)
Adds to the work order's actual service cost from outside the object.
|
void |
WORemote.incrActServCost(double incrAmount) |
void |
WO.incrActToolCost(double incrAmount,
boolean isOutsideCost)
Adds to the work order's actual tool cost from outside the object.
|
void |
WORemote.incrActToolCost(double incrAmount,
boolean isOutsideCost) |
void |
WO.incrEstLabCost(double incrAmount,
boolean isExternal)
Increments/Decrements the estimated labor cost that is associated with the work order.
|
void |
WO.incrEstLabHours(double incrAmount,
boolean isExternal)
Used to increment/decrement the estimated labor hours on the work order.
|
void |
WO.incrEstMatCost(double incrAmount)
Adds to the work order's estimated material cost from outside the object.
|
void |
WO.incrEstServCost(double incrAmount)
Adds to the WO's EstServCost attribute from outside object.
|
void |
WORemote.incrEstServCost(double incrAmount) |
void |
WO.incrEstToolCost(double incrAmount)
Adds to the work order's estimated tool cost from outside the object.
|
void |
WpEditSetting.init()
Sets the status to read only.
|
void |
WorkType.init()
Initialize the object.
|
void |
WorkPriority.init()
Initialize the object.
|
static WorkOrderListener |
WorkOrderListener.init()
Returns the listener object.
|
void |
WoTagOut.init()
Must be owned by workorder or wosafetylink.
|
void |
WoTagLock.init()
Owner must be workorder, wotagout, wosafetylink (for the tagout) or wolockout.
|
void |
WoSafetyPlan.init()
Owner must be workorder.
|
void |
WoSafetyLink.init()
Owner must be workorder, wosafetylink, wohazard, or wotagout.
|
void |
WoPrecaution.init()
Owner must be workorder, wohazardprec, or wohazard.
|
void |
WoLockOut.init()
Owner must be workorder, wotaglock, or wotagout.
|
void |
WoHazardPrec.init()
Owner must be workorder, wohazard, wosafetylink or woprecaution.
|
void |
WoHazard.init()
Owner must be workorder or wosafetylink.
|
void |
WPTool.init()
Initialize the WPTool object.
|
void |
WPService.init()
Initialize the WPService object, owner must be workorder
|
void |
WPMaterial.init()
Initialize the WPMaterial object, owner must be workorder
|
void |
WPLabor.init()
Initialize the WPLabor object.
|
void |
WOTaskRelation.init() |
void |
WOStatusSet.init()
Initialize the set.
|
static WOStatusChangeListener |
WOStatusChangeListener.init()
Returns the listener object.
|
void |
WOStatus.init()
Initailze the object to be read only.
|
void |
WOMeter.init()
Initialize the object.
|
void |
WOLocUserCust.init() |
void |
WOContract.init() |
void |
WOAssetsToMove.init() |
void |
WOAssetUserCust.init() |
void |
WOAreasAffected.init() |
void |
WMAssignment.init()
Initialization routine.
|
void |
RemoveWOWeatherAlertCronTask.init() |
void |
PriCalc.init()
Initialize the Pricalc object.
|
void |
PopulateWOWeatherAlertCronTask.init() |
void |
OwnerHistory.init()
Initailze the object to be read only.
|
void |
MultiAssetLocCI.init() |
void |
FldWpMatItemNum.init()
The ItemNum is read/only for material lines.
|
void |
FldWpMatDirectReq.init()
The Direct Request flag is read/only for material lines.
|
void |
FldWPLaborTotalHrs.init() |
void |
FldWOWarrantyExist.init()
The init method makes this field always read/only.
|
void |
FldWOWarrantyDate.init()
The init method makes this field always read/only.
|
void |
FldWOWONum.init() |
void |
FldWOTaskID.init()
TaskID on the parent is read/only.
|
void |
FldWOSequence.init()
Check Parent attribute and set read/only flag.
|
void |
FldWOSafetyPlanID.init()
Safety Plan is real-only if it is not null or the workorder's status is not WAPPR.
|
void |
FldWOSLAApplied.init()
The init method makes this field always read/only.
|
void |
FldWOProblemCode.init()
If a failure class has not been specified, the field is read only.
|
void |
FldWOJobPlan.init()
Job Plan is real-only if it is not null or the workorder's status is not WAPPR
or if there exists work plan components already.
|
void |
FldWOFRLevelCode.init()
In order for this guy to be editable, the FailureReport set needs to have or
be able to have a Mbo at this level.
|
void |
FldWOEstToolCost.init()
EstToolCost is read/only if the WO has WPTool.
|
void |
FldWOEstServCost.init()
EstServCost is read/only if the WO has services defined in PO.
|
void |
FldWOEstMatCost.init()
EstMatCost is read/only if the WO has WPMaterial.
|
void |
FldWOEstLabHrs.init()
EstLabHrs is read/only if the WO has WPLabor.
|
void |
FldWOEstLabCost.init()
EstLabCost is read/only if the WO has WPLabor.
|
void |
FldWOContractAssetDesc.init()
The init method makes this field always read/only.
|
void |
FldWOContractAsset.init()
The init method makes this field always read/only.
|
void |
FldWOCombinedTotal.init()
These attributes are read/only for now.
|
void |
FldWOChargeStore.init()
Field is not editable if the work order doesn't have a piece of
asset eligible for Charge to Store, or if any Actuals have
been reported against the WO.
|
void |
FldWOAreasAffectedLongDescription.init() |
void |
FldWOAreasAffectedDescription.init() |
void |
FldWOAcceptsCharges.init()
Set field editability
|
void |
FldPCPhys.init() |
void |
FldEnteredAsTask.init()
This attribute is always read/only.
|
void |
FldDJPWOUnitsOfWork.init() |
void |
FldDJPWOTotalWorkUnits.init() |
void |
FailureReport.init()
Initailzation rountine.
|
void |
AssignRepLoc.init()
Initialization routine.
|
void |
FldTaskID.init()
TaskID is read/only if the wonum is not set.
|
void |
FldActualsTaskID.init()
This field is read/only outside a work order application.
|
void |
Assignment.init()
Initialization routine.
|
void |
WO.init()
Initialization routine.
|
void |
WOService.initCriteriaList(java.util.Hashtable criteriaTable)
Criteria defined for the WOService object:
OPEN - all open work orders.
|
void |
AutoAttrUpdate.initFieldFlagsOnMbo(java.lang.String attrName) |
void |
WoSafetyLink.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
If the owner is Wosafetylink and the child is Wosafetylink, then store the relation name.
|
void |
WO.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldWpToolReserveReq.initValue() |
void |
FldWpToolLocation.initValue()
Location is usually required, but read/only if the direct request flag is true.
|
void |
FldWpToolLineCost.initValue()
Set LineCost to the product of it's components.
|
void |
FldWpSerLineCost.initValue()
Set LineCost to the product of it's components.
|
void |
FldWpSerItemNum.initValue()
The ItemNum is read/only for material lines.
|
void |
FldWpSerDirectReq.initValue()
The Direct Request flag is read/only for service lines.
|
void |
FldWpMatVendor.initValue()
Vendor is read/only if the direct request flag is not set.
|
void |
FldWpMatRequestBy.initValue()
Requestby is read/only if the direct request flag is not set.
|
void |
FldWpMatItemNum.initValue()
If the material is condition enabled , make conditiondode Field editable
|
void |
FldWpLaborLineCost.initValue()
Sets LineCost to the product of it's components.
|
void |
FldWpLaborDisplayRate.initValue()
If the ratehaschanged is true, then set the displayrate value with rate
else get the rate from laborcraftrate or craftrate based on the planned labor
|
void |
FldWpItemReserveReq.initValue() |
void |
FldWorkTypeStartStatus.initValue() |
void |
FldWpMatLocation.initValue()
Location is usually required, but read/only if the direct request flag is true.
|
void |
FldWPLaborTotalHrs.initValue() |
void |
FldWOWorkLog.initValue()
Sets the WORKLOG property to true, in case the MODIFYWORKLOG MboSet is not empty.
|
void |
FldWOWarrantyExist.initValue()
Upon initialization, this field's value is set to true or false based on wocontract records for the
the Equipment or Location of this work order.
|
void |
FldWOWarrantyDate.initValue()
Upon initialization, this field's value is set to either the Equipment's or Location's
Warranty Expiration Date.
|
void |
FldWOWarrNotice.initValue()
If the column has yet to be given a value, EnteredAsTask defaults to false.
|
void |
FldWOWTAlert.initValue()
Sets WTAlert to the product of it's components.
|
void |
FldWOValidationErrorWarn.initValue() |
void |
FldWOTotalCombinedTotal.initValue()
Set the value of total combined total.
|
void |
FldWOSafetyPlanID.initValue()
Set SafetyPlanID to the related WOSafetyPlan's SafetyPlanID.
|
void |
FldWOSLAApplied.initValue()
Upon initialization, this field's value is set to true or false based on wocontract records for the
the Equipment or Location of this work order.
|
void |
FldWOReportedByName.initValue() |
void |
FldWOReportedByID.initValue() |
void |
FldWORepLocScheduleDate.initValue()
Sets WTAlert to the product of it's components.
|
void |
FldWORemarkField.initValue()
If there is no FailureRemark created, these values are null.
|
void |
FldWOOnBehalfOfName.initValue() |
void |
FldWOOnBehalfOfID.initValue() |
void |
FldWOLocUserCustPrimary.initValue()
If a Person WillBePrimary is true and the person is in other work orders,
set WillBePrimary to be true for other records.
|
void |
FldWOJobPlan.initValue()
Construct and attach to the MboValue.
|
void |
FldWOJPClass.initValue()
Field is read only if its parent is readonly
|
void |
FldWOInspFormNum.initValue() |
void |
FldWOHasLinear.initValue()
If the WO has a linear asset attached to it, either in the header or in one of the
MultiAssetLocCI rows, then hasLinear is true; otherwise, false.
|
void |
FldWOFinControlTaskID.initValue()
Initialize this non-persistant field.
|
void |
FldWOFinControlProjectID.initValue()
Initialize this non-persistant field.
|
void |
FldWOFRLevelCode.initValue()
Set this value to it's matching level value.
|
void |
FldWOEstTotalCost.initValue()
Set the value of EstTotalCost.
|
void |
FldWOEstLabCost.initValue()
Recalculate EstLabCost when WO is not approved to get total using latest labor rates.
|
void |
FldWOEstAtApprTotalCost.initValue()
Set the value of EstAtApprTotalCost.
|
void |
FldWODupFlag.initValue()
Initializes the default radio button.
|
void |
FldWOCombinedTotal.initValue()
Store which attribute this object is attached to.
|
void |
FldWOAssetsToMoveMoveToSite.initValue() |
void |
FldWOAssetsToMoveMoveToParent.initValue()
Determine the correct value for this field.
|
void |
FldWOAssetsToMoveMoveToLoc.initValue() |
void |
FldWOAssetsToMoveAssetnum.initValue()
Determine the correct value for this field.
|
void |
FldWOAssetUser.initValue() |
void |
FldWOAssetFilterBy.initValue() |
void |
FldWOAssetCust.initValue() |
void |
FldWOActivityParentProcess.initValue() |
void |
FldWOActTotalCost.initValue()
Set ActTotalCost to the total of it's components.
|
void |
FldWPTaskID.initValue()
Sets the value of this attribute based on the whether it's work oder
is currently the parent or a child.
|
void |
FldSuspendFlow.initValue()
Field is read only if not in flow control or if its on a task
|
void |
FldPCPhys.initValue() |
void |
FldPCActHrs.initValue() |
void |
FldOldSpecValue.initValue()
set initial value based on oldalnvalue, oldnumvalue or oldtablevalue
|
void |
FldNewSpecValue.initValue()
set initial value based on newalnvalue, newnumvalue or newtablevalue
|
void |
FldMultiNewReplaceAssetNum.initValue() |
void |
FldMultiNewAssetNum.initValue() |
void |
FldMultiMoveToSite.initValue() |
void |
FldMultiInspFormNum.initValue() |
void |
FldFlowControlled.initValue()
Field is read only if its parent is readonly
|
void |
FldFlowActionAssist.initValue() |
void |
FldFlowAction.initValue() |
void |
FldEnteredAsTask.initValue()
If the column has yet to be given a value, EnteredAsTask defaults to false.
|
void |
FldAssignWpOperation.initValue()
Sets wpOperation to the product of it's components.
|
void |
FldAssignWorkzone.initValue()
Sets workzone to the product of it's components.
|
void |
FldAssignTaskId.initValue()
Sets the value of this attribute based on the whether it's work oder
is currently the parent or a child.
|
void |
FldAssignResourceLock.initValue() |
void |
FldAssignRate.initValue()
Sets Rate to the product of it's components.
|
void |
FldAssignName.initValue()
Sets Name to the product of it's components.
|
void |
FldAssignLabor.initValue()
Sets FldAssignLabor to the product of it's components.
|
void |
FldAssignAppointment.initValue() |
void |
FldInterfaceWonum.initValue()
This method sets the initial value of the Wonum as well as the TaskID nonpersistent
attributes.
|
void |
FldTaskID.initValue()
Ask for the value of the wonum field which will set this field.
|
void |
FldActualsTaskID.initValue()
Sets the value of this attribute based on the whether it's work order
is currently the parent or a child.
|
MboSetRemote |
AssignmentSetRemote.interruptAssignment()
Interrupt Assignment.
|
MboSetRemote |
AssignmentSet.interruptAssignment()
Interrupt the assignments -- loop through them and change their status to
"INTERPT" one by one, which will trigger events in fldAssignStatus.
|
void |
AssignmentRemote.interruptAssignment(java.util.Date interruptDate)
Interrupt Assignment.
|
void |
Assignment.interruptAssignment(java.util.Date interruptDate)
Interrupt Assignment.
|
void |
WOServiceRemote.interruptAssignment(MboRemote assignment) |
void |
WOService.interruptAssignment(MboRemote assignment) |
boolean |
WO.isApproved()
This method determines whether the work order is in an approved state.
|
boolean |
WORemote.isApproved() |
boolean |
WO.isAssetChargeStore()
Examines the work order's asset to see if it could be on a charge to store work order.
|
boolean |
WORemote.isAssetChargeStore() |
boolean |
FldAssignScheduleDate.isAssignMidnightSpanning(Assignment assignMbo)
Examines an Assignment and asks if the time range defined spans midnight.
|
boolean |
WO.isAsyncStatusChange()
IJ04817
When cancelling an individual WO in background while the record is open, PM/PO Y/N/C dialog does not show, and WO is not cancelled.
|
boolean |
WO.isCalculationAppliedSuccessfully() |
boolean |
WORemote.isCalculationAppliedSuccessfully() |
boolean |
WO.isCalibrationInstalled()
Return true if License Key CALIBRATION is installed.
|
boolean |
WORemote.isCalibrationInstalled() |
boolean |
WO.isCanceled()
Returns true if this work order was canceled.
|
boolean |
WO.isChangeInHierarchy() |
boolean |
WO.isCharacteristic()
This method checks if the measurepoint belongs to the characteristic meter.
|
boolean |
FailureReportSetRemote.isComplete() |
boolean |
FailureReportSet.isComplete()
Returns whether this report can be added to.
|
protected boolean |
WO.IsCreatingChild()
returns a flag indicating that workorder created is child or not
|
boolean |
WO.isCrew(java.lang.String laborCode,
java.lang.String laborOrg)
Return true if labor is a crew member.
|
boolean |
WORemote.isCrew(java.lang.String laborCode,
java.lang.String laborOrg) |
boolean |
WPToolRemote.isCrewTool() |
boolean |
WPTool.isCrewTool() |
boolean |
WO.isFlowControlComplete()
Helper method used to determine if the status is at or beyond the WorkType.COMPLETESTATUS value.
|
boolean |
WO.isFlowControlComplete(WO wo,
java.lang.String status)
Helper method used to determine if the status is at or beyond the WorkType.COMPLETESTATUS value.
|
boolean |
WORemote.isFromMobile() |
boolean |
WO.isFullyIssued(MboRemote wpm)
IV60366: determine if this wpmaterial is fully issued - matusetrans
|
boolean |
WO.isGISDataReadonly() |
boolean |
WoSafetyLink.isHazardEnabled()
Is this hazard hazardous-material enabled?
|
boolean |
WoHazard.isHazardEnabled()
If this WoHazard hazardous-material enabled?
|
boolean |
FailureReportSet.isLevelEditable(int levelNum)
Registers FR<#>Code attributes on the Work Order
|
static boolean |
FldPCActHrs.isLicensePresent(java.lang.String lic) |
static boolean |
WO.isLicensePresent(java.lang.String lic)
returns true if the license is present
|
boolean |
WO.isMobileCrew(java.lang.String laborCode,
java.lang.String laborOrg)
Return true if it's calling from Mobile and labor is a crew member.
|
void |
WPItemRemote.isNullQty() |
void |
WPItem.isNullQty()
This method is used to check if the itemqty field on the WPMaterial is null
Check to see if this MRLine's itemqty is null.
|
boolean |
WO.isPartiallyIssued(MboRemote wpm)
IV73384: determine if this wpmaterial is partially issued - still invreserve recordd with matusetrans
|
boolean |
WoSafetyLink.isPrecautionEnabled()
Is this hazard precaution-enabled?
|
boolean |
WoHazard.isPrecautionEnabled()
If this WoHazard precaution enabled?
|
boolean |
WO.isQuickReportingMode()
Returns whether this work order is in QuickReporting mode.
|
boolean |
WORemote.isQuickReportingMode() |
boolean |
WO.isRevEnabled()
Checks if is WORKORDER revision is enabled.
|
boolean |
WORemote.isRevEnabled() |
boolean |
WMAssignmentSetRemote.isShowPage() |
boolean |
WMAssignmentSet.isShowPage() |
boolean |
MultiAssetLocCI.isStoreDestinationLocation()
Checks if move to location is a STOREROOM.
|
boolean |
MultiAssetLocCIRemote.isStoreDestinationLocation() |
boolean |
WO.isSufficientlyFlowControlComplete(WO wo,
java.lang.String reltypeToSuccessor,
int contemplatedAction)
Helper method used to determine if the status is at or beyond the the correct status value for the relationship
type of the precedence relation.
|
boolean |
WO.isSufficientlyFlowControlComplete(WO wo,
java.lang.String status,
java.lang.String reltypeToSuccessor,
int contemplatedAction)
Helper method used to determine if the status is at or beyond the value that signifies competeness.
|
boolean |
WoSafetyLink.isTagOutEnabled()
Is this hazard tagout-enabled?
|
boolean |
WoHazard.isTagOutEnabled()
If this WoHazard tagout enabled?
|
boolean |
WO.isTolWarning()
This method checks whether the tolerances are within the limits or not.
|
boolean |
WORemote.isTolWarning() |
boolean |
WO.isTop()
This method indicates if the Mbo is at the top level of a hierarchy.
|
boolean |
WO.isValidJPRevNum(java.lang.String jpNum,
java.lang.String revNum)
Issue 08-16714
|
boolean |
FldActualTaskID.isValidWO(MboRemote wo) |
boolean |
WO.isWoAcceptsChargesEditable()
Determines the WoAcceptsCharges attribute READONLY status.
|
boolean |
WO.isWOInEditHist()
returns true/false indicating whether the work order in edit history mode or not.
|
boolean |
WORemote.isWOInEditHist() |
boolean |
FldAssignScheduleDate.isWPMidnightSpanning(MboRemote workTimeMbo)
Examines a WorkPeriod or ModAvail object and asks if the workperiod defined spans midnight.
|
void |
WORelease.loadSkipFieldCopyHashSet() |
protected void |
WO.loadSkipFieldCopyHashSet()
Loads the static HashSet with the names of the fields whose values need not be copied from the source Mbo to the
target Mbo when a duplicate operation is performed.
|
void |
WoSafetyLink.maintainWoHazard()
We already know that the owner is WO and that this wosafetydatasource is going to be 'WO'.
|
void |
WoSafetyLink.maintainWoTagout()
We already know that the owner is WO and that this wosafetydatasource is going to be 'WO'.
|
void |
WO.makeSelectedChildren(MboSetRemote selectSet)
Attempts to make all selected work orders in the set children of this set.
|
void |
WORemote.makeSelectedChildren(MboSetRemote selectSet) |
void |
WO.makeSelectedChildren(MboSetRemote selectSet,
java.lang.String dialogLabel) |
void |
WO.manageCircleEffect(MboRemote thisToolTrans)
Manage circle effect.
|
void |
WO.managePlusCNextDate()
Manage plus c next date.
|
boolean |
WOStatusHandler.materialsReceiptsCompleted()
Verify whether materials receipts are completed or not.
|
void |
WoSafetyPlan.modify()
Prepare to modify a mbo, defaulting the attributes shown below.
|
void |
MultiAssetLocCIPr.modify() |
void |
Assignment.modify()
Internal method that marks the record as modified.
|
void |
WO.modify()
Internal method that marks the record as modified.
|
void |
WORemote.modify() |
void |
WO.modifyAllAssetLocationAttributes()
This method will modify all assets, locations and cis attribute Also update Users and Custodians.
|
void |
WORemote.modifyAllAssetLocationAttributes() |
void |
MultiAssetLocCI.modifyAssetLocationAttributes()
This method will modify the asset and location attributes
|
void |
MultiAssetLocCIRemote.modifyAssetLocationAttributes() |
void |
MultiAssetLocCI.modifyAssetLocationUserCust()
This method will modify AssetUserCust or LocationUserCust
|
void |
MultiAssetLocCIRemote.modifyAssetLocationUserCust() |
void |
WO.moveAllAssets()
This method will move the assets
|
void |
WORemote.moveAllAssets() |
void |
MultiAssetLocCI.moveAsset()
This method will move the asset
|
void |
MultiAssetLocCIRemote.moveAsset() |
void |
WO.moveModifyAssets()
This method will move the assets and modify all assets and locations attributes as planned.
|
void |
WORemote.moveModifyAssets() |
boolean |
WO.moveModifyAssets(boolean checkonly)
This method will move the assets and modify all assets and locations attributes as planned when checkonly is
false, otherwise just return the flag see if there is any thing to move/modify.
|
void |
FldWOWOIsSwap.moveToSwap() |
boolean |
WO.mustApplyLinearCalculation()
Method use to detect if the job plan is set as dynamic and should be apply using the length of the
workorder (startmeasure and endmeasure) or not.
|
boolean |
WO.needPopupOnStopTimer()
Checks for popup in stoptimer return true if need one
|
boolean |
WORemote.needPopupOnStopTimer() |
boolean |
WPMaterialRemote.needsStoreroom() |
boolean |
WPMaterial.needsStoreroom()
Determines if this WPMaterial needs a value for Location attribute.
|
void |
WOSet.onlyTopLevels()
Takes the current where clause of the set and limits it further
to work orders which aren't sub-work orders.
|
void |
WOSetRemote.onlyTopLevels() |
void |
WO.orphan()
Deletes the parent child association and the deletes the parent work order.
|
void |
WORemote.orphan() |
void |
WO.ownership()
Allows the ability to Take Ownership of a record.
|
void |
WORemote.ownership() |
void |
WOService.ownership(MboRemote wo) |
MboRemote |
WO.parentMbo(java.lang.String wonum)
This method fetches the Parent Work Order into a set of its own.
|
MboRemote |
WOMaterialStatusUpdateCronTask.parentMbo(java.lang.String wonum,
java.lang.String site)
This method fetches the Parent Work Order into a set of its own.
|
MboSetRemote |
WO.pmAlert()
This method retrieves a set of PMs that need to be alerted when PMAlert is turned on.
|
MboSetRemote |
WO.pmAlertStatus(java.lang.String status)
Pm alert status.
|
MboSetRemote |
WORemote.pmAlertStatus(java.lang.String status) |
void |
WorkOrderListener.postCommitEventAction(EventMessage em)
After the parent work order is written to the database, this method updates the WOAncestor records.
|
void |
WOStatusChangeListener.postCommitEventAction(EventMessage em)
After the parent work order is written to the database this method will run
the action on the work order if the work order is flow controlled and there is a
flowaction defined and flow action assist is not true.
|
void |
WOStatusHandler.postStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Process post status change logic.
|
void |
WOStatusHandler.postStatusChangeCal(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Handle actions after the status change.
|
void |
WorkOrderListener.preSaveEventAction(EventMessage em) |
void |
WOStatusChangeListener.preSaveEventAction(EventMessage em) |
void |
WO.ProcessParentInVector(MboRemote currentParent)
IV76966:PMR: 12581,999,744: if multiple references of child wos trying to update the same parent wo,
make the oldest ones not modified.
|
boolean |
WO.promptForDowntimeReport(java.lang.String newStatus)
Determines if the work order requires a downtime report.
|
boolean |
WORemote.promptForDowntimeReport(java.lang.String newStatus) |
boolean |
WO.promptForFailureReport(java.lang.String newStatus)
Determines if the work order requires a failure report.
|
boolean |
WORemote.promptForFailureReport(java.lang.String newStatus) |
void |
WorkOrderSpec.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for wonum.
|
void |
WoTagLock.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
WoSafetyLink.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
WoLockOut.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
104194: propagate wonum from parent to the current wolockout if user changed the wonum of the main work order after autokeyed wonum
Set value for Wonum.
|
void |
WPLabor.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
WOTaskRelation.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
WOStatus.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
method for propagating key value
|
void |
WOContract.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
WOActivity.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
MultiAssetLocCI.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum or ticketid.
|
void |
WPItem.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
FailureReport.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
FailureRemark.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
AutoAttrUpdate.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for wonum.
|
void |
AssignRepLoc.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for wonum.
|
void |
Assignment.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
WO.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for Wonum.
|
void |
FailureReportSet.reflectFailureClass()
Called when the WO's FailureCode attribute's value is changed.
|
void |
FailureReportSet.reflectProblemCode()
Called when the WO's ProblemCode attribute is updated.
|
void |
FailureReportSet.refreshFRCodes()
Refreshes the values of the FR<#>Code attributes on the work order
|
void |
WPTool.refreshRate()
If ratehaschanged is false, copy tool.toolrate to wptool.rate.
|
void |
WPMaterial.refreshRate()
Sets the unitcost (a.k.a rate).
|
void |
WPLabor.refreshRate()
If ratehaschanged is false, copy labor.payrate to wplabor.rate
|
void |
WO.refreshWorkPackHierarchy()
Update Work Pack Hierarchy executed from WorkOrder Listener.
|
void |
WOMaterialStatusUpdateCronTask.refreshWorkPackHierarchy(WORemote mbo)
Update the Parents Work Pack Status up the hierarchy.
|
void |
WO.refreshWorkPackHierarchy(WORemote mbo)
Update the Parents Work Pack Status up the hierarchy.
|
MboSetRemote |
WO.relateTickets(MboSetRemote ticketSet)
Refines the Ticket Set further removing any records that may have already been related.
|
MboSetRemote |
WORemote.relateTickets(MboSetRemote ticketSet)
Relate tickets.
|
MboSetRemote |
WO.relateWorkorders(MboSetRemote woSet)
Refines the Work Order Set further removing any records that may have already been related.
|
MboSetRemote |
WORemote.relateWorkorders(MboSetRemote woSet)
Relate workorders.
|
void |
WPLaborSet.remove(MboRemote mbo)
remove the child mbo need remove it from the childlookup.
|
void |
WPItemSet.remove(MboRemote mbo)
remove the child mbo need remove it from the childlookup.
|
void |
WOTaskRelationSet.remove(MboRemote mbo)
remove the child mbo need to remove it from the childlookup.
|
void |
WOSet.remove(MboRemote mbo)
remove the child mbo need inform the listeners of the removal.
|
void |
AssignmentSet.remove(MboRemote mbo)
remove the child mbo need remove it from the childlookup.
|
AssignmentSet |
WO.removeCompleteStartedAssigns(AssignmentSet assignSet,
java.util.HashMap assignIndexMap)
Removes completed and started assignments from a chain of split assignments in preparation for restoring the
original unsplit assignments; completed or started assignments should not be touched during this process.
|
void |
WO.removeFailureReport()
Remove all selected failure reports.
|
void |
WORemote.removeFailureReport() |
void |
WoSafetyLinkSet.removeHazardousMaterialLink(java.lang.String hazardID,
java.lang.String dataSource)
Removes a safety link, perhaps starting a cascade delete.
|
void |
WO.removeSafetyPlan()
Allows the user to remove the current safety plans and clear the Safety Plan field (non-persistent attribute
safetyplanid).
|
void |
WORemote.removeSafetyPlan() |
void |
WOService.removeSafetyPlan(MboRemote wo) |
void |
WPToolRemote.removeTool() |
void |
WPTool.removeTool() |
void |
WO.removeUserCust()
This method will clear the the usercust modifications for assets and locations
|
void |
WO.removeUserCust(boolean removeAssetUserCustPlans,
boolean removeLocUserCustPlans) |
void |
WO.removeUserCust(boolean removeAssetUserCustPlans,
boolean removeLocUserCustPlans,
MboRemote multiassetlocci)
This method will clear the the usercust modifications for assets and locations.
|
boolean |
WO.removeWorkPlan()
Allows the user to remove the current work plan and clear the JobPlan field (jpnum).
|
boolean |
WORemote.removeWorkPlan() |
boolean |
WOService.removeWorkPlan(MboRemote wo) |
java.lang.String |
FldOldSpecValue.removeZeroes(java.lang.String val)
IJ15076: removes the trailing zeroes from the passed value
|
java.lang.String |
FldNewSpecValue.removeZeroes(java.lang.String val)
IJ15076: removes the trailing zeroes from the passed value
|
void |
WOService.reportDowntime(MboRemote wo,
java.util.Date startDate,
java.util.Date endDate,
double hoursDown,
java.lang.String code,
boolean operational) |
void |
WPLaborSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
WPItemSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
WOTaskRelationSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
WOSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
AssignmentSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
WO.rescheduleAssignments(AssignmentSet assignSet,
java.util.Date reschedDate)
The top-level method for rescheduling this work order's assignments.
|
void |
WO.rescheduleAssignments(AssignmentSet assignSet,
java.util.Date reschedDate,
boolean fromListTab) |
void |
WOStatusHandler.resetUsingAssetWorkType()
Reset AssetMeter Settings Since Last Repair, Since Last Overhaul, Since Last Inspection
when completing a record.
|
void |
WOStatusHandler.resetUsingLocationWorkType()
Reset LocationMeter Settings Since Last Repair, Since Last Overhaul, Since Last Inspection
when completing a record.
|
void |
WpEditSettingSetRemote.restartWOService() |
void |
WpEditSettingSet.restartWOService()
Makes a call to WOService.restart() if necessary.
|
AssignmentSet |
WO.restoreSplitAssignments(AssignmentSet assignSet)
Restores split assignments by deleting all the child assignments and resetting the laborhrs of the top-level
parent.
|
void |
WO.restoreUserCust()
used by MultiAssetLocCI undelete() to reverse changes made in delete() to prevent improper modifications to
woassetusercust and wolocusercust
|
void |
WO.restoreUserCust(MboRemote multiassetlocci)
used by MultiAssetLocCI undelete() to reverse changes made in delete() to prevent
improper modifications to woassetusercust and wolocusercust
|
boolean |
WO.routeStopExists()
Check if Route Stop exists on any of the Work Orders Tasks.
|
boolean |
WORemote.routeStopExists() |
void |
WpEditSetting.save() |
void |
WorkPrioritySet.save()
save overridden to restart the WOService
|
void |
WoSafetyLink.save()
If we added the same hazard to both HazardPrec and HazMat tabs, then remove one
so we don't get a duplicate.
|
void |
WoHazard.save()
If we added the same hazard to both WOHAZPRECENABLED and WOHAZMATENABLED then remove one
so we don't get a duplicate key error.
|
void |
WPMaterial.save()
Saves the WPMaterial and all related Mbos
|
protected void |
WPLabor.save() |
protected void |
WOTaskRelation.save() |
void |
WOAreasAffected.save() |
void |
WMAssignment.save()
Method for saving new Assignment records.
|
void |
PriCalcSet.save()
save overridden to restart the WOService
|
protected void |
MultiAssetLocCI.save()
Actions which occur when a MultiAssetLocCI mbo is saved.
|
void |
AssignRepLoc.save()
save - need save secondanary dates and hour if primary one changed
|
void |
WOSet.save()
IV78777: Extend save() to display correct warnings if a WO rollback has occured.
|
protected void |
Assignment.save() |
void |
AssignmentSet.save() |
protected void |
WO.save()
Actions which occur when a work order is saved.
|
void |
WO.saveGISData(java.lang.String address,
java.lang.String lat,
java.lang.String lng) |
void |
WO.setAppDefaultValue()
IJ04806: if this is duplicate() and copy is called that triggers mboset.addAtIndex,
do not call setAppDefaultValue because that causes duplicated records if CLASSSTRUCTUREID
is in the appFieldsDefaults records.
|
protected void |
WO.setAssetAndLocation(WO newChild)
IV47027: This public method was created so Oil and Gas and override to keep the action() method of FldWOAssetNum and FldWONum.
|
void |
WoHazard.setAssetDescription()
Set the value of "assetdescription" equal to
the value of description from the asset or location.
|
void |
WoSafetyLink.setAssetDescription(boolean tagout)
Set the value of "assetdescription" equal to
the value of description from the asset or location.
|
void |
WMAssignmentSetRemote.setAssignCrewSet(AssignmentSetRemote anAssignLaborSet) |
void |
WMAssignmentSetRemote.setAssignLaborSet(AssignmentSetRemote anAssignLaborSet) |
void |
WMAssignmentSet.setAssignLaborSet(AssignmentSetRemote anAssignLaborSet) |
void |
FldAssignScheduleDate.setAssignWorkDate(Assignment assignMbo)
Sets the workdate field based on whether the assignment overlaps either a workperiod on
the calendar of the assigned labor or a modavail record of the assigned labor.
|
void |
WO.setAsyncChangeStatus()
IJ04817
When cancelling an individual WO in background while the record is open, PM/PO Y/N/C dialog does not show, and WO is not cancelled.
|
void |
WO.setAttrFromWoGen(MboRemote woGen)
Generate work order from PM and set the values for the attributes.
|
void |
WORemote.setAttrFromWoGen(MboRemote woGen)
Generate work order from PM and set the values for the attributes.
|
WO.MTLStatus |
WO.setAvailibilityStatus(boolean changeStatus)
Sets storeroom status, direct issue status and workpack status.
|
void |
WPService.setBaseCurrencyUnitCost(double vendorunitcost)
Calculate unitcost based on vendorunitcost and set the unitcost.
|
void |
WPMaterial.setBaseCurrencyUnitCost(double vendorunitcost)
Calculate unitcost based on vendorunitcost and set the unitcost.
|
void |
WPItem.setBaseCurrencyUnitCost(double vendorunitcost)
Calculate unitcost based on vendorunitcost and set the unitcost.
|
void |
WO.setChangeInHierarchy(boolean changeInHierarchy) |
void |
WO.setChangeStatusSet(MboSetRemote changeStatusSet)
IV85972 - When cancelling from the list tab, only cancel most recent WO from a particular PM.
|
void |
WO.setChildrensFlowControl(boolean torf)
Sets the childrens flow control.
|
WO.MTLStatus |
WO.setChildrenStatus(WO.MTLStatus storeroomStatus,
WO.MTLStatus directIssueStatus,
boolean changeStatus)
Finds all the material in the workpack, this includes the all workorders including task that have materials,
including this work order.
|
void |
FldWOAssetnum.setCIForAsset()
Called by the assetnum attribute to set the WO's CINum to the CI's Asset If the asset has a Valid CI for the WO,
that CI will be put on the WO, if the CI field is blank.
|
void |
WO.setClearLBSLocation(boolean setLocation) |
void |
WOSet.setCurrent(boolean currentWOs)
Sets the userpref current setting.
|
void |
WOSetRemote.setCurrent(boolean currentWOs) |
WO.MTLStatus |
WO.setDirectIssueStatus()
Finds all direct issue materials and make sure the following conditions are true: 1.
|
WO.MTLStatus |
WO.setDirectIssueStatusWOGen()
IV37283/78664:almost same as setDirectIssueStatus - difference the WO is new and the WPMaterial Set is new too.
|
void |
WPService.setEstCost(MboRemote wo,
double lineCost)
Set the Estimated Service cost(EstServCost) in workorder
|
void |
WPMaterial.setEstCost(MboRemote wo,
double lineCost)
Set the Estimated Material(EstMatCost) Cost in workorder
|
void |
WPItem.setEstCost(MboRemote wo,
double lineCost)
Set the Estimated Material(EstMatCost), Service(EstServCost) and Tool(EstToolCost) Cost
in workorder
|
protected void |
WO.setFieldEditibilityFlags()
Sets the read-only flags for fields where it changes.
|
void |
WPToolRemote.setFieldsFlagInDuplicate() |
void |
WPTool.setFieldsFlagInDuplicate()
Set fields read only or editable based on the Reservereq.
|
void |
WPServiceRemote.setFieldsFlagInDuplicate() |
void |
WPService.setFieldsFlagInDuplicate()
Set fields read only or editable based on the line type, directreq and itemnum.
|
void |
WPMaterialRemote.setFieldsFlagInDuplicate() |
void |
WPMaterial.setFieldsFlagInDuplicate()
Set fields read only or editable based on the line type, directreq and itemnum.
|
void |
WORemote.setFromMobile(boolean isFromMobile) |
void |
WO.setHashForSelectedRecord(java.util.HashSet hs)
Sets the HashSet that contains the selected workorder object.
|
void |
WORemote.setHashForSelectedRecord(java.util.HashSet hs)
Sets the hash for selected record.
|
void |
WoSafetyLinkSet.setHazardTagOutBeingDeleted(boolean beingDeleted) |
void |
WOSet.setHistory(boolean historyWOs)
Sets the userpref history setting.
|
void |
WOSetRemote.setHistory(boolean historyWOs) |
void |
WO.setJobPlanFieldFlag()
Sets the READONLY flag on or off for the jpnum attribute.
|
protected LabTransRemote |
Assignment.setLabTrans(MboRemote resource,
LabTransRemote labTrans)
Set the values in the new LabTrans record.
|
void |
MultiAssetLocCI.setLinearAssetFieldsReadOnly(boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not.
|
void |
MultiAssetLocCIRemote.setLinearAssetFieldsReadOnly(boolean readonlystate) |
protected void |
WPLabor.setLineCost()
Set the linecost by calculating quantity * laborhrs * displayrate
|
void |
WPItem.setLocation()
set the location field if there is only one inventory record
|
void |
WOSet.setLocgroup(java.lang.String locationGroup)
Sets the userpref locgroup setting.
|
void |
WOSetRemote.setLocgroup(java.lang.String locationGroup) |
void |
WOSet.setLocsystem(java.lang.String locationSystem)
Sets the userpref locsystem setting.
|
void |
WOSetRemote.setLocsystem(java.lang.String locationSystem) |
WO.MTLStatus |
WO.setMaterialAvailStatus()
When status is refreshed from UI.
|
void |
MultiAssetLocCISetRemote.setMoveAssetFieldsDefault() |
void |
MultiAssetLocCISet.setMoveAssetFieldsDefault()
This method will set default for the asset moveto fields
|
void |
MultiAssetLocCI.setMoveAssetFieldsDefault()
This method will modify the asset and location attributes
|
void |
MultiAssetLocCIRemote.setMoveAssetFieldsDefault() |
void |
WO.setmultiassetrecord()
Setmultiassetrecord.
|
void |
WOSet.setNoCancelled(boolean turnOn)
Set method for show no cancelled work orders filter.
|
void |
WOSetRemote.setNoCancelled(boolean turnOn) |
void |
WMAssignmentSetRemote.setOriginalWMQbe(java.util.Hashtable inQbe) |
void |
WMAssignmentSet.setOriginalWMQbe(java.util.Hashtable inQbe) |
void |
WMAssignmentSetRemote.setOriginalWMUserWhere(java.lang.String inWhere) |
void |
WMAssignmentSet.setOriginalWMUserWhere(java.lang.String inWhere) |
void |
WOSet.setOriginalWOQbe(java.util.Hashtable inQbe) |
void |
WOSetRemote.setOriginalWOQbe(java.util.Hashtable inQbe) |
void |
WOSet.setOriginalWOUserWhere(java.lang.String inWhere) |
void |
WOSetRemote.setOriginalWOUserWhere(java.lang.String inWhere) |
void |
WPItemSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the workorder owner.
|
void |
FailureReportSet.setOwner(MboRemote mbo)
setOwner is overridden so we can save a reference to the workorder owner.
|
void |
WO.setParentValuesForNestedjpWO(MboRemote newChild,
MboRemote parent) |
void |
WO.setPMWOCancelUserListResponse(boolean response)
Set and store the User Response from Yes/No Dialog when cancelling a Work Order
|
void |
WORemote.setPMWOCancelUserListResponse(boolean response) |
void |
WO.setPMWOCancelUserMainAndChildren(int response)
IV31668/61883 - issue12-14560
Set and store the User Response from Yes/No Dialog when cancelling a Work Order
it could be MXApplicationYesNoCancelException.NULL, MXApplicationYesNoCancelException.YES,
MXApplicationYesNoCancelException.NO.
|
void |
WO.setPreviousParent(java.lang.String previousParent) |
void |
WO.setPrimaryLinearAssetFieldsReadOnly(MultiAssetLocCIRemote multiAssetMbo,
boolean readonlystate)
Set the linear asset fields as a group to ReadOnly or not for the passed MultiAssetLocCI record.
|
void |
WOSet.setQbe(java.lang.String attribute,
java.lang.String expression)
This method overridden to support QBE on nonpersistent attributes DisplayWonum
and DisplayTaskID.
|
void |
WO.setRelatedMboEditibility(java.lang.String relationName)
Checks the editability of related tables.
|
protected void |
WO.setRelatedSetEditibilityFlags()
Sets the read-only flags for related MboSets where it changes.
|
void |
WO.setRemoveWorkPlan(boolean removeChildFlag)
Sets the Remove Work Plan - Yes/No Dialog Flag
|
void |
WORemote.setRemoveWorkPlan(boolean removeChildFlag) |
void |
WO.setRemoveWorkPlanFlag(boolean removeWorkplan)
Sets the Remove Work Plan Flag-
|
void |
WO.setSafetyPlanFieldFlag()
Sets the READONLY flag on or off for the safetyplanid non-persistent attribute.
|
void |
WOSet.setSkipRepairFacilityOnNewWOs(boolean skipRepairFacilityOnNewWOs)
To specify that work orders added will not have repair facility automatically set
|
void |
WOSetRemote.setSkipRepairFacilityOnNewWOs(boolean skipRepairFacilityOnNewWOs) |
void |
WOSet.setSourceWODuplicatedBy(MboRemote wo)
IV32850/64208:set by WO.duplicate() and WO.createAssociatedWOSA to indicate that the passed wo is the original/source work order
that user uses Select Action Duplicate to duplicate a new work order.
|
void |
MultiAssetLocCISetRemote.setStoreroomRecRotating(MboRemote storeroom)
67709
|
void |
MultiAssetLocCISet.setStoreroomRecRotating(MboRemote storeroom)
67709
|
WO.MTLStatus |
WO.setStoreroomStatus(boolean changeStatus)
Sets the storeroom status.
|
WO.MTLStatus |
WO.setStoreroomStatusWOGen(boolean changeStatus)
IV37283/78664: this is almost a clone of setStoreroomStatus.
|
void |
WO.setTopWOInWOGen(MboRemote topWO)
IV98821
|
void |
WMAssignment.setUniqueIDValue() |
protected void |
FldWOOrigRecordId.setup()
Set up the relationship, list criteria etc.
|
protected void |
FldWOOrigRecordId.setup(MboRemote sourceMbo)
Set up the relationship, list criteria etc.
|
void |
WPMaterial.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
IJ30306: method to collect list of wpmaterial modified in the
current mboset - wpmaterial can be edited when wo is approved.
|
void |
FldWpToolNum.setValueFromLookup(MboRemote sourceMbo) |
void |
FldWOReportedByName.setValueFromLookup(MboRemote sourceMbo)
IV95539: bring back the setValueFromLookup() code - so if there are two persons both as
Tom Revis, selecting one from select value list gets the correct personid.
|
void |
FldWOOrigRecordId.setValueFromLookup(MboRemote sourceMbo) |
void |
FldWOOnBehalfOfName.setValueFromLookup(MboRemote sourceMbo)
IV82766: remember the sourceMbo selected by the user by overriding this method
|
void |
FldWOJobPlan.setValueFromLookup(MboRemote sourceMbo) |
void |
FldWOContract.setValueFromLookup(MboRemote sourceMbo)
10-13293: selected sourceMbo(lookupMbo) from select values or
appLink(appLink does not call getList()).
|
void |
FldWMWonum.setValueFromLookup(MboRemote sourceMbo)
Overridden to set the task id when picking a task workorder.
|
void |
FldAssignLaborCode.setValueFromLookup(MboRemote sourceMbo)
Overridden to set valueSetFromLookup flag to true and determines the last field in a row
that will be set so validation can be delayed until then.
|
void |
FldActualsTaskID.setValueFromLookup(MboRemote sourceMbo)
Set the value from the lookup.
|
void |
WPItem.setVendor()
set the vendor if it finds one.
|
void |
WO.setWoOwnerDuringStatusChange(MboRemote parentWO)
IV31668/61883 - issue12-14560
Store this wo as the Owner of the child wos which do not have an owner because they were gotten
from mxserver
|
void |
PriCalcRemote.setWoPriorityCalFormula(java.lang.String formula) |
void |
PriCalc.setWoPriorityCalFormula(java.lang.String formula)
set WorkOrderPirority calculation formula.
|
void |
WO.setWOScheduleDates(WO wo,
java.util.Date schedStartDate)
Sets the schedule dates of the passed wo.
|
void |
WO.setWOScheduleDates(WO wo,
java.util.Date schedStartDate,
double duration)
Sets the schedule dates of the passed wo.
|
protected boolean |
WorkOrderSpec.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
WoTagOut.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WoTagLock.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WoSafetyPlan.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return
true.
|
protected boolean |
WoSafetyLink.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WoPrecaution.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WoLockOut.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WoHazardPrec.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WoHazard.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WPTool.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
WPLabor.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
WOTaskRelation.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
WOContract.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
MultiAssetLocCI.skipCopyField(MboValueInfo mvi)
This method overrides the skipCopyField() in the Mbo.Since this method takes the MboValueInfo as its parameter
just check to see if this field needs to be copied or skipped.If this field does not need to be copied return true.
|
protected boolean |
WPItem.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
AutoAttrUpdate.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
AssignRepLoc.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Assignment.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
WO.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldWOObservation.smartFill(java.lang.String value,
boolean exact)
This method return null in case the domainid is null.
|
MboSetRemote |
FldNewSpecValue.smartFill(java.lang.String value,
boolean exact)
If there is no domainid specified in the ASSETSPEC object, do not validate the entry
and smartFill should not be in effect.
|
MboSetRemote |
WO.smartFillForAllSites(java.lang.String attribute,
java.lang.String value,
boolean exact)
Smart fill for all sites.
|
MboSetRemote |
WORemote.smartFillForAllSites(java.lang.String attribute,
java.lang.String value,
boolean exact) |
MboSetRemote |
FldWMWonum.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Overridden to allow the GoTo AppLink to find the right Work Order for either
a WO row or a Task row.
|
MboSetRemote |
WO.smartFindForAllSites(java.lang.String attribute,
java.lang.String value,
boolean exact)
Smart find for all sites.
|
MboSetRemote |
WORemote.smartFindForAllSites(java.lang.String attribute,
java.lang.String value,
boolean exact) |
MboSetRemote |
AssignmentSetRemote.startAssignment()
Start the assignment.
|
MboSetRemote |
AssignmentSet.startAssignment()
Start the assignments -- loop through them and change their status to "STARTED"
one by one, which will trigger events in fldAssignStatus.
|
void |
AssignmentRemote.startAssignment(java.util.Date startDate)
Start the assignment.
|
void |
Assignment.startAssignment(java.util.Date startDate)
Start the assignment.
|
void |
WOServiceRemote.startAssignment(MboRemote assignment) |
void |
WOService.startAssignment(MboRemote assignment) |
boolean |
WO.startSuccessors(Mbo mbo,
java.util.Vector successors,
java.util.Date date,
java.lang.String memo,
long accessModifier)
Try to start a list of successors for a given work order.
|
void |
WO.startTimer()
Method that will start the timer.
|
void |
WORemote.startTimer() |
void |
WO.startTimer(java.util.Date startdatetime,
java.lang.Long anywhererefid,
java.lang.String transtype)
Method that will start the timer.
|
void |
WORemote.startTimer(java.util.Date startdatetime,
java.lang.Long anywhererefid,
java.lang.String transtype) |
void |
WOService.startTimer(MboRemote wo) |
void |
WOService.startTimerStartDate(MboRemote wo,
java.util.Date startDateTime,
java.lang.Long anywhererefid,
java.lang.String transtype) |
boolean |
WO.startWFOnWoReqSave()
Return in work request applications should start workflow when work request is created.
|
boolean |
WORemote.startWFOnWoReqSave() |
void |
WO.stopTimer()
Method that will stop the timer.
|
void |
WORemote.stopTimer() |
MboRemote |
WO.stopTimer(java.util.Date finishdatetime,
boolean noStopTimerPopup)
Method that will stop the timer as specified date time.
|
MboRemote |
WORemote.stopTimer(java.util.Date finishdatetime,
boolean noStopTimerPopup) |
MboRemote |
WO.stopTimer(java.util.Date finishdatetime,
java.util.Date startDateTime,
boolean noStopTimerPopup)
Method that will stop the timer as specified date time.
|
MboRemote |
WORemote.stopTimer(java.util.Date finishdatetime,
java.util.Date startDateTime,
boolean noStopTimerPopup) |
void |
WOService.stopTimer(MboRemote wo) |
void |
WOService.stopTimerStartFinishDates(MboRemote wo,
java.util.Date finishDateTime,
java.util.Date startDateTime,
java.lang.Boolean noStopTimerPopup) |
void |
WOSet.storeUncommittedAncestorVector(MXTransaction uncommitted)
12-10173/IV12943: store the uncommited transaction in vector
|
void |
WO.storeUnCommittedWOs(MboRemote childWO)
12-10173/IV12943: store the uncommited child wos in vector
|
void |
WPMaterial.supplyStoreroom()
Examines the WPMaterial record and supplies the storeroom when
where the record is in need of a storeroom location.
|
void |
WO.suspendChildrensProcessFlow(boolean torf)
Suspend childrens process flow.
|
void |
FldWOWOIsSwap.swapToMove() |
boolean |
WOService.tagoutsMustBelongToHazards()
Identify whether tagouts must belong to hazards.
|
protected void |
WO.testDSStatus(MboRemote dsPlan)
Tests if the given DS is active.
|
void |
WOStatusHandler.timerIsActive()
This method is called while completing work orders with active labor transactions.
|
boolean |
WorkOrderSpecSet.toCheckClassSpecUseWith() |
int |
WOStatusHandler.toIncludeTaskLabTrans()
144438: Per David Havican, include a system property mxe.app.workorder.includeTaskLabTrans to determine if we should consider the
labtrans records from the task work orders when calculating the current wo's actual start time and actual finish time.
|
void |
WO.unassignAssignments(AssignmentSet assignSet,
java.util.Date reschedDate)
May be called either as part of the reschedule assignments process or the unassign assignments process.
|
void |
WO.unassignWOAssignments(AssignmentSet assignSet,
java.util.Date reschedDate)
This method exists so that the lower-level method unassignAssignments can be called as part of two different
sequences of method calls, depending on whether the action is unassigning assignments or rescheduling them.
|
void |
WoTagOut.undelete() |
void |
WoTagLock.undelete() |
void |
WoSafetyLink.undelete() |
void |
WoHazardPrec.undelete() |
void |
WoHazard.undelete() |
void |
WPTool.undelete()
Adds the line cost to WO.EstMatCost.
|
void |
WPService.undelete()
Adds the line cost to WO.EstSerCost.
|
void |
WPMaterial.undelete()
Adds the line cost to WO.EstMatCost.
|
void |
WPLabor.undelete()
Adds the cost and hours back in and creates new assignments.
|
void |
MultiAssetLocCI.undelete() |
void |
FailureReport.undelete()
Once a FR is deleted, it can't be undeleted.
|
void |
Assignment.undelete() |
void |
WO.undelete()
override undelete method to undelete this and associated records
|
void |
WPLabor.undeleteAddAssociatedTool() |
void |
FailureReportSet.undeleteAll()
Once a FR is deleted, it can't be undeleted.
|
void |
WO.undeleteChildren(boolean task)
Sets up the children hierarchy for undelete.
|
void |
FailureReportSet.undeleteFromHere(FailureReport fr) |
void |
WPLabor.updateAssignments(int newQty)
Called by the LaborQty field validation class, this function attempts to match the number of
assigments to the labor quantity called for by the WPLabor object.
|
void |
WPLabor.updateAssignments(java.lang.String attr,
java.lang.String value) |
void |
WPLabor.updateAssignments(java.lang.String attr,
java.lang.String value,
MboRemote singleAssignment) |
void |
WPLabor.UpdateAssignmentSet(boolean apptRequired,
java.lang.String laborid)
This method sets the apptrequired flag for assignment set for corresponding labor.
|
void |
WPLabor.updateAssociatedToolData() |
void |
WO.updateChildrensServiceAddress(WO currentWO)
Method to propogate the service address to children workorders (children & tasks).
|
void |
WorkOrderSpec.updateDesc()
IV31548/61511: issue 12-14549: Specification updates wo.description, but it was too late to save
workview.description.
|
void |
WPTool.updateEstimateTotal(double delta)
Used to update WO.EstToolCost when the Quantity, Rate, or Hours changes on a WPTool.
|
void |
WPService.updateEstimateTotal(double delta)
Called by custom classes for quantity and rate to update the
value of WO.EstMatCost
|
void |
WPMaterial.updateEstimateTotal(double delta)
Called by custom classes for quantity and rate to update the
value of WO.EstMatCost
|
void |
WO.updateForMovedAsset(MboRemote movedAsset)
Updates the work order when a piece of asset is moved to a new location.
|
void |
WORemote.updateForMovedAsset(MboRemote movedAsset) |
MboRemote |
WO.updateHierarchyWPStatus(MboRemote parentMbo,
MboRemote mainMbo,
java.lang.String previousParentValue,
java.lang.Boolean parentChanged)
This method updates the work pack status based on the childen in the hierarchy.
|
void |
WPMaterialSet.updateInvReserve(WPMaterial wpm)
When a WPMaterial Mbo is inserted or deleted or just modified, this method figures
out what to do to the reserve records.
|
void |
WPToolSet.updateInvReserve(WPTool wpt)
When a WPTool Mbo is inserted or deleted or just modified, this method figures
out what to do to the reserve records.
|
protected void |
WO.updateJobPlanRevisionNum()
Updates this WO's PLUSCJPREVNUM with the currently active revision for this WO's jpnum.
|
protected void |
WOSet.updateMbo(java.sql.Connection con,
Mbo mbo)
IV91123: Extend updateMbo() to prevent a rollback if a concurrent update was triggered by the PM WOGen process.
|
void |
WOStatusHandler.updateMboForStatus(java.lang.String status)
Set the relevant fields to be read only based on the status
|
void |
WO.updateOriginator()
update originate record
|
void |
WO.updatePreviousAsLeftValues()
Searches for previously closed work orders referencing this work order's data sheets and, if found, copy their
"as left" values to this data sheet's "previous as left" fields.
|
void |
WORemote.updatePreviousAsLeftValues() |
void |
WO.updateServiceAddress()
Service Address.
|
void |
WORemote.updateServiceAddress() |
void |
WPTool.updateTotals(MboRemote wo,
boolean isGain)
Updates the work order totals related to the work plan mbo.
|
void |
WPLabor.updateTotals(MboRemote wo,
boolean isGain)
Updates the work order totals related to the work plan mbo.
|
void |
WorkPlanMbo.updateTotals(MboRemote wo,
boolean isGain)
Updates the work order totals related to the work plan mbo.
|
void |
WOTaskRelation.updateTotals(MboRemote wo,
boolean isGain)
Updates the work order totals related to the work plan mbo.
|
void |
WPItem.updateTotals(MboRemote wo,
boolean isGain)
Updates the work order totals related to the work plan mbo.
|
void |
WO.updateWarrantyContracts()
this method will repopulate the wocontract records for this work order, it's called from
asset,location,reportdate,actstart field class.
|
void |
WOServiceRemote.updateWoForMovedAsset(MboRemote movedAsset)
Updates the work orders which reference a piece of asset which has moved.
|
void |
WOService.updateWoForMovedAsset(MboRemote movedAsset)
Updates the workorders which reference a piece of asset which has moved.
|
void |
WO.updateWorkview()
update crossover fields in workview table .
|
boolean |
WO.userVerifiedRemoveSafetyPlan()
Verifies user really wants to remove the safety plan.
|
boolean |
WORemote.userVerifiedRemoveSafetyPlan() |
void |
FldWpToolReserveReq.validate()
Check whether Meter based frequency can be updated in all associated PMS
Validate all meters are attached to Asset/Location
|
void |
FldWpToolNum.validate()
Validate the itemnum exists,
and if the itemnum is entered,validate the item exist at itemOrgInfo.
|
void |
FldWpSerItemNum.validate()
Validate the itemnum exists,
and if the itemnum is entered,validate the item exist at itemOrgInfo.
|
void |
FldWpSerDirectReq.validate()
Check validity of the new entry on this field.
|
void |
FldWpMatRequireDate.validate()
Check validity of the new entry on this field.
|
void |
FldWpMatQty.validate()
Validate the issued quanty
|
void |
FldWpMatLineType.validate()
This routine is to validate the line type.
|
void |
FldWpMatItemNum.validate()
Validate the itemnum exists,
and if the itemnum is entered,validate the item exist at itemOrgInfo.
|
void |
FldWpMatDirectReq.validate()
Check validity of the new entry on this field.
|
void |
FldWpLaborVendor.validate()
Validate Vendor
|
void |
FldWpLaborQty.validate() |
void |
FldWpLaborCode.validate() |
void |
FldWorkTypeWorkType.validate()
Validates the combination of worktype, woclass and orgid for uniqueness.
|
void |
FldWorkTypeWOClass.validate()
Validates the combination of worktype, woclass and orgid for uniqueness.
|
void |
FldWorkTypeStartStatus.validate()
This field can be made null.
|
void |
FldWoTagOutTagOutId.validate()
Everything is valid.
|
void |
FldWoTagLockLockOutId.validate()
Everything is valid.
|
void |
FldWoSLTagoutId.validate()
Everything is valid.
|
void |
FldWoSLHazardId.validate()
Everything is valid except for something on the hazard table that's
not enabled for the UI tab we're using.
|
void |
FldWoPrecautionPrecautionId.validate()
Everything is valid.
|
void |
FldWoLockOutLockOutId.validate()
Everything is valid.
|
void |
FldWoHazardPrecPrecautionId.validate()
Everything is valid.
|
void |
FldWoHazardHazardId.validate()
Everything is valid.
|
void |
FldWpMatLocation.validate()
Validate the storeroom exists,
and if the itemnum is entered,validate the item exist at that storeroom.
|
void |
FldWPMatStoreLocSite.validate()
Validate storelocsite of the WPMaterial
|
void |
FldWPLaborSkillLevel.validate()
Validate Skill Level
|
void |
FldWPLaborCraft.validate()
Validate Craft
|
void |
FldWPLaborContract.validate()
Validate Contract
|
void |
FldWPLabor.validate() |
void |
FldWOWONum.validate()
No validation takes place, so override and do nothing.
|
void |
FldWOWOIsSwap.validate()
Move/Swap table window will be displaying/hiding based on WOISSWAP.
|
void |
FldWOUserCustLoc.validate()
Charge to store work orders can't have thier asset changed
if they have any actuals.
|
void |
FldWOUserCustAssetnum.validate()
Charge to store work orders can't have thier asset changed
if they have any actuals.
|
void |
FldWOTaskID.validate()
If not null, check for duplicates.
|
void |
FldWOTargetDate.validate()
This field can be made null.
|
void |
FldWOSequence.validate()
Value can be null or between 0 and WOService.MAXPRIORITY
|
void |
FldWOSchedDate.validate()
This field can be null.
|
void |
FldWOReportedByName.validate()
No validation takes place, so override and do nothing.
|
void |
FldWOReportedBy.validate()
No validation takes place, so override and do nothing.
|
void |
FldWORepairFacility.validate() |
void |
FldWORemarkField.validate()
Creates the FailureRemark Mbo, if none exists, then sets the value of the linked
attribute to this attribute's value.
|
void |
FldWOProblemCode.validate()
Validate that the failure code entered is a possible choice from the Failure Class.
|
void |
FldWOPriorityResponseTime.validate()
must be an integer greater than '0'.
|
void |
FldWOPointNum.validate()
This method validates the observation for the given meter.
|
void |
FldWOParent.validate() |
void |
FldWOPMNum.validate()
Overridden to do nothing
|
void |
FldWOOrigRecordId.validate()
The record specified by OrigRecordClass & OrigRecordID must exist and can't be the record itself.
|
void |
FldWOOrigRecordClass.validate()
When OrigRecordClass and ID are entered, check that the original record exists.
|
void |
FldWOOnBehalfOfName.validate()
No validation takes place, so override and do nothing.
|
void |
FldWOOnBehalfOf.validate()
No validation takes place, so override and do nothing.
|
void |
FldWOObservation.validate()
This method validates the observation value.
|
void |
FldWOLocUserCustPrimary.validate() |
void |
FldWOLocUserCustPersonID.validate()
A person can only be selected once.
|
void |
FldWOLoc.validate()
need warning if there is plan to move or modify the attributes of this asset.
|
void |
FldWOJobPlan.validate() |
void |
FldWOFinControlTaskID.validate()
The task entered here should be a valid taskid in FINCNTRL.
|
void |
FldWOFinControlProjectID.validate()
The project entered here should be a valid projectid in FINCNTRL.
|
void |
FldWOFinControlID.validate()
The financial control identifier(fincntrlid) must exist in FINCNTRL.
|
void |
FldWOFRLevelCode.validate()
Validate
|
void |
FldWOContract.validate()
10-13293: appLink or MEA does not call getList(), need to put the
additional logic in getList() in validate()
|
void |
FldWOConstraintDate.validate()
1) The Start Constraint must be earlier than the Finish Constraint.
|
void |
FldWOChargeStore.validate()
To be set true, the asset on this wo must be valid for
charge-to-store and not in an inventory location.
|
void |
FldWOCINum.validate()
Workorder / tickets can not be created if its in Decommissioned status.
|
void |
FldWOAssetsToMoveMoveToSite.validate()
Validates the move to site
Null is ok, otherwise the site has to exist
|
void |
FldWOAssetsToMoveMoveToParent.validate()
Validates the move to parent
Null is ok, otherwise the parent has to exist in the asset table
|
void |
FldWOAssetsToMoveMoveToLoc.validate()
Validates the move to loc
Null is ok, otherwise the location has to exist
|
void |
FldWOAssetnum.validate()
Charge to store work orders can't have thier asset changed if they have any actuals.
|
void |
FldWOAssetUser.validate() |
void |
FldWOAssetCust.validate() |
void |
FldWOAncestor.validate()
No validation takes place, so override and do nothing.
|
void |
FldWOActualDate.validate()
This field can be made null.
|
void |
FldTaskRelPredWONum.validate() |
void |
FldSpecificationNumValue.validate()
validate if the entered alnvalue exists in the domain - ALNDOMAINVALUE if
a domain has been specified.
|
void |
FldSpecificationAlnValue.validate()
validate if the entered alnvalue exists in the domain - ALNDOMAINVALUE if
a domain has been specified.
|
void |
FldPCPhys.validate() |
void |
FldNewSpecValue.validate()
set newalnvalue or newnumvalue,
11-17038/IV10385:validate() if it is TABLE type.
|
void |
FldMultiReplacementSite.validate() |
void |
FldMultiReplaceAssetNum.validate() |
void |
FldMultiNewReplaceAssetNum.validate() |
void |
FldMultiNewAssetNum.validate() |
void |
FldMultiMoveToSite.validate() |
void |
FldMultiMoveToParent.validate()
Validate Move To Parent.
|
void |
FldMultiMoveToLocation.validate()
Validates the locations site
|
void |
FldMultiMoveToBin.validate() |
void |
FldMultiLocation.validate() |
void |
FldMultiInspFormNum.validate() |
void |
FldMultiCINum.validate() |
void |
FldMultiAssetNum.validate() |
void |
FldDJPWOUnitsOfWork.validate() |
void |
FldAssignResourceLock.validate() |
void |
FldAssignRepLocWonum.validate() |
void |
FldAssignRepLocStartDate.validate() |
void |
FldAssignRepLocRepLoc.validate() |
void |
FldAssignRepLocFinishDate.validate() |
void |
FldAssignLaborCode.validate() |
void |
FldAssignCraftRate.validate() |
void |
FldAssignAppointment.validate() |
void |
FldActualTaskID.validate()
Validates that the TaskID is found for the work order specified by the wonum
attribute.
|
void |
FldActualsTaskID.validate()
The TaskID is validated against the list kept by the parent work order.
|
void |
FldAssignLaborCode.validateActiveLabor() |
void |
WOStatusHandler.validateAssignAMCrew() |
void |
WMAssignment.validateKeyUniqueness()
Override this method and do nothing; the WMAssignment object isn't going to be saved
anyway -- a corresponding Assignment will be instead -- so there's no need to bother.
|
void |
WOStatusHandler.validatePlannedLaborCraftRate()
Check to be sure all the planned labor records have valid contracts
|
boolean |
WO.validateRotatingAsset(MboRemote toolMbo)
Validate rotating asset.
|
void |
WPItem.validateStoreLocSite()
Checks to see whether it has a valid StoreLocSite
|
void |
WPTool.validateToolAvailInStorerooms()
Checks to see whether this tool is available in any of the storerooms for a given storeroom's site
|
boolean |
WO.woCancel()
Rolls PM back to the state it was prior to generation of the work order
that is being canceled.
|
boolean |
WORemote.woCancel() |
void |
WOSet.workordersForLaborOrCraft(java.lang.String labor,
java.lang.String craft)
Sets this WOSet to work orders which have assignments either assigned for the laborcode
specified or wait-to-be-assigned for the craft specified.
|
void |
WOSetRemote.workordersForLaborOrCraft(java.lang.String labor,
java.lang.String craft) |
Constructors in psdi.app.workorder that throw MXException
Constructor and Description |
Assignment(MboSet ms)
Your basic construtor
|
AssignmentSet(MboServerInterface ms)
Construct the set of assignment.
|
AssignRepLoc(MboSet ms)
Your basic constructor
|
AssignRepLocSet(MboServerInterface ms)
Construct the set of AssignRepLoc.
|
AutoAttrUpdate(MboSet ms)
Construct the AutoAttrUpdate object
|
AutoAttrUpdateSet(MboServerInterface ms)
Construct the set
|
FailureRemark(MboSet ms)
Construct the FailureRemark object.
|
FailureRemarkSet(MboServerInterface ms)
Construct the set.
|
FailureReport(MboSet ms)
Construct the Failure Report object.
|
FailureReportSet(MboServerInterface ms)
Construct the set
|
FldActLabTotal(MboValue mbv) |
FldActualsTaskID(MboValue mbv)
Constructor
|
FldActualTaskID(MboValue mbv)
Constructor using default values.
|
FldActualTaskID(MboValue mbv,
java.lang.String wonumName,
java.lang.String refwoName,
java.lang.String criteriaName)
Constructor taking values.
|
FldAssignAppointment(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignCraft(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignCraftRate(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignCraftRateContractNum(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignCraftRateSkillLevel(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignCraftRateVendor(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignLaborCode(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignRepLocRepLoc(MboValue mbv) |
FldAssignRepLocWonum(MboValue mbv)
Construct and attach to the MboValue.
|
FldAssignResourceLock(MboValue mbv) |
FldAssignStatus(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldAssignWonum(MboValue mbv)
Construct and attach to the MboValue.
|
FldEnteredAsTask(MboValue mbv)
Constructor.
|
FldEstLabTotal(MboValue mbv) |
FldFlowControlled(MboValue mbv)
Construct and attach to the mbo value.
|
FldInterfaceWonum(MboValue mbv)
Default parameters constructor.
|
FldInterfaceWonum(MboValue mbv,
java.lang.String taskidName,
java.lang.String refwoName,
java.lang.String criteriaName)
Constructor.
|
FldMultiAssetLocCIAssetnum(MboValue mbv) |
FldMultiAssetLocCIMeasure(MboValue mbv) |
FldMultiAssetNum(MboValue mbv) |
FldMultiCINum(MboValue mbv)
Construct and attach to the mbo value.
|
FldMultiFeature(MboValue mbv)
Construct and attach to the mbo value
|
FldMultiInspFormNum(MboValue mbv)
Construct and attach to the mbo value
|
FldMultiLocation(MboValue mbv) |
FldMultiMoveToBin(MboValue mbv)
constructor
|
FldMultiMoveToLocation(MboValue mbv)
Construct and attach to the mbo value.
|
FldMultiMoveToParent(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldMultiMoveToSite(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldMultiPrAssetNum(MboValue mbv)
Construct and attach to the mbo value
|
FldMultiPrFeature(MboValue mbv)
Construct and attach to the mbo value
|
FldMultiReplaceAssetNum(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldMultiReplacementSite(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldOldSpecValue(MboValue mbv)
Cosntruct and attach to the mbo value
|
FldPCActHrs(MboValue mbv) |
FldPCPhys(MboValue mbv) |
FldSpecificationAlnValue(MboValue mbv) |
FldSpecificationNumValue(MboValue mbv) |
FldSpecificationTableValue(MboValue mbv) |
FldSuspendFlow(MboValue mbv)
Construct and attach to the mbo value.
|
FldTaskID(MboValue mbv)
Default parameters constructor.
|
FldTaskID(MboValue mbv,
java.lang.String wonumName,
java.lang.String refwoName,
java.lang.String criteriaName)
Constructor.
|
FldTaskRelPredWONum(MboValue mbv) |
FldTaskRelPredWOTask(MboValue mbv) |
FldTaskRelWOTask(MboValue mbv) |
FldWMFollowUpFrom(MboValue mbv)
Construct and attach to the MboValue.
|
FldWMProblemCode(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldWMTaskID(MboValue mbv)
Default parameters constructor.
|
FldWMWonum(MboValue mbv)
Construct and attach to the MboValue.
|
FldWOAcceptsCharges(MboValue mbv)
Construct and attach to the MboValue.
|
FldWOActivityParentProcess(MboValue mbv) |
FldWOAncestor(MboValue mbv)
Construct without a criteria.
|
FldWOAreasAffectedAssetnum(MboValue mbv)
Construct and attach to the specified mbo value.
|
FldWOAreasAffectedCommodity(MboValue mbv)
Construct and attach to the specified mbo value.
|
FldWOAreasAffectedContact(MboValue mbv)
Construct and attach to the specified mbo value.
|
FldWOAreasAffectedContactGroup(MboValue mbv)
Construct and attach to the specified mbo value.
|
FldWOAreasAffectedLocation(MboValue mbv)
Construct and attach to the specified mbo value.
|
FldWOAreasAffectedSiteID(MboValue mbv)
Construct and attach to the specified mbo value.
|
FldWOAssetCust(MboValue mbv)
Construct without a criteria.
|
FldWOAssetFilterBy(MboValue mbv)
Construct without a criteria.
|
FldWOAssetnum(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldWOAssetsToMoveAssetnum(MboValue mbv)
Constructor
|
FldWOAssetsToMoveMoveToLoc(MboValue mbv)
Construct and attach to the mbo value.
|
FldWOAssetsToMoveMoveToParent(MboValue mbv)
Constructor
|
FldWOAssetsToMoveMoveToSite(MboValue mbv)
Construct and attach to the mbo value
|
FldWOAssetUser(MboValue mbv)
Construct without a criteria.
|
FldWOCINum(MboValue mbv)
Construct and attach to the mbo value.
|
FldWOContract(MboValue mbv)
Construct and attach to the MboValue.
|
FldWODirectIssueMTLStatus(MboValue mbv) |
FldWODupFlag(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldWOFinControlID(MboValue mbv)
Constructor using default values.
|
FldWOGeneratedForPO(MboValue mbv) |
FldWoHazardHazardId(MboValue mbv) |
FldWoHazardNonPer(MboValue mbv) |
FldWoHazardPrecHazardId(MboValue mbv) |
FldWoHazardPrecPrecautionId(MboValue mbv) |
FldWOInspector(MboValue mbv)
construct and attach to the MboValue
|
FldWOInspFormNum(MboValue mbv)
Construct and attach to the mbo value
|
FldWOIsTask(MboValue mbv)
Constructor using default values.
|
FldWOJobPlan(MboValue mbv) |
FldWOJPClass(MboValue mbv)
Construct and attach to the mbo value.
|
FldWOJPNum(MboValue mbv) |
FldWOLead(MboValue mbv)
construct and attach to the MboValue
|
FldWOLoc(MboValue mbv)
Construct and attach to the mbo value.
|
FldWoLockOutLockOutId(MboValue mbv) |
FldWOLocUserCustPersonID(MboValue mbv)
Construct and attach to the mbo value
|
FldWonum(MboValue mbv)
Construct without a criteria.
|
FldWonum(MboValue mbv,
java.lang.String criteriaName)
Construct and attach to the mbo value.
|
FldWOObservation(MboValue mbv) |
FldWOOnBehalfOfID(MboValue mbv)
Construct without a criteria.
|
FldWOOnBehalfOfName(MboValue mbv)
Construct without a criteria.
|
FldWOOrigRecordClass(MboValue mbv)
Construct without a criteria.
|
FldWOOrigRecordId(MboValue mbv)
Construct without a criteria.
|
FldWOOwner(MboValue mbv)
Construct without a criteria.
|
FldWOOwnerGroup(MboValue mbv)
Construct without a criteria.
|
FldWOParent(MboValue mbv)
Construct and attach to the MboValue.
|
FldWOPersonGroup(MboValue mbv)
Construct for the specified MboValue.
|
FldWOPointNum(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldWoPrecautionPrecautionId(MboValue mbv) |
FldWORemarkField(MboValue mbv)
Construct and attach to the MboValue.
|
FldWORepairFacility(MboValue mbv) |
FldWOReportedByID(MboValue mbv)
Construct without a criteria.
|
FldWOReportedByName(MboValue mbv)
Construct without a criteria.
|
FldWorkType(MboValue mbv)
Construct and attach to the mbo value.
|
FldWorkTypeCompleteStatus(MboValue mbv)
Construct and attach to the mbo value.
|
FldWorkTypeStartStatus(MboValue mbv)
Construct and attach to the mbo value.
|
FldWOSafetyPlanID(MboValue mbv)
Construct and attatch to the specified mbo value
|
FldWoSafetyPlanSafetyPlanId(MboValue mbv) |
FldWOSiteId(MboValue mbv)
Construct without a criteria.
|
FldWoSLHazardId(MboValue mbv) |
FldWoSLTagoutId(MboValue mbv) |
FldWOStoreroomMTLStatus(MboValue mbv) |
FldWoTagLockLockOutId(MboValue mbv) |
FldWoTagLockTagOutId(MboValue mbv) |
FldWoTagOutTagOutId(MboValue mbv) |
FldWOTaskID(MboValue mbv)
Constructor using default values.
|
FldWOUserCustAssetnum(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldWOUserCustLoc(MboValue mbv)
Construct and attach to the specified MboValue.
|
FldWOVendor(MboValue mbv) |
FldWOWarrNotice(MboValue mbv)
Constructor.
|
FldWOWONum(MboValue mbv)
Construct without a criteria.
|
FldWOWorkLocation(MboValue mbv)
Construct and attach to the MboValue.
|
FldWOWorkLog(MboValue mbv)
Construct and attach to the MboValue.
|
FldWpItemReserveReq(MboValue mbv)
Construct and attach to the mbo value
|
FldWPLabor(MboValue mbv) |
FldWPLaborApptRequired(MboValue mbv) |
FldWpLaborCode(MboValue mbv)
construct and attach to the MboValue.
|
FldWPLaborContract(MboValue mbv) |
FldWPLaborCraft(MboValue mbv) |
FldWpLaborDisplayRate(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldWPLaborID(MboValue mbv)
Constructor
|
FldWpLaborOutside(MboValue mbv)
construct and attach to the MboValue.
|
FldWpLaborRate(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldWpLaborRateHasChanged(MboValue mbv)
Construct and attach to the specified mbovalue
|
FldWPLaborSkillLevel(MboValue mbv) |
FldWpLaborVendor(MboValue mbv)
construct and attach to the MboValue.
|
FldWpLaborWonum(MboValue mbv)
construct and attach to the MboValue.
|
FldWpMatCondCode(MboValue mbv)
construct and attach to the MboValue.
|
FldWpMatIssueTo(MboValue mbv)
construct and attach to the MboValue
|
FldWpMatItemNum(MboValue mbv)
construct and attach to the MboValue.
|
FldWpMatLineType(MboValue mbv) |
FldWpMatLocation(MboValue mbv)
construct and attach to the MboValue.
|
FldWpMatOrderUnit(MboValue mbv) |
FldWpMatPRLineNum(MboValue mbv)
construct and attach to the MboValue
|
FldWpMatPRNum(MboValue mbv)
construct and attach to the MboValue
|
FldWpMatRequestBy(MboValue mbv)
construct and attach to the MboValue
|
FldWPMatStoreLocSite(MboValue mbv)
Construct without a criteria.
|
FldWpMatVendor(MboValue mbv)
construct and attach to the MboValue
|
FldWPResType(MboValue mbv) |
FldWpSerItemNum(MboValue mbv)
construct and attach to the MboValue.
|
FldWpSerLineType(MboValue mbv) |
FldWpSerVendor(MboValue mbv)
construct and attach to the MboValue
|
FldWPTaskID(MboValue mbv)
Constructor
|
FldWpToolLocation(MboValue mbv)
construct and attach to the MboValue.
|
FldWpToolNum(MboValue mbv)
Construct and attach to the specified mbovalue.
|
FldWpToolReserveReq(MboValue mbv)
Construct and attach to the mbo value
|
FldWpToolStoreLocSite(MboValue mbv)
Construct without a criteria.
|
MultiAssetLocCI(MboSet ms)
Construct the WOAssetsPlan object
|
MultiAssetLocCIPr(MboSet ms)
Construct the MultiAssetLocCIPr object
|
MultiAssetLocCIPrSet(MboServerInterface ms)
Construct the set of MultiAssetLocCIPr objects.
|
MultiAssetLocCISet(MboServerInterface ms)
Construct the set
|
OwnerHistory(MboSet ms)
Construct the OwnerHistory object
|
OwnerHistorySet(MboServerInterface ms)
Construct the set
|
PMSchedActivity(MboSet ms)
Construct the PMSchedActivity object
|
PMSchedActivitySet(MboServerInterface ms)
Construct the set
|
PriCalc(MboSet ms)
Your basic construtor.
|
PriCalcSet(MboServerInterface ms)
Construct the set of priority calculations.
|
PriorityData(UserInfo userInfo)
The old constructor, which did not use site data to fetch the Priority Data, and was
hence often in error.
|
PriorityData(UserInfo userInfo,
java.lang.String siteID)
Construct the Priority Data using the passed siteID; this should always be done this
way for any version of Maximo later than 5.2 .
|
WMAssignment(MboSet ms)
Your basic construtor
|
WMAssignmentSet(MboServerInterface ms)
Construct the set of assignment.
|
WO(MboSet ms)
Your basic constructor.
|
WOActivity(MboSet ms) |
WOActivitySet(MboServerInterface ms) |
WoAncestor(MboSet ms)
Your basic constructor.
|
WoAncestorSet(MboServerInterface ms)
Construct the set of WoAncestor records.
|
WOAreasAffected(MboSet ms) |
WOAreasAffectedSet(MboServerInterface ms) |
WOAssetsToMove(MboSet ms)
Constructor
|
WOAssetsToMoveSet(MboServerInterface ms)
Construct the set
|
WOAssetUserCust(MboSet ms)
Construct the WOAssetUserCust object
|
WOAssetUserCustSet(MboServerInterface ms)
Construct the set
|
WOChange(MboSet ms) |
WOChangeSet(MboServerInterface ms) |
WoHazard(MboSet ms) |
WoHazardPrec(MboSet ms)
Construct the WoHazardPrec object
|
WoHazardPrecSet(MboServerInterface ms) |
WoHazardSet(MboServerInterface ms) |
WoLockOut(MboSet ms)
Construct the WoLockOut object
|
WoLockOutSet(MboServerInterface ms)
Construct the set
|
WOLocUserCust(MboSet ms)
Construct the WOLocUserCust object
|
WOLocUserCustSet(MboServerInterface ms)
Construct the set
|
WOMeter(MboSet ms)
construtor for WOMeter object.
|
WOMeterSet(MboServerInterface ms)
Construct the set of work order Meters
|
WoPrecaution(MboSet ms)
Construct the WoPrecaution object
|
WoPrecautionSet(MboServerInterface ms) |
WORelease(MboSet ms) |
WOReleaseSet(MboServerInterface ms) |
WorkOrderSpec(MboSet ms)
Construct the WorkOrderSpec object.
|
WorkOrderSpecSet(MboServerInterface ms)
Construct the set
|
WorkPriority(MboSet ms)
construtor for WorkPriority.
|
WorkPrioritySet(MboServerInterface ms)
Construct the set of work priorities.
|
WorkType(MboSet ms)
construtor for WorkType object.
|
WorkTypeSet(MboServerInterface ms)
Construct the set of work types.
|
WoSafetyLink(MboSet ms) |
WoSafetyLinkSet(MboServerInterface ms) |
WoSafetyPlan(MboSet ms)
Construct the WoSafetyPlan object
|
WoSafetyPlanSet(MboServerInterface ms) |
WoSchedActivity(MboSet ms)
Construct the WoSchedActivity object
|
WoSchedActivitySet(MboServerInterface ms)
Construct the set
|
WOSet(MboServerInterface ms)
Construct the set of work orders.
|
WOStatus(MboSet ms)
Your basic construtor.
|
WOStatusSet(MboServerInterface ms)
Construct the set of wostatus.
|
WoTagLock(MboSet ms)
Construct the WoTagLock object
|
WoTagLockSet(MboServerInterface ms) |
WoTagOut(MboSet ms)
Construct the WoTagOut object
|
WoTagOutSet(MboServerInterface ms) |
WOTaskRelation(MboSet ms)
Construct the WOTaskRelation object.
|
WOTaskRelationSet(MboServerInterface ms)
Construct the set.
|
WOWeatherAlert(MboSet ms)
Constructor
|
WpEditSetting(MboSet ms)
Construct the WpEditSetting object.
|
WpEditSettingSet(MboServerInterface ms)
Construct the set.
|
WPItem(MboSet ms)
Basic construtor
|
WPItemSet(MboServerInterface ms)
Construct the set of work plan Item.
|
WPLabor(MboSet ms)
Construct the WPLabor.
|
WPLaborSet(MboServerInterface ms)
Construct the set.
|
WPMaterial(MboSet ms)
Basic construtor
|
WPMaterialSet(MboServerInterface ms)
Construct the set of work plan material.
|
WPService(MboSet ms)
Basic construtor
|
WPServiceSet(MboServerInterface ms)
Construct the set of work plan service.
|
WPTool(MboSet ms)
Construct the WPTool.
|
WPToolSet(MboServerInterface ms)
Construct the set.
|
Methods in psdi.app.workorder.unittest that throw MXException
Modifier and Type |
Method and Description |
static double |
WOViewCostsTest5.actualCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualCost(MboRemote wo) |
static double |
WOViewCostsTest.actualCost(MboRemote wo) |
static double |
WOViewCostsTest5.actualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.actualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.actualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.actualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.actualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.actualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.actualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.actualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.actualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.actualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.actualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.actualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.actualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.actualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.actualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.actualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.actualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.actualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.actualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest.actualMaterialCost(MboRemote wo) |
void |
WOMultipleJUnitCoverageTests.actualServiceCost() |
static double |
WOViewCostsTest5.actualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest.actualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest5.actualToolCost(MboRemote wo) |
static double |
WOViewCostsTest3.actualToolCost(MboRemote wo) |
static double |
WOViewCostsTest2.actualToolCost(MboRemote wo) |
static double |
WOViewCostsTest.actualToolCost(MboRemote wo) |
void |
PMWogenCancelTest.addAsset() |
void |
WOMatlTest.addDirectIssueItem() |
void |
WOUnapproveTest.addItem() |
void |
WOMatlTest.addItem() |
void |
WOUnapproveTest.addLabor() |
void |
PMWogenCancelTest.addPM() |
void |
WOUnapproveTest.addTool() |
void |
ApplyJPtoWOandPM.applyJPtoPM()
Applying Job Plan to PM
1.
|
void |
Appointment.applyJPtoWO() |
void |
ApplyJPtoWOandPM.applyJPtoWO() |
static void |
WOLibrary.changeStatusToAppr(WO wo)
Takes a workorder and attempts to change the status to approve.
|
static void |
WOLibrary.changeStatusToAppr(WO wo,
java.lang.String endStatus)
Takes a workorder and attempts to change the status to approve
|
static void |
WOLibrary.changeStatusToWappr(WO wo)
Takes a workorder and attempts to change the status to waiting approval.
|
static void |
WOLibrary.changeStatusToWappr(WO wo,
java.lang.String endStatus)
Takes a workorder and attempts to change the status to waiting approval
|
void |
WOMultipleJUnitCoverageTests.changeWOStatusLongEmail() |
void |
WOMultipleJUnitCoverageTests.closeWorkOrder() |
void |
WOMultipleJUnitCoverageTests.compWOLaborContract() |
void |
WOUnapproveTest.createApprovedWorkOrder() |
void |
WOMultipleJUnitCoverageTests.createApprovedWorkOrder() |
void |
WOMatlTest.cronTaskUpdateForStandardIssue() |
void |
WOMultipleJUnitCoverageTests.crossSiteCosts() |
void |
WOMultipleJUnitCoverageTests.currencyCost() |
void |
WOMatlTest.directIssuecronTaskUpdate() |
void |
WOMatlTest.directIssueItemProcessing() |
static double |
WOViewCostsTest5.estimatedCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedCost(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.estimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.estimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.estimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest5.estimatedToolCost(MboRemote wo) |
static double |
WOViewCostsTest3.estimatedToolCost(MboRemote wo) |
static double |
WOViewCostsTest2.estimatedToolCost(MboRemote wo) |
static double |
WOViewCostsTest.estimatedToolCost(MboRemote wo) |
void |
PMWogenCancelTest.generateWorkOrder() |
void |
WOMultipleJUnitCoverageTests.grandHierarchyCosts() |
static double |
WOViewCostsTest5.hierarchicalActualCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualServiceCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalActualToolCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalActualToolCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalActualToolCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalActualToolCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedExternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedExternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedInternalLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedInternalLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedLaborCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedLaborHours(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedMaterialCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedServiceCost(MboRemote wo) |
static double |
WOViewCostsTest5.hierarchicalEstimatedToolCost(MboRemote wo) |
static double |
WOViewCostsTest3.hierarchicalEstimatedToolCost(MboRemote wo) |
static double |
WOViewCostsTest2.hierarchicalEstimatedToolCost(MboRemote wo) |
static double |
WOViewCostsTest.hierarchicalEstimatedToolCost(MboRemote wo) |
static java.lang.String |
WOViewCostsTest5.label(MboRemote woTotal,
java.lang.String maxvalue) |
static java.lang.String |
WOViewCostsTest3.label(MboRemote woTotal,
java.lang.String maxvalue) |
static java.lang.String |
WOViewCostsTest2.label(MboRemote woTotal,
java.lang.String maxvalue) |
static java.lang.String |
WOViewCostsTest.label(MboRemote woTotal,
java.lang.String maxvalue) |
void |
WOViewCostsTest5.modifyLabor(MboRemote wo) |
void |
WOViewCostsTest3.modifyLabor(MboRemote wo) |
void |
WOViewCostsTest2.modifyLabor(MboRemote wo) |
void |
WOViewCostsTest2.modifyMaterial(MboRemote wo) |
void |
WOViewCostsTest2.modifyService(MboRemote wo) |
void |
WOViewCostsTest2.modifyTool(MboRemote wo) |
void |
WOMultipleJUnitCoverageTests.processFlowControl() |
void |
WOMultipleJUnitCoverageTests.serviceLineCostTax() |
void |
WOPredecessorUtilTest.setCreateRlationships(java.lang.String predWonum,
java.lang.String predRefWonum,
java.lang.String wonum,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String relationShipType,
double leadLagHours,
MboRemote mbo)
This method will only set the values to the Mbo, you need to vbe aware
that this method is not saving the MboSet and it is not setting up any
BITa void skip validations and access checks
|
void |
WOMultipleJUnitCoverageTests.synonymDesc() |
void |
WOAndRepairFacilityTest.testAddForActivity() |
void |
WOAndRepairFacilityTest.testAddForActivityMaxvarDisabled() |
void |
WOAndRepairFacilityTest.testAddForChange() |
void |
WOAndRepairFacilityTest.testAddForChangeMaxvarDisabled() |
void |
WOAndRepairFacilityTest.testAddForWO() |
void |
WOAndRepairFacilityTest.testAddForWOMaxvarDisabled() |
void |
WOAndRepairFacilityTest.testAddForWOWithSkip() |
void |
WOAndRepairFacilityTest.testAddWorkOrder(MboSetRemote woSet,
boolean woShouldBeInARepairFacility) |
void |
WOMatlTest.testDoNotIgnoreDirectIssueStoreroomMaterialOneMaterial() |
void |
JobplanWorkorderTest.testDurationFromJobplan() |
void |
WOMatlTest.testIgnoreStoreroomMaterialOneMaterial() |
void |
WODefectsTest.testInvalidMeasurementField_Defect_107520() |
void |
FldCommonRepairFacilityTest.testLookup() |
void |
RepFacilityLookupSmartfindTest.testLookupForAssetFromDifferentOrg() |
void |
RepFacilityLookupSmartfindTest.testLookupSimpleWithMaxvarDisabled() |
void |
RepFacilityLookupSmartfindTest.testLookupSimpleWithMaxvarEnabled() |
void |
FldWOAssetnumTest.testLookupSimpleWithMaxvarEnabled() |
void |
RepFacilityLookupSmartfindTest.testSmartfindForAssetFromDifferentOrg() |
void |
RepFacilityLookupSmartfindTest.testSmartfindSimpleWithMaxvarDisabled() |
void |
RepFacilityLookupSmartfindTest.testSmartfindSimpleWithMaxvarEnabled() |
void |
RepFacilityLookupSmartfindTest.testSmartfindThenLookup() |
void |
RepFacilityLookupSmartfindTest.testTwoSmartfindCalls() |
Methods in psdi.app.workorder.util that throw MXException
Modifier and Type |
Method and Description |
boolean |
WOPredecessorUtil.checkDirectRelationship(MboRemote workorder,
java.lang.String wonum,
java.lang.String target)
Check direct relationships between source and target avoid direct circular relationship
|
void |
WOPredecessorUtil.getAllChildren(MboRemote workorder,
java.lang.String wonum)
Will populate the exclude list with all children and children of each child.
|
void |
WOPredecessorUtil.getAllChildrenToExclude(MboRemote workorder,
java.lang.String wonum)
Will populate the exclude list with all children and children of each child.
|
java.lang.String |
WOPredecessorUtil.getParent(MboRemote workorder,
java.lang.String wonum)
select parent list to avoid make a link with parents in the same package
|
void |
WOPredecessorUtil.getRelationshipsDown(UserInfo userInfo,
java.lang.String predwonum) |
void |
WOPredecessorUtil.getRelationshipsUp(UserInfo userInfo,
java.lang.String wonum)
Check circular references
|
MboRemote |
WOPredecessorUtil.getWOMboFromWonum(java.lang.String wonum,
UserInfo userinfo)
Return the MboRemote of a WorkOrder from a given wonum
|
boolean |
WOPredecessorUtil.hasALink(MboRemote workorder,
java.lang.String wonum)
Return is this links is has a link
|
boolean |
WOPredecessorUtil.isALinked(MboRemote workorder,
java.lang.String wonum)
Return if this registry is a Link
|
static void |
WOAppointmentUtil.setWorkOrderDates(MboRemote workOrder,
java.lang.String woDates,
java.util.Date startTime,
java.util.Date targetCompDate) |
static void |
WOAppointmentUtil.setWorkOrderStatus(MboRemote workOrder,
java.lang.String newStatus,
boolean isNew) |
static void |
WOAppointmentUtil.updateWorkOrderDateTimes(MboRemote workOrder,
java.util.TimeZone serverTimeZone,
java.util.TimeZone apptBookTimeZone) |
boolean |
WOPredecessorUtil.validateLink(MboRemote workorder,
java.lang.String wonum,
java.lang.String target)
Main function to validate: - Circular dependencies - Parent link
|
Methods in psdi.app.workorder.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldWOChangeStatus.action()
Creates warnings to prompt for reports, but only if the SingleWO attribute
is set to true.
|
void |
FldShowWPTaskID.action()
Updates the totals of the work order that used to own the Mbo
and the work order that gain this Mbo.
|
void |
FldShowTopLevlRec.action()
No validation takes place, so override and do nothing.
|
void |
FldSHSiteId.action()
No validation takes place, so override and do nothing.
|
void |
FldSHRecordkey.action()
No validation takes place, so override and do nothing.
|
void |
FldSHOrgId.action()
No validation takes place, so override and do nothing.
|
void |
FldSHClass.action() |
void |
FldLASSiteID.action() |
void |
FldLASAssetNum.action() |
void |
FldLASAssetFeature.action()
Set or clear the assetfeatureid field on the route stop.
|
void |
WOPOInfo.add()
Sets up a new WOPOInfo object.
|
void |
WOChangeStatus.add()
Sets up a new WOChangeStatus object.
|
void |
SearchHirchyrel.add()
sets up a new SearchHirchyrel object using the owning work order
MBO .
|
void |
ReschedAssign.add()
Initializes the rescheddate and resched fields.
|
void |
DispatchAssign.add()
Set up the DispatchAssign object.
|
void |
AssignLoc.add()
The add method: sets the defaults of the fields on the Available Labor dialog.
|
void |
AssignLabor.add()
The add method: sets the defaults of the fields on the Available Labor dialog.
|
MboRemote |
ChildrenSet.add(long accessModifier,
int woClass)
Adds a new Mbo at the beginning of the set.
|
MboRemote |
ChildrenSet.addAtEnd(int woClass)
Adds a new Mbo at the end of the set.
|
MboRemote |
ShowChildrenSet.addAtEnd(java.lang.String jpWOClassSyn)
when child work orders are being generated using nested job plans the job plan
class of the nested job plan is used for the work order's work class.
|
MboRemote |
ChildrenSet.addAtIndex(int index,
int woClass)
Access defaulted to NONE
|
MboRemote |
ShowTasksSet.addAtIndex(long accessModifier,
int index)
Adds a new Mbo at the position specified.
|
MboRemote |
ShowInvReserveSet.addAtIndex(long accessModifier,
int index)
Adds a new Mbo at the position specified.
|
MboRemote |
ShowChildrenSet.addAtIndex(long accessModifier,
int index)
Adds a new Mbo at the position specified.
|
MboRemote |
ShowPlanMboSet.addAtIndex(long accessModifier,
int index)
Adds a new Mbo at the position specified.
|
MboRemote |
ShowActualMboSet.addAtIndex(long accessModifier,
int index)
Adds a new Mbo at the position specified.
|
MboRemote |
ChildrenSet.addAtIndex(long accessModifier,
int index,
int woClass)
Adds a new Mbo to the set.
|
MboRemote |
ShowChildrenSet.addAtIndex(long accessModifier,
java.lang.String newChildClass,
int index)
Adds a new Mbo with the defined woclass at the position specified.
|
void |
ShowTasksSet.addedMbo(MboRemote newMbo,
int position)
A mbo has been added to the WO's CHILDREN set.
|
void |
ShowChildrenSet.addedMbo(MboRemote newMbo,
int position)
A mbo has been added to the WO's CHILDREN set.
|
void |
ShowPlanMboSet.addedMbo(MboRemote newMbo,
int position)
A mbo has been added to the WO's related mboset.
|
void |
ShowActualMboSet.addedMbo(MboRemote newMbo,
int position)
A mbo has been added to the WO's related mboset.
|
void |
ChildrenSet.addedMbo(MboRemote newMbo,
int position)
A mbo has been added to the WO's CHILDREN set.
|
protected Mbo |
ShowPlanMboSet.addForFauxSet(MboSet realSet)
Create for issue 08-22334, add with jspdefaults defined against the FauxMboSet
|
protected Mbo |
ShowActualMboSet.addForFauxSet(MboSet realSet)
Create for issue 08-23208, add with jspdefaults defined against the FauxMboSet
|
void |
WMMatchSetRemote.addMatchMbos(java.util.Vector selectedMbos) |
void |
WMMatchSet.addMatchMbos(java.util.Vector selectedMbos) |
void |
NestedJobPlanAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params) |
void |
ShowTasksSet.canAdd()
Can we add more work orders to this set?
|
void |
ShowChildrenSet.canAdd()
Can we add more work orders to this set?
|
void |
ShowPlanMboSet.canAdd()
Since additions to this set will occur in the parent's set, check that set
to see if can add.
|
void |
ShowActualMboSet.canAdd()
Since additions to this set will occur in the parent's set, check that set
to see if can add.
|
void |
ChildrenSet.canAdd(int woClass)
Can we add more work orders to this set?
|
protected void |
WOChangeStatusSet.changeStatusOnEnumeration(java.util.Enumeration enumit,
Mbo param) |
protected void |
WOChangeStatusSet.changeStatusOnSet(MboSetRemote csSet,
Mbo param)
Changes the status of all members of a set.
|
void |
ShowPlanMboSet.checkMethodAccess(java.lang.String method)
Since action to this set will occur in the parent's set, check that set
to see if can do this action.
|
void |
ShowActualMboSet.checkMethodAccess(java.lang.String method)
Since action to this set will occur in the parent's set, check that set
to see if can do this action.
|
void |
WOChangeStatusSetRemote.clearFailedWOChangeStatusRecord()
This method is used to clear the list of Work Orders whose status did not change.
|
void |
WOChangeStatusSet.clearFailedWOChangeStatusRecord() |
void |
WOLinearSearch.clearLinearAssetFields()
Clear all the linear asset fields when Assetnum is cleared.
|
java.util.Vector |
WOChangeStatusSet.createCompletionOrder(java.util.Vector completionorder,
java.lang.String nextWO,
java.util.Hashtable htChildren,
java.util.Hashtable htTasks) |
void |
JPFromWOInputSet.execute() |
void |
WOChangeStatusSet.execute(MboRemote mbo)
Changes Status of the set of StatefulMbos.
|
void |
TaskIDPickList.fetchMbos(int toPosition)
fetches Mbos from the SHOWTASKS set.
|
void |
ShowWOHierarchy.fetchMbos(int toPosition)
Mbo supplier method.
|
void |
ShowTasksSet.fetchMbos(int toPosition)
Mbo supplier method.
|
void |
ShowInvReserveSet.fetchMbos(int toPosition)
Mbo supplier method checks for any order by defined.
|
void |
ShowChildrenSet.fetchMbos(int toPosition) |
void |
ShowPlanMboSet.fetchMbos(int toPosition)
Mbo supplier method checks for any order by defined.
|
void |
ShowAllPlanMboSet.fetchMbos(int toPosition)
Mbo supplier method checks for any order by defined.
|
void |
ShowActualMboSet.fetchMbos(int toPosition)
Mbo supplier method checks for any order by defined.
|
void |
ChildrenSet.fetchMbos(int toPosition) |
void |
TaskIDPickList.fetchMbosOriginal(int toPosition)
fetches Mbos from the SHOWTASKS set.
|
void |
ShowChildrenSet.fetchMbosOriginal(int toPosition)
Mbo supplier method.
|
void |
ShowActualMboSet.fetchMbosOriginal(int toPosition)
Mbo supplier method.
|
void |
ChildrenSet.fetchMbosOriginal(int toPosition)
Mbo supplier method.
|
protected void |
ShowPlanToolSet.finishPlanMove(MboRemote original,
MboRemote copy)
This method completes a move of a WPTool Mbos between the different work order
owned WPToolSets.
|
protected void |
ShowPlanServiceSet.finishPlanMove(MboRemote original,
MboRemote copy)
This method completes a move of a WPMaterial Mbos between the different work order
owned WPMaterialSets.
|
protected void |
ShowPlanMaterialSet.finishPlanMove(MboRemote original,
MboRemote copy)
This method completes a move of a WPMaterial Mbos between the different work order
owned WPMaterialSets.
|
protected void |
ShowPlanLaborSet.finishPlanMove(MboRemote original,
MboRemote copy)
This method completes a move of a WPLabor Mbos between the different work order
owned WPLaborSets.
|
protected void |
ShowPlanMboSet.finishPlanMove(MboRemote original,
MboRemote copy)
This method completes any moves of Plan Mbos between the different work order
owned Plan Sets.
|
protected void |
ShowAssignmentSet.finishPlanMove(MboRemote original,
MboRemote copy)
This method completes a move of an Assignment Mbo between the different workorder-owned
AssignmentSets.
|
java.lang.String[] |
FldWODisplayWonum.getAppLink() |
java.lang.String |
ShowPlanMboSet.getAppWhere() |
java.lang.String |
ShowActualMboSet.getAppWhere() |
protected MboSetRemote |
FldLASAssetFeature.getAssetFeatureSet(java.lang.String feature,
java.lang.String featurelabel)
Get a list of asset features based on the passed in feature and feature label.
|
AssignmentSet |
DispatchAssign.getAssignSet() |
java.util.Date |
CalendarViewSet.getClientAMWorkDate() |
java.util.Date |
CalendarViewSetRemote.getClientAMWorkDate() |
java.util.Date |
CalendarViewSet.getClientDTFromServerDT(java.util.Date serverDateTime)
Changes a datetime in the server's time zone to the equivalent one in the
client's time zone.
|
java.util.Date |
CalendarViewSetRemote.getClientDTFromServerDT(java.util.Date serverDateTime) |
double |
AssignLocSet.getDatesDiff(java.util.Date toDate,
java.util.Date fromDate)
Return the time difference between the startdate, starttime, finishdate and finishtime.
|
java.lang.String |
ShowPlanMboSet.getDefaultValue(java.lang.String attribute)
Gets the screen default from the real set of the top WO.
|
java.util.ArrayList |
WOChangeStatusSetRemote.getFailedWOChangeStatusRecord()
This method is used to get the list of Work Orders whose status did not change, during change status.
|
java.util.ArrayList |
WOChangeStatusSet.getFailedWOChangeStatusRecord() |
boolean |
AssignLoc.getFirstTimeThrough()
Fetches the firstTimeThrough boolean.
|
boolean |
AssignLabor.getFirstTimeThrough()
Fetches the firstTimeThrough boolean.
|
boolean |
AssignLocSet.getFromSKD() |
boolean |
AssignLaborSet.getFromSKD() |
MboSetRemote |
AssignLaborSetRemote.getLaborSet() |
MboSetRemote |
AssignLaborSet.getLaborSet()
The method returns the filtered Labor MboSet.
|
java.util.Date |
WOChangeStatusSet.getLatestPMDueDate(java.lang.String pmnum,
java.lang.String siteid) |
MboSetRemote |
FldShowWPTaskID.getList()
Returns the WO's list (related MboSet) of Tasks - SHOWTASKS.
|
MboSetRemote |
FldSHClass.getList() |
MboSetRemote |
FldLASAssetNum.getList() |
MboSetRemote |
FldLASAssetFeature.getList()
Return a list of Asset Features based on the values in the
FEATURE and FEATURELABEL fields.
|
MboSetRemote |
FldAssignLocShiftNum.getList() |
MboSetRemote |
FldAssignLaborWorkType.getList() |
MboSetRemote |
FldAssignLaborVendor.getList() |
MboSetRemote |
FldAssignLaborSupervisor.getList() |
MboSetRemote |
FldAssignLaborShiftNum.getList() |
MboSetRemote |
FldAssignLaborLocation.getList() |
MboSetRemote |
FldAssignLaborContractnum.getList()
Fetches only labor contracts.
|
MboSetRemote |
AssignLocSetRemote.getLocationSet() |
MboSetRemote |
AssignLocSet.getLocationSet() |
MboSetRemote |
AssignLocSetRemote.getLocationSet(MboSetRemote locationQuerySet) |
MboSetRemote |
AssignLocSet.getLocationSet(MboSetRemote locationQuerySet) |
MboRemote |
WOTotalSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
MboRemote |
WOPOInfoSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
MboRemote |
WOGrandTotalSet.getMbo(int pos)
Generate the single Mbo when it is asked for.
|
protected Mbo |
WOTotalSet.getMboInstance(MboSet ms)
Factory method to create an WOTotal object.
|
protected Mbo |
WOTaskLookupSet.getMboInstance(MboSet ms)
Factory method to create a WOTaskLookup object.
|
protected Mbo |
WOPOInfoSet.getMboInstance(MboSet ms)
Factory method to create an WOPOInfo object.
|
protected Mbo |
WOLinearSearchSet.getMboInstance(MboSet ms)
Factory method to create an WOLinearSearch object.
|
protected Mbo |
WOGrandTotalSet.getMboInstance(MboSet ms)
Factory method to create an WOGrandTotal object.
|
protected Mbo |
WOChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an WOChangeStatus object.
|
protected Mbo |
WMMatchSet.getMboInstance(MboSet ms)
Factory method to create an WOPOInfo object.
|
protected Mbo |
ViewWOPMsSet.getMboInstance(MboSet ms)
Factory method to create an ViewWOPMsSet object.
|
protected Mbo |
SearchHirchyrelSet.getMboInstance(MboSet ms)
Factory method to create an SearchHirchyrel object.
|
protected Mbo |
ReschedAssignSet.getMboInstance(MboSet ms)
Factory method to create an AssignLabor object.
|
protected Mbo |
JPFromWOInputSet.getMboInstance(MboSet ms)
Factory method to create an JPFromWOInputSet object.
|
protected Mbo |
DispatchAssignSet.getMboInstance(MboSet ms)
Factory method to create an DispatchAssign object.
|
protected Mbo |
CalendarViewSet.getMboInstance(MboSet ms)
Factory method to create an CalendarView object.
|
protected Mbo |
AssignLocSet.getMboInstance(MboSet ms) |
protected Mbo |
AssignLaborSet.getMboInstance(MboSet ms)
Factory method to create an AssignLabor object.
|
protected MboSetRemote |
WOChangeStatusSet.getMboIntoSet(MboRemote mbo)
Looks up the work order into its a set by itself if the call comes from a listpage.
|
java.util.Date |
CalendarViewSet.getServerDTFromClientDT(java.util.Date clientDateTime)
Changes a datetime in the client's time zone to the equivalent one in the
server's time zone.
|
java.util.Date |
CalendarViewSetRemote.getServerDTFromClientDT(java.util.Date clientDateTime) |
boolean |
CalendarViewSet.getSetAllDatesOnInit() |
boolean |
CalendarViewSetRemote.getSetAllDatesOnInit() |
SKDProject |
AssignLocSet.getSKDProject() |
WO |
AssignLocSet.getWO() |
WO |
AssignLaborSet.getWO() |
void |
WOTotal.init()
Initialization rountine.
|
void |
WOPOInfo.init()
Initialization rountine.
|
void |
WOLinearSearch.init() |
void |
WOGrandTotal.init()
init()
Initialization rountine.
|
void |
FldWODisplayWonum.init()
This attribute is always read/only.
|
void |
FldDisplayTaskID.init()
This attribute is always read/only.
|
void |
CalendarView.init()
Initializes the CalendarView object.
|
void |
FldWOSafetyPlan_Lookup_List_Type.initValue() |
void |
FldWODisplayWonum.initValue()
Determine the correct value for this field.
|
void |
FldViewWOPMsShowChildren.initValue() |
void |
FldShowWPTaskID.initValue()
Sets the value of this attribute based on the whether it's work oder
is currently the parent or a child.
|
void |
FldPredessorWOs.initValue() |
void |
FldLASAssetFeature.initValue()
Populate FEATURE and FEATURELABEL
|
void |
FldDisplayWonum.initValue()
Determine the correct value for this field.
|
void |
FldDisplayWOTaskRelationWonum.initValue()
Determine the correct value for this field.
|
void |
FldDisplayTaskID.initValue()
Determine the correct value for this field.
|
protected void |
ShowTasksSet.insertMbo(MboRemote mbo)
Insert the mbo where it belongs in the set.
|
protected void |
ShowChildrenSet.insertMbo(MboRemote mbo)
Insert the mbo where it belongs in the set.
|
protected void |
ChildrenSet.insertMbo(MboRemote mbo)
Insert the mbo where it belongs in the set.
|
double |
ChildrenSet.max(java.lang.String attribute) |
void |
ShowTasksSet.modifiedMbo(MboRemote modifiedMbo)
Received a report that a Mbo has been modified, in a significant way.
|
void |
ShowChildrenSet.modifiedMbo(MboRemote modifiedMbo)
Received a report that a Mbo has been modified, in a significant way.
|
void |
ShowPlanMboSet.modifiedMbo(MboRemote modifiedMbo)
Received a report that a Mbo has been modified, in a significant way.
|
void |
ShowActualMboSet.modifiedMbo(MboRemote modifiedMbo)
Received a report that a Mbo has been modified, in a significant way.
|
void |
ChildrenSet.modifiedMbo(MboRemote modifiedMbo)
Received a report that a Mbo has been modified, in a significant way.
|
void |
ShowPlanMboSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
ShowActualMboSet.preValidateIpcBom(IpcBomSetRemote bomset)
Hook for IPC to prevalidate bills of materials for this particular application
|
void |
ShowActualMboSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
ShowPlanMboSetRemote.preValidateIpcBom(IpcBomSetRemote bomset) |
void |
ShowTasksSet.removedMbo(MboRemote newMbo,
int position)
Reports that a Mbo has been removed from the MboSet.
|
void |
ShowChildrenSet.removedMbo(MboRemote newMbo,
int position)
Reports that a Mbo has been removed from the MboSet.
|
void |
ShowPlanMboSet.removedMbo(MboRemote newMbo,
int position)
Reports that a Mbo has been removed from the MboSet.
|
void |
ShowActualMboSet.removedMbo(MboRemote newMbo,
int position)
Reports that a Mbo has been removed from the MboSet.
|
void |
ChildrenSet.removedMbo(MboRemote newMbo,
int position)
Reports that a Mbo has been removed from the MboSet.
|
void |
ChildrenSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
TaskIDPickList.reset()
Reset method overridden to reset internal variables.
|
void |
ShowWOHierarchy.reset()
Reset the internal structure of this set.
|
void |
ShowTasksSet.reset()
Reset method overridden to reset internal variables.
|
void |
ShowInvReserveSet.reset()
Reset method overridden to reset internal variables.
|
void |
ShowChildrenSet.reset()
Reset method overridden to reset internal variables.
|
void |
ShowPlanMboSet.reset()
Reset method overridden to reset internal variables.
|
void |
ShowAllPlanMboSet.reset()
Reset the internal structure of this set.
|
void |
ShowActualMboSet.reset()
Reset method overridden to reset internal variables.
|
void |
ChildrenSet.reset()
Reset method overridden to reset internal variables.
|
void |
CalendarViewSet.resetDates(java.util.Date newAMClientWorkDate)
Resets the clientAMWorkDate and the DayN fields in the CalendarView mbo.
|
void |
CalendarViewSetRemote.resetDates(java.util.Date newAMClientWorkDate) |
void |
ShowPlanMboSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to Plans
|
void |
ShowActualMboSet.returnIPCParts(IpcSelectedPartsSetRemote partset)
Hook for IPC to return selected parts in IPC back to Actuals
|
void |
ShowActualMboSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
void |
ShowPlanMboSetRemote.returnIPCParts(IpcSelectedPartsSetRemote partset) |
void |
DispatchAssignSetRemote.saveAssignSet() |
void |
DispatchAssignSet.saveAssignSet()
Saves the Assignment set upon dispatching, after storing the user-entered
date in the assignment record.
|
void |
CalendarView.setAllDayNDates(java.util.Date clientAMWorkDate)
Fills the dayN fields with consecutive dates, starting with ClientAMWorkDate.
|
void |
ShowPlanMboSet.setAppWhere(java.lang.String appWhere) |
void |
ShowActualMboSet.setAppWhere(java.lang.String appWhere) |
void |
CalendarViewSet.setClientAMWorkDate(java.util.Date newClientAMWorkDate) |
void |
CalendarViewSetRemote.setClientAMWorkDate(java.util.Date newClientAMWorkDate) |
void |
ShowInvReserveSet.setCurrentWorkOrder(MboRemote mbo)
This method provides a new current work order for which we want to display
actual mbo for.
|
void |
ShowPlanMboSet.setCurrentWorkOrder(MboRemote mbo)
This method provides a new current work order for which we want to display
work plan labor for.
|
void |
ShowActualMboSet.setCurrentWorkOrder(MboRemote mbo)
This method provides a new current work order for which we want to display
actual mbo for.
|
void |
ShowPlanMboSet.setDefaultValue(java.lang.String attribute,
java.lang.String value)
Sets the screen default to the real set of the top WO.
|
void |
WOChangeStatusSetRemote.setFailedWOChangeStatusRecord(long workorderid)
This method is used to capture all the workorders whose status has been requested to change, but failed to change.
|
void |
WOChangeStatusSet.setFailedWOChangeStatusRecord(long workorderid) |
void |
AssignLoc.setFirstTimeThrough(boolean newValue)
Sets the firstTimeThrough boolean.
|
void |
AssignLabor.setFirstTimeThrough(boolean newValue)
Sets the firstTimeThrough boolean.
|
void |
AssignLocSet.setFromSKD(boolean fromSKD) |
void |
AssignLaborSetRemote.setFromSKD(boolean fromSKD) |
void |
AssignLaborSet.setFromSKD(boolean fromSKD) |
void |
JPFromWOInputRemote.setJPAutoKey() |
void |
JPFromWOInput.setJPAutoKey() |
void |
WOChangeStatusSet.setLatestPMDueDate(java.lang.String pmnum,
java.lang.String siteid,
java.util.Date dueDate) |
void |
WOLinearSearch.setMeasureInfoEditability() |
void |
ShowWOHierarchy.setOrderBy(java.lang.String orderByClause)
Setting the order by for this set sets the order by in the realset.
|
void |
ShowTasksSet.setOrderBy(java.lang.String orderByClause)
Setting the order by for this set sets the order by in the realset.
|
void |
ShowInvReserveSet.setOrderBy(java.lang.String orderByClause)
Sets the order by for this set.
|
void |
ShowChildrenSet.setOrderBy(java.lang.String orderByClause)
Setting the order by for this set sets the order by in the realset.
|
void |
ShowPlanMboSet.setOrderBy(java.lang.String orderByClause)
Sets the order by for this set.
|
void |
ShowAllPlanMboSet.setOrderBy(java.lang.String orderByClause)
Sets the order by for this set.
|
void |
ShowActualMboSet.setOrderBy(java.lang.String orderByClause)
Sets the order by for this set.
|
void |
ChildrenSet.setOrderBy(java.lang.String orderByClause)
Setting the order by for this set sets the order by in the realset.
|
void |
ShowWOHierarchy.setOwner(MboRemote mbo)
This method overridden to setup the set.
|
void |
ShowTasksSet.setOwner(MboRemote mbo)
Given the owner of this MboSet, now can set self as a listener
to the owner's children set.
|
void |
ShowInvReserveSet.setOwner(MboRemote mbo)
Setup set once we get the work order owner.
|
void |
ShowChildrenSet.setOwner(MboRemote mbo)
Given the owner of this MboSet, now can set self as a listener
to the owner's children set.
|
void |
ShowPlanMboSet.setOwner(MboRemote mbo)
Setup set once we get the work order owner.
|
void |
ShowAllPlanMboSet.setOwner(MboRemote mbo)
Setup set once we get the work order owner.
|
void |
ShowActualMboSet.setOwner(MboRemote mbo)
Setup set once we get the work order owner.
|
void |
ChildrenSet.setOwner(MboRemote mbo)
Given the owner of this MboSet, now can set self as a listener
to the owner's children set.
|
void |
WOChangeStatusSetRemote.setPMWOCancelUserListResponse(boolean response)
This user response from the yes/no dialog when cancel is called gets set via this method from the WOChangeStatusBean.
|
void |
WOChangeStatusSet.setPMWOCancelUserListResponse(boolean response)
This user response from the yes/no dialog when cancel is called gets set via this method from the WOChangeStatusBean.
|
void |
AssignLocSetRemote.setRefresh(boolean refresh) |
void |
AssignLocSet.setRefresh(boolean refresh) |
void |
WOChangeStatusSetRemote.setReportParameterData(ReportParameterData data)
The report parameters that will be sent to the async process which will generate a report and send an email.
|
void |
WOChangeStatusSet.setReportParameterData(ReportParameterData data)
Report parameters get set by this method from the WOChangeStatusBean.
|
void |
AssignLaborSetRemote.setRestrictLaborClause(java.lang.String restrictLaborClause) |
void |
AssignLaborSet.setRestrictLaborClause(java.lang.String restrictLaborClause) |
void |
CalendarViewSet.setSetAllDatesOnInit(boolean newSetting) |
void |
CalendarViewSetRemote.setSetAllDatesOnInit(boolean newSetting) |
void |
SearchHirchyrel.setShowFlags()
sets all showflags readonly
MBO .
|
void |
AssignLocSet.setSKDProject(SKDProject skdProject) |
MboRemote |
WOTotalSet.setup() |
MboRemote |
WOGrandTotalSet.setup()
Sets up new woGrandTotal objects.
|
MboRemote |
JPFromWOInputSet.setup() |
void |
FldShowWPTaskID.setValueFromLookup(MboRemote sourceMbo)
Set the value from the lookup.
|
void |
AssignLocSet.setWO(WO wo) |
void |
AssignLaborSet.setWO(WO wo) |
void |
ShowPlanToolSet.updateHours()
update hours with owning task duration
|
void |
ShowPlanLaborSet.updateHours()
update hours with owning wo/task duration
|
void |
FldShowWPTaskID.validate()
Checks that the task is valid for the parent + children combined display.
|
void |
FldSHRecordkey.validate()
No validation takes place, so override and do nothing.
|
void |
FldSHClass.validate() |
void |
FldDisplayWOTaskRelationWonum.validate() |
void |
FldAssignLocToDate.validate()
Ensure that some value has been filled in for toDate.
|
void |
FldAssignLocFromDate.validate()
Ensures that some value has been filled in for fromDate.
|
void |
FldAssignLaborToDate.validate()
Ensure that some value has been filled in for toDate.
|
void |
FldAssignLaborFromDate.validate()
Ensures that some value has been filled in for fromDate.
|
Methods in psdi.archive.procclass that throw MXException
Modifier and Type |
Method and Description |
protected void |
ConvertXML.createOptimCode(java.util.List maxRelList,
org.jdom.Namespace nameSpace)
Receives all the MAXRELATIONSHIP elements and the namespace to generate
the Optim code
|
protected void |
ConvertXML.readXML(byte[] serializedData)
Reads the XML code and search for all the MAXRELATIONSHIP elements
|
protected void |
ConvertXML.saveTxtFile(java.lang.String optimCode)
Generates and saves the text file
|
byte[] |
ConvertXML.serializationEnd(byte[] serializedData) |
Methods in psdi.common.action that throw MXException
Modifier and Type |
Method and Description |
void |
FldActionValue.action()
Sets non-persistent values when value is validated.
|
void |
FldActionType.action()
When action type is changed, update readonly flags on fields based on the
new action type.
|
void |
FldActionParameter.action() |
void |
FldActionObjectName.action() |
void |
FldActionCondition.action() |
void |
ActionGroup.add()
Adds a member for an action record.
|
void |
ActionRemote.addMembers(MboSetRemote actionSet)
Method to add the selected actions to the action group.
|
void |
Action.addMembers(MboSetRemote actionSet)
Method to add the selected actions to the action group.
|
void |
ActionCustomClass.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
This is the method which is called when the class is used a custom action.
|
void |
ActionGroupSet.canAdd()
Throws exception if owner is null or if owner is not an action.
|
void |
ActionGroup.canDelete() |
void |
ActionRemote.canDelete() |
void |
Action.canDelete() |
MboRemote |
Action.copy(MboSetRemote mboset,
long mboAddFlags) |
MboRemote |
AppActionInterface.createChange(java.lang.String param)
Creates a change.
|
MboRemote |
AppActionInterface.createIncident(java.lang.String param)
Creates a incident.
|
MboRemote |
AppActionInterface.createProblem(java.lang.String param)
Creates a problem ticket.
|
MboRemote |
AppActionInterface.createRelease(java.lang.String param)
Creates a relase.
|
void |
InvoiceAppActionInterface.createReverseInvoice(java.lang.String status) |
MboRemote |
AppActionInterface.createServiceRequest(java.lang.String param)
Creates a service request ticket.
|
MboRemote |
AppActionInterface.createWorkorder(java.lang.String param)
Creates a work order.
|
void |
Action.delete(long accessModifier) |
void |
PMAppActionInterface.deleteForecast(java.lang.String nullValue) |
MboRemote |
Action.duplicate() |
void |
ActionRemote.executeAction(MboRemote mbo) |
void |
Action.executeAction(MboRemote mbo)
Executes an action.
|
void |
ActionRemote.executeAction(MboRemote target,
java.lang.Object[] parameters) |
void |
Action.executeAction(MboRemote target,
java.lang.Object[] parameters)
Executes an action.
|
protected void |
Action.executeActionGroup(MboRemote mbo,
java.lang.Object[] parameters)
Execute an action of type GROUP.
|
protected void |
Action.executeAppAction(MboRemote mbo,
java.lang.String value,
java.lang.String parameter)
Executes an application action.
|
protected void |
Action.executeApplySLA(MboRemote mbo)
Execute application action ApplySLA.
|
protected void |
Action.executeChangeStatus(MboRemote mbo,
java.lang.String newStatus,
java.lang.String memo)
Executes a change status action.
|
protected void |
Action.executeCommandLine(java.lang.String commandLine)
Executes a command line executable.
|
protected void |
Action.executeCustomClass(MboRemote mbo,
java.lang.String className,
java.lang.Object[] parameters)
Executes an action of type "CUSTOM".
|
protected void |
Action.executeSetValue(MboRemote curMbo,
MboRemote sourceMbo,
java.lang.String attributeName,
java.lang.String value)
Executes a setValue action on the mbo.
|
protected void |
Action.executeWFAccept(MboRemote mbo,
java.lang.String value)
Completes the workflow assignment with the accept action.
|
protected void |
Action.executeWFEscalate(MboRemote mbo,
java.lang.String value)
Performs the basic workflow assignment escalation.
|
protected void |
Action.executeWFInitiate(MboRemote mbo,
java.lang.String value)
Initiate workflow on the target Mbo.
|
protected void |
Action.executeWFReject(MboRemote mbo,
java.lang.String value)
Completes the workflow assignment with the reject action.
|
void |
PMAppActionInterface.generateForecast(java.lang.String genDuration)
Generates forecast records for this PM.
|
void |
PMAppActionInterface.generateWork(java.lang.String useFreqCritLeadTime)
Generates work orders from this PM.
|
int |
ActionGroupSet.getLastSequence() |
MboSetRemote |
FldActionValue.getList() |
MboSetRemote |
FldActionParameter.getList() |
MboSetRemote |
FldActionGroupAction.getList() |
java.lang.String |
FldActionValue.getLookupName() |
java.lang.String |
FldActionParameter.getLookupName() |
protected Mbo |
ActionSet.getMboInstance(MboSet ms) |
protected Mbo |
ActionGroupSet.getMboInstance(MboSet ms) |
MboSetData |
ActionGroupSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Overrriden.
|
java.lang.String |
ActionRemote.getType()
Returns the action type.
|
java.lang.String |
Action.getType()
Returns the action type.
|
void |
FldActionObjectName.init() |
void |
ActionGroup.init()
Initialize this object
|
void |
Action.init()
Mbo Initialization routine.
|
void |
ActionGroupSet.initSequence()
Finds the last sequence number in the action group.
|
void |
FldActionValue.initValue() |
void |
FldActionObjectName.initValue() |
boolean |
Action.isObjectStatusable()
Checks whether the action's object is a statusable.
|
boolean |
Action.isParameterInvoiceAppAction()
Returns true if the action is one of these appactions (REVERSEINVOICE) for INVOICE object.
|
boolean |
Action.isParameterPMAppAction()
Returns true if the action is one of these appactions (GENERATEFORCAST, GENERATEWORKORDER) for PM object.
|
boolean |
ActionRemote.isWoTktAppAction() |
boolean |
Action.isWoTktAppAction()
Returns true if the action is one of these appactions (CREATESR, CREATEINCIDENT, CREATEPROBLEM, CREATEWO,
CREATECHANGE, CREATERELEASE) for one of these objects (SR, Incident, Problem, WO, Change, Release, Activity).
|
void |
PMAppActionInterface.reforecastSubsequentDates(java.lang.String nullValue) |
protected void |
Action.save() |
void |
Action.setFieldFlags(java.lang.String type)
Method to set readonly flags for fields based on the type of action.
|
int |
ActionGroupSet.setLastSequence(int sequence)
Sets the last sequence number for this action group.
|
void |
ActionSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
protected void |
FldActionValue.setup()
Set up the relationship, list criteria etc.
|
protected void |
FldActionParameter.setup()
Set up the relationship, list criteria etc.
|
protected boolean |
ActionGroup.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
Action.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldActionValue.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldActionParameter.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldActionValue.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact) |
void |
FldActionValue.validate() |
void |
FldActionType.validate() |
void |
FldActionParameter.validate()
validate if the parameter value is valid if the action is GenerateForecast, GenerateWorkorder or WFInitiate
|
void |
FldActionGrpSequence.validate() |
void |
FldActionGroupAction.validate() |
Methods in psdi.common.asyncjob with parameters of type MXException
Modifier and Type |
Method and Description |
static void |
AsyncJobHandler.writeAsyncJobMsg(MXServer server,
boolean email,
java.lang.String emailAddress,
UserInfo ui,
java.lang.String jobName,
java.lang.String jobQNum,
java.lang.String msgLevel,
MXException e)
Compose the message of the exception based on the user info and write as the message for this job.
|
Methods in psdi.common.asyncjob that throw MXException
Modifier and Type |
Method and Description |
void |
AsyncJobHandlerInterface.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params)
This method performs the Asynchronous operation.
|
abstract void |
AsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params) |
MboRemote |
AsyncJobSubmitter.createJobEntry() |
void |
AsyncJobSubmitter.execute()
called when OK is clicked on the dialog.
|
boolean |
AsyncJobSubmitter.getEmail()
Gets whether email will be sent for this job.
|
java.lang.String |
AsyncJobSubmitter.getEmailAddress()
Gets the email address that will be sent for this job.
|
protected abstract Mbo |
AsyncJobSubmitter.getMboInstance(MboSet ms)
The derived class needs to provide the actual non-persistent object
|
CrontaskParamInfo[] |
AsyncJobCron.getParameters() |
CrontaskParamInfo[] |
AsyncJobCleanupCron.getParameters() |
java.util.ArrayList |
AsyncJobSubmitter.getParameters()
Returns an array of the parameter name, value and maxtype that are needed if the parameters from the job is retrieved
from the non-persistent fields on this non-persistent mbo.
|
MboRemote |
AsyncJobCron.getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation non-persistent mbo for the crontask parameters.
|
MboRemote |
AsyncJobCleanupCron.getParameterValidationMbo(CrontaskInstanceRemote instance)
Private the validation non-persistent mbo for the crontask parameter.
|
boolean |
AsyncJobSubmitter.isImmediate()
Whether this job is foreground.
|
static void |
AsyncJobHandler.logSql(java.lang.String sql,
java.sql.Connection con)
Convenient method to log the sql
|
void |
AsyncJobSubmitter.overwriteJobDefault(MboRemote queue)
Overwrite this method if you don't need to overwrite execute() but need to change the default
values of the job, such as userid, locale.
|
java.lang.String |
AsyncJobCron.pickupOneJob()
Returns the jobnum if successfully picks up a job.
|
static void |
AsyncJobHandler.writeAsyncJobMsg(MXServer server,
boolean email,
java.lang.String emailAddress,
UserInfo ui,
java.lang.String jobName,
java.lang.String jobQNum,
java.lang.String msgLevel,
MXException e)
Compose the message of the exception based on the user info and write as the message for this job.
|
static void |
AsyncJobHandler.writeAsyncJobMsg(MXServer server,
boolean sendEmail,
java.lang.String emailAddress,
UserInfo ui,
java.lang.String jobName,
java.lang.String jobQNum,
java.lang.String msgLevel,
java.lang.String message)
Write the message to the message table for the passed in asynchronous job.
|
static void |
AsyncJobHandler.writeAsyncJobMsg(MXServer server,
boolean email,
java.lang.String emailAddress,
UserInfo ui,
java.lang.String jobName,
java.lang.String jobQNum,
java.lang.String msgLevel,
java.lang.String msgGrp,
java.lang.String msgKey,
java.lang.Object[] params)
Compose the message of the message group and key based on the user info and write as the message for this job.
|
Methods in psdi.common.commlog that throw MXException
Modifier and Type |
Method and Description |
void |
FldCommLogTmpltId.action()
This will cause all the crossover fields to copy from one object to the other
|
void |
CommLog.add()
Sets default values for a new CommLog
|
void |
CommLogRemote.addRecipients() |
void |
CommLog.addRecipients() |
void |
CommLogSendMessage.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Get the commlog records for the given MBO and send it.
|
void |
CommLogDoc.appValidate() |
void |
CommLogRemote.associateEmailsToCommLog(MboSetRemote roleSet,
MboSetRemote emailSet,
MboSetRemote groupSet,
boolean alwaysSendTo,
boolean alwaysCc,
boolean alwaysBcc) |
void |
CommLog.associateEmailsToCommLog(MboSetRemote roleSet,
MboSetRemote emailSet,
MboSetRemote groupSet,
boolean alwaysSendTo,
boolean alwaysCc,
boolean alwaysBcc)
Method to add the selected roles, persons and groups emails to the comm log recipient fields.
|
void |
CommLogSet.canAdd()
Throws exception if owner is null.
|
void |
CommLogDocSetRemote.copyFromDocLinks() |
void |
CommLogDocSet.copyFromDocLinks() |
void |
CommLogRemote.copyFromTemplate(MboRemote commTemplate) |
void |
CommLog.copyFromTemplate(MboRemote commTemplate)
Copy contents of a commtemplate into the log object.
|
java.lang.String[] |
FldOrgName.getAppLink() |
boolean |
CommLogRemote.getLogFlag() |
protected Mbo |
CommLogSet.getMboInstance(MboSet ms)
Generate a new CommLog object
|
protected Mbo |
CommLogDocSet.getMboInstance(MboSet ms) |
java.lang.String |
CommLogDoc.getURLType() |
void |
CommLogDoc.init() |
void |
CommLog.init()
init()
|
void |
CommLog.initFieldFlagsOnMbo(java.lang.String attrName)
Returns the set of doclinks associated with the commlog record.
|
void |
FldOrgName.initValue() |
void |
FldOrgApp.initValue() |
void |
CommLogRemote.sendMessage() |
void |
CommLog.sendMessage()
Method to send email message.
|
void |
CommLogRemote.setLogFlag(boolean logFlag) |
Methods in psdi.common.commtmplt that throw MXException
Modifier and Type |
Method and Description |
void |
FldCommTmpltTrackFailedMsgs.action()
Set Commlog access
|
void |
FldCommTmpltSendToValue.action()
Called if the data is valid, to update recipient lists.
|
void |
FldCommTmpltSendToRoleID.action()
Called if the data is valid, to copy non-persist data to SENDTOVALUE field.
|
void |
FldCommTmpltSendToRecipientType.action()
Called to update the recipient lists.
|
void |
FldCommTmpltSendToPersonID.action()
Called if the data is valid, to copy non-persist data to SENDTOVALUE field.
|
void |
FldCommTmpltSendToGroupID.action()
Called if the data is valid, to copy non-persist data to SENDTOVALUE field.
|
void |
FldCommTmpltObjectName.action() |
MboRemote |
CommTmpltSendToSetRemote.add() |
void |
CommTmpltSendTo.add()
Sets default values for a new CommTmpltSendTo
|
void |
CommTemplateDocs.add()
Sets default values for a new CommTemplateDocs.
|
void |
CommTemplate.add()
Sets default values for a new CommTemplate
|
void |
CommTemplate.addGroupRecipients(MboSetRemote groupSet)
Method to add the selected Person Group recipients to the COMMTMPLTSENDTO table.
|
void |
CommTemplateRemote.addGroupRecipients(MboSetRemote groupSet) |
void |
CommTemplate.addPersonRecipients(MboSetRemote personSet)
Method to add the selected Person recipients to the COMMTMPLTSENDTO table.
|
void |
CommTemplateRemote.addPersonRecipients(MboSetRemote personSet) |
void |
CommTemplate.addRoleRecipients(MboSetRemote roleSet)
Method to add the selected Role recipients to the COMMTMPLTSENDTO table.
|
void |
CommTemplateRemote.addRoleRecipients(MboSetRemote roleSet) |
void |
CommTmpltSendTo.appValidate() |
void |
CommTmpltSendToSet.canAdd()
Throws exception if owner is null or owner is not CommTemplateRemote.
|
void |
CommTemplateDocsSet.canAdd()
Throws exception if owner is null or owner is not CommTemplateRemote.
|
void |
CommTemplate.canDeactivate() |
void |
CommTemplate.canDelete()
Can this communication template be deleted ?
A delete of a communication template will only be allowed if there is no reference to the
template in workflow process or escalation.
|
void |
CommTemplate.changeStatus(java.lang.String status,
java.util.Date asOfDate)
Changes the status of the object.
|
void |
CommTemplateRemote.changeStatus(java.lang.String status,
java.util.Date asOfDate) |
static void |
CommTemplate.checkDeleteRole(Mbo role)
Check whether a role is in use by a comm template.
|
boolean |
CommTmpltSendToSetRemote.contains(MboRemote currRecipient,
java.lang.String type,
java.lang.String value) |
boolean |
CommTmpltSendToSet.contains(MboRemote currRecipient,
java.lang.String type,
java.lang.String value)
Returns true if this mbo set contains the specified type and value.
|
java.lang.String |
CommTemplate.convertSendTo(java.lang.String relationship,
MboRemote owner)
Method to convert CommTemplate sendto to a list of email addresses.
|
java.lang.String |
CommTemplateRemote.convertSendTo(java.lang.String relationship,
MboRemote owner) |
java.lang.String |
CommTemplate.convertSendTo(java.lang.String relationship,
MboRemote owner,
java.lang.String messagetype)
Method to convert CommTemplate sendto to a list of email addresses.
|
java.util.HashSet |
CommTemplate.convertSendToMap(java.lang.String relationship,
MboRemote owner,
java.lang.String messagetype)
Method to convert CommTemplate sendto to a list of email addresses or sms numbers.
|
void |
CommTemplate.delete(long accessModifier) |
static void |
CommUtil.docLinksToArray(MboSetRemote docLinksSet,
java.util.Vector fileNameVector,
java.util.Vector urlNameVector)
Given a doclinks mboset, return a list of file names and a list of url names in vectors.
|
MboRemote |
CommTemplate.duplicate()
Duplicates CommTemplate and related objects.
|
boolean |
CommTemplate.exists(MboRemote currRecipient,
java.lang.String type,
java.lang.String id)
Returns true if a COMMTMPLTSENDTO entry already exists in this COMMTEMPLATE mbo which
has the same type and sendtovalue.
|
boolean |
CommTemplateRemote.exists(MboRemote currRecipient,
java.lang.String type,
java.lang.String id) |
void |
CommTemplate.getDocLinksFromSelectedFolder(MboRemote mbo,
MboSetRemote relatedDocLinkSet)
A Communication Template might have a set of doc folders selected (stored in COMMTEMPLATEDOCS table).
|
void |
CommTemplateRemote.getDocLinksFromSelectedFolder(MboRemote mbo,
MboSetRemote relatedDocLinkSet) |
protected Mbo |
CommTmpltSendToSet.getMboInstance(MboSet ms)
Generate a new CommSendTo object
|
protected Mbo |
CommTemplateSet.getMboInstance(MboSet ms)
Generate a new CommTemplate object
|
protected Mbo |
CommTemplateDocsSet.getMboInstance(MboSet ms) |
java.util.Hashtable |
CommTemplate.getRefAppsRels()
This method is used to build the doc folder data.
|
java.util.Hashtable |
CommTemplateRemote.getRefAppsRels() |
void |
FldCommTmpltToList.initValue()
Called to initialize the TOLIST value.
|
void |
FldCommTmpltSendToValue.initValue() |
void |
FldCommTmpltSendToRoleID.initValue()
Called to initialize the ROLEID value.
|
void |
FldCommTmpltSendToPersonID.initValue()
Called to initialize the PERSONID value.
|
void |
FldCommTmpltSendToGroupID.initValue()
Called to initialize the GROUPID value.
|
void |
FldCommTmpltCCList.initValue()
Called to initialize the TOLIST value.
|
void |
FldCommTmpltBCCList.initValue()
Called to initialize the TOLIST value.
|
protected boolean |
CommTemplate.isDocLinkPrimaryKeyDuplicate(MboSetRemote commLogSet) |
protected void |
CommTemplate.save() |
void |
CommTemplate.sendMessage()
Method to send email message using data in the template and the owning Mbo as the source
for substitutions.
|
void |
CommTemplateRemote.sendMessage() |
void |
CommTemplate.sendMessage(MboRemote targetMbo)
Method to send email message using data in the template.
|
void |
CommTemplateRemote.sendMessage(MboRemote targetMbo) |
void |
CommTemplate.sendMessage(MboRemote targetMbo,
MboRemote originatingMbo)
Method to send email message using data in the template.
|
void |
CommTemplateRemote.sendMessage(MboRemote targetMbo,
MboRemote originatingMbo) |
void |
CommTemplate.setTreeAttrs(MboRemote tree)
Sets up attributes needed for tree control.
|
protected boolean |
CommTmpltSendTo.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CommTemplateDocs.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
CommTemplate.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
java.lang.String |
CommTemplate.updateRecipientList(java.lang.String listName)
Update non-persistent recipient list field.
|
java.lang.String |
CommTemplateRemote.updateRecipientList(java.lang.String listName) |
void |
FldCommTmpltSendToValue.validate() |
void |
CommTmpltSendToSet.validate()
Validate all objects in the collection that have been modified.
|
Methods in psdi.common.condition that throw MXException
Modifier and Type |
Method and Description |
void |
FldObjectName.action()
When setting the object name, make sure the expression builder tree's objectname is set.
|
boolean |
MaxCondition.evaluate(MboRemote mbo)
Evaluate the condition to true or false based on the mbo passed in.
|
boolean |
MaxCondition.evaluate(MboRemote mbo,
boolean logExceptionOnly)
Evaluate the condition to true or false based on the mbo passed in.
|
boolean |
NotMTTenant0Condition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
IsTestSystem.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
IsRegularTenantCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
IsNotRegularTenantCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
HideOptions.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
CollectionRestrict.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition.
|
boolean |
AlwaysTrue.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
AlwaysFalse.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
ExpressionCondition.evaluateCondition(MboRemote mbo,
java.lang.Object expression)
Evaluate the expression
|
boolean |
CustomCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition.
|
static MaxDomValConditionCacheFactory |
MaxDomValConditionCacheFactory.getInstance() |
void |
MaxDomValConditionCacheFactory.init() |
void |
MaxDomValConditionCache.init() |
void |
MaxConditionCacheFactory.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
MaxConditionCache.init() |
void |
MaxDomValConditionCache.reload()
Load all the domain conditions to the original storage structure in the cache.
|
void |
MaxConditionCacheFactory.reload()
Reload Cache.
|
void |
MaxConditionCache.reload()
Clear the map, reload everything.
|
void |
MaxDomValConditionCache.reload(java.lang.String domainId)
|
void |
MaxConditionCacheFactory.reload(java.lang.String key)
reload Cache for a key.
|
void |
MaxConditionCache.reload(java.lang.String key)
Reload an individual condition by the condition number.
|
void |
MaxDomValConditionCache.reload(java.lang.String domainId,
java.sql.Connection con)
Reload domValConditions for a specified domain.
|
java.lang.String |
MaxCondition.toWhereClause(MboSetRemote msr)
Convert the condition expression to a where clause.
|
java.lang.String |
NotMTTenant0Condition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
IsTestSystem.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
IsRegularTenantCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
IsNotRegularTenantCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
HideOptions.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
CollectionRestrict.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Convert the condition to a where clause.
|
java.lang.String |
AlwaysTrue.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
AlwaysFalse.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
ExpressionCondition.toWhereClause(java.lang.Object expression,
MboSetRemote mboSet)
Convert to the where clause.
|
java.lang.String |
CustomCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Convert the condition to a where clause.
|
Methods in psdi.common.condition.schedulerplus that throw MXException
Modifier and Type |
Method and Description |
boolean |
SchedulerPlusLicenseCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
SchedulerDashboardCalcCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
PCTaskCalcCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
PCPhysicalCalcCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
PCActualCalcCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
java.lang.String |
SchedulerPlusLicenseCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
SchedulerDashboardCalcCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
PCTaskCalcCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
PCPhysicalCalcCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
PCActualCalcCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
Methods in psdi.common.dateselector that throw MXException
Modifier and Type |
Method and Description |
static com.ibm.icu.util.Calendar |
DateSelectorUtil.getCalAfterSetPattern(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date d,
java.lang.String[] str,
int repeatValue,
java.lang.String timeUnit)
creates a calendar with pattern
|
static int |
DateSelectorUtil.getDOMAsInt(java.lang.String domStr)
Converts days of month to int to store in the pattern
|
static java.lang.String[] |
DateSelectorUtil.getIndividualString(java.lang.String pattern)
Get the individual string from the pattern.
|
static int |
DateSelectorUtil.getMonthAsInt(java.util.Locale l,
java.lang.String month)
Converts month to int to store in the pattern
|
static com.ibm.icu.util.Calendar |
DateSelectorUtil.getNextCalendar(com.ibm.icu.util.Calendar c,
java.lang.String[] str,
int repeatValue,
java.lang.String timeUnit)
sets the calendar with the next scheduled date
|
static java.util.Date |
DateSelectorUtil.getNextPreviewDate(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date d,
DateSelectorUtil ds)
Get difference in millisecond
|
static java.util.Vector |
DateSelectorUtil.getPreviewDates(java.util.Date startDate,
java.util.Date endDate,
java.lang.String pattern)
method to calculate preview dates between start and end date
|
static java.util.Vector |
DateSelectorUtil.getPreviewDates(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String pattern)
method to calculate preview dates between start and end date
|
static java.util.Vector |
DateSelectorUtil.getPreviewDatesAfterTodayInServerTimeZone(java.util.Date startDate,
java.lang.String pattern)
IJ00499
Return future dates for displaying preview dates in UI
|
static java.util.Vector |
DateSelectorUtil.getPreviewDatesInClientPattern(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date startDate,
java.util.Date endDate,
java.lang.String pattern)
Get preview dates with pattern as shown in Date selector UI, i.e it
doesn't change with respect to server locale and timezone
|
static java.util.Vector |
DateSelectorUtil.getPreviewDatesInServerTimeZone(java.util.Date startDate,
java.util.Date endDate,
java.lang.String pattern)
Return date for displaying preview dates in UI
|
static long |
DateSelectorUtil.getSleepingTimeInMilliSecond(java.util.Date nextScheduled,
java.util.Date d)
Get difference in millisecond
|
static long |
DateSelectorUtil.getSleepingTimeInMilliSecond(DateSelectorUtil ds)
Get difference in millisecond
|
static long |
DateSelectorUtil.getSleepingTimeInMilliSecond(java.util.Date d,
java.lang.String pattern)
calculate the sleeping time
|
static long |
DateSelectorUtil.getSleepingTimeInMilliSecond(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date d,
DateSelectorUtil ds)
Get difference in millisecond
|
static long |
DateSelectorUtil.getSleepingTimeInMilliSecond(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date d,
java.lang.String pattern)
calculate the sleeping time
|
static long |
DateSelectorUtil.getSleepingTimeInMilliSecond(java.lang.String pattern)
calculate the sleeping time
|
static DateSelectorUtil |
DateSelectorUtil.getSleepingTimeInObject(java.util.Date d,
java.lang.String pattern)
calculate the sleeping time
|
static DateSelectorUtil |
DateSelectorUtil.getSleepingTimeInObject(java.util.Locale l,
java.util.TimeZone tz,
java.util.Date d,
java.lang.String pattern)
calculate the sleeping time
|
static DateSelectorUtil |
DateSelectorUtil.getSleepingTimeInObject(java.lang.String pattern)
calculate the sleeping time
|
static int |
DateSelectorUtil.getWeekDayAsInt(java.util.Locale l,
java.lang.String weekDay)
Converts weekday to int to store in the pattern
|
Methods in psdi.common.dateselector.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldRepeat.action()
action for the repeat.If one is selected others should be disabled
|
void |
FldRadioYear.action()
action for the repeat.If one is selected others should be disabled
|
void |
FldRadioMonth.action()
action for the repeat.If one is selected others should be disabled
|
void |
FldMonthsOfYear.action() |
void |
DateSelectorPreview.add()
Adds dates from 1-31 for a month
|
void |
DateSelectorMonth.add()
Set the radio button with value equal to second as checked by default when this
page comes up.
|
void |
DateSelectorMinute.add()
Adds miutes from 0-59
|
void |
DateSelectorFirstOrLast.add()
Adds a mbo to the mboset
|
void |
DateSelectorDOW.add()
Adds a mbo to the DateSelectorDOWSet
|
void |
DateSelectorDOM.add()
Adds dates from 1-31 for a month
|
void |
DateSelector.add()
Default add method
|
java.lang.String |
DateSelector.createPattern()
Creates the pattern with the current field value.
|
java.lang.String |
DateSelector.createPattern(java.util.Locale l,
java.util.TimeZone tz)
Creates the pattern with the current field value.
|
void |
DateSelectorSet.execute()
This method is called when the OK button is clicked
|
void |
DateSelectorMonthSet.execute()
This method is called when the OK button is clicked
|
MboSetRemote |
DateSelectorDOMSet.getDatesForMonth()
Method to get dates of month from 1-31.
|
MboSetRemote |
DateSelectorDOWSet.getDaysOfWeek()
Method to return week days for client locale
|
MboSetRemote |
DateSelectorFirstOrLastSet.getFirstOrLastStr()
Method to return first or last string
|
MboSetRemote |
FldPreview.getList()
Returns the list for the lookup
This is not the regular getList.This is for UI to get preview dates
|
MboSetRemote |
FldMonthsOfYear.getList()
Returns the list for the lookup
This is not the resular getList.This is for UI to get dates for a month
|
MboSetRemote |
FldMinutes.getList()
Returns the list for the lookup
This is not the resular getList.This is for UI to get dates for a month
|
MboSetRemote |
FldFirstOrLast.getList()
Returns the list for the lookup
This is not the regular getList.This is for UI to get First or Last String
|
MboSetRemote |
FldDaysOfWeek.getList()
Returns the list for the lookup
This is not the resular getList.This is for UI to get dates for a month
|
MboSetRemote |
FldDaysOfMonth.getList()
Returns the list for the lookup
This is not the resular getList.This is for UI to get dates for a month
|
protected Mbo |
DateSelectorSet.getMboInstance(MboSet ms)
Generate a new dateselector mbo.
|
protected Mbo |
DateSelectorPreviewSet.getMboInstance(MboSet ms)
Generate a new dateselectorPreview mbo.
|
protected Mbo |
DateSelectorMonthSet.getMboInstance(MboSet ms)
Generate a new dateselector mbo.
|
protected Mbo |
DateSelectorMinuteSet.getMboInstance(MboSet ms)
Generate a new dateselectorMinute mbo.
|
protected Mbo |
DateSelectorFirstOrLastSet.getMboInstance(MboSet ms)
Generate a new dateselectorFirstOrLast mbo.
|
protected Mbo |
DateSelectorDOWSet.getMboInstance(MboSet ms)
Generate a new dateselectorDOW mbo.
|
protected Mbo |
DateSelectorDOMSet.getMboInstance(MboSet ms)
Generate a new dateselectorDOM mbo.
|
MboSetRemote |
DateSelectorMinuteSet.getMinutesForHour()
Method to get minutes from 0-59.
|
MboSetRemote |
DateSelectorMonthSet.getMonths()
Method to return months for client locale
|
MboSetRemote |
DateSelectorPreviewSet.getPreviewDates(java.util.Date startDate,
java.util.Date endDate,
java.lang.String pattern)
Method to get preview dates
|
MboSetRemote |
DateSelectorPreviewSet.getPreviewDatesInClientPattern(java.util.Date startDate,
java.util.Date endDate,
java.lang.String pattern)
Get preview dates in client timezone.
|
void |
DateSelector.init()
initialization rountine.
|
MboRemote |
DateSelectorSet.setup()
Set the data on the page.
|
MboRemote |
DateSelectorMonthSet.setup()
Set the data on the page.
|
void |
FldMinutes.validate()
Validates the minute
|
void |
FldDaysOfMonth.validate()
Validates the DOM
|
void |
DateSelector.validateField()
Validate required fields.
|
Methods in psdi.common.emailstner that throw MXException
Modifier and Type |
Method and Description |
void |
FldProtocol.action()
action for the Protocol.
|
void |
FldPollFrequency.action()
action for the polling frequency.
|
void |
FldInbCommSecurityMaxObject.action()
action method to set the read only flag for app
|
void |
FldEmailDeletion.action()
action for the EmailDeletion.If checked,agethreshold and ageuom is
required and defaulted
|
void |
FldAsynchronous.action()
action for the Async.If async is checked populated JMS information
|
void |
FldActive.action()
action for the Active.If active other fields should be readonly
|
void |
InboundCommCfg.activateListner()
Conditions to activate
|
void |
InboundCommCfg.add()
Sets default values for a new inboundcommcfg
|
void |
InboundComm.add()
Sets default values for a new inboundcomm
|
void |
InbCommSecurity.add()
Add a record to InbCommSecurity.
|
void |
InboundCommCfg.addCronTaskInstance(boolean isActive)
Adds a crontask Instance to crontaskinstance table
|
void |
LSNRUpdateEmailAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRCreateSRAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
boolean |
LSNRActionHelper.authExistForObjectAndAction(InboundCommRemote inboundComm,
MboRemote objectRemote,
java.lang.String action,
java.lang.String objectName)
Check for given site authorization exist or not
|
void |
InboundCommCfg.canDelete()
Logic to validate before we delete a record
|
void |
InboundComm.canDelete()
Logic to validate before we delete a record
|
void |
LSNRActionHelper.createCommLog(MboRemote inboundComm,
MboRemote actionObject)
creats a commlog entry
|
void |
LSNRActionHelper.createDocLinkForCommLog(MboRemote inboundComm,
MboRemote commlog)
Create doclinks entry for COMMLOG
|
MboRemote |
LSNRActionHelper.createObject(InboundCommRemote inboundComm,
MboRemote objectRemote)
Create sr,incident or problem record from inboundcomm
|
void |
InboundCommCfg.deActivateListner()
Conditions to deactivate
|
void |
InboundCommCfg.delete(long accessModifier) |
void |
InboundComm.delete(long accessModifier) |
void |
InboundCommCfgRemote.deleteMessagesFromMailServer(java.util.Vector deletedInbs)
Delete mails from mailserver.
|
void |
InboundCommCfg.deleteMessagesFromMailServer(java.util.Vector deletedInbs)
Delete messages from mailserver to synchronize mailserver and inboundcomm
|
MboRemote |
InboundCommCfg.duplicate()
Duplicate the record
|
java.lang.Object[] |
InboundComm.getCommLogOwnerNameAndUniqueId()
Get the commlog owner name and uniqueid so that commlog can replace it.
|
static java.lang.String |
EmailListnerTask.getContentTypeFrom(java.lang.String fileName) |
MboSetRemote |
FldWFProcess.getList()
Returns the list for the lookup
|
MboSetRemote |
FldInbCommSecurityMaxObject.getList()
Returns the list for the lookup
|
MboSetRemote |
FldInbCommSecurityMaxApp.getList()
Returns the list for the lookup
|
protected Mbo |
InboundCommSet.getMboInstance(MboSet ms)
Generate a new InboundComm object
|
protected Mbo |
InboundCommCfgSet.getMboInstance(MboSet ms)
Generate a new InboundCommCfg object
|
protected Mbo |
InbCommSecuritySet.getMboInstance(MboSet ms)
Generate a new InbCommSecurity object
|
void |
InboundCommCfg.init()
initialization rountine.
|
void |
InboundComm.init()
initialization rountine.
|
void |
FldPollFrequency.initValue()
Set the value
|
void |
FldLastRun.initValue()
Initializes the value
|
void |
InboundCommCfgRemote.JMSCheck() |
void |
InboundCommCfg.JMSCheck()
Check if connection fatory and queue are valid or not.
|
boolean |
LSNRActionHelper.requiredFieldsExist(MboRemote actionObject,
long uniqueId)
Checks if all required field have value before creating service request,incident or problem
|
void |
InboundCommCfg.save()
Save the record
|
protected void |
LSNRCreateSRAction.setAdditionSRAttributes(MboRemote sr) |
void |
InboundCommCfgRemote.setOAuthAccessToken(java.lang.String accessToken) |
void |
InboundCommCfg.setOAuthAccessToken(java.lang.String accessToken) |
void |
InboundCommCfgRemote.setOAuthAccessTokenExpDate(java.util.Date accessTokenExpiryDate) |
void |
InboundCommCfg.setOAuthAccessTokenExpDate(java.util.Date accessTokenExpDate) |
void |
FldWFProcess.setValueFromLookup(MboRemote sourceMbo) |
protected boolean |
InboundCommCfg.skipCopyField(MboValueInfo mvi)
The emailaddress and mailserver field will not be copied.
|
protected boolean |
InbCommSecurity.skipCopyField(MboValueInfo mvi)
The emailaddress and mailserver field will not be copied.
|
void |
LSNRActionHelper.updateDoclinkForActionObject(MboRemote inboundComm,
MboRemote actionObject)
Updates the doclink entry for the action object specified in message body
|
MboRemote |
LSNRActionHelper.updateObject(InboundCommRemote inboundComm,
MboRemote objectRemote)
Update sr,incident,problem with message body attributes
|
void |
LSNRActionHelper.updateStatusAndSendMail(MboRemote inboundComm,
java.lang.String status,
java.lang.String msgStr,
java.lang.String templateName)
Updates the status of inboundcomm and sends a mail to sender/admin
|
void |
FldWFProcess.validate()
Validates the process name against WFPROCESS table
|
void |
FldPollFrequency.validate()
validate the string with Dateselectorutil
|
void |
FldOAuthTokenUrl.validate()
validation for the mail server
|
void |
FldMailServer.validate()
validation for the mail server
|
void |
FldInbCommSecurityMaxObject.validate()
validation for the object name
|
void |
FldInbCommSecurityMaxApp.validate()
validation for the app name
|
void |
FldEmailAddress.validate()
validation for the email address
|
Methods in psdi.common.emailstner.lsnrworkflow that throw MXException
Modifier and Type |
Method and Description |
void |
LSNRBPUpdateSRAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPUpdateProblemAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPUpdateIncidentAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPUpdateBasicSRAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPUnknownObjectAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPUnknownAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPQueryAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPCreateSRAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPCreateProblemAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPCreateIncidentAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPCreateBasicSRAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
LSNRBPChangeStatusAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
protected void |
LSNRBPCreateIncidentAction.setAdditionIncidentAttributes(java.util.HashMap map) |
protected void |
LSNRBPCreateSRAction.setAdditionSRAttributes(java.util.HashMap map) |
protected void |
LSNRBPCreateBasicSRAction.setAdditionSRAttributes(MboRemote sr) |
Methods in psdi.common.expbuilder that throw MXException
Modifier and Type |
Method and Description |
void |
ExpressionBuilderAttsSet.copymbos(MboSetRemote sourceSet,
java.lang.String[] srcAttributes,
java.lang.String[] destAttributes,
ExpBuilderTreeNodeMap nodeMap) |
void |
ExpressionBuilderAttsSetRemote.copymbos(MboSetRemote sourceSet,
java.lang.String[] srcAttributes,
java.lang.String[] destAttributes,
ExpBuilderTreeNodeMap nodeMap) |
void |
ExpressionBuilderSet.execute() |
MboValueData[][] |
ExpressionBuilderAttsSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpBuilderObjectTreeSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpressionBuilderSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
long |
ExpBuilderObjectTreeSetRemote.getAttributeMboUniqueID(int attTreeID) |
long |
ExpBuilderObjectTreeSet.getAttributeMboUniqueID(int attTreeID) |
MboValueData[][] |
ExpressionBuilderAttsSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpBuilderObjectTreeSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpressionBuilderSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
boolean |
ExpressionBuilderRemote.getColonize() |
boolean |
ExpressionBuilder.getColonize()
Return colonize
|
java.lang.String |
ExpBuilderObjectTreeSetRemote.getColonizedNodeValue(int attTreeID) |
java.lang.String |
ExpBuilderObjectTreeSet.getColonizedNodeValue(int attTreeID) |
java.lang.String |
ExpBuilderObjectTreeSetRemote.getDotNotation(int attTreeID) |
java.lang.String |
ExpBuilderObjectTreeSet.getDotNotation(int attTreeID) |
MboValueData[] |
ExpressionBuilderAttsSet.getHierarchy(java.lang.String object,
java.lang.String key) |
MboValueData[] |
ExpBuilderObjectTreeSet.getHierarchy(java.lang.String object,
java.lang.String key) |
MboValueData[] |
ExpressionBuilderSet.getHierarchy(java.lang.String object,
java.lang.String key) |
boolean |
ExpBuilderObjectTreeSetRemote.getIncludeNonpersistentAttributes() |
boolean |
ExpBuilderObjectTreeSet.getIncludeNonpersistentAttributes() |
protected Mbo |
ExpressionBuilderAttsSet.getMboInstance(MboSet ms) |
protected Mbo |
ExpBuilderObjectTreeSet.getMboInstance(MboSet ms) |
protected Mbo |
ExpressionBuilderSet.getMboInstance(MboSet ms) |
java.lang.String |
ExpressionBuilderSetRemote.getObjectAttribute() |
java.lang.String |
ExpressionBuilderSet.getObjectAttribute() |
MboRemote |
ExpressionBuilder.getOwnerMbo() |
java.lang.String |
ExpressionBuilder.getOwnerMboName() |
MboValueData[] |
ExpressionBuilderAttsSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[] |
ExpBuilderObjectTreeSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[] |
ExpressionBuilderSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[][] |
ExpressionBuilderAttsSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpBuilderObjectTreeSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpressionBuilderSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
java.util.HashMap |
ExpressionBuilderRemote.getRelationshipTree() |
java.util.HashMap |
ExpressionBuilder.getRelationshipTree() |
java.lang.String |
ExpBuilderObjectTreeSetRemote.getSelectedNode(java.lang.String maxattributeid) |
java.lang.String |
ExpBuilderObjectTreeSet.getSelectedNode(java.lang.String maxattributeid) |
MboValueData[][] |
ExpressionBuilderAttsSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpBuilderObjectTreeSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpressionBuilderSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpressionBuilderAttsSet.getTop(java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpBuilderObjectTreeSet.getTop(java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
ExpressionBuilderSet.getTop(java.lang.String[] attrs,
int maxRows) |
java.util.HashMap |
ExpBuilderObjectTreeSetRemote.getTreeControlProps() |
java.util.HashMap |
ExpBuilderObjectTreeSet.getTreeControlProps() |
java.lang.String |
ExpressionBuilderSetRemote.getTreeObject() |
java.lang.String |
ExpressionBuilderSet.getTreeObject() |
java.lang.String |
ExpressionBuilderRemote.getTreeObjectName() |
java.lang.String |
ExpressionBuilder.getTreeObjectName() |
long |
ExpBuilderTreeNodeMap.getTreeUniqueID(MboRemote mbo) |
MboValueData |
ExpressionBuilderAttsSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values)
Returns the unique id value of the object using the list of attributes and values.
|
MboValueData |
ExpBuilderObjectTreeSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values)
Returns the unique id value of the object using the list of attributes and values.
|
MboValueData |
ExpressionBuilderSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values)
Returns the unique id value of the object using the list of attributes and values.
|
boolean |
ExpressionBuilderAtts.hasChildren() |
boolean |
ExpBuilderObjectTree.hasChildren() |
boolean |
ExpressionBuilder.hasChildren() |
boolean |
ExpressionBuilderAtts.hasParents() |
boolean |
ExpBuilderObjectTree.hasParents() |
boolean |
ExpressionBuilder.hasParents() |
void |
ExpBuilderObjectTreeSet.init() |
void |
ExpBuilderObjectTree.init() |
void |
ExpressionBuilderSet.init() |
void |
ExpressionBuilder.init() |
boolean |
ExpBuilderObjectTreeSetRemote.isAttributesOn() |
boolean |
ExpBuilderObjectTreeSet.isAttributesOn() |
boolean |
ExpressionBuilderSetRemote.isAttributesOn() |
boolean |
ExpressionBuilderSet.isAttributesOn() |
boolean |
ExpBuilderObjectTreeSetRemote.isDotNotationOn() |
boolean |
ExpBuilderObjectTreeSet.isDotNotationOn()
Return dotnotation flag
|
boolean |
ExpressionBuilderSetRemote.isDotNotationOn() |
boolean |
ExpressionBuilderSet.isDotNotationOn()
Return dotnotation flag
|
boolean |
ExpBuilderObjectTreeSetRemote.isRelationshipsOn() |
boolean |
ExpBuilderObjectTreeSet.isRelationshipsOn() |
boolean |
ExpressionBuilderSetRemote.isRelationshipsOn() |
boolean |
ExpressionBuilderSet.isRelationshipsOn() |
boolean |
ExpressionBuilderSetRemote.isSubselectsOn() |
boolean |
ExpressionBuilderSet.isSubselectsOn() |
boolean |
ExpBuilderObjectTreeSetRemote.isSubSelectsOn() |
boolean |
ExpBuilderObjectTreeSet.isSubSelectsOn() |
boolean |
ExpressionBuilderAtts.isTop() |
boolean |
ExpBuilderObjectTree.isTop() |
boolean |
ExpressionBuilder.isTop() |
boolean |
ExpBuilderObjectTreeSetRemote.isTreeTop() |
boolean |
ExpBuilderObjectTreeSet.isTreeTop() |
boolean |
ExpressionBuilderRemote.isWorkFlowParserOn() |
boolean |
ExpressionBuilder.isWorkFlowParserOn()
Returns true if Work Flow Parser is turned on
|
void |
ExpressionBuilder.loadRelationshipTree()
Deprecated.
|
void |
ExpBuilderObjectTreeSet.reset() |
void |
ExpBuilderObjectTreeSetRemote.setAttributes(boolean flag) |
void |
ExpBuilderObjectTreeSet.setAttributes(boolean flag) |
void |
ExpressionBuilderSetRemote.setAttributes(boolean flag) |
void |
ExpressionBuilderSet.setAttributes(boolean flag) |
void |
ExpressionBuilderRemote.setClassification() |
void |
ExpressionBuilder.setClassification() |
void |
ExpressionBuilderRemote.setColonize(boolean flag) |
void |
ExpressionBuilder.setColonize(boolean flag)
Sets if the node attribute is prefixed with a colon
|
void |
ExpBuilderObjectTreeSetRemote.setDotNotation(boolean flag) |
void |
ExpBuilderObjectTreeSet.setDotNotation(boolean flag)
Sets if the node attribute is qualified (with dot notations) with the relationship names
|
void |
ExpressionBuilderSetRemote.setDotNotation(boolean flag) |
void |
ExpressionBuilderSet.setDotNotation(boolean flag)
Sets if the node attribute is qualified (with dot notations) with the relationship names
|
void |
ExpressionBuilderAttsSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
ExpBuilderObjectTreeSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
ExpressionBuilderSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
ExpBuilderObjectTreeSetRemote.setIncludeNonpersistentAttributes(boolean flag) |
void |
ExpBuilderObjectTreeSet.setIncludeNonpersistentAttributes(boolean flag)
Set to true if user wants to see non-peristent objects in the tree.
|
void |
ExpressionBuilder.setNodeValue(long uniqueId)
Deprecated.
|
void |
ExpressionBuilderRemote.setNodeValue(long uniqueId,
java.lang.String dotnotation) |
void |
ExpressionBuilder.setNodeValue(long uniqueId,
java.lang.String dotnotation) |
void |
ExpressionBuilderSetRemote.setObjectAttribute(java.lang.String attrname) |
void |
ExpressionBuilderSet.setObjectAttribute(java.lang.String attrname) |
void |
ExpressionBuilderRemote.setPopUpDate(java.util.Date selectedDate) |
void |
ExpressionBuilder.setPopUpDate(java.util.Date selectedDate) |
void |
ExpBuilderObjectTreeSetRemote.setRelationship(boolean flag) |
void |
ExpBuilderObjectTreeSet.setRelationship(boolean flag) |
void |
ExpressionBuilderSetRemote.setRelationship(boolean flag) |
void |
ExpressionBuilderSet.setRelationship(boolean flag) |
void |
ExpBuilderObjectTreeSetRemote.setRelationshipTreeObject(java.lang.String treeObject) |
void |
ExpBuilderObjectTreeSet.setRelationshipTreeObject(java.lang.String treeObject) |
void |
ExpressionBuilder.setSubSelectNodeValue(java.lang.String attr) |
void |
ExpBuilderObjectTreeSetRemote.setSubSelects(boolean flag) |
void |
ExpBuilderObjectTreeSet.setSubSelects(boolean flag) |
void |
ExpressionBuilderSetRemote.setSubSelects(boolean flag) |
void |
ExpressionBuilderSet.setSubSelects(boolean flag) |
void |
ExpressionBuilderSetRemote.setTreeObject(java.lang.String objectname) |
void |
ExpressionBuilderSet.setTreeObject(java.lang.String objectname) |
MboRemote |
ExpressionBuilderAttsSet.setup() |
MboRemote |
ExpBuilderObjectTreeSet.setup() |
MboRemote |
ExpressionBuilderSet.setup() |
void |
ExpressionBuilderRemote.setValueAND() |
void |
ExpressionBuilder.setValueAND()
Sets the AND operator
|
void |
ExpressionBuilder.setValueAPPNAME() |
void |
ExpressionBuilderRemote.setValueAVG() |
void |
ExpressionBuilder.setValueAVG() |
void |
ExpressionBuilderRemote.setValueBETWEEN() |
void |
ExpressionBuilder.setValueBETWEEN()
Sets BETWEEN
|
void |
ExpressionBuilderRemote.setValueCLOSEPAREN() |
void |
ExpressionBuilder.setValueCLOSEPAREN()
Sets ')' - Close Parenthesis
|
void |
ExpressionBuilderRemote.setValueDATE() |
void |
ExpressionBuilder.setValueDATE() |
void |
ExpressionBuilderRemote.setValueDATETIME() |
void |
ExpressionBuilder.setValueDATETIME() |
void |
ExpressionBuilderRemote.setValueDIVIDE() |
void |
ExpressionBuilder.setValueDIVIDE() |
void |
ExpressionBuilderRemote.setValueEQUALTO() |
void |
ExpressionBuilder.setValueEQUALTO()
Sets '=' Equal to
|
void |
ExpressionBuilderRemote.setValueEXPONENT() |
void |
ExpressionBuilder.setValueEXPONENT() |
void |
ExpressionBuilderRemote.setValueGREATEREQUAL() |
void |
ExpressionBuilder.setValueGREATEREQUAL() |
void |
ExpressionBuilderRemote.setValueGREATERTHAN() |
void |
ExpressionBuilder.setValueGREATERTHAN() |
void |
ExpressionBuilder.setValueHOSTNAME() |
void |
ExpressionBuilderRemote.setValueIN() |
void |
ExpressionBuilder.setValueIN()
Sets IN
|
void |
ExpressionBuilderRemote.setValueLESSEREQUAL() |
void |
ExpressionBuilder.setValueLESSEREQUAL() |
void |
ExpressionBuilderRemote.setValueLESSERTHAN() |
void |
ExpressionBuilder.setValueLESSERTHAN() |
void |
ExpressionBuilderRemote.setValueLIKE() |
void |
ExpressionBuilder.setValueLIKE()
Sets LIKE
|
void |
ExpressionBuilderRemote.setValueMAX() |
void |
ExpressionBuilder.setValueMAX() |
void |
ExpressionBuilder.setValueMBONAME() |
void |
ExpressionBuilderRemote.setValueMIN() |
void |
ExpressionBuilder.setValueMIN() |
void |
ExpressionBuilderRemote.setValueMINUS() |
void |
ExpressionBuilder.setValueMINUS() |
void |
ExpressionBuilderRemote.setValueMULTIPLY() |
void |
ExpressionBuilder.setValueMULTIPLY() |
void |
ExpressionBuilderRemote.setValueNO() |
void |
ExpressionBuilder.setValueNO() |
void |
ExpressionBuilderRemote.setValueNOT() |
void |
ExpressionBuilder.setValueNOT()
Sets NOT
|
void |
ExpressionBuilderRemote.setValueNOTEQUALTO() |
void |
ExpressionBuilder.setValueNOTEQUALTO()
Sets '<>' Not Equal to
|
void |
ExpressionBuilderRemote.setValueNOTNULL() |
void |
ExpressionBuilder.setValueNOTNULL()
Sets NOT NULL
|
void |
ExpressionBuilderRemote.setValueNULL() |
void |
ExpressionBuilder.setValueNULL()
Sets NULL
|
void |
ExpressionBuilderRemote.setValueOPENPAREN() |
void |
ExpressionBuilder.setValueOPENPAREN()
Sets '( ' - Open Parenthesis
|
void |
ExpressionBuilderRemote.setValueOR() |
void |
ExpressionBuilder.setValueOR()
Sets the OR operator
|
void |
ExpressionBuilder.setValueOWNER() |
void |
ExpressionBuilder.setValueOWNERNAME() |
void |
ExpressionBuilderRemote.setValuePERIOD() |
void |
ExpressionBuilder.setValuePERIOD() |
void |
ExpressionBuilderRemote.setValuePERSON() |
void |
ExpressionBuilder.setValuePERSON() |
void |
ExpressionBuilderRemote.setValuePLUS() |
void |
ExpressionBuilder.setValuePLUS() |
void |
ExpressionBuilder.setValueSEQUENCE() |
void |
ExpressionBuilderRemote.setValueSQRT() |
void |
ExpressionBuilder.setValueSQRT() |
void |
ExpressionBuilderRemote.setValueSTDDEV() |
void |
ExpressionBuilder.setValueSTDDEV() |
void |
ExpressionBuilder.setValueUNIQUEID() |
void |
ExpressionBuilderRemote.setValueUSER() |
void |
ExpressionBuilder.setValueUSER() |
void |
ExpressionBuilderRemote.setValueYES() |
void |
ExpressionBuilder.setValueYES() |
void |
ExpressionBuilderRemote.setWorkFlowParser(boolean flag) |
void |
ExpressionBuilder.setWorkFlowParser(boolean flag)
Determines which parser to use during validation
TRUE - Workflow Parser
FALSE - Expression builder Formatter
Default = FALSE
|
void |
ExpressionBuilderFormat.validate(java.lang.String expression) |
void |
ExpressionBuilderFormat.validate(java.lang.String expression,
int flag) |
void |
ExpressionBuilderRemote.validateExpression() |
void |
ExpressionBuilder.validateExpression() |
void |
ExpressionBuilder.validateWithExpBldFormatter() |
void |
ExpressionBuilder.validateWithWFParser() |
Methods in psdi.common.parse that throw MXException
Modifier and Type |
Method and Description |
int |
AttributeNode.getAttributeDataType(MboRemote mbo)
Figures out the type of node this is from the Maximo Data Dictionary.
|
boolean |
YesNode.getBoolean(MboRemote mbo)
Evaluates operands in order given.
|
boolean |
UserNode.getBoolean(MboRemote mbo) |
boolean |
UpperNode.getBoolean(MboRemote mbo)
No boolean value
|
boolean |
SumNode.getBoolean(MboRemote mbo)
This node cannot be a boolean.
|
boolean |
StringReservedKeyNode.getBoolean(MboRemote mbo) |
boolean |
SQLNode.getBoolean(MboRemote mbo)
Looks at the table in the database, perform a select query with the where
clause provided, and returns true if one or more records are returned.
|
boolean |
ProductNode.getBoolean(MboRemote mbo)
This node cannot be a boolean.
|
boolean |
PersonNode.getBoolean(MboRemote mbo) |
boolean |
OrNode.getBoolean(MboRemote mbo)
Evaluates operands in order given.
|
boolean |
NotNode.getBoolean(MboRemote mbo)
Return the reverse of the operand.
|
boolean |
NoNode.getBoolean(MboRemote mbo)
Evaluates operands in order given.
|
boolean |
NegativeNode.getBoolean(MboRemote mbo)
This node cannot be a boolean.
|
boolean |
LowerNode.getBoolean(MboRemote mbo)
No boolean value
|
boolean |
LiteralNode.getBoolean(MboRemote mbo)
Value can't be a boolean.
|
boolean |
LikeNode.getBoolean(MboRemote mbo)
Evaluates operands in order given.
|
boolean |
LengthNode.getBoolean(MboRemote mbo)
No boolean value
|
boolean |
IsNullNode.getBoolean(MboRemote mbo)
Checks attribute for null.
|
boolean |
InternalValue.getBoolean(MboRemote mbo) |
boolean |
InNode.getBoolean(MboRemote mbo)
Compares the operand with members of the match list.
|
boolean |
Exists.getBoolean(MboRemote mbo) |
boolean |
DateNode.getBoolean(MboRemote mbo) |
boolean |
CustomNode.getBoolean(MboRemote mbo) |
boolean |
ComparisonNode.getBoolean(MboRemote mbo)
Returns the result of the comparision.
|
boolean |
BetweenNode.getBoolean(MboRemote mbo)
Evaluates operands in order given.
|
boolean |
FunctionTreeNodeAdapter.getBoolean(MboRemote mbo)
Numbers can't be represented by booleans so this throws an exception
|
boolean |
AttributeNode.getBoolean(MboRemote mbo)
Returns the value of the attribute as a Boolean.
|
boolean |
TreeNode.getBoolean(MboRemote mbo)
Evaluates the node and returns it's value as a boolean.
|
boolean |
AndNode.getBoolean(MboRemote mbo)
Evaluates operands in order given.
|
boolean |
ParserService.getBoolean(java.lang.String str,
MboRemote mbo) |
boolean |
ParserServiceRemote.getBoolean(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a boolean.
|
java.util.Date |
UserNode.getDate(MboRemote mbo) |
java.util.Date |
UpperNode.getDate(MboRemote mbo)
No date value
|
java.util.Date |
SumNode.getDate(MboRemote mbo)
This node can be a date, but an exception will be thrown if the operands are not a
a date and a number.
|
java.util.Date |
StringReservedKeyNode.getDate(MboRemote mbo) |
java.util.Date |
ProductNode.getDate(MboRemote mbo)
This node cannot be a date.
|
java.util.Date |
PersonNode.getDate(MboRemote mbo) |
java.util.Date |
NegativeNode.getDate(MboRemote mbo)
This node cannot be a date.
|
java.util.Date |
LowerNode.getDate(MboRemote mbo)
No date value
|
java.util.Date |
LiteralNode.getDate(MboRemote mbo)
Value can't be a Date/Time.
|
java.util.Date |
LengthNode.getDate(MboRemote mbo)
No date value
|
java.util.Date |
InternalValue.getDate(MboRemote mbo) |
java.util.Date |
DateNode.getDate(MboRemote mbo) |
java.util.Date |
CustomNode.getDate(MboRemote mbo) |
java.util.Date |
FunctionTreeNodeAdapter.getDate(MboRemote mbo)
Numbers can't be represented by dates so this throws an exception
|
java.util.Date |
AttributeNode.getDate(MboRemote mbo)
Returns the value of the atribute as a Date/Time.
|
java.util.Date |
TreeNode.getDate(MboRemote mbo)
Evaluates the node and returns it's value as a DateTime.
|
java.util.Date |
BooleanTreeNodeAdapter.getDate(MboRemote mbo)
Booleans can't be represented by dates so this throws an exception
|
java.util.Date |
ParserService.getDate(java.lang.String str,
MboRemote mbo) |
java.util.Date |
ParserServiceRemote.getDate(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a DateTime.
|
double |
UserNode.getDouble(MboRemote mbo) |
double |
UpperNode.getDouble(MboRemote mbo)
double value
|
double |
SumNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
StringReservedKeyNode.getDouble(MboRemote mbo) |
double |
StdDevNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
SqrtNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
RoundNode.getDouble(MboRemote mbo) |
double |
ProductNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
PowNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
PersonNode.getDouble(MboRemote mbo) |
double |
NegativeNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
MinNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
MaxNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
LowerNode.getDouble(MboRemote mbo)
double value
|
double |
LiteralNode.getDouble(MboRemote mbo)
Returns the value of the attribute as a double.
|
double |
LengthNode.getDouble(MboRemote mbo)
double value
|
double |
InternalValue.getDouble(MboRemote mbo) |
double |
ExpNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
DateNode.getDouble(MboRemote mbo) |
double |
CustomNode.getDouble(MboRemote mbo) |
double |
AvgNode.getDouble(MboRemote mbo)
Evaluates the node and returns the average as a double.
|
double |
AttributeNode.getDouble(MboRemote mbo)
Returns the value of the attribute as a double.
|
double |
TreeNode.getDouble(MboRemote mbo)
Evaluates the node and returns it's value as a double.
|
double |
BooleanTreeNodeAdapter.getDouble(MboRemote mbo)
Booleans can't be represented by numbers so this throws an exception
|
double |
ParserService.getDouble(java.lang.String str,
MboRemote mbo) |
double |
ParserServiceRemote.getDouble(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a double.
|
int |
UserNode.getInt(MboRemote mbo) |
int |
UpperNode.getInt(MboRemote mbo)
integer value
|
int |
SumNode.getInt(MboRemote mbo)
Evaluates the node and returns it's value as an integer.
|
int |
StringReservedKeyNode.getInt(MboRemote mbo) |
int |
ProductNode.getInt(MboRemote mbo)
Evaluates the node and returns it's value as an integer.
|
int |
PersonNode.getInt(MboRemote mbo) |
int |
NegativeNode.getInt(MboRemote mbo)
Evaluates the node and returns it's value as an integer.
|
int |
LowerNode.getInt(MboRemote mbo)
integer value
|
int |
LiteralNode.getInt(MboRemote mbo)
Returns the value of the attribute as an integer.
|
int |
LengthNode.getInt(MboRemote mbo)
integer value
|
int |
InternalValue.getInt(MboRemote mbo) |
int |
DateNode.getInt(MboRemote mbo) |
int |
CustomNode.getInt(MboRemote mbo) |
int |
FunctionTreeNodeAdapter.getInt(MboRemote mbo)
Numbers can't be represented by numbers so this throws an exception
|
int |
AttributeNode.getInt(MboRemote mbo)
Returns the value of the attribute as an integer.
|
int |
TreeNode.getInt(MboRemote mbo)
Evaluates the node and returns it's value as an integer.
|
int |
BooleanTreeNodeAdapter.getInt(MboRemote mbo)
Booleans can't be represented by numbers so this throws an exception
|
int |
ParserService.getInt(java.lang.String str,
MboRemote mbo) |
int |
ParserServiceRemote.getInt(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a int.
|
int |
SumNode.getNodeDataType(MboRemote mbo)
Better check with mbo information
|
int |
CustomNode.getNodeDataType(MboRemote mbo) |
int |
FunctionTreeNodeAdapter.getNodeDataType(MboRemote mbo) |
int |
TreeNode.getNodeDataType(MboRemote mbo)
Returns the data type of the node using information from the Mbo.
|
int |
TreeNodeAdapter.getNodeDataType(MboRemote mbo)
Helper method gets the datatype from attribute nodes when needed.
|
int |
ParserService.getNodeDataType(java.lang.String str) |
int |
ParserServiceRemote.getNodeDataType(java.lang.String str)
Returns the data type of the expression.
|
int |
ParserService.getNodeDataType(java.lang.String str,
MboRemote mbo) |
int |
ParserServiceRemote.getNodeDataType(java.lang.String str,
MboRemote mbo)
Returns the data type of the expression based on a Mbo.
|
java.lang.String |
UserNode.getString(MboRemote mbo) |
java.lang.String |
UpperNode.getString(MboRemote mbo)
string value
|
java.lang.String |
SumNode.getString(MboRemote mbo)
Evaluates the node and returns it's value as a String.
|
java.lang.String |
StringReservedKeyNode.getString(MboRemote mbo) |
java.lang.String |
ProductNode.getString(MboRemote mbo)
This node cannot be a string.
|
java.lang.String |
PersonNode.getString(MboRemote mbo) |
java.lang.String |
NegativeNode.getString(MboRemote mbo)
This node cannot be a string.
|
java.lang.String |
LowerNode.getString(MboRemote mbo)
string value
|
java.lang.String |
LiteralNode.getString(MboRemote mbo)
Returns the value of the attribute as a String.
|
java.lang.String |
LengthNode.getString(MboRemote mbo)
No string value
|
java.lang.String |
DateNode.getString(MboRemote mbo) |
java.lang.String |
CustomNode.getString(MboRemote mbo) |
java.lang.String |
FunctionTreeNodeAdapter.getString(MboRemote mbo)
Evaluates the node and returns it's value as a String.
|
java.lang.String |
AttributeNode.getString(MboRemote mbo)
Returns the value of the attribute as a String.
|
java.lang.String |
TreeNode.getString(MboRemote mbo)
Evaluates the node and returns it's value as a String.
|
java.lang.String |
BooleanTreeNodeAdapter.getString(MboRemote mbo)
Evaluates the node and returns it's value as a String.
|
java.lang.String |
ParserService.getString(java.lang.String str,
MboRemote mbo) |
java.lang.String |
ParserServiceRemote.getString(java.lang.String str,
MboRemote mbo)
Parse the string and returns its evaluated value as a String.
|
java.math.BigDecimal |
AttributeNode.handleFormulas(MboRemote mbo,
java.lang.String formulaProp) |
java.lang.String |
ParserService.nodeString(java.lang.String str)
Prints the tree nodes.
|
java.lang.String |
ParserServiceRemote.nodeString(java.lang.String str)
Prints the tree nodes.
|
void |
ParserService.parse(java.lang.String str,
MboRemote mbo)
Parse the string based on the given mbo.
|
void |
ParserServiceRemote.parse(java.lang.String str,
MboRemote mbo)
Parse the string.
|
void |
UserNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
UpperNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
SumNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
StringReservedKeyNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
ProductNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
PersonNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
NegativeNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
LowerNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
LiteralNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
LengthNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
InternalValue.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
Exists.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
DateNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
FunctionTreeNodeAdapter.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
AttributeNode.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
TreeNode.setOperands(MboRemote mbo,
java.util.Vector operands)
Sets the operands for custom class.
|
void |
BooleanTreeNodeAdapter.setOperands(MboRemote mbo,
java.util.Vector operands) |
void |
SumNode.validate(MboRemote mbo)
Determine if there is a valid combination of parameters.
|
Methods in psdi.common.role that throw MXException
Modifier and Type |
Method and Description |
void |
FldRoleValue.action() |
void |
FldRoleType.action() |
void |
MaxRole.canDelete() |
MboRemote |
MaxRole.duplicate() |
MboRemote |
UserDataRole.evaluateCustomRole(MaxRole roleMbo,
MboRemote mbo)
Gets the PersonID for the user and then uses the role's Parameter attribute as the attribute
to treat as a PersonID.
|
MboRemote |
CustomRoleInterface.evaluateCustomRole(MaxRole roleMbo,
MboRemote mbo)
Determines the Person or PersonGroup for a role.
|
java.lang.String[] |
CustomRoleInterface.evaluateToEmail(MaxRole roleMbo,
MboRemote mbo)
Creates an array of email address for this role.
|
java.lang.String[] |
CustomRoleAdapter.evaluateToEmail(MaxRole roleMbo,
MboRemote mbo)
Automatically creates an email array from what's returned from the method
evaluateCustomRole.
|
java.lang.String[] |
FldRoleValue.getAppLink() |
PersonSetRemote |
MaxRole.getGroupPeople(PersonGroupRemote group,
MboRemote mbo)
Return the set of Person based upon the group and the IsBroadcast flag.
|
PersonSetRemote |
MaxRole.getGroupPeople(PersonGroupRemote group,
MboRemote mbo,
boolean treatNoCalAsAvailable) |
MboSetRemote |
FldRoleValue.getList() |
java.lang.String |
FldRoleValue.getLookupName() |
protected Mbo |
MaxRoleSet.getMboInstance(MboSet ms)
Generate a new MaxRole object
|
PersonSetRemote |
MaxRole.getPerson(java.lang.String pid)
Fetches the Person Mbo for a PersonID.
|
java.lang.String |
MaxRoleRemote.getType() |
java.lang.String |
MaxRole.getType()
Returns the role's type.
|
void |
FldRoleObjectName.init()
This field is required when the DataSet option is used, otherwise it's optional.
|
void |
MaxRole.init() |
void |
FldRoleType.initValue()
Initialize the non-persistent type and value.
|
java.lang.String |
MaxRole.personEmail(MboRemote person)
Gives the email address for a person.
|
PersonSetRemote |
MaxRoleRemote.resolveRole(MboRemote mbo) |
PersonSetRemote |
MaxRole.resolveRole(MboRemote mbo)
Returns the set of PersonIDs which correspond to the role.
|
PersonSetRemote |
MaxRoleRemote.resolveRole(MboRemote mbo,
boolean skipemail) |
PersonSetRemote |
MaxRole.resolveRole(MboRemote mbo,
boolean skipemail) |
PersonSetRemote |
MaxRoleRemote.resolveRole(MboRemote mbo,
boolean skipemail,
boolean treatNoCalAsAvailable) |
PersonSetRemote |
MaxRole.resolveRole(MboRemote mbo,
boolean skipemail,
boolean treatNoCalAsAvailable) |
java.lang.String[] |
MaxRoleRemote.resolveToEmail(MboRemote mbo) |
java.lang.String[] |
MaxRole.resolveToEmail(MboRemote mbo)
Returns an array of email addresses which correspond to the role.
|
void |
MaxRole.setFieldFlags()
Depending on the type of the role, some fields are read only.
|
protected void |
FldRoleValue.setup()
Set up the relationship, list criteria etc.
|
protected boolean |
MaxRole.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
MboSetRemote |
FldRoleValue.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
FldRoleValue.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact) |
void |
FldRoleValue.validate() |
Methods in psdi.common.treecontrol that throw MXException
Modifier and Type |
Method and Description |
long |
TreeNodeMap.addNew(MboRemote mbo)
Adds a new mbo to the map
|
long |
TreeNodeMap.addNew(MboRemote mbo,
java.lang.Long mboUID)
Adds a new element for Mbo already in the Tree Node Map
|
java.lang.String |
TreeNodeMap.getMboName(long treeId) |
long |
TreeNodeMap.getMboUniqueID(MboRemote mbo,
long treeId)
Returns the MBO unique id that's mapped to the passed treeID for the
given MBO
|
abstract long |
TreeNodeMap.getTreeUniqueID(MboRemote mbonode)
This method returns a unique id for the passed node (mbo)
Sub Classes need to implement this abstract method.
|
Methods in psdi.configure that throw MXException
Modifier and Type |
Method and Description |
java.util.List |
Util.createExtensionView(java.lang.String objectName,
java.util.Map extendedTables,
java.sql.Connection masterCon,
int tenantId,
boolean deleteOnly,
boolean mtEnabled)
Calls createTable
for each extension table to be created.
|
java.util.ArrayList |
Util.getUpdateTenantDelta(java.util.HashMap changedObjects,
int tenantId,
java.util.TreeMap cfgAttrs,
java.util.Vector skipList)
THis method will store all attributes which were changed by System Admistrator.
|
java.util.ArrayList |
Util.renumberExtAttributeNumber(java.lang.String objectname,
java.util.Map extTables,
int start,
java.util.ArrayList sqlList) |
java.util.ArrayList |
Util.renumberExtendedAttributes(int tenantId,
java.util.Map lastNumbers,
java.util.ArrayList list)
This method will store all attributes which were changed by System Admistrator.
|
void |
ConfigDB.updateDelta(java.sql.Connection tenantCon,
int tenanatId,
java.util.TreeMap cfgAttrs,
java.util.Map lastNumbers)
Calls getRemoveChanges
for each storage partition in the valuelist,
and executes the statements returned, with the appropriate commit and rollback logic.
|
void |
UpgTemplate.updateStatistics(java.util.ArrayList tables,
java.util.TreeMap indexes)
Executes "analyze table/compute statistics" (for Oracle)
or "update statistics" (for SqlServer) for the specified tables/indexes; For use
by app callouts
|
Methods in psdi.dm with parameters of type MXException
Modifier and Type |
Method and Description |
void |
DMPackageDefSet.addWarning(MXException e)
Override this method to also add the warnings to a local map.
|
void |
DMPackageDefSet.addWarnings(MXException[] es)
Override this method to also add the warnings to a local map.
|
Methods in psdi.dm that throw MXException
Modifier and Type |
Method and Description |
void |
FldType.action() |
void |
FldMOSObject.action() |
void |
FldFilterPkg.action() |
void |
FldCondition.action() |
void |
FldActive.action()
Action for the Active.
|
void |
DMPkgDefStatus.add() |
void |
DMPkgCfgObjDef.add() |
void |
DMPkgCfgGrpDef.add() |
void |
DMMessage.add()
Add a new DMMessage object.
|
void |
DMDependency.add() |
void |
DMCompResult.add() |
void |
DMCompResRecord.add()
If we have an owner, set owner fields.
|
void |
DMCfgObject.add()
Set defaults while adding a new rec.
|
void |
DMCfgGroup.add()
Adds a new Record with defaults
|
void |
DMPackageDef.add()
Add a new package definition
|
void |
DMCompJobRemote.addCompareResultToCollection()
Add compare result to collection
|
void |
DMCompJob.addCompareResultToCollection()
Add compare result to collection
|
void |
DMPkgCfgGrpDefSet.canAdd() |
void |
DMDependencySet.canAdd() |
void |
DMCfgObjectSet.canAdd() |
void |
DMPkgDefStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier) |
void |
DMPackageDef.canCreatePackage()
Check whether a package can be created.
|
void |
DMPkgCfgGrpDef.canDelete() |
void |
DMDependency.canDelete() |
void |
DMCfgObject.canDelete() |
void |
DMCfgGroup.canDelete() |
void |
DMPackageDefRemote.canDeletePkgDef() |
void |
DMPackageDef.canDeletePkgDef() |
void |
DMPackageDefRemote.canEdit() |
void |
DMPackageDef.canEdit()
Checks if package definition can be edited or not
|
void |
DMPackageDef.canEditSetWhere()
Checks if package definition can be edited or not
|
void |
DMPackageDefRemote.canSetWhere() |
void |
DMPackageDef.canSetWhere()
Check whether can set where clause.
|
void |
DMPackageDefRemote.cantPerformOnLocked() |
void |
DMPackageDef.cantPerformOnLocked()
If the package definition's status is LOCKED, throw an exception.
|
void |
DMPkgDefStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo) |
void |
DMPkgDefStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus) |
void |
DMServiceRemote.compareDatabase(java.lang.String target,
java.lang.String packageName,
java.lang.String jobNum,
UserInfo ui) |
void |
DMService.compareDatabase(java.lang.String target,
java.lang.String packageName,
java.lang.String jobNum,
UserInfo ui)
Compare the local database to a specified remote database.
|
MboRemote |
DMPkgCfgGrpDef.copy(MboSetRemote mboset,
long mboAddFlags) |
void |
DMCompResult.delete(long accessModifier)
Delete children as well...
|
void |
DMCfgGroup.delete(long accessModifier) |
void |
DMPackageDef.delete(long accessModifier)
Delete package definition
|
MboRemote |
DMCfgGroup.duplicate() |
MboRemote |
DMPackageDef.duplicate()
Duplicate the package definition
|
boolean |
ViewAddToCollectionButtonCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for showing the Add Comparison Results to Migration Collection button in the Comparison Results table.
|
boolean |
ViewActiveCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for showing the Active Fields and Activate/Deactivate package in the Migration Manager menu.
|
void |
DMPackageDefRemote.extractPkgData(MboRemote newPkg) |
void |
DMPackageDef.extractPkgData(MboRemote newPkg)
Extracts the package's records.
|
boolean |
DMPackageDefRemote.extractRecordsForCfgGroup(java.lang.String type,
MboRemote cfgGrp,
MboRemote newPkg,
boolean reCreatePkgMeta,
UserInfo msgUI) |
boolean |
DMPackageDef.extractRecordsForCfgGroup(java.lang.String type,
MboRemote cfgGrp,
MboRemote newPkg,
boolean reCreatePkgMeta,
UserInfo msgUI)
Extract records for a configuration gruop.
|
MboSetRemote |
DMPackageDef.getDMCfgDataObjGroupInOrder(java.util.List cfgGroups)
Return the cfgdata groups in the package in ascending order.
|
DMEventListenerMgr |
DMServiceRemote.getDMEventListenerMgr()
Returns DMEventListenerMgr class
|
DMEventListenerMgr |
DMService.getDMEventListenerMgr()
Returns DMEventListenerMgr class
|
MboSetRemote |
FldType.getList() |
protected Mbo |
DMRestrictionSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPkgDefStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPkgCfgObjDefSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPkgCfgGrpDefSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPackageDefSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMessageSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMapDefSet.getMboInstance(MboSet ms) |
protected Mbo |
DMDependencySet.getMboInstance(MboSet ms) |
protected Mbo |
DMCompResultSet.getMboInstance(MboSet ms) |
protected Mbo |
DMCompResRecordSet.getMboInstance(MboSet ms) |
protected Mbo |
DMCompJobSet.getMboInstance(MboSet ms) |
protected Mbo |
DMCfgObjectSet.getMboInstance(MboSet ms) |
protected Mbo |
DMCfgGroupSet.getMboInstance(MboSet ms) |
MboSetRemote |
DMCfgGroup.getMboSet(java.lang.String name,
java.lang.String objectName,
java.lang.String relationship) |
java.lang.String |
DMCfgObjectRemote.getRootMboName() |
java.lang.String |
DMCfgObject.getRootMboName()
Gets the root mbo's name for this configuration object.
|
protected MboSetRemote |
DMPackageDef.getStatusHistory()
Gets the status history set for a package definition
|
void |
FldType.init() |
void |
DMDependency.init() |
void |
DMCfgObject.init()
Initialize this object
|
void |
DMCfgGroup.init()
Initialize this MBO
|
void |
DMPackageDef.init() |
java.util.List |
DMPackageDefRemote.loadAllGroupsForPkg() |
java.util.List |
DMPackageDef.loadAllGroupsForPkg()
Load all groups for a package, including dependent groups.
|
void |
DMPackageDefRemote.moveEventTrackingToHistory() |
void |
DMPackageDef.moveEventTrackingToHistory()
When a package is created successfully, all the tracking events for change type package
are moved to history table.
|
boolean |
DMPackageDefRemote.pkgContainsUserDefinedMOS() |
boolean |
DMPackageDef.pkgContainsUserDefinedMOS() |
void |
DMDependency.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
protected void |
DMCompJob.save()
When saved, start an Asynch job to delete the children so the user is not tied up in the UI.
|
protected void |
DMCfgObject.save() |
void |
DMCfgObjectRemote.setExpObject() |
void |
DMCfgObject.setExpObject()
Set the non-persist field EXPOBJECT to the config object's main mbo name
|
void |
DMPackageDef.setReadOnly()
Sets the readonly flag for package definition
|
void |
DMPkgCfgGrpDefRemote.setWhereClauses(boolean init) |
void |
DMPkgCfgGrpDef.setWhereClauses(boolean init)
Sets the where clauses for each config object in the group.
|
protected boolean |
DMPkgCfgObjDef.skipCopyField(MboValueInfo mvi) |
protected boolean |
DMPkgCfgGrpDef.skipCopyField(MboValueInfo mvi) |
protected boolean |
DMDependency.skipCopyField(MboValueInfo mvi) |
protected boolean |
DMCfgObject.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
DMCfgGroup.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
DMPackageDef.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
java.lang.String |
ViewAddToCollectionButtonCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
ViewActiveCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
void |
DMCompResult.undelete() |
void |
FldDMPkgDefName.validate() |
void |
FldCmpSrcFile.validate()
Validate path only if this is an outbound package definition.
|
void |
FldChangeBy.validate() |
void |
FldCfgObjectOrder.validate()
Validate that the object order is unique within group, and is > 0 in non-MT,
or >= 0 in MT.
|
void |
FldCfgObjGroup.validate()
Validates that the group has MOS in it
|
void |
FldCfgGroupOrder.validate()
Validates that the group order doesn't already exist.
|
void |
FldBatchSize.validate() |
void |
FldActive.validate() |
void |
DMPackageDefRemote.validateChangePkgDef() |
void |
DMPackageDef.validateChangePkgDef()
Validate a change type package definition.
|
void |
DMPackageDefRemote.warnDeletePkgDef() |
void |
DMPackageDef.warnDeletePkgDef()
Checks if package definition can be deleted or not
|
java.lang.String |
DMMessageRemote.writeMsg(java.lang.String pkgName,
java.lang.String msgid,
java.lang.String type,
java.lang.Throwable t,
java.lang.String msgDetails,
java.lang.Object[] params,
boolean isLongOpMsg) |
java.lang.String |
DMMessage.writeMsg(java.lang.String pkgName,
java.lang.String msgid,
java.lang.String type,
java.lang.Throwable t,
java.lang.String msgDetails,
java.lang.Object[] params,
boolean isLongOpMsg)
Writes message to DMMessage table
|
java.lang.String |
DMMessageRemote.writeMsg(java.lang.String pkgName,
java.lang.String msgid,
java.lang.String type,
java.lang.Throwable t,
java.lang.String msgDetails,
java.lang.Object[] params,
boolean isLongOpMsg,
UserInfo msgUI) |
java.lang.String |
DMMessage.writeMsg(java.lang.String pkgName,
java.lang.String msgid,
java.lang.String type,
java.lang.Throwable t,
java.lang.String msgDetails,
java.lang.Object[] params,
boolean isLongOpMsg,
UserInfo msgUI)
Writes message to DMMessage table
|
Methods in psdi.dm.changetracking that throw MXException
Modifier and Type |
Method and Description |
void |
DMPkgTrackHist.add() |
MboRemote |
DMPkgEventTrackingRemote.constructMosMboSet(MboRemote objMbo,
MboSetRemote mosMboSet) |
MboRemote |
DMPkgEventTracking.constructMosMboSet(MboRemote objMbo,
MboSetRemote mosMboSet)
Construct a mboset which contains mbos which events have been tracked to be later
used to create xml.
|
void |
DMEventListener.eventAction(EventMessage em)
For ADD,UPDATE and DELETE track the events and populate tracking table.
|
boolean |
DMEventListener.eventValidate(EventMessage em)
Validate the event
|
java.lang.String |
DMPkgEventTrackingRemote.getChildEventIds() |
java.lang.String |
DMPkgEventTracking.getChildEventIds()
Given a change tracking event, traverse the object structure tree and find all the change tracking
events that are associated with the parent event.
|
java.lang.String |
DMPkgEventTrackingRemote.getDeletedChildrenEventIds(java.lang.String childMboName,
MboSetRemote objMboSet) |
java.lang.String |
DMPkgEventTracking.getDeletedChildrenEventIds(java.lang.String childMboName,
MboSetRemote objSet)
Find the deleted children of the current event mbo.
|
protected Mbo |
DMPkgTrackHistSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPkgEventTrackingSet.getMboInstance(MboSet ms) |
MboRemote |
DMEventListenerMgr.getPkgDefForNameAndSource(java.lang.String pkgDefName,
java.lang.String source)
For the gives package name and source, return the package definition
|
void |
DMEventListenerMgr.init()
Register listeners for active and change packages
|
boolean |
DMEventListener.isValidEvent(MboRemote eventMbo)
Finds if valid event or not i.e all owners are part of the package
|
boolean |
DMEventListener.isValidPerson(MboRemote eventMbo)
Finds if owner of the mbo is a valid person in DMROLE or not.
|
void |
DMEventListenerMgr.loadActiveChangePkgListeners()
Get all packages that are active and type is change and register listeners for these packages
|
void |
DMEventListenerMgr.loadAllCfgObjsForPkg(java.lang.String pkgDefName,
java.lang.String source,
java.util.List grpV,
UserInfo ui)
Load all config objects for a package
|
void |
DMEventListenerMgr.loadAllGroupsForPkg(MboRemote pkgDef)
Load all groups for a package and store them in the hashmap.
|
void |
DMEventListenerMgr.loadPersonsForPkg(MboRemote pkgDef)
Load all persons associated with maxrole for a package and store them in the hashmap.
|
void |
DMPkgEventTrackingSet.moveToHistory(MboSetRemote trackHistSet)
Move a set of event tracking records to the history table.
|
void |
DMEventListener.postCommitEventAction(EventMessage em)
Action after the commit
|
void |
DMEventListener.postSaveInternalEventAction(EventMessage em)
Action after the save
|
void |
DMEventListener.preSaveEventAction(EventMessage em)
Action before the save
|
void |
DMEventListener.preSaveInternalEventAction(EventMessage em)
Action before the save
|
void |
DMEventListenerMgr.registerListenersForPackage(MboRemote pkgDef)
Get all m
|
void |
DMEventListenerMgr.registerListnersForMbosInPkg(java.lang.String pkgDefName,
java.lang.String source)
Register the event listener for associated mbos of a mos.
|
void |
DMEventListenerMgr.reload()
reload all Event Listeners
|
void |
DMEventListenerMgr.reload(java.lang.String key)
Reload listeners for a package and source
|
void |
DMEventListener.trackEvents(EventMessage em)
Record the events for deployment manager's change tracking.
|
void |
DMEventListenerMgr.unregisterAllEventListeners()
Unregister all event listeners
|
void |
DMEventListenerMgr.unregisterEventListenerForPackage(java.lang.String pkgDefName,
java.lang.String source,
boolean remove)
Unregister the event listener for a package.
|
void |
DMEventListener.writeToEventTracking(MboRemote eventMbo,
java.lang.String eventName)
Write events to eventtracking table
|
Methods in psdi.dm.collection that throw MXException
Modifier and Type |
Method and Description |
void |
FldDmCollPkgObjIntObject.action() |
void |
FldDmCollObjObjId.action() |
void |
FldDmCollLookUpRuleObj.action() |
void |
FldDmCollIsPublic.action() |
void |
DMCollectionObject.add()
Add a new Migration Collection Object
|
void |
DMCollection.add()
Add a new Migration Collection
|
void |
DMCollToolIcon.add()
Add a new DMCOLLAPPTOOLBAR object
|
void |
DMCollRelRuleCol.add()
Add an object.
|
void |
DMCollRelRule.add()
Add an object.
|
void |
DMCollPKGException.add() |
void |
DMCollLookupRule.add()
Add an object.
|
void |
DMCollEventTrk.add()
Add a new DMCollEventTrk object
|
void |
DMCollEventListenerMgr.addToCollectionPersonMap(long dmCollectionId,
java.lang.String roleName,
UserInfo userInfo)
Find all users for this role and add to collectionPersonMap
|
void |
DMCollPKGException.appValidate() |
void |
DmCollAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params)
Launch the async process to validate migrate collection.
|
void |
DMCollectionRemote.createPackageDef() |
void |
DMCollection.createPackageDef()
Create package definition from a collection
|
void |
DMCollectionObject.delete(long accessModifier) |
void |
DMCollection.delete(long accessModifier)
Mark this Collection to be deleted depending on the access modifier.
|
void |
DMCollPKGException.delete(long accessModifier) |
void |
IntegrationObjEventHandler.eventAction(EventMessage em)
This is called when a MAXINTOBJECT record is deleted.
|
void |
DMCollEventListener.eventAction(EventMessage em)
For ADD,UPDATE and DELETE track the events and populate Migration Collection Object table.
|
boolean |
IntegrationObjEventHandler.eventValidate(EventMessage em) |
boolean |
DMCollEventListener.eventValidate(EventMessage em)
Validate the event
|
static java.lang.String |
DmCollUtils.findAppForGivenMboName(java.lang.String objectName,
UserInfo userInfo)
Find the Application name for the Mbo Name.
|
static int |
DmCollUtils.findLowestGroupOrderForGivenMos(java.lang.String mosName,
boolean internalOnly,
UserInfo userInfo)
Find the lowest group for a given MOS.
|
static java.lang.String |
DmCollUtils.findMos(java.lang.String objectName,
boolean systemDefinedOnly,
UserInfo userInfo)
Find Migration Object Structure for a given Object.
|
static java.lang.String |
DmCollUtils.findMosWithLowestMigrationGroup(java.lang.String objectName,
boolean systemDefinedOnly,
UserInfo userInfo)
Find Migration Object Structure for a given Object which has lowest migration group.
|
byte[] |
DMCollectionObjectRemote.generateExport() |
byte[] |
DMCollectionObject.generateExport()
Generate XML for the collection.
|
static GroupAndMosOrder |
DmCollUtils.getGroupAndMosOrder(java.lang.String mosName,
UserInfo userInfo)
Finds the Group and Mos order for the mos.
|
MboSetRemote |
FldDmCollRelRuleColsRelated.getList() |
MboSetRemote |
FldDmCollRelRuleColsPrimary.getList() |
MboSetRemote |
FldDmCollPkgRelatedObject.getList()
Filter list to only display objects from a selected dependentcfgobject MOS
(non-Javadoc)
|
MboSetRemote |
FldDmCollPkgPrimaryObject.getList()
Filter list to only display objects from a selected exceptioncfgobject MOS
(non-Javadoc)
|
MboSetRemote |
FldDmCollPkgObjIntObject.getList() |
MboSetRemote |
FldDmCollObjIntObject.getList() |
MboSetRemote |
FldDmCollObjApp.getList() |
MboSetRemote |
FldDmCollEventIntObject.getList()
The lookup should only show the object structure of selected app
|
MboSetRemote |
FldDmCollEventApp.getList()
The lookup should only show the apps which has Migration object structure
|
protected Mbo |
DMCollectionSet.getMboInstance(MboSet ms)
Generate a new DMCollection object
|
protected Mbo |
DMCollectionObjectSet.getMboInstance(MboSet ms)
Generate a new DMCollectionObject object
|
protected Mbo |
DMCollectionExportSet.getMboInstance(MboSet ms) |
protected Mbo |
DMCollToolIconSet.getMboInstance(MboSet ms)
Generate a new DMCollectionObject object
|
protected Mbo |
DMCollRelRuleSet.getMboInstance(MboSet ms)
Generate a new DMCollection related rule object
|
protected Mbo |
DMCollRelRuleColSet.getMboInstance(MboSet ms)
Generate a new DMCollection Lookup rule column object
|
protected Mbo |
DMCollPKGExceptionSet.getMboInstance(MboSet ms) |
protected Mbo |
DMCollLookupRuleSet.getMboInstance(MboSet ms)
Generate a new DMCollection Lookup rule object
|
protected Mbo |
DMCollEventTrkSet.getMboInstance(MboSet ms)
Generate a new DMCollEventTrk object
|
static java.lang.String |
DmCollUtils.getMigrationGroupforMos(java.lang.String mosName,
boolean internamOnly,
UserInfo userInfo)
Find the Migration Group for a given Object Structure.
|
static java.util.List |
DmCollUtils.getUserListForRole(java.lang.String roleName,
UserInfo userInfo)
Find all users for the given role.
|
void |
DMCollectionRemote.importConfig(byte[] fileContents,
boolean boolean1,
int importLimit) |
void |
DMCollection.importConfig(byte[] fileContents,
boolean addConfig,
int limit)
Imports the collection from the file.
|
void |
DMCollectionObject.init()
Initialize the Mbo
|
void |
DMCollectionExport.init() |
void |
DMCollRelRuleCol.init() |
void |
DMCollPKGException.init()
Initialize fields and make sure we have a related record for the non-persisten data so we can carry it over.
|
void |
DMCollEventListenerMgr.init()
Register listeners for active and change packages
|
void |
DMCollEventListenerMgr.initCollectionPersonMap()
Initialize collectionPersonMap.
|
void |
DMCollEventListenerMgr.initCollEventListner()
Initialize all Hashmaps needed to keep track the events.
|
static boolean |
DmCollUtils.isFirstMosHigherOrder(java.lang.String firstMos,
java.lang.String secondMos,
UserInfo userInfo)
Find if Group order and Mos order of the first mos has higher values than the second.
|
boolean |
DMCollectionRemote.isValidationRunning()
Get the flag that shows if validation is running or done
|
boolean |
DMCollection.isValidationRunning()
Get the flag that shows if validation is running or done
|
boolean |
DMCollEventListenerMgr.isValidPerson(long dmCollectionId,
java.lang.String userName)
Should this user's event be tracked for the given collection.
|
void |
IntegrationObjEventHandler.postCommitEventAction(EventMessage em) |
void |
DMCollEventListener.postCommitEventAction(EventMessage em)
Action after the commit
|
void |
DMCollEventListener.postSaveInternalEventAction(EventMessage em)
Action after the save
|
void |
IntegrationObjEventHandler.preSaveEventAction(EventMessage em) |
void |
DMCollEventListener.preSaveEventAction(EventMessage em)
Action before the save
|
void |
DMCollEventListener.preSaveInternalEventAction(EventMessage em)
Action before the save
|
void |
DMCollEventListenerMgr.registerAllEventHandlersAtStartup()
This method registers all events for collections.
|
void |
DMCollEventListenerMgr.registerEventsForKey(java.lang.String key) |
void |
DMCollEventListenerMgr.reload()
reload all Event Listeners
|
void |
DMCollEventListenerMgr.reload(java.lang.String key)
Reload listeners for a key
|
void |
DMCollEventListenerMgr.removeFromCollectionPersonMap(long dmCollectionId)
Remove person map for a collection.
|
protected void |
DMCollectionExport.save() |
protected void |
DMCollPKGException.save() |
void |
DMCollEventTrkSet.save(long flags)
Save the DMCollEventTrk object.
|
void |
DMCollectionObject.undelete() |
void |
DMCollection.undelete() |
void |
DMCollEventListenerMgr.unregisterAllEventListeners()
Unregister all event listeners
|
void |
DMCollEventListenerMgr.unregisterEventListenersForCollection(long collectionid)
Unregister events for a collection
|
void |
DMCollEventListenerMgr.unRegisterEventsForKey(java.lang.String key) |
void |
FldDmCollPkgObjIntObject.validate() |
void |
FldDmCollObjIntObject.validate()
Validation - Added for defect 98142: Migration Collections: Able to enter arbitrary values into Object Structure field
This was copied from the code for APAR IV35725 from 7.5.0.5
|
void |
FldDmCollEventIntObject.validate()
validation for the app name
|
void |
FldDmCollEventApp.validate()
validation for the app name
|
Methods in psdi.dm.collection.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldImportLimit.action() |
void |
DmCollToolDispSet.execute()
Saves user's selection to DMCOLLAPPTOOLBAR object.
|
boolean |
DmCollAsyncJobSubmitter.getEmail()
Gets whether email will be sent for this job.
|
java.lang.String |
DmCollAsyncJobSubmitter.getEmailAddress()
Gets the email address that will be sent for this job.
|
protected Mbo |
ImportCollectionSet.getMboInstance(MboSet ms) |
protected Mbo |
DmCollToolDispSet.getMboInstance(MboSet ms) |
protected Mbo |
DmCollAsyncJobSubmitter.getMboInstance(MboSet ms)
The derived class needs to provide the actual non-persistent object
|
void |
DmCollToolDispSet.init()
Populates data from the DMCOLLAPPTOOLBAR object and MAXAPPS.
|
void |
FldImportLimit.initValue() |
boolean |
DmCollAsyncJobSubmitter.isImmediate()
Whether this job is foreground.
|
void |
DmCollAsyncJobSubmitter.overwriteJobDefault(MboRemote queue)
Sets the value of DMCOLLECTION.ISJOBRUNNING and DMCOLLECTION.JOBNUM.
|
void |
FldImportLimit.validate() |
Methods in psdi.dm.distribution that throw MXException
Modifier and Type |
Method and Description |
void |
FldTargetType.action()
Action for the Type field.
|
void |
DMStagingHandler.action(MboRemote pkgMbo,
MboRemote infoMbo)
Distribute source staging records to target staging table
|
java.lang.String |
DMFileHandler.action(java.lang.String path,
java.lang.String fileName,
java.lang.String jarName,
MboRemote pkgMbo,
MboRemote infoMbo)
Create a new jar file for all staging records for a package
|
void |
DMPkgDistTracking.add()
Creates a new distribution tracking record
|
void |
DMPkgDistTarget.add()
Adds a new dmpkgdisttarget mbo
|
void |
DMPkgDist.add()
Adds a new dmpkgdist mbo
|
void |
DMPkgDistSet.canAdd() |
void |
DMPkgDistTarget.canDelete()
Checks if dmpkgdsttrgt can be deleted or not
|
void |
DMPkgDist.canDelete()
Checks if dmpkgdist can be deleted or nor
|
boolean |
DMStagingHandler.checkPkgAlreadyDistributed(java.sql.Connection conn,
MboRemote pkgMbo)
Update distribution status to 1 for target staging records
|
void |
DMStagingHandler.deleteCommittedTargetStagingRecords(java.sql.Connection conn,
MboRemote pkgMbo)
Delete target staging records if there is any error
|
MboRemote |
DMPkgDist.duplicate()
Duplicate the package distribution
|
MboSetRemote |
FldTargetType.getList() |
MboSetRemote |
DMPkgDistTarget.getList(java.lang.String attribute) |
protected Mbo |
DMPkgDistTrackingSet.getMboInstance(MboSet ms)
Gets new distribution tracking mbo
|
protected Mbo |
DMPkgDistTargetSet.getMboInstance(MboSet ms)
Generates a pkgdisttarget mbo
|
protected Mbo |
DMPkgDistSet.getMboInstance(MboSet ms)
Gets a pkgdist mbo
|
void |
DMPkgDistTarget.init()
Initializes the mbo
|
void |
DMStagingHandler.readSourceStagingtable(java.sql.Connection conn,
MboRemote pkgMbo)
Read source staging table records
|
void |
DMPkgDistTarget.setFieldFlags()
Sets username and password to required for database distribution
|
protected boolean |
DMPkgDist.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
DMStagingHandler.updateTargetDistStatus(java.sql.Connection conn,
MboRemote pkgMbo)
Update distribution status to 1 for target staging records
|
void |
FldTargetURL.validate()
Check whether the path is valid.
|
void |
FldTargetType.validate() |
void |
DMStagingHandler.writeToTargetStagingtable(MboRemote stageMbo,
java.sql.Connection conn)
Writes source staging entries to target database
|
Methods in psdi.dm.pkg that throw MXException
Modifier and Type |
Method and Description |
void |
DMPkgStatus.add()
Add a new PkgStatus object.
|
void |
DMPkgStaging.add()
Adds staging record
|
void |
DMError.add() |
void |
DMPackage.add()
Add a new package
|
void |
DMPackageRemote.applyFix() |
void |
DMPackage.applyFix()
Update the file where the error occurred with the updated XML.
|
void |
DMPkgStatusSet.canAdd()
Checks if status can be added
|
void |
DMPackageSet.canAdd()
Checks if package can be added or not
|
void |
DMPackage.canDelete()
Check if package can be deleted or not.
|
void |
DMPackageRemote.canDistribute() |
void |
DMPackage.canDistribute()
Throws an exception if this package can not be distributed due to its
status.
|
java.lang.String |
DMPackageRemote.canDownloadFile(MboRemote cmpSrc) |
java.lang.String |
DMPackage.canDownloadFile(MboRemote cmpSrc)
Check whether a compiled source file exists for download.
|
java.lang.String |
DMPackageRemote.canDownloadPkg() |
java.lang.String |
DMPackage.canDownloadPkg()
Check whether a package file exists for download.
|
java.lang.String |
DMPackageRemote.canDownloadPreviewLog() |
java.lang.String |
DMPackage.canDownloadPreviewLog()
Check whether a preview log file exists for download.
|
java.lang.String |
DMPackageRemote.canDownloadScriptLog() |
java.lang.String |
DMPackage.canDownloadScriptLog()
Check whether a script log file exists for download.
|
void |
DMPackageRemote.changeMaxStatus(java.lang.String status,
java.lang.String progressStatus,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
DMPackage.changeMaxStatus(java.lang.String status,
java.lang.String progressStatus,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier)
Change status, using the default values for the status and progress status.
|
void |
PkgStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date asOfDate,
java.lang.String memo)
Change the status of the mbo to desired status
|
void |
DMPackageRemote.changeStatus(java.lang.String status,
java.lang.String progressStatus,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
DMPackage.changeStatus(java.lang.String status,
java.lang.String progressStatus,
java.util.Date date,
java.lang.String memo,
long accessModifier)
Change the status of package with the progressstatus
|
int |
DocLinksProc.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Checks the business rule for creating a doclink
|
void |
PkgStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
PkgStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
DMPackageRemote.closePkg() |
void |
DMPackage.closePkg()
Purge a package.
|
MboRemote |
DMPackageRemote.confirmCompSrcDeployed() |
MboRemote |
DMPackage.confirmCompSrcDeployed()
Set status after Confirmation of compiled sources have been deployed
|
void |
DMPackage.delete(long accessModifier) |
void |
DMPackageRemote.deleteForPreview(long accessModifier) |
void |
DMPackage.deleteForPreview(long accessModifier)
Delete package metadata to preview again.
|
void |
DMPackageRemote.deployPackage(MboSetRemote pkgDefSet) |
void |
DMPackage.deployPackage(MboSetRemote pkgDefSet)
Start deploy thread at target server.
|
java.lang.String |
DMPackageRemote.distributePackage() |
java.lang.String |
DMPackage.distributePackage()
Distribute package to FILE or Database
|
boolean |
DMPackageRemote.distributeZipPackage() |
boolean |
DMPackage.distributeZipPackage()
Creates a zip file in the dmroot directory for download in the browser.
|
boolean |
PkgRedistributeCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for redistribute
|
boolean |
PkgDLScriptCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition to show script log button.
|
boolean |
PkgDLPreviewCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition to show preview log button.
|
boolean |
PkgCompDeplCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for continuing a stopped deployment.
|
boolean |
HasDeployErrors.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
DownloadCmpSrcCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for downloading compiled sources
|
boolean |
DelCmpSrcCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
void |
DMPkgStagingRemote.fillRecord(java.lang.String type,
int cfgDataOrder,
byte[] content,
java.lang.String cmpSrcFileName,
java.lang.String cfgObject,
int cfgObjectCount) |
void |
DMPkgStaging.fillRecord(java.lang.String type,
int cfgDataOrder,
byte[] content,
java.lang.String cmpSrcFileName,
java.lang.String cfgObject,
int cfgObjectCount)
Fill in the data for this staging record.
|
void |
DMPkgStagingRemote.fillRecordFromPkgEntry(java.lang.String pkgDefName,
java.lang.String source,
java.lang.String pkg,
java.lang.String type,
int cfgDataOrder,
byte[] content,
java.lang.String cmpSrcFileName) |
void |
DMPkgStaging.fillRecordFromPkgEntry(java.lang.String pkgDefName,
java.lang.String source,
java.lang.String pkg,
java.lang.String type,
int cfgDataOrder,
byte[] content,
java.lang.String cmpSrcFileName)
Write staging entry for each entry of pkg jar file
|
MboRemote |
DMErrorSet.getLatestError()
Returns the last created error record.
|
protected Mbo |
DMPkgStatusSet.getMboInstance(MboSet ms)
Creates a new instance of status mbo
|
protected Mbo |
DMPkgStagingSet.getMboInstance(MboSet ms)
Creates a new staging mbo
|
protected Mbo |
DMPackageSet.getMboInstance(MboSet ms)
Create a new package mbo
|
protected Mbo |
DMErrorSet.getMboInstance(MboSet ms) |
MboRemote |
DMPackageRemote.getPackageDef() |
MboRemote |
DMPackage.getPackageDef()
Returns the package's definition.
|
byte[] |
DMPackage.getPkgFile() |
boolean |
DMPackageRemote.getRedistribute() |
boolean |
DMPackage.getRedistribute()
Returns true if the package is set to be redistributed.
|
protected MboSetRemote |
DMPackage.getStatusHistory()
Gets the pkgstatus objects.
|
void |
DMPkgStaging.init()
initialize staging mbo
|
void |
DMError.init() |
void |
DMPackage.init()
initialize package
|
void |
FldDMLatestError.initValue() |
java.util.HashMap |
DMPackage.mosGrpResolver(java.util.HashMap objMap)
Find group for a mos and find start and end number of Mos and group
|
void |
DMPackage.previewLogger(java.lang.String pkgName,
boolean load)
Load and unload preview logger dynamically
|
void |
DMPackage.processPreviewXML(MXTransaction mxTrans,
UserInfo ui,
java.lang.String mos,
byte[] content,
boolean recordRollback)
Process xml using preview mode.
|
protected void |
DMPackage.save() |
void |
DMError.setMessage(java.lang.Throwable t)
Sets the MSG & MSGDetails attributes from the exception given.
|
void |
DMError.setXML(byte[] xml)
Sets the ErrorData & OrigErrorData attributes using the complete XML document
and the record number.
|
java.lang.String |
PkgRedistributeCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
PkgDLScriptCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
PkgDLPreviewCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
PkgCompDeplCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
HasDeployErrors.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
DownloadCmpSrcCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
DelCmpSrcCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
DMPackageRemote.uploadCompiledSrcFile(java.lang.String fileName,
byte[] content) |
void |
DMPackage.uploadCompiledSrcFile(java.lang.String fileName,
byte[] content)
Upload compiled source file into the staging table.
|
boolean |
DMPackageRemote.writeMosToXML(java.lang.String type,
java.lang.String defClassName,
java.lang.String mosName,
MboSetRemote mosMboSet,
boolean isChange,
int batchSize,
boolean useDefaultXMLAction) |
boolean |
DMPackage.writeMosToXML(java.lang.String type,
java.lang.String defClassName,
java.lang.String mosName,
MboSetRemote mosMboSet,
boolean isChange,
int batchSize,
boolean useDefaultXMLAction)
Write the provided MOS mboset into an xml.
|
Methods in psdi.dm.procclass that throw MXException
Modifier and Type |
Method and Description |
void |
DMMaxVarsProcess.afterProcess() |
void |
DMMaxObjProcess.afterProcess() |
void |
DMMaxAppsProcess.afterProcess() |
void |
DMGLProcess.afterProcess()
save after all glconfigure are validated
|
void |
DMSigOptionProcess.afterReplace(MboRemote child) |
void |
DMPackageDefProcess.afterReplace(MboRemote child) |
void |
DMOrgProcess.afterReplace(MboRemote child) |
void |
DMMaxUserProcess.afterReplace(MboRemote child) |
void |
DMMaxObjProcess.afterReplace(MboRemote child) |
void |
DMMaxDomainProcess.afterReplace(MboRemote child) |
void |
DMMaxAppsProcess.afterReplace(MboRemote child) |
void |
DMDbInfoObjViewProcess.afterReplace(MboRemote child) |
void |
DMActionProcess.afterReplace(MboRemote child) |
void |
DMMaxUserProcess.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual ctatus change in Mbo.
|
void |
DMMaxVarsProcess.checkAdditionalRules() |
void |
DMMaxIntObjProcess.checkAdditionalRules() |
void |
DMEscProcess.checkAdditionalRules() |
int |
DMWFProcess.checkBusinessRules()
Overriden from base class.
|
int |
DMMaxObjProcess.checkBusinessRules() |
int |
DMMoutTkTemplateProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxVarOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxRulesOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxPropOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxObjOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxIntObjOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxGroupOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMMaxDomainOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMDbInfoObjectViewOutProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
DMWFProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String processTable)
Method to call back and find out can we process
data from specific table.
|
int |
DMSigOptionProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMPersonProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMPersonGroupProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
int |
DMMaxVarsProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMMaxUserProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMMaxTkTemplateProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMMaxObjProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMMaxMessagesIn.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Defect 191811: MIGRATION OF MAXMESSAGES FAILS WHEN USING MIGRATION MANAGER ANDMSGID ALREADY EXISTS IN TARGET ENVIRONMENT
|
int |
DMMaxGroupProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMGLProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMCronTaskProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMCalendarProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
int |
DMCTRLGrpProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
void |
DMWFProcess.checkValidateErrors() |
void |
DMShiftProcess.checkValidateErrors() |
void |
DMPersonProcess.checkValidateErrors() |
void |
DMPersonGroupProcess.checkValidateErrors() |
void |
DMMaxUserProcess.checkValidateErrors() |
void |
DMMaxObjProcess.checkValidateErrors() |
void |
DMMaxIntObjProcess.checkValidateErrors() |
void |
DMMaxExtSystemProcess.checkValidateErrors() |
void |
DMMaxDomainProcess.checkValidateErrors() |
void |
DMMaxAppsProcess.checkValidateErrors() |
void |
DMInboundCommCfgProcess.checkValidateErrors()
set the crontaskinstance NOSAVE
|
void |
DMGLProcess.checkValidateErrors() |
void |
DMEscProcess.checkValidateErrors()
Special cases...
|
void |
DMDocTypesProcess.checkValidateErrors() |
void |
DMDbInfoObjViewProcess.checkValidateErrors() |
void |
DMCommtmpltProcess.checkValidateErrors() |
void |
DMCalendarProcess.checkValidateErrors()
set the $CURRENTWORKPERIOD NOSAVE
|
boolean |
DMPersonProcess.compareMboKeyValues(MboSetRemote mboSet,
MosDetailInfo mdi,
java.lang.String[] keys) |
MboSetRemote |
DMMaxTkTemplateProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Create mbo and mbo set sets for incomig transactions
|
MboSetRemote |
DMMaxClassificationProcess.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Call back method to create mbo and mbo set sets for incoming
transactions.
|
MboSetRemote |
DMGLProcess.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable) |
MboSetRemote |
DMCronTaskProcess.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable) |
void |
DMSigOptionProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMOrgProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMMaxUserProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMMaxObjProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMMaxDomainProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMMaxAppsProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMDocTypesProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMActionProcess.delete(MboRemote mbo,
MosDetailInfo mdi) |
void |
DMWFProcess.deleteAll(MboRemote owner,
MboSetRemote mboSet)
overridden method to the callback to delete all Mbo's in MboSet
|
void |
DMMaxObjProcess.deleteAll(MboRemote owner,
MboSetRemote mboSet) |
void |
DMMaxObjOutProcess.getMboList(java.lang.String tbname,
UserInfo ui,
java.lang.String where,
java.lang.String colName,
java.util.List retlist) |
void |
DMDbInfoObjectViewOutProcess.getMboList(java.lang.String tbname,
UserInfo ui,
java.lang.String where,
java.lang.String colName,
java.util.List retlist) |
void |
DMMaxObjProcess.save() |
void |
DMMaxAppsProcess.save() |
void |
DMGLProcess.save()
Don't save for each glconfigure record,else you will get invalid gllength error.
|
void |
DMCalendarProcess.save() |
void |
DMWFProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
DMReportsProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
DMPersonGroupProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName) |
void |
DMOrgProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
void |
DMMaxUserProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
DMMaxTkTemplateProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional data.
|
void |
DMMaxObjProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName) |
void |
DMMaxMenuProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName) |
void |
DMMaxLoggerProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
void |
DMMaxIntObjProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
DMMaxGroupProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
void |
DMMaxClassificationProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
void |
DMMaxAppsProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
void |
DMLanguageProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName) |
void |
DMInboundCommCfgProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
DMDocTypesProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
DMDbInfoObjViewProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName) |
void |
DMCfgGroupProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
boolean |
DMMaxClassificationProcess.toSendSameClassStructId()
IJ01006: return true if property mxe.dm.sameClassstructureid is true.
|
Methods in psdi.dm.util that throw MXException
Modifier and Type |
Method and Description |
static boolean |
DMUtil.checkRestriction(java.sql.Connection conn,
java.lang.String source)
Check if any row exist for this source in target dmrestriction table.
|
static long |
DMUtil.createBulletinBoard(UserInfo ui,
boolean isCreate)
Creates a bulletin board message before start deploying in target
environment
|
static java.util.jar.JarOutputStream |
DMUtil.createJarArchive(java.util.jar.JarOutputStream archiveStream,
java.lang.String inFileName,
java.io.ByteArrayInputStream in)
Create a jar stream by adding the inputstream to the jar
|
static void |
DMUtil.deletePreviewLogs(java.lang.String pkgName)
Delete preview log files
|
static void |
DMUtil.dmMapDefCheck(MboRemote pkgMbo)
Deploy the package metadata.
|
static void |
DMManifest.findSourceDBType(byte[] manifest)
find the database type of inbound package.
|
static void |
DMManifest.findTextSearchEnabledInSource(byte[] manifest)
find the text search enabled of inbound package.
|
static MboRemote |
DMUtil.findTopLevelMosForChild(MosInfo mosInfo,
MboRemote childMbo)
Find top level mbo for a child mbo
|
static java.lang.String |
DMUtil.getAttrValues(MboSet mboSet,
java.lang.String attrName,
int maxCount)
Returns the attribute values in the mboset in a comma separated string.
|
static java.util.LinkedHashMap |
DMUtil.getCfgObjsForGrp(MboRemote defMbo)
Get MOSs for groups.
|
static java.lang.String |
DMUtil.getDatabaseName()
Get the database name from system tables depending on database type.
|
static java.lang.String |
DMUtil.getDatabaseName(java.sql.Connection conn)
Get the database name from system tables depending on database type.
|
static java.lang.String |
DMUtil.getDBHostName()
Get the host name where database is installed from system tables
depending on database type.
|
static java.lang.String |
DMUtil.getDBHostName(java.sql.Connection conn)
Get the host name where database is installed from system tables
depending on database type.
|
static java.lang.String[] |
DMUtil.getDDCfgGroupNames()
Returns the Data Dictionary config group's name
|
static java.lang.String[] |
DMUtil.getDDCfgGroupNames(UserInfo ui)
Returns the Data Dictionary config group's name, use specific UserInfo for PMR 09898,SGC,724.
|
static MboSetRemote |
DMUtil.getDDCfgGroups()
Get the DMCfgGroup objects which is of type DDMETADATA.
|
static MboSetRemote |
DMUtil.getDDCfgGroups(UserInfo ui)
Get the DMCfgGroup objects which is of type DDMETADATA with a specific userInfo for PMR 09898,SGC,724.
|
static java.lang.String |
DMDirStructure.getDirPath(java.lang.String dirType)
Create folder in DM root folder if it does not exist.
|
static java.io.File |
DMDirStructure.getDirPathFile(java.lang.String dirType)
Create folder in DM root folder if it does not exist.
|
static java.util.List |
DMManifest.getDMObjectList(byte[] manifest)
Get the object list from the manifest
|
static java.lang.String |
DMDirStructure.getDMRootDeploymentDirName()
Get the root folder name for DM
|
static java.lang.String |
DMManifest.getManifestElement(byte[] manifest,
java.lang.String elementName)
Given the manifest stream, return the element value.
|
static byte[] |
DMUtil.getManifestFromFile(java.lang.String fileName,
java.lang.String direction) |
static byte[] |
DMUtil.getManifestFromStaging(UserInfo ui,
java.lang.String pkgName)
Get the manifest from staging table
|
static java.lang.String |
DMUtil.getPackageName(java.lang.String source,
java.lang.String pkgDefName)
Get the package instnce name from source and package definition name
|
static java.lang.String[] |
DMUtil.getPkgAndSourceFromJarName(java.lang.String jarName)
From pkg archive file, read the pkgdef name and source.Should be only
called for file type
|
static java.lang.String |
DMUtil.getPkgFileName(MboRemote stageMbo)
Get the package file name
|
static MboRemote |
DMUtil.getPKGMETADATACfgGroup()
Get the DMCfgGroup object which is of type PKGMETAMETADATA.
|
static java.lang.String |
DMUtil.getPKGMETADATAGroupName()
Returns the package metadata config group's name
|
static java.lang.String |
DMUtil.getPKInfo(MboRemote topMbo)
Get primary key information in format for storing on DMCompResult.PrimaryKeys.
|
static java.lang.String |
DMDirStructure.getPreviewDirPath()
Get the preview log folder
|
static java.util.HashMap |
DMManifest.getPreviewInfo(byte[] manifest)
Get preview information from the manifest
|
static java.lang.String |
DMDirStructure.getProcessedDirPath(java.lang.String dirType)
Create the ARCHIVE folder in DM root folder if not exists.
|
static java.lang.String |
DMUtil.getSchemaName()
Get the schema name from system tables depending on database type.
|
static java.lang.String |
DMUtil.getSchemaName(java.sql.Connection conn)
Get the schema name from system tables depending on database type.
|
static java.lang.String |
DMUtil.getSourceName()
Returns the source name.
|
static java.lang.String |
DMUtil.getSourceName(java.sql.Connection conn) |
static java.util.Map |
DMManifest.getSourceVersinInfo(byte[] manifest) |
static java.lang.String |
DMManifest.getSourceVersinInfoString(byte[] manifest)
Returns the source version information in a string.
|
static int |
DMUtil.getTenantID(MboRemote mbo)
Returns the TenantID of the Mbo.
|
static boolean |
DMManifest.hasCmpSrc(byte[] manifest)
Given the stream of manifest, return true if the package has compiled sources.
|
static void |
DMUtil.readJarArchive(java.io.File jarF,
java.lang.String pkgFileName,
UserInfo ui)
Read each jar entry from .zip file and write to the database
|
static MboRemote |
DMUtil.redistributePackage(MboRemote pkgMbo)
Redistribute a package from target to another new target
|
static void |
DMUtil.removeBulletinBoard(UserInfo ui,
long bbId)
Removes the bulletin board message
|
void |
DMXMLSplitter.splitEnd()
This method gets called at the end of split process.
|
boolean |
DMXMLSplitter.splitPerformed(byte[] splitXMLData,
int splitIndex)
This method gets called whenever a logical split happens
|
void |
DMXMLSplitter.splitStart() |
Methods in psdi.dm.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldErrorData.action() |
void |
DMPkgDefChangeStatus.add()
Sets up a new CommTmpltChangeStatus object.
|
MboRemote |
DMStrucSet.add(long uniqueId,
java.lang.String nodeDesc,
java.lang.String relationship)
Add a new node to the tree.
|
MboRemote |
DMMapTreeSet.addNode(long uniqueId,
java.lang.String nodeDesc,
java.lang.String relationship,
java.lang.String cfgObject,
java.lang.String mboObject,
MboRemote relatedMBO)
Add a new node to the tree.
|
MboRemote |
DMMapTreeRulesSet.addNode(long uniqueId,
java.lang.String nodeDesc,
java.lang.String relationship,
java.lang.String cfgObject,
java.lang.String mboObject,
java.lang.String hierarchy,
MboRemote relatedMBO)
Add a new node to the tree.
|
void |
DmCompareDelAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params)
Launch the async process to delete Compare records from the Databases.
|
void |
DmCompareAsyncJobHandler.asyncProcess(MXServer server,
java.lang.String jobName,
java.lang.String jobQueueNum,
java.lang.String Object,
UserInfo ui,
java.lang.String whereClause,
java.util.HashMap params)
Launch the async process to Compare the Databases.
|
protected void |
DMPkgDefChangeStatusSet.changeMboStatus(MboRemote pkgDef,
MboRemote param) |
void |
DMDeployablePkgRemote.checkCompiledSource() |
void |
DMDeployablePkg.checkCompiledSource()
Check whether package has compiled source files.
|
void |
DMDeployablePkg.createPkgDeployStatus(MboRemote stageMbo,
boolean isSuccessful,
java.lang.Throwable t)
After all pkgmetadata deployed, update the package status to deploy statuses
|
void |
DMDeployablePkg.delete(long accessModifier)
Delete an incoming package's staging records or file.
|
void |
DMDeployablePkgRemote.deletePkgFile(java.lang.String deployPkgName) |
void |
DMDeployablePkg.deletePkgFile(java.lang.String deployPkgName)
Delete pkg file from staging inbound area.
|
MboRemote |
DMDeployablePkgRemote.deployPkgMetaData() |
MboRemote |
DMDeployablePkg.deployPkgMetaData()
Deploy the package metadata.
|
boolean |
ViewMappedAttributesCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluates the condition for showing the Fields Flagged for Mapping menu.
|
void |
EditErrorDataSet.execute() |
void |
DMMapRulesSet.execute() |
MboRemote |
DMMapTreeSetRemote.findMbo(java.lang.String key) |
MboRemote |
DMMapTreeSet.findMbo(java.lang.String key)
Find a mbo in the buffered tree.
|
MboRemote |
DMMapTreeRulesSetRemote.findMbo(java.lang.String key) |
MboRemote |
DMMapTreeRulesSet.findMbo(java.lang.String key)
Find a mbo in the buffered tree.
|
void |
DMPkgIdentifierRemote.generateIdentifier() |
void |
DMPkgIdentifier.generateIdentifier() |
MboValueData[][] |
DMStrucSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeRulesSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMStrucSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeRulesSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
static java.util.Date |
DMDeployablePkg.getCreateDate(byte[] manifest)
Returns the create date of the package given the stream of manifest.
|
static java.util.Date |
DMDeployablePkg.getCreateDate(java.lang.String fileName)
Returns the create date of the package.
|
boolean |
DmCompareDelAsyncJobSubmitter.getEmail()
Gets whether email will be sent for this job.
|
boolean |
DmCompareAsyncJobSubmitter.getEmail()
Gets whether email will be sent for this job.
|
java.lang.String |
DmCompareDelAsyncJobSubmitter.getEmailAddress()
Gets the email address that will be sent for this job.
|
java.lang.String |
DmCompareAsyncJobSubmitter.getEmailAddress()
Gets the email address that will be sent for this job.
|
MboValueData[] |
DMStrucSet.getHierarchy(java.lang.String object,
java.lang.String key) |
MboValueData[] |
DMMapTreeSet.getHierarchy(java.lang.String object,
java.lang.String key) |
MboValueData[] |
DMMapTreeRulesSet.getHierarchy(java.lang.String object,
java.lang.String key) |
byte[] |
DMDeployablePkg.getManifest()
Returns the content of manifest from the package file or the staging table.
|
protected Mbo |
EditErrorDataSet.getMboInstance(MboSet ms) |
protected Mbo |
DmCompareDelAsyncJobSubmitter.getMboInstance(MboSet ms)
The derived class needs to provide the actual non-persistent object
|
protected Mbo |
DmCompareAsyncJobSubmitter.getMboInstance(MboSet ms)
The derived class needs to provide the actual non-persistent object
|
protected Mbo |
DMTargetVersionSet.getMboInstance(MboSet ms) |
protected Mbo |
DMStrucSet.getMboInstance(MboSet ms) |
protected Mbo |
DMSourceVersionSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPkgIdentiferSet.getMboInstance(MboSet ms) |
protected Mbo |
DMPkgDefChangeStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMappedAttributesSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMapTreeSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMapTreeRulesSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMapRulesSet.getMboInstance(MboSet ms) |
protected Mbo |
DMMapAttributeSet.getMboInstance(MboSet ms) |
protected Mbo |
DMDeployablePkgSet.getMboInstance(MboSet ms)
Factory method to create an CommTmpltChangeStatus object.
|
protected Mbo |
DMCompAsyncJobMsgSet.getMboInstance(MboSet ms) |
protected MboSetRemote |
DMPkgDefChangeStatusSet.getMboIntoSet(MboRemote mbo) |
MboValueData[] |
DMStrucSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[] |
DMMapTreeSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[] |
DMMapTreeRulesSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs) |
MboValueData[][] |
DMStrucSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeRulesSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboRemote |
DMStrucSet.getRelatedMbo(long uniqueId)
Given the key of the tree node, return the mbo object associatd with the node.
|
MboRemote |
DMMapTreeSet.getRelatedMbo(long uniqueId)
Given the key of the tree node, return the mbo object associatd with the node.
|
MboRemote |
DMMapTreeRulesSet.getRelatedMbo(long uniqueId)
Given the key of the tree node, return the mbo object associatd with the node.
|
MboRemote |
DMMapTreeSet.getRelatedMbo(java.lang.String uniqueId)
Given the key of the tree node, return the mbo object associatd with the node.
|
MboRemote |
DMMapTreeRulesSet.getRelatedMbo(java.lang.String uniqueId)
Given the key of the tree node, return the mbo object associatd with the node.
|
MboValueData[][] |
DMStrucSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
MboValueData[][] |
DMMapTreeRulesSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows) |
java.util.Map |
DMPkgIdentiferSet.getSourceIdentifiers() |
java.util.Map |
DMDeployablePkg.getSourceProductInfo()
Get source products information
|
java.util.Map |
DMDeployablePkg.getTargetProductInfo()
Get target products information
|
MboValueData[][] |
DMStrucSet.getTop(java.lang.String[] attrs,
int maxRows)
Get the top level node
|
MboValueData[][] |
DMMapTreeSet.getTop(java.lang.String[] attrs,
int maxRows)
Get the top level node
|
MboValueData[][] |
DMMapTreeRulesSet.getTop(java.lang.String[] attrs,
int maxRows)
Get the top levels from the Configuration Objects.
|
long |
DMMapTreeSequence.getTreeUniqueID(MboRemote mbo)
Given a mbo, returns its unique id in the tree.
|
long |
DMMapTreeRulesSequence.getTreeUniqueID(MboRemote mbo)
Given a mbo, returns its unique id in the tree.
|
long |
DMStrucNodeMap.getTreeUniqueID(MboRemote mbo)
Given a mbo, returns its unique id in the tree.
|
MboValueData |
DMStrucSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values) |
MboValueData |
DMMapTreeSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values) |
MboValueData |
DMMapTreeRulesSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values) |
int |
DMDeployablePkg.getVersionCheckResult()
Get the result of version check
|
boolean |
DMStruc.hasChildren()
Returns true of the current node has children.
|
boolean |
DMMapTreeRules.hasChildren()
Returns true of the current node has children.
|
boolean |
DMMapTree.hasChildren()
Returns true of the current node has children.
|
boolean |
DMStruc.hasParents() |
boolean |
DMMapTreeRules.hasParents() |
boolean |
DMMapTree.hasParents() |
void |
EditErrorData.init() |
void |
DMTargetVersion.init()
Initialization routine.
|
void |
DMSourceVersion.init()
Initialization routine.
|
void |
DMPkgIdentifier.init() |
void |
DMMapRules.init()
Initialization routine.
|
boolean |
DMDeployablePkgRemote.isFileExist(java.lang.String deployPkgName) |
boolean |
DMDeployablePkg.isFileExist(java.lang.String deployPkgName)
Check if pkg file also exist or not.
|
boolean |
DmCompareDelAsyncJobSubmitter.isImmediate()
Whether this job is foreground.
|
boolean |
DmCompareAsyncJobSubmitter.isImmediate()
Whether this job is foreground.
|
boolean |
DMDeployablePkgRemote.isOKToDeploy() |
boolean |
DMDeployablePkg.isOKToDeploy()
Validates all database, Maximo,Addon versions before deploy starts
|
boolean |
DMStruc.isTop() |
boolean |
DMMapTreeRules.isTop() |
boolean |
DMMapTree.isTop() |
void |
DMDeployablePkgRemote.loadStagingRecords() |
void |
DMDeployablePkg.loadStagingRecords()
If the package is a file, load data into staging table.
|
boolean |
DMDeployablePkgRemote.previewCheck() |
boolean |
DMDeployablePkg.previewCheck()
For preview delete the package before preview again.
|
void |
DMDeployablePkgRemote.readManifest() |
void |
DMDeployablePkg.readManifest()
Read the manifest information from this package and format it.
|
void |
DMStrucSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
DMMapTreeSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
void |
DMMapTreeRulesSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy) |
MboRemote |
EditErrorDataSet.setup() |
MboRemote |
DMTargetVersionSet.setup()
Sets up the virtual mboset.
|
MboRemote |
DMSourceVersionSet.setup()
Sets up the virtual mboset.
|
MboRemote |
DMPkgIdentiferSet.setup() |
MboRemote |
DMDeployablePkgSet.setup()
Sets up the virtual mboset.
|
void |
DMMapTreeSetRemote.setWhereForFilter(java.lang.String filter) |
void |
DMMapTreeSet.setWhereForFilter(java.lang.String filter)
Used by the bean to pass along a where clause if the tree control is filtered.
|
java.lang.String |
ViewMappedAttributesCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
void |
DMDeployablePkg.updateDistStatusForFile(java.lang.String pkgDefName,
java.lang.String source,
java.lang.String pkgName)
Update distribution status for file type
|
void |
DMPkgIdentifierRemote.updateSystemIdentifierProp() |
void |
DMPkgIdentifier.updateSystemIdentifierProp() |
void |
FldIsPreview.validate() |
void |
FldErrorData.validate() |
void |
FldDMCollection.validate()
Override validate so we can set the description of the DMCOLLECTION.
|
int |
DMDeployablePkgRemote.versionCheck(java.util.List srcNeedToBeChecked) |
int |
DMDeployablePkg.versionCheck(java.util.List srcNeedToBeChecked)
Check the version of source and target products and sets the mbo set to display in dialog
|
void |
DmCompareAsyncJobHandler.writeToAsyncJobMsg(java.lang.Throwable t,
UserInfo ui,
java.lang.String jobNum)
Write message to asyncjobmsg table
|
Methods in psdi.iface.app.common that throw MXException
Modifier and Type |
Method and Description |
void |
FldMessageType.action() |
void |
FldLoadFileType.action() |
void |
FldIsOverride.action() |
void |
FldIsChosen.action() |
void |
TableColumn.add() |
void |
MaxIfaceLoad.add()
Default value for some of the fields of the new maxconddetail table.
|
java.lang.String |
MaxIfaceLoadRemote.exportData(MboRemote mbo,
java.lang.String appName)
Export the Data from the main page
|
java.lang.String |
MaxIfaceLoad.exportData(MboRemote mbo,
java.lang.String appName)
Export the Data from the main page
|
java.lang.String |
MaxIfaceLoadRemote.exportData(MboSetRemote set,
java.lang.String appName)
Export the Data from the list page
|
java.lang.String |
MaxIfaceLoad.exportData(MboSetRemote set,
java.lang.String appName)
Export the Data from the list page
|
void |
TableColumnSetRemote.fillData(MboSetRemote parent) |
void |
TableColumnSet.fillData(MboSetRemote parent) |
void |
MultiSelectSetRemote.fillData(java.lang.String listName,
java.lang.String colName,
MboSetRemote parent) |
void |
MultiSelectSet.fillData(java.lang.String listName,
java.lang.String colName,
MboSetRemote parent) |
void |
TableColumnSetRemote.fillParent(MboSetRemote parent) |
void |
TableColumnSet.fillParent(MboSetRemote parent) |
void |
MultiSelectSetRemote.fillParent(MboSetRemote parent) |
void |
MultiSelectSet.fillParent(MboSetRemote parent) |
boolean |
ExatctMatchEventFilter.filterEvent(MboRemote mbo) |
protected java.util.Map |
FldBaseColumnName.getAllowedColumnsList() |
protected java.util.List |
FldLoadFileName.getAllowedFileList() |
protected java.util.List |
FldBaseTableName.getAllowedTableList() |
MboSetRemote |
FldMessageType.getList()
Return list of mbos for from the companiies table.
|
MboSetRemote |
FldLoadMessageType.getList()
Return list of mbos for from the companiies table.
|
MboSetRemote |
FldLoadIntObjectName.getList()
Return list of mbos for all controls.
|
MboSetRemote |
FldLoadFileName.getList()
Return list of mbos for from the companiies table.
|
MboSetRemote |
FldBaseTableName.getList()
Return list of mbos for from the companiies table.
|
MboSetRemote |
FldBaseColumnName.getList()
Return list of mbos for from the companiies table.
|
protected Mbo |
TableColumnSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
MultiSelectSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
IntObjectRelationSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
MaxIfaceLoadSet.getMboInstance(MboSet ms)
Factory method to create MaxIfaceLoad object.
|
int |
MaxIfaceLoadRemote.importData(java.io.InputStream in)
Export the Data from the main page
|
int |
MaxIfaceLoad.importData(java.io.InputStream in) |
void |
TableColumnSet.reset() |
void |
MultiSelectSet.reset() |
java.lang.String |
MaxIfaceLoad.sendData(byte[] data,
java.lang.String appName)
Send data using handler
|
void |
MaxIfaceLoadSet.setDataImport(java.lang.String intObjectName)
Set import/export details.
|
StructureData |
CreateCompanyExt.setDataIn(StructureData irData)
Set user statements for inbound transaction
|
StructureData |
CommandLineProcessExit.setDataIn(StructureData data)
Retrives the commandline response data from structure data and updates the target mbo attributes.
|
void |
MaxIfaceLoadSetRemote.setImportExport(java.lang.String name,
java.lang.String appName,
java.lang.String primaryObject,
boolean fromList,
int availCount) |
void |
MaxIfaceLoadSet.setImportExport(java.lang.String name,
java.lang.String appName,
java.lang.String primaryObject,
boolean fromList,
int availCount)
Set import/export details.
|
void |
TableColumnSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
MultiSelectSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
MboRemote |
TableColumnSet.setup() |
MboRemote |
MultiSelectSet.setup() |
void |
FldMessageType.validate() |
void |
FldLoadMessageType.validate() |
void |
FldLoadIntObjectName.validate()
Called to validate the data
|
void |
FldLoadFileName.validate() |
void |
FldInstall.validate() |
void |
FldIfaceTbName.validate() |
void |
FldBaseTableName.validate() |
void |
FldBaseColumnName.validate() |
Methods in psdi.iface.app.control that throw MXException
Modifier and Type |
Method and Description |
void |
FldSiteID.action()
Called to perform an action when field set to a value
|
void |
FldOrganizationID.action()
Called to perform an action when field set to a value
|
void |
FldIfaceControlType.action()
Called to perform an action when field set to a value
|
void |
MaxXrefOverVal.add()
Default value for some of the fields of the new maxifacecondition.
|
void |
MaxSystemControl.add()
Default value for some of the fields of the new MaxSystemControl.
|
void |
MaxListOverVal.add()
Default value for some of the fields of the new MaxExtCtlVal.
|
void |
MaxIfaceControlOut.add()
Default values for some of the fields
|
void |
MaxIfaceControlIn.add()
Default value for some of the fields
|
void |
MaxIfaceControl.add()
Default value for some of the fields of the new iface control.
|
void |
MaxExtXrefVal.add()
Default value for some of the fields of the new MaxExtCtlVal.
|
void |
MaxExtOver.add()
Default value for some of the fields of the new MaxExtCtlVal.
|
void |
MaxExtListVal.add()
Default value for some of the fields of the new maxifacecondition.
|
void |
MaxExtCtlVal.add()
Default value for some of the fields of the new MaxExtCtlVal.
|
void |
MaxExtBoolVal.add()
Default value for some of the fields of the new maxifaceboolval.
|
void |
MaxControlValue.add()
Default value for some of the fields of the new maxcontrolvalue.
|
void |
MaxXrefOverVal.appValidate()
This method is called by the framework before save.
|
void |
MaxListOverVal.appValidate()
This method is called by the framework before save.
|
void |
MaxIfaceControl.appValidate()
This method is called by the framework before save.
|
void |
MaxExtXrefVal.appValidate()
This method is called by the framework before save.
|
void |
MaxExtOver.appValidate()
This method is called by the framework before save.
|
void |
MaxExtCtlVal.appValidate()
This method is called by the framework before save.
|
void |
MaxExtBoolVal.appValidate()
This method is called by the framework before save.
|
void |
MaxControlValue.appValidate()
This method is called by the framework before save.
|
void |
MaxControlValueSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIfaceControlOut.canDelete()
This method is called by the framework before save.
|
void |
MaxIfaceControlIn.canDelete()
This method is called by the framework before save.
|
void |
MaxIfaceControl.canDelete()
This method is called by the framework before save.
|
void |
MaxSystemControlSet.commit()
Commit the transaction.
|
void |
MaxIfaceControlSet.commit()
Commit the transaction.
|
MboRemote |
MaxSystemControl.copy(MboSetRemote newMbo)
Duplicates an MAXEXTSYSCONTROL record.
|
MboRemote |
MaxExtOver.copy(MboSetRemote newSet)
Duplicates an MaxExtCtlVal record.
|
void |
MaxSystemControl.delete(long accessModifier)
Overwitten for ifaceproc's MBO.
|
void |
MaxIfaceControl.delete(long accessModifier)
Overwitten for maxifacecontrol's MBO.
|
void |
MaxExtOver.delete(long accessModifier)
Overwitten for MaxExtCtlVal MBO.
|
protected Mbo |
MaxXrefOverValSet.getMboInstance(MboSet ms)
Generate a new MaxXrefOverVal object.
|
protected Mbo |
MaxSystemControlSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceControl object.
|
protected Mbo |
MaxListOverValSet.getMboInstance(MboSet ms)
Generate a new MaxListOverVal object.
|
protected Mbo |
MaxIfaceControlSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceControl object.
|
protected Mbo |
MaxIfaceControlOutSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceControl object.
|
protected Mbo |
MaxIfaceControlInSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceControl object.
|
protected Mbo |
MaxExtXrefValSet.getMboInstance(MboSet ms)
Generate a new MaxExtXrefVal object.
|
protected Mbo |
MaxExtOverSet.getMboInstance(MboSet ms)
Generate a new MaxExtOver object.
|
protected Mbo |
MaxExtListValSet.getMboInstance(MboSet ms)
Generate a new MaxExtListVal object.
|
protected Mbo |
MaxExtCtlValSet.getMboInstance(MboSet ms)
Generate a new MaxExtCtlVal object.
|
protected Mbo |
MaxExtBoolValSet.getMboInstance(MboSet ms)
Generate a new MaxExtCtlVal object.
|
protected Mbo |
MaxControlValueSet.getMboInstance(MboSet ms)
Generate a new MaxControlValue object.
|
MboSetRemote |
MaxExtOver.getMboSet(java.lang.String name)
This method is called by the framework before save.
|
void |
MaxXrefOverVal.init()
Initialize rountine.
|
void |
MaxSystemControl.init()
Initialize rountine.
|
void |
MaxListOverVal.init()
Initialize rountine.
|
void |
MaxIfaceControlOut.init()
Initialize rountine.
|
void |
MaxIfaceControlIn.init()
Initialize rountine.
|
void |
MaxIfaceControl.init()
Initialize rountine.
|
void |
MaxExtXrefVal.init()
Initialize rountine.
|
void |
MaxExtOver.init()
Initialize rountine.
|
void |
MaxExtListVal.init()
Initialize rountine.
|
void |
MaxControlValue.init()
Initialize rountine.
|
void |
MaxXrefOverVal.modify()
This is called whenever a change is made to the attributes of
maxxrefoverval.
|
void |
MaxSystemControl.modify()
This is called whenever a change is made to the attributes of
MaxSystemControl.
|
void |
MaxListOverVal.modify()
This is called whenever a change is made to the attributes of
MaxExtCtlVal.
|
void |
MaxIfaceControlOut.modify()
When any field related to the object is changed,
changedate and changeby is updated.
|
void |
MaxIfaceControlIn.modify()
When any field realated to the object is changed,
changedate and changeby is updated.
|
void |
MaxIfaceControl.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxExtXrefVal.modify()
This is called whenever a change is made to the attributes of maxifacecond.
|
void |
MaxExtOver.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxExtListVal.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxExtCtlVal.modify()
This is called whenever a change is made to the attributes of maxifacecond.
|
void |
MaxExtBoolVal.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxControlValue.modify()
This is called whenever a change is made to the attributes of
maxifacecontrol.
|
void |
MaxIfaceControlOut.save()
When a control is added to a publish channel, if that publish channel is linked to an extsytem, we need to
add that control to the extsyscontrols.
|
void |
MaxIfaceControlIn.save()
When a control is added to an enterprise service, if that enterperise service is linked to an extsytem, we need to
add the control to the extsyscontrols.
|
void |
MaxIfaceControlRemote.setControlType(java.lang.String controlType)
Remote interface to method to set fields based on control Type.
|
void |
MaxIfaceControl.setControlType(java.lang.String controlType) |
protected boolean |
MaxXrefOverVal.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxSystemControl.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxListOverVal.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIfaceControlOut.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIfaceControlIn.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIfaceControl.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxExtXrefVal.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxExtOver.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxExtListVal.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxExtCtlVal.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxExtBoolVal.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxControlValue.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
void |
MaxSystemControl.undelete()
Overwitten for ifaceproc's MBO.
|
void |
MaxIfaceControl.undelete()
Overwitten for maxifacecontrol's MBO.
|
void |
MaxExtOver.undelete()
Overwitten for MaxExtCtlVal MBO.
|
void |
FldIfaceControlName.validate()
Called to validate the data
|
void |
FldControlValue.validate()
Called to validate the data
Validates domainid if specified
|
Methods in psdi.iface.app.endpoint that throw MXException
Modifier and Type |
Method and Description |
void |
FldHandlerName.action()
Called by the mbo framework to do some stuff once this mbovalue is
validated
|
void |
MaxHandler.add()
Adds the current mbo to the collection
|
void |
MaxEndPointDtl.add()
Called when a mbo is added to the mboset.
|
void |
MaxEndPoint.add()
Adds the current mbo to the given set
|
void |
MaxHandler.canDelete()
Can this mbo be deleted.
|
void |
MaxEndPoint.canDelete()
Specifies if this Endpoint can be deleted.
|
void |
MaxHandlerSet.commit()
Commit the transaction.
|
void |
MaxEndPointSet.commit()
Commit the transaction.
|
MboRemote |
MaxEndPointDtl.copy(MboSetRemote mboset,
long mboAddFlags) |
void |
MaxEndPoint.delete(long accessModifier)
Called when this mbo is being deleted.
|
MboRemote |
MaxEndPoint.duplicate()
Duplicates MaxEndPoint record and its related MBOs.
|
void |
MaxEndPointTestSet.execute()
Method is called on save perform End Point Test.
|
protected Mbo |
MaxEndPointTestSet.getMboInstance(MboSet ms)
Generate a new MaxEndPointTest object
|
protected Mbo |
MaxHandlerSet.getMboInstance(MboSet ms)
Generate a new MAXHANDLER object
|
protected Mbo |
MaxEndPointSet.getMboInstance(MboSet ms)
Generate a new MaxEndPoint object
|
protected Mbo |
MaxEndPointDtlSet.getMboInstance(MboSet ms)
Generate a new MaxEndPointDtl object
|
void |
MaxHandler.init()
Initialize the mbo
|
void |
MaxEndPointDtl.init()
Called during initialization of the mbo
|
void |
MaxEndPoint.init()
Initialize the newly created mbo
|
void |
MaxHandler.modify()
This is called whenever a change is made to the attributes of maxhandler.
|
void |
MaxEndPointDtl.modify()
This is called whenever a change is made to the attributes of
MaxEndPointDtl.
|
void |
MaxEndPoint.modify()
This is called whenever a change is made to the attributes of maxendpoint.
|
void |
MaxEndPointDtl.save()
Called when the mbo is saved to the database.
|
void |
MaxEndPoint.save()
Called when the mbo is saved to the database.
|
MboRemote |
MaxEndPointTestSet.setup()
Method to populate set with Mbo.
|
protected boolean |
MaxEndPointDtl.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxEndPoint.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
void |
MaxEndPoint.undelete()
This method is called when this object is being marked for undelete.
|
Methods in psdi.iface.app.extsystem that throw MXException
Modifier and Type |
Method and Description |
void |
FldProvider.action()
Validation of the Queue JNDI Name.
|
void |
FldIsSequentialQueue.action()
Set errorqueue field to readonly for sequential queue.
|
void |
MaxQueue.add()
Add this mbo to the set
|
void |
MaxIfaceExport.add() |
void |
MaxExtSystem.add()
Adds the current mbo to the given set
|
void |
MaxExtIfaceOut.add()
Adds the current mbo to the given set
|
void |
MaxExtIfaceIn.add()
Adds the current mbo to the given set
|
void |
MaxIfaceExport.appValidate() |
void |
MaxExtSystem.appValidate()
Overrides default omplementation of mbo.appValidate.
|
void |
MaxExtIfaceOut.appValidate()
Overrides default omplementation of mbo.appValidate.
|
void |
MaxQueueSet.canAdd()
Can an object be added to the collection ?
This is usually overriden in the specific mboset
|
void |
MaxIfaceExportSet.canAdd()
checks whether the object structure detail record can be added
|
void |
MaxQueue.canDelete()
Check to see if this mbo can be deleted.
|
void |
MaxIfaceExport.canDelete() |
void |
MaxExtSystem.canDelete()
checks whether the ext sys can be deleted
|
void |
MaxExtIfaceIn.canDelete()
This method is called by the framework before save.
|
void |
MaxQueueSet.commit()
Commit the transaction.
|
void |
MaxExtSystemSet.commit()
Commit the transaction.
|
void |
MaxExtIfaceOutSet.commit()
Commit the transaction.
|
void |
MaxExtIfaceInSet.commit()
Commit the transaction.
|
protected void |
MaxIfaceExportSet.createCronTaskInstance(java.lang.String instancename) |
protected void |
MaxExtIfaceIn.createCronTaskInstance(java.lang.String instancename) |
void |
MaxIfaceTbDataSetRemote.createTable() |
void |
MaxIfaceTbDataSet.createTable()
Getting creation of Interface Table done via MicService
|
void |
MaxIfaceTbDataRemote.createTable() |
void |
MaxExtSystem.delete(long accessModifier)
Called when this mbo is being deleted
|
void |
MaxExtIfaceOut.delete(long accessModifier) |
void |
MaxExtIfaceIn.delete(long accessModifier) |
void |
MaxQueueRemote.deleteQueue() |
void |
MaxQueue.deleteQueue()
Thsi method will delete Queue content based on selector.
|
MboRemote |
MaxExtSystem.duplicate()
Duplicates an EXTSYSTEM record.
|
void |
MaxExtIfaceOutRemote.exportData() |
void |
MaxExtIfaceOut.exportData()
Export the Data
|
void |
MaxIntViewQueueSetRemote.fill(java.util.List files,
java.lang.String queueName,
java.lang.String requestUrl) |
void |
MaxIntViewQueueSet.fill(java.util.List files,
java.lang.String queueName,
java.lang.String requestUrl)
Add extract file mbos by looking in all external system directories for file type directories.
|
void |
MaxExtIfaceOut.fillIfaceDetails()
Called for filling tablewindow on screen to display inward external interfaces
|
void |
MaxExtIfaceIn.fillIfaceDetails()
Called for filling tablewindow on screen to display inward external interfaces
|
void |
MaxExtIfaceListSet.fillLookupSet(java.lang.String extIfaceTableName,
java.lang.String ifaceTableName) |
MboSetRemote |
FldQueueTenantCode.getList()
Lookup list of values.
|
MboSetRemote |
FldPubEndPointName.getList()
Lookup list of values.
|
MboSetRemote |
FldMaxQueueQueueName.getList()
Return list of nonpersistent mbos for the Queue Name, by getting the valid
Queue Names from the JNDI tree.
|
MboSetRemote |
FldIntTabEndPointName.getList()
Make sure type is handler for IFACETABLE
|
MboSetRemote |
FldExtSysOutIfacename.getList()
Lookup list from MAXIFACEOUT for showing values which are not already
been listed in MAXEXTIFACEOUT and while doing doing this, the list should
consist of distinct OUT interface names from MAXIFACEOUT table because
this table can contain duplicate names because MEA can support multiple
int points for a given OUT interface
|
MboSetRemote |
FldExtSysInIfacename.getList()
Lookup list from MAXIFACEIN for showing values which are not already been
listed in MAXEXTIFACEIN and while doing doing this, the list should consist
of distinct IN interface names from MAXIFACEIN table because this table
can contain duplicate names because MEA can support multiple int points
for a given IN interface
|
MboSetRemote |
FldExportExtSysOutIfacename.getList() |
protected Mbo |
QueueNameSet.getMboInstance(MboSet ms)
Generate a new QueueName object
|
protected Mbo |
MaxQueueSet.getMboInstance(MboSet ms)
Generate a new MaxQueue object
|
protected Mbo |
MaxIntViewQueueSet.getMboInstance(MboSet ms)
Generate a new NonPersistentMbo object.
|
protected Mbo |
MaxIntFileLookupSet.getMboInstance(MboSet ms)
Factory method to create an MaxIntFileLookup object.
|
protected Mbo |
MaxIfaceTbDataSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceTbDataSet object
|
protected Mbo |
MaxIfaceExportSet.getMboInstance(MboSet ms) |
protected Mbo |
MaxExtSystemSet.getMboInstance(MboSet ms)
Generate a new MaxExtSystem object
|
protected Mbo |
MaxExtIfaceOutSet.getMboInstance(MboSet ms)
Generate a new MaxExtIfaceOut object
|
protected Mbo |
MaxExtIfaceListSet.getMboInstance(MboSet ms)
Factory method to create an MaxIfaceTbProps object.
|
protected Mbo |
MaxExtIfaceInSet.getMboInstance(MboSet ms)
Generate a new MaxExtIfaceIn object
|
MboSetRemote |
MaxQueue.getQueueList(MboSetRemote queueNameSet)
Return list of nonpersistent mbos for the Queue Name, by getting the valid
Queue Names from the JNDI tree.
|
protected java.util.List |
MaxQueue.getQueueNamesFromJNDITree(java.lang.String context,
java.lang.String expression)
Get the list of existing Queue Names by querying the JNDI tree
|
FileLoaderImpl |
MaxExtIfaceInRemote.importData(java.io.InputStream in,
java.lang.String fileType,
java.lang.String delimiter,
boolean ispreview,
MboRemote npMbo,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String textQualifier)
Method to process/import Flat/Xml files in to MAXIMO
|
FileLoaderImpl |
MaxExtIfaceIn.importData(java.io.InputStream in,
java.lang.String fileType,
java.lang.String delimiter,
boolean ispreview,
MboRemote npMbo,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String textQualifier) |
void |
MaxQueue.init()
Initialize this mbo
|
void |
MaxIfaceTbData.init()
Initialize this mbo
|
void |
MaxIfaceExport.init()
Initialize this mbo
|
void |
MaxExtSystem.init()
Initialize the newly created mbo
|
void |
MaxExtIfaceOut.init()
Initialize this mbo
|
void |
MaxExtIfaceIn.init()
Initialize this mbo
|
void |
FldExportWhere.init() |
void |
FldExportOrderBy.init() |
void |
MaxQueue.modify()
This is called whenever a change is made to the attributes of
MAXQUEUE.
|
void |
MaxExtSystem.modify()
This is called whenever a change is made to the attributes of maxextsystem.
|
void |
MaxExtIfaceOut.modify()
This is called whenever a change is made to the attributes of
maxextifaceout.
|
void |
MaxExtIfaceIn.modify()
This is called whenever a change is made to the attributes of
maxextifacein.
|
void |
MaxIfaceTbDataSetRemote.populateMboSet(MboRemote parentMbo) |
void |
MaxIfaceTbDataSet.populateMboSet(MboRemote parentMbo) |
void |
MaxIfaceExportSet.process() |
void |
MaxExtIfaceIn.processExternalData() |
void |
MaxExtSystem.processExtsysControls(MboSetRemote extIfaceSet,
java.util.Map controlMap)
Method to add or delete extsys controls whenever a ES or PC is added or deleted.
|
void |
QueueNameSet.reset() |
void |
MaxExtIfaceListSet.reset() |
void |
MaxIfaceExportSet.resetExport()
Finds the last sequence number in the action group.
|
void |
MaxIfaceExportSet.save()
Save MboSet.
|
void |
MaxExtSystem.save()
Save of an EXTSYSTEM record,adds extsys level controls associated to an Enterprise service or publish channel
|
void |
QueueNameSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
MaxExtIfaceListSet.setQbe(java.lang.String attribute,
java.lang.String expression) |
MboRemote |
MaxIntViewQueueSet.setup() |
MboRemote |
MaxIfaceTbDataSet.setup() |
MboRemote |
MaxExtIfaceListSet.setup() |
protected boolean |
MaxExtSystem.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxExtIfaceOut.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxExtIfaceIn.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
void |
FldQueueTenantCode.validate()
Validate that an IFACETABLE or FLATFILE endpoint can only be allowed for
an 'internal' Adapter
|
void |
FldPubEndPointName.validate()
Validate that an IFACETABLE or FLATFILE endpoint can only be allowed for
an 'internal' Adapter
|
void |
FldMaxQueueQueueName.validate()
Validation of the Queue JNDI Name.
|
void |
FldIntTabEndPointName.validate()
Make sure type is handler for IFACETABLE and after validation, refresh the table exists property
|
void |
FldExtSysOutIfacename.validate()
Validate that given interface is indeed an outgoing interface and
matching adapter type
|
void |
FldExtSysInIfacename.validate()
Validate that given interface is indeed an incoming interface and matching adapter
type
|
void |
FldExportWhere.validate() |
void |
FldExportOrderBy.validate() |
boolean |
MaxIfaceTbData.validateEndPoint(java.lang.String endPointName)
Valiation needs to be done for end point to be of handler type IFACETABLE
|
void |
MaxQueue.validateMoveQueue() |
java.util.List |
MaxQueueRemote.viewQueue() |
java.util.List |
MaxQueue.viewQueue()
Thsi method will view Queue content based on selector.
|
Methods in psdi.iface.app.gl that throw MXException
Modifier and Type |
Method and Description |
int |
MoutGLProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
java.util.Set |
GLEventFilter.getEventObjects()
Create a set of object names that we want to listen for events on.
|
java.lang.String |
MoutGLProcess.getInternalReceiptStatus(java.lang.String receiptStatus)
IV71783:pmr86316,130,846: translates the receipt.status to the internal value of synonymdomain RECEIPTSTATUS
|
protected Mbo |
MergedGLTransSet.getMboInstance(MboSet ms)
Generate a new MergedGLTrans object
|
Methods in psdi.iface.app.ifaceproc that throw MXException
Modifier and Type |
Method and Description |
void |
FldProcValueType.action()
Called to perform an action when field set to a value
Invoke remote method to check type
|
void |
FldProcSystemPropName.action()
Called to perform an action when field set to a value
Sets value and columnname fields
|
void |
FldProcReplaceValue.action()
Called to perform an action when field set to a value
Set persistent column based on UI values
|
void |
FldProcRelationName.action()
Called to perform an action when field set to a value
Set persistent column based on UI values
|
void |
FldProcProcType.action()
Called to perform an action when field set to a value
Checks type to be valid
|
void |
FldProcMessage.action()
Called to perform an action when field set to a value
Sets message description from MAXMESSAGES
|
void |
FldProcMaxVarName.action()
Called to perform an action when field set to a value
Sets value and columnname fields
|
void |
FldProcControlName.action()
Called to perform an action when field set to a value
Sets value and columnname fields
|
void |
FldProcCombineType.action()
Called to perform an action when field set to a value
Invokes remote method to check type
|
void |
FldProcColumnName.action()
Called to perform an action when field set to a value
Sets fields to read only
|
void |
FldMboTableName.action()
Called to perform an action when field set to a value
Sets fields to read only
|
void |
FldMboColumnName.action()
Called to perform an action when field set to a value
Sets persistent colums from UI
|
void |
FldCondEvalType.action()
Called to perform an action when field set to a value
Invokes remote method to check type
|
void |
FldCondCondType.action()
Called to perform an action when field set to a value
Invokes remote method to check type
|
void |
FldCondComponentName.action()
Called to perform an action when field set to a value
Sets Gl account and GL order fields
|
void |
FldCondCompValue.action()
Called to perform an action when field set to a value
Sets value depending on type
|
void |
FldCondCompField.action()
Called to perform an action when field set to a value
Sets value column
|
void |
FldCondCompBoolean.action()
Called to perform an action when field set to a value
Sets value to true or false
|
void |
FldCondCompType.action()
Called to perform an action when field set to a value
Invokes remote method to check type
|
void |
MaxTransformProc.add()
Default value for some of the fields of the new maxtransformproc table.
|
void |
MaxReplaceProc.add()
Default value for some of the fields of the new maxreplaceproc table.
|
void |
MaxProcCols.add()
Default value for some of the fields of the new MaxProcCols.
|
void |
MaxIfaceProc.add()
Default value for some of the fields of the new MAXIFACEPROC.
|
void |
MaxIfaceCondition.add()
Default value for some of the fields of the new maxifacecondition.
|
void |
MaxCondDetail.add()
Default value for some of the fields of the new maxconddetail table.
|
void |
MaxReplaceProc.appValidate()
This method is called by the framework before save.
|
void |
MaxIfaceProc.appValidate()
This method is called by the framework before save.
|
void |
MaxCondDetail.appValidate()
This method is called by the framework before save.
|
void |
MaxTransformProcSet.canAdd()
This method is called by the framework before save.
|
void |
MaxReplaceProcSet.canAdd()
This method is called by the framework before save.
|
void |
MaxProcColsSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIfaceConditionSet.canAdd()
This method is called by the framework before save.
|
void |
MaxCondDetailSet.canAdd()
This method is called by the framework before save.
|
void |
MaxTransformProc.canDelete()
This method is called by the framework before save.
|
void |
MaxReplaceProc.canDelete()
This method is called by the framework before save.
|
void |
MaxProcCols.canDelete()
This method is called by the framework before save.
|
void |
MaxIfaceProc.canDelete()
This method is called by the framework before save.
|
void |
MaxIfaceCondition.canDelete()
This method is called by the framework before save.
|
void |
MaxCondDetail.canDelete()
This method is called by the framework before save.
|
void |
MaxTransformProcRemote.checkCombineType(java.lang.String type)
This method will set fields based on Combine Type.
|
void |
MaxTransformProc.checkCombineType(java.lang.String type)
This method will set fields based on Combine Type.
|
void |
MaxCondDetailRemote.checkCompareType(java.lang.String type)
This method will set fields based on the Compare Type.
|
void |
MaxCondDetail.checkCompareType(java.lang.String type)
This method will set fields based on the Compare Type.
|
void |
MaxCondDetailRemote.checkConditionType(java.lang.String type)
This method will set fields based on the Condition Type.
|
void |
MaxCondDetail.checkConditionType(java.lang.String type)
This method will set fields based on the Condition Type.
|
void |
MaxCondDetailRemote.checkEvalType(java.lang.String evalType,
boolean isInit)
This method will set fields based on the Eval Type.
|
void |
MaxCondDetail.checkEvalType(java.lang.String type,
boolean fromInit)
This method will set fields based on the Eval Type.
|
void |
MaxCondDetail.checkRetainMbo()
This method will check that no mbo can be used in Retail Mbo is not set.
|
void |
MaxReplaceProcRemote.checkValueType(java.lang.String valueType)
Remote interface to method to set fields based on Value Type.
|
void |
MaxReplaceProc.checkValueType(java.lang.String valueType)
This method will set fields based on Value Type.
|
void |
MaxIfaceProcSet.commit()
Commit the transaction.
|
MboRemote |
MaxProcCols.copy(MboSetRemote newSet)
Duplicates an MAXPROCCOLS record.
|
MboRemote |
MaxIfaceProc.copy(MboSetRemote newSet)
Duplicates an MAXIFACEPROC record.
|
MboRemote |
MaxIfaceCondition.copy(MboSetRemote newSet)
Duplicates an MAXIFACECONDITION record.
|
void |
MaxProcCols.delete(long accessModifier)
Overwitten for maxproccols MBO.
|
void |
MaxIfaceProc.delete(long accessModifier)
Overwitten for ifaceproc's MBO.
|
void |
MaxIfaceCondition.delete(long accessModifier)
Overwitten for ifaceproc's MBO.
|
protected java.util.Map |
FldProcColumnName.getAllowedColumnsList()
Get columns list to show on the UI
|
protected java.util.Map |
FldMboColumnName.getAllowedColumnsList()
Get columns list to show on the UI
|
protected java.util.Map |
FldCondCompField.getAllowedColumnsList()
Get columns list to show on the UI
|
protected java.util.List |
FldMboTableName.getAllowedTableList()
Get tables list to show on the UI
|
MboSetRemote |
FldProcRelationName.getList()
Return list of mbos for all relations.
|
MboSetRemote |
FldProcProcType.getList()
Return list of mbos for from the domain.
|
MboSetRemote |
FldProcControlName.getList()
Return list of mbos for all controls.
|
MboSetRemote |
FldCondEvalType.getList()
Return list of mbos for from the domain.
|
protected Mbo |
MaxTransformProcSet.getMboInstance(MboSet ms)
Generate a new MaxTransformProc object.
|
protected Mbo |
MaxReplaceProcSet.getMboInstance(MboSet ms)
Generate a new MaxReplaceProc object.
|
protected Mbo |
MaxProcColsSet.getMboInstance(MboSet ms)
Generate a new MaxProcCols object.
|
protected Mbo |
MaxIfaceProcSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceProc object.
|
protected Mbo |
MaxIfaceConditionSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceCondition object.
|
protected Mbo |
MaxCondDetailSet.getMboInstance(MboSet ms)
Generate a new MaxCondDetail object.
|
void |
MaxTransformProc.init()
Initialize rountine.
|
void |
MaxReplaceProc.init()
Initialize rountine.
|
void |
MaxProcCols.init()
Initialize rountine.
|
void |
MaxIfaceProc.init()
Initialize rountine.
|
void |
MaxIfaceCondition.init()
Initialize rountine.
|
void |
MaxCondDetail.init()
Initialize rountine.
|
void |
MaxTransformProc.modify()
This is called whenever a change is made to the attributes of maxtransformproc.
|
void |
MaxReplaceProc.modify()
This is called whenever a change is made to the attributes of maxreplaceproc.
|
void |
MaxProcCols.modify()
This is called whenever a change is made to the attributes of
maxproccols.
|
void |
MaxIfaceProc.modify()
This is called whenever a change is made to the attributes of
maxifaceproc.
|
void |
MaxIfaceCondition.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxCondDetail.modify()
This is called whenever a change is made to the attributes of
maxconddetail.
|
protected boolean |
MaxTransformProc.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxReplaceProc.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxProcCols.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIfaceProc.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIfaceCondition.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxCondDetail.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
void |
MaxProcCols.undelete()
Overwitten for maxproccol MBO.
|
void |
MaxIfaceProc.undelete()
Overwitten for ifaceproc's MBO.
|
void |
FldProcValueType.validate()
Called to validate the data
|
void |
FldProcTableName.validate()
Called to validate the data
|
void |
FldProcSequence.validate()
Called to validate the data
|
void |
FldProcRelationName.validate()
Called to validate the data
|
void |
FldProcProcType.validate()
Called to validate the data
|
void |
FldProcMessage.validate()
Called to validate the data
|
void |
FldProcControlName.validate()
Called to validate the data
|
void |
FldProcColumnName.validate()
Called to validate the data
|
void |
FldCondEvalType.validate()
Called to validate the data
|
Methods in psdi.iface.app.im that throw MXException
Modifier and Type |
Method and Description |
void |
OmpImRel.add()
Adds the current mbo to the given set.
|
void |
OmpImLmoRel.add()
Adds the current mbo to the given set.
|
void |
MaxIMProp.add()
Adds the current mbo to the given set
|
void |
MaxIM.add()
Adds the current mbo to the given set.
|
void |
LmoImTable.add() |
void |
LmoImRel.add()
Adds the current mbo to the given set
|
void |
OmpImRel.appValidate()
Pre-save validation method.
|
void |
OmpImLmoRel.appValidate()
Pre-save validation method.
|
void |
MaxIM.appValidate()
Pre-save validation method.
|
void |
LmoImRel.appValidate()
Pre-save validation method.
|
void |
MaxIM.canDelete()
Specifies if this Integration Module can be deleted.
|
void |
LmoImRel.canDelete() |
void |
OmpImRelSet.commit() |
void |
OmpImLmoRelSet.commit() |
void |
MaxIMSet.commit()
Commit the transaction.
|
void |
LmoImRelSet.commit()
Commit the transaction.
|
MboRemote |
OmpImRel.copy(MboSetRemote newSet)
Duplicate OMPIMRLN record and any OMPIMLMORLN children.
|
void |
OmpImRel.delete(long accessModifier)
Called when this mbo is being deleted.
|
void |
MaxIM.delete(long accessModifier)
Called when this mbo is being deleted.
|
void |
LmoImRel.delete(long accessModifier) |
MboRemote |
MaxIM.duplicate()
Duplicate the MAXIM, the MAXIMPROPs, and LMOIMRLNs.
|
void |
LmoImTableSetRemote.fillData(MboSetRemote parent) |
void |
LmoImTableSet.fillData(MboSetRemote parent)
Populates the list of LMOs that are not associated with the IM in the LmoImRelSet.
|
void |
LmoImTableSetRemote.fillParent(MboSetRemote parent) |
void |
LmoImTableSet.fillParent(MboSetRemote parent)
Get the list of LMOs selected by the user and add LmoImRels for them.
|
MboSetRemote |
FldOmpImEndpoint.getList()
Return list of mbos from the maxendpoint table.
|
MboSetRemote |
FldOmpDisplayname.getList()
Return list of mbos from the OMP table that are not currently associated with the IM.
|
MboSetRemote |
FldOILLmo.getList()
Get all the LMOs that are implemented by this
IM, but are not associated with this OMP.
|
MboSetRemote |
FldLmo.getList()
Get all of the LMOs that are not yet related
to the IM.
|
MboSetRemote |
FldIMHandler.getList()
Return list of mbos from the maxhandler table.
|
MboSetRemote |
FldIMChannel.getList()
Return the list of Invocation Channels from MAXIFACEINVOKE table.
|
protected Mbo |
OmpImRelSet.getMboInstance(MboSet ms) |
protected Mbo |
OmpImLmoRelSet.getMboInstance(MboSet ms) |
protected Mbo |
MaxIMSet.getMboInstance(MboSet ms)
Generate a new MaxIM object
|
protected Mbo |
MaxIMPropSet.getMboInstance(MboSet ms)
Generate a new MaxIMProp object
|
protected Mbo |
LmoImTableSet.getMboInstance(MboSet ms)
Create an LMOIMTable object.
|
protected Mbo |
LmoImRelSet.getMboInstance(MboSet ms) |
void |
OmpImRel.init() |
void |
OmpImLmoRel.init()
Initialize the newly created mbo
|
void |
MaxIMProp.init()
Initialize the newly created mbo
|
void |
MaxIM.init()
Initialize the newly created mbo
|
void |
LmoImRel.init()
Initialize the newly created mbo
|
void |
OmpImRel.modify()
This is called whenever a change is made to the attributes of an OMPIMRLN.
|
void |
OmpImLmoRel.modify()
This is called whenever a change is made to the attributes of an OMPIMLMORLN.
|
void |
MaxIMProp.modify()
This is called whenever a change is made to the properties of an Integration Module.
|
void |
MaxIM.modify()
This is called whenever a change is made to the attributes of an Integration Module.
|
MboRemote |
LmoImTableSet.setup() |
protected boolean |
OmpImRel.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
OmpImLmoRel.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIMProp.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIM.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
LmoImRel.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
MboSetRemote |
FldOmpDisplayname.smartFind(java.lang.String value,
boolean exact)
Override smartFind to use ompguid not displayname
as displayname is a non-persistent column and can not be used
as a query field.
|
MboSetRemote |
FldOmpDisplayname.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Override smartFind to use ompguid not displayname
as displayname is a non-persistent column and can not be used
as a query field.
|
void |
OmpImRel.undelete()
This method is called when this object is being marked for undelete.
|
void |
MaxIM.undelete()
This method is called when this object is being marked for undelete.
|
void |
LmoImRel.undelete() |
void |
OmpImRelSet.validate()
Validate there is at least one OMPIMLMORLN for each Mbo in the set.
|
void |
FldVersion.validate()
Called by the mbo framework to validate this mbovalue.
|
void |
FldOmpVersion.validate()
Called by the mbo framework to validate this mbovalue.
|
void |
FldOmpImEndpoint.validate() |
void |
FldOmpGuid.validate() |
void |
FldOILLmo.validate() |
void |
FldIsPrimary.validate() |
void |
FldImOmpProductname.validate()
Called by the mbo framework to validate this mbovalue.
|
void |
FldIMHandler.validate() |
void |
FldIMClassname.validate() |
void |
FldIMChannel.validate() |
Methods in psdi.iface.app.interror that throw MXException
Modifier and Type |
Method and Description |
void |
IntErrorChangeStatus.add()
Sets up a new IntErrorChangeStatus object.
|
void |
MaxIntErrorSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIntErrorMsgSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIntErrorExtractSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIntErrorStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
void |
MaxIntErrorRemote.canContinue()
Can continue? This method will find out can status be changed.
|
void |
MaxIntError.canContinue()
Can continue? This method will find out can status be changed.
|
void |
MaxIntErrorMsg.canDelete()
This method is called by the framework before delete.
|
void |
MaxIntErrorExtract.canDelete()
This method is called by the framework before delete.
|
void |
MaxIntError.canDelete()
This method is called by the framework before delete.
|
protected void |
IntErrorChangeStatusSet.changeMboStatus(MboRemote intError,
MboRemote param)
This method is called during standard status change routine.
|
void |
MaxIntError.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier)
Calls the changeStatus method with an accessModifier of NONE.
|
void |
MaxIntErrorStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
void |
MaxIntErrorStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
void |
MaxIntErrorStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
MaxIntError.delete()
Overwitten for MaxIntError MBO.
|
void |
MaxIntErrorExtract.delete(long accessModifier)
Overwitten for ifaceproc's MBO.
|
void |
MaxIntErrorSet.doProcess(java.lang.String key,
boolean isDelete)
This method is called to process errors one in a time.
|
java.lang.String |
MaxIntErrorExtractRemote.extracterrors() |
java.lang.String |
MaxIntErrorExtract.extracterrors()
This is called whenever a change is made to the attributes of
maxinterrormsg.
|
java.util.Map |
MaxIntError.getJMSHeader() |
MboSetRemote |
FldIfaceName.getList()
Return list of mbos for from the maxifacein table.
|
MboSetRemote |
FldErrorStatus.getList()
Return list of mbos for from the domain.
|
protected Mbo |
MaxIntExtractFileSet.getMboInstance(MboSet ms)
Generate a new NonPersistentMbo object.
|
protected Mbo |
MaxIntErrorStatusDummySet.getMboInstance(MboSet ms)
Generate a new MaxIntError object.
|
protected Mbo |
MaxIntErrorSet.getMboInstance(MboSet ms)
Generate a new MaxIntError object.
|
protected Mbo |
MaxIntErrorMsgSet.getMboInstance(MboSet ms)
Generate a new MaxIntErrorMsg object.
|
protected Mbo |
MaxIntErrorExtractSet.getMboInstance(MboSet ms)
Generate a new MaxIntErrorExtract object.
|
protected Mbo |
IntErrorChangeStatusSet.getMboInstance(MboSet ms)
Factory method to create an IntErrorChangeStatus object.
|
protected MboSetRemote |
IntErrorChangeStatusSet.getMboIntoSet(MboRemote mbo)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
MaxIntErrorSet.getMboIntoSet(java.lang.String key)
This method returns the select Mbo in a set by itself.
|
protected MboSetRemote |
MaxIntError.getStatusHistory()
Return the ierrorstatusdummy object.
|
void |
MaxIntErrorMsg.init()
Initialize rountine.
|
void |
MaxIntErrorExtract.init()
Initialize rountine.
|
void |
MaxIntError.init()
Initialize rountine.
|
boolean |
MaxIntErrorRemote.markForDelete(java.lang.String state)
Set DELETEFLAG to mark for delete.
|
boolean |
MaxIntError.markForDelete(java.lang.String state)
Set DELETEFLAG to mark for delete.
|
void |
MaxIntErrorMsg.modify()
This is called whenever a change is made to the attributes of
maxinterrormsg.
|
void |
MaxIntErrorExtract.modify()
This is called whenever a change is made to the attributes of
maxinterrormsg.
|
void |
MaxIntError.modify()
This is called whenever a change is made to the attributes of
maxinterror.
|
void |
MaxIntErrorStatusHandler.postStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
This method is called by the framework's changestatus method.
|
void |
MaxIntErrorMsgRemote.process() |
void |
MaxIntErrorMsg.process()
This method is called to process error directly.
|
void |
MaxIntErrorSet.process(java.util.List selected,
boolean isDelete)
This method is called to process errors based on saved id.
|
void |
MaxIntErrorSet.processAll(boolean isDelete)
This method will process or delete all messages in the Message Reprocessing.
|
void |
MaxIntErrorSetRemote.processAll(boolean isDelete)
This method will process or delete all messages in the Message Reprocessing.
|
void |
MaxIntErrorSet.processSelected(java.util.Vector selected,
boolean isDelete)
This method will process or delete selected messages in the Message Reprocessing.
|
void |
MaxIntErrorSetRemote.processSelected(java.util.Vector selected,
boolean isDelete)
This method will process or delete selected messages in the Message Reprocessing.
|
void |
MaxIntErrorExtract.save()
Overwitten for ifaceproc's MBO.
|
MboRemote |
MaxIntExtractFileSet.setup() |
void |
MaxIntError.undelete()
Overwitten for MaxIntError MBO.
|
void |
MaxIntError.writeToQueue()
Write recovered message back to queue.
|
Methods in psdi.iface.app.intmsgtrk that throw MXException
Modifier and Type |
Method and Description |
void |
MaxIntMsgTrkSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIntMsgTrkDtlSet.canAdd()
This method is called by the framework before save.
|
void |
MaxIntMsgTrkDtl.canDelete()
This method is called by the framework before delete.
|
void |
MaxIntMsgTrk.canDelete()
This method is called by the framework before delete.
|
void |
MaxIntMsgTrkRemote.displayMsg() |
void |
MaxIntMsgTrk.displayMsg()
Displays the saved file transaction from txndata folder.
|
java.lang.String[] |
FldTrkStatus.getAppLink() |
protected Mbo |
MaxIntMsgTrkSet.getMboInstance(MboSet ms)
Generate a new MaxIntError object.
|
protected Mbo |
MaxIntMsgTrkDtlSet.getMboInstance(MboSet ms)
Generate a new MaxIntError object.
|
void |
MaxIntMsgTrkDtl.init()
Initialize rountine.
|
void |
MaxIntMsgTrk.init()
Initialize rountine.
|
Methods in psdi.iface.app.intobject that throw MXException
Modifier and Type |
Method and Description |
void |
FldUseOSSecurity.action()
Checks if another object structure is marked as default for the application
|
void |
FldSelfReferencing.action()
Make AliasConflict flag false when the FlatSupported Flag becomes false.
|
void |
FldRelationName.action()
Set values for nonpersistent fields dbjoinrequired and cardinality from relation
cache based on the selected relation.
|
void |
FldParentObjName.action()
Genarate parent objectid and hierarchypath.
|
void |
FldObjectName.action()
Initialize Hierarchy path, Exclude and include Columns
|
void |
FldMosUseWith.action()
set "usewithdescription" field from synonymdomain value
|
void |
FldMosMessageType.action()
Create XML instance from schema based on the message type.
|
void |
FldMosIsDefault.action()
Checks if another object structure is marked as default for the application
|
void |
FldMosFlatSupported.action()
Make AliasConflict flag false when the FlatSupported Flag becomes false.
|
void |
FldJoinRequired.action()
Convert nonpersistent YORN value to INTEGER and update maxrelationship.dbjoinrequired
if this is a Reporting Object Structure (usewith is REPORTING).
|
void |
FldExcludeByDefault.action()
Initialize based on value of MaxIntObjDetail.description or MaxIntObjDetail.objectname.
|
void |
FldCardinality.action()
Update maxrelationship.cardinality if this is a Reporting Object Structure
(usewith is REPORTING).
|
void |
MaxIntObjectDetail.add()
Default value for some of the fields of the new Object Struture Detail record.
|
void |
MaxIntObjectCols.add()
Default value for some of the fields of the new MaxIntObjCols.
|
void |
MaxIntObjectApp.add()
Sets default values for a new MaxIntObjApp object.
|
void |
MaxIntObject.add()
Default value for some of the fields of the new Object Struture.
|
void |
MaxIntObjAlias.add()
Sets default values for a new MaxIntObjAlias object.
|
void |
MaxGraphRelation.add()
Sets default values for a new MaxIntObjAlias object.
|
void |
MaxGraphQueryAttr.add()
Sets default values for a new MaxIntObjAlias object.
|
void |
MaxIntObject.addServiceOptions(MboSetRemote sigOptionSet)
Return list of relationship name from the maxrelationship table.
|
void |
MaxIntObjectProcess.afterReplace(MboRemote child)
Called for action Replace or null scenario after processing while XML
to delete data which did not come in XML
|
void |
MaxIntObjectDetail.appValidate()
validates the MaxIntObjDetail
|
void |
MaxIntObject.appValidate()
validates the AliasConflict flag
|
void |
MaxIntObjectDetailSet.canAdd()
checks whether the object structure detail record can be added
|
void |
MaxIntObjectDetail.canDelete()
checks whether the object structure detail record can be deleted
|
void |
MaxIntObject.canDelete()
checks whether the object structure record can be deleted
|
int |
MaxStructProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process
data from specific table.
|
int |
MaxIntObjectProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process data from specific table.
|
void |
MaxIntObjectProcess.cleanup() |
void |
MaxObjectAppAuthSet.commit() |
void |
MaxIntObjectSet.commit() |
void |
MaxIntObject.copySigOption(java.util.Vector selected)
Creates MaxintObjCols records.
|
void |
MaxIntObjectDetail.createAliasPersistentMbo()
Is a method to fill alias records - MaxIntObjAlias object.
|
MboSetRemote |
MaxIntObjectProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Create mbo and mbo set sets for incomig transactions
|
void |
MaxIntObject.createNewOption(MboRemote sourceMbo,
MboSetRemote sigOptionSet,
boolean copyAuth)
Creates MaxintObjCols records.
|
void |
MaxIntObjectDetailRemote.createNPAlias() |
void |
MaxIntObjectDetail.createNPAlias()
Is a method to fill alias Non-persistant - TABLECOLUMN object.
|
java.util.Map |
MaxIntObjectDetailRemote.createNPExcludeColumns(java.lang.String tbname) |
java.util.Map |
MaxIntObjectDetail.createNPExcludeColumns(java.lang.String tbname)
Is a method to fill Non-persistant exclude - TABLECOLUMN object.
|
void |
MaxIntObjectDetailRemote.createNPIncludeColumns(java.lang.String tbname) |
void |
MaxIntObjectDetail.createNPIncludeColumns(java.lang.String tbname)
Is a method to fill Non-persistant Include - TABLECOLUMN object.
|
void |
MaxIntObjectDetail.createNPSettingRelation(java.lang.String objName) |
void |
MaxIntObjectDetail.createSettingRestriction()
insert records into MaxIntObjCols from Non-persistant TableColumn Objects
|
void |
MaxIntObjectRemote.createXML() |
void |
MaxIntObject.createXML()
Create Object Structure Service xml for given action/operation
|
void |
MaxIntObjectDetail.delete(long accessModifier)
delete object structure detail record
|
void |
MaxIntObject.delete(long accessModifier)
delete object structure record
|
void |
MaxIntObject.deleteApplicationEntries()
Identifies whether the Object Structure contains any source MBO record(MaxIntObjDetail).
|
MboRemote |
MaxIntObject.duplicate()
Duplicates MaxIntObject record and its related MBOs.
|
boolean |
PublishCognosCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition for displaying the Publish as Cognos Package action.
|
void |
ParentObjNameSetRemote.fillData(MboSetRemote parent) |
void |
ParentObjNameSet.fillData(MboSetRemote parent) |
void |
ParentObjNameSetRemote.fillParent(MboSetRemote parent) |
void |
ParentObjNameSet.fillParent(MboSetRemote parent) |
void |
MaxIntObjectDetailRemote.fillRelations() |
void |
MaxIntObjectDetail.fillRelations()
|
void |
MaxIntObject.generateApplicationEntries(boolean fromSave)
Identifies whether the Object Structure contains any source MBO record(MaxIntObjDetail).
|
void |
MaxIntObjectRemote.generateSchema() |
void |
MaxIntObject.generateSchema()
Create Object Structure Service schema.
|
MboValueData[][] |
MaxIntObjectDetailSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more children objects in the hierarchy.
|
MboValueData[][] |
MaxIntObjectDetailSetRemote.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows,
java.lang.String cardinality) |
MboValueData[][] |
MaxIntObjectDetailSet.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows,
java.lang.String cardinality)
Returns zero or more children objects in the hierarchy.
|
MboRemote |
FldMosIsDefault.getDefaultMbo()
Get Mbo for default Object STructure for an Application
|
java.util.Map |
MaxIntObjectDetail.getIncludeExcludeCols()
Get the Map of Object Structure column records for a given Source Mbo(MaxIntObjectDetail.
|
java.util.Map |
MaxIntObjectDetail.getIntObjAlias()
Get the map of alias values from maxintobjalias.
|
MboSetRemote |
FldRelationName.getList()
Return list of relationship name from the maxrelationship table.
|
MboSetRemote |
FldParentObjName.getList()
Return list of mbo name from the maxintobjdetail table.
|
MboSetRemote |
FldObjectName.getList() |
MboSetRemote |
FldEndPointName.getList()
Lookup list of values.
|
MboSetRemote |
FldCopyAuthAppName.getList()
Return list of mbos for from the maxintobject table.
|
MboSetRemote |
FldAuthObjectName.getList() |
protected Mbo |
ParentObjNameSet.getMboInstance(MboSet ms)
Factory method to create an POChangeStatus object.
|
protected Mbo |
MaxObjectAppAuthSet.getMboInstance(MboSet ms)
Generate a new Object Application Authorization(MaxObjectAppAuth).
|
protected Mbo |
MaxIntObjectSet.getMboInstance(MboSet ms)
Generate a new Structure object.
|
protected Mbo |
MaxIntObjectDetailSet.getMboInstance(MboSet ms)
Generate a new Object Structure Cols(MaxIntObjAlias).
|
protected Mbo |
MaxIntObjectColsSet.getMboInstance(MboSet ms)
Generate a new Object Structure Cols(MaxIntObjAlias).
|
protected Mbo |
MaxIntObjectAppSet.getMboInstance(MboSet ms)
Generate a new Object Structure App(MaxIntObjApp).
|
protected Mbo |
MaxIntObjAliasSet.getMboInstance(MboSet ms)
Generate a new Object Structure Alias(MaxIntObjAlias).
|
protected Mbo |
MaxGraphRelationSet.getMboInstance(MboSet ms)
Generate a new Object Structure Alias(MaxIntObjAlias).
|
protected Mbo |
MaxGraphQueryAttrSet.getMboInstance(MboSet ms)
Generate a new Object Structure Alias(MaxIntObjAlias).
|
MboValueData[] |
MaxIntObjectDetailSet.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs)
Returns zero or one parent object for the given object in the hierarchy.
|
MboValueData[][] |
MaxIntObjectDetailSet.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all objects in the path to the top from the current object, i.e.
|
MboValueData[][] |
MaxIntObjectDetailSet.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more siblings of the given object in the hierarchy.
|
MboValueData[][] |
MaxIntObjectDetailSet.getTop(java.lang.String[] attrs,
int maxRows)
Returns all the top level objects in the hierarchy, i.e.
|
void |
MaxIntObjectRemote.handleAdvanceCfg() |
void |
MaxIntObject.handleAdvanceCfg()
Creates MaxintObjCols records.
|
void |
MaxIntObjectRemote.handleAliasNP() |
void |
MaxIntObject.handleAliasNP()
Creates MaxintObjAlias records.
|
void |
MaxIntObjectRemote.handleIncludeExcludeNP() |
void |
MaxIntObject.handleIncludeExcludeNP()
Creates MaxintObjCols records.
|
void |
MaxIntObjectDetailRemote.handleShowRelation() |
void |
MaxIntObjectDetail.handleShowRelation()
|
boolean |
MaxIntObjectDetail.hasChildren()
Determines if this level has children by looking at the children column.
|
boolean |
MaxIntObjectDetail.hasParents()
Determines if this is top level classification.
|
void |
MaxObjectAppAuth.init()
Initialize the MaxObjectAppAuth.
|
void |
MaxIntObjectDetailSet.init()
Initialize object structure detail set
|
void |
MaxIntObjectDetail.init()
Initialize Object Structure Detail Mbo.
|
void |
MaxIntObjectColsSet.init() |
void |
MaxIntObjectCols.init()
Initialize Object Structure Column (MaxIntObjCols) Mbo.
|
void |
MaxIntObjectApp.init()
Initialize the MaxIntObjApp.
|
void |
MaxIntObject.init()
Initialize Object Structure Mbo.
|
void |
MaxIntObjAlias.init()
Initialize the MaxIntObjAlias.
|
void |
MaxGraphRelation.init()
Initialize the MaxIntObjAlias.
|
void |
MaxGraphQueryAttr.init()
Initialize the MaxIntObjAlias.
|
void |
FldParentObjName.initValue()
Initialize parent objectname based on persitant field parent object id.
|
void |
FldMosUseWithDesc.initValue()
Initialize "usewithdescription" field from synonymdomain table
|
void |
FldMosMessageType.initValue()
Initialize "messagetype" field from alndomain table
|
void |
FldJoinRequired.initValue()
Initialize based on value of dbjoinrequired in relationship cache.
|
void |
FldCardinality.initValue()
Initialize based on value of cardinality in relationship cache.
|
boolean |
MaxIntObjectColsRemote.isExclude() |
boolean |
MaxIntObjectCols.isExclude()
Identifies whether is it of type "EXCLUDE"
|
boolean |
MaxIntObjectCols.isNone()
Identifies whether is it of type "GENERAL"
|
boolean |
MaxIntObjectColsRemote.isNonPersistent() |
boolean |
MaxIntObjectCols.isNonPersistent()
Identifies whether is it of type "NONPERSISTENT"
|
boolean |
MaxIntObjectCols.isRestrictSetting() |
boolean |
MaxIntObjectDetail.isTop()
Determines if this is a top level.
|
void |
MaxIntObjectDetail.modify()
This is called whenever a change is made to the attributes of MaxIntObjDetail.
|
void |
MaxIntObjectCols.modify()
This is called whenever a change is made to the attributes of MaxIntObjCols.
|
void |
MaxIntObjectApp.modify()
This is called whenever a change is made to the attributes of
MaxIntObjApp.
|
void |
MaxIntObject.modify()
This is called whenever a change is made to the attributes of MaxIntObject.
|
void |
MaxIntObjAlias.modify()
This is called whenever a change is made to the attributes of MaxIntObjDetail.
|
void |
MaxGraphRelation.modify()
This is called whenever a change is made to the attributes of MaxIntObjDetail.
|
void |
MaxGraphQueryAttr.modify()
This is called whenever a change is made to the attributes of MaxIntObjDetail.
|
void |
MaxIntObjectDetailRemote.npTOpFillUp(java.lang.String relation) |
void |
MaxIntObjectDetail.npTOpFillUp(java.lang.String relation)
insert records into MaxIntObjCols from Non-persistant TableColumn Objects
|
void |
MaxIntObjectDetail.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
method for propagating key value
|
void |
MaxIntObjectApp.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for intobjectname.
|
void |
MaxIntObjAlias.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for intobjectname.
|
void |
MaxGraphRelation.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for intobjectname.
|
void |
MaxGraphQueryAttr.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Set value for intobjectname.
|
void |
MaxIntObjectDetail.save()
Save time validation for ObjectStucture detail record
|
void |
MaxIntObjectCols.save()
Save time validation for ObjectStuctureCols application
|
void |
MaxIntObjectApp.save()
Save method.
|
void |
MaxIntObject.save()
Save time validation for ObjectStucture application
|
void |
MaxIntObjAlias.save()
save time validation for MaxIntObjAlias object.
|
void |
MaxGraphRelation.save()
save time validation for MaxIntObjAlias object.
|
void |
MaxGraphQueryAttr.save()
save time validation for MaxIntObjAlias object.
|
void |
MaxIntObjectProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String objectName)
Call back method to set all values which was not set.
|
void |
MaxIntObjectDetail.setHasChildrenOnParent()
Determines if this level has children by looking at the children column.
|
void |
MaxIntObjectDetailSetRemote.setOriginatingMbo(MboRemote origMbo) |
void |
MaxIntObjectDetailSet.setOriginatingMbo(MboRemote origMbo)
Sets originating MBO name
|
void |
MaxIntObjectDetailSetRemote.setOriginatingMosName(java.lang.String origMosName) |
void |
MaxIntObjectDetailSet.setOriginatingMosName(java.lang.String origMosName)
Sets originating MOS name
|
void |
MaxIntObjectDetailRemote.setParent(int objId,
java.lang.String parentObjName) |
void |
MaxIntObjectDetail.setParent(int objId,
java.lang.String parentObjName)
set ParentObjectId and ParentObjectName
|
MboRemote |
ParentObjNameSet.setup() |
protected boolean |
MaxIntObjectDetail.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxIntObjectCols.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxIntObject.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxIntObjAlias.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxGraphRelation.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
protected boolean |
MaxGraphQueryAttr.skipCopyField(MboValueInfo mvi)
Overrides the skipCopyField() in the Mbo.
|
java.lang.String |
PublishCognosCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Convert the condition to a where clause.
|
void |
MaxIntObjectDetail.undelete()
undelete all object structure cols record
|
void |
MaxIntObjectCols.undelete()
checks whether the maxintobjcols record can be un-deleted
|
void |
MaxIntObjAlias.undelete()
undelete validation for MaxIntObjAlias object.
|
void |
MaxGraphRelation.undelete()
undelete validation for MaxIntObjAlias object.
|
void |
MaxGraphQueryAttr.undelete()
undelete validation for MaxIntObjAlias object.
|
void |
FldSelfReferencing.validate()
Validate selfreferencing flag.
|
void |
FldRelationName.validate()
Validate relationship name.
|
void |
FldParentObjName.validate()
Validate Parent Object Name.
|
void |
FldObjectName.validate()
Validate Object Name.
|
void |
FldOSName.validate()
Overridden to call for validation for checking object structure name or alias
|
void |
FldMosQueryOnly.validate()
Value cannot be changed(read only) when object structure is referenced
by Enterprise Service/Publish channel/Invoke Channel.
|
void |
FldMosMessageType.validate()
validate message type
throws MXApplicationException if value is null
|
void |
FldMosHierarchyPath.validate()
validate Hierarchy path
throws MXApplicationException if an object appears twice in the
ObjectDetail Structure path
|
void |
FldMosFlatSupported.validate()
Value cannot be changed(read only) when object structure with flatfile support enabled.
|
void |
FldFileType.validate()
Validate that an IFACETABLE or FLATFILE endpoint can only be allowed for
an 'internal' Adapter
|
void |
FldEndPointName.validate()
Validate that an IFACETABLE or FLATFILE endpoint can only be allowed for
an 'internal' Adapter
|
void |
FldAuthAppName.validate() |
void |
MaxIntObjectRemote.validateDescription() |
void |
MaxIntObject.validateDescription()
Checks that the description provided for the current object structure is unique within each language
among the Reporting Object Structures (where usewith = REPORTING).
|
void |
MaxIntObjectDetail.validateSiblingChildren()
Validate Children
|
Methods in psdi.iface.app.intsrv that throw MXException
Modifier and Type |
Method and Description |
void |
FldUseExternalSchema.action()
Called to perform an action when field set to a value
|
void |
FldReplyRequired.action()
Called to perform an action when field set to a value
|
void |
FldIntegrationObject.action()
Called to perform an action when field set to a value
|
void |
FldIfaceName.action()
Called to perform an action when field set to a value
Sets iface table name to null
|
void |
MaxIfaceTypeProp.add()
Default value for some of the fields of the new maxifacecondition.
|
void |
MaxIfaceInDetail.add()
Default value for some of the fields of the new maxifacecondition.
|
void |
MaxIfaceIn.add()
Default value for some of the fields of the new maxifacecondition.
|
void |
MaxIfaceInDetail.appValidate()
This method is called by the framework before save.
|
void |
MaxIfaceIn.appValidate()
Overwitten for maxifacein's MBO.
|
void |
MaxIfaceIn.canDelete()
This method is called by the framework before save.
|
void |
MaxIfaceInDetail.checkUniqueEntries()
Checks uniqniess of the object order.
|
void |
MaxIfaceInSet.commit()
Commit the transaction.
|
MboRemote |
MaxIfaceIn.copy(MboSetRemote newSet)
Copies record.
|
void |
MaxIfaceInRemote.createXML()
Creates Enterprise Service XML.
|
void |
MaxIfaceIn.createXML()
Creates Enterprise Service XML.
|
void |
MaxIfaceIn.delete(long accessModifier)
Overwitten for MaxIfaceIn MBO.
|
MboRemote |
MaxIfaceIn.duplicate()
Duplicates MaxIfaceIn record and its related MBOs.
|
MboSetRemote |
FldIntegrationObject.getList()
Return list of mbos for from the companiies table.
|
protected Mbo |
MaxIfaceTypePropSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceTypeProp object
|
protected Mbo |
MaxIfaceInSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceIn object
|
protected Mbo |
MaxIfaceInDetailSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceInDetail object
|
void |
MaxIfaceTypeProp.init()
Initialize rountine.
|
void |
MaxIfaceInDetail.init()
Initialize rountine.
|
void |
MaxIfaceIn.init()
Initialize rountine.
|
void |
MaxIfaceTypeProp.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxIfaceInDetail.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxIfaceIn.modify()
This is called whenever a change is made to the attributes of
maxifacecond.
|
void |
MaxIfaceIn.setFields(MboRemote mbo)
Overwitten for maxifacein's MBO.
|
protected boolean |
MaxIfaceInDetail.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxIfaceIn.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
void |
MaxIfaceIn.undelete()
Overwitten for MaxIfaceIn MBO.
|
void |
FldReplyRequired.validate()
Called to validate the data
Validates an operation
|
void |
FldIntegrationObject.validate()
Called to validate the data
Validates object structure used with
|
Methods in psdi.iface.app.inventory that throw MXException
Modifier and Type |
Method and Description |
int |
MoutRSVProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutInvProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MaxInvProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process
data from specific table.
|
int |
MaxApiInvProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process
data from specific table.
|
void |
MaxRSVProcess.copyParentKey(java.lang.String attributeName,
java.lang.String value)
Copy parent key to a child if value does not exists in the child
exception is made for MATRECTRANS table as location here is oplocation
|
void |
MaxApiInvProcess.copyParentKey(java.lang.String attributeName,
java.lang.String value)
Copy parent key to a child if value does not exists in the child
exception is made for MATRECTRANS table as location here is oplocation
|
void |
MaxRSVProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName) |
void |
MaxInvProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Overriden from base class.
|
void |
MaxApiInvProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Overriden from base class.
|
Methods in psdi.iface.app.invusage that throw MXException
Modifier and Type |
Method and Description |
void |
MaxInvUseProcess.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual status change in InvUsage Mbo.
|
int |
MaxInvUseProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process
data from specific table.
|
void |
MaxInvUseProcess.checkValidateErrors()
Default method to check all validation errors
and try to fix it
|
java.lang.String |
MaxInvUseProcess.getInternalStatus(java.lang.String status)
Returns internal value of status.
|
Methods in psdi.iface.app.item that throw MXException
Modifier and Type |
Method and Description |
protected void |
MaxItemProcess.changeCapitalized(ItemRemote itemMbo,
boolean newStatus)
Call changeCapitalizedStatus on Item mbo if the capitalized flag has
changed.
|
protected void |
MaxServItemProcess.changeCapitalized(ServiceItemRemote servItemMbo,
boolean newStatus)
Call changeCapitalizedStatus on Item mbo if the capitalized flag has
changed.
|
protected void |
MaxToolItemProcess.changeCapitalized(ToolItemRemote toolItemMbo,
boolean newStatus)
Call changeCapitalizedStatus on Item mbo if the capitalized flag has
changed.
|
void |
MaxToolItemProcess.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual status change in Mbo.
|
void |
MaxServItemProcess.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual status change in Mbo.
|
void |
MaxItemProcess.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual status change in Item Mbo.
|
int |
MoutToolItemProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutServItemProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutItemProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MaxItemProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Overriden from base class.
|
void |
MaxToolItemProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional data
|
void |
MaxServItemProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional data
|
void |
MaxItemProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional data.
|
Methods in psdi.iface.app.launch that throw MXException
Modifier and Type |
Method and Description |
void |
FldResourceType.action()
Called by the mbo framework to do some stuff once this mbovalue is
validated
|
void |
FldResourceClass.action()
Called by the mbo framework to do some stuff once this mbovalue is
validated
|
void |
FldOMPProductname.action()
Called by the mbo framework to do some stuff once this mbovalue is
validated
|
void |
MaxLaunchEntry.add()
Adds the current mbo to the given set
|
void |
MaxLaunchContext.add()
Adds the current mbo to the given set
|
void |
MaxLaunchEntry.appValidate()
This method is called when you save the Launch Entry.
|
void |
MaxLaunchEntry.canDelete()
Prevents deletion of a launch entry if it's being used by a SIGOPTION.
|
void |
MaxLaunchEntrySet.commit()
Commit the transaction.
|
void |
MaxLaunchContextSet.commit()
Commit the transaction.
|
void |
MaxLaunchEntry.delete(long accessModifier)
Called when this mbo is being deleted.
|
MboRemote |
MaxLaunchEntry.duplicate() |
boolean |
LaunchCICondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Evaluate the condition.
|
MboSetRemote |
FldResourceClass.getList()
Return the list of Class Structure IDs from CLASSUSEWITH table.
|
MboSetRemote |
FldOMPVersion.getList()
Return the list of distinct OMP Product Names and Manufacturers from OMP table.
|
MboSetRemote |
FldOMPProductname.getList()
Return the list of distinct OMP Versions from OMP table, where the OMP Product Name
matches my OMP product name.
|
protected Mbo |
MaxLaunchEntrySet.getMboInstance(MboSet ms)
Generate a new LaunchEntry object
|
protected Mbo |
MaxLaunchContextSet.getMboInstance(MboSet ms)
Generate a new LaunchContext object
|
void |
MaxLaunchEntry.init()
Initialize the newly created mbo
|
void |
MaxLaunchContext.init()
Initialize the newly created mbo
|
void |
MaxLaunchEntry.modify()
This is called whenever a change is made to the attributes of maxendpoint.
|
void |
MaxLaunchContext.modify()
This is called whenever a change is made to the attributes of maxendpoint.
|
void |
MaxLaunchContext.save()
Called when the mbo is saved to the database.
|
protected boolean |
MaxLaunchEntry.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
MaxLaunchContext.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
java.lang.String |
LaunchCICondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Convert the condition to a where clause.
|
void |
MaxLaunchEntry.undelete()
This method is called when this object is being marked for undelete.
|
void |
FldResourceClass.validate()
Called by the MBO framework to validate this field.
|
Methods in psdi.iface.app.listener that throw MXException
Modifier and Type |
Method and Description |
void |
MaxIntListener.add()
Adds the current mbo to the collection
|
void |
MaxIntListener.canDelete()
Can this mbo be deleted.
|
void |
MaxIntListenerSet.commit()
Commit the transaction.
|
protected Mbo |
MaxIntListenerSet.getMboInstance(MboSet ms)
Generate a new MAXINTLISTENER object
|
void |
MaxIntListener.init()
Initialize the mbo
|
void |
MaxIntListener.modify()
This is called whenever a change is made to the attributes of maxintlistener.
|
Methods in psdi.iface.app.lmo that throw MXException
Modifier and Type |
Method and Description |
void |
FldLmoMxAtt.action()
Called by the mbo framework to do some stuff once this mbovalue is
validated
|
void |
FldLmoMbo.action()
Called by the mbo framework to do some stuff once this mbovalue is
validated
|
void |
LMOAtt.add()
Adds the current mbo to the given set
|
void |
LMO.add()
Adds the current mbo to the given set
|
void |
LMO.canDelete()
Specifies if this LMO can be deleted.
|
void |
LMOSet.commit()
Commit the transaction.
|
void |
LMO.delete(long accessModifier)
Called when this mbo is being deleted.
|
MboRemote |
LMO.duplicate()
return what can be duplicated
|
MboSetRemote |
FldLmoMxAtt.getList() |
protected Mbo |
LMOSet.getMboInstance(MboSet ms)
Generate a new MaxEndPoint object
|
protected Mbo |
LMOAttSet.getMboInstance(MboSet ms)
Generate a new LMOATT object
|
void |
LMOAtt.init()
Initialize the newly created mbo
|
void |
LMO.init()
Initialize the newly created mbo
|
void |
LMOAtt.modify()
This is called whenever a change is made to the attributes of LMO.
|
void |
LMO.modify()
This is called whenever a change is made to the attributes of an LMO.
|
void |
LMOAtt.save()
Save the LMO
|
protected boolean |
LMOAtt.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
protected boolean |
LMO.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
void |
LMO.undelete()
This method is called when this object is being marked for undelete.
|
void |
FldLmoMxAtt.validate()
This validate validates logic for if we will allow attribute name depending upon
1.
|
void |
FldLmoMbo.validate()
Validate.
|
void |
FldLmoInpAtt.validate()
Validate input.
|
Methods in psdi.iface.app.location that throw MXException
Modifier and Type |
Method and Description |
void |
MaxOperLocProcess.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual ctatus change in Mbo.
|
int |
MoutLocProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutLocHierProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutOperLocProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutAHOperLocProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap) |
int |
MaxOperLocProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process data from specific table.
|
protected void |
MoutLocHierProcess.createJSON(MboRemote mbo,
java.util.Map ovrdColValueMap) |
protected void |
MoutOperLocProcess.createJSON(MboRemote mbo,
java.util.Map ovrdColValueMap) |
protected void |
MoutAHOperLocProcess.createJSON(MboRemote mbo,
java.util.Map ovrdColValueMap) |
MboSetRemote |
MaxOperLocProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Call back method to create mbo and mbo set sets for incoming
transactions.
|
MboSetRemote |
MaxLocProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Call back method to create mbo and mbo set sets for
incoming transactions.
|
MboRemote |
MoutLocProcess.createNewMbo(MboSetRemote mboSet) |
MboRemote |
MoutOperLocProcess.createNewMbo(MboSetRemote mboSet) |
void |
MoutOperLocProcess.handleLocationSpec(MboRemote mbo)
IV58979
|
void |
MoutOperLocProcess.locationsWithGeometryOrServiceAddr(MboSet locSet,
java.lang.String queryName) |
void |
MoutAHOperLocProcess.nextLevelLocChildren(MboSet locationSet,
java.lang.String nodeType,
java.lang.String osname,
java.lang.String savedQuery,
java.lang.String searchTerm,
java.lang.String parent,
java.lang.String systemid,
java.lang.String siteid,
java.lang.String userWhere) |
protected com.ibm.json.java.JSONObject |
MoutOperLocProcess.processDesc(MboRemote mbo,
java.util.List paths) |
void |
MaxOperLocProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional data
|
Methods in psdi.iface.app.meterdata that throw MXException
Modifier and Type |
Method and Description |
int |
MaxMeterDataProcess.checkBusinessRules()
Set the table to process.
|
MboSetRemote |
MaxMeterDataProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Create mbo set for the correct mbo by using the relationship from the
parent mbo.
|
protected Mbo |
MeterDataSet.getMboInstance(MboSet ms)
Generate a new MeterData object
|
void |
MaxMeterDataProcess.getPointData()
Get the measurepoint Mbo for the specified POINTNUM and set the location
or asset number from the mbo.
|
MboSetRemote |
MaxMeterDataProcess.getWorkOrderMbo()
Get the work order Mbo to use as the parent mbo for the ASSETMETER mbo or
LOCATIONMETER mbo creation.
|
void |
MaxMeterDataProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Sets additional data from XML to MBO which was not set through
Integration Data Dictionary.
|
Methods in psdi.iface.app.omp that throw MXException
Modifier and Type |
Method and Description |
void |
OmpCiRel.add()
Called when mbo is added to mboset.
|
void |
Omp.add()
Adds the Mbo to the set.
|
void |
OmpCiRel.appValidate()
Pre-save validation method.
|
void |
Omp.appValidate()
Pre-save validation method.
|
void |
Omp.canDelete()
Called when Mbo is being deleting and specifies mbo can be deleted.
|
void |
OmpSet.commit() |
void |
Omp.delete(long accessModifier)
Called when mbo is being deleted, and deletes the corresponding
OMPIMRLN records.
|
java.lang.String |
OmpGuidGenerator.getGuid(java.lang.String mssName) |
java.lang.String |
OmpGuidGenerator.getGuid(java.lang.String productName,
java.lang.String mfName,
java.lang.String hostName) |
protected Mbo |
OmpSet.getMboInstance(MboSet ms) |
protected Mbo |
OmpCiRelSet.getMboInstance(MboSet ms) |
void |
OmpCiRel.init()
Initialize the newly created mbo
Populate the OmpCiRel mbo non-persistent fields Productname,
Hostname and Version from the corresponding OMP.
|
void |
Omp.init()
Initialize the newly created mbo
DISPLAYNAME should be populated from DISPLAYLABEL.
|
void |
OmpCiRel.modify()
Called when Mbo attributes is being updated.
|
void |
Omp.modify()
Called when Mbo attribute changes and updates the Mbo attributes
|
void |
Omp.undelete()
Called when Mbo is marked for undelete, also marks the
corresponding OMPIMRLN records to undelete
|
Methods in psdi.iface.app.person that throw MXException
Modifier and Type |
Method and Description |
int |
MaxPersonProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName) |
MboSetRemote |
MaxPersonProcess.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
10-11316: override this message for the delete of PHONE, EMAIL, and SMS when action is Replace
and the records were not brought in
|
MboSetRemote |
MasPersonUserProcess.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
10-11316: override this message for the delete of PHONE, EMAIL, and SMS when action is Replace
and the records were not brought in
|
void |
MaxPersonUserProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional maximo data
|
void |
MaxPersonProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional maximo data
|
void |
MaxApiPersonUserProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional maximo data
|
void |
MaxApiAdminUserProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional maximo data
|
void |
MasPersonUserProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional maximo data
|
void |
MasGroupProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Set additional maximo data
|
Methods in psdi.iface.app.po that throw MXException
Modifier and Type |
Method and Description |
MboRemote |
MaxPOProcess.addMbo(MboSetRemote mboSet)
Try to find in memory MBO with the keys matched with XML data for the
currebt level
|
void |
MaxPOProcess.checkAdditionalRules()
Method to call at the end of processing can be used to set data for the
whole object.It will clear allPR HashMap after every PO is processed.
|
int |
MaxPOProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process data from specific table.
|
MboSetRemote |
MaxPOProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Create mbo and mbo set sets for incomig transactions
|
MboRemote |
MaxPOProcess.findApprovedPO()
Return an approved, in progressed or waiting for approved purchase order.
|
MboRemote |
MaxPOProcess.findValidStatusPO()
Purchase Orders exist in database with different revisions.
|
MboRemote |
MaxPOProcess.getPR(java.lang.String prnum,
java.lang.String siteid)
Returned PR object based on PRNum and Site.
|
void |
MaxPOProcess.setAdditionalData(MboSetRemote MboSet,
java.lang.String tableName)
Method to set all addition data from XML to MBO which was not set thru
Integration DD
|
Methods in psdi.iface.app.rcv that throw MXException
Modifier and Type |
Method and Description |
int |
MaxRcvRotItmMProcess.checkBusinessRules()
This method gets called before processing each noun of a multi-noun transaction.
|
int |
MaxRCVProcess.checkBusinessRules()
Overriden from base class.
|
int |
MoutRcvRotItmMProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MoutRCVProcess.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Call back method to find out whether we can send data out.
|
int |
MaxRcvRotItmMProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process
data from specific table.
|
int |
MaxRCVProcess.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Method to call back and find out can we process
data from specific table.
|
MboSetRemote |
MaxRcvRotItmMProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Call back method to create mbo and mbo set sets for
incoming transactions.
|
MboSetRemote |
MaxRCVProcess.createMboSet(boolean primaryMbo,
MboRemote parentMbo,
MosDetailInfo micInfo,
java.lang.String processTable)
Call back method to create mbo and mbo set sets for
incoming transactions.
|
MboRemote |
MaxRCVProcess.findOriginalReceipt()
Get the Original Matrectrans Receipt for this Void Receipt.
|
MboRemote |
MaxRCVProcess.findOriginalReceiptforReturn()
Get the Original Matrectrans Receipt for this Void Receipt.
|
MboRemote |
MaxRCVProcess.findOriginalReceiptforRotAssetsReturn()
12-14195/IV26875: still attempts to find the original receipt when receiptref is not included
in inbound xml.
|
MboRemote |
MaxRCVProcess.findOriginalReceiptToVoid()
Get the Original Matrectrans Receipt for this Void Receipt.
|
MboRemote |
MaxRCVProcess.findValidStatusPO()
Purchase Orders exist in database with different revisions.
|
MboRemote |
MaxRCVProcess.findValidStatusPOForReturn()
Purchase Orders exist in database with different revisions.
|
MboRemote |
MaxRCVProcess.findWINSPMatRec()
09-15605: if this is equivalent to Change Inspection Status, then
should find the WINSP Matrectrans record, instead of creating new matrec
|
MboRemote |
MaxRCVProcess.findWINSPMatRecINV()
Inventory Usage: If this is equivalent to Change Inspection Status, then
should find the WINSP Matrectrans record, instead of creating new matrec
|
java.util.Set |
RcvEventFilter.getEventObjects() |
protected Mbo |
MaxRcvMergedSet.getMboInstance(MboSet ms)
Generate a new MaxIfaceTbProps object
|
int |
MaxRCVProcess.getRevisionNumber() |
boolean |
MaxRcvRotItmMProcess.isCrossSiteRotassetTransfer(MboRemote po)
09-23102
|
int |
MaxRCVProcess.presetMboRules()
Default method to call back and find out do we need to set data.
|
void |
MaxRcvRotItmMProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Call back method to set all values which was not set.
|
void |
MaxRCVProcess.setAdditionalData(MboSetRemote mboSet,
java.lang.String tableName)
Call back method to set all values which was not set.
|
void |
MaxRcvRotItmMProcess.setAssetNums(MboSetRemote assetInputSet,
java.util.List assets)
Goes through the set of assets that is given through integration and sets the asset numbers, either via the
NEWASSETNUM or by using the current assetnum.
|
void |
MaxRCVProcess.setReceiptRef(MboRemote origReceipt)
If original receipt is not null, copy matrectransid/servrectransid to new report RECEIPTREF.
|
Methods in psdi.iface.app.wsregistry that throw MXException
Modifier and Type |
Method and Description |
void |
FldWSSource.action()
Action
Sets clas name depending on source and type of deployment
|
void |
FldSourceName.action()
Action
Sets clas name depending on source and type of deployment
|
void |
FldServiceName.action()
Action
Sets clas name depending on source and type of deployment
|
void |
FldDeplType.action()
Action
Sets clas name depending on source and type of deployment
|
void |
MaxWSRegistry.add()
Default value for some of the fields of the new MaxWSRegistry table.
|
void |
MaxWSRegistryProcess.afterProcess()
Default method to to call after whole XML is processed.
|
void |
MaxWSRegistry.canDelete()
This method is called by the framework before save.
|
void |
MaxWSRegistryProcess.checkAdditionalRules()
Method to call at the end of processing can be used to set data for the
whole object.
|
void |
MaxWSRegistrySet.commit()
Commit the transaction.
|
void |
MaxWSRegistrySetRemote.convertToJAXWS()
Generate schema for Web Service.
|
void |
MaxWSRegistrySet.convertToJAXWS()
Called when the mbo is saved to the database.
|
void |
MaxWSRegistry.convertToJAXWS()
Conveert Web Service registeration to JAXWS.
|
void |
MaxWSOperationRemote.createXML()
Generate schema and show sample XML for every operation of a service.
|
void |
MaxWSOperation.createXML()
Generate schema and show sample XML for every operation of a service.
|
void |
MaxWSRegistry.delete(long accessModifier)
Called when this mbo is being deleted
|
void |
MaxWSRegistrySetRemote.deployWebService(boolean jaxwsDeploy)
Deploy Web Service in Axis.
|
void |
MaxWSRegistrySet.deployWebService(boolean jaxwsDeploy)
Deploy Web Service in Axis or JAXWS.
|
void |
MaxWSRegistryRemote.deployWebService(boolean jaxwsDeploy)
Deploy Web Service in Axis.
|
void |
MaxWSRegistry.deployWebService(boolean jaxwsDeploy)
Deploy Web Service in Axis.
|
void |
MaxWSRegistrySetRemote.fillNewRegistry(java.lang.String source)
Fills MaxWSRegistrySet with Mbo's seleted.
|
void |
MaxWSRegistrySet.fillNewRegistry(java.lang.String source)
Fills MaxWSRegistrySet with Mbo's seleted.
|
void |
MaxWSRegistryRemote.generateSchema()
Generate schema for Web Service.
|
void |
MaxWSRegistry.generateSchema()
Generate schema for Web Service.
|
MboSetRemote |
FldSoapVersion.getList()
Return list of mbos for from the domain.
|
protected Mbo |
MaxWSRegistrySet.getMboInstance(MboSet ms)
Generate a new MaxWSRegistry object.
|
protected Mbo |
MaxWSOperationSet.getMboInstance(MboSet ms)
Generate a new MaxWSOperation object.
|
long |
MaxWSRegistrySetRemote.getNewRowID()
Returns uniqie ID of the new Mbo
|
long |
MaxWSRegistrySet.getNewRowID()
Returns uniqie ID of the new Mbo
|
void |
MaxWSRegistrySet.init()
Set AutoKeyFlag off if child PM is creating a record.
|
void |
MaxWSRegistry.init()
Initialize rountine.
|
boolean |
MaxWSRegistrySet.isJaxws()
Returns uniqie ID of the new Mbo
|
void |
MaxWSRegistry.modify()
This is called whenever a change is made to the attributes of MaxWSRegistry.
|
void |
MaxWSRegistryProcess.processDeployment(java.util.List processList,
boolean deploy)
Deploy/undeploy Web Services.
|
void |
MaxWSRegistrySet.reset() |
void |
MaxWSRegistrySet.save()
Called when the mbo is saved to the database.
|
void |
MaxWSRegistrySet.setQbe(java.lang.String attribute,
java.lang.String expression) |
MboRemote |
MaxWSOperationSet.setup()
Method to populate set with Mbos.
|
protected boolean |
MaxWSRegistry.skipCopyField(MboValueInfo mvi)
Over-rides the method in the super class.
|
void |
MaxWSRegistrySetRemote.undeployWebService(boolean jaxwsDeploy)
Undeploy Web Service in Axis.
|
void |
MaxWSRegistrySet.undeployWebService(boolean jaxwsDeploy)
Undeploy Web Service in Axis or JAXWS.
|
void |
MaxWSRegistryRemote.undeployWebService(boolean jaxwsDeploy)
Undeploy Web Service in Axis.
|
void |
MaxWSRegistry.undeployWebService(boolean jaxwsDeploy)
Undeploy Web Service in Axis.
|
void |
FldSoapVersion.validate()
Called to validate the data
|
void |
FldIsWSSync.validate()
Called to validate the data
Validates if reply is required
|
void |
FldExtSystemName.validate()
Called to validate the data
Validates if reply is required
|
Methods in psdi.iface.bidi.maximo that throw MXException
Modifier and Type |
Method and Description |
static byte[] |
BidiUtils.bidiTransformInboundData(byte[] data,
java.lang.String bidiFormat)
Performs the Bidi transformation for the passed data according to the provided Bidi format
|
static byte[] |
BidiUtils.bidiTransformInboundData(java.lang.String extSystemName,
byte[] data)
Performs the Bidi transformation for the passed data according to the provided external system's Bidi format
|
static byte[] |
BidiUtils.bidiTransformOutboundData(byte[] data,
java.lang.String bidiFormat)
Performs the Bidi transformation for the passed data according to the provided Bidi format
|
static java.lang.String |
BidiUtils.getBidiFormat(java.lang.String extSystemName)
Returns the Bidi format from an external system identified by its name
|
Methods in psdi.iface.intertables that throw MXException
Modifier and Type |
Method and Description |
void |
IfaceTbExit.beforeQueue(long transid,
java.lang.String extSys,
java.lang.String ifaceName,
byte[] data,
java.sql.Connection conn) |
byte[] |
BaseFlatToXMLConverter.convert() |
java.util.List |
StructureToFlat.convertToFlat(java.lang.String mosName,
byte[] data) |
java.lang.String |
FlatTableRowSet.getFieldValue(java.lang.String columnName,
MboValueInfo columnInfo) |
java.lang.String |
FlatFileRowSet.getFieldValue(java.lang.String columnName,
MboValueInfo columnInfo) |
abstract java.lang.String |
FlatRowSet.getFieldValue(java.lang.String columnName,
MboValueInfo columnInfo) |
java.lang.String |
FlatRowSet.getKeyValues(java.lang.String tableName,
IfaceTbKey tbkey)
The key value for that table.
|
CrontaskParamInfo[] |
IfaceTbCronTask.getParameters() |
boolean |
FlatRowSet.isLevelExist(IfaceTbKey tbkey,
java.util.List exclusiveCols,
boolean isLeaf)
Checks if a level exists or not.
|
static void |
IfaceKeyFactory.loadIfaceTbKeys(java.util.List micInfoList) |
boolean |
FlatTableRowSet.next() |
boolean |
FlatFileRowSet.next() |
abstract boolean |
FlatRowSet.next() |
void |
IfaceTbCronTask.processIfaceData() |
void |
IfaceTbCronTask.processJoinedData() |
void |
WriteToIfaceTable.setIfaceTabledata()
Set the interface table data
|
Constructors in psdi.iface.intertables that throw MXException
Constructor and Description |
BaseFlatToXMLConverter(java.util.List rowSetList,
java.lang.String mosName,
java.lang.String action,
java.lang.String transLanguage,
java.lang.String messageType) |
FlatToXMLConverter(java.util.List rowSetList,
java.lang.String ifaceName,
java.lang.String action,
java.lang.String transLanguage) |
IfaceConfig(java.lang.String extSys,
java.lang.String url,
java.lang.String driver,
java.lang.String username,
java.lang.String password,
long pollingFreq,
boolean isRemote) |
WriteToIfaceTable(java.lang.String senderName,
java.lang.String ifaceName,
java.lang.String ifaceTbName,
java.util.List mapList,
java.util.Map senderMap,
java.util.List actionList,
java.lang.String messageId,
java.lang.String transLanguage)
overloaded Constructor
|
WriteToIfaceTable(java.lang.String interTransTbName,
java.lang.String senderName,
java.lang.String ifaceName,
java.lang.String ifaceTbName,
java.util.List nounslist,
java.util.Map props,
java.util.List actionList,
java.lang.String messageId,
java.lang.String transLanguage)
Constructor
|
Methods in psdi.iface.jms that throw MXException
Modifier and Type |
Method and Description |
void |
FldJMSQConsumerCronParamQName.action() |
int |
MessageErrorHandler.canProcess(java.util.Map properties)
Select status and deleteflag to process message
|
int |
MessageErrorHandler.canProcess(java.util.Map properties,
java.lang.String status,
int deleteFlag,
int tryCount)
Select status and deleteflag to process message
|
void |
KafkaTenantErrorsCleanUp.cleanErrors()
Remove all deleted tenants
|
void |
KafkaErrorsCleanUp.clearMessageReprocessing(UserInfo userInfo)
Deelete all message re-processing records which beyond retention time
|
void |
MIFMsgHubMXTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
void |
JMSMXTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
void |
JMSClient.commitTx()
Commits the JMS Session transaction.
|
static byte[] |
MessageUtil.compressMessage(byte[] messageBody) |
static org.jdom.Document |
MessageUtil.convertBytesToRecoveryData(byte[] data,
java.util.Map msgProperties)
Builds JMSRecovery message from incoming byte data
|
static JMSData |
MessageUtil.convertRecoveryDataToJMSData(java.lang.String filename,
boolean isCompress)
Reads saved JMSRecovery file and converts corrosponding JMS Data object.
|
protected void |
JMSTopicSubscriber.createClient() |
protected void |
JMSQueueBrowser.createClient() |
protected void |
JMSProducer.createClient() |
protected void |
JMSConsumer.createClient() |
JMSClient |
JMSTopicSubscriber.createClientInSession() |
JMSClient |
JMSQueueConsumer.createClientInSession() |
JMSClient |
JMSQueueBrowser.createClientInSession() |
JMSClient |
JMSProducer.createClientInSession() |
JMSClient |
JMSConsumer.createClientInSession() |
abstract JMSClient |
JMSClient.createClientInSession()
Creates another JMSClient of the same type in this clients Session.
|
JMSClient |
JMSQueueBrowser.createClientInSession(java.lang.String destinationName,
java.util.Properties env) |
JMSClient |
JMSProducer.createClientInSession(java.lang.String destinationName,
java.util.Properties env) |
JMSClient |
JMSConsumer.createClientInSession(java.lang.String destinationName,
java.util.Properties env) |
abstract JMSClient |
JMSClient.createClientInSession(java.lang.String destinationName,
java.util.Properties env)
Creates another JMSClient of the same type in this clients Session.
|
JMSConsumer |
JMSProducer.createJMSConsumerInSession(java.lang.String selector)
Create a JMSConsumer in the same session as this JMSProducer.
|
static JMSData |
MessageUtil.createJMSData(javax.jms.Message msg) |
JMSProducer |
JMSConsumer.createJMSProducerInSession()
Creates a JMSProducer in the same Session.
|
static javax.jms.Message |
MessageUtil.createMessage(JMSData data,
javax.jms.Session session) |
int |
JMSQueueConsumer.deleteAllMessages()
Delete all messages from the Queue which matches the selction criterion.
|
protected void |
MessageErrorHandler.deleteErrorTable(java.lang.String messageID,
java.sql.Connection conn)
Delete data from error message tables
|
void |
MIFMsgHubMXTransactable.deleteMesage(JMSData messageData,
java.lang.String queueName,
UserInfo info) |
void |
JMSMXTransactable.deleteMesage(JMSData messageData,
java.lang.String queueName,
UserInfo info) |
java.util.Map |
JMSQueueConsumer.deleteMessage()
Deletes the first message that metaches the selection criterion from the Queue.
|
java.lang.String |
JMSQueueConsumer.deleteMessage(boolean autocommit)
Deletes the first message that metaches the selection criterion from the Queue.
|
boolean |
MessageErrorHandler.emailToBeSent(java.util.Map msgProperties)
Check if email needs to go out or it's already been sent depending upon
if error record exists for a given queue or not
|
void |
MIFMsgHubMXTransactable.fireEventsAfterDB(MXTransaction txn) |
void |
JMSMXTransactable.fireEventsAfterDB(MXTransaction txn) |
void |
MIFMsgHubMXTransactable.fireEventsAfterDBCommit(MXTransaction txn) |
void |
JMSMXTransactable.fireEventsAfterDBCommit(MXTransaction txn) |
void |
MIFMsgHubMXTransactable.fireEventsBeforeDB(MXTransaction txn) |
void |
JMSMXTransactable.fireEventsBeforeDB(MXTransaction txn) |
JMSData |
MessageErrorHandler.getErrorMsgForSeqQueue(java.lang.String queueName) |
JMSData |
MessageErrorHandler.getJMSData(java.util.Map msgProperties)
Take in incoming file name and return back it's relevant JMS Data object
for further processing.
|
protected javax.jms.Message |
JMSConsumer.getJMSMessage(boolean autocommit)
internal method to get the JMS message from the Destination.
|
JMSProducer |
JMSProducerPool.getJMSProducer(java.lang.String destinationName)
Deprecated.
|
JMSProducer |
JMSProducerPool.getJMSProducer(java.lang.String destinationName,
java.lang.String providerUser,
java.lang.String providerPassword)
Deprecated.
|
static java.lang.String |
MessageUtil.getJMSREcoveryFileName(java.util.Map msgProperties) |
protected Mbo |
JMSQConsumerCronParam.getMboInstance(MboSet ms)
Generate a new Kit object
|
JMSData |
JMSConsumer.getMessage(boolean autocommit)
Get a message from the Queue matching the selection criterion [if a message selector
is specified].
|
MessageHubConsumer |
DefaultJMSProviderFactory.getMessageHubConsumer(java.util.Map cfg) |
MessageHubProducer |
DefaultJMSProviderFactory.getMessageHubProducer(java.util.Map cfg) |
CrontaskParamInfo[] |
MIFKafkaPartitionedCronTask.getParameters() |
CrontaskParamInfo[] |
MIFKafkaErrorProcessingCronTask.getParameters() |
CrontaskParamInfo[] |
MIFKafkaCronTask.getParameters() |
CrontaskParamInfo[] |
KafkaErrorsCleanupCronTask.getParameters() |
CrontaskParamInfo[] |
JMSQueueCronTask.getParameters() |
MboRemote |
JMSQueueCronTask.getParameterValidationMbo(CrontaskInstanceRemote instance)
Returns the validation mbo for the crontask parameter
|
static java.util.Map |
MessageUtil.getProperties(javax.jms.Message msg) |
protected UserInfo |
MIFKafkaPartitionedCronTask.getUserInfo(java.util.Map msgProperties) |
protected UserInfo |
MIFKafkaErrorProcessingCronTask.getUserInfo(java.util.Map msgProperties) |
protected UserInfo |
MIFKafkaCronTask.getUserInfo(java.util.Map msgProperties) |
protected UserInfo |
JMSQueueCronTask.getUserInfo(java.util.Map msgProperties) |
OslcResourceResponse |
BrowseMessageHubRouteHandler.handleRequest(OslcRequest request) |
void |
MessageErrorHandlerFactoryImpl.init()
Initialize the cache object.
|
void |
MaxQueueCacheImpl.init() |
protected boolean |
MessageErrorHandler.insertErrorTable(java.util.Map msgProperties,
java.lang.String errorMessage,
java.lang.String msgId,
java.sql.Connection conn,
java.lang.String personId,
java.sql.Timestamp currDate,
byte[] extErrorData,
byte[] intErrorData)
Insert data to error message tables
|
void |
MIFKafkaErrorProcessingCronTask.process(UserInfo userInfo)
Remove all deleted tenants
|
void |
QueueToMaximoProcessor.processMessage(java.util.Map header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
QueueToDestManagerProcessor.processMessage(java.util.Map header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
void |
MessageProcessor.processMessage(java.util.Map header,
byte[] data,
MXTransaction tx,
UserInfo userInfo) |
static boolean |
MessageUtil.queueEmailToBeSent(java.util.Map msgProperties)
Check if email needs to go out or it's already been sent depending upon
if error file exists for a given queue or not
|
void |
DefaultJMSProviderFactory.refreshConfig(java.util.Map cfg) |
void |
MessageErrorHandlerFactoryImpl.reload()
Reloads the cache object.
|
void |
MaxQueueCacheImpl.reload() |
void |
MaxQueueCache.reload() |
void |
MessageErrorHandlerFactoryImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
MaxQueueCacheImpl.reload(java.lang.String key) |
void |
MaxQueueCache.reload(java.lang.String key) |
void |
MIFMsgHubMXTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
void |
JMSMXTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
void |
JMSClient.rollbackTx()
Rollback the JMS Session transaction.
|
void |
MIFMsgHubMXTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
void |
JMSMXTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
boolean |
MIFMsgHubMXTransactable.sendEmail(QueueConfig config,
java.sql.Connection conn,
java.lang.Exception e)
Select status and deleteflag to process message
|
boolean |
JMSMXTransactable.sendEmail(QueueConfig config,
java.sql.Connection conn,
java.lang.Exception e)
Select status and deleteflag to process message
|
void |
JMSProducer.sendMessage(boolean autocommit) |
void |
JMSProducer.sendMessage(JMSData data,
boolean autocommit)
Write a message to the Destination.
|
void |
JMSProducer.sendMessage(java.util.List listData,
boolean autocommit)
Write a List of messages to the Destination.
|
java.lang.Object |
MEAQueueProcessor.startQueueTX(java.lang.String queueName) |
void |
JMSMXTransactable.storeMesage(java.lang.String status,
JMSData messageData,
java.lang.String queueName,
java.lang.Exception e,
UserInfo info) |
void |
DefaultJMSProviderFactory.testconnect(java.util.Map userprops) |
static byte[] |
MessageUtil.uncompressMessage(byte[] cdata,
int uncompressedLength) |
void |
MIFMsgHubMXTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
void |
JMSMXTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
protected boolean |
MessageErrorHandler.updateToJMSError(java.lang.String messageId,
java.sql.Connection conn,
java.lang.String personId,
java.sql.Timestamp currDate)
Update data in error message tables
|
boolean |
MIFMsgHubMXTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
boolean |
JMSMXTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
void |
MEAQueueProcessor.writeDataToQueue(MXTransaction mxtran,
java.lang.String sender,
java.util.Map finalData,
boolean isEvent,
UserInfo userInfo) |
void |
MEAQueueProcessor.writeDataToQueue(MXTransaction mxtran,
java.lang.String sender,
java.util.Map finalData,
UserInfo userInfo) |
void |
MEAQueueProcessor.writeDataToQueueIn(byte[] data,
java.util.Map properties) |
void |
MEAQueueProcessor.writeDataToQueueIn(byte[] data,
java.util.Map properties,
boolean compress) |
void |
MEAQueueProcessor.writeDataToQueueIn(byte[] data,
java.lang.String sender,
java.lang.String ifaceName) |
void |
MEAQueueProcessor.writeDataToQueueIn(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
java.lang.String loginId) |
void |
MEAQueueProcessor.writeDataToQueueIn(java.lang.Object queueProducer,
byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
java.lang.String loginId) |
boolean |
MEAQueueProcessor.writeToMessageProvider(byte[] extData,
java.util.Map properties,
java.lang.String kafkatopic,
java.lang.String kafkaprovider,
boolean compress,
java.util.List msgTrackedList) |
boolean |
MEAQueueProcessor.writeToMessageProviderTX(MessageHubProducer kProducer,
byte[] extData,
java.util.Map properties,
java.lang.String kafkatopic,
boolean compress,
java.util.List msgTrackedList) |
void |
MEAQueueProcessor.writeToQueue(byte[] extData,
java.util.Map properties,
java.lang.String queueName) |
void |
MEAQueueProcessor.writeToQueue(byte[] extData,
java.util.Map properties,
java.lang.String queueName,
boolean compress) |
void |
MEAQueueProcessor.writeToQueueTX(java.lang.Object queueProducer,
byte[] extData,
java.util.Map properties,
java.lang.String queueName) |
Constructors in psdi.iface.jms that throw MXException
Constructor and Description |
JMSClient(java.lang.String destinationName,
java.lang.String conFactoryName,
int txMode,
java.util.Properties env) |
JMSClient(java.lang.String destinationName,
java.lang.String conFactoryName,
int txMode,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSConsumer(java.lang.String destinationName,
java.lang.String selector,
javax.jms.Session session,
java.util.Properties env) |
JMSConsumer(java.lang.String destinationName,
java.lang.String selector,
javax.jms.Session session,
java.lang.String subscriptionName,
java.util.Properties env) |
JMSConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
int receiveMode,
long waitTimeOut,
java.util.Properties env) |
JMSConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
int receiveMode,
long waitTimeOut,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.util.Properties env) |
JMSConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.lang.String subscriptionName,
java.util.Properties env) |
JMSConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.lang.String subscriptionName,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSProducer(java.lang.String destinationName,
javax.jms.Session session,
java.util.Properties env) |
JMSProducer(java.lang.String destinationName,
java.lang.String conFactoryName,
int txMode,
java.util.Properties env) |
JMSProducer(java.lang.String destinationName,
java.lang.String conFactoryName,
int txMode,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSQConsumerCronParam(MboServerInterface ms)
Construct the set
|
JMSQueueBrowser(java.lang.String destinationName,
java.lang.String selector,
javax.jms.Session session,
java.util.Properties env) |
JMSQueueBrowser(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
java.util.Properties env) |
JMSQueueBrowser(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSQueueConsumer(java.lang.String destinationName,
java.lang.String selector,
javax.jms.Session session,
java.util.Properties env) |
JMSQueueConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
int receiveMode,
long waitTimeOut,
java.util.Properties env) |
JMSQueueConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
int receiveMode,
long waitTimeOut,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSQueueConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.util.Properties env) |
JMSQueueConsumer(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
JMSTopicSubscriber(java.lang.String destinationName,
java.lang.String selector,
javax.jms.Session session,
java.util.Properties env) |
JMSTopicSubscriber(java.lang.String destinationName,
java.lang.String selector,
javax.jms.Session session,
java.lang.String subscriptionName,
java.util.Properties env) |
JMSTopicSubscriber(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.lang.String subscriptionName,
java.util.Properties env) |
JMSTopicSubscriber(java.lang.String destinationName,
java.lang.String conFactoryName,
java.lang.String selector,
int txMode,
java.lang.String subscriptionName,
java.util.Properties env,
java.lang.String providerUserName,
java.lang.String providerPassword) |
Methods in psdi.iface.load that throw MXException
Modifier and Type |
Method and Description |
static void |
ErrorExtractor.addToMasterDoc(org.jdom.Document masterDoc,
org.jdom.Element element,
java.lang.String mosName,
java.lang.String operation)
Add a transaction element to a master document.
|
void |
LoadFileExit.afterCommit(java.lang.String sender,
java.lang.String ifaceName,
byte[] data) |
void |
LoadFileExit.afterRollback(java.lang.String sender,
java.lang.String ifaceName,
byte[] data) |
byte[] |
LoadFileExit.beforeQueue(java.lang.String sender,
java.lang.String ifaceName,
byte[] data) |
void |
FileLoaderProcess.commit()
commit Queue Transaction.
|
void |
ObjectStructureLoader.commit()
commit Queue Transaction.
|
static void |
ErrorExtractor.deleteErrorFiles(java.lang.String extractFileID,
java.lang.String extSysName,
java.lang.String esName,
java.sql.Connection connection)
Delete error files related to Extract File ID.
|
static java.lang.String |
ErrorExtractor.extractData(java.lang.String extractFileID,
java.lang.String extSysName,
java.lang.String esName,
java.lang.String fileFormat,
java.lang.String sourceFile,
java.lang.String delimiter,
java.lang.String textQualifier,
java.lang.String fileAttributes,
java.util.Date importDate)
Retrieve transactions in error related to a Extract File ID and write them
to a single output file so user can edit and reprocess them.
|
void |
LoadFileOrderExit.getCronSeqOrder(java.util.List files) |
protected java.util.List |
LoadFlatFileCronTask.getDataFiles()
get the list of files for a given instance criteria
|
java.util.List |
S3ObjectStoreLoader.getDataObjects() |
java.util.List |
ObjectStoreLoader.getDataObjects() |
protected java.util.List |
LoadFlatFileCronTask.getNewDataFiles()
get the list of files for a given instance criteria
|
java.util.List |
S3ObjectStoreLoader.getNewDataObjects() |
java.util.List |
ObjectStoreLoader.getNewDataObjects() |
ObjectRecoveryService |
S3ObjectStoreLoader.getObjectRecoveryService(DataObject loadFile) |
ObjectRecoveryService |
ObjectStoreLoader.getObjectRecoveryService(DataObject loadFile) |
CrontaskParamInfo[] |
LoadXMLObjectCronTask.getParameters() |
CrontaskParamInfo[] |
LoadXMLFileCronTask.getParameters() |
CrontaskParamInfo[] |
LoadFlatObjectCronTask.getParameters() |
CrontaskParamInfo[] |
LoadFlatFileCronTask.getParameters() |
CrontaskParamInfo[] |
LoadCronTask.getParameters() |
CrontaskParamInfo[] |
GetExternalDataCronTask.getParameters() |
CrontaskParamInfo[] |
ExportDataCronTask.getParameters() |
CrontaskParamInfo[] |
BulkExportCronTask.getParameters() |
protected java.lang.String |
FileLoaderImpl.getSplitTag()
Get SplitTag from Enterprise service info object
|
protected void |
FlatFileParser.initIntegration(boolean useHeader,
java.lang.String intObjectName)
Initialize integration information
|
java.util.List |
BulkExportCronTask.loadBulkInterfaces(java.lang.String extSysName)
Take in incoming file name and return back it's relevant JMS Data object
for further processing.
|
void |
ExternalDataLoader.loadData(java.lang.String extSysName,
java.lang.String ifaceName,
java.lang.String endPointName,
java.lang.String mimeType,
java.lang.String initiator,
boolean queueBased,
UserInfo userInfo)
Load data from eternal system
|
static java.lang.String |
ErrorExtractor.mergeFiles(java.util.List tempFiles,
java.lang.String extSysName,
java.lang.String fileFormat,
java.lang.String sourceFile,
java.util.Date importDate,
java.lang.String mosName,
java.lang.String operation)
Merge all temporary files in to a single export file.
|
void |
LoadXMLObjectCronTask.processData()
Process XML file data by reading the file from filesystem based on the properties This method call XmlFileLoaderImpl
processXMLData method.
|
void |
LoadXMLFileCronTask.processData()
Process XML file data by reading the file from filesystem based on the properties This method call XmlFileLoaderImpl
processXMLData method.
|
void |
LoadFlatObjectCronTask.processData()
Process Flat file data by reading the file from filesystem based on the properties This method call FlatFileLoaderImpl
processFlatData method.
|
void |
LoadFlatFileCronTask.processData()
Process Flat file data by reading the file from filesystem based on the properties This method call FlatFileLoaderImpl
processFlatData method.
|
void |
ObjectStructureLoader.processData(byte[] data,
int intCurrentNoun,
int recStart,
int recEnd,
MboRemote npMbo,
MXTransaction trans)
Process the incoming Data.
|
void |
FileLoaderProcess.processData(byte[] data,
int intCurrentNoun,
MboRemote npMbo)
Process the incoming Data.
|
void |
FileLoaderImpl.processData(java.io.InputStream btIn,
java.lang.String extSystemName,
java.lang.String entServiceName,
boolean fromClient)
abstract method that process the data and send it to Queue (or) process it for preview mode
|
void |
JSONObjectStructureLoader.processData(com.ibm.json.java.JSONArtifact data,
int intCurrentNoun,
MboRemote npMbo,
MXTransaction trans)
Process the incoming Data.
|
void |
FlatFileLoaderImpl.processFlatData(java.io.InputStream inStream,
java.lang.String extSystemName,
java.lang.String entServiceName,
java.lang.Object recoveryService,
MboRemote npMbo)
Process Flat file.
|
void |
JSONFileLoaderImpl.processJSONData(java.io.InputStream inStream,
java.lang.String extSystemName,
java.lang.String entServiceName,
java.lang.Object recoveryService,
MboRemote npMbo)
Process Flat file.
|
void |
XmlFileLoaderImpl.processXMLData(java.io.InputStream btIn,
java.lang.String extSystemName,
java.lang.String entServiceName,
java.lang.Object recService,
MboRemote npMbo)
Process Xml File.
|
void |
S3ObjectStoreLoader.setup(java.lang.String endPointName) |
void |
ObjectStoreLoader.setup(java.lang.String endpoint) |
void |
XMLSplitter.split(java.io.InputStream ip,
java.lang.String splitTagPath)
Deprecated.
|
void |
ESHttpXMLSplitter.splitEnd()
This method gets called at the end of split process.
|
void |
DefaultInboundXMLSplitter.splitEnd()
This method gets called at the end of split process.
|
void |
ObjStrInboundXMLSplitter.splitEnd()
This method gets called at the end of split process.
|
void |
ESHttpXMLSplitter.splitEnd(java.lang.Throwable t)
This method gets called where there is an exception in splitting the xml.
|
void |
DefaultInboundXMLSplitter.splitEnd(java.lang.Throwable t)
This method gets called where there is an exception in splitting the xml.
|
void |
ObjStrInboundXMLSplitter.splitEnd(java.lang.Throwable t)
This method gets called where there is an exception in splitting the xml.
|
boolean |
ESHttpXMLSplitter.splitPerformed(byte[] splitXMLData,
int splitIndex)
This method gets called whenever a logical split happens
|
boolean |
DefaultInboundXMLSplitter.splitPerformed(byte[] splitXMLData,
int splitIndex)
This method gets called whenever a logical split happens
|
boolean |
ObjStrInboundXMLSplitter.splitPerformed(byte[] splitXMLData,
int splitIndex)
This method gets called whenever a logical split happens
|
void |
ESHttpXMLSplitter.splitStart() |
void |
DefaultInboundXMLSplitter.splitStart() |
void |
ObjStrInboundXMLSplitter.splitStart() |
protected void |
FileLoaderImpl.validate(java.lang.String extSystemName,
java.lang.String entServiceName)
Validate External system and Enterprise service names
|
static java.lang.String |
ErrorExtractor.writeExtractData(org.jdom.Document doc,
java.lang.String extSysName,
java.lang.String esName,
java.lang.String fileFormat,
java.lang.String sourceFile,
java.lang.String delimiter,
java.lang.String textQualifier,
java.lang.String fileAttributes,
java.util.Date importDate)
Write document to a output file.
|
static java.lang.String |
ErrorExtractor.writeExtractData(org.jdom.Document doc,
java.lang.String extSysName,
java.lang.String esName,
java.lang.String fileFormat,
java.lang.String sourceFile,
java.lang.String delimiter,
java.lang.String textQualifier,
java.lang.String fileAttributes,
java.util.Date importDate,
boolean tempFile)
Write document to a output file.
|
void |
FlatFileLoaderImpl.writeToFile(int lineNum)
writeToFile - Apple apar 250636
|
void |
FileLoaderProcess.writeToQueue(byte[] extData) |
void |
FileLoaderProcess.writeToQueue(byte[] extData,
java.util.Map props)
Write the data to Queue.
|
Constructors in psdi.iface.load that throw MXException
Constructor and Description |
DefaultInboundXMLSplitter(ExtSystemInfo extInfo,
MaxExtIfaceInInfo extInInfo,
boolean preview,
boolean fromClient,
java.lang.Object recService,
MboRemote npMbo,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner) |
ESHttpXMLSplitter(ExtSystemInfo extInfo,
MaxExtIfaceInInfo extInInfo,
MEAQueueProcessor queueProcessor,
java.util.Map properties) |
FileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName)
Construct the set
|
FileLoaderProcess(ExtSystemInfo extSysInfo,
MaxExtIfaceInInfo extIfaceInInfo,
boolean preview,
boolean fromClientImport,
boolean isFileExtract,
java.lang.String fileFormat,
java.lang.String fileName,
java.lang.String delimiter,
java.lang.String textQualifier,
java.lang.String colHeader,
java.lang.String processOwner)
Construct the set
|
FlatFileLoaderImpl(boolean preview,
boolean fromClient,
java.lang.String delimiter,
java.lang.String textQualifier,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
FlatFileLoaderImpl(boolean preview,
java.lang.String delimiter,
java.lang.String textQualifier,
java.lang.String action,
java.lang.String transLangCode)
Construct the set
|
FlatFileParser(java.io.BufferedReader reader,
java.lang.String delim,
char textQualifier,
int startPosition)
Initialize and parse header information
|
FlatFileParser(java.io.BufferedReader reader,
java.lang.String delim,
char textQualifier,
int startPosition,
boolean useHeader)
Initialize and parse header information
|
FlatFileParser(java.io.BufferedReader reader,
java.lang.String delim,
int startPosition)
Initialize and parse header information
|
FlatFileParser(java.io.BufferedReader reader,
java.lang.String delim,
int startPosition,
boolean useHeader)
Initialize and parse header information
|
FlatFileParser(java.io.BufferedReader reader,
java.lang.String mosName,
java.lang.String action,
java.lang.String langCode,
java.lang.String delim,
char textQualifier,
int startPosition)
Initialize and parse header information
|
FlatFileParser(java.io.File file,
java.lang.String delim,
char textQualifier,
int startPosition,
boolean useHeader)
Initialize and parse header information
|
JSONFileLoaderImpl(boolean preview)
Construct the set
|
JSONFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
JSONObjectStructureLoader(java.lang.String mosName,
boolean preview,
java.lang.String messageType)
Construct the set
|
ObjectStructureLoader(MosInfo mosInfo,
boolean preview,
java.lang.String messageType)
Construct the set
|
ObjStrInboundXMLSplitter(MosInfo mInfo,
boolean preview,
MboRemote npMbo,
java.lang.String msgType) |
XmlFileLoaderImpl(boolean preview,
boolean fromClient,
boolean isFileExtract,
java.lang.String fileName,
java.lang.String processOwner)
Construct the set
|
Methods in psdi.iface.masdd that throw MXException
Modifier and Type |
Method and Description |
protected void |
MASDDBaseExit.checkSynonym(java.lang.String domainId,
java.lang.String maxValue,
java.lang.String value) |
com.ibm.research.kitt.sdk.mas.MAS_Core |
MASDDBaseHandler.connectTenant() |
boolean |
IsMasDDInstalled.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
MASDDOrganizationFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDOperLocFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDMeterFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDMeasureUnitFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDLocSystemFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDLocHierarchyFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDAssetHierFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDEventFilter.filterEvent(MboRemote mbo) |
boolean |
MASDDAssetFilter.filterEvent(MboRemote mbo) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.getList(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search) |
static void |
MASDDUtil.handleErrorResponse(boolean ret,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
java.lang.String key) |
byte[] |
MASDDLoadHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
MASDDHandler.invoke(java.util.Map metaData,
byte[] data) |
protected void |
MASDDOrganizationExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDOperLocExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDMeasureUnitExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDLocSystemExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDLocHierarchyExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDAssetHierExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDBaseExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDAssetExit.mapDDDataIn(com.ibm.json.java.JSONObject jo) |
protected void |
MASDDBaseExit.mapExtraAttributes(java.lang.String objectName,
com.ibm.json.java.JSONObject jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder) |
protected java.lang.String |
MASDDBaseExit.mapLocAssetStatus(java.lang.String value) |
protected java.lang.String |
MASDDBaseExit.mapMonitorStatus(java.lang.String status) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processAssetHierarachy(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processAssets(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search,
boolean allData) |
protected void |
MASDDBaseExit.processDescription(com.ibm.json.java.JSONObject jo,
java.lang.String objectName) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processLocationHierarachy(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processLocations(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search,
boolean allData) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processLocationSystem(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search,
boolean allData) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processMeter() |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processOrganization(com.ibm.research.kitt.sdk.mas.MAS_Reasoning_Builder_Search search,
boolean allData) |
io.vertx.core.json.JsonArray |
MASDDLoadHandler.processUOM() |
StructureData |
MASDDBaseExit.setDataIn(StructureData erData)
Inbound Processing Class.
|
StructureData |
MASDDExternalExit.setDataOut(StructureData irData)
Get description in user language
|
StructureData |
MASDDBaseExit.setDataOut(StructureData irData)
Get description in user language
|
void |
MASDDOrganizationExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDOperLocExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDMeterExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDMeasureUnitExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact ja,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDLocSystemExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDLocHierarchyExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDAssetHierExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact ja,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDProcessor.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact ja,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent)
Listener to the Add event.
|
void |
MASDDBaseExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact jo,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
void |
MASDDAssetExit.setRouterDataOut(java.util.Map metaData,
com.ibm.json.java.JSONArtifact ja,
com.ibm.research.kitt.sdk.mas.MAS_Model_Builder builder,
boolean isEvent) |
protected boolean |
MASDDEventFilter.stopRecurrence(MboRemote mbo) |
java.lang.String |
IsMasDDInstalled.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
Methods in psdi.iface.mic that throw MXException
Modifier and Type |
Method and Description |
void |
StructureData.addIntObject()
|
void |
StructureData.addObjectStructure()
Adds object structure to the list of existing os records
|
void |
StatefulMicSetIn.afterProcess()
Default method to to call after whole XML is processed.
|
protected void |
MicSetIn.applyDMRules(StructureData data,
UserInfo info)
Default method to apply XML rules.
|
protected int |
MicSetIn.applyMboRules(MboRemote ruleMbo,
java.lang.String hPath)
Apply Mbo rules for inbound processing
|
protected void |
MicSetIn.applyXMLRules()
Apply OS rules for inbound processing
|
byte[] |
EntMicService.bidiTransformData(java.util.Map metaData,
byte[] data)
Return data using bidi conversion
|
byte[] |
MicService.bidiTransformData(java.util.Map metaData,
byte[] data)
Return data using bidi conversion
|
void |
StructureData.breakData()
Parses channel/ service documnet data and sets corresponding object
variables.
|
void |
StructureData.breakIntObject()
|
void |
StructureData.breakObjectStructure()
Parses object structure and sets global variables.
|
static org.jdom.Document |
MessageBuilder.buildMessage(java.lang.Exception t,
java.lang.String queueName,
java.lang.String uniqueID,
java.lang.String viewFileName)
Build error message.
|
void |
MicService.callIntegrityChecker(java.util.Map options) |
protected void |
MicSetIn.callMboExit()
Calls Mbo User exits
|
void |
StatefulMicSetIn.changeStatus(MboRemote setMbo,
java.lang.String stat,
java.lang.String memo)
Call actual ctatus change in Mbo.
|
void |
StatefulMicSetIn.checkAdditionalRules()
Method to call at the end of processing can be used to set data for the
whole object.
|
static java.lang.String |
MicUtil.checkALNDomainValue(java.lang.String domainId,
java.lang.String maxValue)
Check whether the internal value exists in the specified alndomain.
|
boolean |
StatefulMicSetIn.checkForUpdate()
Default method to call and change for status update.
|
static boolean |
MicUtil.checkLicense(java.util.Set allLicences)
Parse license keys and check if license is installed
|
boolean |
EntMicService.checkStatus(StructureData irData,
java.lang.String extSystem,
java.lang.String sendListName,
java.lang.String orgId,
java.lang.String siteId,
boolean sendUpdates)
This method checks status and does the following.
|
boolean |
MicService.checkStatus(StructureData irData,
java.lang.String extSystem,
java.lang.String sendListName,
java.lang.String orgId,
java.lang.String siteId,
boolean sendUpdates)
This method checks status and does the following.
|
static boolean |
MicUtil.checkStatus(StructureData irData,
java.lang.String extSystem,
java.lang.String sendListName,
java.lang.String orgId,
java.lang.String siteId,
boolean sendUpdates)
This method checks status and does the following.
|
void |
MicTransactable.commitTransaction(MXTransaction txn)
This method will be called during commit of the transaction
|
protected void |
EnterpriseServiceInfo.createInterpreter()
Creates the Interpreter
|
void |
EntMicService.deleteErrorFileAndTableRow(java.util.Map propMap,
boolean inbound,
java.lang.String queueName,
UserInfo userInfo)
Delete the message entry in the error tracking tables.
|
void |
MicService.deleteErrorFileAndTableRow(java.util.Map propMap,
boolean inbound,
java.lang.String queueName,
UserInfo userInfo)
Delete the message entry in the error tracking tables.
|
static void |
MicUtil.deleteFile(java.lang.String filepath)
Delete file
|
int |
EntMicService.deleteQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo)
Delete the messages in a JMS queue based on selectors and the count
|
int |
MicServiceRemote.deleteQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo)
This method will be called from outside to view the messages in a JMS
Queue
|
int |
MicService.deleteQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo)
Delete the messages in a JMS queue based on selectors and the count
|
boolean |
LandlordOnly.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
boolean |
LandlordNonMT.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
static java.lang.String |
EntMicUtil.evaluateJSONForSrvMsgTrk(java.lang.String path,
byte[] data)
Utility method for Message Tracking - Prepares message properties hash map with
necessary info
|
void |
EntMicService.exportData(java.lang.String ifaceName,
java.lang.String sender,
java.lang.String where,
java.lang.String orderBy,
int pageSize,
UserInfo userInfo,
int maxcount)
This method will be called from GUI for bulk data loading from MAXIMO to
external system
|
void |
MicService.exportData(java.lang.String ifaceName,
java.lang.String sender,
java.lang.String where,
java.lang.String orderBy,
int batchSize,
UserInfo userInfo,
int maxcount)
This method will be called from GUI for bulk data loading from MAXIMO to
external system
|
void |
EntMicService.exportData(java.lang.String ifaceName,
java.lang.String sender,
java.lang.String where,
UserInfo userInfo,
int maxcount)
This method will be called from GUI for bulk data loading from MAXIMO to
external system
|
void |
MicServiceRemote.exportData(java.lang.String interfaceName,
java.lang.String sender,
java.lang.String where,
UserInfo userInfo,
int maxcount)
This method will be called from GUI for bulk data loading from MAXIMO to
external system
|
void |
MicService.exportData(java.lang.String interfaceName,
java.lang.String sender,
java.lang.String where,
UserInfo userInfo,
int maxcount)
This method will be called from GUI for bulk data loading from MAXIMO to
external system
|
boolean |
MaxConditionEventFilter.filterEvent(MboRemote mbo) |
boolean |
MaximoEventFilter.filterEvent(MboRemote mbo) |
void |
MicTransactable.fireEventsAfterDB(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MicTransactable.fireEventsAfterDBCommit(MXTransaction txn)
This method will be called during save of the transaction
|
void |
MicTransactable.fireEventsBeforeDB(MXTransaction txn)
This method will be called during save of the transaction
|
static java.lang.String |
MicUtil.formatMboColumn(MboRemote mbo,
java.lang.String name)
This will format column value to string
|
void |
MicServiceRemote.generateMOSServiceSchema(java.lang.String mosName,
boolean forceGenerate) |
void |
MicService.generateMOSServiceSchema(java.lang.String mosName,
boolean forceGenerate)
generates the Object Structure schema
|
static int |
MicUtil.getAdminModeState() |
static java.lang.String[] |
MicUtil.getAltKeyArray(java.lang.String indexName)
Deprecated.
|
static java.lang.String[] |
MicUtil.getAltKeyArray(java.lang.String indexName,
java.sql.Connection con)
Deprecated.
|
static java.lang.String[] |
MicUtil.getAltKeyArray(java.lang.String indexName,
java.lang.String entityName)
Get Alternative Key for the Mbo
|
static java.lang.String |
MicUtil.getAppExportDir(java.lang.String fileFormat)
Get the name of the extract directory.
|
static java.lang.String |
MicUtil.getBaseCurrency(java.lang.String key,
UserInfo info,
java.lang.String orgid)
Return BaseCurrencyCode
|
byte[] |
EntMicService.getBidiData(byte[] responseBody,
java.lang.String bidiFormat)
Return data using bidi conversion
|
byte[] |
MicService.getBidiData(byte[] responseBody,
java.lang.String bidiFormat)
Return data using bidi conversion
|
static java.lang.String[] |
MicUtil.getContextKeyArray(java.lang.String name)
Create array of keys from data dictionary
|
java.lang.String |
StructureObject.getCurrentData(java.lang.String col)
Return value for the column name in CurrentData Element as String Value
|
java.lang.String |
StructureObject.getCurrentDataAsBinaryText(java.lang.String col)
Return value for the column name in CurrentData Element as binry text
|
boolean |
StructureObject.getCurrentDataAsBoolean(java.lang.String col)
Return value for the column name in CurrentData Element as boolean
|
byte[] |
StructureObject.getCurrentDataAsBytes(java.lang.String col)
Return value for the column name in CurrentData Element as byte Value
|
java.util.Date |
StructureObject.getCurrentDataAsDate(java.lang.String col)
Return value for the column name in CurrentData Element as date
|
double |
StructureObject.getCurrentDataAsDouble(java.lang.String col)
Return value for the column name in CurrentData Element as double
|
int |
StructureObject.getCurrentDataAsInt(java.lang.String col)
Return value for the column name in CurrentData Element as integer
|
long |
StructureObject.getCurrentDataAsLong(java.lang.String col)
Return value for the column name in CurrentData Element as long
|
java.lang.String |
StructureObject.getCurrentDataAsString(java.lang.String col)
Return value for the column name in CurrentData Element as String Value
|
MboRemote |
StructureData.getCurrentMbo()
Return Main MBO which associated with current noun
|
static java.lang.String |
MicUtil.getDefaultDirectory()
Get default file directory for tenant
|
java.lang.String |
EntMicService.getEndPointName(java.lang.String extSysName,
java.lang.String pubChannelName)
Get end point name for external system and publish channel.
|
java.lang.String |
MicService.getEndPointName(java.lang.String extSysName,
java.lang.String pubChannelName)
Get end point name for external system and publish channel.
|
java.util.Map |
EndPointCacheImpl.getEndPointProperties(java.lang.String endPointName)
Returns a map of property values for the given endpoint name.
|
java.util.Map |
EndPointCache.getEndPointProperties(java.lang.String endPointName)
Returns a map of property values for the given endpoint name.
|
static java.lang.String |
MicUtil.getEntityName(java.lang.String name)
Return entity name for an object name
|
java.util.Set |
MaximoEventFilter.getEventObjects() |
static java.lang.String |
MicUtil.getExternalValueList(java.lang.String listName,
java.lang.String maxValue)
|
static java.lang.String |
MicUtil.getExternalValueList(java.lang.String listName,
java.lang.String maxValue,
java.lang.String siteId,
java.lang.String orgId)
Get value for a MAXVALUE in value list
|
static java.lang.String |
MicUtil.getExtractDir(java.lang.String extSysName,
java.lang.String fileFormat)
Get the name of the extract directory.
|
java.lang.String |
StructureObject.getGL(java.lang.String col)
Return value for the GL column name in CurrentData Element as String
Value
|
java.lang.String |
StructureObject.getGL(java.lang.String col,
java.lang.String orgId)
Return value for the GL column name in CurrentData Element as String
Value
|
java.lang.String |
StructureObject.getGLComponent(java.lang.String col,
int order,
java.lang.String orgId)
Return value GL component for the specified order
|
UserInfo |
EntMicService.getIfaceTableUserInfo()
Returns user info for interface tables
|
static InterTablesCacheImpl |
InterTablesCacheImpl.getInstance() |
static InterTablesCache |
InterTablesCache.getInstance()
Get one instance of InterTablesCache
|
static IntErrorCache |
IntErrorCache.getInstance()
Always use one instance of EndPointCache
|
static ExtSystemCache |
ExtSystemCache.getInstance()
Always use one instance of EnterpriseServiceDetailCache
|
static EnterpriseServiceDetailCache |
EnterpriseServiceDetailCache.getInstance()
Always use one instance of EnterpriseServiceDetailCache
|
static EnterpriseServiceCache |
EnterpriseServiceCache.getInstance()
Get one instance of EnterpriseServiceCache
|
static java.lang.String |
MicUtil.getInternalValueList(java.lang.String listName,
java.lang.String value)
Get MAXVALUE for a value in value list
|
Interpreter |
EnterpriseServiceInfo.getInterpreter()
Returns the interpreter
|
static java.lang.String |
MicUtil.getItemType(MboRemote mbo,
java.lang.String relation) |
static java.lang.String[] |
MicUtil.getKeyArray(MicSetInfo micInfo)
Deprecated.
|
static java.lang.String[] |
MicUtil.getKeyArray(java.lang.String name)
Create array of keys from data dictionary
|
static java.util.Iterator |
MicUtil.getKeyMboValues(java.lang.String name) |
java.lang.String |
StructureData.getLanguage()
Get base language of the Maximo.
|
java.lang.String |
EntMicService.getLaunchURL(java.lang.String launchEntryName,
MboRemote mainMbo)
Get Object Structure name base on entity name of the interface table.
|
java.lang.String |
MicService.getLaunchURL(java.lang.String launchEntryName,
MboRemote mainMbo)
Get Object Structure name base on entity name of the interface table.
|
static MaxExtIfaceIn |
MaxExtIfaceIn.getMaxExtIfaceIn()
Always use one instance of MaxExtIfaceIn
|
static MaxExtIfaceOut |
MaxExtIfaceOut.getMaxExtIfaceOut()
Always use one instance of MaxExtIfaceOut
|
static int |
MicUtil.getMaximoType(java.lang.String objectName,
java.lang.String attributeName)
Get MAXIMO Type for the MAXIMO Attribute
|
static java.lang.String |
MicUtil.getMaxVar(java.lang.String varname)
Returns the value for the given maxvar.
|
static java.lang.String |
MicUtil.getMaxVar(java.lang.String key,
java.lang.String orgid,
java.lang.String siteid)
Return MaxVar value for the key using ORGID and SITEID
|
MboRemote |
StructureData.getMboFromMemory()
Return Mbo from memory
|
static java.lang.String |
MicUtil.getMeaGlobalDir()
Get the integration global directory.
|
static java.lang.String |
MicUtil.getMeaGlobalDir(boolean getDefaultDir)
Get the integration global directory.
|
MicSetInfo |
MicService.getMicSetInfo(java.lang.String mosName,
java.lang.String objname)
Deprecated.
|
UserInfo |
MicService.getMonitorUserInfo()
Create new instance of user info for Integration User
|
java.lang.String |
EntMicService.getMosNameForPubChannel(java.lang.String channelName)
Get object structure name for publish channel.
|
java.lang.String |
MicService.getMosNameForPubChannel(java.lang.String channelName)
Get object structure name for publish channel.
|
static MessageTracker |
MsgTrackerFactory.getMsgTracker()
Get the relevant message error handler instance
|
UserInfo |
MicService.getNewUserInfo()
Create new instance of user info for Integration User
|
java.lang.String |
EntMicService.getNormalizedName(java.lang.String queueName)
Get normalized queue name.
|
java.lang.String |
MicService.getNormalizedName(java.lang.String queueName)
Get normalized queue name.
|
java.lang.String |
EntMicService.getOSNameForIfaceTable(java.lang.String entityName)
Get Object Structure name base on entity name of the interface table.
|
java.lang.String |
MicService.getOSNameForIfaceTable(java.lang.String entityName)
Get Object Structure name base on entity name of the interface table.
|
int |
StructureObject.getOverrideType(java.lang.String col,
int currentType)
Return current type of the field
|
MosDetailInfo |
MicService.getPrimaryInfo(java.lang.String mosName)
Get the primary MosDetailInfo
|
java.lang.Object |
StructureData.getPrimaryObjectAsObject()
Get primary object in the current level
|
java.lang.String |
EntMicService.getQueueToWrite()
Get notification queue name.
|
java.lang.String |
MicService.getQueueToWrite()
Get notification queue name.
|
MboRemote |
StructureData.getRealMbo(java.lang.String objectName)
Return real Mbo for non-persistent top level Mbo
|
static java.sql.Connection |
MicUtil.getRemoteConnection(java.lang.String driver,
java.lang.String url,
java.lang.String username,
java.lang.String password)
Get remote databse Connection
|
java.lang.String |
StructureObject.getRowStamp()
Return value for the column name in CurrentData Element as String Value
|
java.lang.String |
EnterpriseServiceInfo.getSplitTag()
Get split tag name
|
StructureObject |
StructureData.getStructureObject(java.lang.String xPathExpression)
Get StructureObject using XPath expression
|
java.util.List |
StructureData.getStructureObjectList(java.lang.String xPathExpression)
Get List of objects using XPath expression
|
java.lang.String[] |
EntMicService.getTargetWindow(java.lang.String launchEntryName,
MboRemote mainMbo)
Get Target Window.
|
java.lang.String[] |
MicService.getTargetWindow(java.lang.String launchEntryName,
MboRemote mainMbo)
Get Target Window.
|
java.lang.String |
StructureData.getTransLanguage()
Get language of the transaction.
|
static java.lang.String |
MicUtil.getUserNo(MboSetRemote mboSet)
Returns Local value for NO.
|
static java.lang.String |
MicUtil.getUserYes(MboSetRemote mboSet)
Returns Local value for YES.
|
java.lang.String |
StructureData.getXPathData(java.lang.String xPathExpression)
Get Data using XPath expression
|
static java.lang.String |
MicUtil.getYORNValue(int val,
MboSetRemote mboSet)
Returns Local value YES/NO.
|
void |
PublishChannelCacheImpl.init()
Initialize the cache object.
|
void |
MaxExtIfaceOutImpl.init()
Initialization
|
void |
InvokeChannelCacheImpl.init()
Initialize the cache object.
|
void |
InterTablesCacheImpl.init()
Initialization of InterTablesCache
|
void |
IntErrorCache.init()
Initialize the IntErrorCache
|
void |
EnterpriseServiceDetailCacheImpl.init()
Initialization of EnterpriseServiceDetailCache
|
void |
EnterpriseServiceCacheImpl.init()
Initialization fo EnterpriseServiceCache
|
void |
EndPointCacheImpl.init()
Initialize the EndPointCache
|
byte[] |
MicService.internalProcessData(byte[] in,
UserInfo info,
MXTransaction trans)
Internal method for Unit Test
This method will be called for every object structure service to process
incoming transactions.
|
byte[] |
EntMicService.internalProcessExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo info,
MXTransaction trans)
Internal method for Unit Test.
|
byte[] |
MicService.internalProcessExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo info,
MXTransaction trans)
Internal method for Unit Test.
|
byte[] |
ServiceInvoker.invoke(java.util.Map metaData,
MboRemote sourceMbo,
MboRemote targetMbo,
java.lang.String endPointName)
Service invocation for Source and Target Mbo
|
byte[] |
InvokeChannel.invoke(java.util.Map metaData,
MboRemote sourceMbo,
MboRemote targetMbo,
java.lang.String endPointName) |
byte[] |
ServiceInvoker.invoke(java.util.Map metaData,
MboRemote sourceMbo,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName)
Service invocation for Source Mbo and Target MboSet
|
byte[] |
InvokeChannel.invoke(java.util.Map metaData,
MboRemote sourceMbo,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName) |
byte[] |
ServiceInvoker.invoke(java.util.Map metaData,
MboSetRemote sourceMboSet,
MboRemote targetMbo,
java.lang.String endPointName)
Service invocation for Source MboSet and Target Mbo
|
byte[] |
InvokeChannel.invoke(java.util.Map metaData,
MboSetRemote sourceMboSet,
MboRemote targetMbo,
java.lang.String endPointName) |
byte[] |
ServiceInvoker.invoke(java.util.Map metaData,
MboSetRemote sourceMboSet,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName)
Service invocation for Source and Target MboSet
|
byte[] |
InvokeChannel.invoke(java.util.Map metaData,
MboSetRemote sourceMboSet,
MboSetRemote targetMboSet,
int action,
java.lang.String endPointName) |
void |
EntMicService.invokeChannel(java.lang.String channelName,
MboRemote mbo)
Invoke Invocation Channel.
|
void |
MicService.invokeChannel(java.lang.String channelName,
MboRemote mbo)
Invoke Invocation Channel.
|
boolean |
StructureObject.isCurrentDataNull(java.lang.String col)
Return TRUE or FALSE depending of null value in the column
|
boolean |
StructureObject.isCurrentDataObject(java.lang.String col)
Is child JSONObject or JSONArray so it is not an attribute but child object
|
boolean |
StructureObject.isGLDataNull(java.lang.String col)
Return TRUE or FALSE depending of null value in the GL column
|
boolean |
StructureObject.isGLDataNull(java.lang.String col,
java.lang.String orgId)
Return TRUE or FALSE depending of null value in the GL column
|
boolean |
StructureObject.isHidden()
Determine whether Action of the current data of
Structure Object is null
|
boolean |
MaxExtIfaceOutImpl.isInterfaceOutEnabled(java.lang.String extSysName,
java.lang.String ifaceName)
Returns whether the given interface is enabled for a given ext system
|
boolean |
MaxExtIfaceOut.isInterfaceOutEnabled(java.lang.String extSysName,
java.lang.String ifaceName)
Returns whether the given interface is enabled for a given ext system
|
boolean |
StructureData.isPatch()
Return is patch operation
|
boolean |
EnterpriseServiceInfo.isReplyRequired()
Returns is reply required for this service
|
static boolean |
MicUtil.isResponseRequired(java.lang.String messageType)
Get Response Required to return response for the all operation
|
java.lang.Boolean |
MaximoEventFilter.isScriptFilterEvent(MboRemote mbo) |
static java.util.Date |
MicUtil.jmigStringToDateTime(java.lang.String in)
|
byte[] |
MicServiceRemote.loadData(byte[] in,
UserInfo info,
MXTransaction trans,
java.util.Map defaults)
This method will be called to load Object Structure XML data.
|
byte[] |
MicService.loadData(byte[] in,
UserInfo info,
MXTransaction trans,
java.util.Map defaults)
This method will be called to load object structure XML data.
|
void |
EntMicService.loadSystemData(java.lang.String directory,
java.lang.String intLevel,
UserInfo userInfo)
Process system data comimg in Maximo format.
|
void |
MicServiceRemote.loadSystemData(java.lang.String directory,
java.lang.String intLevel,
UserInfo userInfo)
Process system data comimg from external system.
|
void |
MicService.loadSystemData(java.lang.String directory,
java.lang.String intLevel,
UserInfo userInfo)
Process system data comimg in Maximo format.
|
void |
StructureData.moveToFirstIntObject()
|
void |
StructureData.moveToFirstObjectStruture()
Reset Structure Data to point to first object structure.
|
boolean |
StructureData.moveToNextIntObject()
|
boolean |
StructureData.moveToNextObjectStructure()
moves to the next object structure .
|
boolean |
StructureData.moveToPrevIntObject()
|
boolean |
StructureData.moveToPrevObjectStructure()
moves to the previous object structure.
|
void |
AssignmentMgr.mutliply()
Carry out the org/site/set multiplication
|
static boolean |
MicUtil.parseCondition(java.lang.String str,
MboRemote mbo)
This will validate a condition
|
void |
MicSetOut.postSerializationRules(MboRemote mbo,
MosDetailInfo mosDetInfo) |
static void |
EntMicUtil.prepareEntSrvMsgTrkInfo(java.util.Map properties,
byte[] data)
Utility method for Message Tracking - Prepares message properties hash map with
necessary info
|
byte[] |
EntMicService.processDataIn(StructureData irData,
EnterpriseServiceInfo detailInfo,
java.lang.String extSystem,
UserInfo info,
MXTransaction mxTrans)
This method will be called for every object structure to process
External data.
|
byte[] |
EntMicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo info,
MXTransaction trans)
Process data comimg from external system.
|
byte[] |
MicServiceRemote.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String serviceName,
UserInfo info,
MXTransaction trans)
Process data comimg from external system.
|
byte[] |
MicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String serviceName,
UserInfo info,
MXTransaction trans)
Process data comimg from external system.
|
byte[] |
EntMicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String ifaceName,
UserInfo userInfo,
MXTransaction trans,
boolean fromQueue)
Process data comimg from external system.
|
byte[] |
MicService.processExternalData(byte[] data,
java.lang.String sender,
java.lang.String serviceName,
UserInfo info,
MXTransaction trans,
boolean fromQueue)
Process data comimg from external system.
|
protected byte[] |
MicSetIn.processExternalData(StructureData data,
EnterpriseServiceInfo detailInfo,
UserInfo info,
MXTransaction trans,
java.lang.String sender)
Process data coming from external systems.
|
void |
EntMicService.processJMSRecovery(java.lang.String queueName,
UserInfo userInfo)
JMS recovery logic
|
void |
MicServiceRemote.processJMSRecovery(java.lang.String queueName,
UserInfo userInfo) |
void |
MicService.processJMSRecovery(java.lang.String queueName,
UserInfo userInfo)
JMS recovery logic
|
protected byte[] |
MicService.processObjectStructureData(java.lang.Object docData,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for object structure XML.
|
byte[] |
MicServiceRemote.processObjectStructureService(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for every MOS to process
External data.
|
byte[] |
MicService.processObjectStructureService(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for every object structure service to process
incoming transactions.
|
byte[] |
MicService.processObjectStructureService(org.jdom.Document doc,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans)
This method will be called for every object structure service to process
incoming transactions.
|
long |
MicService.processOSLC(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo,
java.lang.String format)
Deprecated.
|
long |
MicService.processOSLCAsJSON(com.ibm.json.java.JSONArtifact jsonData,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo,
java.lang.String format) |
long |
MicService.processOSLCAsJSON(com.ibm.json.java.JSONArtifact jsonData,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo,
java.lang.String format,
OslcRequest oslcRequest) |
long |
MicService.processOSLCJSON(byte[] in,
java.lang.String mosName,
java.lang.String messageType,
UserInfo info,
MXTransaction trans,
MboRemote mbo)
This method will be called for every object structure service to process
incoming transactions.
|
protected byte[] |
MicSetIn.processResponse()
Process response for type Create
|
void |
MicSetIn.processResponse(StructureData data,
java.lang.String ifaceName,
java.lang.Object target,
int action,
UserInfo info,
MXTransaction mxTrans,
java.util.Map md)
Process response for Invokation Channel.
|
void |
StatefulMicSetIn.processStatefulSet(MboSetRemote set)
Add MboSet to transaction.
|
void |
PublishChannel.publish(MboRemote mbo,
boolean event) |
void |
PublishChannel.publish(MboSetRemote mboSet) |
void |
PublishChannel.publish(MboSetRemote mboSet,
int start,
int count) |
boolean |
PublishChannel.publishTo(MboSetRemote mboSet,
int start,
int count,
java.lang.String extSystem) |
boolean |
PublishChannel.publishTo(MboSetRemote mboSet,
int pageSize,
java.lang.String extSystem) |
void |
PublishChannel.publishTo(MboSetRemote mboSet,
java.lang.String extSystem) |
byte[] |
EntMicService.query(byte[] data,
java.lang.String serviceName,
java.lang.String extSystem,
UserInfo userInfo)
Query maximo via query query services.
|
byte[] |
MicServiceRemote.query(byte[] queryXml,
java.lang.String serviceName,
java.lang.String extSystem,
UserInfo userInfo)
Query maximo via query query services.
|
byte[] |
MicService.query(byte[] queryXml,
java.lang.String serviceName,
java.lang.String extSystem,
UserInfo userInfo)
Query maximo via query query services.
|
byte[] |
EntMicService.query(byte[] queryXml,
java.lang.String mosName,
UserInfo userInfo)
Query maximo via query objec structure service.
|
byte[] |
MicServiceRemote.query(byte[] queryXml,
java.lang.String mosName,
UserInfo userInfo)
Query maximo via query objec structure service.
|
byte[] |
MicService.query(byte[] queryXml,
java.lang.String mosName,
UserInfo userInfo)
Query maximo via query objec structure service.
|
byte[] |
EntMicService.query(org.jdom.Document data,
java.lang.String serviceName,
java.lang.String extSystem,
UserInfo userInfo)
Query maximo via query query services.
|
byte[] |
MicService.query(org.jdom.Document data,
java.lang.String serviceName,
java.lang.String extSystem,
UserInfo userInfo)
Query maximo via query query services.
|
byte[] |
EntMicService.query(org.jdom.Document queryXml,
java.lang.String mosName,
UserInfo userInfo)
Query maximo via query objec structure service.
|
byte[] |
MicService.query(org.jdom.Document queryXml,
java.lang.String mosName,
UserInfo userInfo)
Query maximo via query objec structure service.
|
void |
MaxExtIfaceOutImpl.refresh()
Refresh the DD
|
void |
MaxExtIfaceOut.refresh()
Refresh the DD
|
void |
MicService.refreshIntegrationDD()
Refresh ObjectStructureCache.
|
void |
PublishChannelCacheImpl.reload()
Reloads the cache object.
|
void |
MaxExtIfaceOutImpl.reload()
Refresh this object in memory
|
void |
InvokeChannelCacheImpl.reload()
Reloads the cache object.
|
void |
InterTablesCacheImpl.reload()
Refresh the InterTablesCache
|
void |
IntErrorCache.reload()
Refresh the IntErrorCache
|
void |
ExtSystemCache.reload()
Refresh the External System DD
|
void |
EnterpriseServiceDetailCacheImpl.reload()
Refresh this object in memory
|
void |
EnterpriseServiceCacheImpl.reload()
Refresh EnterpriseServiceCache
|
void |
EndPointCacheImpl.reload()
Refresh the EndPointCache
|
void |
PublishChannelCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
MaxExtIfaceOutImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
InvokeChannelCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
InterTablesCacheImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
IntErrorCache.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
EnterpriseServiceDetailCacheImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
EnterpriseServiceCacheImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
EndPointCacheImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
StructureData.removeChildren()
Deprecated.
|
void |
StructureData.removeChildrenFromPrimaryObject()
Remove all children of the Primary Object Element
|
void |
StructureData.removeCurrentIntObject()
|
void |
StructureData.removeCurrentObjectStructure()
Removed the current object structure from the Structure & re-positions
cursor to previous one.
|
void |
MicService.resetWorkscapelayoutCards(UserInfo info) |
boolean |
MessageTracker.rollbackTrackingLog(java.lang.String messageId) |
void |
MicTransactable.rollbackTransaction(MXTransaction txn)
This method will be called during rollback of the transaction
|
byte[] |
MicServiceRemote.routeData(byte[] data,
java.lang.String endPointName,
java.util.Map metaData)
Deplyment manager API to Route Data.
|
byte[] |
MicService.routeData(byte[] data,
java.lang.String endPointName,
java.util.Map metaData)
Deplyment manager API to Route Data.
|
void |
MicTransactable.saveTransaction(MXTransaction txn)
This method will be called during save of the transaction
|
StructureObject |
StructureData.setAsCurrent(java.lang.String xPathExpression)
Sets current data
|
void |
StructureObject.setCurrentData(java.lang.String colname,
byte[] data)
Put element to Current Data Element object as bytes
|
protected void |
EnterpriseServiceInfo.setDefaultNamespace()
Set default namespace from mxe.int.xmlnamespace property
|
static void |
MicUtil.setDefaultSite(UserInfo userInfo) |
protected void |
EnterpriseServiceInfo.setDefaultSplitTag(java.lang.String msg,
java.lang.String os)
Set default split tag name
|
void |
MaxExtIfaceOutInfo.setEndPoint(java.lang.String endPoint)
Set the End Point
|
void |
StructureObject.setGL(java.lang.String colname,
java.lang.String[] glSegments)
|
void |
StructureObject.setGL(java.lang.String colname,
java.lang.String[] glSegments,
java.lang.String orgId)
Construct and set the GLAccount from the given gl segments
|
void |
StructureData.setIsPatch(boolean isPatch)
Sets is patch
|
void |
StructureData.setJsonRequest(OslcRequest jsonRequest)
Set OslcRequest (will be used for JSON only)
|
void |
StructureObject.setXPathData(java.lang.String xPathExpression,
java.lang.String data)
Get Data using XPath expression
|
protected boolean |
MaximoEventFilter.skipEventForHierarchy(MboRemote mbo) |
protected boolean |
MaximoEventFilter.stopRecurrence(MboRemote mbo)
This method stops recurrence, i.e it checks if this is incoming
transaction and if the MetaDataProperties.SOURCETYPE is specified stops the event
from going out.
|
void |
MicListener.structureChanged(OSEvent osEvent)
This method will be called from Mbo after save, but before commit.
|
void |
MicService.syncUsersToMAS(java.lang.String owner,
java.lang.String issuer)
Sync all users which were not marked as synced in to MAS from manage
|
java.lang.String |
LandlordOnly.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
java.lang.String |
LandlordNonMT.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
boolean |
MessageTracker.trackMessage(java.util.Map properties)
Perform Message Tracking with Implcite commit.
|
boolean |
MessageTracker.trackMessage(java.util.Map properties,
byte[] data)
Perform Message Tracking with Implcite commit.
|
boolean |
MessageTracker.trackMessage(java.util.Map properties,
byte[] data,
java.sql.Connection conn)
Perform Message Tracking without commit.
|
boolean |
MessageTracker.trackMessage(java.util.Map properties,
java.sql.Connection conn)
Perform Message Tracking without commit.
|
void |
EntMicService.tryObjectStructure(java.lang.String mosName,
java.lang.String where,
UserInfo userInfo) |
void |
MicServiceRemote.tryObjectStructure(java.lang.String mosName,
java.lang.String where,
UserInfo userInfo) |
void |
MicService.tryObjectStructure(java.lang.String mosName,
java.lang.String where,
UserInfo userInfo) |
void |
StatefulMicSetIn.unapprove(java.lang.String domainid)
Method to unapproved an approved MBO
|
void |
MicTransactable.undoTransaction(MXTransaction txn)
This method will be called during undo of the transaction
|
void |
PublishChannelCacheImpl.unregisterAllListeners() |
void |
PublishChannelCache.unregisterAllListeners() |
void |
PublishChannelCacheImpl.unregisterListeners(java.lang.String pubChannelName) |
void |
PublishChannelCache.unregisterListeners(java.lang.String pubChannelName) |
static void |
MicUtil.updateSendersysid(java.lang.String tableName,
java.lang.String where,
java.sql.Connection con)
Update Sendersysid for the table
|
void |
MicService.validateFormula(java.lang.String objectName,
UserInfo info,
java.lang.String formula) |
static void |
MicUtil.validateOrgSite(StructureData struc,
MboSetRemote mboSet,
java.lang.String orgName,
java.lang.String siteName,
java.lang.String itemSetName,
java.lang.String companySetName)
Validate ORG and SITE for the inbound transaction.
|
static void |
MicUtil.validateOrgSite(StructureObject struc,
MboSetRemote mboSet,
java.lang.String orgName,
java.lang.String siteName,
java.lang.String itemSetName,
java.lang.String companySetName)
Validate ORG and SITE for the inbound transaction.
|
boolean |
MicTransactable.validateTransaction(MXTransaction txn)
validate transaction.
|
int |
EntMicService.viewKafkaQueueData(QueueConfig config,
java.lang.String selector,
int count,
int start,
UserInfo userInfo,
int partition,
boolean countOnly,
boolean unprocessedOnly,
java.util.List viewFilesList) |
int |
MicService.viewKafkaQueueData(QueueConfig config,
java.lang.String selector,
int count,
int start,
UserInfo userInfo,
int partition,
boolean countOnly,
boolean activeOnly,
java.util.List viewFilesList) |
void |
EntMicService.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo)
Dumps all the messages in the JMS queue into a preconfigured folder.
|
void |
MicServiceRemote.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo)
This method will be called from outside to view the messages in a JMS
Queue
|
void |
MicService.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo)
Dumps all the messages in the JMS queue into a preconfigured folder.
|
int |
EntMicService.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo,
boolean countOnly) |
int |
MicServiceRemote.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo,
boolean countOnly) |
int |
MicService.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo,
boolean countOnly) |
int |
EntMicService.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo,
boolean countOnly,
java.util.List viewFilesList) |
int |
MicServiceRemote.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo,
boolean countOnly,
java.util.List viewFilesList) |
int |
MicService.viewQueueData(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo,
boolean countOnly,
java.util.List viewFilesList) |
void |
EntMicService.viewQueueDataApi(java.lang.String queueName,
java.lang.String selector,
int count,
UserInfo userInfo) |
void |
EntMicService.writeDataToNotificationQueue(MXTransaction mxtran,
java.lang.String eventForUser,
java.util.Map properties,
UserInfo userInfo,
byte[] queueData,
java.lang.String textData,
boolean syntheticEvent)
Write notification to the queue.
|
void |
MicService.writeDataToNotificationQueue(MXTransaction mxtran,
java.lang.String eventForUser,
java.util.Map properties,
UserInfo userInfo,
byte[] queueData,
java.lang.String textData,
boolean syntheticEvent)
Write notification to the queue.
|
void |
EntMicService.wsinteraction(java.lang.String interactionName,
MboRemote mbo)
Process Web Service Interaction.
|
void |
MicService.wsinteraction(java.lang.String interactionName,
MboRemote mbo)
Process Web Service Interaction.
|
Methods in psdi.iface.migexits that throw MXException
Modifier and Type |
Method and Description |
StructureData |
ExternalExit.callExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String maxIfaceName,
StructureData data,
MXTransaction mxTrans,
java.lang.String messageType)
Set external system statements for outbound transactions
|
StructureData |
UserExit.callExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String maxIfaceName,
StructureData erData,
MXTransaction mxTrans,
java.lang.String messageType) |
StructureData |
UserExit.callExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String maxIfaceName,
StructureData erData,
StructureData irData,
MXTransaction mxTrans,
java.lang.String messageType) |
StructureData |
ExternalExit.callExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData userExitData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String messageType) |
StructureData |
UserExit.callExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData irData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String messageType) |
StructureData |
UserExit.callExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData irData,
StructureData erData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String messageType) |
boolean |
MASUserMapperExit.checkManageAccess(com.ibm.json.java.JSONObject erJo) |
boolean |
BaseExit.checkStatus(StructureData irData,
java.lang.String sendListName,
java.lang.String orgId,
java.lang.String siteId)
Deprecated.
|
StructureData |
BaseExit.cloneData(StructureData strucData,
java.lang.String namespacePrefix,
java.lang.String namespaceURI,
boolean isIR)
This method clones the given StructureData object and places
the entire document in the given new namespace.
|
java.lang.String |
BaseExit.findMaxVar(java.lang.String varName,
java.lang.String orgId,
java.lang.String siteId)
Get value for a MAXVAR
|
java.lang.String |
BaseExit.findValueList(java.lang.String listName,
java.lang.String maxValue)
|
java.lang.String |
BaseExit.findValueList(java.lang.String listName,
java.lang.String maxValue,
java.lang.String siteid,
java.lang.String orgid)
Get value for a MAXVALUE in value list
|
java.lang.String |
MASUserMapperExit.getAppName(com.ibm.json.java.JSONObject erJo) |
java.lang.String |
MASUserMapperExit.getAppSyncState(com.ibm.json.java.JSONObject erJo,
java.lang.String appName) |
protected java.lang.String |
BaseExit.getEndPoint()
Gets the end point for Invoke Channel.
|
static java.lang.Object |
ExitProcessor.getExitHandle(java.lang.String exitClassName,
int type) |
ControlsCache |
BaseExit.getMaxIfaceControl()
Return Information about the MicSetUtil
|
protected MboServerInterface |
BaseExit.getMboServer()
Return a reference to the server.
|
MboSetRemote |
BaseExit.getMboSet(java.lang.String name)
Creates MboSet from MXSERVER based on table name
|
UserInfo |
BaseExit.getNewUserInfo()
Return new user info of current instance
|
java.lang.String |
MASUserMapperExit.getUserApp(com.ibm.json.java.JSONObject erJo) |
protected byte[] |
BaseExit.getUserResponse()
Gets User response.
|
java.lang.String |
MASUserMapperExit.getUserRole(com.ibm.json.java.JSONObject erJo,
java.lang.String appName) |
java.lang.String |
MASUserMapperExit.getUserSyncState(com.ibm.json.java.JSONObject erJo) |
java.lang.String |
MASUserMapperExit.getWorkSpaceID() |
java.lang.String |
MASGroupMapperExit.getWorkSpaceID() |
boolean |
MASUserMapperExit.handleDelete(java.lang.String userid)
Handles delete user
|
boolean |
MASUserMapperExit.hasManageApp(com.ibm.json.java.JSONObject erJo) |
void |
BaseExit.initExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String ifaceName,
MXTransaction mxTrans,
UserInfo userInfo,
java.lang.String messageType) |
void |
MASUserMapperExit.loadDefaultGroups(com.ibm.json.java.JSONObject erJo) |
byte[] |
ExitProcessor.mapData(byte[] inXML,
java.lang.String mapName,
java.util.Map params)
Return Mapped Data
|
StructureData |
ExitProcessor.mapData(StructureData inData,
java.lang.String mapName,
java.util.Map params)
Return Mapped Data
|
StructureData |
ExternalExit.mapDataIn(StructureData data) |
StructureData |
ExternalExit.mapDataOut(StructureData data) |
StructureData |
ExternalExit.mapExitsIn(UserInfo userInfo,
java.lang.String extSystem,
java.lang.String ifaceName,
java.lang.String ifaceType,
java.lang.String mosName,
StructureData data,
MXTransaction mxTrans,
java.lang.String messageType)
External exit map method for outbound transactions.
|
StructureData |
ExternalExit.mapExitsOut(java.lang.String extSystem,
java.lang.String mosName,
java.lang.String extIfaceName,
StructureData userExitData,
MXTransaction mxtran,
UserInfo userInfo,
java.lang.String ifaceType,
java.lang.String MessageType) |
StructureData |
MASUserMapperExit.mapMASUsertoOS(StructureData erData) |
java.util.Map |
ExitProcessor.processExitsAndRulesOut(PublishInfo pubInfo,
java.lang.String forExtSystem,
byte[] pubXmlData,
boolean isEvent,
MXTransaction mxTx,
java.util.List usedMboList,
UserInfo userInfo)
Exits and Rules task being called as part of publish process
Called from: Publish Channel
|
StructureData |
ExitProcessor.processExitsIn(EnterpriseServiceInfo inInfo,
UserInfo userInfo,
java.lang.String extSystem,
byte[] erData,
MXTransaction mxTrans)
Exit called as part of incoming query process
Called from: Query
|
StructureData |
ExitProcessor.processExitsIn(EnterpriseServiceInfo inInfo,
UserInfo userInfo,
java.lang.String extSystem,
StructureData exitInputData,
MXTransaction mxTrans)
Exit called as part of incoming data sync processes
Called from: integration services - create, update, delete, sync
|
StructureData |
ExitProcessor.processExitsIn(InvokeInfo invkInfo,
byte[] xmlData,
MXTransaction mxTx,
UserInfo userInfo)
Exit called as part of invocation process's response
Called from: Invoke
|
byte[] |
ExitProcessor.processExitsOut(InvokeInfo invkInfo,
byte[] xmlData,
MXTransaction mxTx,
java.util.List usedMboList,
UserInfo userInfo)
Exit called as part of invocation process
Called from: Invoke
|
byte[] |
ExitProcessor.processExitsOutForInProcess(EnterpriseServiceInfo serviceInfo,
java.lang.String extSystem,
byte[] pubXmlData,
MXTransaction mxTx,
java.util.List usedMboList,
UserInfo userInfo)
Exit called as part of incoming process's response
Called from: Query's response, Create's response
|
StructureData |
MASUserMapperExit.setDataIn(StructureData erData)
Inbound Processing Class.
|
StructureData |
MASGroupMapperExit.setDataIn(StructureData erData)
Inbound Processing Class.
|
StructureData |
ExternalExit.setDataIn(StructureData data)
This method will set values from MAXIMO data
and validations against MAXIMO data
for incoming transactions
|
StructureData |
ExternalExit.setDataOut(StructureData userExitData)
This method will set values from MAXIMO data
and validations against MAXIMO data
for outgoing transactions
|
void |
UserExit.setUserMboIn(MboRemote mbo) |
StructureData |
UserExit.setUserValueIn(StructureData erData)
Set user statements for inbound transaction
|
StructureData |
UserExit.setUserValueIn(StructureData irData,
StructureData erData)
Set user statements for inbound transaction
The second user exit.
|
StructureData |
UserExit.setUserValueOut(StructureData irData)
Set user statements for outbound transaction
and validata against MAXIMO data
|
StructureData |
UserExit.setUserValueOut(StructureData irData,
StructureData erData)
Set user statements for outbound transaction
and validata against MAXIMO data
The second user exit.
|
protected void |
BaseExit.skipIntegrationObject(StructureData sdata)
Creates MboSet from MXSERVER based on table name
|
boolean |
MASGroupMapperExit.toBeDeleted(com.ibm.json.java.JSONObject erJo) |
Methods in psdi.iface.mos that throw MXException
Modifier and Type |
Method and Description |
protected void |
StAXStructure.addExtensibilityAttributes(java.lang.String name,
MboRemote mbo,
java.lang.Object ovrdColValue,
boolean overridden) |
MboRemote |
MosProcessImpl.addMbo(MboSetRemote mboSet)
Default method to call back and add Mbo's in MboSet
|
protected void |
MOSStAXStructure.addObjectExtensibilityAttributes(MboRemote mbo) |
protected void |
MBOStAXStructure.addObjectExtensibilityAttributes(MboRemote mbo) |
protected void |
MBOStAXStructure.addRootExtensibilityAttributes() |
void |
MosProcessImpl.afterProcess()
Called after processing while XML
(can be called to change status in the hierarchy)
|
void |
MosProcessImpl.afterReplace(MboRemote child)
Called for action Replace or null scenario after processing while XML
to delete data which did not come in XML
|
int |
MosDefinitionImpl.applyAPICondition(MboRemote mbo,
MosDetailInfo mosDetInfo) |
protected void |
MosProcessImpl.applyDMRules(StructureData data,
UserInfo info)
Default method to apply XML rules.
|
protected void |
MOSStAXStructure.applyFilterMbosetExpr(MboSetRemote childMboSet) |
protected int |
MosProcessImpl.applyMboRules(MboRemote ruleMbo,
java.lang.String hpath)
Default method to apply Mbo rules.
|
protected void |
MosProcessImpl.applyXMLRules()
Default method to apply XML rules.
|
static java.lang.String |
ConversionUtil.booleanToString(boolean data)
Converts boolean to string.
|
protected void |
MosProcessImpl.buildResponse(MboRemote mbo,
int itr,
int size)
Build Invocation response
|
protected void |
MosProcessImpl.buildResponseEnd()
Build Invocation response
|
protected void |
MosProcessImpl.callMboExit()
Default method to cal Mbo User Exit
|
void |
MosProcessImpl.checkAdditionalRules()
Default method to call at the end of processing can be used to set data
for the whole object.
|
int |
MosProcessImpl.checkBusinessRules()
Default method to call back and find out can we process data.
|
int |
MosDefinitionImpl.checkBusinessRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap)
Default method to call back and find out can we process data from
specific table.
|
int |
MosProcessImpl.checkBusinessRules(MboSetRemote mboSet,
java.lang.String tableName)
Default method to call back and find out can we process data.
|
static boolean |
MboXMLUtil.checkDefaultValues(MboValueInfo mvi,
java.lang.String name,
StructureObject strucObject)
Check default Value and how to process it
|
void |
MosProcessImpl.checkDocumnetMaxSize(byte[] document)
Checks size of the attachment against system property "mxe.int.doclink.maxfilesize"
|
void |
OSProcessScriptContext.checkForEsig(java.lang.String optionName) |
protected void |
MosProcessImpl.checkForEsig(java.lang.String optionName) |
boolean |
MosProcessImpl.checkForUpdate()
Default method to call and change for status update.
|
static void |
MboXMLUtil.checkRowstamp(MboRemote mbo,
StructureObject strucObject)
Default method to check rowstamp attribte against row stamp of the mbo.
|
void |
MosProcessImpl.checkValidateErrors()
Default method to check all validation errors
|
void |
MosProcessImpl.cleanup()
Default method to call at the end of processing to cleanup all private variable
create during the process of the noun.
|
void |
MboSetIterator.close() |
void |
MboListIterator.close() |
void |
MboArrayIterator.close() |
void |
MboIterator.close() |
boolean |
MosProcessImpl.compareMboKeyValues(MboSetRemote mboSet,
MicSetInfo micInfo,
java.lang.String[] keys)
|
boolean |
MosProcessImpl.compareMboKeyValues(MboSetRemote mboSet,
MosDetailInfo mdi,
java.lang.String[] keys)
Default method to try to find in memory MBO with the keys matched with
XML data for the current level
|
static int |
MboXMLUtil.convertAction(java.lang.String action)
Converts action in XML to the MboSet Constant
|
void |
MosProcessImpl.copyParentKey(java.lang.String attributeName,
java.lang.String value)
Copy parent key to a child if value does not exists in the child
|
int |
MboSetIterator.count() |
int |
MboListIterator.count() |
int |
MboArrayIterator.count() |
int |
MboIterator.count() |
static byte[] |
StAXUtil.createEmptyResponse(java.lang.String top,
UserInfo uinfo)
Creates tail element
|
MboSetRemote |
MosProcessImpl.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MicSetInfo micInfo,
java.lang.String processTable)
|
MboSetRemote |
MosProcessImpl.createMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Create Mbo set sets for all levels in XML for incoming transactions
|
MboRemote |
MosDefinitionImpl.createNewMbo(MboSetRemote mboSet) |
protected int |
MOSStAXStructure.createStructure(MboRemote mbo,
MosDetailInfo info,
boolean headerObject,
java.util.Map resourceProperties) |
protected byte[] |
MOSStAXStructure.createXML(MboIterator mboSet,
int startIndex,
int maxCount)
Create the outbound XML.
|
protected abstract byte[] |
StAXStructure.createXML(MboIterator mboSet,
int startIndex,
int maxCount) |
protected byte[] |
MBOStAXStructure.createXML(MboIterator mboSet,
int startIndex,
int maxCount)
Create the outbound XML.
|
protected byte[] |
MOSStAXStructure.createXML(MboRemote mbo,
boolean asSet) |
protected abstract byte[] |
StAXStructure.createXML(MboRemote mbo,
boolean asSet) |
protected byte[] |
MBOStAXStructure.createXML(MboRemote mbo,
boolean asSet) |
void |
MosProcessImpl.delete(MboRemote mbo,
MosDetailInfo mdi)
Update row in MAXIMO table for the main table
|
void |
MosProcessImpl.deleteAll(MboRemote owner,
MboSetRemote mboSet)
Default method to call back delete all Mbo's in MboSet
|
void |
OSMboListener.eventAction(EventMessage em) |
boolean |
OSMboListener.eventValidate(EventMessage em) |
protected MboRemote |
MosProcessImpl.findOrCreateFauxMboFromRequest(MboSetRemote mboSet) |
MboRemote |
MosProcessImpl.findTargetMbo(MosDetailInfo mdi)
Find target Mbo in MboSet for Invacation Channel.
|
MboRemote |
MboSetIterator.get(int index) |
MboRemote |
MboListIterator.get(int index) |
MboRemote |
MboArrayIterator.get(int index) |
MboRemote |
MboIterator.get(int index) |
java.lang.String |
MosProcessImpl.getAttachmentFileName(java.lang.String directory,
java.lang.String fileName)
Create unique file name for attachment.
|
java.lang.String |
OSProcessScriptContext.getClassStructureId(java.lang.String hierarchyPath) |
java.util.Set |
MosDefinitionImpl.getColumnsToSkip(MboRemote mbo) |
java.lang.String |
MosProcess.getDBName()
Return Database Name
|
static java.lang.String |
MboXMLUtil.getDisplayKeyValue(MboSetInfo mboSetInfo,
java.lang.String[] keys,
java.lang.Object data)
Create array of keys and key values from data dictionary and concat it together
|
static java.lang.String |
MboXMLUtil.getFullKeyValue(MboSetInfo mboSetInfo,
java.lang.String[] keys,
java.lang.Object data)
Create array of keys from data dictionary and concat it together
|
static ObjectStructureCache |
ObjectStructureCache.getInstance()
Always use one instance of Object Structure DD.
|
java.util.Map |
ObjectStructureCacheImpl.getIntObjAlias(MosDetailInfo mosDInfo)
Get the map of alias values from maxintobjalias.
|
java.util.Map |
ObjectStructureCache.getIntObjAlias(MosDetailInfo mosDInfo)
Get the map of alias values from maxintobjalias.
|
java.lang.String[] |
MosProcess.getKeyArray(MicSetInfo info)
|
java.lang.String[] |
MosProcess.getKeyArray(java.lang.String name)
Create array of keys from data dictionary
|
static java.lang.String[] |
MboXMLUtil.getKeyValues(MboSetInfo mboSetInfo,
java.lang.String[] keys,
StructureObject strucObject)
Create array of keys from data dictionary
|
java.lang.String |
MosProcessImpl.getLanguage()
This method will return Language of the transaction
|
protected MboServerInterface |
MosProcess.getMboServer()
Return a reference to the server.
|
static java.lang.String |
ConversionUtil.getMboValue(java.lang.String name,
MboRemote mbo,
int maxType)
Get value from XML and convert it to String.
|
static java.lang.Object |
ConversionUtil.getMboValueAsObject(java.lang.String name,
MboRemote mbo,
int maxType)
Get value from Mbo as object.
|
static java.lang.String |
ConversionUtil.getMboValueAsXMLValue(java.lang.String mboAttrName,
MboRemote mbo,
int maxType)
Get value from XML and convert it to String.
|
protected int |
MOSStAXStructure.getMboXmlType(MboRemote mbo,
MosDetailInfo info,
boolean evaluateXmlType) |
java.lang.String |
MosProcess.getMosName()
Return Object Structure name.
|
static java.lang.String |
MboXMLUtil.getMosName(org.jdom.Document doc)
Gets Object Struture Name from a top level of Document
|
java.lang.String |
MboSetIterator.getName() |
java.lang.String |
MboListIterator.getName() |
java.lang.String |
MboArrayIterator.getName() |
java.lang.String |
MboIterator.getName() |
protected java.lang.String |
MosProcessImpl.getOrgSiteColumn()
Get the org-site-set column
|
MboRemote |
MosProcess.getPrimaryMbo()
Return primary mbo for outbound transactions
|
MXTransaction |
MosProcess.getTransaction()
Retern reference to transaction object
|
protected Translate |
MosProcess.getTranslator()
Return a Translator Object.
|
UserInfo |
MboSetIterator.getUserInfo() |
UserInfo |
MboListIterator.getUserInfo() |
UserInfo |
MboArrayIterator.getUserInfo() |
UserInfo |
MboIterator.getUserInfo() |
UserInfo |
MosProcess.getUserInfo()
Return user info of current instance
|
static java.lang.String |
ConversionUtil.getValueAsLocalazedString(java.lang.String value,
int maxType,
java.util.Locale locale)
Get value from XML and convert it to String.
|
static java.lang.Object |
ConversionUtil.getValueAsObject(java.lang.String value,
int maxType)
Get value from XML and convert it to String.
|
static java.lang.String |
ConversionUtil.getXMLValue(java.lang.String name,
StructureObject strucObject,
int maxType)
Get value from XML and convert it to String.
|
void |
ObjectStructureCacheImpl.init()
Initialization.
|
void |
ObjectAppAuthCacheImpl.init()
Initialize the cache object.
|
protected void |
MOSStAXStructure.init(MboRemote mbo,
javax.xml.stream.XMLStreamWriter writer,
java.util.Map externalPrefixNSMap) |
protected void |
StAXStructure.init(java.lang.Object mboOrSet,
javax.xml.stream.XMLStreamWriter writer) |
boolean |
MosProcess.isMaxVarEQ(java.lang.String maxvarName,
java.lang.String inValue,
java.lang.String orgId,
java.lang.String siteId)
Checks if the passed value in indeed a value of the given maxvar in the
maxvar table or not
|
protected boolean |
MosProcess.isRESTEditMode() |
protected boolean |
MosProcess.isSetValueMode() |
boolean |
MosProcess.isValueEQ(java.lang.String listName,
java.lang.String inMaxValue,
java.lang.String inValue)
Checks if the passed value in indeed a value of the given listname and
maxvalue combination in valuelist table or not.
|
void |
MosInfo.loadSortedKeyInfo(MosDetailInfo info)
Get the mosDetailInfo for a given Hierarchy path
|
static void |
MboXMLUtil.mosXmlToMbo(MboRemote mbo,
StructureObject strucObject,
java.util.Map data,
long accessModifier,
boolean skipKeys)
Converts XML data to Mbo's based on Object Structure Definition
|
void |
MosDefinitionImpl.myCompletedList(MboSetRemote msr,
java.lang.String queryName,
java.lang.String app,
java.lang.String owner) |
void |
MosDefinitionImpl.myNotCompletedList(MboSetRemote msr,
java.lang.String queryName,
java.lang.String app,
java.lang.String owner) |
void |
OSMboListener.postCommitEventAction(EventMessage em) |
void |
OSMboListener.postSaveInternalEventAction(EventMessage em) |
void |
MosDefinitionImpl.postSerializationRules(MboRemote mbo,
MosDetailInfo mosDetInfo)
Override this method for doing custom rules after the mbo has be serialized.
|
void |
OSMboListener.preSaveEventAction(EventMessage em) |
void |
OSMboListener.preSaveInternalEventAction(EventMessage em) |
int |
MosProcessImpl.presetMboRules()
Default method to call back and find out do we need to set data.
|
byte[] |
MosProcessImpl.processExternalData(StructureData data,
java.lang.String mosName,
UserInfo info,
MXTransaction trans)
Process data coming from external systems using Enterprise Service definition.
|
MboSetRemote |
MosProcessImpl.processMboSet(boolean isPrimaryMbo,
MboRemote parentMbo,
MosDetailInfo mdi,
java.lang.String processTable)
Create Mbo set sets for all levels in XML for incoming transactions
If MboSet already exit (Invocation Channel) use it.
|
byte[] |
MosProcessImpl.processObjectStructureService(StructureData data,
java.lang.String mosName,
java.lang.String msgType,
UserInfo info,
MXTransaction trans)
Process Object Structure Service XML.
|
protected byte[] |
MosProcessImpl.processResponse()
Converts response to byte array
|
void |
ObjectStructureCacheImpl.refresh()
Refresh the Integration DD
|
void |
ObjectStructureCacheImpl.reload()
Refresh the integration DD in memory
|
void |
ObjectAppAuthCacheImpl.reload()
Reloads the cache object.
|
void |
OSListenerService.reload() |
void |
ObjectStructureCacheImpl.reload(java.lang.String key)
Re-load a particular key in Maximo Cache.
|
void |
ObjectAppAuthCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
MboSetIterator.remove(int index) |
void |
MboListIterator.remove(int index) |
void |
MboArrayIterator.remove(int index) |
void |
MboIterator.remove(int index) |
MboSetRemote |
MosProcessImpl.resetMboSet(MboSetRemote childMboSet)
Default method to be overridden by the individual modules to reset MboSet
to be processed.
|
void |
MosProcessImpl.save()
Default method to call back and save transaction
|
void |
MosDefinitionImpl.scriptOverrideRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Map ovrdColValueMap) |
java.util.Set |
MosDefinitionImpl.scriptSkipColRules(MboRemote mbo,
MosDetailInfo mosDetInfo,
java.util.Set skipCols) |
int |
MosDefinitionImpl.scriptSkipMboRules(MboRemote mbo,
MosDetailInfo mosDetInfo) |
byte[] |
MosDefinitionImpl.serializationEnd(byte[] serializedData) |
byte[] |
StAXStructure.serializeMbo(MboRemote mbo) |
void |
StAXStructure.serializeMbo(javax.xml.stream.XMLStreamWriter writer,
MboRemote mbo) |
byte[] |
StAXStructure.serializeMboArray(MboRemote[] mboArray) |
byte[] |
StAXStructure.serializeMboArray(MboRemote[] mboArray,
int startIndex,
int maxCount) |
void |
StAXStructure.serializeMboArray(javax.xml.stream.XMLStreamWriter writer,
MboRemote[] mboArray) |
void |
MBOStAXStructure.serializeMboAsKeySet(javax.xml.stream.XMLStreamWriter writer,
MboRemote mbo,
int incrInd,
java.lang.String[] keys) |
void |
MBOStAXStructure.serializeMboAsKeySet(javax.xml.stream.XMLStreamWriter writer,
MboRemote mbo,
int incrInd,
java.lang.String[] keys,
java.lang.String mosName) |
byte[] |
StAXStructure.serializeMboAsSet(MboRemote mbo) |
void |
StAXStructure.serializeMboAsSet(javax.xml.stream.XMLStreamWriter writer,
MboRemote mbo) |
byte[] |
StAXStructure.serializeMboIterator(MboIterator mboSet) |
byte[] |
StAXStructure.serializeMboIterator(MboIterator mboSet,
int startIndex,
int maxCount) |
void |
StAXStructure.serializeMboIterator(javax.xml.stream.XMLStreamWriter writer,
MboIterator mboSet) |
byte[] |
StAXStructure.serializeMboList(java.util.List mboList) |
byte[] |
StAXStructure.serializeMboList(java.util.List mboList,
int startIndex,
int maxCount) |
void |
StAXStructure.serializeMboList(javax.xml.stream.XMLStreamWriter writer,
java.util.List mboList) |
byte[] |
StAXStructure.serializeMboSet(MboSetRemote mboSet) |
byte[] |
StAXStructure.serializeMboSet(MboSetRemote mboSet,
int startIndex,
int maxCount) |
void |
StAXStructure.serializeMboSet(javax.xml.stream.XMLStreamWriter writer,
MboSetRemote mboSet) |
protected void |
MBOStAXStructure.setAdditionalData(MboRemote mbo) |
void |
MosProcessImpl.setAdditionalData(MboSetRemote MboSet,
java.lang.String tableName)
Default method to set all addition data from XML to MBO which was not set
thru Integration DD
|
void |
MosProcessImpl.setAttachments()
Set fields for attachment processing.
|
void |
MosProcessImpl.setAutokeyFlag(MboSetRemote set,
MosDetailInfo info)
Default method to be overridden by the individual modules to set autokey flag.
|
void |
OSProcessScriptContext.setClassStructureId() |
protected void |
MosProcessImpl.setClassStructureId()
Sets the ClassStructureId column on the mbo.
|
static void |
StAXUtil.setCommonContentAttributes(javax.xml.stream.XMLStreamWriter writer,
java.lang.String transLanguage) |
static void |
StAXUtil.setCommonContentAttributes(javax.xml.stream.XMLStreamWriter writer,
UserInfo userInfo)
Creates common content
|
void |
MboSetIterator.setDiscardable() |
void |
MboListIterator.setDiscardable() |
void |
MboArrayIterator.setDiscardable() |
void |
MboIterator.setDiscardable() |
protected void |
StAXStructure.setMboColumnElement(java.lang.String xmlTagName,
java.lang.String mboAttrName,
MboValueInfo mboValueInfo,
MboRemote mbo,
java.lang.Object ovrdColValue,
boolean overridden) |
void |
MosProcess.setOSPrimaryMbo(MboRemote mbo) |
void |
MosProcess.setUserInfo(UserInfo info)
Set user info of current instance
|
static void |
ConversionUtil.setValueAsObject(java.lang.String attributeName,
StructureObject str,
java.lang.String value,
int maxType)
Get value from XML and convert it to String.
|
protected boolean |
MosProcessImpl.skipSelfreferencing(MosDetailInfo childInfo,
MosDetailInfo mdi)
Default method to skip object with same name for self-referencing object structures
|
static boolean |
ConversionUtil.stringToBoolean(java.lang.String data)
This method will convert String to boolean
|
static java.util.Date |
ConversionUtil.stringToDate(java.lang.String data)
This method will convert String in format acceptable by JMIG to
java.util.Date
|
static double |
ConversionUtil.stringToDouble(java.lang.String data)
This method will convert String to double
|
static java.lang.String |
ConversionUtil.stringToGL(java.util.List data)
Deprecated.
|
static java.lang.String |
ConversionUtil.stringToGL(java.util.List data,
java.lang.String orgId)
This method will convert String to GL account
|
static int |
ConversionUtil.stringToInt(java.lang.String data)
This method will convert String to int
|
static long |
ConversionUtil.stringToLong(java.lang.String data)
This method will convert String to long
|
void |
OSListener.structureChanged(OSEvent osEvent) |
void |
OSListenerService.subscribeOSEvents(java.lang.String osName,
OSListener osListener,
java.lang.String subscriptionId) |
void |
OSListenerService.subscribeOSEvents(java.lang.String osName,
OSListener osListener,
java.lang.String subscriptionId,
boolean enforceOSRelation) |
void |
OSListenerService.subscribeOSEvents(java.lang.String osName,
OSListener osListener,
java.lang.String subscriptionId,
java.util.Set objNames) |
void |
OSListenerService.subscribeOSEvents(java.lang.String osName,
OSListener osListener,
java.lang.String subscriptionId,
java.util.Set objNames,
boolean enforceOSRelation) |
void |
OSListenerService.unsubscribeOSEvents(java.lang.String subscriptionId) |
void |
MosProcessImpl.writeAttachments()
Called after processing to write all attachments to the file
|
protected void |
StAXStructure.writeCharacters(java.lang.String mboAttrName,
MboValueInfo mboValueInfo,
MboRemote mbo,
java.lang.String xmlTagName,
java.lang.String tagValue) |
static void |
MboXMLUtil.xmlToMbo(MboRemote mbo,
StructureObject data)
Converts XML data to existing Mbo
|
static void |
MboXMLUtil.xmlToMbo(MboRemote mbo,
StructureObject strucObject,
java.util.Iterator columns,
long accessModifier)
Converts XML data to all specified columns in a Mbo
|
static MboSetRemote |
MboXMLUtil.xmlToMboSet(MboSetRemote mboSet,
ObjectList data)
Converts XML data to existing MboSet
|
static MboSetRemote |
MboXMLUtil.xmlToMboSet(MboSetRemote mboSet,
ObjectList data,
int mboAction)
Converts XML data to existing MboSet
|
static MboSetRemote |
MboXMLUtil.xmlToMboSet(UserInfo info,
ObjectList data,
java.util.Map params,
MXTransaction trans)
Creates MboSet and converts XML data to it
|
static MboSetRemote |
MboXMLUtil.xmlToMboSet(UserInfo info,
ObjectList data,
java.util.Map params,
MXTransaction trans,
java.lang.String appName)
Creates MboSet and converts XML data to it
|
Constructors in psdi.iface.mos that throw MXException
Constructor and Description |
MosDefinitionImpl() |
MosProcess()
Construct the set
|
MosProcessImpl()
Construct the set
|
MOSStAXStructure(java.util.Map defnMetaData,
java.lang.String mosName,
boolean retainMbos,
boolean updatesOnly) |
MOSStAXStructure(java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
boolean retainMbos,
java.lang.String operationName,
boolean response,
boolean updatesOnly) |
MOSStAXStructure(java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
java.lang.String operationName,
boolean response) |
MOSStAXStructure(java.lang.String defClassName,
java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
boolean retainMbos,
boolean ignoreActions,
java.lang.String operationName,
boolean response,
boolean updatesOnly) |
MOSStAXStructure(java.lang.String defClassName,
java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
boolean retainMbos,
boolean ignoreActions,
java.lang.String operationName,
boolean response,
boolean updatesOnly,
java.lang.String inputAction) |
MOSStAXStructure(java.lang.String defClassName,
java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
boolean retainMbos,
boolean ignoreActions,
java.lang.String operationName,
boolean response,
boolean updatesOnly,
java.lang.String inputAction,
boolean dropNullCols) |
MOSStAXStructure(java.lang.String defClassName,
java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
boolean retainMbos,
java.lang.String operationName,
boolean response,
boolean updatesOnly) |
MOSStAXStructure(java.lang.String defClassName,
java.util.Map defnMetaData,
java.lang.String mosName,
boolean event,
java.lang.String operationName,
boolean response) |
Methods in psdi.iface.omp that throw MXException
Modifier and Type |
Method and Description |
int |
OmpServiceRemote.checkContext(MaxLaunchEntryInfo entry,
MboRemote mainMbo)
Checks to see if the given launch entry should be available from an application
with the given main MBO.
|
int |
OmpService.checkContext(MaxLaunchEntryInfo entry,
MboRemote mainMbo)
Checks to see if the given launch entry should be available from an application
with the given main MBO.
|
java.lang.String |
OmpServiceRemote.getCIGUIDFromMBO(MboRemote mainMbo)
Tries to get the CI GUID from the given MBO in two ways.
|
java.lang.String |
OmpService.getCIGUIDFromMBO(MboRemote mainMbo)
Tries to get the CI GUID from the given MBO in two ways.
|
BaseCredentialMapper |
OmpServiceRemote.getCredentialMapper(UserInfo userInfo,
java.lang.String endPointName)
Returns the credential mapper for this endpoint and user.
|
BaseCredentialMapper |
OmpService.getCredentialMapper(UserInfo userInfo,
java.lang.String endPointName)
Returns the credential mapper for this Endpoint and user.
|
MaxIMSetRemote |
OmpServiceRemote.getIMListForLMO(java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation.
|
MaxIMSetRemote |
OmpService.getIMListForLMO(java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation.
|
MaxIMSetRemote |
OmpServiceRemote.getIMListForLMOWithOMP(java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation
on at least one Operational Management Product.
|
MaxIMSetRemote |
OmpService.getIMListForLMOWithOMP(java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation
on at least one Operational Management Product.
|
MaxIMSetRemote |
OmpServiceRemote.getIMListForOMP(java.lang.String ompGuid)
Gets the list of Integration Modules that implement at least one Logical Management Operation
on the given Operational Management Product.
|
MaxIMSetRemote |
OmpService.getIMListForOMP(java.lang.String ompGuid)
Gets the list of Integration Modules that implement at least one Logical Management Operation
on the given Operational Management Product.
|
java.util.Collection |
OmpServiceRemote.getIMListForOMPAndLMO(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation
on the specified Operational Management Product.
|
java.util.Collection |
OmpService.getIMListForOMPAndLMO(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation
on the specified Operational Management Product.
|
java.util.Collection |
OmpServiceRemote.getIMListForOMPAndLMO(java.lang.String ompHostname,
java.lang.String ompProductname,
java.lang.String ompManufacturer,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation
on the specified Operational Management Product.
|
java.util.Collection |
OmpService.getIMListForOMPAndLMO(java.lang.String ompHostname,
java.lang.String ompProductname,
java.lang.String ompManufacturer,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the list of Integration Modules that implement the specified Logical Management Operation
on the specified Operational Management Product.
|
static OmpImLmoRelCache |
OmpImLmoRelCache.getInstance()
creates single instance of OmpImLmoRelCache
|
static MaxLaunchEntryCache |
MaxLaunchEntryCache.getInstance() |
MaxLaunchEntryInfo |
OmpServiceRemote.getLaunchEntry(java.lang.String launchEntryName)
Given a launch entry name, get the MaxLaunchEntry.
|
MaxLaunchEntryInfo |
OmpService.getLaunchEntry(java.lang.String launchEntryName)
Given a launch entry name, get the MaxLaunchEntry.
|
LMOSetRemote |
OmpServiceRemote.getLMOListForIM(java.lang.String imName,
java.lang.String imVersion)
Gets the Logical Management Operations implemented by the specified Integration Module.
|
LMOSetRemote |
OmpService.getLMOListForIM(java.lang.String imName,
java.lang.String imVersion)
Gets the Logical Management Operations implemented by the specified Integration Module.
|
LMOSetRemote |
OmpServiceRemote.getLMOListForOMP(java.lang.String ompGuid)
Gets the Logical Management Operations that are implemented by at least one Integration Module
on the given Operational Management Product.
|
LMOSetRemote |
OmpService.getLMOListForOMP(java.lang.String ompGuid)
Gets the Logical Management Operations that are implemented by at least one Integration Module
on the given Operational Management Product.
|
LMOSetRemote |
OmpServiceRemote.getLMOsNotAssociatedWithIM(MboRemote imMbo)
Get the Logical Management Operations that are not associated with an Integration Module.
|
LMOSetRemote |
OmpService.getLMOsNotAssociatedWithIM(MboRemote imMbo)
Get the Logical Management Operations that are not associated with an Integration Module.
|
LMOSetRemote |
OmpServiceRemote.getLMOsNotAssociatedWithIMAndOmp(MboRemote ompImRel)
Given an OmpImRel, returns the set of LMOs that
are implemented by the IM, but not on the OMP.
|
LMOSetRemote |
OmpService.getLMOsNotAssociatedWithIMAndOmp(MboRemote ompImRel)
Given an OmpImRel, returns the set of LMOs that
are implemented by the IM, but not on the OMP.
|
OmpSetRemote |
OmpServiceRemote.getOMPList(java.lang.String launchEntryName,
MboRemote mainMbo)
Given a Launch Entry name and a MBO, return a list of OMPs that
this Launch Entry can launch to.
|
OmpSetRemote |
OmpService.getOMPList(java.lang.String launchEntryName,
MboRemote mainMbo)
Given a Launch Entry name and a MBO, return a list of OMPs that
this Launch Entry can launch to.
|
OmpSetRemote |
OmpServiceRemote.getOMPListForIM(java.lang.String imName,
java.lang.String imVersion)
Gets a list of the Operational Management Products associated with the given Integration Module.
|
OmpSetRemote |
OmpService.getOMPListForIM(java.lang.String imName,
java.lang.String imVersion)
Gets a list of the Operational Management Products associated with the given Integration Module.
|
OmpSetRemote |
OmpServiceRemote.getOMPListForLMO(java.lang.String ompProductName,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets a list of all the Operational Management Products with the specified product name
that are associated with the specified Logical Management Operation.
|
OmpSetRemote |
OmpService.getOMPListForLMO(java.lang.String ompProductname,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets a list of all the Operational Management Products with the specified product name
that are associated with the specified Logical Management Operation.
|
OmpImLmoRelInfo |
OmpServiceRemote.getPreferredIM(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
OmpImLmoRelInfo |
OmpService.getPreferredIM(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
OmpImLmoRelInfo |
OmpServiceRemote.getPreferredIM(java.lang.String ompHostname,
java.lang.String ompProductname,
java.lang.String ompManufacturer,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
OmpImLmoRelInfo |
OmpService.getPreferredIM(java.lang.String ompHostname,
java.lang.String ompProductname,
java.lang.String ompManufacturer,
java.lang.String lmoName,
java.lang.String lmoNamespace)
Gets the preferred Integration Module that implements the specified Logical Management Operation
on the specified Operational Management Product.
|
java.util.Map |
OmpServiceRemote.getServiceInvoker(OmpImLmoRelInfo ompImLmoRelInfo,
UserInfo userInfo)
Returns the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpService.getServiceInvoker(OmpImLmoRelInfo ompImLmoRelInfo,
UserInfo userInfo)
Returns the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpServiceRemote.getServiceInvoker(OmpImLmoRelRemote ompImLmoRelRemote,
UserInfo userInfo)
Gets the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpService.getServiceInvoker(OmpImLmoRelRemote ompImLmoRelRemote,
UserInfo userInfo)
Gets the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpServiceRemote.getServiceInvoker(java.lang.String ompGUID,
java.lang.String imName,
java.lang.String imVersion,
java.lang.String lmoName,
java.lang.String lmoNamespace,
UserInfo userInfo)
Gets the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpService.getServiceInvoker(java.lang.String ompGUID,
java.lang.String imName,
java.lang.String imVersion,
java.lang.String lmoName,
java.lang.String lmoNamespace,
UserInfo userInfo)
Gets the ServiceInvoker for the specified Integration Module.
|
java.util.Map |
OmpServiceRemote.getServiceInvoker(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace,
UserInfo userInfo)
Gets the ServiceInvoker for the preferred Integration Module for the specified
Operational Management Product and Logical Management Operation.
|
java.util.Map |
OmpService.getServiceInvoker(java.lang.String ompGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace,
UserInfo userInfo)
Gets the ServiceInvoker for the preferred Integration Module for the specified
Operational Management Product and Logical Management Operation.
|
java.util.Collection |
OmpServiceRemote.getServiceInvokerListForCIAndLMO(java.lang.String ciGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace,
UserInfo userInfo)
Gets a list of the ServiceInvokers for the preferred Integration Modules that implement
the specified Logical Management Operation on the Operational Management Products that
have a relationship with the specified Actual Configuration Item.
|
java.util.Collection |
OmpService.getServiceInvokerListForCIAndLMO(java.lang.String ciGUID,
java.lang.String lmoName,
java.lang.String lmoNamespace,
UserInfo userInfo)
Gets a list of the ServiceInvokers for the preferred Integration Modules that implement
the specified Logical Management Operation on the Operational Management Products that
have a relationship with the specified Actual Configuration Item.
|
java.lang.String |
OmpServiceRemote.getSourceToken(ActCIRemote ci,
OmpRemote omp)
Given an ActCI and an OMP, return the source token that the OMP
uses for the ActCI.
|
java.lang.String |
OmpService.getSourceToken(ActCIRemote ci,
OmpRemote omp)
Given an ActCI and an OMP, return the source token that the OMP
uses for the ActCI.
|
java.lang.String |
OmpServiceRemote.getSourceToken(java.lang.String ciGUID,
OmpRemote omp)
Given an Actual Configuration Item GUID and an OMP, return the source token that the OMP
uses for the Actual Configuration Item.
|
java.lang.String |
OmpService.getSourceToken(java.lang.String ciGUID,
OmpRemote omp)
Given an Actual Configuration Item GUID and an OMP, return the source token that the OMP
uses for the Actual Configuration Item.
|
java.lang.String |
OmpServiceRemote.getSourceToken(java.lang.String ciGUID,
java.lang.String ompGUID)
Given an Actual Configuration Item GUID and an Operational Management Product
GUID, return the source token that
the OMP uses for the ActCI.
|
java.lang.String |
OmpService.getSourceToken(java.lang.String ciGUID,
java.lang.String ompGUID)
Given an Actual Configuration Item GUID and an Operational Management Product
GUID, return the source token that
the OMP uses for the ActCI.
|
java.lang.String |
OmpServiceRemote.getURL(java.lang.String launchEntryName,
OmpRemote omp,
MboRemote mainMbo)
Given a Launch Entry Name, an OMP to launch to, and a main
Mbo for the application, create the launch URL.
|
java.lang.String |
OmpService.getURL(java.lang.String launchEntryName,
OmpRemote omp,
MboRemote mainMbo)
Given a Launch Entry Name, an OMP to launch to, and a main
Mbo for the application, create the launch URL.
|
void |
OmpImLmoRelCacheImpl.init()
Initializes the cache.
|
void |
MaxLaunchEntryCacheImpl.init() |
void |
OmpImLmoRelCacheImpl.reload()
OmpImLmoImRelCache refresh
|
void |
MaxLaunchEntryCacheImpl.reload() |
void |
OmpImLmoRelCacheImpl.reload(java.lang.String key) |
void |
MaxLaunchEntryCacheImpl.reload(java.lang.String key) |
java.util.Map |
OmpServiceRemote.setupEndPoint(java.util.Map invokerPropMap,
java.lang.String endPointName,
UserInfo userInfo)
Use this method to set or override the Endpoint of a Service Invoker.
|
java.util.Map |
OmpService.setupEndPoint(java.util.Map invokerPropMap,
java.lang.String endPointName,
UserInfo userInfo)
Use this method to set or override the Endpoint of a Service Invoker.
|
void |
OmpServiceRemote.test()
A simple test method, for development purposes only.
|
void |
OmpService.test()
A simple test method, for development purposes only.
|
static void |
OmpService.testCredentialMapper() |
Methods in psdi.iface.proc that throw MXException
Modifier and Type |
Method and Description |
void |
ExtSystemProcProcessor.applyRules()
Apply rules for external interfaces
|
void |
PreRulesProcessor.applyRules(java.lang.String processTable)
Apply rules
|
protected int |
ExtSystemProcProcessor.applyRulesToLevel(StructureObject struc,
MboRemote mbo,
MosDetailInfo info)
Apply rules to this level recursively
|
protected int |
PreRulesProcessor.applyRulesToLevel(StructureObject struc,
MosDetailInfo mosInfo,
java.lang.String processTable)
Apply rules to this level recursively
|
int |
ProcProcesser.checkAssignmentProcs(MboRemote mbo,
StructureData data)
This will check assignment procs.
|
boolean |
ConditionProcesser.checkConditions(java.util.ArrayList cols,
MboRemote mbo,
MaxIfaceProcInfo procInfo,
StructureData struc,
java.lang.String extSystem,
boolean isOut)
This will check assignment procs.
|
boolean |
ConditionProcesser.checkForChange(java.lang.String name,
StructureData struc,
java.lang.String changeType,
boolean isOut)
This will check if value has changed.
|
boolean |
ControlsCacheImpl.doesXREFExist(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String currentValue,
boolean fromMaximo)
Find out is CrossRefrence exists for the Given Value
|
boolean |
ControlsCache.doesXREFExist(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String currentValue,
boolean fromMaximo)
Find out is CrossRefrence exists for the Given Value
|
boolean |
ProcInterface.evaluate(MboRemote mbo,
StructureData struc)
Default method to evaluate conditions for individual rules
|
protected java.util.ArrayList |
ControlsCacheImpl.getControlAsList(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for VALUE and LIST type controls as list
|
protected java.util.ArrayList |
ControlsCache.getControlAsList(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for VALUE and LIST type controls as list
|
java.lang.String |
ControlsCacheImpl.getControlType(java.lang.String extSystem,
java.lang.String name)
Gets control type for the control
|
java.lang.String |
ControlsCache.getControlType(java.lang.String extSystem,
java.lang.String name)
Gets control type for the control
|
MaxIfaceControlInfo |
ControlsCacheImpl.getIfaceControlInfo(java.lang.String extSystem,
java.lang.String name)
Gets all systems info for the specific control in the external system
|
MaxIfaceControlInfo |
ControlsCache.getIfaceControlInfo(java.lang.String extSystem,
java.lang.String name)
Gets all systems info for the specific control in the external system
|
static RulesCache |
RulesCache.getInstance()
Always use one instance of RulesCache
|
static ControlsCache |
ControlsCache.getInstance()
Always use one instance of ControlsCache
|
java.lang.String |
ControlsCacheImpl.getInternalControlType(java.lang.String extSystem,
java.lang.String name)
Gets Internal Control Type
|
java.lang.String |
ControlsCache.getInternalControlType(java.lang.String extSystem,
java.lang.String name)
Gets Internal Control Type
|
java.util.List |
ControlsCacheImpl.getListControl(java.lang.String extsys,
java.lang.String name)
Gets control value for List type controls
|
java.util.List |
ControlsCache.getListControl(java.lang.String extsys,
java.lang.String name)
Gets control value for List type controls
|
java.util.ArrayList |
ControlsCacheImpl.getListControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for List type controls
|
java.util.ArrayList |
ControlsCache.getListControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for List type controls
|
java.lang.String |
ControlsCacheImpl.getValueControl(java.lang.String extsys,
java.lang.String name)
Gets control value for VALUE type controls
|
java.lang.String |
ControlsCache.getValueControl(java.lang.String extsys,
java.lang.String name)
Gets control value for VALUE type controls
|
java.lang.String |
ControlsCacheImpl.getValueControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for VALUE type controls
|
java.lang.String |
ControlsCache.getValueControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for VALUE type controls
|
java.lang.String |
ControlsCacheImpl.getValueOrBooleanControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for VALUE type controls
|
java.lang.String |
ControlsCache.getValueOrBooleanControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for VALUE type controls
|
java.util.List |
ControlsCacheImpl.getXREFControl(java.lang.String extsys,
java.lang.String name,
java.lang.String currentValue,
boolean fromMaximo)
Gets control value for CrossRference type controls
|
java.util.List |
ControlsCache.getXREFControl(java.lang.String extsys,
java.lang.String name,
java.lang.String currentValue,
boolean fromMaximo)
Gets control value for CrossRference type controls
|
java.util.List |
ControlsCacheImpl.getXREFControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String currentValue,
boolean fromMaximo)
Gets control value for Crossrefrence type controls
|
java.util.List |
ControlsCache.getXREFControl(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String currentValue,
boolean fromMaximo)
Gets control value for Crossrefrence type controls
|
java.lang.String |
ControlsCacheImpl.getXREFControlValue(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String currentValue,
boolean fromMaximo)
Gets control value for Crossrefrence type controls
|
java.lang.String |
ControlsCache.getXREFControlValue(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String currentValue,
boolean fromMaximo)
Gets control value for Crossrefrence type controls
|
java.util.List |
ControlsCacheImpl.getXREFControlValues(java.lang.String extsys,
java.lang.String name)
Gets control value for CrossRefrence type controls
|
java.util.List |
ControlsCache.getXREFControlValues(java.lang.String extsys,
java.lang.String name)
Gets control value for CrossRefrence type controls
|
void |
RulesCacheImpl.init()
Init Method
|
void |
ControlsCacheImpl.init()
Init Method
|
boolean |
RulesCacheImpl.isAnyInBoundMBORulesEnabled(java.lang.String ifacename)
Returns a boolean that indicates whether any Inbound MBO Rules enabled for a given
Enterprise Service name.
|
boolean |
RulesCache.isAnyInBoundMBORulesEnabled(java.lang.String ifacename)
Returns a boolean that indicates whether any Inbound MBO Rules enabled for a given
Enterprise Service name.
|
boolean |
RulesCacheImpl.isAnyInBoundObjectRulesEnabled(java.lang.String ifacename)
Returns a boolean that indicates whether any Inbound Object Rules enabled for a given
Enterprise Service name.
|
boolean |
RulesCache.isAnyInBoundObjectRulesEnabled(java.lang.String ifacename)
Returns a boolean that indicates whether any Inbound Object Rules enabled for a given
Enterprise Service name.
|
boolean |
RulesCacheImpl.isAnyOutBoundRulesEnabled(java.lang.String ifacename)
Returns a boolean that indicates whether any Outbound Rules enabled for a given
Publish Channel name.
|
boolean |
RulesCache.isAnyOutBoundRulesEnabled(java.lang.String ifacename)
Returns a boolean that indicates whether any Outbound Rules enabled for a given
Publish Channel name.
|
boolean |
ControlsCacheImpl.isControlEqual(java.lang.String extsys,
java.lang.String name,
java.lang.String value)
Compares control with a value
|
boolean |
ControlsCache.isControlEqual(java.lang.String extsys,
java.lang.String name,
java.lang.String value)
Compares control with a value
|
boolean |
ControlsCacheImpl.isControlEqual(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String value)
Gets control value for VALUE type controls
|
boolean |
ControlsCache.isControlEqual(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String value)
Gets control value for VALUE type controls
|
boolean |
ControlsCacheImpl.isControlExists(java.lang.String extsys,
java.lang.String controlName)
Check whether the given control exists for the given external system.
|
boolean |
ControlsCache.isControlExists(java.lang.String extsys,
java.lang.String controlName)
Check whether the given control exists for the given external system.
|
boolean |
ControlsCacheImpl.isControlTrue(java.lang.String extsys,
java.lang.String name)
Gets control value for Boolean type controls and evaluates it to true
|
boolean |
ControlsCache.isControlTrue(java.lang.String extsys,
java.lang.String name)
Gets control value for Boolean type controls and evaluates it to true
|
boolean |
ControlsCacheImpl.isControlTrue(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for List type controls and evaluates it to true
|
boolean |
ControlsCache.isControlTrue(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Gets control value for List type controls and evaluates it to true
|
boolean |
ControlsCacheImpl.isValueControlNull(java.lang.String extsys,
java.lang.String name)
Check control value for VALUE type controls being null
|
boolean |
ControlsCache.isValueControlNull(java.lang.String extsys,
java.lang.String name)
Check control value for VALUE type controls being null
|
boolean |
ControlsCacheImpl.isValueControlNull(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Chueck control value for VALUE type controls being null
|
boolean |
ControlsCache.isValueControlNull(java.lang.String extsys,
java.lang.String name,
java.lang.String orgid,
java.lang.String siteid)
Chueck control value for VALUE type controls being null
|
static java.util.Map |
MaxIfaceCondition.loadConditions(java.sql.Connection connection,
java.lang.String usewith,
java.lang.String ifaceName,
java.lang.String osName,
java.lang.String procName)
Load conditions and all it's detail to a HashMap
|
void |
ProcInterface.process(MboRemote mbo,
StructureData struc)
Default method to process individual rules
|
int |
ProcProcesser.processAssignments(MboRemote mbo,
StructureData data,
java.util.List allProcs)
This will process assignment procs.
|
void |
RulesCacheImpl.refresh()
Refresh the Cache
|
void |
RulesCache.refresh()
Refresh the Cache
|
void |
RulesCacheImpl.reload()
Default Reload method
|
void |
ControlsCacheImpl.reload()
Default Reload method
|
void |
RulesCacheImpl.reload(java.lang.String key)
Reload method
|
void |
ControlsCacheImpl.reload(java.lang.String key)
Reload method
|
void |
ProcProcesser.setCombineColumns(MaxIfaceProcInfo procInfo,
StructureData data,
MboRemote mbo,
MboRemote realMbo)
This will check assignment procs columns for the COMBINE transaction
|
void |
ProcProcesser.setReplaceColumns(MaxIfaceProcInfo procInfo,
StructureData data,
MboRemote mbo,
MboRemote realMbo)
This will check assignment procs columns for the REPLACE and SET
transaction
|
void |
ProcProcesser.setSplitColumns(MaxIfaceProcInfo procInfo,
StructureData data,
MboRemote mbo,
MboRemote realMbo)
This will check assignment procs columns for the SPLIT transaction
|
void |
ControlsCacheImpl.setXREFValues(java.util.Map inMap,
java.lang.String key,
java.lang.String val1,
java.lang.String val2)
Gets control value for cross-reference type controls
|
void |
ControlsCache.setXREFValues(java.util.Map inMap,
java.lang.String key,
java.lang.String val1,
java.lang.String val2)
Gets control value for cross-reference type controls
|
Constructors in psdi.iface.proc that throw MXException
Constructor and Description |
ConditionProcesser()
Construct the set
|
ExtSystemProcProcessor(java.lang.String extSystem,
java.lang.String serviceName,
java.lang.String mosName,
StructureData data,
java.util.List mboList,
MosDetailInfo primaryInfo,
boolean isEvent)
Constructor
|
PreRulesProcessor(java.lang.String usewith,
java.lang.String extSystem,
java.lang.String serviceName,
java.lang.String mosName,
StructureData data,
ObjectStructureCache interDD,
UserInfo userInfo)
Constructor
|
ProcProcesser(java.lang.String usewith,
java.lang.String ifacename,
java.lang.String mosname,
java.lang.String tableName,
java.lang.String hpath,
java.lang.String extSys,
boolean isOut,
boolean isObject,
boolean isEvent,
UserInfo userInfo)
Construct the set
|
Methods in psdi.iface.router that throw MXException
Modifier and Type |
Method and Description |
void |
MaxOAUTHClientSet.commit()
Commit the transaction.
|
byte[] |
SSHExit.createResponse(com.ibm.tivoli.remoteaccess.ProgramOutput output)
Process the service invoke command output and returns in byte array.
|
byte[] |
DefaultSSHExit.createResponse(com.ibm.tivoli.remoteaccess.ProgramOutput output)
Process the service invoke command output and returns in byte array.
|
java.lang.String |
OAUTHClient.getAccessToken() |
protected java.lang.Object |
JAXWSHandler.getEJBObject() |
java.lang.String |
SSHExit.getEnvSetupCmd(byte[] data)
Returns the Environment setup command.
|
java.lang.String |
DefaultSSHExit.getEnvSetupCmd(byte[] data)
Returns the Environment setup command.
|
protected java.lang.String |
FileHandler.getFileName(java.util.Map metaData) |
static RouterHandler |
Router.getHandler(java.lang.String endPointName) |
static RouterHandler |
Router.getHandler(java.lang.String extSysName,
java.lang.String pubChannelName) |
static RouterHandler |
Router.getHandlerImpl(java.lang.String handlerName) |
protected Mbo |
MaxOAUTHClientSet.getMboInstance(MboSet ms)
Factory method to create OslcErrorMap object.
|
java.util.Map |
ScriptJMSExit.getMessageProperties(java.util.Map metaData,
byte[] data) |
java.util.Map |
JMSExit.getMessageProperties(java.util.Map metaData,
byte[] data)
Exit method for manipulating JMS Header properties
|
java.lang.Object[] |
EJBExit.getObjectParams(byte[] data,
java.util.Map metaData) |
java.lang.Object[] |
DefaultEJBExit.getObjectParams(byte[] data,
java.util.Map metaData) |
java.util.Map |
WSExitHeader.getRequestSOAPHeaders(byte[] requestData,
java.util.Map reqHeaders) |
java.util.Map |
DefaultWSExit.getRequestSOAPHeaders(byte[] requestData,
java.util.Map reqHeaders) |
java.lang.String |
SSHExit.getServiceInvokeCmd(byte[] data)
Returns the service invoke command from document.
|
java.lang.String |
DefaultSSHExit.getServiceInvokeCmd(byte[] data)
Returns the service invoke command from document.
|
java.lang.String |
SSHExit.getWorkingDir(byte[] data)
Returns the Working directory (absolute path).
|
java.lang.String |
DefaultSSHExit.getWorkingDir(byte[] data)
Returns the Working directory (absolute path).
|
void |
RouterHandlerCacheImpl.init() |
void |
OAUTHClientCacheImpl.init()
Initialize the EndPointCache
|
byte[] |
WebServiceHandler.invoke(java.util.Map metaData,
byte[] data)
Sends data to a given url which is specified in 'destinationMap' HashMap.
|
byte[] |
SSHHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
JMSHandler.invoke(java.util.Map metaData,
byte[] data)
Sends / Writes data to a given Queue.
|
byte[] |
JAXWSHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
IfaceTableHandler.invoke(java.util.Map metaData,
byte[] data)
Writes data for a given interface name.
|
byte[] |
EJBHandler.invoke(java.util.Map metaData,
byte[] data)
Sends data to a given url which is specified in 'destinationMap' HashMap.
|
byte[] |
XMLFileHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
TwilioHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
S3Handler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
KafkaHandler.invoke(java.util.Map metaData,
byte[] data)
Sends / Writes data to a given Queue.
|
byte[] |
FlatFileHandler.invoke(java.util.Map metaData,
byte[] data)
Writes data for a given interface name.
|
byte[] |
COSHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
RouterHandler.invoke(java.util.Map metaData,
byte[] data)
Invoke the service available at the specified endpoint.
|
byte[] |
BaseRouterHandler.invoke(java.util.Map metaData,
byte[] data)
All directly extending classes should call super.invoke(metaData, data) before proceeding
with the invoke.
|
byte[] |
HTTPHandler.invoke(java.util.Map metaData,
byte[] data) |
byte[] |
HTTPMaximoExit.processResponseData(int responseCode,
java.lang.String responseMsg,
byte[] msgBodyData)
Process Responnse from HTTP Post
|
byte[] |
DefaultHTTPExit.processResponseData(int responseCode,
java.lang.String responseMsg,
byte[] msgBodyData) |
byte[] |
HTTPExit.processResponseData(int responseCode,
java.lang.String responseMsg,
byte[] msgBodyData)
Processes the response information.
|
void |
RouterHandlerCacheImpl.reload() |
void |
OAUTHClientCacheImpl.reload()
Refresh the EndPointCache
|
void |
RouterHandlerCacheImpl.reload(java.lang.String key) |
void |
OAUTHClientCacheImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
WSExit.responseError(java.lang.Exception e) |
void |
DefaultWSExit.responseError(java.lang.Exception ex)
Handle error in this block.
|
void |
EJBExit.responseError(java.lang.Exception e) |
void |
DefaultEJBExit.responseError(java.lang.Exception e) |
void |
ScriptJMSExit.responseError(java.util.Map metaData,
byte[] data,
java.lang.Exception e) |
void |
JMSResponseExit.responseError(java.util.Map metaData,
byte[] data,
java.lang.Exception e) |
void |
WSExit.responseOk(byte[] reponse) |
void |
DefaultWSExit.responseOk(byte[] respData)
Handle ok response in this block.
|
byte[] |
ScriptJMSExit.responseOk(java.util.Map metaData,
byte[] data) |
byte[] |
JMSResponseExit.responseOk(java.util.Map metaData,
byte[] data) |
byte[] |
EJBExit.responseOk(java.lang.Object reponse) |
byte[] |
DefaultEJBExit.responseOk(java.lang.Object reponse) |
void |
WSExitHeader.setResponseHeaders(java.util.Map responseHeaders) |
void |
DefaultWSExit.setResponseHeaders(java.util.Map responseHeaders) |
protected void |
FileHandler.writeFile(java.lang.String fileName,
byte[] data) |
Methods in psdi.iface.util that throw MXException
Modifier and Type |
Method and Description |
static void |
XMLUtils.appendBytesToFile(byte[] data,
java.io.File filepath)
Write XML to the file
|
byte[] |
SQLConverter.convert(java.util.Map queryParams,
UserInfo userInfo) |
java.lang.String |
SQLConverter.convertArtifacts(java.lang.String data)
Get parent tables name
|
static org.jdom.Document |
XMLUtils.convertBytesToDocument(byte[] byteData)
Convert Bytes to Document object
|
static org.jdom.Element |
XMLUtils.convertBytesToElement(byte[] byteData) |
byte[] |
SQLConverter.convertData(java.lang.String data)
Get parent tables name
|
byte[] |
SQLConverter.convertData(java.lang.String data,
java.sql.Connection con,
java.lang.String schemaOwner)
Get parent tables name
|
byte[] |
SQLConverter.convertData(java.lang.String data,
UserInfo userInfo)
Get parent tables name
|
static byte[] |
XMLUtils.convertDocumentToBytes(org.jdom.Document doc)
Convert Document to byte array
|
static byte[] |
XMLUtils.convertElementToBytes(org.jdom.Element elem) |
static java.lang.String |
XMLUtils.convertElementToString(org.jdom.Element elem) |
static org.jdom.Document |
XMLUtils.convertXMLStringToDocument(java.lang.String xmlStr,
java.lang.String encoding)
Convert XML string to document object to process fixed data.
|
static void |
SecurityUtil.disconnectUser(UserInfo userInfo) |
java.util.Map |
LoadTenantDemoData.getDataToLoad(boolean useCOS) |
java.util.Map |
LoadTenantDemoData.getImageDataToLoad(boolean useCOS) |
java.util.Map |
LoadTenantDemoData.getImageSeedDataToLoad(boolean useCOS) |
static byte[] |
SchemaToInstanceGenerator.getInstanceFromSchemaData(java.util.List schemaData,
java.lang.String rootElementName) |
static byte[] |
SchemaToInstanceGenerator.getInstanceFromSchemaStream(java.util.List schemaData,
java.lang.String rootElementName) |
static byte[] |
SchemaToInstanceGenerator.getInstanceFromSchemaURL(java.util.List schemaData,
java.lang.String rootElementName) |
protected Mbo |
ExportDatatsSet.getMboInstance(MboSet ms) |
static UserInfo |
SecurityUtil.getNewUserInfo() |
static UserInfo |
SecurityUtil.getNewUserInfo(java.lang.String loginid) |
static UserInfo |
SecurityUtil.getNewUserInfo(java.lang.String[] loginDet) |
static UserInfo |
SecurityUtil.getNewUserInfo(java.lang.String[] loginid,
java.lang.String password) |
static UserInfo |
SecurityUtil.getNewUserInfo(java.lang.String loginid,
java.lang.String password) |
static UserInfo |
SecurityUtil.getNewUserInfoWithTenantID(java.lang.String[] loginDet) |
static UserInfo |
SecurityUtil.getUserInfo() |
static UserInfo |
SecurityUtil.getUserInfo(java.lang.String loginid,
java.lang.String password,
java.security.Principal principal) |
static UserInfo |
SecurityUtil.getUserInfoFromApiKey(java.lang.String apikey) |
static boolean |
SecurityUtil.isAllowDefaultLogin() |
static boolean |
SecurityUtil.isDisconnectUser() |
void |
LoadTenantDemoData.loadData(int tenantID,
java.lang.String userId,
UserInfo userInfo)
Create demo data if necessary and images.
|
void |
LoadTenantDemoData.loadData(int tenantId,
java.lang.String userId,
UserInfo userInfo,
boolean toCOS,
boolean loadDemoData)
Create demo data if necessary and images.
|
void |
LoadTenantDemoData.loadImages(MboRemote mbo,
byte[] imageData,
COSApi cosAPI,
java.lang.String bucketName,
boolean toCOS) |
void |
LoadTenantDemoData.loadImagesForSeedData(java.util.Map imageMap,
UserInfo userInfo,
int tenantID,
COSApi cosAPI,
java.lang.String bucketName,
boolean toCOS)
Load demo data.
|
void |
LoadTenantDemoData.loadTestData(java.util.Map dataMap,
java.util.Map imageMap,
java.lang.String adminUser,
UserInfo userInfo,
int tenantID,
COSApi cosAPI,
java.lang.String bucketName,
boolean toCOS)
Load demo data.
|
static byte[] |
XMLUtils.prettyPrintXML(byte[] xml) |
static java.lang.String |
XMLUtils.prettyPrintXML(org.jdom.Element element)
Pretty print a single element.
|
void |
LoadTenantDemoData.process(boolean useCOS,
java.lang.String tenantCode,
java.lang.String adminUser,
UserInfo userInfo) |
void |
LoadTenantDemoData.processDemoData(java.lang.String userId,
UserInfo userInfo,
int tenantID,
COSApi cosAPI,
java.lang.String bucketName,
boolean toCOS)
Load demo data.
|
void |
LoadTenantDemoData.processImages(java.lang.String userId,
UserInfo userInfo,
int tenantID,
COSApi cosAPI,
java.lang.String bucketName,
boolean toCOS)
Load demo data.
|
static byte[] |
XMLUtils.readXMLFileToBytes(java.lang.String filepath)
Read XML file to process data.
|
static org.jdom.Document |
XMLUtils.readXMLFileToDocument(java.lang.String filepath)
Read XML file to process data.
|
static void |
XMLUtils.writeBytesToXMLFile(byte[] in,
java.io.File filepath,
boolean prettyPrint)
Write XML to the file
|
static void |
XMLUtils.writeBytesToXMLFile(byte[] in,
java.lang.String filepath)
Write all XML records to the file
|
static void |
XMLUtils.writeBytesToXMLFile(byte[] in,
java.lang.String filepath,
boolean prettyPrint)
Write XML to the file
|
static void |
XMLUtils.writeBytesToXMLFile(byte[] in,
java.lang.String filepath,
java.lang.String top)
Deprecated.
|
static void |
XMLUtils.writeDocumentToXMLFile(org.jdom.Document doc,
java.lang.String filepath) |
static void |
XMLUtils.writeDocumentToXMLFile(org.jdom.Document doc,
java.lang.String filepath,
java.lang.String filebackup)
Deprecated.
|
Methods in psdi.iface.webservices that throw MXException
Modifier and Type |
Method and Description |
protected void |
WSDLGenerator.addCompletePortElement(org.jdom.Element serviceElem,
boolean soap12) |
void |
WSRegistryInfo.addOperations(java.lang.String wsname,
java.lang.String source,
java.lang.String serviceName)
Adds operations
|
protected void |
DefaultWSDLGenerator.addWsdlSoapOpElement(org.jdom.Element soapBindingElem,
java.lang.String opName,
boolean soap12) |
void |
JAXRClient.attachTModelToServiceBinding(javax.xml.registry.infomodel.ServiceBinding binding,
java.lang.String conceptKeyId) |
void |
JAXRClient.attachTModelToServiceBinding(java.lang.String serviceKeyId,
java.lang.String conceptKeyId) |
protected org.jdom.Element |
JAXWSDeployer.buildInitialContextDefinition(java.lang.String serviceName)
Build Initial Context element for Web definition
|
protected org.jdom.Element |
JAXWSDeployer.buildPortComponent(java.lang.String serviceName,
javax.xml.namespace.QName portQName)
Buld Port element for Web Service definition
|
protected org.jdom.Element |
JAXWSDeployer.buildServletDefinition(java.lang.String serviceName)
Build Servlet element for Web definition
|
protected org.jdom.Element |
JAXWSDeployer.buildServletMappingDefinition(java.lang.String serviceName)
Build Servlet Mapping element for Web definition
|
protected org.jdom.Element |
JAXWSDeployer.buildWebServiceDefinition(MboRemote service,
java.util.Map allEntries,
boolean deploy)
Build Web Service definition for deployed/undeployed Web Services
|
static byte[] |
WebServicesUtil.convertToBytes(org.apache.axiom.om.OMElement element) |
static org.jdom.Document |
WebServicesUtil.convertToJDOM(org.apache.axiom.om.OMElement element)
Utility method to convert W3C DOM Document to JDOM Document
|
static org.apache.axiom.om.OMElement |
WebServicesUtil.convertToOMElement(byte[] data)
Utility method to convert JDOM Document to W3C DOM Document
|
static org.apache.axiom.om.OMElement |
WebServicesUtil.convertToOMElement(org.jdom.Document doc)
Utility method to convert JDOM Document to W3C DOM Document
|
static org.apache.axiom.om.OMElement |
WebServicesUtil.convertToOMElement(java.io.InputStream is)
Utility method to convert JDOM Document to W3C DOM Document
|
java.lang.String |
JAXRClient.createBusinessEntity(java.lang.String businessName,
java.lang.String description) |
protected void |
WSDLGenerator.createCompleteServiceElement() |
org.jdom.Document |
ExternalSchemaGenerator.createSchemaDcoument() |
protected org.jdom.Document |
MetaSchemaGenerator.createSchemaDcoument() |
protected org.jdom.Document |
MOSServiceSchemaGenerator.createSchemaDcoument() |
protected org.jdom.Document |
MOSSchemaGenerator.createSchemaDcoument() |
protected abstract org.jdom.Document |
SchemaGenerator.createSchemaDcoument() |
org.jdom.Document |
MBOSchemaGenerator.createSchemaDcoument() |
java.lang.String |
JAXRClient.createService(javax.xml.registry.infomodel.Organization org,
java.lang.String serviceName,
java.lang.String serviceDesc,
java.lang.String accessUrl) |
java.lang.String |
JAXRClient.createService(java.lang.String businessName,
java.lang.String serviceName,
java.lang.String serviceDesc,
java.lang.String accessUrl) |
protected org.jdom.Element |
WSDLGenerator.createSoapAddressElement(java.lang.String location,
boolean soap12) |
java.lang.String |
JAXRClient.createTModel(java.lang.String tomodelName,
java.lang.String tmodelDesc,
java.lang.String specUrl,
java.lang.String specDesc) |
void |
JAXRClient.deleteBusinessEntity(java.lang.String businessName) |
void |
JAXRClient.deleteService(java.lang.String businessName,
java.lang.String serviceName) |
void |
JAXRClient.deleteTModel(java.lang.String tmodelName) |
void |
JAXWSDynamicDeployer.deployWebService(MboRemote service)
Deploys Web Service
|
void |
ServerDeployer.deployWebService(MboRemote service)
Deploy Web Service for one service.
|
void |
BaseDeployer.deployWebService(MboRemote service)
Deploy Web Service for one service.
|
void |
AxisWSDeployer.deployWebService(MboRemote service)
Deploys Web Service
|
void |
ServerDeployer.deployWebService(java.util.Vector allServices)
Deploy Web Service for multiple services.
|
void |
BaseDeployer.deployWebService(java.util.Vector allServices)
Deploy Web Service for multiple services.
|
void |
AxisWSDeployer.deployWebService(WSRegistryInfo regInfo)
Deploys Web Service
|
boolean |
UseJAXWSCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for deploying web service is JAXWS
|
boolean |
UseAxisCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Sets the condition for deploying web service is Axis2
|
protected void |
DefaultWSDLGenerator.genDefaultWsdl() |
java.lang.String |
SchemaGenerator.generateSampleXml(java.lang.String identifier) |
void |
MOSSchemaGenerator.generateSchema() |
void |
SchemaGenerator.generateSchema() |
org.jdom.Document |
SchemaGenerator.generateSchemaAsDcoument() |
void |
SchemaGenerator.generateSchemaElements() |
void |
MOSServiceWSDLGenerator.generateWsdl() |
void |
EnterpriseServiceWSDLGenerator.generateWsdl() |
abstract void |
WSDLGenerator.generateWsdl() |
protected java.util.List |
MOSServiceWSDLGenerator.getAllImportSchemaUrl() |
protected java.util.List |
EnterpriseServiceWSDLGenerator.getAllImportSchemaUrl() |
protected abstract java.util.List |
DefaultWSDLGenerator.getAllImportSchemaUrl() |
protected java.util.List |
MOSServiceWSDLGenerator.getAllSchemas() |
protected abstract java.util.List |
DefaultWSDLGenerator.getAllSchemas() |
protected java.util.List |
EnterpriseServiceWSDLGenerator.getAllSchemaTNS() |
protected java.util.List |
DefaultWSDLGenerator.getAllSchemaTNS() |
org.apache.axis2.engine.AxisConfiguration |
AxisWSDeployer.getAxis2Config()
Return AxisConfiguration object
|
org.apache.axis2.context.ConfigurationContext |
AxisWSDeployer.getAxis2ConfigContext()
Return ConfigurationContext object
|
javax.xml.registry.infomodel.Organization |
JAXRClient.getBusinessEntity(java.lang.String businessName) |
java.lang.String |
JAXRClient.getEndpointURL(java.lang.String businessName,
java.lang.String serviceName) |
java.util.Set |
WSRegistryCacheImpl.getLoadedTenants() |
java.util.Set |
WSRegistryCache.getLoadedTenants() |
java.lang.String |
WSRegistryInfo.getLongDescription()
Return the web service long description
|
static java.lang.String |
WebServicesUtil.getMEAWebAPPURL()
Get the MEA Web Application URL
|
protected java.util.List |
MOSServiceWSDLGenerator.getOperationNames() |
protected abstract java.util.List |
DefaultWSDLGenerator.getOperationNames() |
java.util.List |
WSRegistryInfo.getOperations()
Returns a List of operation associated with this wsb service as
WSOperationInfo objects
|
protected java.lang.String |
MOSServiceWSDLGenerator.getRequestElementName(java.lang.String opName) |
protected java.lang.String |
EnterpriseServiceWSDLGenerator.getRequestElementName(java.lang.String opName) |
protected abstract java.lang.String |
DefaultWSDLGenerator.getRequestElementName(java.lang.String opName) |
protected java.lang.String |
DefaultWSDLGenerator.getRequestMessageName(java.lang.String opName) |
static java.lang.String |
WebServicesUtil.getResourceURL(java.lang.String contextURL,
java.lang.String resourceName)
Helper method to return the Resource URL given the context URL and the
resource name
|
protected java.lang.String |
MOSServiceWSDLGenerator.getResponseElementName(java.lang.String opName) |
protected java.lang.String |
EnterpriseServiceWSDLGenerator.getResponseElementName(java.lang.String opName) |
protected abstract java.lang.String |
DefaultWSDLGenerator.getResponseElementName(java.lang.String opName) |
protected java.lang.String |
DefaultWSDLGenerator.getResponseMessageName(java.lang.String opName) |
static java.lang.String |
WebServicesUtil.getSchema(java.lang.String resReq) |
org.jdom.Document |
SchemaGenerator.getSchemaDocument() |
java.io.File |
SchemaGenerator.getSchemaFile() |
java.io.File |
MetaSchemaGenerator.getSchemaFolder() |
java.io.File |
MOSServiceSchemaGenerator.getSchemaFolder() |
java.io.File |
MOSSchemaGenerator.getSchemaFolder() |
abstract java.io.File |
SchemaGenerator.getSchemaFolder() |
java.io.File |
MBOSchemaGenerator.getSchemaFolder() |
java.lang.String |
ExternalSchemaGenerator.getSchemaTNS() |
java.lang.String |
ExternalSchemaGenerator.getSchemaUrl() |
java.lang.String |
MetaSchemaGenerator.getSchemaUrl() |
java.lang.String |
MOSServiceSchemaGenerator.getSchemaUrl() |
java.lang.String |
MOSSchemaGenerator.getSchemaUrl() |
abstract java.lang.String |
SchemaGenerator.getSchemaUrl() |
java.lang.String |
MBOSchemaGenerator.getSchemaUrl() |
javax.xml.registry.infomodel.Service |
JAXRClient.getService(java.lang.String businessName,
java.lang.String serviceName) |
javax.xml.registry.infomodel.ServiceBinding |
JAXRClient.getServiceBinding(java.lang.String serviceKeyId) |
protected java.lang.String |
MOSServiceWSDLGenerator.getSoapAction(java.lang.String opName) |
protected abstract java.lang.String |
DefaultWSDLGenerator.getSoapAction(java.lang.String opName) |
java.lang.String |
WSDLGenerator.getSoapAddressUrl() |
java.lang.String |
JAXRClient.getSpecURL(java.lang.String tmodelName) |
javax.xml.registry.infomodel.Concept |
JAXRClient.getTModel(java.lang.String tmodelName) |
static java.lang.String |
WebServicesWSDLUtil.getWsdl(java.lang.String fileName) |
org.jdom.Document |
DefaultWSDLGenerator.getWsdlAsDocument() |
abstract org.jdom.Document |
WSDLGenerator.getWsdlAsDocument() |
protected WSDLGenerator |
BaseDeployer.getWSDLGenerator(MboRemote service,
boolean generateWSDL)
Generates WSDL and returns instance of WSDLGenerator
|
java.lang.String |
WSDLGenerator.getWsdlUrl() |
void |
WSRegistryCacheImpl.init()
Initialization
|
void |
WSRegistryCache.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
WSRegistryCacheImpl.init(boolean tenantOnly)
Initialization
|
byte[] |
JAXWSClient.invoke(byte[] payload,
java.lang.String serviceName,
java.lang.String epURL,
java.lang.String action,
java.lang.String soapVersion,
java.lang.String httpUser,
java.lang.String httpPassword,
java.lang.String mep,
java.util.Map httpHeaders,
int readTimeout)
Invoke the target web service.
|
byte[] |
JAXWSClient.invoke(byte[] payload,
java.lang.String serviceName,
java.lang.String epURL,
java.lang.String action,
java.lang.String soapVersion,
java.lang.String httpUser,
java.lang.String httpPassword,
java.lang.String mep,
java.util.Map httpHeaders,
int readTimeout,
int connTimeout) |
byte[] |
JAXWSClient.invoke(byte[] payload,
java.lang.String serviceName,
java.lang.String epURL,
java.lang.String action,
java.lang.String soapVersion,
java.lang.String httpUser,
java.lang.String httpPassword,
java.lang.String mep,
java.util.Map httpHeaders,
int readTimeout,
int connTimeout,
java.util.Map soapHeaders,
java.util.Map responseSOAPHeaders) |
byte[] |
JAXWSClient.invoke(byte[] payload,
java.lang.String serviceName,
java.lang.String epURL,
java.lang.String action,
java.lang.String soapVersion,
java.lang.String httpUser,
java.lang.String httpPassword,
java.lang.String mep,
java.util.Map httpHeaders,
int readTimeout,
java.util.Map soapHeaders,
java.util.Map responseSOAPHeaders) |
java.lang.String |
JAXWSClient.invoke(java.lang.String payloadS,
java.lang.String serviceName,
java.lang.String epURL,
java.lang.String action,
java.lang.String soapVersion,
java.lang.String httpUser,
java.lang.String httpPassword,
java.lang.String mep,
java.util.Map httpHeaders,
int readTimeout,
int connTimeout,
java.util.Map soapHeaders,
java.util.Map responseSOAPHeaders) |
boolean |
JAXRClient.isBusinessDefined(java.lang.String businessName) |
boolean |
SchemaGenerator.isSchemaGenerated() |
protected boolean |
SchemaGenerator.isSchemaUseInclude() |
boolean |
JAXWSDynamicDeployer.isServiceExists(java.lang.String name)
Is Web Service exists in AXIS
|
boolean |
AxisWSDeployer.isServiceExists(java.lang.String name)
Is Web Service exists in AXIS
|
protected boolean |
WSDLGenerator.isSOAP11Port() |
protected boolean |
WSDLGenerator.isSupportsBothSOAPVersion() |
protected static boolean |
WebServicesUtil.isVerifyWebAppUrl() |
boolean |
WSDLGenerator.isWsdlGenerated() |
protected boolean |
DefaultWSDLGenerator.isWSDLImportSchema() |
void |
WSRegistryCacheImpl.loadDeployedServices(javax.servlet.ServletConfig config)
Loads all Web Service information
|
void |
WSRegistryCache.loadDeployedServices(javax.servlet.ServletConfig config)
Loads all Web Service information
|
void |
AxisWSDeployer.loadWebServices()
Loads all Web Service information when chche refreshed
|
void |
AxisWSDeployer.loadWebServices(org.apache.axis2.context.ConfigurationContext configContext)
Loads all Web Service information
|
protected void |
SchemaGenerator.persistSchema(org.jdom.Document doc) |
protected void |
WSDLGenerator.persistWsdl() |
protected void |
BaseDeployer.processUDDIEntry(WSDLGenerator wsdlGen,
boolean create)
Create/Remove UDDI Registry.
|
protected void |
JAXWSDynamicDeployer.processWebService(java.util.Vector allServices,
boolean deploy)
Process Web Service for multiple services.
|
protected void |
JAXWSDeployer.processWebService(java.util.Vector allServices,
boolean deploy)
Process Web Service definition for multiple services.
|
protected abstract void |
BaseDeployer.processWebService(java.util.Vector allServices,
boolean deploy)
Process Web Service for multiple services.
|
protected void |
AxisWSDeployer.processWebService(java.util.Vector allServices,
boolean deploy)
Process Web Service for multiple services.
|
void |
JAXRClient.registerService(java.lang.String businessName,
java.lang.String businessDesc,
java.lang.String serviceName,
java.lang.String serviceDesc,
java.lang.String epUrl,
java.lang.String tmodelName,
java.lang.String tmodelDesc,
java.lang.String specUrl,
java.lang.String specDesc) |
void |
JAXRClient.releaseResources() |
void |
WSRegistryCacheImpl.reload()
Refresh the WSRegiatryCache
|
void |
WSRegistryCache.reload()
Reload Cache.
|
void |
WSRegistryCacheImpl.reload(java.lang.String key)
Reload a paricular key in memory.
|
void |
WSRegistryCache.reload(java.lang.String key)
reload Cache for a key.
|
void |
WSRegistryCacheImpl.reloadAll()
Refresh the WSRegiatryCache
|
java.lang.String |
UseJAXWSCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
java.lang.String |
UseAxisCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Sets the where clause
|
void |
JAXWSDynamicDeployer.undeployWebService(MboRemote service)
Undeploys Web Service
|
void |
ServerDeployer.undeployWebService(MboRemote service)
Undeploy Web Service for one service.
|
void |
BaseDeployer.undeployWebService(MboRemote service)
Undeploy Web Service for one service.
|
void |
AxisWSDeployer.undeployWebService(MboRemote service)
Undeploys Web Service
|
void |
AxisWSDeployer.undeployWebService(java.lang.String name)
Undeploys Web Service
|
void |
ServerDeployer.undeployWebService(java.util.Vector allServices)
Deploy Web Service for multiple services.
|
void |
BaseDeployer.undeployWebService(java.util.Vector allServices)
Deploy Web Service for multiple services.
|
void |
WSRegistryCache.unloadTenant() |
static void |
WebServicesUtil.verifyWebAppURL()
Verify the MEA web app url.
|
Constructors in psdi.iface.webservices that throw MXException
Constructor and Description |
EnterpriseServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String extSysName,
java.lang.String intServiceName,
boolean synchronous) |
EnterpriseServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String extSysName,
java.lang.String intServiceName,
boolean synchronous,
java.lang.String serviceDesc,
java.lang.String serviceLongDesc) |
EnterpriseServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String extSysName,
java.lang.String intServiceName,
boolean synchronous,
java.lang.String serviceDesc,
java.lang.String serviceLongDesc,
java.lang.String soapVersion) |
EnterpriseServiceWSDLGenerator(WSRegistryInfo wsRegInfo) |
ExternalSchemaGenerator(java.lang.String extSchemaFileName) |
JAXRClient(java.lang.String queryUrl,
java.lang.String lifeCycleUrl,
java.lang.String userid,
java.lang.String password) |
MBOSchemaGenerator(java.lang.String mboName) |
MBOSchemaGenerator(java.lang.String mboName,
java.util.Map schemaElements) |
MOSSchemaGenerator(java.lang.String mosName) |
MOSSchemaGenerator(java.lang.String mosName,
java.util.Map schemaElements) |
MOSServiceSchemaGenerator(java.lang.String mosName) |
MOSServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String mosName,
java.lang.String msgType) |
MOSServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String mosName,
java.lang.String msgType,
java.lang.String serviceDesc,
java.lang.String serviceLongDesc) |
MOSServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String mosName,
java.lang.String msgType,
java.lang.String serviceDesc,
java.lang.String serviceLongDesc,
java.lang.String soapVersion) |
MOSServiceWSDLGenerator(WSRegistryInfo wsRegInfo) |
Constructors in psdi.iface.webservices.action that throw MXException
Constructor and Description |
MAXServiceSchemaGenerator(java.lang.String maxServiceName) |
MAXServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String maxServiceName,
java.lang.String methodName) |
MAXServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String maxServiceName,
java.lang.String methodName,
java.lang.String serviceDesc,
java.lang.String serviceLongDesc) |
MAXServiceWSDLGenerator(java.lang.String serviceName,
java.lang.String maxServiceName,
java.lang.String methodName,
java.lang.String serviceDesc,
java.lang.String serviceLongDesc,
java.lang.String soapVersion) |
MAXServiceWSDLGenerator(WSRegistryInfo wsRegInfo) |
Methods in psdi.mbo with parameters of type MXException
Modifier and Type |
Method and Description |
void |
FauxMboSet.addWarning(MXException e)
Add a warning to the warning list
|
void |
MboSetRemote.addWarning(MXException e)
Add a warning to the warning list
|
void |
MboSet.addWarning(MXException e)
Add a warning to the warning list
|
void |
FauxMboSet.addWarnings(MXException[] es)
Add all the exceptions from an array to the warning vector
|
void |
MboSetRemote.addWarnings(MXException[] es)
Add all the exceptions from an array to the warning vector
|
void |
MboSet.addWarnings(MXException[] es)
Add all the exceptions from an array to the warning vector
|
java.lang.String |
FauxMboSet.getMessage(MXException ex)
Get the message of the exception in the language specified by this MboSet's userInfo.
|
java.lang.String |
MboSetRemote.getMessage(MXException exception)
Get the message of the exception in the language specified by this MboSet's userInfo.
|
java.lang.String |
MboSet.getMessage(MXException ex)
Get the message of the exception in the language specified by this MboSet's userInfo.
|
java.lang.String |
MboRemote.getMessage(MXException exception)
Get the message of the exception in the language specified by this MboSet's userInfo.
|
java.lang.String |
Mbo.getMessage(MXException ex)
Get the message of the exception in the language specified by this Mbo's userInfo.
|
void |
CrossOverDomain.logInfo(MXException e) |
void |
MboRemote.setFieldFlag(java.lang.String[] names,
boolean inclusive,
long flag,
boolean state,
MXException mxe) |
void |
Mbo.setFieldFlag(java.lang.String[] names,
boolean inclusive,
long flag,
boolean state,
MXException mxe)
For the specified fields, set the flag to a state if inclusive
Else set all other fields in this Mbo to a state if exclusive
This does not instanciate a MboValue so should be used whenever possible.
|
void |
MboRemote.setFieldFlag(java.lang.String[] names,
long flag,
boolean state,
MXException mxe) |
void |
Mbo.setFieldFlag(java.lang.String[] names,
long flag,
boolean state,
MXException mxe)
For the specified fields, set the flag to a state.
|
void |
MboRemote.setFieldFlag(java.lang.String name,
long flag,
boolean state,
MXException mxe) |
void |
Mbo.setFieldFlag(java.lang.String name,
long flag,
boolean state,
MXException mxe)
For the specified field, set the flag to a state.
|
void |
FauxMboSet.setFlag(long flag,
boolean state,
MXException mxe)
Set the mboset flags to the specified values.
|
void |
MboValue.setFlag(long flag,
boolean state,
MXException mxe)
Set the specified flag on or off.
|
void |
MboSetRemote.setFlag(long flag,
boolean state,
MXException mxException) |
void |
MboSet.setFlag(long flag,
boolean state,
MXException mxe)
Set the mboset flags to the specified values.
|
void |
MboRemote.setFlag(long flags,
boolean state,
MXException mxe) |
void |
Mbo.setFlag(long flag,
boolean state,
MXException mxe)
Set the Mbo flags to the specified values.
|
void |
MboValue.setFlags(long flags,
MXException mxe)
Set the fields flags to the specified values.
|
protected void |
Mbo.throwRequiredException(MXException mxe,
MboValueInfo mvi,
MboValue mv)
Called from validate when a required field has null value.
|
Methods in psdi.mbo that throw MXException
Modifier and Type |
Method and Description |
boolean |
MboLONGALNValue._getBoolean()
Throws an exception so don't call !
|
byte |
MboLONGALNValue._getByte()
Throws an exception so don't call !
|
byte[] |
MboLONGALNValue._getBytes()
Throws an exception so don't call !
|
java.util.Date |
MboLONGALNValue._getDate()
Throws an exception so don't call !
|
double |
MboLONGALNValue._getDouble()
Throws an exception so don't call !
|
float |
MboLONGALNValue._getFloat()
Throws an exception so don't call !
|
int |
MboLONGALNValue._getInt()
Throws an exception so don't call !
|
java.lang.String |
MboLONGALNValue._getLocaleString() |
long |
MboLONGALNValue._getLong()
Throws an exception so don't call !
|
java.lang.String |
MboLONGALNValue._getString()
Get the value as a string
|
void |
MboLONGALNValue._setValue(boolean val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(byte val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(byte[] val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(java.util.Date val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(double val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(float val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(int val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(long val)
Throws an exception so don't call !
|
void |
MboLONGALNValue._setValue(java.lang.String value)
Called to set the value of the long description
|
void |
MboLONGALNValue._setValue(java.lang.String value,
long accessModifier)
Called to set the value of the long description
|
void |
MboLONGALNValue._setValueNull()
Set a field value to null.
|
void |
MboValue._setValueNull()
Set a field value to null.
|
void |
MboLONGALNValue._setValueNull(long accessModifier)
Set a field value to null.
|
void |
MboSetRemote.abortSql()
Abort the sql query currently in process.
|
void |
MboSet.abortSql()
Abort the sql query currently in process.
|
void |
FldMboKeyAsMAXTableDomain.action()
When an existing record is made a child of another record,
the action makes the entered Mbo child the same as the existing Mbo.
|
void |
FldMboKey.action()
When an existing record is made a child of another record,
the action makes the entered Mbo child the same as the existing Mbo.
|
void |
FldExtensionFld.action() |
void |
FldChangeListener.action()
Informs the MboSet that includes the Mbo which contains
this attribute that the Mbo has been modified.
|
void |
FldBaseLangAttr.action() |
void |
CrossOverDomain.action()
This will cause all the crossover fields to copy from one object to the other
|
void |
MboValueAdapter.action()
Called if the data is valid, to perform some action
Does nothing
|
void |
MAXTableDomain.action()
Called if the data is valid, to cleanup mboset.
|
void |
MboValueListener.action()
Called if the data is valid, to perform some action
|
void |
LanguageMbo.add() |
MboRemote |
FauxMboSet.add()
Defined to call the alternate form of the method with the default flag
of NONE and position of 0.
|
MboRemote |
MboSetRemote.add() |
MboRemote |
MboSet.add()
Adds a new Mbo to this set at the beginning, and sets the current Mbo position to
the Mbo just added.
|
void |
MboRemote.add() |
void |
Mbo.add()
This is called when a new Mbo is added to the Mboset collection.
|
MboRemote |
FauxMboSet.add(long accessModifier)
Defined to call the alternate form of the method with the position of 0.
|
MboRemote |
MboSetRemote.add(long accessModifier) |
MboRemote |
MboSet.add(long accessModifier)
Adds a new object to the collection.
|
MboRemote |
FauxMboSet.addAtEnd()
Defined to call the alternate form of the method with the default flag of NONE and
position of -1.
|
MboRemote |
MboSetRemote.addAtEnd() |
MboRemote |
MboSet.addAtEnd()
Adds a new Mbo to this set at end, and sets the current Mbo position to
the Mbo just added.
|
MboRemote |
FauxMboSet.addAtEnd(long accessModifier)
Defined to call the alternate form of the method with the position of -1.
|
MboRemote |
MboSetRemote.addAtEnd(long accessModifier) |
MboRemote |
MboSet.addAtEnd(long accessModifier)
Adds a new object to the collection at the end.
|
MboRemote |
FauxMboSet.addAtIndex(int index)
Defined to call the alternate form of the method with the default flag of NONE.
|
MboRemote |
MboSetRemote.addAtIndex(int index) |
MboRemote |
MboSet.addAtIndex(int ind)
Adds a new Mbo to this set at the index, and sets the current Mbo position to
the Mbo just added.
|
MboRemote |
FauxMboSet.addAtIndex(long accessModifier,
int index)
Probably this method should be overridden in the sub-class, unless
canAdd always throws an exception.
|
MboRemote |
MboSetRemote.addAtIndex(long accessModifier,
int index) |
MboRemote |
MboSet.addAtIndex(long accessModifier,
int ind)
Adds a new object to the collection at the index specified.
|
void |
MboSetListener.addedMbo(MboRemote newMbo,
int position)
Reports that a new Mbo has been added to the MboSet.
|
MboRemote |
FauxMboSet.addFakeAtEnd() |
MboRemote |
MboSetRemote.addFakeAtEnd() |
MboRemote |
MboSet.addFakeAtEnd()
Adds a new object to the collection at the end.
|
protected Mbo |
FauxMboSet.addForFauxSet(MboSet realSet,
long accessModifier,
int index)
For FauxMboSets that support additions, this method will pass the FauxSet's defaults
to the set that will actually get the new Mbo.
|
void |
DataProvider.addJoinRelation(java.lang.String relation,
long flags) |
void |
FauxMboSet.addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator) |
void |
MboSetRemote.addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator) |
void |
MboSet.addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator)
Specify a list of attribute that when their QBE are set, the AND/OR operator will
be the one specified,which is different than the general QBE.
|
void |
FauxMboSet.addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch) |
void |
MboSetRemote.addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch) |
void |
MboSet.addSubQbe(java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch)
Specify a list of attribute that when their QBE are set, the AND/OR operator
and exact match flag will
be the one specified,which is different than the general QBE.
|
void |
FauxMboSet.addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator) |
void |
MboSetRemote.addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator) |
void |
MboSet.addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator)
Specify a list of attribute that when their QBE are set, the AND/OR operator
will
be the one specified,which is different than the parent QBE.
|
void |
FauxMboSet.addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch) |
void |
MboSetRemote.addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch) |
void |
MboSet.addSubQbe(java.lang.String parentQbe,
java.lang.String name,
java.lang.String[] attrs,
java.lang.String operator,
boolean exactMatch)
Specify a list of attribute that when their QBE are set, the AND/OR operator
and exact match flag will
be the one specified,which is different than the parent QBE.
|
void |
MAXTableDomain.addToLookupMapCache(java.lang.String source,
java.lang.String[][] map) |
boolean |
Mbo.andEvaluateConditions(DataRestrictionCache.RestrictionBundle restrictions)
Evaluate a bundle of restrictions.
|
java.lang.String |
MboSet.appendToWhere()
Append a value to the where clause.
|
void |
MboSet.applyAppSpecificAuthorization() |
void |
MboSet.applyRowSecurity()
Check if every records in this set would be readonly and hidden according to
data restriction.
|
void |
Mbo.appValidate()
Pre-save validation method.
|
void |
MboValue.autoKey()
Generate an autokey value for this field.
|
void |
MboValue.autoKeyByMboSiteOrg()
Set the autokey based on the mbo's site, not insert set.
|
double |
MboSet.avg(java.lang.String attributeName) |
MboRemote |
MboRemote.blindCopy(MboSetRemote mboset) |
MboRemote |
Mbo.blindCopy(MboSetRemote mboset)
Adds a new mbo to the set passed in and copies all the information for each
of the fields into the new mbo.
|
void |
MboSet.canAdd()
Can an object be added to the collection ?
This is usually overriden in the specific mboset
|
void |
MboSet.cancelAndClose()
Close the statement before cancel
|
void |
StatefulMboRemote.canChangeMaxStatus(java.lang.String internalStatus) |
void |
StatefulMbo.canChangeMaxStatus(java.lang.String internalStatus)
Calls the canChangeStatus method with the flag set to NONE.
|
void |
StatefulMboRemote.canChangeStatus(java.lang.String status) |
void |
StatefulMbo.canChangeStatus(java.lang.String status)
Calls the canChangeStatus method with the flag set to NONE.
|
void |
StatefulMbo.canChangeStatus(java.lang.String changeToStatus,
long accessModifier)
Identifies whether the status of this object be changed to the specified value.
|
void |
StatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Can a certain status change be performed ?
|
void |
StatefulMboRemote.canChangeStatus(java.lang.String changeToStatus,
java.lang.String progressStatus,
long accessModifier) |
void |
StatefulMbo.canChangeStatus(java.lang.String changeToStatus,
java.lang.String progressStatus,
long accessModifier)
Identifies whether the status of this object be changed to the specified value.
|
void |
Mbo.canDelete()
Can the object be deleted ?
This is object specific and should be overridden.
|
void |
StatefulMboRemote.canDeleteAttachedDocs() |
void |
StatefulMbo.canDeleteAttachedDocs()
Check if the attached document can be deleted.
|
void |
StatefulMboRemote.changeMaxStatus(java.lang.String internalStatus,
java.util.Date date,
java.lang.String memo) |
void |
StatefulMbo.changeMaxStatus(java.lang.String internalStatus,
java.util.Date date,
java.lang.String memo)
Changes the status with an internal maximo status value.
|
void |
StatefulMboRemote.changeMaxStatus(java.lang.String internalStatus,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
StatefulMbo.changeMaxStatus(java.lang.String internalStatus,
java.util.Date date,
java.lang.String memo,
long accessModifier)
Changes the status with an internal maximo status value.
|
void |
StatefulMboRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo) |
void |
StatefulMbo.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo)
Calls the changeStatus method with an accessModifier of NONE.
|
void |
StatefulMboRemote.changeStatus(java.lang.String status,
java.util.Date date,
java.lang.String memo,
long accessModifier) |
void |
StatefulMbo.changeStatus(java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier)
Changes the status of the object.
|
void |
StatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Change the status from the specified state to a desired state
It is up to the programmer to throw and exception from this rountine if
the specified status does not exist !
|
void |
StatefulMboRemote.changeStatus(java.lang.String status,
java.lang.String progressStatus,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier) |
void |
StatefulMbo.changeStatus(java.lang.String status,
java.lang.String progressStatus,
java.util.Date asOfDate,
java.lang.String memo,
long accessModifier)
Changes the status of the object.
|
void |
MboValue.checkFieldAccess(long accessModifier)
Check the access control and the specified access modifier.
|
void |
Mbo.checkFieldAccess(long accessModifier)
Check field access for the entire object.
|
void |
StatefulMboRemote.checkForOpenStatus() |
void |
StatefulMbo.checkForOpenStatus()
Checks to see if it is a History record.
|
void |
MboDECIMALValue.checkForRoundForDouble(double d,
int leftOfDecimal)
Check if after round the decimal exceeds the maximum length or not.
|
void |
MboAMOUNTValue.checkForRoundForDouble(double d,
int leftOfDecimal)
Check if after round the decimal exceeds the maximum length or not.
|
void |
FauxMboSet.checkMethodAccess(java.lang.String methodName)
Undefined in the faux set.
|
void |
MboSetRemote.checkMethodAccess(java.lang.String methodName)
Clear the warnings
|
void |
MboSet.checkMethodAccess(java.lang.String methodName)
Check if the method name is available.
|
void |
MboRemote.checkMethodAccess(java.lang.String methodName) |
void |
Mbo.checkMethodAccess(java.lang.String methodName)
Check if the method name is available.
|
void |
MboSet.checkMethodAccess(java.lang.String methodName,
long accessModifier)
Check if the method name is available.
|
void |
Mbo.checkMethodAccess(java.lang.String methodName,
long accessModifier)
Check if the method name is available.
|
void |
Mbo.checkQualifiedRestriction()
Check whether the to be saved record is qualified by the QUALIFIED data restriction
if any.
|
protected void |
Mbo.checkRecordLock()
Checks the MAXRECORDLOCKCACHE if this Mbo is locked by another session.
|
void |
Mbo.checkSiteOrgAccessForSave()
Checks for access to siteid or orgid, and for conditional sigoption
for optionnames INSERT, DELETE, and/or SAVE.
|
abstract void |
StatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus)
Is a certain status change allowable?
This test determines whether a status change is possible by only checking
security.
|
void |
StatefulMbo.checkStatusChangeAuthorization(java.lang.String changeToStatus,
boolean single)
Determines if it is possible for this work order to change to this status.
|
void |
NumericDomain.chooseActualDomainValues()
Set the where clause to choose the values entries specific for this site or org, or further up if no
specific value is set.
|
void |
CrossOverDomain.chooseActualDomainValues()
Set the relationship, the listcriteria, error message bundle and key, and
the resource and destination fiels based on the
current records' site org level, whether it is in search mode and if site or org specific
domain values are specified for this domain.
|
void |
NumRangeDomain.chooseActualDomainValues()
Choose the numrangedomain record specific for this site or org, or further up if no
specific value is set.
|
void |
SynonymDomain.chooseActualDomainValues()
Set the where clause to choose the value entries specific for this site or org, or further up if no
specific value is set.
|
void |
ALNDomain.chooseActualDomainValues()
Set the where clause to choose the ALNdomain entries specific for this site or org, or further up if no
specific value is set.
|
void |
BasicDomain.chooseActualDomainValues()
This is the method that the derived class should overwrite to set the
information which will define how the validation, get list and action
perform.
|
void |
MAXTableDomain.chooseActualDomainValues()
Set the relationship, the listcriteria and error message bundle and key based on the
current records' site org level, whether it is in search mode and if site or org specific
domain values are specified for this domain.
|
void |
FauxMboSet.cleanup()
Undefined in the faux set.
|
void |
MboSetRemote.cleanup()
Resets the Qbe and the set.
|
void |
MboSet.cleanup()
Reset the QBE, reset, and clear its transaction.
|
void |
FauxMboSet.clear()
Removes all Mbos from the faux MboSet.
|
void |
MboSetRemote.clear()
Remove all objects from the collection.
|
void |
MboSet.clear()
Remove all objects from the collection.
|
void |
MboRemote.clear()
Clears out any references to other MBOs
|
void |
Mbo.clear()
Clears out any references to other MBOs
|
void |
DataProvider.clearJoins() |
void |
MboSetRemote.clearLongOpPipe()
Clear the long op message pipe.
|
void |
MboSet.clearLongOpPipe()
Clear the long op pipe.
|
void |
DataProvider.close() |
void |
FauxMboSet.close()
Prematurely closes the MboSet.
|
void |
MboSetRemote.close() |
void |
MboSet.close()
Closes the object collection and releases DB resources.
|
void |
FauxMboSet.commit()
Undefined in the faux set.
|
void |
MboSetRemote.commit() |
void |
MboSet.commit()
Makes all changes sent to the database since the last commit() or
rollback() call, permanent.
|
void |
MboSet.commitTransaction(MXTransaction txn)
Commit the object for the specified transaction
|
int |
MboValueComparator.compareTo(Mbo m1,
Mbo m2,
java.lang.String attr) |
void |
MboLONGALNValue.construct(Mbo mbo,
MboValueInfo mvInfo)
Construct with default data.
|
void |
MboValue.construct(Mbo mbo,
MboValueInfo mvInfo)
Construct and link to the Mbo
|
MboRemote |
MboRemote.copy() |
MboRemote |
Mbo.copy()
Adds a new mbo to this set and copies the values from the
current record into the new one.
|
void |
FauxMboSet.copy(MboSetRemote mboset)
Mbo's are copied into the mboset passed as a parameter.
|
void |
MboSetRemote.copy(MboSetRemote mboset) |
void |
MboSet.copy(MboSetRemote mboset)
Mbos are copied into the mboset passed as a parameter.
|
MboRemote |
MboRemote.copy(MboSetRemote mboset) |
MboRemote |
Mbo.copy(MboSetRemote mboset)
Adds a new mbo to the set passed in and copies the information for each
of the fields into the new mbo from this.
|
void |
MboSet.copy(MboSetRemote mboset,
long mboAddFlags)
Mbos are copied into the mboset passed as a parameter.
|
MboRemote |
MboRemote.copy(MboSetRemote mboset,
long accessModifier) |
MboRemote |
Mbo.copy(MboSetRemote mboset,
long mboAddFlags)
Adds a new mbo to the set passed in and copies the information for each
of the fields into the new mbo from this.
|
void |
FauxMboSet.copy(MboSetRemote sourceSet,
java.lang.String[] srcAttributes,
java.lang.String[] destAttributes)
New Mbos are created in this set from the sourceSet and appropriate
attribute values are copied to the mbos.
|
void |
MboSetRemote.copy(MboSetRemote sourceSet,
java.lang.String[] srcAttributes,
java.lang.String[] destAttributes)
New Mbos are created in this set from the sourceSet and appropriate
attribute values are copied to the mbos.
|
void |
MboSet.copy(MboSetRemote sourceSet,
java.lang.String[] srcAttributes,
java.lang.String[] destAttributes)
New Mbos are created in this set from the sourceSet and appropriate
attribute values are copied to the mbos.
|
MboRemote |
MboRemote.copyFake(MboSetRemote mboset) |
MboRemote |
Mbo.copyFake(MboSetRemote mboset)
Adds a fake mbo to the set passed in and copies theinformation for each of the fields into
the new mbo from this.
|
void |
FauxMboSet.copyForDM(MboSetRemote mboset,
int begin,
int size) |
void |
MboSetRemote.copyForDM(MboSetRemote mboset,
int begin,
int size) |
void |
MboSet.copyForDM(MboSetRemote mboset,
int begin,
int size)
A number Mbos are copied into the mboset passed as a parameter.
|
void |
MboRemote.copyValue(MboRemote sourceMbo,
java.lang.String[] attrSource,
java.lang.String[] attrTarget,
long flags) |
void |
Mbo.copyValue(MboRemote sourceMbo,
java.lang.String[] attrSource,
java.lang.String[] attrTarget,
long flags)
This method will copy the given values of multiple source attributes to
multiple target attributes.
1.
|
void |
MboRemote.copyValue(MboRemote sourceMbo,
java.lang.String attrSource,
java.lang.String attrTarget,
long flags) |
void |
Mbo.copyValue(MboRemote sourceMbo,
java.lang.String attrSource,
java.lang.String attrTarget,
long flags)
This method will copy value of source attribute to target attribute
1.
|
int |
FauxMboSet.count()
Counts the number of Mbos in the MboSet using the default option.
|
int |
NonPersistentMboSet.count() |
int |
MboSetRemote.count() |
int |
MboSet.count()
Same as count(COUNT_EXISTING) .
|
int |
FauxMboSet.count(int countConstant)
Counts the number of Mbos in the MboSet.
|
int |
MboSetRemote.count(int countConstant) |
int |
MboSet.count(int countConstant)
Returns a count of records in this MboSet.
|
int |
MboSet.countAndCleanup()
Returns a count of records in this MboSet and calls cleanup.
|
int |
MboSet.countAndCleanup(int countConstant)
Returns a count of records in this MboSet and calls cleanup.
|
MboRemote |
MboRemote.createComm() |
MboRemote |
Mbo.createComm()
Create a communication log associated with the current Mbo.
|
static MboSetRetainMboPositionInfo |
MboSetRetainMboPositionInfo.createMboSetRetainMboPositionInfo(MboSetRemote mboSetRemote)
Creates a MboSetRetainMboPositionInfo for the given Business Object Set.
|
void |
MboRemote.delete() |
void |
Mbo.delete()
Mark the object to be deleted with all the normal security checks.
|
void |
MboRemote.delete(long accessModifier) |
void |
Mbo.delete(long accessModifier)
Mark the object to be deleted depending on the access modifier.
|
void |
FauxMboSet.deleteAll()
Calls the real method with the NONE flag.
|
void |
MboSetRemote.deleteAll() |
void |
MboSet.deleteAll()
Delete all the members of the set - be very very carefull !
The deletions are not performed in the database, until save
is called.
|
void |
FauxMboSet.deleteAll(long accessModifier)
Marks all mbos in this set for deletion.
|
void |
MboSetRemote.deleteAll(long accessModifier) |
void |
MboSet.deleteAll(long accessModifier)
Delete all the objects in the set with the specified access modifiers
|
void |
FauxMboSet.deleteAndRemove()
Deletes and Removes the current mbo from the collection,
if the mbo is newly created .
|
void |
MboSetRemote.deleteAndRemove()
Deletes and Removes the current mbo from the collection,
if the mbo is newly created .
|
void |
MboSet.deleteAndRemove()
Deletes and Removes the current mbo from the collection,
if the mbo is newly created .
|
void |
FauxMboSet.deleteAndRemove(int pos)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
MboSetRemote.deleteAndRemove(int pos)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
MboSet.deleteAndRemove(int pos)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
FauxMboSet.deleteAndRemove(int pos,
long accessModifier)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
MboSetRemote.deleteAndRemove(int pos,
long accessModifier)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
MboSet.deleteAndRemove(int pos,
long accessModifier)
Deletes and remove an object from the collection at the given position,
if the mbo at the position is a newly created.
|
void |
FauxMboSet.deleteAndRemove(MboRemote mbo)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
MboSetRemote.deleteAndRemove(MboRemote mbo)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
MboSet.deleteAndRemove(MboRemote mbo)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
FauxMboSet.deleteAndRemove(MboRemote mbo,
long accessModifier)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
MboSetRemote.deleteAndRemove(MboRemote mbo,
long accessModifier)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
MboSet.deleteAndRemove(MboRemote mbo,
long accessModifier)
Delets and removes a mbo object from the collection,
if the mbo is newly created .
|
void |
FauxMboSet.deleteAndRemoveAll()
Deletes and removes all the newly created Mbos from the collection.
|
void |
MboSetRemote.deleteAndRemoveAll()
Deletes and removes all the newly created Mbos from the collection.
|
void |
MboSet.deleteAndRemoveAll()
Deletes and removes all the newly created Mbos from the collection.
|
void |
FauxMboSet.deleteAndRemoveAll(long accessModifier) |
void |
MboSetRemote.deleteAndRemoveAll(long accessModifier)
Deletes and removes all the newly created Mbos from the collection.
|
void |
MboSet.deleteAndRemoveAll(long accessModifier) |
protected void |
Mbo.deleteDoclinks() |
protected void |
MboSet.deleteMbo(java.sql.Connection con,
Mbo mbo)
Fires a SQL DELETE statement
Syntax:
DELETE tablename
WHERE whereclause
|
java.util.List |
FauxMboSet.determineRequiredFieldsFromERM()
Using the ERMEntity associated with this MboSet, this method will obtain a complete
list of required fields that need a value.
|
java.util.List |
MboSetRemote.determineRequiredFieldsFromERM() |
java.util.List |
MboSet.determineRequiredFieldsFromERM()
Using the ERMEntity associated with this MboSet, this method will obtain a complete
list of required fields that need a value.
|
java.util.List |
Mbo.determineRequiredFieldsFromERM(java.util.Collection attributes,
int mboVectorIndex)
Using the passed in list of ERMAttributes, this method will obtain a complete list of required
fields that need a value for this mbo.
|
MboRemote |
MboRemote.duplicate() |
MboRemote |
Mbo.duplicate()
Duplicate method only throws exception now
|
java.util.Date |
FauxMboSet.earliestDate(java.lang.String attributeName)
Undefined in the faux set.
|
java.util.Date |
MboSetRemote.earliestDate(java.lang.String attributeName) |
java.util.Date |
MboSet.earliestDate(java.lang.String attributeName)
Return the earliest date value of the specified attribute within the set.
|
java.lang.String |
MAXTableDomain.evalConditionalWhere(java.util.ArrayList conditionalWhereList) |
boolean |
MboRemote.evaluateCondition(java.lang.String conditionNum) |
boolean |
Mbo.evaluateCondition(java.lang.String conditionNum)
Evaluate to true or false the given single condition by the condition number.
|
boolean |
Mbo.evaluateCondition(java.lang.String conditionNum,
boolean logErrorOnly)
Evaluate to true or false the given single condition by the condition number.
|
java.util.HashMap |
MboRemote.evaluateCtrlConditions(java.util.HashSet options) |
java.util.HashMap |
Mbo.evaluateCtrlConditions(java.util.HashSet options) |
java.util.HashMap |
MboRemote.evaluateCtrlConditions(java.util.HashSet options,
java.lang.String app) |
java.util.HashMap |
Mbo.evaluateCtrlConditions(java.util.HashSet options,
java.lang.String app)
Evaluate conditions for a given set of option names.
|
boolean |
Mbo.evaluateRestriction(DataRestriction restriction)
Evaluate the restriction by its ID.
|
void |
DomainMboEventListener.eventAction(EventMessage em) |
void |
MaximoDD.PropertyListener.eventAction(EventMessage em) |
boolean |
DomainMboEventListener.eventValidate(EventMessage em) |
boolean |
MaximoDD.PropertyListener.eventValidate(EventMessage em) |
boolean |
MboRemote.excludeObjectForPropagate(java.lang.String name) |
boolean |
Mbo.excludeObjectForPropagate(java.lang.String name)
Check if the object is exclude from propagation
|
void |
NonPersistentMboSetRemote.execute()
Causes the NonP-MboSet used for method parameter validation to execute its
function.
|
void |
NonPersistentMboSet.execute()
Causes the NonP-MboSet used for method parameter validation to execute its
function.
|
void |
DBShortcut.execute(int type,
SqlFormat sqlStat)
Executes the SQL statement.
|
void |
NonPersistentMboSetRemote.execute(MboRemote mbo)
Causes the NonP-MboSet used for method parameter validation to execute its
function on the given Mbo.
|
void |
NonPersistentMboSet.execute(MboRemote mbo)
Causes the NonP-MboSet used for method parameter validation to execute its
function on the given Mbo.
|
void |
DBShortcut.execute(SqlFormat sqlStat)
Executes the SQL statement specified in SqlFormat parameter.
|
void |
MboSet.executeBatch() |
int |
DBShortcut.executeUpdate(int type,
SqlFormat sqlStat) |
java.lang.String |
SqlFormat.expressionToQueryWhere()
Convert the expression to a query where clause.
|
void |
SingleMboFauxSet.fetchMbos(int toPostion) |
abstract void |
FauxMboSet.fetchMbos(int toPostion)
This method needs to be overridden to produce the Mbos which are members of this "MboSet".
|
MboRemote |
FauxMboSet.fetchNext()
Undefined in the faux set.
|
MboRemote |
MboSetRemote.fetchNext() |
MboRemote |
MboSet.fetchNext()
Fetches the next record without changing the current index.
|
void |
StatefulMbo.filterByValidStatusList(boolean onlyCanBeChanged,
MboSetRemote values) |
java.util.List |
FauxMboSet.findAllNullRequiredFields()
Returns a list of ERMAttributeError for each required attribute with a null value.
|
java.util.List |
MboSetRemote.findAllNullRequiredFields() |
java.util.List |
MboSet.findAllNullRequiredFields()
Returns a list of ERMAttributeError for each required attribute with a null value.
|
java.util.List |
Mbo.findAllNullRequiredFields(java.util.Collection attributes,
int mboIndex)
Returns a list of ERMAttributeError for each required attribute with a null value.
|
MboRemote |
FauxMboSet.findByIntegrationKey(java.lang.String[] integrationKeys,
java.lang.String[] integrationKeyValues)
This method is used by the integration logic to find out the
mbos that are present based on an integration key.
|
MboRemote |
MboSetRemote.findByIntegrationKey(java.lang.String[] integrationKeys,
java.lang.String[] integrationKeyValues)
This method is used by the integration logic to find out the
mbos that are present based on an integration key.
|
MboRemote |
MboSet.findByIntegrationKey(java.lang.String[] integrationKeys,
java.lang.String[] integrationKeyValues)
This method is used by the integration logic to find out the
mbos that are present based on an integration key.
|
MboRemote |
FauxMboSet.findKey(java.lang.Object keyObject)
Undefined in the faux set.
|
MboRemote |
MboSetRemote.findKey(java.lang.Object keyObject)
Reset the MboSet to the Mbo that contains the specified key.
|
MboRemote |
MboSet.findKey(java.lang.Object keyObject)
Return the Mbo that contains the specified key from the MboSet.
|
boolean |
FldMboKeyAsMAXTableDomain.findRecord(java.lang.String tbName,
MboRemote enteredMbo,
java.util.ArrayList keyArray) |
boolean |
FldMboKey.findRecord(java.lang.String tbName,
MboRemote enteredMbo,
java.util.ArrayList keyArray) |
void |
StatefulMbo.fireEvent(java.lang.String type)
fires events for the different types of events for all status changes.
|
void |
Mbo.fireEvent(java.lang.String type)
fires events for the different types of events for all business objects
The possible different types are - validate, preSaveEventAction, eventAction,
postCommitEventAction
|
void |
FauxMboSet.fireEventsAfterDB(MXTransaction txn) |
void |
MboSet.fireEventsAfterDB(MXTransaction txn)
fire events for all mbos in the transaction after db operation.
|
void |
FauxMboSet.fireEventsAfterDBCommit(MXTransaction txn) |
void |
MboSet.fireEventsAfterDBCommit(MXTransaction txn)
fire events for all mbos in the transaction after db commit.
|
void |
FauxMboSet.fireEventsBeforeDB(MXTransaction txn) |
void |
MboSet.fireEventsBeforeDB(MXTransaction txn)
fire events for all mbos in the transaction before db operation.
|
java.lang.String |
SqlFormat.formatRaw()
This is similar to @see format() except this method will pass any exceptions forward rather
than printing a stack trace to the console.
|
void |
MboRemote.generateAutoKey() |
void |
Mbo.generateAutoKey()
This method has the mbo generate a unique identifier for itself.
|
void |
Mbo.generateContentUID()
Provide the contentuid.
|
static long |
MaxSequence.generateKey(java.sql.Connection con,
java.lang.String tbName,
java.lang.String name)
Generates a unique key used by long description and workflow ID columns.
|
void |
MboValue.generateUniqueID()
Generate an ID that is unique within the table of this column.
|
DataRestrictionCache.RestrictionBundle |
DataRestrictionCache.get(int level,
MboSetRemote msr)
Get a HashSet of DataRestriction objects of the specified restriction level for the given object.
|
DataRestrictionCache.RestrictionBundle |
DataRestrictionCache.get(int level,
MboSetRemote msr,
java.lang.String attrName)
Get a restrictions of the specified restriction level for the given attribute, or object
if the attribute parameter is null.
|
MboValueData[][] |
HierarchicalMboSet.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all hierarchies for the object, this is mainly used in the case of locations.
|
MboValueData[][] |
HierarchicalMboSetRemote.getAllHierarchies(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all hierarchies for the object, this is mainly used in the case of locations.
|
java.lang.String[] |
MboValueAdapter.getAppLink()
Default implementation to return null.
|
java.lang.String[] |
MboValueListener.getAppLink()
Return the application names for the application link.
|
java.lang.String[] |
MboValue.getAppLink()
Return the application name for the application link.
|
EventTopic[] |
MboSetInfo.getAppValidateEventTopic()
Get the event topic for the init of this kind of Mbo.
|
java.lang.String |
FauxMboSet.getAppWhere()
Gets the application where clause.
|
java.lang.String |
MboSetRemote.getAppWhere() |
java.lang.String |
MboSet.getAppWhere()
Gets the application where clause.
|
DataRestrictionCache.RestrictionBundle |
MboSet.getAttrRestrictions(int levelRequested,
java.lang.String attr)
Get an array of Data Restriction objects for attribute restriction what would need to apply to
the attribute of the records in this mbo set.
|
DataRestrictionCache.RestrictionBundle |
Mbo.getAttrRestrictions(int levelRequested,
java.lang.String attr)
Returns an array list of the attribute restrictions of the requested restriction level that applies to the
attribute.
|
int |
AutoKey.getAutoKeyLevel() |
boolean |
MboValue.getBoolean()
Return the field value as a boolean
This will be sensitive to locale, so if the field contains a 'J' and the locale
is set to German, this will return true.
|
boolean |
FauxMboSet.getBoolean(java.lang.String attributeName) |
boolean |
MboAccessInterface.getBoolean(java.lang.String attributeName) |
boolean |
MboSet.getBoolean(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
boolean |
MboRemote.getBoolean(java.lang.String attributeName) |
boolean |
Mbo.getBoolean(java.lang.String attributeName)
Retrieves the boolean value of the attribute identified by name
within the current object.
|
byte |
MboValue.getByte()
Get the value as a byte.
|
byte |
FauxMboSet.getByte(java.lang.String attributeName) |
byte |
MboAccessInterface.getByte(java.lang.String attributeName) |
byte |
MboSet.getByte(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object
|
byte |
MboRemote.getByte(java.lang.String attributeName) |
byte |
Mbo.getByte(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object
|
byte[] |
MboValue.getBytes()
Get the value as a byte array.
|
byte[] |
FauxMboSet.getBytes(java.lang.String attributeName) |
byte[] |
MboAccessInterface.getBytes(java.lang.String attributeName) |
byte[] |
MboSet.getBytes(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object
|
byte[] |
MboRemote.getBytes(java.lang.String attributeName) |
byte[] |
Mbo.getBytes(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object
|
MboValueData[][] |
HierarchicalMboSetRemote.getChildren(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more children objects in the hierarchy.
|
java.lang.Object[] |
MboRemote.getCommLogOwnerNameAndUniqueId() |
java.lang.Object[] |
Mbo.getCommLogOwnerNameAndUniqueId()
Retuns an object array of owner object name and uniqueid so that commlog can set
in the commlog table.
|
static java.lang.String |
SiteOrgRestriction.getCompanySetClause(UserInfo userInfo,
java.lang.String companySet)
returns the where clause for company set .
|
static java.lang.String |
SiteOrgRestriction.getCompanySetWhere(ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo)
Gets the companyset restriction clause
|
java.lang.String |
FauxMboSet.getCompleteWhere()
Returns the where clause that this set would use, if it wasn't a FauxMboSet.
|
java.lang.String |
MboSetRemote.getCompleteWhere()
Get the complete Where clause that is used for fetching records to this object.
|
java.lang.String |
MboSet.getCompleteWhere()
Get the complete Where clause that is used for fetching records to this object.
|
boolean[] |
BasicDomain.getConditionResult()
Evalate all involved conditions for the domain.
|
MaxType |
MboValue.getCurrentValue()
Return the current field value as a MaxType object
|
boolean |
MboValueData.getDataAsBoolean()
Returns the content of the field as boolean.
|
java.util.Date |
MboValueData.getDataAsDate()
Returns the content of the field as Date.
|
double |
MboValueData.getDataAsDouble()
Returns the content of the field as double.
|
float |
MboValueData.getDataAsFloat()
Returns the content of the field as float.
|
int |
MboValueData.getDataAsInt()
Returns the content of the field as int.
|
long |
MboValueData.getDataAsLong()
Returns the content of the field as long.
|
java.lang.Object |
MboValueData.getDataAsObject()
Returns the content of the field in an Object.
|
java.lang.Object |
MboValueData.getDataAsObject(int dataType)
Returns the content of the field in an Object of the given data type.
|
java.lang.Object |
MboRemote.getDatabaseValue(java.lang.String attribute)
Returns the value of the column that has been used to initialize
the mbo.The attribute name must be a persistent database column.
|
java.lang.Object |
Mbo.getDatabaseValue(java.lang.String attributeName)
Returns the value of the column at the time of databse fetch.
|
DataProvider |
DataProvider.getDataProvider(int row,
java.lang.String relation) |
java.util.Date |
MboValue.getDate()
Get the value as a date.
|
java.util.Date |
FauxMboSet.getDate(java.lang.String attributeName) |
java.util.Date |
MboAccessInterface.getDate(java.lang.String attributeName) |
java.util.Date |
MboSet.getDate(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
java.util.Date |
MboRemote.getDate(java.lang.String attributeName) |
java.util.Date |
Mbo.getDate(java.lang.String attributeName)
Retrieves the date value of the attribute identified by name
within the current object.
|
static java.lang.String |
SqlFormat.getDateHistogramFunction(java.lang.String funcName,
java.lang.String attr) |
java.lang.String |
DataProvider.getDBFunctionStatement(java.lang.String dbFunction,
java.lang.String dbColumn) |
java.lang.String |
FauxMboSet.getDefaultValue(java.lang.String attribute)
method for getting the default value for an attribute
|
java.lang.String |
MboSetRemote.getDefaultValue(java.lang.String attribute)
get the default value for mboset(screen default)
|
java.lang.String |
MboSet.getDefaultValue(java.lang.String attribute)
method for getting the default value for an attribute
|
java.lang.String |
NumericDomainCacheImpl.getDescForValue(java.lang.String domainid,
java.lang.Double value,
java.lang.String orgid,
java.lang.String siteid,
UserInfo userInfo) |
java.lang.String |
NumericDomainCache.getDescForValue(java.lang.String domainid,
java.lang.String orgid,
java.lang.String siteid,
java.lang.Double value,
UserInfo userInfo) |
java.lang.String |
SynonymDomainCacheImpl.getDescForValue(java.lang.String domainid,
java.lang.String value,
java.lang.String orgid,
java.lang.String siteid,
UserInfo userInfo) |
java.lang.String |
SynonymDomainCache.getDescForValue(java.lang.String domainid,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String value,
UserInfo userInfo) |
java.lang.String |
ALNDomainCacheImpl.getDescForValue(java.lang.String domainid,
java.lang.String value,
java.lang.String orgid,
java.lang.String siteid,
UserInfo userInfo) |
java.lang.String |
ALNDomainCache.getDescForValue(java.lang.String domainid,
java.lang.String orgid,
java.lang.String siteid,
java.lang.String value,
UserInfo userInfo) |
int |
MboRemote.getDocLinksCount() |
int |
Mbo.getDocLinksCount()
This method recursively traverse the doclinks tree of an object, and count the total number
of attached documents related to it.
|
static java.lang.String |
TranslateCacheFactory.getDomainFactoryName(java.lang.String domainType)
The method to get domain factory class name.
|
java.lang.String |
DomainFactoryNameProvider.getDomainFactoryName(java.lang.String domainType) |
java.lang.String |
MaximoDD.getDomainFactoryName(java.lang.String domainType)
The method to get domain factory class name.
|
java.lang.String |
Mbo.getDomainFilterWhere(java.lang.String filterKeyword)
Get the domain filter where based on the filter keyword which contains the attribute name.
|
static java.lang.String |
MboUtils.getDomainIdFromMbo(MboValue mv) |
java.lang.String[] |
MboRemote.getDomainIDs(java.lang.String attributeName) |
java.lang.String[] |
Mbo.getDomainIDs(java.lang.String attr)
Returns an array of all domain ids linked to the field.
|
java.util.Map |
MaxDomainCacheImpl.getDomainInfo(java.lang.String domainid) |
double |
MboValue.getDouble()
Get the value as a double.
|
double |
FauxMboSet.getDouble(java.lang.String attributeName) |
double |
MboAccessInterface.getDouble(java.lang.String attributeName) |
double |
MboSet.getDouble(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
double |
MboRemote.getDouble(java.lang.String attributeName) |
double |
Mbo.getDouble(java.lang.String attributeName)
Retrieves the double value of the attribute identified by name
within the current object.
|
ERMEntity |
FauxMboSet.getERMEntity()
Finds and returns the ERMEntity assiciated with the MbSet.
|
ERMEntity |
MboSetRemote.getERMEntity() |
ERMEntity |
MboSet.getERMEntity()
Finds and returns the ERMEntity assiciated with the MbSet.
|
java.lang.String |
FauxMboSet.getESigTransactionId()
Undefined in the faux set.
|
java.lang.String |
MboSetRemote.getESigTransactionId()
Gets the esig transaction id
|
java.lang.String |
MboSet.getESigTransactionId()
Returns the transaction id used for the esig.
|
boolean |
FauxMboSet.getExcludeMeFromPropagation()
Gets the flag to excude a mboset from propagation
|
boolean |
MboSetRemote.getExcludeMeFromPropagation()
Gets the flag to excude a mboset from propagation
|
boolean |
MboSet.getExcludeMeFromPropagation()
Gets the flag to excude a mboset from propagation
|
java.lang.String[] |
Translate.getExternalValues(java.lang.String listName,
java.lang.String internalValue,
MboRemote mbo)
Convert the specified value in the list to an array of external
possible values.
|
java.lang.String[] |
Translate.getExternalValues(java.lang.String listName,
java.lang.String internalValue,
java.lang.String siteId,
java.lang.String orgId)
Convert the specified value in the list to an array of external
possible values.
|
java.lang.String[] |
FauxMboSet.getFetchAttributes()
The faux set doesn't support FetchAttributes.
|
java.lang.String[] |
FauxMboSet.getFetchAttributes(java.lang.String rel)
The faux set doesn't support FetchAttributes.
|
java.lang.String |
SqlFormat.getFieldValue(java.lang.String field,
MboRemote mbo)
Return the value of a field in the correct SQL format.
|
java.lang.String |
SqlFormat.getFieldValue(java.lang.String field,
MboRemote mbo,
boolean useLocale) |
java.lang.String |
SqlFormat.getFieldValue(java.lang.String field,
MboRemote mbo,
boolean useLocale,
int indexAfter) |
long |
FauxMboSet.getFlags()
|
long |
MboSetRemote.getFlags() |
float |
MboValue.getFloat()
Get the value as a float.
|
float |
FauxMboSet.getFloat(java.lang.String attributeName) |
float |
MboAccessInterface.getFloat(java.lang.String attributeName) |
float |
MboSet.getFloat(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
float |
MboRemote.getFloat(java.lang.String attributeName) |
float |
Mbo.getFloat(java.lang.String attributeName)
Retrieves the float value of the attribute identified by name
within the current object.
|
MboValueData[] |
HierarchicalMboSet.getHierarchy(java.lang.String object,
java.lang.String key)
Return the hierarchy of the given location object.
|
MboValueData[] |
HierarchicalMboSetRemote.getHierarchy(java.lang.String object,
java.lang.String key)
Return the hierarchy of the given object.
|
boolean |
MboRemote.getIgnoreLockCheck() |
boolean |
Mbo.getIgnoreLockCheck() |
java.lang.String[] |
MaximoDD.getIndexInfo(java.lang.String ixname)
If the specified index names is defined in our metadata as an index,
then return the names of the columns that participate in the index.
|
EventTopic[] |
MboSetInfo.getInitEventTopic()
Get the event topic for the init of this kind of Mbo.
|
MaxType |
MboValue.getInitialValue()
Return the initial field value as a MaxType object
|
MaxType |
MboRemote.getInitialValue(java.lang.String attributeName) |
MaxType |
Mbo.getInitialValue(java.lang.String attributeName) |
java.lang.String |
MboRemote.getInsertCompanySetId()
Returns the default itemset
|
java.lang.String |
Mbo.getInsertCompanySetId()
Returns the default company set id to be applied to a new mbo.
|
java.lang.String |
MboRemote.getInsertItemSetId()
Returns the default company set
|
java.lang.String |
Mbo.getInsertItemSetId()
Returns the default item set id to be applied to a new mbo.
|
java.lang.String |
MboRemote.getInsertOrganization()
Returns the default insert org
|
java.lang.String |
Mbo.getInsertOrganization()
Returns the default orgid to be applied to a new mbo.
|
java.lang.String |
Mbo.getInsertOrgForSite(java.lang.String site)
Returns the default site to be applied to a new mbo.
|
java.lang.String |
MboRemote.getInsertSite()
Returns the default insert site
|
java.lang.String |
Mbo.getInsertSite()
Returns the default site to be applied to a new mbo.
|
static AutoKeyCacheFactory |
AutoKeyCacheFactory.getInstance()
Returns an instance of AutoKeyCacheFactory
|
int |
MboValue.getInt()
Get the value as a integer.
|
int |
FauxMboSet.getInt(java.lang.String attributeName) |
int |
MboAccessInterface.getInt(java.lang.String attributeName) |
int |
MboSet.getInt(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
int |
MboRemote.getInt(java.lang.String attributeName) |
int |
Mbo.getInt(java.lang.String attributeName)
Retrieves the integer value of the attribute identified by name
within the current object.
|
ServiceRemote |
MboValueAdapter.getIntegrationService()
Convenience Method for getting the IntegrationServiceRemote.
|
ServiceRemote |
MboValue.getIntegrationService()
Convenience Method for getting the IntegrationServiceRemote.
|
ServiceRemote |
Mbo.getIntegrationService()
Convenience Method for getting the IntegrationServiceRemote.
|
java.lang.String |
StatefulMboRemote.getInternalStatus()
Returns the Internal value for the current status of the object.
|
java.lang.String |
StatefulMbo.getInternalStatus()
Returns the Internal value for the current status of the object.
|
static java.lang.String |
SiteOrgRestriction.getItemSetClause(UserInfo userInfo,
java.lang.String itemSet)
returns the where clause for item set .
|
static java.lang.String |
SiteOrgRestriction.getItemSetWhere(ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo)
Gets the itemset restriction clause
|
KeyValue |
MboRemote.getKeyValue() |
KeyValue |
Mbo.getKeyValue()
Get the key value of this object
|
long[] |
Mbo.getLanguageRecordRowStamp()
Get the array of language rowstamp values.
|
java.lang.String |
MboRemote.getLinesRelationship() |
java.lang.String |
Mbo.getLinesRelationship() |
MboSetRemote |
MboValueAdapter.getList()
Get value list (if it has one).
|
MboSetRemote |
MAXTableDomain.getList()
Return the value list.
|
MboSetRemote |
MboValueListener.getList()
Get value list (if it has one).
|
MboSetRemote |
MboValue.getList()
Give a list of possible values to the user
|
MboSetRemote |
FauxMboSet.getList(int row,
java.lang.String attributeName)
Get the list of valid values for an attribute for the given row
|
MboSetRemote |
MboSetRemote.getList(int row,
java.lang.String attributeName) |
MboSetRemote |
MboSet.getList(int row,
java.lang.String attributeName)
Get the list of valid values for an attribute for the given row
|
MboSetRemote |
FauxMboSet.getList(java.lang.String attributeName)
Gets the MboSet containing valid values for a specified attribute of the current
Mbo in this set.
|
MboSetRemote |
MboSetRemote.getList(java.lang.String attributeName) |
MboSetRemote |
MboSet.getList(java.lang.String attributeName)
Gets the MboSet containing valid values for a specified attribute of the current
Mbo in this set.
|
MboSetRemote |
MboRemote.getList(java.lang.String attribute) |
MboSetRemote |
Mbo.getList(java.lang.String attribute)
Get the list of valid values for the attribute.
|
java.util.Set |
MaximoMTEnabledCache.getLoadedTenants() |
java.util.Set |
AbstractMaximoMTEnabledCache.getLoadedTenants() |
java.util.Set |
MaximoCacheWrapper.getLoadedTenants()
Reload the cache and also fire the event to notify that the cache has reloaded.
|
java.lang.String |
MboRemote.getLockedByDisplayName() |
java.lang.String |
Mbo.getLockedByDisplayName()
Returns the display name of the user who has this Mbo locked
|
long |
MboValue.getLong()
Get the value as a long.
|
long |
FauxMboSet.getLong(java.lang.String attributeName) |
long |
MboAccessInterface.getLong(java.lang.String attributeName) |
long |
MboSet.getLong(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
long |
MboRemote.getLong(java.lang.String attributeName) |
long |
Mbo.getLong(java.lang.String attributeName)
Retrieves the long value of the attribute identified by name
within the current object.
|
java.lang.String |
MboValueAdapter.getLookupName()
Default implementation to return null.
|
java.lang.String |
MboValueListener.getLookupName()
Return the lookup name.
|
java.lang.String |
MboValue.getLookupName()
Return the lookup name.
|
java.lang.String |
MboValueAdapter.getMatchingAttr()
Defautl implementation to return null.
|
java.lang.String |
MAXTableDomain.getMatchingAttr()
Get the matching attribute
|
java.lang.String |
MboValueListener.getMatchingAttr()
Get the attribute in the lookup table which matches this
field.
|
java.lang.String |
MboValue.getMatchingAttr()
Get the attribute in the lookup table which matches this field.
|
java.lang.String |
MboValueAdapter.getMatchingAttr(java.lang.String sourceObjectName)
Defautl implementation to return null.
|
java.lang.String |
MAXTableDomain.getMatchingAttr(java.lang.String sourceObjectName)
Get the matching attribute given the source object name
|
java.lang.String |
MboValueListener.getMatchingAttr(java.lang.String sourceObjectName)
Get the attribute in the lookup table which matches this
field for the given source name
|
java.lang.String |
MboValue.getMatchingAttr(java.lang.String sourceObjectName)
Get the attribute in the lookup table which matches this field.
|
java.lang.String |
MboRemote.getMatchingAttr(java.lang.String attribute) |
java.lang.String |
Mbo.getMatchingAttr(java.lang.String attribute)
Get the attribute in the lookup table which matches the specified
attribute of this MBO.
|
java.lang.String |
MboRemote.getMatchingAttr(java.lang.String sourceObjectName,
java.lang.String attribute) |
java.lang.String |
Mbo.getMatchingAttr(java.lang.String sourceObjectName,
java.lang.String attribute)
Get the attribute in the lookup table which matches the specified
attribute of this MBO.
|
protected java.lang.String[][] |
MAXTableDomain.getMatchingAttrs(java.lang.String sourceName)
This method retieves the lookup attribute mapping from the lookup source table
to the target table by looking at the MAXLOOKUPMAP table if the mapping is
specified there.
|
java.lang.Object[] |
MboRemote.getMatchingAttrs(java.lang.String sourceName,
java.lang.String targetAttrName) |
java.lang.Object[] |
Mbo.getMatchingAttrs(java.lang.String sourceName,
java.lang.String targetAttr)
This method retieves the lookup attribute mapping from the lookup source table
to the target table by looking at the MAXLOOKUPMAP table if the mapping is
specified there.
|
java.lang.String |
MboSet.getMaxAppsWhere()
Provide a application restriction where clause from maxapps table
|
MaxMessage |
FauxMboSet.getMaxMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the MaxMessage object for the specified error group and errorkey.
|
MaxMessage |
MaxMessageCache.getMaxMessage(java.lang.String group,
java.lang.String key)
Get the MaxMessage object in base language.
|
MaxMessage |
MboSetRemote.getMaxMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the MaxMessage object for the specified error group and errorkey.
|
MaxMessage |
MboSet.getMaxMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the MaxMessage object for the specified error group and errorkey.
|
MaxMessage |
MboRemote.getMaxMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the MaxMessage object for the specified error group and errorkey.
|
MaxMessage |
Mbo.getMaxMessage(java.lang.String errGrp,
java.lang.String errKey)
Get the MaxMessage object for the specified error group and errorkey.
|
MaxMessage |
MaxMessageCache.getMaxMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Get the message for group,key and language
|
MaxMessage |
MaxMessageCache.getMaxMessage(java.lang.String group,
java.lang.String key,
UserInfo ui)
Get the MaxMessage object in the language specified in the userinfo.
|
MaxType |
MboValue.getMaxType()
Get a clone of the MaxType object of the current MboValue.
|
MaxVarServiceRemote |
MboServerInterface.getMaxVar()
Get a reference to the MAXVARS service.
|
MboRemote |
FauxMboSet.getMbo(int pos)
Get the Mbo at the position.
|
MboRemote |
MboSetRemote.getMbo(int pos) |
MboRemote |
MboSet.getMbo(int index)
Return the Mbo from the specified position in the collection.
|
java.util.Vector |
MboRemote.getMboDataSet(java.lang.String relationship) |
java.util.Vector |
Mbo.getMboDataSet(java.lang.String relationship)
Returns a set of Mbos using the dot notation relationships.
|
MboRemote |
Mbo.getMboForAttribute(java.lang.String attributeName)
Take a attribute name (which may have a .
|
MboRemote |
Mbo.getMboForAttributeStatic(java.lang.String attributeName)
Take a attribute name (which may have a .
|
MboRemote |
FauxMboSet.getMboForUniqueId(long id)
Get the mbo for the unique id.
|
MboRemote |
MboSetRemote.getMboForUniqueId(long id)
returns the mbo for the unique id
|
MboRemote |
MboSet.getMboForUniqueId(long id)
Returns the mbo for the unique id.
|
MaxType |
MboRemote.getMboInitialValue(java.lang.String name) |
MaxType |
Mbo.getMboInitialValue(java.lang.String name)
Returns the MaxType (initial value) object given the column name.
|
protected Mbo |
LanguageMboSet.getMboInstance(MboSet ms)
Generate a new ALN Value Object
|
protected abstract Mbo |
MboSet.getMboInstance(MboSet ms)
Factory to create the business objects
This must be overridden in derived class
|
java.util.List |
MboRemote.getMboList(java.lang.String mrp) |
java.util.List |
Mbo.getMboList(java.lang.String mrp) |
MboSetRemote |
FldMboKey.getMboSet()
Get the mboset used to validate that the value(s) entered are
unique.
|
MboSetRemote |
MAXTableDomain.getMboSet()
Get the MboSet
|
MboSetRemote |
MAXTableDomain.getMboSet(java.lang.String where)
Get a mboset, using the specified where clause
|
MboSetRemote |
MboRemote.getMboSet(java.lang.String name) |
MboSetRemote |
Mbo.getMboSet(java.lang.String name)
Get a related MboSet for the object using the named relationship.
|
MboSetRemote |
MAXTableDomain.getMboSet(java.lang.String where,
java.lang.String identifier)
This method allows the caller to specify an identifier to make the relationship
build on the fly bear its unique name.
|
MboSetRemote |
MboRemote.getMboSet(java.lang.String name,
java.lang.String objectName) |
MboSetRemote |
Mbo.getMboSet(java.lang.String name,
java.lang.String objectName)
Create or retrieve an MboSet.
|
MboSetRemote |
MboRemote.getMboSet(java.lang.String name,
java.lang.String objectName,
java.lang.String relationship) |
MboSetRemote |
Mbo.getMboSet(java.lang.String name,
java.lang.String objectName,
java.lang.String relationship)
Retrieve the named(1st parameter) Mboset if it has been instanciated
or create a new MboSet using the name(1st parameter) if it has not
been instanciated.
|
MboSetRemote |
MboServerInterface.getMboSet(java.lang.String mSetName,
UserInfo user)
Return to the specified MboSet
|
MboSetData |
FauxMboSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetData |
MboSetRemote.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetData |
MboSet.getMboSetData(int row,
int count,
java.lang.String[] attributes)
Return information about the MboSet and the specified attributes for the specified rows.
|
MboSetRemote |
FldMboKeyAsMAXTableDomain.getMboSetForKey()
Get the mboset used to validate that the value(s) entered are
unique.
|
MboSetRetainMboPositionData |
FauxMboSet.getMboSetRetainMboPositionData()
Returns the retain mbo position data available.
|
MboSetRetainMboPositionData |
MboSetRemote.getMboSetRetainMboPositionData()
Returns the retain mbo position data available.
|
MboSetRetainMboPositionData |
MboSet.getMboSetRetainMboPositionData()
Returns the retain mbo position data available.
|
MboSetRetainMboPositionInfo |
FauxMboSet.getMboSetRetainMboPositionInfo()
Returns the retain mbo position info available.
|
MboSetRetainMboPositionInfo |
MboSetRemote.getMboSetRetainMboPositionInfo()
Returns the retain mbo position info available.
|
MboSetRetainMboPositionInfo |
MboSet.getMboSetRetainMboPositionInfo()
Returns the retain mbo position info available.
|
static MboSetRetainMboPositionInfo |
MboSetRetainMboPositionInfo.getMboSetRetainMboPositionInfo(MboSetRemote mboSetRemote)
Returns the MboSetRetainMboPositionInfo for the given Business Object set.
|
static MboSetRetainMboPositionData |
MboSetRetainMboPositionData.getMboSetRetainState(MboSetRemote mboSetRemote)
Returns the position data for the Business Object based on where it is in the
Business Object graph/hierarchy.
|
MboValueData |
FauxMboSet.getMboSetValueData(java.lang.String attribute)
Return the MboValueData for the specified attribute.
|
MboValueData |
MboSet.getMboSetValueData(java.lang.String attribute)
Return the MboValueData for the specified attribute.
|
MboValueData[] |
FauxMboSet.getMboSetValueData(java.lang.String[] attribute)
Returns an array of MboValueData objects for the specified array of attributes.
|
MboValueData[] |
MboSetRemote.getMboSetValueData(java.lang.String[] attribute) |
MboValueData[] |
MboSet.getMboSetValueData(java.lang.String[] attribute)
Return an arry of MboValueData objects for the specified array of attributes.
|
MboValue |
MboValueAdapter.getMboValue(java.lang.String attribute)
Get the mbo value for the specified attribute
|
MboValue |
Mbo.getMboValue(java.lang.String nameInput)
Return a MboValue object given the name.
|
MboValueData[][] |
FauxMboSet.getMboValueData(int rowStart,
int rowCount,
java.lang.String[] attribute)
Get MboValueData for the specified rows and attributes.
|
MboValueData[][] |
MboSetRemote.getMboValueData(int rowStart,
int rowCount,
java.lang.String[] attribute) |
MboValueData[][] |
MboSet.getMboValueData(int rowStart,
int rowCount,
java.lang.String[] attribute)
Get MboValueData for the specified rows and attributes.
|
MboValueData |
FauxMboSet.getMboValueData(java.lang.String attribute)
Return MboValueData for the current instance of a Mbo.
|
MboValueData |
MboSetRemote.getMboValueData(java.lang.String attribute) |
MboValueData |
MboSet.getMboValueData(java.lang.String attribute)
Return MboValueData for the current instance of a Mbo.
|
MboValueData |
MboRemote.getMboValueData(java.lang.String attribute) |
MboValueData |
Mbo.getMboValueData(java.lang.String attribute)
Returns the MboValueData for the specified attribute.
|
MboValueData[] |
FauxMboSet.getMboValueData(java.lang.String[] attribute)
Get the MboValueData for the specified array of attributes.
|
MboValueData[] |
MboSetRemote.getMboValueData(java.lang.String[] attribute) |
MboValueData[] |
MboSet.getMboValueData(java.lang.String[] attribute)
Get the MboValueData for the specified array of attributes.
|
MboValueData[] |
MboRemote.getMboValueData(java.lang.String[] attribute) |
MboValueData[] |
Mbo.getMboValueData(java.lang.String[] attribute)
Returns an array of MboValue objects for the specified attributes.
|
MboValueData |
MboRemote.getMboValueData(java.lang.String attribute,
boolean ignoreFieldFlags) |
MboValueData |
Mbo.getMboValueData(java.lang.String attribute,
boolean ignoreFieldFlags)
Overloaded method of getMboValueData() to take a flag indicating if the logic
of attribute readonlyness can be ignored.
|
MboValueData[] |
MboRemote.getMboValueDataForDownload(java.lang.String[] attributes) |
MboValueData[] |
Mbo.getMboValueDataForDownload(java.lang.String[] attribute) |
MboValueInfoStatic |
FauxMboSet.getMboValueInfoStatic(java.lang.String attribute)
Get MboValueInfoStatic object of the attribute.
|
MboValueInfoStatic |
MboSetRemote.getMboValueInfoStatic(java.lang.String attribute) |
MboValueInfoStatic |
MboSet.getMboValueInfoStatic(java.lang.String attribute)
Get MboValueInfoStatic object of the attribute.
|
MboValueInfoStatic |
MboRemote.getMboValueInfoStatic(java.lang.String attribute) |
MboValueInfoStatic |
Mbo.getMboValueInfoStatic(java.lang.String attribute)
Get MboValueInfoStatic object of the attribute.
|
MboValueInfoStatic[] |
FauxMboSet.getMboValueInfoStatic(java.lang.String[] attribute)
Get a list of MboValueInfoStatic for an array of attributes.
|
MboValueInfoStatic[] |
MboSetRemote.getMboValueInfoStatic(java.lang.String[] attribute) |
MboValueInfoStatic[] |
MboSet.getMboValueInfoStatic(java.lang.String[] attribute)
Get a list of MboValueInfoStatic for an array of attributes.
|
MboValueInfoStatic[] |
MboRemote.getMboValueInfoStatic(java.lang.String[] attribute) |
MboValueInfoStatic[] |
Mbo.getMboValueInfoStatic(java.lang.String[] attribute)
Get a list of MboValueInfoStatic for an array of attributes.
|
MboValueInfoStatic |
MaximoMLDD.getMboValueInfoStatic(UserInfo ui,
java.lang.String objectName,
java.lang.String attributeName)
Get the MboValueInfoStatic object for the specified attribute from the cache.
|
Message |
MaxMessageCache.getMessage(java.lang.String group,
java.lang.String key)
Get the psdi.util.Message of the base language.
|
Message |
MaxMessageCache.getMessage(java.lang.String group,
java.lang.String key,
UserInfo ui)
Get the psdi.util.Message object of the message specified by the group, key,
in the language of the user info.
|
java.lang.StringBuffer |
FauxMboSet.getMLFromClause(boolean useSchemaOwner)
This method shouldn't be needing this method.
|
java.lang.StringBuffer |
MboSetRemote.getMLFromClause(boolean useSchemaOwner)
Returns the join from clause.
|
java.lang.StringBuffer |
MboSet.getMLFromClause(boolean useSchemaOwner)
Get the from clause of a join for the multi-language in use table.
|
java.lang.String |
MboSet.getMultiSiteWhere()
Provide a qualifying where clause based on this MboSet's SiteOrgType and
the user Site or Org.
|
static long |
MaxSequence.getNextDb2Sequence(java.sql.Connection con,
java.lang.String seqName)
Returns the unique key for DB2 by executing a sql statement
|
static long |
MaxSequence.getNextSqlServerSequence(java.sql.Connection con,
java.lang.String seqName)
Returns the unique key for Sql Server by executing a sql statement
|
java.lang.String |
MboRemote.getOrgForGL(java.lang.String attributeName)
returns OrgId for GL
|
java.lang.String |
Mbo.getOrgForGL(java.lang.String lookupAttr)
returns OrgId to be used for GL
|
java.lang.String |
AutoKey.getOrgLevelWhere() |
static java.lang.String |
SiteOrgRestriction.getOrgLookupFilter(MboRemote mbo)
Returns the org lookup clause used in framework for app user
|
static java.lang.String |
SiteOrgRestriction.getOrgLookupFilter(MboRemote mbo,
ALNDomain domain) |
static java.lang.String |
SiteOrgRestriction.getOrgRestrictionClause(UserInfo userInfo,
java.lang.String org)
returns the org where clause for user insert org.
|
java.lang.String |
MboRemote.getOrgSiteForMaxvar(java.lang.String maxvarName)
Returns org or site for getting maxvar
|
java.lang.String |
Mbo.getOrgSiteForMaxvar(java.lang.String maxvarName)
Returns org or site for getting maxvar
|
MboRemote |
FauxMboSet.getOwner() |
MboRemote |
MboSetRemote.getOwner() |
MboValueData[] |
HierarchicalMboSetRemote.getParent(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs)
Returns zero or one parent object for the given object in the hierarchy.
|
java.lang.String |
FauxMboSet.getParentApp() |
java.lang.String |
MboSetRemote.getParentApp() |
java.lang.String |
MboSet.getParentApp()
Returns the name of the application using this MboSet
and any of its parents.
|
MboValueData[][] |
HierarchicalMboSetRemote.getPathToTop(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns all objects in the path to the top from the current object, i.e.
|
java.sql.PreparedStatement |
MboSet.getPreparedStmt(java.sql.Connection con,
java.lang.String sql) |
MaxType |
MboValue.getPreviousValue()
Return the previous field value as a MaxType object
|
ProfileRemote |
MboSetRemote.getProfile() |
ProfileRemote |
MboSet.getProfile()
Get the security profile for this UserInfo.
|
ProfileRemote |
Mbo.getProfile()
Return the profile object for this UserInfo.
|
ProfileRemote |
MboServerInterface.getProfile(UserInfo userInfo)
Return the security profile for this UserInfo.
|
protected boolean |
MboValue.getPropagateKeyFlag() |
boolean |
MboRemote.getPropagateKeyFlag() |
boolean |
Mbo.getPropagateKeyFlag()
method for getting the propagate key flag
|
static boolean |
GLFormat.getPropertyAsBoolean(java.sql.Connection con,
java.lang.String name)
Return a property as a boolean
|
java.lang.String[][] |
QbeFilter.getQbe()
Return all the QBE expressions defined.
|
java.lang.String[][] |
FauxMboSet.getQbe()
Undefined in the faux set.
|
java.lang.String[][] |
MboSetRemote.getQbe() |
java.lang.String[][] |
MboSet.getQbe()
Returns the list of attributes for which the QBE has been set and their corresponding values.
|
java.lang.String |
QbeFilter.getQbe(java.lang.String attrName)
Gets the Qbe filter for an attribute.
|
java.lang.String |
FauxMboSet.getQbe(java.lang.String attribute)
Looks up the Qbe defined for the attribute given.
|
java.lang.String |
MboQbe.getQbe(java.lang.String attrStr)
Get the Qbe for a certain attrbiute.
|
java.lang.String |
MboSetRemote.getQbe(java.lang.String attribute) |
java.lang.String |
MboSet.getQbe(java.lang.String attribute)
Return the current Qbe expression for the specified attribute.
|
java.lang.String |
MboSet.getQbeSiteAuthorization()
Check whether there is a QBE set on the MboSet on siteid.
|
java.lang.String |
FauxMboSet.getQbeWhere() |
java.lang.String |
MboSetRemote.getQbeWhere() |
java.lang.String |
MboSet.getQbeWhere() |
java.lang.String |
MboSet.getQualifiedWhere()
Get the row level security's QUALIFIED where clause that would append to the complete where clause.
|
java.lang.String |
MboRemote.getRecordIdentifer() |
java.lang.String |
Mbo.getRecordIdentifer()
Generate a string text composed of object name, key names and values to identify the
MBO object.
|
java.lang.String |
Mbo.getRecordMboName()
Returns the name of the Mbo if this record was in memory as the type is actually is.
|
java.lang.String |
Mbo.getRelatedWhere()
Get the where clause for all the related objects that have had a Qbe set on them.
|
java.lang.String |
Mbo.getRelatedWhere(java.lang.String alias)
Get the where clause for all the related objects that have had a Qbe set on them.
|
java.lang.String |
FauxMboSet.getRelationName()
Returns the relationship name used to obtain this set.
|
java.lang.String |
MboSetRemote.getRelationName()
Returns the relationship name used to obtain this set.
|
java.lang.String |
MboSet.getRelationName()
Returns the relationship name used to obtain this set.
|
java.lang.String |
Mbo.getRelationshipNameToLangTable(java.lang.String attributeName) |
protected int |
MboSet.getRetainRecordLimit()
Returns the retain record limit.
|
java.util.Vector |
DataProvider.getRowData(int row) |
DataRestrictionCache.RestrictionBundle |
MboSet.getRowRestrictions(int levelRequested)
Get an array of Data Restriction objeccts for row restriction that would need to apply to rows in the
MboSet.
|
java.util.Vector |
FauxMboSet.getSelection() |
java.util.Vector |
MboSetRemote.getSelection()
Returns a Vector of selected mbos.
|
java.util.Vector |
MboSet.getSelection()
Returns a Vector of mbos marked for selection.
|
java.lang.String |
FauxMboSet.getSelectionWhere()
Returns the where clause for the selected Mbos - NOT implemented
in the faux set.
|
java.lang.String |
MboSetRemote.getSelectionWhere()
Returns the where clause for the selected Mbos.
|
java.lang.String |
MboSet.getSelectionWhere()
Returns the where clause for the selected Mbos.
|
static java.lang.String |
MboUtils.getSelectStatementForMboSet(MboSet mboSet,
java.lang.Boolean appendEndOfSelectStatement) |
static java.lang.String |
SiteOrgRestriction.getSetClause(UserInfo userInfo,
java.lang.String itemSet,
java.lang.String companySet,
int setType)
returns the where clause for item/company set .
|
java.lang.String |
AutoKey.getSetId() |
java.lang.String |
AutoKey.getSetLevelWhere() |
java.lang.String |
AutoKey.getSetLevelWhereForUniqueCheck() |
MboSetRemote |
MboSet.getSharedMboSet(java.lang.String objectName,
java.lang.String relationship)
This method exists so Mbos can retrieve mbosets they reference.
|
MboValueData[][] |
HierarchicalMboSetRemote.getSiblings(java.lang.String object,
java.lang.String key,
java.lang.String[] attrs,
int maxRows)
Returns zero or more siblings of the given object in the hierarchy.
|
java.lang.Object[] |
NewDomainInfo.getSignature(MboValue value)
Get the signature of the passed in MboValue.
|
java.lang.Object[] |
DomainInfo.getSignature(MboValue value)
Get the signature of the passed in MboValue.
|
static java.lang.String |
SiteOrgRestriction.getSiteIDs(java.lang.String appName,
UserInfo ui,
int siteOrgType,
java.lang.String entityName) |
java.lang.String |
AutoKey.getSiteLevelWhere() |
static java.lang.String |
SiteOrgRestriction.getSiteLookupFilter(MboRemote mbo)
Returns the site lookup clause used in framework for app user
|
static java.lang.String |
SiteOrgRestriction.getSiteLookupFilter(MboRemote mbo,
ALNDomain domain) |
java.lang.String[] |
MboRemote.getSiteOrg() |
java.lang.String[] |
Mbo.getSiteOrg()
Find the org and site ids of current record.
|
java.lang.String[] |
Translate.getSiteOrg(MboRemote mbo) |
java.lang.String[] |
AutoKey.getSiteOrgId() |
java.lang.String |
ALNDomainInfoBase.getSiteOrgWhere(ALNDomain domain) |
java.lang.String |
ALNDomainInfo.getSiteOrgWhere(ALNDomain domain) |
static java.lang.String |
SiteOrgRestriction.getSiteOrgWhere(int siteOrgType,
ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo,
java.lang.String entityName)
returns the site/org where clause for the siteorgtype
|
static java.lang.String |
SiteOrgRestriction.getSiteOrgWhere(MboSet mboSet,
int siteOrgType,
ProfileRemote profile,
boolean forLookup,
java.lang.String appName,
UserInfo userInfo,
java.lang.String entityName)
returns the site/org where clause for the siteorgtype
|
static java.lang.String |
SiteOrgRestriction.getSiteRestrictionClause(UserInfo userInfo,
java.lang.String site)
returns the site where clause for user insert site.
|
protected abstract MboSetRemote |
StatefulMbo.getStatusHistory()
Return the MboSet object used for storing the status change history.
|
MboSetRemote |
StatefulMboRemote.getStatusList() |
MboSetRemote |
StatefulMbo.getStatusList()
Returns a remote reference to a ValueList MboSet representing the possibly
valid status codes that the logged-in user is permitted to use.
|
java.lang.String |
MboValue.getString()
Get the field value as a string representation.
|
java.lang.String |
FauxMboSet.getString(java.lang.String attributeName) |
java.lang.String |
MboAccessInterface.getString(java.lang.String attributeName) |
java.lang.String |
MboSet.getString(java.lang.String attributeName)
Retrieves an attribute value identified by name within the current object.
|
java.lang.String |
MboRemote.getString(java.lang.String attributeName) |
java.lang.String |
Mbo.getString(java.lang.String attributeName)
Retrieves the string value of the attribute identified by name
within the current object.
|
java.lang.String |
MboRemote.getString(java.lang.String attributeName,
java.lang.String langCode) |
java.lang.String |
Mbo.getString(java.lang.String attributeName,
java.lang.String langCode)
Get the string of the attribute in the specified language.
|
java.lang.String |
MboRemote.getStringInBaseLanguage(java.lang.String attributeName) |
java.lang.String |
Mbo.getStringInBaseLanguage(java.lang.String attributeName)
Get the base language of a certain attribute
|
java.lang.String |
MboRemote.getStringInSpecificLocale(java.lang.String attribute,
java.util.Locale l,
java.util.TimeZone tz)
Get the string of the value in a specific locale and timezone.
|
java.lang.String |
Mbo.getStringInSpecificLocale(java.lang.String attribute,
java.util.Locale l,
java.util.TimeZone tz)
Get the string of the value in a specific locale and timezone.
|
java.lang.String |
MboRemote.getStringTransparent(java.lang.String attributeName,
java.lang.String langCode) |
java.lang.String |
Mbo.getStringTransparent(java.lang.String attributeName,
java.lang.String langCode)
Returns the string in the specified language code if exists.
|
java.lang.String |
SqlFormatRelationship.getSubSelect(java.lang.String relationship)
Returns the subselect for the relationship passed in
|
static java.lang.String |
MboUtils.getSynonymDomainIdFromMbo(Mbo mbo,
java.lang.String attrName) |
static java.lang.String |
Mbo.getSynonymValueWhere(java.lang.String filterKeyword)
Get a list of synonym values that can be used in the sql by the keyword.
|
Message |
MaxMessageCache.getTaggedMessage(java.lang.String group,
java.lang.String key)
Called from MXException
This message will tag the group and key information also
Get the psdi.util.Message of the base language.
|
Message |
MaxMessageCache.getTaggedMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Get the message for the group,key and language
|
Message |
MaxMessageCache.getTaggedMessage(java.lang.String group,
java.lang.String key,
UserInfo ui)
Called from MXException
This message will tag the group and key information also
Get the psdi.util.Message object of the message specified by the group, key,
in the language of the user info.
|
MboValueData[][] |
HierarchicalMboSetRemote.getTop(java.lang.String[] attrs,
int maxRows)
Returns all the top level objects in the hierarchy, i.e.
|
Translate |
DomainFactoryNameProvider.getTranslator() |
java.util.Map |
FauxMboSet.getTxnPropertyMap()
Gets the property map for the transaction
|
java.util.Map |
MboSetRemote.getTxnPropertyMap()
Gets the property map for the transaction
|
java.util.Map |
MboSet.getTxnPropertyMap()
Gets the property map for the transaction
|
java.lang.String |
Mbo.getUniqueIdentifer()
Returns the UniqueIdName and UniqueIdVlaue concaenated as a string and delimited by a space.
|
java.lang.String |
MboRemote.getUniqueIDName()
Gets the unique ID name
|
java.lang.String |
Mbo.getUniqueIDName()
returns the unique ID name
|
long |
MboRemote.getUniqueIDValue()
Gets the unique ID value
|
long |
Mbo.getUniqueIDValue()
Gets the unique ID value
|
MboValueData |
HierarchicalMboSet.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values)
Returns the unique id value of the object using the list of attributes and values.
|
MboValueData |
HierarchicalMboSetRemote.getUniqueIDValue(java.lang.String object,
java.lang.String[] attributes,
java.lang.String[] values)
Returns the unique id value of the object using the list of attributes and values.
|
long[] |
Mbo.getUniqueLanguageIDRecord()
Get the array of the unique language table ID values.
|
java.lang.String |
FauxMboSet.getUserAndQbeWhere()
Undefined in the faux set, but fails silently.
|
java.lang.String |
MboSetRemote.getUserAndQbeWhere()
Returns the combined user where and QBE where clause in native SQL format.
|
java.lang.String |
MboSet.getUserAndQbeWhere()
Returns the combined user where and QBE where clause in native SQL format.
|
java.lang.String |
FauxMboSet.getUserName()
Undefined in the faux set.
|
java.lang.String |
MboSetRemote.getUserName() |
java.lang.String |
MboSet.getUserName()
Return user name logged into server
|
java.lang.String |
MboRemote.getUserName() |
java.lang.String |
Mbo.getUserName()
Return user name logged into server
|
java.lang.String |
FauxMboSet.getUserWhere()
Undefined in the faux set, but fails silently.
|
java.lang.String |
MboSetRemote.getUserWhere() |
java.lang.String |
MboSet.getUserWhere()
Returns the user defined where clause.
|
java.lang.String |
FauxMboSet.getUserWhere(java.lang.String alias)
Undefined in the faux set, but fails silently.
|
java.lang.String |
MboSet.getUserWhere(java.lang.String alias)
Returns the user defined where clause.
|
MboSetRemote |
StatefulMboRemote.getValidStatusList()
Get the list of those statuses that the current record is allowed to changed to from the current
status.
|
MboSetRemote |
StatefulMbo.getValidStatusList()
Get the list of those statuses that the current record is allowed to changed to from the current
status.
|
java.lang.String |
ALNDomainCacheImpl.getValueForValueid(java.lang.String valueid) |
java.lang.String |
ALNDomainCache.getValueForValueid(java.lang.String valueid) |
java.util.Vector |
Translate.getValuesVector(java.lang.String listName,
java.lang.String siteId,
java.lang.String orgId) |
java.lang.String |
MboQbe.getWhere()
Get the SQL where clause associated with the Qbe.
|
java.lang.String |
MboQbe.getWhere(java.lang.String alias)
Get the SQL where clause associated with the Qbe.
|
java.lang.String |
QbeFilter.AttributeExpressions.getWhereSnippet(java.lang.String alias)
Returns a where clause for the attribute using the operators & values
|
void |
MboSet.handleMLMbo(Mbo mbo,
MXTransaction txn,
java.lang.String action)
|
void |
MboSet.handleMLMbo(Mbo mbo,
java.lang.String action) |
boolean |
HierarchicalMboRemote.hasChildren()
Indicates that this Mbo has Mbos underneth it in the hierarchy
|
boolean |
FauxMboSet.hasFetchAttributes()
The faux set doesn't support FetchAttributes.
|
boolean |
MboValue.hasFieldAccess(long accessModifier)
Check the access control and the specified access modifier.
|
boolean |
Mbo.hasFieldAccess(long accessModifier)
Check field access for the entire object.
|
boolean |
MboRemote.hasHierarchyLink() |
boolean |
Mbo.hasHierarchyLink()
method for getting if mbo has any hierarchy link or not
|
boolean |
MboRemote.hasLockSaveRights(java.lang.String app) |
boolean |
Mbo.hasLockSaveRights(java.lang.String app) |
boolean |
FauxMboSet.hasMLQbe()
It is safe to just return false.
|
boolean |
MboSetRemote.hasMLQbe() |
boolean |
MboSet.hasMLQbe()
Returns whether there are any QBE set on the attribute which is multi-language
in use.
|
boolean |
HierarchicalMboRemote.hasParents()
Indicates that this Mbo is owned by another Mbo in the hierarchy.
|
boolean |
MboSetRemote.hasQbe() |
boolean |
MboSet.hasQbe()
Has there been any QBE values set ?
|
boolean |
Mbo.hasRelatedQbe()
Do t he related MboSets have a Qbe ?
|
void |
FauxMboSet.ignoreQbeExactMatchSet(boolean flag)
Ignores the QBE exact match set by setQbeExactMatch
|
void |
MboSetRemote.ignoreQbeExactMatchSet(boolean flag)
ignore the exact match set by setQbeExactMatch(boolean) method
|
void |
MboSet.ignoreQbeExactMatchSet(boolean flag)
method needed for UI to ignore QBE exact match set
|
void |
TranslateCacheFactory.init()
Init Masterlist.
|
void |
SynonymDomainCacheImpl.init()
Initialize the cache object.
|
void |
NumericDomainCacheImpl.init()
Initialize the cache object.
|
void |
MboGLValue.init() |
void |
MaximoMLDDFactory.init()
Initialize the repository used by the MAXIMOMLDD.
|
void |
MaximoDDFactory.init() |
void |
MaxServiceCache.init() |
void |
MaxMessageCacheFactory.init()
Initialize the repository used by the MaxMessageCache.
|
void |
MaxLookupMapCache.init()
Initialize the cache object.
|
void |
MaxDomainCacheImpl.init()
Initialize the cache object.
|
void |
DataRestrictionCacheFactory.init()
Initialize all the cache objects to new and empty,
and set loaded = False.
|
void |
AutoKeyCacheFactory.init()
Initializes the cache with TenantLevelObj.
|
void |
ALNDomainCacheImpl.init()
Initialize the cache object.
|
void |
MboValueAdapter.init()
Initizalize
Does nothing in this implementation.
|
void |
MboValueListener.init()
Called to initalize the listener.
|
void |
AutoKeyCache.init() |
void |
MaxMessageCache.init()
Initialize the cache object.
|
void |
MaximoMLDD.init()
Initialize the cache object.
|
void |
MaximoDD.init()
Build the data dictionary.
|
void |
AbstractMaximoMTEnabledCache.init() |
void |
MaximoCacheWrapper.init() |
void |
MboValue.init()
Called by the frame work once to allow expensive initilization
of access information.
|
void |
MboSet.init()
Programmer can provide any intialization in here.
|
void |
Mbo.init()
Called by the framework when the Mbo has been constructed and the
MboValues have been initialized.
|
void |
MaximoCache.init()
Initialize the cache object.
|
void |
DataRestrictionCache.init() |
void |
FauxMboSet.init(UserInfo ui)
Undefined in the faux set.
|
void |
MboSetRemote.init(UserInfo user) |
void |
MboSet.init(UserInfo user)
Initialize the object.
|
void |
Mbo.initFieldFlagsOnMbo(java.lang.String attrName)
The logic of setting the readonly and required field flags to the mbo.
|
void |
Mbo.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldBaseLangAttr.initValue() |
void |
MboValueAdapter.initValue()
Called to initialize the MboValue's value.
|
void |
MboValueListener.initValue()
Called to initialize the MboValue's value.
|
void |
MboValue.initValue()
Called by the frame work once to allow expensive initialization
of the initial value.
|
protected void |
MboSet.insertDeltaRow(java.sql.Connection con,
Mbo mbo,
java.lang.String tableName) |
protected void |
MboSet.insertMbo(java.sql.Connection con,
Mbo mbo)
Fires a SQL INSERT statement
Syntax:
INSERT INTO tablename (columname1, columnname2)
VALUES (colValue1, colValue2)
|
protected boolean |
Mbo.isAppLockEnabled(java.lang.String app) |
boolean |
MboRemote.isAutoKeyed(java.lang.String attributeName) |
boolean |
Mbo.isAutoKeyed(java.lang.String attributeName)
Returns whether the given attribute name is autokeyed or not
whenever a new mbo is created.
|
boolean |
MboSet.isDeltaStorage(Mbo mbo,
java.lang.String tableName) |
boolean |
FauxMboSet.isDMDeploySet()
Returns the if mboset is created during Deploy action of Deployement Manager set or not
|
boolean |
MboSetRemote.isDMDeploySet()
Returns the flag if mboset is created during Deploy action of Deployement Manager set or not
If the flag is set to true,it will skip mbo.validate method which will skip
all field validations and appvalidate.
|
boolean |
MboSet.isDMDeploySet()
Returns the flag if mboset is created during Deploy action of Deployement Manager set or not
If the flag is set to true,it will skip mbo.validate method which will skip
all field validations and appvalidate.
|
boolean |
FauxMboSet.isDMSkipFieldValidation()
Returns the flag if set is created during deploy action of Deployment Manager.
|
boolean |
MboSetRemote.isDMSkipFieldValidation()
Returns the flag if set is created during deploy action of Deployment Manager.
|
boolean |
MboSet.isDMSkipFieldValidation()
Returns the flag if set is created during deploy action of Deployment Manager.
|
boolean |
FauxMboSet.isDownloadSet() |
boolean |
MboSetRemote.isDownloadSet() |
boolean |
MboSet.isDownloadSet()
Was this MboSet created specifically for download?
|
boolean |
FauxMboSet.isEmpty()
Returns true if this set is empty.
|
boolean |
MboSetRemote.isEmpty() |
boolean |
MboSet.isEmpty()
Identifies whether this MboSet is empty.
|
boolean |
FauxMboSet.isESigNeeded(java.lang.String optionName)
Undefined in the faux set.
|
boolean |
MboSetRemote.isESigNeeded(java.lang.String optionName)
Returns whether esig is needed for the given option name.
|
boolean |
MboSet.isESigNeeded(java.lang.String optionName)
Indicates whether ESig is needed for the given option name.
|
boolean |
FauxMboSet.isFlagSet(long flag)
Return the state of the specified mboset flag
|
boolean |
MboSetRemote.isFlagSet(long flag) |
boolean |
FauxMboSet.isFromGetList()
Set the flag to indicate the mboset is from getlist
|
boolean |
MboRemote.isLocked() |
boolean |
Mbo.isLocked() |
boolean |
MboRemote.isLocked(boolean cache) |
boolean |
Mbo.isLocked(boolean cache) |
boolean |
Mbo.isLockedByMe() |
boolean |
MboSet.isLookup() |
boolean |
MboRemote.isMasterTenant(java.lang.String tableName) |
boolean |
Mbo.isMasterTenant(java.lang.String tableName) |
boolean |
MboRemote.isMboLockedByMe() |
boolean |
Mbo.isMboLockedByMe()
Checks if the current MBO is locked by this Session.
|
boolean |
MboRemote.isModified(java.lang.String attribute) |
boolean |
Mbo.isModified(java.lang.String attribute)
Has the data in the attribute changed?
An attribute is modified if data is changed through one of the setValue methods.
|
boolean |
MboValue.isNull()
Is the field null ?
|
boolean |
FauxMboSet.isNull(java.lang.String attributeName) |
boolean |
MboAccessInterface.isNull(java.lang.String attributeName) |
boolean |
MboSet.isNull(java.lang.String attributeName)
Determines whether the attribute value identified by name within the current object
is null.
|
boolean |
MboRemote.isNull(java.lang.String attributeName) |
boolean |
Mbo.isNull(java.lang.String attributeName)
Determines whether the attribute value identified by name within the
current object is null.
|
boolean |
MboRemote.isOptionGranted(java.lang.String app,
java.lang.String option) |
boolean |
Mbo.isOptionGranted(java.lang.String app,
java.lang.String option)
Is the given option granted for the app
|
boolean |
DataProvider.isRelatedJoin(java.lang.String relation) |
boolean |
FauxMboSet.isRetainMboPosition()
Is the current MboSet's mbo position to be retained?
|
boolean |
MboSetRemote.isRetainMboPosition()
Is the current MboSet's mbo position to be retained?
|
boolean |
MboSet.isRetainMboPosition()
Is the current MboSet's mbo position to be retained?
|
protected boolean |
MboSet.isRetainRecordEnabled()
Is the retain record feature enabled?
|
boolean |
MboRemote.isSelected() |
boolean |
Mbo.isSelected()
Returns whether the mbo is marked for selection.
|
boolean |
Mbo.isSkipCopyField(MboValueInfo mvi) |
boolean |
HierarchicalMboRemote.isTop()
This method indicates if the Mbo is at the top level of a hierarchy.
|
java.util.Date |
FauxMboSet.latestDate(java.lang.String attributeName)
Undefined in the faux set.
|
java.util.Date |
MboSetRemote.latestDate(java.lang.String attributeName) |
java.util.Date |
MboSet.latestDate(java.lang.String attributeName)
Return the latest date value of the specified attribute within the set.
|
java.lang.String |
SqlFormat.limitInClause(java.lang.String where)
IV95042
Checks if the db is Oracle, and if the string is larger than 2000 characters.
|
java.lang.StringBuffer |
SqlFormat.limitInClause(java.lang.StringBuffer where)
IV95042
Checks if the db is Oracle, and if the string is larger than 2000 characters.
|
java.lang.String |
SqlFormat.limitInClause(java.lang.String where,
java.lang.String lastWord,
int numOfBraces,
boolean isInClause)
IV95042
Parses string for in-clauses.
|
java.util.List |
SYNONYMDomainInfoFactory.load(java.sql.Connection con)
loads the VALUELISTDomainInfo objects .
|
java.util.List |
NUMRANGEDomainInfoFactory.load(java.sql.Connection con)
loads NUMRANGEDomainInfo objects .
|
java.util.List |
NUMERICDomainInfoFactory.load(java.sql.Connection con)
loads NUMERICDomainInfo objects.
|
java.util.List |
MAXTABLEDomainInfoFactory.load(java.sql.Connection con)
loads MAXTABLEDomainInfo objects.
|
java.util.List |
CROSSOVERDomainInfoFactory.load(java.sql.Connection con)
loads CrossOverDomainInfo objects.
|
abstract java.util.List |
DomainInfoFactory.load(java.sql.Connection connection)
Every domain type must implement this method in the
appropriate concrete factory class.
|
java.util.List |
ALNDomainInfoFactory.load(java.sql.Connection con)
loads the ALNDomainInfo objects.
|
java.util.List |
SYNONYMDomainInfoFactory.load(java.sql.Connection con,
java.lang.String domainIdInput)
loads the SYNONYMDomainInfo objects.
|
java.util.List |
NUMERICDomainInfoFactory.load(java.sql.Connection con,
java.lang.String domainIdInput) |
java.util.List |
DomainInfoFactory.load(java.sql.Connection connection,
java.lang.String domainId) |
java.util.List |
ALNDomainInfoFactory.load(java.sql.Connection con,
java.lang.String domainIdInput)
loads the ALNDomainInfo objects.
|
void |
MaxMessageCache.loadMsgGroup(java.lang.String group,
UserInfo ui)
Load the entire message group to the cache for the language specified in the userInfo.
|
MboRemote |
FauxMboSet.locateMbo(java.lang.String[] keys,
java.lang.String[] values,
int option) |
MboRemote |
MboSetRemote.locateMbo(java.lang.String[] key,
java.lang.String[] value,
int option) |
MboRemote |
MboSet.locateMbo(java.lang.String[] keys,
java.lang.String[] values,
int option)
This method is provided for MEA.
|
void |
MboRemote.lock(boolean lockNow) |
void |
Mbo.lock(boolean lockNow) |
void |
FauxMboSet.logESigVerification(java.lang.String username,
java.lang.String reason,
boolean authenticatedSuccessfully)
Logs a esig record aboout the user indicating the reason for the verification
and whether the user authentication is successful or not.
|
void |
MboSetRemote.logESigVerification(java.lang.String username,
java.lang.String reason,
boolean authenticatedSuccessfully)
Logs a esig record aboout the user indicating the reason for the verification
and whether the user authentication is successful or not.
|
void |
MboSet.logESigVerification(java.lang.String username,
java.lang.String reason,
boolean authenticatedSuccessfully)
Logs a esig record aboout the user indicating the reason for the verification
and whether the user authentication is successful or not.
|
double |
FauxMboSet.max(java.lang.String attribute)
Undefined in the faux set.
|
double |
MboSetRemote.max(java.lang.String attribute) |
double |
MboSet.max(java.lang.String attributeName)
Returns the maximum value of the specified attribute within the set.
|
double |
FauxMboSet.min(java.lang.String attribute)
Undefined in the faux set.
|
double |
MboSetRemote.min(java.lang.String attribute) |
double |
MboSet.min(java.lang.String attributeName)
Returns the minimum value of the specified attribute within the set.
|
void |
MboSetListener.modifiedMbo(MboRemote modifiedMbo)
This listener method is called in response to the MboSet's being told one
of it's Mbos has been modified.
|
void |
Mbo.modify()
This called whenever a change is made to the attributes of a MBO.
|
MboRemote |
FauxMboSet.moveFirst()
Positions to the first object within the collection.
|
MboRemote |
MboSetRemote.moveFirst() |
MboRemote |
MboSet.moveFirst()
Positions to the first object within the collection.
|
MboRemote |
FauxMboSet.moveLast()
Does anyone use this?
|
MboRemote |
MboSetRemote.moveLast() |
MboRemote |
MboSet.moveLast()
Positions to the last Object within the collection.
|
MboRemote |
FauxMboSet.moveNext()
Positions to the next Object found within the collection.
|
MboRemote |
MboSetRemote.moveNext() |
MboRemote |
MboSet.moveNext()
Positions to the next Object found within the collection.
|
MboRemote |
FauxMboSet.movePrev()
Positions to the previous Object found within the collection.
|
MboRemote |
MboSetRemote.movePrev() |
MboRemote |
MboSet.movePrev()
Positions to the previous Object found within the collection.
|
MboRemote |
FauxMboSet.moveTo(int pos)
Positions to and make current the object located at the index position within
the collection.
|
MboRemote |
MboSetRemote.moveTo(int pos) |
MboRemote |
MboSet.moveTo(int pos)
Positions to and make current the object located at the index position within
the collection.
|
MboRemote |
MboSet.moveToKey(KeyValue keyVal)
Move to the specified key in the collection and make current Mbo
This can be VERY expensive on large result sets !
This should only be used where appropriate and is NOT a replacement
for using QBE.
|
java.lang.Object |
MboSetEnumeration.nextElement()
Returns the next element in the enumeration.
|
MboRemote |
MboSetEnumeration.nextMbo()
A convience method for use in Mbo code, does the same thing as nextElement
but returns the element as a MboRemote.
|
java.lang.String |
AutoKey.nextValue()
Give me the next value
|
java.lang.String |
AutoKey.nextValue(int retryAttempt)
returns the next autokey value
|
boolean |
FauxMboSet.notExist()
Check if this mboset has any record.
|
boolean |
MboSetRemote.notExist() |
boolean |
MboSet.notExist()
Check if this mboset has any record.
|
boolean |
Mbo.orEvaluateConditions(DataRestrictionCache.RestrictionBundle restrictions)
Evaluate the restrictions according to a OR logic.
|
boolean |
LanguageMboRemote.populate(Mbo mbo,
java.lang.String baseTableName,
java.lang.String langTableName)
Set the values of the language Mbo based on the main MBO.
|
boolean |
LanguageMbo.populate(Mbo mbo,
java.lang.String baseTableName,
java.lang.String langTableName)
Set the values of the language Mbo based on the main MBO.
|
void |
FauxMboSet.positionState()
Positions the current mbo based on the position data cached, if the data exists.
|
void |
MboSetRemote.positionState()
Positions the current mbo based on the position data cached, if the data exists.
|
void |
MboSet.positionState()
Positions the current mbo based on the position data cached, if the data exists.
|
static MboSetRetainMboPositionResult |
MboSetRetainMboPositionData.positionState(MboSetRemote mboSetRemote)
Returns the position result based on the position data associated with the Business Object.
|
void |
DomainMboEventListener.postCommitEventAction(EventMessage em) |
void |
MaximoDD.PropertyListener.postCommitEventAction(EventMessage em) |
void |
StatusHandler.postStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process post status change logic.
|
void |
DomainMboEventListener.preSaveEventAction(EventMessage em) |
void |
MaximoDD.PropertyListener.preSaveEventAction(EventMessage em) |
void |
StatusHandler.preStatusChange(java.lang.String currentStatus,
java.lang.String status,
java.util.Date asOfDate,
java.lang.String memo)
Object can over override this method to process pre status change logic.
|
void |
SynonymDomainCacheImpl.processAPIRequest(java.lang.String key,
UserInfo userInfo,
com.ibm.json.java.JSONObject jo) |
void |
SynonymDomainCache.processAPIRequest(java.lang.String key,
UserInfo userInfo,
com.ibm.json.java.JSONObject jo) |
void |
NumericDomainCacheImpl.processAPIRequest(java.lang.String key,
UserInfo userInfo,
com.ibm.json.java.JSONObject jo) |
void |
NumericDomainCache.processAPIRequest(java.lang.String key,
UserInfo userInfo,
com.ibm.json.java.JSONObject jo) |
void |
ALNDomainCacheImpl.processAPIRequest(java.lang.String key,
UserInfo userInfo,
com.ibm.json.java.JSONObject jo) |
void |
ALNDomainCache.processAPIRequest(java.lang.String key,
UserInfo userInfo,
com.ibm.json.java.JSONObject jo) |
boolean |
FauxMboSet.processML()
Whether multi-language needs to be considered
|
boolean |
MboSetRemote.processML()
Whether multi-language needs to be considered
|
boolean |
MboSet.processML()
Whether multi-language needs to be considered.
|
void |
MboRemote.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
Mbo.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue)
Method for propagating key value.
|
void |
TranslateCacheFactory.reload()
Reload everything...
|
void |
SynonymDomainCacheImpl.reload()
Reloads the cache object.
|
void |
NumericDomainCacheImpl.reload()
Reloads the cache object.
|
void |
MaximoMLDDFactory.reload()
Reload the tenant cache if the context is tenant.
|
void |
MaximoDDFactory.reload() |
void |
MaxServiceCache.reload() |
void |
MaxMessageCacheFactory.reload()
Reload the tenant cache if the context is tenant.
|
void |
MaxLookupMapCache.reload()
Reloads the cache object.
|
void |
MaxDomainCacheImpl.reload()
Reloads the cache object.
|
void |
DataRestrictionCacheFactory.reload()
Reload Cache.
|
void |
ALNDomainCacheImpl.reload()
Reloads the cache object.
|
void |
AutoKeyCache.reload() |
void |
MaxMessageCache.reload()
Reloads the cache object.
|
void |
MaximoMLDD.reload()
Reloads the cache object.
|
void |
MaximoDD.reload()
Reload all of MaximoDD.
|
void |
AbstractMaximoMTEnabledCache.reload() |
void |
MaximoCacheWrapper.reload()
Reload the cache and also fire the event to notify that the cache has reloaded.
|
void |
Translate.reload()
Reload everything by clearing the lists...
|
void |
MaximoCache.reload()
Reloads the cache object.
|
void |
DataRestrictionCache.reload() |
void |
TranslateCacheFactory.reload(java.lang.String key)
Reload a list
|
void |
SynonymDomainCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
NumericDomainCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
MaximoMLDDFactory.reload(java.lang.String key)
Reload the cache by the key.
|
void |
MaximoDDFactory.reload(java.lang.String key) |
void |
MaxServiceCache.reload(java.lang.String key) |
void |
MaxMessageCacheFactory.reload(java.lang.String key)
Reload the cache by the key.
|
void |
MaxLookupMapCache.reload(java.lang.String key) |
void |
MaxDomainCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
DataRestrictionCacheFactory.reload(java.lang.String key)
Reload cache by key.
|
void |
ALNDomainCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
AutoKeyCache.reload(java.lang.String key) |
void |
MaxMessageCache.reload(java.lang.String hashKey)
Initialize a specific component of the cache identified by the key.
|
void |
MaximoMLDD.reload(java.lang.String key)
Reload by the key.
|
void |
MaximoDD.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
AbstractMaximoMTEnabledCache.reload(java.lang.String key) |
void |
MaximoCacheWrapper.reload(java.lang.String key)
Reload the cache entry specified by the key and also fire the event to notify that the
cache entry has reloaded.
|
void |
Translate.reload(java.lang.String key)
Reload the domain cache for domain name identified by key.
|
void |
MaximoCache.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
DataRestrictionCache.reload(java.lang.String key) |
void |
MaxLookupMapCache.reload(java.lang.String target,
java.lang.String source,
java.lang.String attr) |
void |
MaxMessageCache.reload(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Reload a specific message in a particular language.
|
void |
FauxMboSet.remove()
Remove the current object from the collection.
|
void |
MboSetRemote.remove()
Remove the current object from the collection.
|
void |
MboSet.remove()
Remove the current object from the collection.
|
void |
FauxMboSet.remove(int pos)
Remove an object from the collection at the given position.
|
void |
MboSetRemote.remove(int pos)
Remove an object from the collection at the given position.
|
void |
MboSet.remove(int pos)
Remove an object from the collection at the given position.
|
void |
FauxMboSet.remove(MboRemote mbo)
Remove this mbo from the faux mbo set.
|
void |
MboSetRemote.remove(MboRemote mbo)
Removes a mbo object from the collection.
|
void |
MboSet.remove(MboRemote mbo)
Removes a mbo object from the collection.
|
void |
MboSetListener.removedMbo(MboRemote removedMbo,
int position)
Reports that a Mbo has been removed from the MboSet.
|
protected void |
FauxMboSet.removeFromVector(MboRemote outMbo)
This helper method is made available to properly remove a Mbo from the MboVec list.
|
boolean |
Mbo.removeRelatedSet(MboSetRemote relatedSet) |
void |
FauxMboSet.reportModifiedMbo(MboRemote modifiedMbo)
Assumes that the modified Mbo is a member of the set.
|
void |
MboSetListenable.reportModifiedMbo(MboRemote modifiedMbo)
This method is provided by implementers of this interface so that field classes
can raise the alarm that the Mbo in the set has been modified in a significant way.
|
static void |
MaxSequence.reset()
Reset msp = null so it will be rebuilt.
|
void |
DataProvider.reset() |
void |
FauxMboSet.reset()
This method only resets this MboSet.
|
void |
MboSetRemote.reset() |
void |
MboSet.reset()
Clears the current contents of the collection.
|
void |
BasicDomain.resetConditionValueFilter()
Reset the exclusion where clause based on the evaluation result of the domain value condition.
|
void |
BasicDomain.resetDomainValues()
Call the chooseActualDomainValues() method again if the domainid is set and the mbo is zombie and
the siteid and orgid is different than last time chooseActualDomainValues() are
called.
|
void |
MboSet.resetForRefreshOnSave()
Clears the current contents of the collection.
|
void |
FauxMboSet.resetWithSelection()
Undefined in the faux set.
|
void |
MboSetRemote.resetWithSelection()
Resets the MboSet to contain only the selected mbos.
|
void |
MboSet.resetWithSelection()
Resets the MboSet such that the MboSet contains only the
selected mbos.
|
void |
FauxMboSet.rollback()
Undefined in the faux set.
|
void |
MboSetRemote.rollback() |
void |
MboSet.rollback()
Discards all changes sent to the database since the last commit() or
rollback() call.
|
void |
FauxMboSet.rollbackToCheckpoint()
Undefined in the faux set.
|
void |
MboSetRemote.rollbackToCheckpoint()
Reverts to the saved value.
|
void |
MboSet.rollbackToCheckpoint()
Reverts to the saved value.
|
void |
MboRemote.rollbackToCheckpoint()
Reverts to the saved value.
|
void |
Mbo.rollbackToCheckpoint()
Reverts to the saved value.
|
void |
FauxMboSet.rollbackToCheckpoint(int i)
Undefined in the faux set.
|
void |
MboSetRemote.rollbackToCheckpoint(int i)
Reverts to the saved value for the given mbo.
|
void |
MboSet.rollbackToCheckpoint(int i)
Reverts to the saved value for the given mbo.
|
void |
MboSet.rollbackTransaction(MXTransaction txn)
Rollback the object for the specified transaction
|
boolean |
QbeFilter.satisfy(MboRemote mbo)
Does this Mbo satisfy the defined filter?
|
boolean |
QbeFilter.AttributeExpressions.satisfy(MboRemote mbo) |
void |
FauxMboSet.save()
Redirected in to the flag taking method with the default flag of NONE.
|
protected void |
StatefulMbo.save()
Overrides the save of Mbo so that a row is added to the status history
table when a new object is saved.
|
void |
MboSetRemote.save() |
void |
MboSet.save()
Sends changes to the database for all objects in the collection.
|
protected void |
Mbo.save()
Save the object and other linked objects.
|
void |
FauxMboSet.save(long flag)
Does nothing, since the real MboSets will do whatever is needed if
they are modified.
|
void |
MboSetRemote.save(long flag) |
void |
MboSet.save(long flags)
Save the object with the specified flags.
|
void |
MboSet.save(MXTransaction txn)
Save the object using within the specified transaction.
|
void |
MboSet.save(MXTransaction txn,
long flags)
Save the transaction using the specified flags.
|
void |
MboSet.saveMbos()
Loop through all the mbos calling save method.
|
void |
MboSet.saveTransaction(MXTransaction txn)
Save the object on the specified transaction.
|
void |
MboRemote.select() |
void |
Mbo.select()
Marks the mbo selected.
|
void |
FauxMboSet.select(int index)
Select
|
void |
MboSetRemote.select(int index)
Marks the Mbo at the specified index Selected.
|
void |
MboSet.select(int index)
Marks the Mbo at the specified index Selected.
|
void |
FauxMboSet.select(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Selected.
|
void |
MboSetRemote.select(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Selected.
|
void |
MboSet.select(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Selected.
|
void |
FauxMboSet.select(java.util.Vector mboIndices)
Select
|
void |
MboSetRemote.select(java.util.Vector mboIndices)
Marks a set of Mbo's Selected in one call by taking all the indices of mbos.
|
void |
MboSet.select(java.util.Vector mboIndices)
Marks a set of mbos selected by using the mbo indices.
|
void |
FauxMboSet.selectAll()
Marks all the Mbos in the set selected.
|
void |
MboSetRemote.selectAll()
Select all Mbos
|
void |
MboSet.selectAll()
Marks all the Mbos in the set selected.
|
void |
Mbo.setAppDefaultValue()
method for setting the default app value for a mbo(appfielddefault table)
|
void |
MboRemote.setApplicationError(java.lang.String attribute,
ApplicationError appError)
This method will set the passed in ApplicationError on the MboValue associated
this the passed in attribute.
|
void |
Mbo.setApplicationError(java.lang.String attribute,
ApplicationError appError)
This method will set the passed in ApplicationError on the MboValue associated
this the passed in attribute.
|
void |
MboRemote.setApplicationRequired(java.lang.String attribute,
boolean required)
This method will set the application required boolen flag on the MboValue associated
this the passed in attribute.
|
void |
Mbo.setApplicationRequired(java.lang.String attribute,
boolean required)
This method will set the application required boolen flag on the MboValue associated
this the passed in attribute.
|
void |
FauxMboSet.setAppWhere(java.lang.String appWhere)
Sets the application where clause.
|
void |
MboSetRemote.setAppWhere(java.lang.String appWhere) |
void |
MboSet.setAppWhere(java.lang.String appWhere)
Sets the application where clause.
|
void |
MboRemote.setAutokeyFields() |
void |
Mbo.setAutokeyFields()
Methods to set the autokey to the autokey fields.
|
protected void |
MboSet.setBindValueAsBytes(java.sql.PreparedStatement pstmt,
int bindIndex,
byte[] value,
java.lang.String columnName)
Sets the bind value as byte array for the specified bind
index for the statement using passed-in value.
|
void |
MboRemote.setCopyDefaults() |
void |
Mbo.setCopyDefaults()
Programmer should override this method a initialize any fields that are not copied correctly by the
copy() method.
|
protected void |
Mbo.setDatabaseDefaultValues()
Called by the framework to set field defaults that have been set by the user
in the data dictionary.
|
protected void |
Mbo.setDatabaseDefaultValues(boolean setAutoKey)
Called by the framework to set field defaults that have been set by the user
in the data dictionary.
|
void |
FauxMboSet.setDefaultOrderBy()
Undefined in the faux set.
|
void |
MboSetRemote.setDefaultOrderBy() |
void |
MboSet.setDefaultOrderBy()
Sets the order by clause to be the primary key.
|
void |
FauxMboSet.setDefaultValue(java.lang.String attribute,
MboRemote mbo)
Set default value for this attribute to the value derived from mbo passed in.
|
void |
MboSetRemote.setDefaultValue(java.lang.String attribute,
MboRemote mbo) |
void |
MboSet.setDefaultValue(java.lang.String attribute,
MboRemote mbo)
Set default value for this attribute to the values derived from mbo passed in
|
void |
FauxMboSet.setDefaultValue(java.lang.String attribute,
java.lang.String value)
method for setting default values for a mboset(screen/table default)
|
void |
MboSetRemote.setDefaultValue(java.lang.String attribute,
java.lang.String value)
set the default value for mboset(screen default)
|
void |
MboSet.setDefaultValue(java.lang.String attribute,
java.lang.String value)
method for setting default values for a mboset(screen/table default)
When a new object is added, the default value will be set on the attribute.
|
void |
FauxMboSet.setDefaultValues(java.lang.String[] attributes,
java.lang.String[] values)
method for setting JSP field default values for a mboset
|
void |
MboSetRemote.setDefaultValues(java.lang.String[] attributes,
java.lang.String[] values)
set the default Field value for mboset(jsp default)
|
void |
MboSet.setDefaultValues(java.lang.String[] attributes,
java.lang.String[] values)
method for setting JSP field default values for a mboset
|
void |
FauxMboSet.setDMDeploySet(boolean flag)
Mark the set as created during deploy action of Deployment Manager
|
void |
MboSetRemote.setDMDeploySet(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
MboSet.setDMDeploySet(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
FauxMboSet.setDMSkipFieldValidation(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
MboSetRemote.setDMSkipFieldValidation(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
MboSet.setDMSkipFieldValidation(boolean flag)
Mark the set as created during deploy action of Deployment Manager.
|
void |
FauxMboSet.setERMEntity(ERMEntity ermEntity)
Sets the ERMEntity of on the MboSet and sets the alwaysUIFieldFlags for each required attribute in the ERMEntity
|
void |
MboSetRemote.setERMEntity(ERMEntity ermEntity) |
void |
MboSet.setERMEntity(ERMEntity ermEntity)
Sets the ERMEntity of on the MboSet and sets the alwaysAppFieldFlags for each required attribute in the ERMEntity
|
void |
FauxMboSet.setExcludeMeFromPropagation(boolean flag)
Sets the flag to excude a mboset from propagation
|
void |
MboSetRemote.setExcludeMeFromPropagation(boolean flag)
Sets the flag to excude a mboset from propagation
|
void |
MboSet.setExcludeMeFromPropagation(boolean flag)
Sets the flag to excude a mboset from propagation
|
void |
MboSet.setFederatedResources(java.lang.String federatedResourcesStr)
Pass the string that describes the federated resources to the processor.
|
void |
FauxMboSet.setFetchAttributes(java.lang.String[] attributes)
The faux set doesn't support FetchAttributes.
|
void |
MboSetRemote.setFlag(long flag,
boolean state) |
void |
MboRemote.setFlag(long flags,
boolean state) |
void |
MboSetRemote.setFlag(long flag,
boolean state,
MXException mxException) |
void |
MboRemote.setFlag(long flags,
boolean state,
MXException mxe) |
void |
FauxMboSet.setFlags(long flags)
|
void |
MboSetRemote.setFlags(long flags)
|
void |
MboRemote.setFlags(long flags)
|
void |
FauxMboSet.setFromGetList(boolean value)
Flag to indicate if the mboset is from getlist
|
void |
HierarchicalMboSet.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy)
Sets the hierarchy of the location object.
|
void |
HierarchicalMboSetRemote.setHierarchy(java.lang.String object,
java.lang.String key,
java.lang.String hierarchy)
Sets the hierarchy of the object.
|
void |
MboRemote.setIgnoreRecordLockCheck(boolean ignoreRecordLock) |
void |
Mbo.setIgnoreRecordLockCheck(boolean ignoreRecordLock)
Set to ignore record lock check
|
void |
FauxMboSet.setInsertCompanySet(java.lang.String compSet)
Sets the insert company set for the mboset.
|
void |
MboSetRemote.setInsertCompanySet(java.lang.String compSet)
Sets the insert company set for the mboset.
|
void |
MboSet.setInsertCompanySet(java.lang.String compSet)
Sets the insert company set for the mboset.
|
void |
FauxMboSet.setInsertItemSet(java.lang.String itemSet)
Sets the insert item set for the mboset.
|
void |
MboSetRemote.setInsertItemSet(java.lang.String itemSet)
Sets the insert item set for the mboset.
|
void |
MboSet.setInsertItemSet(java.lang.String itemSet)
Sets the insert item set for the mboset.
|
void |
FauxMboSet.setInsertOrg(java.lang.String org)
Sets the insert org for the mboset.
|
void |
MboSetRemote.setInsertOrg(java.lang.String org)
Sets the insert org for the mboset.
|
void |
MboSet.setInsertOrg(java.lang.String org)
Sets the insert org for the mboset.
|
void |
FauxMboSet.setInsertSite(java.lang.String site)
Sets the insert site for the mboset.
|
void |
MboSetRemote.setInsertSite(java.lang.String site)
Sets the insert site for the mboset.
|
void |
MboSet.setInsertSite(java.lang.String site)
Sets the insert site for the mboset.
|
void |
Mbo.setLangCodeDefault() |
void |
FauxMboSet.setLastESigTransId(java.lang.String id)
Undefined in the faux set.
|
void |
MboSetRemote.setLastESigTransId(java.lang.String id)
Sets the last esig trans id
|
void |
MboSet.setLastESigTransId(java.lang.String id)
sets last esig transaction id.
|
void |
MboRemote.setMLValue(java.lang.String attributeName,
java.lang.String langCode,
java.lang.String value,
long accessModifier) |
void |
Mbo.setMLValue(java.lang.String attributeName,
java.lang.String langCode,
java.lang.String value,
long accessModifier)
Set the values by the specific lang code.
|
void |
SqlFormat.setObject(int col,
java.lang.String type,
java.lang.String val)
Set the specified parameter to a value and have it translated based on the specified type.
|
void |
SqlFormat.setObject(int col,
java.lang.String tbName,
java.lang.String colName,
java.lang.String val)
Set the specified parameter to a value and have it translated based on the specified table and column name.
|
void |
FauxMboSet.setOrderBy(java.lang.String orderByClause)
Undefined in the faux set.
|
void |
MboSetRemote.setOrderBy(java.lang.String orderByClause) |
void |
MboSet.setOrderBy(java.lang.String orderByClause)
Sets the SQL Order By clause that will be used for the database select criteria
for this object collection.
|
void |
MboSet.setOrderByNVL(java.util.Map options) |
void |
FauxMboSet.setOwner(MboRemote mbo)
Given the owner of this MboSet.
|
void |
MboSetRemote.setOwner(MboRemote mbo) |
void |
MboSet.setOwner(MboRemote mbo)
Set the owner of this set.
|
void |
MboRemote.setPropagateKeyFlag(boolean flag) |
void |
Mbo.setPropagateKeyFlag(boolean flag)
method for setting the propagate key flag
|
void |
MboRemote.setPropagateKeyFlag(java.lang.String[] objectName,
boolean flag) |
void |
Mbo.setPropagateKeyFlag(java.lang.String[] objectName,
boolean flag)
methos to set objectnames to exclude from propagation
|
void |
FauxMboSet.setQbe(java.lang.String[] attribute,
java.lang.String expression)
Undefined in the faux set.
|
void |
MboSetRemote.setQbe(java.lang.String[] attribute,
java.lang.String expression) |
void |
MboSet.setQbe(java.lang.String[] attribute,
java.lang.String expression)
Similar to setQbe(String attribute, String expression) , except that this will
OR together the same expression for multiple attributes.
|
void |
FauxMboSet.setQbe(java.lang.String[] attribute,
java.lang.String[] expression)
Undefined in the faux set.
|
void |
MboSetRemote.setQbe(java.lang.String[] attribute,
java.lang.String[] expression) |
void |
MboSet.setQbe(java.lang.String[] attribute,
java.lang.String[] expression)
Similar to setQbe(String attribute, String expression) , except that this will
take array of expression and attributes.
|
void |
FauxMboSet.setQbe(java.lang.String attribute,
MboSetRemote lookup)
Set QBE for this attribute to the values derived from the multiple
selection of the lookup mbo set passed in.
|
void |
MboSetRemote.setQbe(java.lang.String attribute,
MboSetRemote lookup) |
void |
MboSet.setQbe(java.lang.String attribute,
MboSetRemote lookup)
Set QBE for this attribute to the values derived from the multiple
selection of the lookup mbo set passed in.
|
void |
QbeFilter.setQbe(java.lang.String attrName,
java.lang.String expr)
Sets the Qbe filter for an attribute.
|
void |
FauxMboSet.setQbe(java.lang.String attribute,
java.lang.String expression)
Sets the QBE (Query by example) for a single attribute.
|
void |
MboQbe.setQbe(java.lang.String attr,
java.lang.String expr)
Set the QBE expression for the specified attribute.
|
void |
MboSetRemote.setQbe(java.lang.String attribute,
java.lang.String expression) |
void |
MboSet.setQbe(java.lang.String attribute,
java.lang.String expression)
Add an expression to the existing Qbe.
|
void |
FauxMboSet.setQbe(java.lang.String attribute,
java.lang.String[] expression) |
void |
MboQbe.setQbe(java.lang.String attr,
java.lang.String[] exp) |
void |
MboSetRemote.setQbe(java.lang.String attribute,
java.lang.String[] expression)
Qbe to take array of values for an attribute.
|
void |
MboSet.setQbe(java.lang.String attribute,
java.lang.String[] expression) |
void |
FauxMboSet.setQbeOperatorOr()
Set the qbe operator OR
|
void |
MboSetRemote.setQbeOperatorOr()
Set the qbe operator OR
|
void |
MboSet.setQbeOperatorOr()
Set the qbe operator OR
|
void |
FauxMboSet.setQueryBySiteQbe() |
void |
MboSetRemote.setQueryBySiteQbe() |
void |
MboSet.setQueryBySiteQbe() |
void |
MboRemote.setReferencedMbo(java.lang.String token,
Mbo refMbo) |
void |
Mbo.setReferencedMbo(java.lang.String token,
Mbo refMbo) |
void |
MboRemote.setReferencedMbo(java.lang.String token,
MboRemote refMbo)
We need this methods to keep track of the Process like WorkflowInstance
|
void |
Mbo.setReferencedMbo(java.lang.String token,
MboRemote refMbo)
We need this methods to keep track of the Process like WorkflowInstance
|
void |
FauxMboSet.setRelationName(java.lang.String relationName)
This method sets the relationship name used to created this set
when this set is obtained from a mbo.
|
void |
MboSetRemote.setRelationName(java.lang.String relationName)
This method sets the relationship name used to created this set
when this set is obtained from a mbo.
|
void |
MboSet.setRelationName(java.lang.String relationName)
This method sets the relationship name used to created this set
when this set is obtained from a mbo.
|
void |
FauxMboSet.setRequiedFlagsFromERM()
Get the ERMEntity associated with the MboSet (if there is one) and determines if the ERMEntity has
any required fields and sets the required UI always Field Flag on the MboSet for each required one.
|
void |
MboSetRemote.setRequiedFlagsFromERM() |
void |
MboSet.setRequiedFlagsFromERM()
Get the ERMEntity associated with the MboSet (if there is one) and determines if the ERMEntity has
any required fields and sets the required app always Field Flag on the MboSet for each required one.
|
void |
FauxMboSet.setRetainMboPosition(boolean retainMboPosition)
Sets the current MboSet's mbo position to be retained after save.
|
void |
MboSetRemote.setRetainMboPosition(boolean retainCurrentMboPosition)
Sets the current MboSet's mbo position to be retained after save.
|
void |
MboSet.setRetainMboPosition(boolean retainMboPosition)
Sets the current MboSet's mbo position to be retained after save.
|
void |
AutoKey.setToUseMboSiteOrg(MboRemote mbo)
Set the site and org where clause based on the passed in mbo instead of the insert site.
|
void |
FauxMboSet.setTxnPropertyMap(java.util.Map map)
Sets the property map for transaction
|
void |
MboSetRemote.setTxnPropertyMap(java.util.Map map)
Sets the property map for transaction
|
void |
MboSet.setTxnPropertyMap(java.util.Map map)
Sets the property map for transaction
|
void |
Mbo.setUniqueIDValue()
Sets the unique column Value
|
MboRemote |
NonPersistentMboSetRemote.setup()
Causes the NonP-MboSet used for method parameter validation to setup itself for use.
|
MboRemote |
NonPersistentMboSet.setup()
Causes the NonP-MboSet used for method parameter validation to setup itself for use.
|
java.io.InputStream |
MboSetRemote.setupLongOpPipe()
Setup pipe for long op messages.
|
java.io.InputStream |
MboSet.setupLongOpPipe()
Setup pipe for long op messages.
|
void |
FauxMboSet.setUserWhere(java.lang.String userWhere)
Undefined in the faux set, but fails silently.
|
void |
MboSetRemote.setUserWhere(java.lang.String whereClause) |
void |
MboSet.setUserWhere(java.lang.String userWhere)
Sets the user defined where clause.
|
void |
FauxMboSet.setUserWhereAfterParse(java.lang.String where) |
void |
MboSetRemote.setUserWhereAfterParse(java.lang.String whereClause) |
void |
MboSet.setUserWhereAfterParse(java.lang.String where)
Set the user where.
|
void |
MboValue.setValue(boolean value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(boolean val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(byte value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(byte[] value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(byte[] val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(byte val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(java.util.Date value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(java.util.Date val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(double value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(double val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(float value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(float val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(int value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(int val,
long accessModifier)
Set the value of the field.
|
void |
MboValue.setValue(long value)
Set the value of the field using the specified access modifiers
|
void |
MboValue.setValue(long val,
long accessModifier)
Set the value of the field.
|
void |
QbeFilter.AttributeExpressions.setValue(java.lang.String val)
Sets the value for this attribute expression.
|
void |
MboValue.setValue(java.lang.String value)
Set the value of the field using the specified access modifiers
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
boolean val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
boolean val) |
void |
MboSet.setValue(java.lang.String attributeName,
boolean val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
boolean val) |
void |
Mbo.setValue(java.lang.String attributeName,
boolean val)
Sets a boolean value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
boolean val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
boolean val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
boolean val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifier.
|
void |
MboRemote.setValue(java.lang.String attributeName,
boolean val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
boolean val,
long accessModifier)
Sets a boolean value to an attribute identified by name within the current
object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
byte val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
byte val) |
void |
MboSet.setValue(java.lang.String attributeName,
byte val)
Sets an attribute value identified by name within the current object.
|
void |
MboRemote.setValue(java.lang.String attributeName,
byte val) |
void |
Mbo.setValue(java.lang.String attributeName,
byte val)
Sets a byte value to an attribute identified by name within the current
object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
byte[] val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
byte[] val) |
void |
MboSet.setValue(java.lang.String attributeName,
byte[] val)
Sets an attribute value identified by name within the current object.
|
void |
MboRemote.setValue(java.lang.String attributeName,
byte[] val) |
void |
Mbo.setValue(java.lang.String attributeName,
byte[] val)
Sets an array of byte values to an attribute identified by name within
the current object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
byte[] val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
byte[] val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
byte[] val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifiers.
|
void |
MboRemote.setValue(java.lang.String attributeName,
byte[] val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
byte[] val,
long accessModifier)
Sets an array of byte values to an attribute identified by name within the
current object and access to the value is controlled by the access
modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
byte val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
byte val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
byte val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifiers.
|
void |
MboRemote.setValue(java.lang.String attributeName,
byte val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
byte val,
long accessModifier)
Sets a byte value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
java.util.Date val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
java.util.Date val) |
void |
MboSet.setValue(java.lang.String attributeName,
java.util.Date val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
java.util.Date val) |
void |
Mbo.setValue(java.lang.String attributeName,
java.util.Date val)
Sets a date value to an attribute identified by name within the current
object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
java.util.Date val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
java.util.Date val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
java.util.Date val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifiers.
|
void |
MboRemote.setValue(java.lang.String attributeName,
java.util.Date val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
java.util.Date val,
long accessModifier)
Sets a java.util.Date value to an attribute identified by name within the
current object and access to the value is controlled by the access modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
double val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
double val) |
void |
MboSet.setValue(java.lang.String attributeName,
double val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
double val) |
void |
Mbo.setValue(java.lang.String attributeName,
double val)
Sets a double value to an attribute identified by name within the
current object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
double val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
double val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
double val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifier.
|
void |
MboRemote.setValue(java.lang.String attributeName,
double val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
double val,
long accessModifier)
Sets a double value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
float val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
float val) |
void |
MboSet.setValue(java.lang.String attributeName,
float val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
float val) |
void |
Mbo.setValue(java.lang.String attributeName,
float val)
Sets a float value to an attribute identified by name within the current
object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
float val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
float val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
float val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifiers.
|
void |
MboRemote.setValue(java.lang.String attributeName,
float val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
float val,
long accessModifier)
Sets a float value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
int val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
int val) |
void |
MboSet.setValue(java.lang.String attributeName,
int val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
int val) |
void |
Mbo.setValue(java.lang.String attributeName,
int val)
Sets an integer value to an attribute identified by name within the current
object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
int val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
int val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
int val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifiers
|
void |
MboRemote.setValue(java.lang.String attributeName,
int val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
int val,
long accessModifier)
Sets an integer value to an attribute identified by name within the
current object and access to the value is controlled by the access modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
long val) |
void |
MboValue.setValue(java.lang.String val,
long accessModifier)
Set the value of the field.
|
void |
MboAccessInterface.setValue(java.lang.String attributeName,
long val) |
void |
MboSet.setValue(java.lang.String attributeName,
long val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
long val) |
void |
Mbo.setValue(java.lang.String attributeName,
long val)
Sets a long value to an attribute identified by name within the
current object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
long val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
long val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
long val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifier.
|
void |
MboRemote.setValue(java.lang.String attributeName,
long val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
long val,
long accessModifier)
Sets a long value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
MboRemote.setValue(java.lang.String attributeName,
MaxType value,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
MaxType mboValue,
long accessModifier)
Set the value based on the MaxType object passed in.
|
void |
MboSet.setValue(java.lang.String attributeName,
MboRemote source)
Sets an attribute value and its related values composing the foreign key
to the values of the corrensponding fields of the lookup MBO.
|
void |
MboRemote.setValue(java.lang.String targetAttrName,
MboRemote sourceMbo) |
void |
Mbo.setValue(java.lang.String targetAttrName,
MboRemote sourceMbo)
This method set the related fields of the current record to the values of
the corresponding key field of the sourceMbo.
|
void |
MboSet.setValue(java.lang.String attributeName,
MboSetRemote source)
Sets an attribute value and its related values composing the foreign key
to the values of the corrensponding fields of the current MBO of the lookup MBO set.
|
void |
MboRemote.setValue(java.lang.String targetAttrName,
MboSetRemote sourceMboSet) |
void |
Mbo.setValue(java.lang.String targetAttrName,
MboSetRemote sourceMboSet)
This method set the related fields of the current record to the values of
the corresponding key field of the current Mbo of sourceMboSet.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
short val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
short val) |
void |
MboSet.setValue(java.lang.String attributeName,
short val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
short val) |
void |
Mbo.setValue(java.lang.String attributeName,
short val)
Sets a short value to an attribute identified by name within the
current object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
short val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
short val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
short val,
long accessModifier)
Sets an attribute value identified by name within the current object
using the specified access modifiers.
|
void |
MboRemote.setValue(java.lang.String attributeName,
short val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
short val,
long accessModifier)
Sets a short value to an attribute identified by name within the
current object and access to the value is controlled by the access
modifier.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
java.lang.String val) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
java.lang.String val) |
void |
MboSet.setValue(java.lang.String attributeName,
java.lang.String val)
Sets an attribute value identified by name within the current Mbo in this set.
|
void |
MboRemote.setValue(java.lang.String attributeName,
java.lang.String val) |
void |
Mbo.setValue(java.lang.String attributeName,
java.lang.String val)
Sets a string value to an attribute identified by name within the current
object.
|
void |
FauxMboSet.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier) |
void |
MboAccessInterface.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier) |
void |
MboSet.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Sets an attribute value identified by name within the current object using
the specified access modifiers.
|
void |
MboRemote.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier) |
void |
Mbo.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
Sets a string value to an attribute identified by name within the current
object and access to the value is controlled by the access modifier.
|
void |
ALNDomain.setValueFromLookup(MboRemote sourceMbo) |
void |
MboValueAdapter.setValueFromLookup(MboRemote sourceMbo)
The default implementation does nothing since the default getList() is false.
|
void |
MAXTableDomain.setValueFromLookup(MboRemote sourceMbo) |
void |
MboValueListener.setValueFromLookup(MboRemote sourceMbo)
If hasList() is true for this listener, setValueFromLookup() method should be
implemented by the listner and will be invoked when
a value is set from the lookup list.
|
void |
MboValue.setValueFromLookup(MboRemote sourceMbo)
This method sets the value of the correspoinding field of the lookup Mbo and it
also set other fields corresponding to the other keys of the lookup Mbo
if it is multi-keyed.
|
void |
MAXTableDomain.setValueFromLookup(MboRemote sourceMbo,
long accessModifier)
Set the value of the field and other fields which are part of the forein key
from the sourceMbo to
the Mbo that this mbo value belongs to.
|
void |
Mbo.setValueFromSequence(java.lang.String attributeName)
Sets the attribute value from maxsequence or native sequence (depending on platform).
|
void |
MboValue.setValueNull() |
void |
MboValue.setValueNull(long accessModifier)
Set the value null, use the specified access modifiers to determine
if this can be done
|
void |
FauxMboSet.setValueNull(java.lang.String attributeName) |
void |
MboAccessInterface.setValueNull(java.lang.String attributeName) |
void |
MboSet.setValueNull(java.lang.String attributeName)
Sets an attribute value identified by name within the current object to null.
|
void |
MboRemote.setValueNull(java.lang.String attributeName) |
void |
Mbo.setValueNull(java.lang.String attributeName)
Sets an attribute value identified by name null with no access modifiers.
|
void |
FauxMboSet.setValueNull(java.lang.String attributeName,
long accessModifier) |
void |
MboAccessInterface.setValueNull(java.lang.String attributeName,
long accessModifier) |
void |
MboSet.setValueNull(java.lang.String attributeName,
long accessModifier)
Sets an attribute value identified by name within the current object to null
using the specified access modifiers.
|
void |
MboRemote.setValueNull(java.lang.String attributeName,
long accessModifier) |
void |
Mbo.setValueNull(java.lang.String attributeName,
long accessModifier)
Sets an attribute value identified by name within the current object to null using
the specified access modifiers.
|
void |
FauxMboSet.setWhereQbe(java.lang.String attribute,
java.lang.String value,
java.lang.String where)
Undefined in the faux set.
|
void |
MboQbe.setWhereQbe(java.lang.String attrStr,
java.lang.String value,
java.lang.String clause)
Sets the where clause for the QBE.
|
void |
MboSetRemote.setWhereQbe(java.lang.String attribute,
java.lang.String value,
java.lang.String where)
Sets the where clause for the QBE
|
void |
MboSet.setWhereQbe(java.lang.String attribute,
java.lang.String value,
java.lang.String where)
Sets the where clause for the QBE.
|
java.util.HashMap |
MboRemote.sigopGranted(java.util.Set optionnames) |
java.util.HashMap |
Mbo.sigopGranted(java.util.Set optionnames)
Identify whether sigoptions have been granted,
based on this app, this Mbo's siteid/orgid, and
any conditions that may have been attached to the
applicationauth record.
|
boolean |
MboRemote.sigopGranted(java.lang.String optionname) |
boolean |
Mbo.sigopGranted(java.lang.String optionname)
Identify whether this sigoption has been granted,
based on this app, this Mbo's siteid/orgid, and
any conditions that may have been attached to the
applicationauth record.
|
boolean |
MboRemote.sigopGranted(java.lang.String app,
java.lang.String optionname) |
boolean |
Mbo.sigopGranted(java.lang.String app,
java.lang.String optionname)
Identify whether this sigoption has been granted,
based on this app, this Mbo's siteid/orgid, and
any conditions that may have been attached to the
applicationauth record.
|
protected boolean |
Mbo.sigopGranted(java.lang.String app,
java.lang.String optionname,
java.lang.String mboSite,
java.lang.String mboOrg) |
void |
MboRemote.sigOptionAccessAuthorized(java.lang.String optionname) |
void |
Mbo.sigOptionAccessAuthorized(java.lang.String optionname)
Calls sigopGranted to check for security permission
for the specified optionname.
|
protected boolean |
Mbo.skipCopyField(MboValueInfo mvi) |
MboSetRemote |
FauxMboSet.smartFill(int row,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute on the
MBO specified by the row based on the QBE set by the
value.
|
MboSetRemote |
MboSetRemote.smartFill(int row,
java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
MboSet.smartFill(int row,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute on the
MBO specified by the row based on the QBE set by the
value.
|
MboSetRemote |
MboValueAdapter.smartFill(java.lang.String value,
boolean exact) |
MboSetRemote |
MAXTableDomain.smartFill(java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute, and set the values if there
is only one MBO in the returned set.
|
MboSetRemote |
MboValueListener.smartFill(java.lang.String value,
boolean exact) |
MboSetRemote |
MboValue.smartFill(java.lang.String value,
boolean exact)
Returns a MBO set of the lookup MBO based on the criteria set on the
field.
|
MboSetRemote |
FauxMboSet.smartFill(java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute based on the QBE set by the
value.
|
MboSetRemote |
MboSetRemote.smartFill(java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
MboSet.smartFill(java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute based on the QBE set by the
value.
|
MboSetRemote |
MboRemote.smartFill(java.lang.String attribute,
java.lang.String value,
boolean exact) |
MboSetRemote |
Mbo.smartFill(java.lang.String attribute,
java.lang.String value,
boolean exact)
Similar to getList().
|
MboSetRemote |
MAXTableDomain.smartFillWithoutReset(java.lang.String value,
boolean exact)
Get the list based on the value user entered for this attribute, and set the values if there
is only one MBO in the returned set.
|
MboSetRemote |
FauxMboSet.smartFind(int row,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute on the
MBO specified by the row based on the QBE set by the
value.
|
MboSetRemote |
MboSet.smartFind(int row,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute on the
MBO specified by the row based on the QBE set by the
value.
|
MboSetRemote |
FauxMboSet.smartFind(int row,
java.lang.String objectName,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the specified object based on the attribute value
specified of this mbo.
|
MboSetRemote |
MboSet.smartFind(int row,
java.lang.String objectName,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the specified object based on the attribute value
specified of this mbo.
|
MboSetRemote |
MboValueAdapter.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
MAXTableDomain.smartFind(java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
MboSetRemote |
MboValueListener.smartFind(java.lang.String value,
boolean exact) |
MboSetRemote |
MboValue.smartFind(java.lang.String value,
boolean exact)
Returns a MBO set based on the value set to this field.
|
MboSetRemote |
FauxMboSet.smartFind(java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute based on the QBE set by the
value.
|
MboSetRemote |
MboValueAdapter.smartFind(java.lang.String object,
java.lang.String value,
boolean exact) |
MboSetRemote |
MAXTableDomain.smartFind(java.lang.String sourceObj,
java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
MboSetRemote |
MboValueListener.smartFind(java.lang.String objectName,
java.lang.String value,
boolean exact) |
MboSetRemote |
MboValue.smartFind(java.lang.String object,
java.lang.String value,
boolean exact)
Returns a MBO set of the type specified based on the value set to this field.
|
MboSetRemote |
MboSetRemote.smartFind(java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
MboSet.smartFind(java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the attribute based on the QBE set by the
value.
|
MboSetRemote |
MboRemote.smartFind(java.lang.String attribute,
java.lang.String value,
boolean exact) |
MboSetRemote |
Mbo.smartFind(java.lang.String attribute,
java.lang.String value,
boolean exact)
Similar to getList().
|
MboSetRemote |
MboRemote.smartFind(java.lang.String attribute,
java.lang.String value,
boolean exact,
boolean isRecordHover) |
MboSetRemote |
Mbo.smartFind(java.lang.String attribute,
java.lang.String value,
boolean exact,
boolean isRecordHover)
Similar to getList().
|
MboSetRemote |
FauxMboSet.smartFind(java.lang.String objectName,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the specified object based on the attribute value
specified of this mbo.
|
MboSetRemote |
MboSetRemote.smartFind(java.lang.String objectName,
java.lang.String attributeName,
java.lang.String value,
boolean exact) |
MboSetRemote |
MboSet.smartFind(java.lang.String objectName,
java.lang.String attributeName,
java.lang.String value,
boolean exact)
Get a list of valid values of the specified object based on the attribute value
specified of this mbo.
|
MboSetRemote |
MboRemote.smartFind(java.lang.String objectName,
java.lang.String attribute,
java.lang.String value,
boolean exact) |
MboSetRemote |
Mbo.smartFind(java.lang.String appName,
java.lang.String attribute,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specifyed attribute and value of the current record.
|
MboSetRemote |
MboRemote.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find the corresponding record of sourceObj by the value of the current
Mbo's targetAttrName.
|
MboSetRemote |
Mbo.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specifyed attribute and values of the current record.
|
MboSetRemote |
MboRemote.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact,
java.lang.String[][] cachedKeyMap) |
MboSetRemote |
Mbo.smartFindByObjectName(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact,
java.lang.String[][] cachedKeyMap)
Find a set of records of the object of the specified the application
by the specifyed attribute and values of the current record.
|
MboSetRemote |
MboRemote.smartFindByObjectNameDirect(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact) |
MboSetRemote |
Mbo.smartFindByObjectNameDirect(java.lang.String sourceObj,
java.lang.String targetAttrName,
java.lang.String value,
boolean exact)
Find a set of records of the object of the specified the application
by the specifyed attribute and values of the current record.
|
MboSetRemote |
MAXTableDomain.smartFindWithoutReset(java.lang.String value,
boolean exact)
Get the list based on the qbe value of the attribute.
|
void |
FauxMboSet.startCheckpoint()
Undefined in the faux set.
|
void |
MboSetRemote.startCheckpoint()
Save the current value for later rollback.
|
void |
MboSet.startCheckpoint()
Save the current value for later rollback.
|
void |
MboRemote.startCheckpoint()
Save the current value for later rollback.
|
void |
Mbo.startCheckpoint()
Save the current value for later rollback.
|
void |
FauxMboSet.startCheckpoint(int i)
Undefined in the faux set.
|
void |
MboSetRemote.startCheckpoint(int i)
Save the current value for later rollback for the given mbo.
|
void |
MboSet.startCheckpoint(int i)
Save the current value for later rollback for the given mbo.
|
double |
FauxMboSet.sum(java.lang.String attribute)
Undefined in the faux set.
|
double |
MboSetRemote.sum(java.lang.String attribute) |
double |
MboSet.sum(java.lang.String attributeName)
Returns the sum of all values for the specified attribute within the set.
|
protected void |
Mbo.throwRequiredException(MXException mxe,
MboValueInfo mvi,
MboValue mv)
Called from validate when a required field has null value.
|
java.lang.String |
Translate.toExternalDefaultValue(java.lang.String listName,
java.lang.String value)
|
java.lang.String |
Translate.toExternalDefaultValue(java.lang.String listName,
java.lang.String value,
MboRemote mbo)
Return the value that has been marked as the default external value for the
specified list name and internal value.
|
java.lang.String |
Translate.toExternalDefaultValue(java.lang.String listName,
java.lang.String value,
java.lang.String siteId,
java.lang.String orgId)
Return the value that has been marked as the default external value for the
specified list name and internal value.
|
java.lang.String |
Translate.toExternalList(java.lang.String listName,
java.lang.String value)
Convert the specified value in the list to an external list of
possible values.
|
java.lang.String |
Translate.toExternalList(java.lang.String listName,
java.lang.String[] value)
Convert the specified set of values in the list to an external list of
possible values.
|
java.lang.String |
Translate.toExternalList(java.lang.String listName,
java.lang.String[] value,
MboRemote mbo)
Convert the specified set of values in the list to an external list of
possible values.
|
java.lang.String |
Translate.toExternalList(java.lang.String listName,
java.lang.String[] value,
java.lang.String siteId,
java.lang.String orgId)
Convert the specified set of values in the list to an external list of
possible values.
|
java.lang.String |
Translate.toExternalList(java.lang.String listName,
java.lang.String value,
MboRemote mbo)
Convert the specified value in the list to an external list of
possible values.
|
java.lang.String |
Translate.toExternalList(java.lang.String listName,
java.lang.String value,
java.lang.String siteId,
java.lang.String orgId)
Convert the specified value in the list to an external list of
possible values.
|
java.lang.String |
Translate.toInternalString(java.lang.String listName,
java.lang.String value)
Convert a specified value in the list to an internal MAXIMO value.
|
java.lang.String |
Translate.toInternalString(java.lang.String listName,
java.lang.String value,
MboRemote mbo)
Convert a specified value in the list to an internal MAXIMO value.
|
java.lang.String |
Translate.toInternalString(java.lang.String listName,
java.lang.String value,
java.lang.String siteId,
java.lang.String orgId)
Convert a specified value in the list to an internal MAXIMO value.
|
void |
MboRemote.undelete() |
void |
Mbo.undelete()
Unmark the Mbo for deletion.
|
void |
FauxMboSet.undeleteAll()
Undelete all the members of the set.
|
void |
MboSetRemote.undeleteAll() |
void |
MboSet.undeleteAll()
Undelete all the members of the set
|
protected void |
Mbo.undeleteDoclinks() |
void |
MboSet.undoTransaction(MXTransaction txn)
Undo the transaction AFTER it has been committed.
|
void |
AbstractMaximoMTEnabledCache.unloadInactiveCaches(long interval) |
void |
MaximoCacheWrapper.unloadInactiveCaches(long interval) |
void |
MaximoMTEnabledCache.unloadTenant() |
void |
AbstractMaximoMTEnabledCache.unloadTenant() |
void |
MaximoCacheWrapper.unloadTenant()
Reload the cache and also fire the event to notify that the cache has reloaded.
|
void |
MboRemote.unlock(boolean lockNow) |
void |
Mbo.unlock(boolean unlockNow)
Unlocks the current MBO if recordlocking is enabled by the system property
|
void |
MboRemote.unselect() |
void |
Mbo.unselect()
Marks the mbo unselected
|
void |
FauxMboSet.unselect(int index)
Marks the Mbo at the specified index Unselected.
|
void |
MboSetRemote.unselect(int index)
Marks the Mbo at the specified index Unselected.
|
void |
MboSet.unselect(int index)
Marks the Mbo at the specified index Unselected.
|
void |
FauxMboSet.unselect(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Unselected.
|
void |
MboSetRemote.unselect(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Unselected.
|
void |
MboSet.unselect(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Unselected.
|
void |
FauxMboSet.unselect(java.util.Vector mboIndices)
Marks a set of mbos unselected by using the mbo indices.
|
void |
MboSetRemote.unselect(java.util.Vector mboIndices)
Marks a set of Mbo's Unselected in one call by taking all the indices of mbos.
|
void |
MboSet.unselect(java.util.Vector mboIndices)
Marks a set of mbos unselected by using the mbo indices.
|
void |
FauxMboSet.unselectAll()
Marks all the Mbos in the set unselected.
|
void |
MboSetRemote.unselectAll()
Unselect all mbos
|
void |
MboSet.unselectAll()
Marks all the Mbos in the set unselected.
|
protected void |
MboSet.updateMbo(java.sql.Connection con,
Mbo mbo)
Fires a SQL UPDATE statement
Syntax:
UPDATE tablename
SET columnname = value
WHERE whereclause
|
void |
StatusHandler.updateMboForStatus(java.lang.String status)
Called to set the state of the Mbo for the specified status.
|
protected void |
MboSet.updateMboSetRetainMboPositionData(MboSetRemote currentMboSet,
MboSetRetainMboPositionData mboSetRetainMboPositionData)
Updates the retain mbo position data for the set
|
protected void |
MboSet.updateRelatedMboSetRetainMboPositionData(Mbo currentMbo,
MboSetRetainMboPositionData mboSetRetainMboPositionData,
MboSetRetainMboPositionInfo mboSetRetainMboPositionInfo)
Update the position data for related MboSets.
|
boolean |
Mbo.useDataSecurity(java.lang.String group) |
void |
FauxMboSet.useStoredQuery(java.lang.String queryName)
Undefined in the faux set.
|
void |
MboSetRemote.useStoredQuery(java.lang.String queryName) |
void |
MboSet.useStoredQuery(java.lang.String queryName)
Uses the stored query as the user defined query that overrides
the QBE.
|
void |
FldMboKeyAsMAXTableDomain.validate()
Validation routine which will check for uniqueness
In the case of hierarchical Mbos, this method will set the
child's HierarchyLink flag.
|
void |
FldMboKey.validate() |
void |
FldContentAttr.validate()
The value cannot start with the prefix in maxdataprefix
|
void |
NumRangeDomain.validate()
Perform the validation
|
void |
FauxMboSet.validate()
Undefined in the faux set.
|
void |
MboValueAdapter.validate()
Called to validate the data
Does nothing.
|
void |
MAXTableDomain.validate()
Validate that the MboSet returned used using either the relationship, or the where clause is
not empty.
|
void |
MboValueListener.validate()
Called to validate the data
|
void |
MboValue.validate()
Called by the framework to validate the field.
|
void |
MboSetRemote.validate() |
void |
MboSet.validate()
Validate all objects in the collection that have been modified.
|
void |
MboRemote.validate() |
void |
Mbo.validate()
Validate the object.
|
void |
MboValue.validate(long access) |
java.lang.String |
SqlFormat.validateFormat()
Use this method to validate a sql statement.
|
void |
FldMboKey.validateKeyCombination(boolean forced)
Validation routine which will check for uniqueness
In the case of hierarchical Mbos, this method will set the
child's HierarchyLink flag.
|
void |
Mbo.validateKeyUniqueness()
Check whether the combination of primary keys are unique.
|
boolean |
MboSet.validateTransaction(MXTransaction txn)
validate the object for the specified transaction
|
void |
Mbo.valueChanged()
A field value has changed.
|
boolean |
FauxMboSet.verifyESig(java.lang.String username,
java.lang.String password,
java.lang.String reason)
Undefined in the faux set.
|
boolean |
MboSetRemote.verifyESig(java.lang.String username,
java.lang.String password,
java.lang.String reason)
Verifies the username and password and if they are correct, then
writes out an esig record.
|
boolean |
MboSet.verifyESig(java.lang.String loginid,
java.lang.String password,
java.lang.String reason)
Verifies the loginid and password and if they are correct, then
writes out an esig record.
|
boolean |
MboServerInterface.verifyUser(java.lang.String userCheck,
java.lang.String passCheck,
UserInfo userinfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue) |
Constructors in psdi.mbo that throw MXException
Constructor and Description |
AttributeExpressions(java.lang.String attrStrg)
Constructor.
|
AutoKey(java.sql.Connection conn,
MboValueInfo mvi,
UserInfo user,
MboRemote mbo,
MboSetInfo mbosetinfo)
Construct an autokey, giving the name, connection , user and mbo
|
GLFormat(java.lang.String value)
Deprecated.
|
GLFormat(java.lang.String[] segs)
Create a GL Formatter with the specified segments
|
GLFormat(java.lang.String[] segs,
java.lang.String orgId)
Create a GL Formatter with the specified segments
|
GLFormat(java.lang.String value,
boolean full)
Deprecated.
|
GLFormat(java.lang.String value,
boolean full,
java.lang.String orgId)
Construct a formatter for the given value and indicate of it is fully specified
If a GLFormat object has not previously been initialized on the same Java VM,
using the int() method,then a default formatter will be created.
|
GLFormat(java.lang.String value,
java.lang.String orgId)
Create a GL Formatter that is NOT fully specified
|
MboSetEnumeration(MboSetRemote msr)
Constructor takes the MboSet it will step through.
|
Constructors in psdi.mbo.iterator that throw MXException
Constructor and Description |
ConditionFilterMboIterator(MboRemote mbo,
java.lang.String relationship,
MaxCondition maxCondition)
Constructor - discardable flag defaults to null.
|
ConditionFilterMboIterator(MboRemote mbo,
java.lang.String relationship,
MaxCondition maxCondition,
java.lang.Boolean discardable)
Constructor
|
RelatedMboIterator(MboRemote mbo,
java.util.List mrpList)
Constructor
|
SimpleMboSetIterator(MboRemote mbo,
java.lang.String relationship)
Constructor - defaults discardable flag to null.
|
SimpleMboSetIterator(MboRemote mbo,
java.lang.String relationship,
boolean discardable)
Constructor
|
SimpleMboSetIterator(MboSetRemote mboSet)
Constructor - discardable flag set to null.
|
SimpleMboSetIterator(MboSetRemote mboSet,
boolean discardable)
Constructor
|
SpecificMboIterator(MboRemote mbo,
java.lang.String relationship,
java.lang.Integer specificMbo)
Helper Constructor
|
SpecificMboIterator(MboRemote mbo,
java.lang.String relationship,
java.lang.Integer specificMbo,
java.lang.Boolean discardable)
Constructor
If specificMbo is negative, this iterator will return nothing.
|
Methods in psdi.mnet that throw MXException
Modifier and Type |
Method and Description |
ECatalogURL |
EComTxnRemote.getECatalogURL(java.lang.String orgId,
java.lang.String siteId,
java.lang.Object transID,
java.lang.String catalog,
java.lang.String retUrl,
java.lang.String userId,
java.lang.String userGrp,
boolean itemRestriction)
Creates a ECatalog transaction and sends out to the catalog provider.
|
ProductInfo |
EComTxnRemote.getProduct(GetProductParam pp)
Request price and availability.
|
UserInfo |
EComTxnRemote.getUserInfo()
Userinfo is used by other mnet related files for object
lookup.
|
void |
EComTxnRemote.invokeAribaInboundService(java.lang.String cxmlString,
java.lang.Object transId,
java.lang.String verb,
java.lang.String noun,
java.lang.String revision)
Deprecated.
|
Methods in psdi.plusc.app.jobplan that throw MXException
Modifier and Type |
Method and Description |
void |
PlusCFldJpDatasheetAssetnum.action() |
void |
PlusCFldJPDatasheetLocation.action() |
void |
PlusCJobPlanStatus.add() |
java.lang.String |
PlusCFldJpDatasheetAssetnum.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
protected void |
PlusCFldJPDatasheetLocation.fillAssetFromTag()
If the associated location is a tag id, then fill in the corresponding
asset.
|
protected void |
PlusCFldJpDatasheetAssetnum.fillTagLocationFromAsset(java.lang.String tagLocationField)
If the asset has a tag location, fill in the given field with it.
|
protected AssetRemote |
PlusCFldJpDatasheetAssetnum.getAsset()
Returns the asset associated with this jp data sheet.
|
MboSetRemote |
PlusCFldJpDatasheetAssetnum.getList()
Only show assets based on entered information.
|
protected LocationRemote |
PlusCFldJPDatasheetLocation.getLocation()
Returns the location associated with this jp data sheet.
|
protected Mbo |
PlusCJobPlanStatusSet.getMboInstance(MboSet mboset) |
void |
PlusCJobPlanStatus.init() |
void |
PlusCFldJpDatasheetAssetnum.validate()
Validate entered data.
|
void |
PlusCFldJPDatasheetLocation.validate() |
protected void |
PlusCFldJPDatasheetLocation.validateLocationIsTag()
Validate that the associated location is a tag id.
|
Methods in psdi.plusc.app.pluscds that throw MXException
Modifier and Type |
Method and Description |
void |
PlusCFldWONoAdjMade.action() |
void |
PlusCFldWODSTagLocation.action() |
void |
PlusCFldWODSPlanNum.action() |
void |
PlusCFldWODSLocation.action()
Applies the business rules for the required field.
|
void |
PlusCFldWODSAssetNum.action()
Applies the business rules for the required field.
|
void |
PlusCFldViewAsLoop.action() |
void |
PlusCFldToleranceOutputRange.action()
Execute the action to the validate Method.
|
void |
PlusCFldToleranceInputRange.action()
Execute the action to the validate Method
|
void |
PlusCFldRepeatable.action() |
void |
PlusCFldPointTolerance.action() |
void |
PlusCFldPointRon.action() |
void |
PlusCFldNoAdjLimit.action() |
void |
PlusCFldValidateChangeMeasuredValue.action() |
void |
PlusCFldMeasuredValues.action() |
void |
PlusCFldKFactor.action() |
void |
PlusCFldInstrOutRangeEU.action() |
void |
PlusCFldGuardbandFromTo.action() |
void |
PlusCFldUpdateRequiredFlag.action()
Calls the required flag validation in the point.
|
void |
PlusCFldFunctionCheckPass.action()
Sets the corresponding field's value to the opposite of this field.
|
void |
PlusCFldEnvironment.action() |
void |
PlusCFldDSUncertNumberFormatting.action() |
void |
PlusCFldDSSetPointAdj.action()
Changes SETPOINTVALUE's read-only status according to the
SETPOINTADJ flag.
|
void |
PlusCFldToleranceUpdate.action() |
void |
PlusCFldDSInternationalization.action() |
void |
PlusCFldDSAssetsLinkLocation.action() |
void |
PlusCFldDSAssetsLinkItemnum.action() |
void |
PlusCFldDSAssetsLinkAssetnum.action() |
void |
PlusCFldConfidLevel.action() |
void |
FldDataSheetSiteId.action() |
void |
FldDataSheetOrgId.action()
Null out siteid field whenever the origid field is changed.
|
boolean |
PlusCFldToleranceUpdate.action(boolean bFromValidate)
Action.
|
void |
PlusCWODSPoint.add() |
void |
PlusCWODSInstr.add() |
void |
PlusCWODS.add() |
void |
PlusCJPDataSheet.add() |
void |
PlusCDSStatus.add() |
void |
PlusCDSPoint.add() |
void |
PlusCDSInstr.add()
Adds a new MBO to set.
|
void |
PlusCDSConfig.add() |
void |
PlusCDSAssetsLink.add() |
void |
PlusCDS.add() |
MboRemote |
PlusCWODSSet.addAtIndex(long accessModifier,
int ind)
Adds a MBO.
|
void |
PlusCDSRemote.addPlusCDSConfig()
Adds the plus cds config.
|
void |
PlusCDS.addPlusCDSConfig() |
void |
PlusCWODSSet.applyRequiredRules(boolean changeValue)
Applies the business rules for handling the value and read-only status
of the datasheets' REQUIRED field.
|
void |
PlusCWODSSetRemote.applyRequiredRules(boolean changeValue)
Applies the rules for handling the value and read-only status of
the datasheets' REQUIRED field.
|
void |
PlusCWODSPoint.appValidate() |
void |
PlusCWODSInstr.appValidate() |
void |
PlusCWODS.appValidate() |
void |
PlusCDSInstr.appValidate() |
void |
PlusCDSAssetsLink.appValidate() |
void |
PlusCDS.appValidate() |
java.lang.String |
PlusCFldWODSLocation.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
java.lang.String |
PlusCFldDSOrgId.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
java.lang.String |
PlusCFldDSAssetsLinkLocation.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
java.lang.String |
PlusCFldDSAssetsLinkItemnum.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
java.lang.String |
PlusCFldDSAssetsLinkAssetnum.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
java.util.Set |
PlusCWODS.buildStatusMaps(java.util.Set currentStatusSet,
int iStatusSet,
boolean bTolStatusDefined,
boolean bSkipAsFound,
boolean bSkipAsLeft,
java.lang.String status1,
java.lang.String status2,
java.lang.String status3,
java.lang.String status4)
Issue 08-16263.
|
java.lang.String[] |
PlusCDSRemote.bulkCopyAcrossSite(java.util.Vector selectedDS,
java.lang.String toSiteId)
TODO:.
|
java.lang.String[] |
PlusCDS.bulkCopyAcrossSite(java.util.Vector selectedDS,
java.lang.String toSiteId)
Bulk copy across site.
|
void |
PlusCWODSPointSet.canAdd() |
void |
PlusCDSPointSet.canAdd() |
void |
PlusCWODSSet.canAdd() |
protected boolean |
PlusCWODSPointSet.canAddPoint(PlusCWODS dsOwner,
PlusCWODSInstr instrOwner,
java.lang.String pointType)
Returns whether a new point can be added to this MBOSet.
|
void |
PlusCDSStatusHandler.canChangeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
long accessModifier)
Defines which status changes are legal.
|
boolean |
PlusCDSPointSetRemote.canChangeView()
Can change view.
|
boolean |
PlusCDSPointSet.canChangeView()
The logic and constraints are the same for
adding new Points or changing it's view.
|
void |
PlusCWODSPoint.canDelete() |
void |
PlusCWODSInstr.canDelete() |
void |
PlusCWODS.canDelete() |
void |
PlusCDSInstr.canDelete()
Check if a MBO is able to be deleted.
|
void |
PlusCDS.canDelete() |
void |
PlusCDS.canReviseDataSheet()
Checks if a new revison can be created from the current data sheet.
|
void |
PlusCDSInstrRemote.changePointsEU()
Change points eu.
|
void |
PlusCDSInstr.changePointsEU()
Issue 07-16500.
|
void |
PlusCDS.changeStatus(java.lang.String newStatus,
java.util.Date date,
java.lang.String memo)
Change status.
|
void |
PlusCDSStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo)
Changes the status from the current state to a desired state.
|
boolean |
PlusCWODS.checkForBrokenSynonymDefaultAsFound() |
boolean |
PlusCWODS.checkForBrokenSynonymDefaultAsLeft() |
boolean |
PlusCWODSSet.checkForLocale() |
boolean |
PlusCWODSSetRemote.checkForLocale()
Check for locale.
|
void |
PlusCFldToleranceUpdate.checkInstrTypeSetPermissions(java.lang.String instrType,
MboRemote mboRemote)
Check if the Instr can be set as desired type values 1- function 2-
dynamic 3- calpoint.
|
int |
PlusCDSPointSet.checkPointPermissions()
Checks business permissions regarding adding, changing etc
Cal Points.
|
void |
PlusCWODSInstr.checkPointsErrors()
Issue 08-20452.
|
void |
PlusCDSRemote.checkStatus()
Check status.
|
void |
PlusCDS.checkStatus()
Check the status of the DataSheet before any row is add to it's set obejct.
|
void |
PlusCDSStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredExternalStatus)
Checks to see if the user is authorised to make a status changes.
|
java.lang.String |
PlusCFldDSUncertNumberFormatting.checkTypeFormat(java.lang.String fieldName,
java.lang.String value,
java.util.Locale locale)
Check the field name and format its decimal places according to the
minOutput and minInput resolution.
|
java.lang.String |
PlusCFldDSInternationalization.checkTypeFormat(java.lang.String fieldName,
java.lang.String value,
java.util.Locale locale)
Check the field name and format it's decimal places acording to the minOutput and minInput resolution.
|
void |
PlusCDSStatusHandler.checkUserSecurity(java.lang.String desiredMaxStatus)
Check out the users security rights to call the specified status.
|
void |
PlusCWODSInstr.childHasChanged() |
void |
PlusCWODSRemote.childHasChanged()
Child has changed.
|
void |
PlusCWODS.childHasChanged() |
void |
PlusCDSInstrRemote.childHasChanged()
Child has changed.
|
void |
PlusCDSInstr.childHasChanged() |
void |
PlusCDSRemote.childHasChanged()
Child has changed.
|
void |
PlusCDS.childHasChanged() |
void |
PlusCWODSInstrRemote.childHasChanged()
Child has changed.
|
void |
PlusCWODS.clearUncertaintyFields()
Clear uncertainty fields.
|
boolean |
PlusCFldToleranceUpdate.continueInstrTypeChange(MboRemote mboRemote)
Issue 08-17303.
|
MboRemote |
PlusCDSRemote.copyAcrossSite(MboSetRemote mboset,
java.lang.String toSiteId)
TODO:.
|
MboRemote |
PlusCDS.copyAcrossSite(MboSetRemote mboset,
java.lang.String toSiteId)
TODO:.
|
void |
PlusCDSRemote.copyAssets(MboSetRemote assetset)
TODO:.
|
void |
PlusCDS.copyAssets(MboSetRemote assetset)
Copy asset set to datasheet work asset.
|
void |
PlusCDSInstrRemote.copyAttributesValues(MboRemote mbo,
MboSetRemote mboset,
long mboAddFlags)
Copy attributes values.
|
void |
PlusCDSInstr.copyAttributesValues(MboRemote mbo,
MboSetRemote mboset,
long mboAddFlags)
Copies the information for each of the fields into the new mbo from this.
|
MboRemote |
PlusCDS.copyDSInstrAndPoints(MboRemote newDS)
Copy ds instr and points.
|
void |
PlusCWODSRemote.copyDStoWODS()
Copy d sto wods.
|
void |
PlusCWODS.copyDStoWODS()
Change the WO DS - Code got from Action method of PlusCFldWODSPlanNum class.
|
void |
PlusCDSRemote.copyItems(MboSetRemote itemset)
TODO:.
|
void |
PlusCDS.copyItems(MboSetRemote itemset)
Copy item set to datasheet work asset.
|
void |
PlusCDSRemote.copyLocations(MboSetRemote locationset)
TODO:.
|
void |
PlusCDS.copyLocations(MboSetRemote locationset)
Copy location set to datasheet work asset.
|
void |
PlusCWODSInstr.delete(long accessModifier) |
void |
PlusCWODS.delete(long accessModifier) |
void |
PlusCDSPoint.delete(long accessModifier) |
void |
PlusCDSInstr.delete(long accessModifier) |
void |
PlusCDS.delete(long accessModifier) |
void |
PlusCWODSPointMultipleSet.deleteAll(long accessModifier) |
void |
PlusCWODSPointSet.deleteAll(long accessModifier) |
protected boolean |
PlusCFldToleranceUpdate.doCalculateAveragesAndStdDevs(MboRemote mboRemote,
java.lang.String fieldName)
Calculates averages and standard deviations for the given field in the
point's group.
|
MboRemote |
PlusCDS.duplicate() |
MboRemote |
PlusCDS.duplicateforRevise(boolean isRevising)
Duplicatefor revise.
|
protected void |
PlusCFldWODSTagLocation.fillAssetFromTag()
If the associated location is a tag id, then fill in the corresponding
asset.
|
protected void |
PlusCFldWODSAssetNum.fillTagLocationFromAsset(java.lang.String tagLocationField)
If the asset has a tag location, fill in the given field with it.
|
protected java.lang.String |
PlusCFldPointRon.formatDouble(java.lang.String value,
int minFraction)
Format double.
|
java.lang.String |
PlusCFldToleranceUpdate.formatDouble(java.lang.String value,
int minFraction,
boolean shouldRound)
Format double.
|
void |
PlusCFldToleranceUpdate.formatTolerancesValues(MboRemote instr,
int minFraction)
Set Tolerances Values based on new input
Intrument's tolerances's values
Issue 07-23405.
|
void |
PlusCDSInstr.generateAutoKey()
PlusCDSInstr supports autokeying - sets the instrseq attribute.
|
protected AssetRemote |
PlusCFldWODSAssetNum.getAsset()
Returns the asset associated with this jp data sheet.
|
protected MboRemote |
PlusCJPDataSheet.getAssetSPLinkLocation()
Gets the JPASSETSPLINK's related Location object.
|
java.util.List |
PlusCWODSPointSet.getAveragesPoints()
Returns the set of average points associated with the points in this set.
|
MboRemote |
PlusCWODSPointMultipleSet.getAveragesSetOwner(java.lang.String point) |
MboRemote |
PlusCWODSPointSet.getAveragesSetOwner(java.lang.String point)
Returns the owner of the Averages set for the group of points whose POINT
attribute has the given value.
|
MboRemote |
PlusCWODSPointSetRemote.getAveragesSetOwner(java.lang.String point)
Returns the owner of the Averages set for the group of points whose POINT
attribute has the given value.
|
protected boolean |
PlusCWODSPoint.getBoolean(java.lang.String attribute,
boolean valueIfNull)
Returns the given attributes boolean value, or valueIfNull
if the attribute is null.
|
boolean |
PlusCWODSRemote.getBooleanWithDefault(java.lang.String attribute,
boolean valueIfNull)
Returns the given attributes boolean value, or valueIfNull
if the attribute is null.
|
boolean |
PlusCWODS.getBooleanWithDefault(java.lang.String attribute,
boolean valueIfNull)
Returns the given attributes boolean value, or valueIfNull
if the attribute is null.
|
protected MboSetRemote |
PlusCFldWONoAdjMade.getCalPoints(MboRemote mboRemote,
int calPointType)
Returns a MBOSet for the Calibration Points of the given Asset Function.
|
protected MboSetRemote |
PlusCFldWONoAdjMade.getDynamicChecks(MboRemote mboRemote)
Returns a MBOSet for the Dynamic Check points of the given Asset Function.
|
java.lang.String |
PlusCDSSetRemote.getExternalAPPRList()
Gets the external appr list.
|
java.lang.String |
PlusCDSSet.getExternalAPPRList() |
protected MboSetRemote |
PlusCFldWONoAdjMade.getFunctionChecks(MboRemote mboRemote)
Returns a MBOSet for the Function Check points of the given Asset Function.
|
MboRemote |
PlusCWODSPointRemote.getGroupAveragePoint()
Returns the Average point for the group of points to which this point
belongs.
|
MboRemote |
PlusCWODSPoint.getGroupAveragePoint()
Returns the Average point for the group of points to which this point
belongs.
|
MboRemote[] |
PlusCWODSPointRemote.getGroupPoints()
Returns all points in this point's group (including itself) in an array.
|
MboRemote[] |
PlusCWODSPoint.getGroupPoints() |
java.util.ArrayList |
PlusCDSInstr.getInstrTolsList(boolean summed,
boolean single,
boolean forNonLinear)
Gets the instrTolsList ArrayList considering validations against the
Tolerances's types (i.e.summed/single) and Instrument NonLinear Set Issue
07-23017
|
MboSetRemote |
PlusFldToSite.getList() |
MboSetRemote |
PlusCFldWODSPlanNum.getList()
Gets the list.
|
MboSetRemote |
PlusCFldWODSLocation.getList()
Only show locations based on entered information.
|
MboSetRemote |
PlusCFldJPDSPlanNum.getList()
Gets the list.
|
MboSetRemote |
PlusCFldGbMethod.getList() |
MboSetRemote |
PlusCFldDSPlanNum.getList() |
MboSetRemote |
PlusCFldDSOrgId.getList()
Only show organizations based on entered information.
|
MboSetRemote |
PlusCFldDSAssetsLinkLocation.getList()
Only show locations based on entered information.
|
MboSetRemote |
PlusCFldDSAssetsLinkItemnum.getList()
Only show items based on entered information.
|
MboSetRemote |
PlusCFldDSAssetsLinkAssetnum.getList()
Only show assets based on entered information.
|
MboSetRemote |
PlusCFldKFactorConfidLevel.getList() |
MboSetRemote |
PlusCDSPlanStatus.getList() |
protected LocationRemote |
PlusCFldWODSTagLocation.getLocation()
Returns the tag location associated with this wo ds.
|
MboRemote |
PlusCWODSPointMultipleSet.getMbo(int index)
Get the MBO at the given position.
|
protected Mbo |
PlusCWODSPointMultipleSet.getMboInstance(MboSet ms)
Gets the mbo instance.
|
protected Mbo |
PlusCWODSInstrSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCWODSPointSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCJPDataSheetSet.getMboInstance(MboSet ms)
Generate a new MBODefault object.
|
protected Mbo |
PlusCDSStatusSet.getMboInstance(MboSet mboset) |
protected Mbo |
PlusCDSSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCDSPointSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCDSInstrSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCDSConfigSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCDSAssetsLinkSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCWODSSet.getMboInstance(MboSet ms) |
MboSetRemote |
PlusCWODSPoint.getMboSet(java.lang.String name)
Returns the MBOSet with the given name.
|
protected MboRemote |
PlusCWODS.getMyDSOwner()
Gets the my ds owner.
|
MboRemote |
PlusCFldToleranceUpdate.getMyInstr(MboRemote mboRemote)
Returns the Asset function associated with the current MBO.
|
MboRemote |
PlusCWODSPointRemote.getMyInstrOwner()
Gets the my instr owner.
|
MboRemote |
PlusCWODSPoint.getMyInstrOwner() |
MboRemote |
PlusCWODS.getMyInstrOwner()
Gets the my instr owner.
|
protected MboRemote |
PlusCWODS.getMyWOOwner()
Gets the my wo owner.
|
java.lang.String |
PlusCWODSSet.getPlusCLocale() |
java.lang.String |
PlusCWODSSetRemote.getPlusCLocale()
Gets the plus c locale.
|
java.util.Vector |
PlusCDSStatus.getPlusDSStatusRecord()
Gets the plus ds status record.
|
protected MboRemote[] |
PlusCWODSPoint.getPointsFromGroup(boolean isAverage)
Returns all points in the current set that are from the same group,
either the average one or the non-average ones.
|
MboSetRemote |
PlusCWODSInstr.getPointsMboSet(int calPointType) |
MboSetRemote |
PlusCWODSInstrRemote.getPointsMboSet(int calPointType)
Returns a MBO Set containing calibration points for this asset function.
|
protected MboSetRemote |
PlusCDS.getStatusHistory() |
boolean |
PlusCDSConfigRemote.getTolTruncate()
Gets the tol truncate.
|
boolean |
PlusCDSConfig.getTolTruncate() |
boolean |
PlusCFldToleranceUpdate.hasCalPoints(MboRemote mboRemote)
Returns if the Instr has Cal Points.
|
boolean |
PlusCFldToleranceUpdate.hasDynamicPoints(MboRemote mboRemote)
Returns if the Instr has Dynamic Points.
|
boolean |
PlusCFldToleranceUpdate.hasFuncPoints(MboRemote mboRemote)
Returns if the Instr has Functional Points.
|
boolean |
PlusCFldToleranceUpdate.hasPoints(MboRemote mboRemote)
Checks it there is entered calpoints for this asset funcion 1- function
2- dynamic 3- calpoint *.
|
void |
PlusCWODSPoint.init() |
void |
PlusCWODSInstr.init() |
void |
PlusCWODS.init() |
void |
PlusCJPDataSheet.init() |
void |
PlusCFldWODSPlanNum.init() |
void |
PlusCFldPointTolerance.init() |
void |
PlusCFldToleranceUpdate.init() |
void |
PlusCFldDSInternationalization.init() |
void |
PlusCDSStatus.init() |
void |
PlusCDSPoint.init() |
void |
PlusCDSInstr.init() |
void |
PlusCDSConfig.init() |
void |
PlusCDSAssetsLink.init() |
void |
PlusCDS.init() |
void |
PlusCDS.initRelationship(java.lang.String relationName,
MboSetRemote mboSet) |
void |
PlusCFldJPDSPlanNum.initValue() |
void |
PlusCFldInstrumentDesc.initValue() |
void |
PlusCFldDSUncertNumberFormatting.initValue() |
void |
PlusCFldDSInternationalization.initValue() |
boolean |
PlusCFldToleranceUpdate.instrSetAsDynamic(MboRemote mboRemote)
Checks if the instr is set as Dynamic Dynamic Checks - Issue # 07-10302.
|
boolean |
PlusCFldToleranceUpdate.instrSetAsFunctional(MboRemote mboRemote)
Checks if the instr is set as Functional Functional Checks - Issue
#06-18226.
|
boolean |
PlusCFldToleranceUpdate.instrSetAsPoint(MboRemote mboRemote)
Checks if the instr is set as Point.
|
boolean |
PlusCWODSRemote.isAddingToWO()
Checks if is adding to wo.
|
boolean |
PlusCWODS.isAddingToWO() |
boolean |
PlusCDSInstrRemote.isAllBlankByPointsType(MboRemote mboRemote)
Checks if is all blank by points type.
|
boolean |
PlusCDSInstr.isAllBlankByPointsType(MboRemote mboRemote)
Issue 08-17303.
|
boolean |
PlusCDSInstrRemote.isAllBlankInstrTolerances(MboRemote mboRemote,
boolean summed,
boolean single,
boolean forNonLinear)
Checks if is all blank instr tolerances.
|
boolean |
PlusCDSInstr.isAllBlankInstrTolerances(MboRemote mboRemote,
boolean summed,
boolean single,
boolean forNonLinear)
Issue 08-17303.
|
protected boolean |
PlusCFldDSInternationalization.isAnalogPointEditableFld(java.lang.String fieldName)
IJ34268: Check if the field is an editable Calibration Point field for an Analog Data Sheet on a Work Order.
|
boolean |
PlusCWODSRemote.isDeletingFromWO()
Checks if is deleting from wo.
|
boolean |
PlusCWODS.isDeletingFromWO() |
protected boolean |
PlusCFldDSInternationalization.isDiscretePointEditableFld(java.lang.String fieldName)
IJ34268: Check if the field is an editable Calibration Point field for a Discrete Data Sheet on a Work Order.
|
protected boolean |
PlusCFldDSUncertNumberFormatting.isDynamicCheck()
Determines whether this field's MBO is a Dynamic Check (in a Work Order).
|
protected boolean |
PlusCFldDSInternationalization.isDynamicCheck()
Determines whether this field's MBO is a Dynamic Check (in a Work Order).
|
boolean |
PlusCWODSRemote.isLoop()
Is this a loop Datasheet?.
|
boolean |
PlusCWODS.isLoop()
Is this a loop Datasheet?.
|
boolean |
PlusCWODSInstr.isValidPoint(MboRemote instrMbo,
MboRemote pointMbo)
Issue 08-16263.
|
void |
PlusCWODSPoint.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCWODSInstr.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCWODS.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCDSPoint.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCDSInstr.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCDSConfig.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCDSAssetsLink.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
static void |
PlusCWODS.propagateKeyValueToRelatedMbos(MboSetRemote msr,
java.lang.String keyName,
java.lang.String keyValue)
Calls the propagateKeyValue method on all MBOs of the
given MBOSet.
|
protected void |
PlusCWODS.removeDSDocLinksFromWO(java.lang.String dsPlanNum,
boolean delete)
ISSUE: 89825
Delete/undelete the attachments brought from Original Data Sheet.
|
MboRemote |
PlusCDSRemote.reviseDataSheet(java.lang.String revDescription)
Revise data sheet.
|
MboRemote |
PlusCDS.reviseDataSheet(java.lang.String revDescription)
Diego Moreira - Issue #14574
Creates a new revision of the current Data Sheet.
|
void |
PlusCWODSPoint.save() |
void |
PlusCWODSInstr.save()
Issue 08-16263.
|
void |
PlusCWODS.save()
Issue 08-16263
Staus setting was rewrite.
|
void |
PlusCJPDataSheet.save() |
void |
PlusCDSPoint.save() |
protected void |
PlusCDSInstr.save()
Method was override because of the issue 07-21773.
|
void |
PlusCDSConfigSet.save() |
void |
PlusCDSConfig.save() |
void |
PlusCDSAssetsLink.save() |
void |
PlusCDS.save() |
void |
PlusCDSInstrRemote.setBlankByPointsType(MboRemote mboRemote)
Sets the blank by points type.
|
void |
PlusCDSInstr.setBlankByPointsType(MboRemote mboRemote)
Issue 08-17303.
|
void |
PlusCDSInstrRemote.setBlankInstrTolerances(MboRemote mboRemote,
boolean summed,
boolean single,
boolean forNonLinear)
Sets the blank instr tolerances.
|
void |
PlusCDSInstr.setBlankInstrTolerances(MboRemote mboRemote,
boolean summed,
boolean single,
boolean forNonLinear)
Issue 08-17303.
|
void |
PlusCDSInstrRemote.setByInstrType(MboRemote mboRemote)
Sets the by instr type.
|
void |
PlusCDSInstr.setByInstrType(MboRemote mboRemote)
Issue 08-17245.
|
protected void |
PlusCFldKFactorConfidLevel.setCorrespondingValue(java.lang.String domainId,
java.lang.String correspondingDomainId,
java.lang.String correspondingFieldName,
java.util.Map valuesMap)
Given the value in one field (kfactor or confidlevel), sets the value in
the other.
|
void |
PlusCWODSPointRemote.setDSRequiredStatus(boolean cleared)
Sets the dS required status.
|
void |
PlusCWODSPoint.setDSRequiredStatus(boolean cleared)
Sets the read-only status of the datasheets's REQUIRED field according to
whether its points' as found/left data are filled.
|
void |
PlusCWODSRemote.setDSRequiredStatus(boolean cleared)
Sets the read-only status of the datasheets's REQUIRED field
according to whether its points' as found/left data are filled.
|
void |
PlusCWODS.setDSRequiredStatus(boolean cleared)
Sets the read-only status of the datasheets's REQUIRED field
according to whether its points' as found/left data are filled.
|
void |
PlusCWODS.setDSRowStatus(java.util.Set afMap,
java.util.Set alMap)
Issue 08-16263.
|
void |
PlusCWODS.setFailSynonymDSStatusSet()
Issue 08-16263.
|
void |
PlusCDSInstrRemote.setFieldEditibilityFlags()
Sets the field editibility flags.
|
void |
PlusCDSInstr.setFieldEditibilityFlags() |
protected void |
PlusCDS.setFieldEditibilityFlags()
Sets the field editibility flags.
|
void |
PlusCDSPointManual.setFieldFlag(MboRemote mboRemote,
MboValue mboCurrent,
MboRemote myInstr)
Sets some Field Flags according to "Manual DS" business logic.
|
void |
PlusCDSInstrRemote.setInstrAsNonLinear(boolean flag)
Sets the instr as non linear.
|
void |
PlusCDSInstr.setInstrAsNonLinear(boolean flag)
Non-Linear Instruments - Issue # 14594, 93937 Issue 07-21909.
|
void |
PlusCDSInstrRemote.setInstrAsRepeatable(boolean repeatable)
Sets the instr as repeatable.
|
void |
PlusCDSInstr.setInstrAsRepeatable(boolean repeatable) |
void |
PlusCDSInstrRemote.setInstrFieldFlag()
Sets the instr field flag.
|
void |
PlusCDSInstr.setInstrFieldFlag()
Issue 07-21773.
|
void |
PlusCDSInstrRemote.setInstrFlagsAsManual(boolean flag)
Sets the instr flags as manual.
|
void |
PlusCDSInstr.setInstrFlagsAsManual(boolean flag)
Set the Flags for the Instrument when it is a manual one.
|
void |
PlusCFldToleranceUpdate.setInstrType(MboRemote mboRemote,
boolean flag,
java.lang.String instrType)
Functional Checks - Issue #06-18226 Dynamic Checks - Issue # 07-10302 1-
function 2- dynamic 3- calpoint *.
|
void |
PlusCWODSRemote.setIsAddingToWO(boolean setting)
Sets the checks if is adding to wo.
|
void |
PlusCWODS.setIsAddingToWO(boolean setting) |
void |
PlusCWODSRemote.setIsDeleteingFromWO(boolean setting)
Sets the checks if is deleteing from wo.
|
void |
PlusCWODS.setIsDeleteingFromWO(boolean setting) |
static void |
PlusCWODS.setKeyValueInRelatedMboSetQuery(MboSetRemote msr)
Update the relationship's where clause to reflect a change in the owner
MBO's attributes.
|
void |
PlusCWODSPointRemote.setReadOnlyFields()
Sets the read only fields.
|
void |
PlusCWODSPoint.setReadOnlyFields() |
void |
PlusCWODSInstr.setReadOnlyFields() |
void |
PlusCWODSRemote.setReadOnlyFields()
Sets the read only fields.
|
void |
PlusCWODS.setReadOnlyFields() |
void |
PlusCJPDataSheetRemote.setReadOnlyFields()
Sets the read-only status of fields and related objects according to
this object's status.
|
void |
PlusCJPDataSheet.setReadOnlyFields()
Sets the read-only status of fields and related objects according to
this object's status.
|
void |
PlusCDSPoint.setReadOnlyFields() |
void |
PlusCDSPointRemote.setReadOnlyFields()
Sets the read only fields.
|
void |
PlusCWODSInstrRemote.setReadOnlyFields()
Sets the read only fields.
|
void |
PlusCWODSPointRemote.setReadOnlyFieldsAfterAdd()
Sets the read only fields after add.
|
void |
PlusCWODSPoint.setReadOnlyFieldsAfterAdd()
This method sets the read-only flags for fields that can't be read-only
during the add process.
|
void |
PlusCWODSPoint.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
NOTE: This method was overwritten due to the fact that some fields are
READONLY in this mbo but in mobile synchronism process, they are seted.
|
void |
PlusCFldWODSPlanNum.setValueFromLookup(MboRemote sourceMbo)
Changed to trigger the revision num change and reload Data Sheet
dependencies.
|
void |
PlusCFldGbMethod.setValueFromLookup(MboRemote sourceMbo) |
void |
PlusCFldKFactorConfidLevel.setValueFromLookup(MboRemote sourceMbo) |
protected void |
PlusCWODS.setValueInOptionalLoopPartDSs(java.lang.String attributeName,
java.lang.String value,
long accessModifier)
If this is a loop DS, this method sets the given attribute to the given
value in all optional DSs that are part of the loop.
|
void |
PlusCWODSPoint.setValueNull(java.lang.String attributeName,
long accessModifier)
NOTE: This method was overwritten due to the fact that some fields are
READONLY in this mbo but in mobile synchronism process, they are seted.
|
protected boolean |
PlusCWODSPoint.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCWODSInstr.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCWODS.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCJPDataSheet.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCDSPoint.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCDSInstr.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCDSConfig.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCDSAssetsLink.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCDS.skipCopyField(MboValueInfo mvi)
Fields that are not to be copied.
|
MboSetRemote |
PlusCFldWODSPlanNum.smartFind(java.lang.String value,
boolean exact)
Smart find.
|
MboSetRemote |
PlusCFldJPDSPlanNum.smartFind(java.lang.String value,
boolean exact) |
java.lang.String |
PlusCWODSPointRemote.toExternalDefaultValue(java.lang.String sValuelist,
java.lang.String sUserValue)
To external default value.
|
java.lang.String |
PlusCWODSPoint.toExternalDefaultValue(java.lang.String sValuelist,
java.lang.String sUserValue) |
java.lang.String |
PlusCDSPoint.toExternalDefaultValue(java.lang.String sValuelist,
java.lang.String sUserValue) |
java.lang.String |
PlusCDSPointRemote.toExternalDefaultValue(java.lang.String sValuelist,
java.lang.String sUserValue)
To external default value.
|
java.lang.String |
PlusCWODSPointRemote.toInternalString(java.lang.String sValuelist,
java.lang.String sUserValue)
To internal string.
|
java.lang.String |
PlusCWODSPoint.toInternalString(java.lang.String sValuelist,
java.lang.String sUserValue) |
java.lang.String |
PlusCDSPoint.toInternalString(java.lang.String sValuelist,
java.lang.String sUserValue) |
java.lang.String |
PlusCDSPointRemote.toInternalString(java.lang.String sValuelist,
java.lang.String sUserValue)
To internal string.
|
void |
PlusCWODSInstr.undelete() |
void |
PlusCWODS.undelete() |
void |
PlusCDSInstr.undelete() |
void |
PlusCDS.undelete() |
void |
PlusCFldWONoAdjMade.validate() |
void |
PlusCFldWODSTagLocation.validate() |
void |
PlusCFldWODSPlanNum.validate() |
void |
PlusCFldWODSLocation.validate()
Validate entered data.
|
void |
PlusCFldViewAsLoop.validate() |
void |
PlusCFldToleranceOutputRange.validate()
Validate the Output tolerance checkbox.
|
void |
PlusCFldToleranceInputRange.validate()
Validate the Input tolerance checkbox
|
void |
PlusCFldPointTolerance.validate() |
void |
PlusCFldMeasuredValues.validate() |
void |
PlusCFldJPDSPlanNum.validate() |
void |
PlusCFldEnvironment.validate() |
void |
PlusCFldDSUncertNumberFormatting.validate() |
void |
PlusCFldDSPlanNum.validate() |
void |
PlusCFldDSOrgId.validate()
Validate entered data.
|
void |
PlusCFldToleranceUpdate.validate() |
void |
PlusCFldDSInternationalization.validate() |
void |
PlusCFldDSAssetsLinkLocation.validate()
Validate entered data.
|
void |
PlusCFldDSAssetsLinkItemnum.validate()
Validate entered data.
|
void |
PlusCFldDSAssetsLinkAssetnum.validate()
Validate entered data.
|
void |
PlusCFldCdsInstrAssetFunction.validate()
No duplicate numbers.
|
void |
PlusCWODSRemote.validateDS(java.lang.String dsNum,
java.lang.String revNum)
Validate ds.
|
void |
PlusCWODS.validateDS(java.lang.String dsNum,
java.lang.String revNum) |
void |
PlusCDSAssetsLinkRemote.validateDS(java.lang.String dsNum,
java.lang.String revNum,
java.lang.String dsOrg,
java.lang.String dsSite)
Validate ds.
|
void |
PlusCDSAssetsLink.validateDS(java.lang.String dsNum,
java.lang.String revNum,
java.lang.String dsOrg,
java.lang.String dsSite)
Issue 08-20893.
|
void |
PlusCDSInstrRemote.validateInstrAsManual()
Validate instr as manual.
|
void |
PlusCDSInstr.validateInstrAsManual()
Validates if the Instrument has to be reset as Manual.
|
void |
PlusCDSInstrRemote.validateInstrAsNonLinear()
Validate instr as non linear.
|
void |
PlusCDSInstr.validateInstrAsNonLinear()
Non-Linear Instruments - Issue # 14594, 93937 Issue 07-21909 Validates if
the Instrument has to be reset as Non Linear.
|
void |
PlusCDSAssetsLink.validateItemEqLoc(boolean newItem,
boolean newassetnum,
boolean newLocation)
Validate item eq loc.
|
protected void |
PlusCFldWODSTagLocation.validateLocationIsTag()
Validate that the associated location is a tag id.
|
void |
PlusCFldToleranceUpdate.validateSetPointAdj(MboRemote mboRemote)
Set Point Override for Dead Band Adjustments - Issue # 93937 SETPOINTADJ
becomes editable only if Discrete and for the Cal Points 2 or greater.
|
Methods in psdi.plusc.app.plusctmplt that throw MXException
Modifier and Type |
Method and Description |
void |
PlusCFldUnitOfMeasure.action() |
void |
PlusCFldTmpltAssetnum.action() |
void |
PlusCFldMeterReadingType.action() |
void |
PlusCFldMeterName.action() |
void |
PlusCFldGroupName.action() |
void |
PlusCFldClassStructureId.action() |
void |
PlusCFldAvgCalcMethod.action() |
void |
PlusCFldAssetItemnum.action()
It item is not null,
set rotsuspacct as default gl from financial service
set binnum.
|
void |
PlusCFldATMeterItemnum.action()
Called after validate method, sets the commodity editably based on itemnum value.
|
void |
PlusCFldATMeterCommodity.action()
Called after validate method, sets the itemnum editably based on commodity value.
|
void |
PlusCAssetTemplate.add() |
void |
PlusCATSpec.add() |
void |
PlusCATSparePart.add() |
void |
PlusCATMeter.add() |
void |
PlusCATMasterPM.add() |
void |
PlusCATDSPlan.add() |
void |
PlusCATSpec.appValidate() |
java.lang.String |
PlusCFldTmpltAssetnum.buildListCriteria()
Build the criteria string to pass to setListCriteria().
|
void |
PlusCATMeter.canDelete() |
MboRemote |
PlusCATSpec.canGenerateDesc()
IJ29322/ TS004500475: return useindesc for the ASSET object for assettemplate.
|
void |
PlusCAssetTemplateStatusHandler.changeStatus(java.lang.String currentStatus,
java.lang.String desiredStatus,
java.util.Date date,
java.lang.String memo) |
void |
PlusCAssetTemplateStatusHandler.checkStatusChangeAuthorization(java.lang.String desiredStatus) |
void |
PlusCAssetTemplateRemote.clearClassification()
Clear classification.
|
void |
PlusCAssetTemplate.clearClassification() |
MboRemote |
PlusCAssetTemplateRemote.createNewDepreciation() |
MboRemote |
PlusCAssetTemplate.createNewDepreciation() |
void |
PlusCAssetTemplate.delete(long accessModifier) |
MboRemote |
PlusCAssetTemplate.duplicate() |
MboSetRemote |
PlusCAssetTemplateRemote.generateAssetSpec() |
MboSetRemote |
PlusCAssetTemplate.generateAssetSpec() |
java.lang.String |
PlusCATSpec.generateDesc() |
java.lang.String |
PlusCAssetTemplate.generateDescription(ClassStructureRemote classMbo,
PlusCATSpecSet specSet) |
protected void |
PlusCAssetTemplate.generateMetersForMeterGroup() |
MboRemote |
PlusCATSpec.getAssetAttributeMbo()
12-14130/IV26078: porting SpecificationMbo code: in Asset Template, Select Value off
an attribute displays all ALNDOMAIN
09-22396:
|
MboSetInfo |
PlusCAssetTemplate.getAssetTemplateMboSetInfo()
Checks if, for every meter defined as meter frequency for any attached Master PM, there is a similar one
attached to the template.
|
MboSetInfo |
PlusCATSpec.getAssetTemplateMboSetInfo() |
MboSetInfo |
PlusCATSparePart.getAssetTemplateMboSetInfo() |
MboSetInfo |
PlusCATMeter.getAssetTemplateMboSetInfo() |
MboSetInfo |
PlusCCustomizedTemplateValues.getAssetTemplateMboSetInfo()
Gets the asset template mbo set info.
|
MboSetInfo |
PlusCATDSPlan.getAssetTemplateMboSetInfo() |
java.lang.String |
PlusCATMeterRemote.getAvgCalcMethod()
Gets the avg calc method.
|
java.lang.String |
PlusCATMeter.getAvgCalcMethod()
returns the internal translation of the AvgCalcMethod value from the
AVERAGEMETHOD domain.
|
MboRemote |
PlusCATSpec.getClassSpecRecord()
12-14130/IV26078: porting SpecificationMbo code: in Asset Template, Select Value off
an attribute displays all ALNDOMAIN
get ClassSpec Record for this SpecificationMbo
|
MboRemote |
PlusCATSpec.getClassSpecUseWith(MboRemote classSpec,
java.lang.String objectName)
IJ29322/TS004500475:getClassSpecUseWith to determine if the attribute defined
as use in description
|
java.lang.String |
PlusCATSpecRemote.getDataType()
Gets the data type.
|
java.lang.String |
PlusCATSpec.getDataType()
Gets the internal datatype of either "ALN" or "NUMERIC".
|
java.lang.String |
PlusCAssetTemplate.getDescDelimiter() |
java.lang.String |
PlusCAssetTemplate.getDescDelimiter(boolean isForClassDesc) |
java.lang.String |
PlusCATSpec.getDomainId()
12-14130/IV26078: porting SpecificationMbo code: in Asset Template, Select Value
off ALNVALUE displays the complete ALNDOMAIN without filtering the domainid
Gets the domainId for this Specification.
|
java.lang.String |
PlusCATSpecSet.getGeneratedDesc() |
MboSetRemote |
PlusCFldTmpltAssetnum.getList()
Only show assets based on entered information.
|
MboSetRemote |
PlusCFldSpecNumValue.getList()
12-14130/IV26078: porting FldSpecificationALNValue code - to display only numdomain with the domainid
Return the value list from NUMDOMAINVALUE for the domainid if it exists else return an empty set.
|
MboSetRemote |
PlusCFldSpecAlnValue.getList()
12-14130/IV26078: porting FldSpecificationALNValue code
Return the value list from ALNDOMAINVALUE for the domainid if it exists else return an empty set.
|
MboSetRemote |
PlusCFldSparePartItemnum.getList() |
MboSetRemote |
PlusCFldSiteID.getList()
Fetch only the authorized sites which belongs to the organization identified by
the template's orgid.
|
MboSetRemote |
PlusCFldMeterReadingType.getList() |
MboSetRemote |
PlusCFldDSTmpltPlanNum.getList() |
MboSetRemote |
PlusCFldAssetItemnum.getList()
show only the items in a given set for a given asset's org.
|
protected Mbo |
PlusCAssetTemplateSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCATSpecSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCATSparePartSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCATMeterSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCATMasterPMSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCATDSPlanSet.getMboInstance(MboSet ms) |
java.lang.String |
PlusCATMeterRemote.getMeterType() |
java.lang.String |
PlusCATMeter.getMeterType()
returns the internal, non-translated value for the MeterType attribute.
|
java.lang.String |
PlusCATSpec.getNumValueBeforeFormat()
IJ28853
|
MboSetRemote |
PlusCAssetTemplateRemote.getSpec()
Gets the spec.
|
MboSetRemote |
PlusCAssetTemplate.getSpec()
Gets the PlusTATSpecSet and reset it if mboset hasn't mbos to be deleted.
|
protected MboSetRemote |
PlusCAssetTemplate.getStatusHistory() |
MeterRemote |
PlusCATMeterRemote.getTheMeter() |
MeterRemote |
PlusCATMeter.getTheMeter() |
void |
PlusCAssetTemplate.init() |
void |
PlusCATSpec.init() |
void |
PlusCATMeter.init() |
void |
PlusCAssetTemplateRemote.initializeDepPeriodsFields()
Initialize dep periods fields.
|
void |
PlusCAssetTemplate.initializeDepPeriodsFields()
Initialize plustdepperiodsdate or plustdepperiodsmeter from plustdepperiods value
|
void |
PlusCFldUnitOfMeasure.initValue() |
void |
PlusCFldSpecNumValue.initValue()
IJ28853: override the scale of the numvalue which is scale 10, length 30.
|
void |
PlusCFldATMeterItemnum.initValue()
Sets the initial field flags of the field.
|
void |
PlusCFldATMeterCommodity.initValue()
Sets the initial field flags of the field.
|
boolean |
PlusCATMeterRemote.isContinuous() |
boolean |
PlusCATMeter.isContinuous() |
boolean |
PlusCATMeterRemote.isDuplicated() |
boolean |
PlusCATMeter.isDuplicated() |
int |
PlusCFldSpecNumValue.numberOfDecialPlaces()
IJ28853:return the number of decimal places based on the double value entered.
|
void |
PlusCFldSpecNumValue.overrideScale()
IJ28853:The scale for numvalue is 10 out of box.
|
java.lang.Number |
PlusCFldSpecNumValue.parseStringAsNumber(java.lang.String val)
IJ28853: Takesa String and parse it into a Number
|
void |
PlusCAssetTemplate.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCATSpec.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCATSparePart.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCATMeter.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCATMasterPM.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCATDSPlan.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
void |
PlusCAssetTemplate.save() |
void |
PlusCATDSPlan.save() |
void |
PlusCATSpecRemote.setALNorNUMReadOnly()
Sets the al nor num read only.
|
void |
PlusCATSpec.setALNorNUMReadOnly() |
void |
PlusCAssetTemplate.setCopyDefaults() |
void |
PlusCAssetTemplateRemote.setDuplicate(boolean duplicate)
Sets the duplicate.
|
void |
PlusCAssetTemplate.setDuplicate(boolean duplicate) |
void |
PlusCATMeterRemote.setInfoBasedOnMeterInGroup(MeterInGroupRemote meterInGroup) |
void |
PlusCATMeter.setInfoBasedOnMeterInGroup(MeterInGroupRemote meterInGroup) |
void |
PlusCAssetTemplate.setReadOnlyFields() |
void |
PlusCATSparePartSetRemote.setSpareParts(MboSetRemote ms) |
void |
PlusCATSparePartSet.setSpareParts(MboSetRemote ms)
copy selected spare parts to template
|
void |
PlusCATMeterRemote.setTypeSpecificFlags() |
void |
PlusCATMeter.setTypeSpecificFlags()
Sets the specific flags for PlusTATMeter based on Meter type (CONTINUOUS,
GAUGE AND CHARACTERISTIC)
|
void |
PlusCATSpec.setValue(java.lang.String attributeName,
java.lang.String val,
long accessModifier)
IJ29322 /TS004500475: when an alnvalue,numvalue, or tablevalue is modified,
trigger description for the updateDesc logic
|
protected boolean |
PlusCAssetTemplate.skipCopyField(MboValueInfo mvi)
Called in @link psdi.mbo.Mbo#copy(MboSetRemote, long)
|
protected boolean |
PlusCATSpec.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCATSparePart.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCATMeter.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCATMasterPM.skipCopyField(MboValueInfo mvi) |
protected boolean |
PlusCATDSPlan.skipCopyField(MboValueInfo mvi) |
java.util.Vector |
PlusCAssetTemplate.sortedClassSpecSet(MboSetRemote classSpecSet)
IV73397: the sequence now is in ClassSpecUseWith records, sort the CLASSPEC records and
store in a Vector by the sequence.
|
MboRemote[] |
PlusCATSpecSet.sortThisSetByDisplaySeq()
09-12625: This spec set may be new mbos, need to sort in mboset
|
boolean |
PlusCAssetTemplateRemote.thereAreAuthorizedWarranties(java.lang.String siteID)
There are authorized warranties.
|
boolean |
PlusCAssetTemplate.thereAreAuthorizedWarranties(java.lang.String siteID)
Checks if there are any warranties authorized for the site identified by siteID.
|
void |
PlusCAssetTemplate.updateDesc()
sets the description field to the generated value obtained from the setup of the classstructureid (in asset
catalog setup) and the values/measureunits in the assetspec set.
|
void |
PlusCFldTmpltAssetnum.validate()
Validate entered data.
|
void |
PlusCFldSpecNumValue.validate() |
void |
PlusCFldSpecAlnValue.validate() |
void |
PlusCFldSparePartItemnum.validate()
validates via the superclass validate if and only if
the owner of the MBO object to which this MboValue exists
is not an Item object.
|
void |
PlusCFldSlidingWindowSize.validate() |
void |
PlusCFldSiteID.validate() |
void |
PlusCFldRepairLimit.validate()
makes sure that PlusTRepairLimit is not less than zero and not
greater than 100.
|
void |
PlusCFldMeterName.validate() |
void |
PlusCFldDSTmpltPlanNum.validate() |
void |
PlusCFldClassStructureId.validate()
validates if the calling object can use this classstructure.
|
void |
PlusCFldAverage.validate() |
void |
PlusCFldAssetItemnum.validate()
validate roating status, location type, and capitalized.
|
void |
PlusCATDSPlanRemote.validateDS(java.lang.String string,
java.lang.String string2)
Validate ds.
|
void |
PlusCATDSPlan.validateDS(java.lang.String dsNum,
java.lang.String revNum)
Issue 08-20893.
|
boolean |
PlusCAssetTemplateRemote.warrantyAuthorizedForSite(MboRemote warranty,
java.lang.String siteID)
Warranty authorized for site.
|
boolean |
PlusCAssetTemplate.warrantyAuthorizedForSite(MboRemote warranty,
java.lang.String siteID)
Checks if there is a record in the CONTRACTAUTH table whose authsideid attribute matches
the siteID.
|
Methods in psdi.plusc.app.plusctmplt.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
PlusCPreviewGenAsset.add() |
void |
PlusCDefaultAssetData.add() |
void |
PlusCPreviewGenAssetSet.applyTemplateOnExistingAssets(PlusCAssetTemplateRemote template)
Applies the template on the existing assets.
|
void |
PlusCPreviewGenAssetSetRemote.applyTemplateOnExistingAssets(PlusCAssetTemplateRemote template) |
void |
PlusCPreviewGenAssetSet.applyTemplateOnNewAssets(PlusCAssetTemplateRemote template)
Generates the assets from the records in the mboSet and apply the template.
|
void |
PlusCPreviewGenAssetSetRemote.applyTemplateOnNewAssets(PlusCAssetTemplateRemote template) |
MboSetRemote |
PlusCFldExistingAssetnum.callSuper_getList() |
MboSetRemote |
PlusCFldExistingAssetnum.callSuper_getMboSet(java.lang.String where,
java.lang.String identifier) |
void |
PlusCFldExistingAssetnum.callSuper_setValueFromLookup(MboRemote sourceMbo) |
MboSetRemote |
PlusCFldExistingAssetnum.callSuper_smartFind(java.lang.String value,
boolean exact) |
void |
PlusCDefaultAssetDataRemote.clearFields()
Clear fields.
|
void |
PlusCDefaultAssetData.clearFields()
Clears the fields of the mbo.
|
protected void |
PlusCPreviewGenAssetSet.createPMrecords(MboRemote template,
java.util.HashMap previewToAssetSet)
Creating PM records and changing the location of the assets
|
void |
PlusCPreviewGenAssetSet.createRecordsFromAssets(java.util.Vector selection)
Creates PLUSTPREVIEWGENASSET records to represent the select assets.
|
void |
PlusCPreviewGenAssetSetRemote.createRecordsFromAssets(java.util.Vector selection) |
void |
PlusCPreviewGenAssetSet.doChangeAssetStatus(MboRemote asset,
java.lang.String desiredStatus)
helper to change method visibility
Call change asset status.
|
void |
PlusCPreviewGenAssetSetRemote.doChangeAssetStatus(MboRemote asset,
java.lang.String desiredStatus) |
void |
PlusCPreviewGenAssetSet.doGenerateAssetTemplateHistoryOnAsset(PlusCAssetTemplateRemote template,
MboRemote asset)
Call generate asset template history on asset.
|
void |
PlusCPreviewGenAssetSetRemote.doGenerateAssetTemplateHistoryOnAsset(PlusCAssetTemplateRemote template,
MboRemote asset) |
void |
PlusCPreviewGenAssetSet.doGenerateSpecificationsRecords(PlusCAssetTemplateRemote template,
MboRemote assetPreview,
MboRemote newAsset)
Call generate specifications records.
|
void |
PlusCPreviewGenAssetSetRemote.doGenerateSpecificationsRecords(PlusCAssetTemplateRemote template,
MboRemote assetPreview,
MboRemote newAsset) |
void |
PlusCPreviewGenAssetSet.doSetAssetAttributes(MboRemote template,
MboRemote assetPreview,
MboRemote newAsset)
Call set asset attributes.
|
void |
PlusCPreviewGenAssetSetRemote.doSetAssetAttributes(MboRemote template,
MboRemote assetPreview,
MboRemote newAsset) |
void |
PlusCPreviewGenAssetSet.doUpdateAssetAttributes(MboRemote template,
MboRemote assetPreview,
MboRemote asset)
Call update asset attributes.
|
void |
PlusCPreviewGenAssetSetRemote.doUpdateAssetAttributes(MboRemote template,
MboRemote assetPreview,
MboRemote asset) |
MboSetRemote |
PlusCPreviewGenAssetSet.doUpdateSpecificationRecords(MboRemote template,
MboRemote assetPreview,
MboRemote asset)
Call update specification records.
|
MboSetRemote |
PlusCPreviewGenAssetSetRemote.doUpdateSpecificationRecords(MboRemote template,
MboRemote assetPreview,
MboRemote asset) |
void |
PlusCDefaultAssetDataRemote.generateAssetsPreview(PlusCPreviewGenAssetSetRemote assetsPreviewSet)
Generate assets preview.
|
void |
PlusCDefaultAssetData.generateAssetsPreview(PlusCPreviewGenAssetSetRemote assetsPreviewSet)
Create the preview of assets that will be generated from the template.
|
MboSetRemote |
PlusCFldExistingAssetnum.getList() |
MboSetRemote |
PlusCFldAssetStatus.getList() |
protected Mbo |
PlusCPreviewGenAssetSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCDefaultAssetDataSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCAssetTemplateDumStatusSet.getMboInstance(MboSet ms) |
protected Mbo |
PlusCAssetTemplateChgStatusSet.getMboInstance(MboSet ms) |
protected MboSetRemote |
PlusCAssetTemplateChgStatusSet.getMboIntoSet(MboRemote mbo) |
MboSetRemote |
PlusCFldExistingAssetnum.getMboSet(java.lang.String where,
java.lang.String identifier) |
void |
PlusCFldPMStoreroom.initValue() |
void |
PlusCFldPMStartDate.initValue() |
void |
PlusCFldMeterStartDate.initValue() |
boolean |
PlusCPreviewGenAssetSet.isAEligibleAssetNum(java.lang.String assetnum,
boolean alreadyAdded)
Checks if the assetnum can be used in a new asset.
|
boolean |
PlusCPreviewGenAssetSetRemote.isAEligibleAssetNum(java.lang.String assetnum,
boolean alreadyAdded) |
protected void |
PlusCPreviewGenAssetSet.iSHelperAdjustPrimaryMeter(MboSetRemote templateMetersSet,
MboSetRemote assetMetersSet)
Industry Solution helper method adjust primary meter.
|
protected void |
PlusCPreviewGenAssetSet.iSHelperGenerateDepreciationQualificationsRecords(MboRemote template,
MboRemote assetPreview,
MboRemote newAsset,
boolean isCreateAsset)
Industry Solution helper generate depreciation qualifications records.
|
protected void |
PlusCPreviewGenAssetSet.iSHelperGenerateMeterRecords(MboRemote newAssetMeter,
MboRemote templateMeter,
MboRemote assetPreview)
Industry Solution helper generate meter records.
|
protected void |
PlusCPreviewGenAssetSet.iSHelperGenerateWarrantyRecords(MboRemote template,
MboRemote assetPreview,
MboRemote newAsset,
boolean isAssetNew)
Industry Solution helper generate warranty records.
|
protected void |
PlusCPreviewGenAssetSet.iSHelperUpdateAssetAttribute(MboRemote template,
MboRemote assetPreview,
MboRemote asset)
Industry Solution helper update asset attribute.
|
protected boolean |
PlusCPreviewGenAssetSet.mboAlreadyExists(java.lang.String assetNum,
boolean alreadyAdded)
Checks if there is a mbo being shown on screen with a asset number equals to assetNum.
|
protected void |
PlusCPreviewGenAssetSet.postOperationsApplyNewAsset(MboRemote template,
AssetSetRemote assetSet,
java.util.HashMap assetNumToPreview,
boolean isAssetNew)
As the assets were saved, the Asset mbo logic created the ASSETTRANS records.
|
protected void |
PlusCPreviewGenAssetSet.setAssetOnlyFields(MboRemote template,
MboRemote assetPreview,
MboRemote asset)
Sets the asset only fields.
|
void |
PlusCPreviewGenAssetRemote.setAutoKey() |
void |
PlusCPreviewGenAsset.setAutoKey() |
MboRemote |
PlusCPreviewGenAssetSet.setup() |
void |
PlusCFldExistingAssetnum.setValueFromLookup(MboRemote sourceMbo) |
MboSetRemote |
PlusCFldExistingAssetnum.smartFind(java.lang.String value,
boolean exact) |
protected void |
PlusCPreviewGenAssetSet.updateAssetSpecs(MboRemote template)
Besides the requirement of updating the ASSETSPEC records in a transaction different from asset's transaction, we
should call updateSpecificationRecords(...) method just after the assets are saved in the database, as the method
could delete the existing records (Business rule).
|
protected void |
PlusCPreviewGenAssetSet.updateCalibrationAttributes(MboRemote template,
MboRemote asset)
Update calibration attributes.
|
void |
PlusCFldStartNum.validate() |
void |
PlusCFldQuantity.validate() |
void |
PlusCFldMeterStartDate.validate() |
void |
PlusCFldExistingAssetnum.validate() |
void |
PlusCFldAssetnum.validate() |
void |
PlusCFldAssetStatus.validate() |
Methods in psdi.plusc.webclient.beans.asset that throw MXException
Modifier and Type |
Method and Description |
protected MboSetRemote |
PlusCAssetCalHistoryDataBean.getMboSetRemote()
Overrides DataBean's implementation to give the MBOSet a specific name.
|
protected void |
PlusCViewSpotCheckBean.initialize() |
protected void |
PlusCAssetDSBean.initialize() |
int |
PlusCViewDataSheetBean.refreshds()
Fetches informations and post them to screen table
|
int |
PlusCViewSpotCheckBean.refreshspo()
Fetches informations and post them to screen table
|
protected void |
PlusCViewDataSheetBean.refreshTableData(AssetRemote asset,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName,
boolean isLoop) |
int |
PlusCViewToolUsageBean.refreshwo()
Fetches informations and post them to screen table
|
void |
PlusCClassificationBean.setQbe(java.lang.String attribute,
java.lang.String expression) |
Methods in psdi.plusc.webclient.beans.datasheet that throw MXException
Modifier and Type |
Method and Description |
void |
PlusCDSAppBean.addConfig()
Formula Rounding or Truncation - Issue # 06-13862
|
int |
PlusCDSLinksBean.addrow() |
int |
PlusCDSChangeViewDataBean.addrow()
Check the status of the DataSheet before any row is add to it's set
obejct.
|
int |
PlusCDSAddRowDataBean.addrow()
Check the status of the DataSheet before any row is add to it's set obejct.
|
int |
PlusCDSBulkCopyDataBean.bulkcopy() |
int |
PlusCDSChangeStatusDataBean.cancelDialog() |
boolean |
PlusCDSChangeViewDataBean.canChangeView() |
int |
PlusCDSChangeViewDataBean.changeview()
This method is responsable for changing the Asset Function calibration
points.
|
int |
PlusCDSChangeViewDataBean.changeviewtopoints()
Changes the PLUSCDSPOINTS Relationship before add a new row on that
|
int |
PlusCDSAddRowDataBean.duplicaterow() |
int |
ReviseDataSheetBean.execute()
Calls reviseDataSheet() on the PlusCDS object.
|
int |
PlusCDSLinksBean.execute() |
int |
PlusCDSChangeStatusDataBean.execute()
Changes the Data Sheet Status
|
MboSetRemote |
PlusCDSChangeViewDataBean.getMboSet()
This method was overided cause the Data Sheet app needs to know wich
relationship have to be loaded for Asset Functions according to the View
As Loop functionality
|
protected MboSetRemote |
PlusCDSAddRowDataBean.getMboSetRemote() |
protected void |
PlusCDSConfigDataBean.initialize() |
protected void |
PlusCDSChangeViewDataBean.initialize() |
protected void |
PlusCDSLinksBean.initialize(java.lang.String[] requiredFields) |
void |
PlusCDSAppBean.initializeApp()
This method is called when the presentations "main" page is initalized and
before thr page is rendered.
|
int |
PlusCDSAppBean.revise() |
boolean |
PlusCDSAppBean.saveYesNoCheck()
Issue 08-17457
changetab (superceded in COUGAR by "click") event is not supposed to check if the DS is saved
or not when the change is made between the
Cal Points (dynamic, point or functional) tabs
|
void |
PlusCDSFunctionDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Issues 07-21756/07-21757
|
void |
PlusCDSDynamicDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Issues 07-21756/07-21757
|
void |
PlusCDSConfigDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
This method was override because of Issue 08-20397
.
|
void |
PlusCDSChangeViewDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
PlusCDSCalPointDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Issues 07-21756/07-21757
|
void |
PlusCDSAddRowDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
PlusCDSAddRowDataBean.setValue(java.lang.String attribute,
MboRemote mboRemote)
Issue 07-16500
The logic was removed from PlusCFldInstrCalRangeEU
|
void |
PlusCDSChangeViewDataBean.validatePointsSet(DataBean pointsBean)
Issues 07-21756/07-21757
|
Methods in psdi.plusc.webclient.beans.location that throw MXException
Modifier and Type |
Method and Description |
protected MboSetRemote |
PlusCLocCalHistoryDataBean.getMboSetRemote()
Overrides DataBean's implementation to give the MBOSet a specific name.
|
protected void |
PlusCLocationDSBean.initialize() |
int |
PlusCViewDataSheetBean.refreshds()
Fetches informations and post them to screen table
|
protected void |
PlusCViewDataSheetBean.refreshTableData(LocationRemote location,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName,
boolean isLoop) |
Methods in psdi.plusc.webclient.beans.plusctmplt that throw MXException
Modifier and Type |
Method and Description |
int |
PlusCNewAssetsPreviewTableBean.addrow() |
int |
PlusCAssetsToTemplateApplicationTableBean.addrow() |
int |
PlusCAssetTemplateAppBean.APPLYEXIST() |
int |
PlusCAssetTemplateAppBean.APPLYNEW()
Method called before the opening of the View Depreciation Schedule dialog
|
int |
PlusCAssetTemplateAppBean.cancelDialog() |
int |
PlusCGenerateNewAssetsBean.CLEARFIELDS()
Event to clear the fields of the DefaultAssetData mbo
|
int |
PlusCViewDepreciationScheduleBean.execute() |
int |
PlusCSelectAssetsBean.execute() |
int |
PlusCManageDepreciationScheduleBean.execute() |
int |
PlusCGenerateNewAssetsBean.execute()
Generate the assets from the records of PLUSCPreviewGenAssetSet mboSet and apply the template on each
asset
|
int |
PlusCApplyToExistingAssetsBean.execute()
Apply the template on the assets represented by the PLUSTPREGENASSET records
|
int |
PlusCGenerateNewAssetsBean.GENERATEASSETSPREVIEW()
Event to preview the assets that will be generated from the template
|
int |
PlusCManageDepreciationScheduleBean.generatePreview() |
protected MboSetRemote |
PlusCSelectAssetsBean.getMboSetRemote() |
protected void |
PlusCViewDepreciationScheduleBean.initialize() |
void |
PlusCSparePartsBean.initialize()
Initialize the bean evaluating if mbo is based on PLUSTTEMPLATE
|
protected void |
PlusCManageDepreciationScheduleBean.initialize() |
protected void |
PlusCGenerateNewAssetsBean.initialize() |
protected void |
PlusCApplyToExistingAssetsBean.initialize() |
int |
PlusCAssetTemplateAppBean.NEXTDIALOG() |
int |
PlusCAssetTemplateAppBean.pluscviewQualReq()
View Qualification Requirements dialog
|
int |
PlusCManageDepreciationScheduleBean.REFRESH_PREVIEW() |
void |
PlusCAssetTemplateAppBean.save() |
int |
PlusCAssetTemplateAppBean.SAVE() |
int |
PlusCAssetTemplateAppBean.STATUS() |
Methods in psdi.plusc.webclient.beans.workorder that throw MXException
Modifier and Type |
Method and Description |
int |
PlusCWODSDataBean.addrow()
Triggers a refresh in the table is a datasheet was added.
|
protected void |
PlusCWODSChangeViewDataBean.changeRelationship(DataBean dsBean,
boolean isAltered)
This method is responsible for alternating the
Asset Function - Calibration Points relationships
according to the View As Loop functionality.
|
protected void |
PlusCWODSCalPointDataBean.changeRelationship(DataBean dsBean,
boolean isAltered) |
void |
PlusCWODSChangeViewDataBean.changeRelationShip(DataBean dsBean,
boolean isAltered)
|
int |
PlusCWODSChangeViewDataBean.changeview()
This method is responsable for changing the Asset Function calibration points.
|
int |
PlusCWODSChangeViewDataBean.changeviewtopoints()
Changes the PLUSWODSPOINTS Relationship before
add a new row on that
|
MboSetRemote |
PlusCWODSChangeViewDataBean.getMboSet()
This method was overided cause the Data Sheet app
needs to know wich relationship have to be loaded
for Asset Functions according to the View As Loop functionality
|
MboSetRemote |
ShowPlusCTechnicianBean.getMboSetRemote() |
MboSetRemote |
PlusCRotAssetBean.getMboSetRemote() |
protected void |
PlusCWTViewCalHistoryBean.getTableAssetData(AppInstance app,
java.lang.String dsDataSourceName,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName) |
protected void |
PlusCWTViewCalHistoryBean.getTableAssetData(AppInstance app,
java.lang.String dsDataSourceName,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName,
boolean isLoop) |
protected void |
PlusCWTViewCalHistoryBean.getTableLocationData(AppInstance app,
java.lang.String dsDataSourceName,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName) |
protected void |
PlusCWTViewCalHistoryBean.getTableLocationData(AppInstance app,
java.lang.String dsDataSourceName,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName,
boolean isLoop) |
protected void |
PlusCWTViewCalHistoryBean.getTableLoopData(AppInstance app,
java.lang.String dsDataSourceName,
java.lang.String dsBeanName,
java.lang.String instrBeanName,
java.lang.String pointBeanName,
java.lang.String funcCheckBeanName,
java.lang.String dynCheckBeanName) |
protected void |
PlusCWODSDataBean.initialize() |
int |
PlusCWTViewCalHistoryBean.refreshds()
Fetches informations and post them to screen table
|
int |
WODataSheetBean.REFRESHLIST() |
int |
PlusCCheckToolStatBean.searchts() |
int |
ShowPlusCTechnicianBean.selectrecord() |
void |
PlusCWODSChangeViewDataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
PlusCWODSCalPointDataBean.setValue(int row,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
PlusCWODSChangeViewDataBean.validatePointsSet(DataBean pointsBean) |
Methods in psdi.security that throw MXException
Modifier and Type |
Method and Description |
void |
OSUsed.add()
Default value for some of the fields of the new JSONMappingDetail table.
|
void |
Profile.addApp(java.lang.String app,
UserInfo userInfo)
This method supports Application Designer.
|
boolean |
SecurityService.allowNewSessions() |
void |
SecurityServiceRemote.associateTenantsToConsultant(java.lang.String loginID,
java.util.List alltenants) |
void |
SecurityService.associateTenantsToConsultant(java.lang.String loginID,
java.util.List alltenants)
Associate or disassociate a consultant user to a list of tenants.
|
UserInfo |
SecurityService.authenticateApiKey()
Authenticate api key token
|
UserInfo |
SecurityService.authenticateApiKey(int tenantId)
Authenticate api key token
|
UserInfo |
SecurityService.authenticateApiKey(java.lang.String tenantCode)
Authenticate api key token
|
UserInfo |
SecurityService.authenticateApiKey(java.lang.String tenantCode,
java.lang.String userId)
Authenticate api key token
|
UserInfo |
SecurityServiceRemote.authenticateSessionToken(java.lang.String userId,
java.lang.String sessionToken) |
UserInfo |
SecurityService.authenticateSessionToken(java.lang.String userId,
java.lang.String sessionToken) |
UserInfo |
SecurityServiceRemote.authenticateSessionTokenM(java.lang.String[] userAndTenant,
java.lang.String sessionToken) |
UserInfo |
SecurityService.authenticateSessionTokenM(java.lang.String[] userAndTenant,
java.lang.String sessionToken) |
UserInfo |
SecurityService.authenticateThisApiKey(java.lang.String apiKey)
Authenticate api key token
|
UserInfo |
SecurityService.authenticateToken()
Authenticate S2stoken for the SSM.
|
UserInfo |
SecurityService.authenticateUser(java.lang.String userIdentity)
|
UserInfo |
SecurityService.authenticateUser(java.lang.String userIdentity,
boolean silentLogin)
Authenticate internally connected privileged user.
|
UserInfo |
SecurityServiceRemote.authenticateUser(java.lang.String user,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUser(java.lang.String user,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHostAddr) |
UserInfo |
SecurityServiceRemote.authenticateUser(java.lang.String user,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String site,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUser(java.lang.String loginID,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String siteId,
java.lang.String clientHostAddr)
Authenticate the maximo user using maximo authentication as well as X509Certificate
for the user identified as loginID.
|
UserInfo |
SecurityServiceRemote.authenticateUser(java.lang.String user,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUser(java.lang.String user,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHostAddr)
|
UserInfo |
SecurityServiceRemote.authenticateUser(java.lang.String user,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String site,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUser(java.lang.String loginID,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String siteId,
java.lang.String clientHostAddr)
Authenticate the specified user name and password against the
database user domain.
|
UserInfo |
SecurityServiceRemote.authenticateUser(java.lang.String user,
java.lang.String password,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUser(java.lang.String user,
java.lang.String password,
java.lang.String clientHostAddr)
|
UserInfo |
SecurityService.authenticateUserForLoginID(java.lang.String[] loginID,
boolean silentLogin) |
UserInfo |
SecurityService.authenticateUserForLoginID(java.lang.String loginID,
boolean silentLogin)
|
UserInfo |
SecurityService.authenticateUserForLoginIDAndTenantID(java.lang.String[] loginID,
boolean silentLogin) |
UserInfo |
SecurityService.authenticateUserM(java.lang.String[] userIdentity,
boolean silentLogin)
The tenant has to be passed from userIdentify[1] or it has to be set by the context.
|
UserInfo |
SecurityServiceRemote.authenticateUserM(java.lang.String[] user,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUserM(java.lang.String[] user,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHostAddr) |
UserInfo |
SecurityServiceRemote.authenticateUserM(java.lang.String[] user,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String site,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUserM(java.lang.String[] loginID,
java.lang.Object cert,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String siteId,
java.lang.String clientHostAddr) |
UserInfo |
SecurityServiceRemote.authenticateUserM(java.lang.String[] user,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUserM(java.lang.String[] user,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHostAddr) |
UserInfo |
SecurityServiceRemote.authenticateUserM(java.lang.String[] user,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String site,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUserM(java.lang.String[] loginID,
java.lang.String password,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String siteId,
java.lang.String clientHostAddr) |
UserInfo |
SecurityServiceRemote.authenticateUserM(java.lang.String[] user,
java.lang.String password,
java.lang.String clientHost) |
UserInfo |
SecurityService.authenticateUserM(java.lang.String[] user,
java.lang.String password,
java.lang.String clientHostAddr) |
UserInfo |
SecurityService.authenticateUserMTenantID(java.lang.String[] userIdentity,
boolean silentLogin) |
void |
SecurityService.blockConsultantUser(MboRemote landlordUser) |
void |
OSUsed.canDelete()
checks whether the object structure record can be deleted
|
java.sql.Connection |
SecurityService.changeToAdminUser(UserInfo lndlordInfo)
Switch context to the admin user.
|
void |
SecurityServiceRemote.checkConcurrentUser(java.lang.String userId,
java.lang.String loginID) |
void |
SecurityService.checkConcurrentUser(java.lang.String userId,
java.lang.String loginID)
Checks if another user of same id already logged in or not.
|
boolean |
SecurityService.checkIfUserLoaded(java.lang.String loginID,
int intendedTenancy)
For multi-tenant environment do not allow to set fields for consultant user.
|
void |
SecurityServiceRemote.checkUniqueLoginID(java.lang.String loginID) |
void |
SecurityService.checkUniqueLoginID(java.lang.String loginID) |
void |
OSUsedSet.commit() |
void |
AuthRoleSet.commit() |
boolean |
SecurityService.createDb2TenantDbUserId(UserInfo landlordUi,
java.lang.String tenantDbUserId)
Creates "soft" (non-OS level) DB2 tenant database user by granting necessary privileges.
|
java.util.Map |
SecurityService.createExtensionView(java.util.Map tableNames,
java.util.Set deleteTables)
Get lsit of objects which were changted (but not configured yet) by Master
|
java.util.ArrayList |
Profile.dumpAppAuth()
Dump the application auth fields to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpAppAuth()
For testing only!
|
java.util.ArrayList |
Profile.dumpGLAuth()
Dump the GL fields to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpGLAuth()
For testing only!
|
java.util.ArrayList |
Profile.dumpLaborAuth(java.lang.String tempUserid)
Dump the labor authorities to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpLaborAuth(java.lang.String tempUserid)
For testing only!
|
java.util.ArrayList |
Profile.dumpLocAuth()
Dump the location authorities to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpLocAuth()
For testing only!
|
java.util.ArrayList |
Profile.dumpNonStandardApps()
Dump the nonStandardApps we have in memory to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpNonStandardApps()
For testing only!
|
java.util.ArrayList |
Profile.dumpPwDays()
Dump the password duration and warning to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpPwDays()
For testing only!
|
java.util.ArrayList |
Profile.dumpRoleRestrictions()
Deprecated.
|
java.util.ArrayList |
ProfileRemote.dumpRoleRestrictions()
Deprecated.
|
java.util.ArrayList |
Profile.dumpSites()
Dump the sites we have in memory to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpSites()
For testing only!
|
java.util.ArrayList |
Profile.dumpTolerances()
Dump the tolerances to an array list (for testing only!!!).
|
java.util.ArrayList |
ProfileRemote.dumpTolerances()
For testing only!
|
java.lang.String |
SecurityServiceRemote.generateSessionToken(UserInfo userInfo,
java.lang.String sessionId) |
java.lang.String |
SecurityService.generateSessionToken(UserInfo userInfo,
java.lang.String sessionId) |
java.util.List |
ActiveUsersInfo.getAllTenantsForLoginID()
Get all tenant codes for login id
|
boolean |
Profile.getAppAuth(java.lang.String app)
Identify whether there is any authority whatsoever for the specified app.
|
boolean |
ProfileRemote.getAppAuth(java.lang.String app) |
java.util.Hashtable |
Profile.getAppInfo(java.lang.String app,
UserInfo userInfo)
Return hashtable of attributes and values that describe the application.
|
java.util.Hashtable |
ProfileRemote.getAppInfo(java.lang.String app,
UserInfo userInfo) |
int |
Profile.getAppLevel(java.lang.String app)
Get the level of an app (system, org, site...)
|
int |
ProfileRemote.getAppLevel(java.lang.String app) |
java.util.TreeMap |
Profile.getAppMenu(java.lang.String app,
UserInfo userInfo)
Return TreeMap of menu options for which this user has privilege.
|
java.util.TreeMap |
ProfileRemote.getAppMenu(java.lang.String app,
UserInfo userInfo) |
boolean |
Profile.getAppOptionAuth(java.lang.String app,
java.lang.String optionname,
java.lang.String siteorg)
Identify whether there is authority for this app, optionname, and siteid.
|
boolean |
ProfileRemote.getAppOptionAuth(java.lang.String app,
java.lang.String optionname,
java.lang.String siteorg) |
java.util.HashSet |
Profile.getAppOptions(java.lang.String app)
Get all the options for which this user has some kind of privilege.
|
java.util.HashSet |
ProfileRemote.getAppOptions(java.lang.String app) |
java.util.HashSet |
Profile.getApps()
Get the app names which exist in apps HashMap for this user.
|
java.util.HashSet |
ProfileRemote.getApps() |
java.util.HashSet |
Profile.getApps(int sysFlag)
Called by UserProfileHierarchySet to build the profile tree in the Users app.
|
java.util.HashSet |
ProfileRemote.getApps(int sysFlag) |
java.util.TreeMap |
Profile.getAppSearch(java.lang.String app,
UserInfo userInfo)
Return TreeMap of search options for which this user has privilege.
|
java.util.TreeMap |
ProfileRemote.getAppSearch(java.lang.String app,
UserInfo userInfo) |
java.util.HashSet |
Profile.getAppSiteOrgs(java.lang.String app)
Get all the sites/orgs for which this user has READ privilege for this app.
|
java.util.HashSet |
ProfileRemote.getAppSiteOrgs(java.lang.String app) |
java.util.HashSet |
Profile.getAppSiteOrgs(java.lang.String app,
int forceLevel)
Get all the sites/orgs for which this user has READ privilege for this app.
|
java.util.HashSet |
ProfileRemote.getAppSiteOrgs(java.lang.String app,
int forceLevel) |
java.util.HashMap |
Profile.getAppsStructure()
Get the app structure for which this user has any form of privilege
|
java.util.HashMap |
ProfileRemote.getAppsStructure() |
java.util.TreeMap |
Profile.getAppTools(java.lang.String app,
UserInfo userInfo)
Return TreeMap of toolbar options for which this user has privilege.
|
java.util.TreeMap |
ProfileRemote.getAppTools(java.lang.String app,
UserInfo userInfo) |
java.util.HashSet |
Profile.getCombinableSites() |
java.util.HashSet |
ProfileRemote.getCombinableSites() |
java.util.HashSet |
Profile.getConditions(java.lang.String app,
java.lang.String optionname,
java.lang.String siteorg)
Identifies any data-related conditions for the specified privilege.
|
java.util.HashSet |
ProfileRemote.getConditions(java.lang.String app,
java.lang.String optionname,
java.lang.String siteorg) |
long |
TenantRegCache.getCustomerID(UserInfo info)
Get tenant code from the tenant id.
|
java.lang.String |
SecurityService.getDBUserNameForTenant(UserInfo landlordUserInfo)
Get the database user of the tenant id.
|
java.lang.String |
Profile.getDefaultOrg()
Returns the organization of the default site of the user.
|
java.lang.String |
ProfileRemote.getDefaultOrg() |
java.lang.String |
Profile.getDefaultRepairFacility()
Returns the default repair location of the user.
|
java.lang.String |
ProfileRemote.getDefaultRepairFacility() |
java.lang.String |
Profile.getDefaultRepairFacilitySite()
Returns the default repair site of the user.
|
java.lang.String |
ProfileRemote.getDefaultRepairFacilitySite() |
java.lang.String |
Profile.getDefaultSite()
Returns the default site of the user.
|
java.lang.String |
ProfileRemote.getDefaultSite() |
java.lang.String |
Profile.getDefaultStoreroom()
Gets the default storeroom for the user.
|
java.lang.String |
ProfileRemote.getDefaultStoreroom() |
java.lang.String |
Profile.getDefaultStoreroomSite()
Gets the default storeroom's site for the user.
|
java.lang.String |
ProfileRemote.getDefaultStoreroomSite() |
java.lang.String |
TenantRegCache.getDescription(int id)
Get description from the tenant id.
|
java.util.HashMap |
Profile.getDiscreteRepFacAuthSites() |
java.util.HashMap |
ProfileRemote.getDiscreteRepFacAuthSites() |
java.lang.String |
Profile.getEveryoneCondition(java.lang.String app,
java.lang.String optionName)
Assuming Profile has been built for the specified app, get the Everyone condition (if any)
for the specified app and optionname.
|
java.lang.String |
ProfileRemote.getEveryoneCondition(java.lang.String app,
java.lang.String optionName) |
boolean |
Profile.getGLAuth(int glFieldPos,
java.lang.String siteorg)
Identifies whether there is authority for the specified GL field at the specified site or orgid,
using glSegs .
|
boolean |
ProfileRemote.getGLAuth(int glFieldPos,
java.lang.String siteorg) |
boolean |
Profile.getGLAuth(java.lang.String glField,
java.lang.String siteorg)
Identifies whether there is authority for the specified GL field at the specified site or orgid,
using glSegs .
|
boolean |
ProfileRemote.getGLAuth(java.lang.String glField,
java.lang.String siteorg) |
boolean |
Profile.getGLAuthForUserApp(int glFieldPos)
Similar to getGLAuth , except this bypasses the orgid/siteid check.
|
boolean |
ProfileRemote.getGLAuthForUserApp(int glFieldPos) |
java.util.HashSet |
Profile.getGroupNames()
Return a HashSet containing the names of the user's security groups (groupname).
|
java.util.HashSet |
ProfileRemote.getGroupNames() |
java.lang.String |
Profile.getGroupsString()
Return a string suitable for use in a Where clause that specifies all the security groups for
this user..
|
java.lang.String |
ProfileRemote.getGroupsString() |
java.util.HashSet |
Profile.getGroupStartApps()
Return a HashSet containing the names of the user's start apps from groups.
|
java.util.HashSet |
ProfileRemote.getGroupStartApps() |
java.lang.String |
Profile.getInsertCompanySet()
Returns the insert Companyset.
|
java.lang.String |
ProfileRemote.getInsertCompanySet() |
java.lang.String |
Profile.getInsertItemSet()
Returns the insert itemset.
|
java.lang.String |
ProfileRemote.getInsertItemSet() |
java.lang.String |
Profile.getInsertOrg()
Get the insert organization.
|
java.lang.String |
ProfileRemote.getInsertOrg() |
java.lang.String |
Profile.getInsertSite()
Returns the insert site of the user.
|
java.lang.String |
ProfileRemote.getInsertSite() |
static AdminModeManagerFactory |
AdminModeManagerFactory.getInstance()
Returns an instance of BulletinBoardCacheFactory
|
boolean |
Profile.getLaborAuth(java.lang.String orgid,
java.lang.String laborcode)
Get the labor authority for the specified orgid and laborcode.
|
boolean |
ProfileRemote.getLaborAuth(java.lang.String orgid,
java.lang.String laborcode) |
java.util.HashMap |
Profile.getLaborAuthFlags(java.lang.String orgid)
Get the laborauth flags for the given orgid
|
java.util.HashMap |
ProfileRemote.getLaborAuthFlags(java.lang.String orgid) |
java.util.HashMap |
Profile.getLaborAuthorities()
Returns the labor authorities structure for the current profile
|
java.util.HashMap |
ProfileRemote.getLaborAuthorities() |
java.lang.String |
Profile.getLaborCodes(java.lang.String orgid)
Given an orgid, return all the laborcodes within that organization for which the user
has access.
|
java.lang.String |
ProfileRemote.getLaborCodes(java.lang.String orgid) |
boolean |
Profile.getLeftNav() |
boolean |
ProfileRemote.getLeftNav() |
boolean |
Profile.getLocAuth(java.lang.String siteid,
java.lang.String location)
Get the location authority for the specified siteid and location.
|
boolean |
ProfileRemote.getLocAuth(java.lang.String siteid,
java.lang.String location) |
int |
SecurityService.getMasterConfigLevel()
Get Configure level for Master Configuration
|
MboValueInfo |
SecurityService.getMasterMboValueInfo(MboRemote tenantMbo)
Get MboValueInfo for Master for given object and atribute
|
java.util.Map |
SecurityService.getMasterModifiedObjects()
Get lsit of objects which were changted (but not configured yet) by Master
|
protected Mbo |
OSUsedSet.getMboInstance(MboSet ms)
Generate a new IfaceControl object
|
protected Mbo |
MaxUsrDBAuthInfoSet.getMboInstance(MboSet ms)
Generate a new MaxUser object
|
protected Mbo |
AuthRoleUserSet.getMboInstance(MboSet ms) |
protected Mbo |
AuthRoleSet.getMboInstance(MboSet ms) |
java.util.TreeMap |
Profile.getModules(UserInfo userInfo)
Return the module map for this user.
|
java.util.TreeMap |
ProfileRemote.getModules(UserInfo userInfo) |
boolean |
Profile.getNonStandardAppOptionAuth(java.lang.String app,
java.lang.String optionname,
java.lang.String orgid,
java.lang.String siteid)
|
boolean |
ProfileRemote.getNonStandardAppOptionAuth(java.lang.String app,
java.lang.String optionname,
java.lang.String siteid,
java.lang.String orgid) |
java.util.HashMap |
Profile.getNonStandardApps()
For use by UserProfileHierarchySet in the Users application.
|
java.util.HashMap |
ProfileRemote.getNonStandardApps() |
java.util.HashSet |
Profile.getNonStandardSiteOrgs(java.lang.String app,
boolean getSites)
For apps whose siteorgtype is SYSTEMORGSITE, SYSTEMORG, SYSTEMSITE, or ORGSITE,
return the readonly sites or organizations.
|
java.util.HashSet |
ProfileRemote.getNonStandardSiteOrgs(java.lang.String app,
boolean getSites) |
long |
TenantRegCache.getNumberOfSeats(UserInfo info)
Get tenant code from the tenant id.
|
boolean |
Profile.getOrg(java.lang.String orgid)
Identify whether the user has any form of authorization for this site (SiteAuth table).
|
boolean |
ProfileRemote.getOrg(java.lang.String orgid) |
java.util.TreeSet |
Profile.getOrgs()
Identify organizations for which the user has any form of authorization (SiteAuth table).
|
java.util.TreeSet |
ProfileRemote.getOrgs() |
java.lang.String |
Profile.getOrgsString()
Return a string suitable for use in a Where clause that specifies all the organizations for
which the user has any form of authorization.
|
java.lang.String |
ProfileRemote.getOrgsString() |
java.lang.String |
TenantRegCache.getPartNumber(int id)
Get part number from the tenant id.
|
java.lang.String |
Profile.getPrerequisite(java.lang.String app,
java.lang.String optionname)
Returns the prerequisite for the option.
|
java.lang.String |
ProfileRemote.getPrerequisite(java.lang.String app,
java.lang.String optionname) |
ProfileRemote |
SecurityService.getProfile(java.lang.String userID)
Get a user's security profile.
|
ProfileRemote |
SecurityServiceRemote.getProfile(UserInfo user) |
ProfileRemote |
SecurityService.getProfile(UserInfo userInfo)
|
int |
Profile.getPwDuration()
|
int |
ProfileRemote.getPwDuration() |
int |
Profile.getPwWarning()
|
int |
ProfileRemote.getPwWarning() |
java.util.TreeMap |
Profile.getQueryMap(java.lang.String app,
UserInfo userInfo)
Return TreeMap of queries for which this user has execute privilege.
|
java.util.TreeMap |
ProfileRemote.getQueryMap(java.lang.String app,
UserInfo userInfo) |
boolean |
Profile.getQueryWithSite()
Get the querywithsite flag from the maxuser object associated with the user.
|
boolean |
ProfileRemote.getQueryWithSite() |
java.util.TreeSet |
Profile.getReadableOrgs(java.lang.String app)
Identify organizations for which the user has READ authorization in this app.
|
java.util.TreeSet |
ProfileRemote.getReadableOrgs(java.lang.String app) |
java.lang.String |
Profile.getReadableOrgsString(java.lang.String app)
Identify organizations for which the user has NEXT authorization in this app;
return a string suitable for use in a Where clause.
|
java.lang.String |
ProfileRemote.getReadableOrgsString(java.lang.String app) |
java.util.TreeSet |
Profile.getReadableSites(java.lang.String app)
Identify sites for which the user has READ authorization in this app.
|
java.util.TreeSet |
ProfileRemote.getReadableSites(java.lang.String app) |
java.lang.String |
Profile.getReadableSitesString(java.lang.String app)
Identify sites for which the user has NEXT authorization in this app;
return a string suitable for use in a Where clause.
|
java.lang.String |
ProfileRemote.getReadableSitesString(java.lang.String app) |
java.lang.String |
SecurityServiceRemote.getRealmName() |
java.lang.String |
SecurityService.getRealmName()
Get the realm name for the current tenant.
|
java.lang.Integer |
ReportSecurityLimits.getReportLimit(java.lang.String attributeName)
Returns the specified report limit for the user.
|
java.lang.Integer |
Profile.getReportLimit(java.lang.String attributeName)
Returns the specified report limit for the user.
|
java.lang.Integer |
ProfileRemote.getReportLimit(java.lang.String attributeName) |
java.util.HashMap |
Profile.getRoleRestrictions()
Deprecated.
|
java.util.HashMap |
ProfileRemote.getRoleRestrictions()
Deprecated.
|
java.lang.String |
Profile.getRoleRestrictions(java.lang.String entityname)
Deprecated.
|
java.lang.String |
ProfileRemote.getRoleRestrictions(java.lang.String entityname)
Deprecated.
|
boolean |
Profile.getSite(java.lang.String siteid)
Identify whether the user has any form of authorization for this site (SiteAuth table).
|
boolean |
ProfileRemote.getSite(java.lang.String siteid) |
java.util.HashSet |
Profile.getSiteCache(UserInfo ui)
APAR IV51241 - New method to load the list of sites that a user has access to from a cache.
|
java.util.HashSet |
ProfileRemote.getSiteCache(UserInfo ui) |
java.util.TreeSet |
Profile.getSites()
Identify sites for which the user has any form of authorization (SiteAuth table).
|
java.util.TreeSet |
ProfileRemote.getSites() |
java.lang.String |
Profile.getSitesString()
Return a string suitable for use in a Where clause that specifies all the sites for
which the user has any form of authorization.
|
java.lang.String |
ProfileRemote.getSitesString() |
long |
TenantRegCache.getStartTime(int id)
Get start time from the tenant id.
|
java.lang.String |
Profile.getStorerooms(java.lang.String siteid)
Given a siteid, return all the storerooms (location codes with type Storeroom)
within that site for which the user has access.
|
java.lang.String |
ProfileRemote.getStorerooms(java.lang.String siteid) |
long |
TenantRegCache.getSubscriptionID(UserInfo info)
Get tenant code from the tenant id.
|
java.util.TreeMap |
Profile.getSystemOptionMap(UserInfo userInfo)
|
java.util.TreeMap |
ProfileRemote.getSystemOptionMap(UserInfo userInfo) |
UserInfo |
SecurityService.getSystemUserInfo()
An internal method to construct the system user information
that's used to access all business objects.
|
UserInfo |
SecurityService.getTempUserInfoForTenant(UserInfo landlordUserInfo,
int tenantID,
java.lang.String tenantUserName,
java.lang.String tenantLoginID,
java.lang.String dbUserName,
java.util.Locale l,
java.lang.String langCode)
Get the temporary UserInfo for the tenant.
|
java.lang.String |
TenantRegCache.getTenantCode(int id)
Get tenant code from the tenant id.
|
java.lang.String |
TenantRegCache.getTenantCode(UserInfo info)
Get tenant code from the tenant id.
|
java.lang.String |
SecurityServiceRemote.getTenantCode(UserInfo ui) |
java.lang.String |
SecurityService.getTenantCode(UserInfo ui)
Get tenant code of the UserInfo.
|
int |
ActiveUsersInfo.getTenantID()
Get tenant id
|
int |
TenantRegCache.getTenantIDFromTenantCode(java.lang.String tenantCode)
Get the tenant id from the tenant code.
|
java.lang.String |
TenantRegCache.getTenantLoginId(UserInfo info)
Get tenant code from the tenant id.
|
java.util.Map |
TenantRegCache.getTenantSessions() |
double |
Profile.getTolerance(java.lang.String attrName,
java.lang.String siteorg)
Get the tolerance for the specified attribute name and site or orgid.
|
double |
ProfileRemote.getTolerance(java.lang.String attrName,
java.lang.String siteorg) |
UserInfo |
SecurityServiceRemote.getUserInfo(AuthenticatedAccessToken session,
java.util.Locale locale,
java.util.TimeZone timeZone)
Returns a UserInfo object based on the session data passed,
if the session data is valid and generated by this application.
|
UserInfo |
SecurityService.getUserInfo(AuthenticatedAccessToken session,
java.util.Locale locale,
java.util.TimeZone timeZone)
}
|
UserInfo |
SecurityService.getUserInfo(AuthenticatedAccessToken session,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost,
java.lang.String clientAddr)
This call is made by an already authenticated user session that's
trying to get access to business objects.
|
UserInfo |
SecurityServiceRemote.getUserInfo(AuthenticatedAccessToken session,
java.lang.Object certificate,
java.util.Locale locale,
java.util.TimeZone timeZone) |
UserInfo |
SecurityService.getUserInfo(AuthenticatedAccessToken session,
java.lang.Object cert,
java.util.Locale locale,
java.util.TimeZone timeZone) |
UserInfo |
SecurityServiceRemote.getUserInfo(AuthenticatedAccessToken session,
java.lang.Object certificate,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost,
java.lang.String clientAddr) |
UserInfo |
SecurityService.getUserInfo(AuthenticatedAccessToken session,
java.lang.Object cert,
java.util.Locale locale,
java.util.TimeZone timeZone,
java.lang.String clientHost,
java.lang.String clientAddr)
Returns a UserInfo object based on the session data passed.
|
UserInfo |
SecurityService.getUserInfo(java.lang.String userIdentity)
This is an internal method that should not be exposed through Remote
Interface.
|
java.lang.String |
Profile.getUserStatus()
Return the cached Maximo user status for this user.
|
java.lang.String |
ProfileRemote.getUserStatus() |
boolean |
Profile.hasAllGLAuth(java.lang.String siteorg)
Identifies whether there is authority for the all GL fields at the specified site or orgid,
using glSegs .
|
boolean |
ProfileRemote.hasAllGLAuth(java.lang.String siteorg) |
boolean |
Profile.hasAnyGLAuth(java.lang.String siteorg)
Identifies whether there is authority for any of the GL fields at the specified site or orgid,
using glSegs .
|
boolean |
ProfileRemote.hasAnyGLAuth(java.lang.String siteorg) |
boolean |
Profile.hasAppOption(java.lang.String app,
java.lang.String sigOption)
Returns wheather a given option to an app is granted for this user.
|
boolean |
ProfileRemote.hasAppOption(java.lang.String app,
java.lang.String sigOption) |
boolean |
Profile.hasCombinableAllRepairFacilities()
Identify whether the user can access all non-null repair facilities.
|
boolean |
ProfileRemote.hasCombinableAllRepairFacilities() |
boolean |
Profile.hasCombinableNullRepairFacilities() |
boolean |
ProfileRemote.hasCombinableNullRepairFacilities() |
boolean |
TenantRegCache.hasTenant(int tenantID) |
boolean |
TenantRegCache.hasTenantSession(int tenantID) |
void |
TenantRegCache.init() |
void |
RoleCacheImpl.init() |
void |
AdminModeManager.init()
Set adminMode to false.
|
void |
ActiveUsersCache.init() |
void |
AdminModeManagerFactory.init(MXServer mxs) |
void |
SecurityService.invalidateLtpaToken(javax.servlet.http.HttpServletRequest request)
Add LPTA Token to list of invalid tokens.
|
boolean |
AdminModeManager.isAdminModeForAllInstances(boolean activeVal)
Check whether Admin Mode has the value specified for all instances of MXServer
sharing this database.
|
boolean |
Profile.isAllCombineableGLSegments()
Returns True if authorized all GL segments for combineable groups.
|
boolean |
ProfileRemote.isAllCombineableGLSegments() |
boolean |
Profile.isAllIndependentGLSegments()
Returns True if authorized all GL segments for independent groups.
|
boolean |
ProfileRemote.isAllIndependentGLSegments() |
boolean |
Profile.isAuthLaborCrew(java.lang.String orgid,
java.lang.String laborcode)
Checks if the given laborcode is a crew member of this user
|
boolean |
ProfileRemote.isAuthLaborCrew(java.lang.String orgid,
java.lang.String laborcode) |
boolean |
Profile.isAuthLaborGroup(java.lang.String orgid,
java.lang.String laborcode)
Checks if the given laborcode belongs in the same persongroup as this user
|
boolean |
ProfileRemote.isAuthLaborGroup(java.lang.String orgid,
java.lang.String laborcode) |
boolean |
Profile.isAuthLaborSelf(java.lang.String orgid,
java.lang.String laborcode)
Checks if current user is represented by the given laborcode
|
boolean |
ProfileRemote.isAuthLaborSelf(java.lang.String orgid,
java.lang.String laborcode) |
boolean |
Profile.isAuthLaborSuper(java.lang.String orgid,
java.lang.String laborcode)
Checks if current user is a supervisor of the given laborcode
|
boolean |
ProfileRemote.isAuthLaborSuper(java.lang.String orgid,
java.lang.String laborcode) |
boolean |
SecurityServiceRemote.isConsultantFieldModified(MboRemote landlordMbo) |
boolean |
SecurityService.isConsultantFieldModified(MboRemote landlordMbo)
Returns true if the mbo has updates in the consultant-related field.
|
boolean |
Profile.isLaborAuthAll()
Checks if labor authority is &ALL& (ProfileRemote.ALL) across the board
|
boolean |
ProfileRemote.isLaborAuthAll() |
boolean |
Profile.isLocAuthAll()
Returns True if storeroom privelage is "auth all sites" + "auth all storerooms"
|
boolean |
ProfileRemote.isLocAuthAll() |
boolean |
Profile.isLocAuthAll(java.lang.String siteid)
Returns True if storeroom privelage is "auth all sites" + "auth all storerooms"
OR if privelage is not "auth all sites" but "auth all storerooms" for the given site
|
boolean |
ProfileRemote.isLocAuthAll(java.lang.String siteid) |
boolean |
SecurityServiceRemote.isUser(UserInfo userinfo,
java.lang.String loginCheck,
java.lang.String passCheck) |
boolean |
SecurityService.isUser(UserInfo userinfo,
java.lang.String loginCheck,
java.lang.String passCheck)
|
boolean |
SecurityService.isValidDBUser(UserInfo lndlordInfo,
java.lang.String tenantDbUserId)
Validate the database user name.
|
boolean |
SecurityService.isValidDBUserForMT(UserInfo landlordUI,
java.lang.String dbUserName)
Validate the database user name.
|
void |
AdminModeManager.listenToAdmin(MboRemote listenerMbo,
boolean listen)
Register another listener for Admin Mode change.
|
java.util.Map |
SecurityService.loadCopyFieldsInfo() |
boolean |
Profile.oneGroupHasAllSites()
Return True if one or more of this user's groups has authallsites = True.
|
boolean |
ProfileRemote.oneGroupHasAllSites() |
boolean |
Profile.orgLevelApp(java.lang.String app)
Call orgLevelApp with second parameter True (base level only).
|
boolean |
ProfileRemote.orgLevelApp(java.lang.String app) |
boolean |
Profile.orgLevelApp(java.lang.String app,
boolean baseLevelOnly)
Returns True if this is an org-level app.
|
void |
SecurityService.populateConsultantFields(MboRemote landlordMbo,
MboRemote tenantMbo)
This method is used to populate fields for associating a consultant mbo with a tenant.
|
void |
SecurityServiceRemote.populateConsultantFields(java.lang.String origLoginID,
java.lang.String newLoginID,
MboRemote landlordMbo) |
void |
SecurityService.populateConsultantFields(java.lang.String origLoginID,
java.lang.String newLoginID,
MboRemote landlordMbo)
Populate the landlord mbo's change to the associated tenants.
|
void |
SecurityService.processConsultant(MboRemote consultMbo,
boolean isConsultant,
boolean validate)
For multi-tenant environment do not allow to set fields for consultant user.
|
void |
SecurityService.processVMMParameters(LoadVMMSyncSettings settings)
Process the VMMSync properties for MT.
|
void |
ReportSecurityLimits.refreshReportLimits(boolean isMaxLimitParam)
Refreshed the report limits for the user.
|
void |
SecurityServiceRemote.refreshSecurityInfo(java.lang.String userID,
MboRemote userMbo,
MboRemote personMbo) |
void |
SecurityService.refreshSecurityInfo(java.lang.String userID,
MboRemote userMbo,
MboRemote personMbo)
Update UserInfo, UserLoginDetails, and/or Profile (as appropriate) and update SecurityInfo
with the new data.
|
void |
SecurityService.registerConsultantUserListener()
Registers the consult user event listener, so when data is changed for consultant users, the change will populate to associated tenants.
|
void |
TenantRegCache.reload()
Reloads the cache object.
|
void |
RoleCacheImpl.reload()
Reloads the cache object.
|
void |
AdminModeManager.reload()
Do nothing.
|
void |
ActiveUsersCache.reload()
Reloads the cache object.
|
void |
TenantRegCache.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
RoleCacheImpl.reload(java.lang.String key)
Initialize a specific component of the cache identified by the key.
|
void |
AdminModeManager.reload(java.lang.String key)
Turn AdminMode on or off.
|
void |
ActiveUsersCache.reload(java.lang.String alldata)
Initialize a specific component of the cache identified by the key.
|
void |
SecurityService.reloadTenantReg(java.lang.String tenantCode) |
void |
TenantRegCache.removeTenantSession(int tenantID) |
void |
Profile.setInsertCompanySet(java.lang.String setid)
It sets the insert company set id.
|
void |
ProfileRemote.setInsertCompanySet(java.lang.String setid) |
void |
Profile.setInsertItemSet(java.lang.String setid)
It sets the insert item set id.
|
void |
ProfileRemote.setInsertItemSet(java.lang.String setid) |
void |
Profile.setInsertOrg(java.lang.String org)
Set user's insert organization.
|
void |
Profile.setInsertSite(java.lang.String site)
Set the insert site.
|
void |
ProfileRemote.setInsertSite(java.lang.String site) |
void |
UserInfo.setLangCode(java.lang.String langCode,
MXServerRemote server)
Set the language code, the language code will be validated based on the
valid language code list provided by the server reference.
|
void |
Profile.setQueryMap(java.lang.String app,
java.util.TreeMap newQueryMap,
UserInfo userInfo)
Replace our queryMap with the new one provided.
|
void |
ProfileRemote.setQueryMap(java.lang.String app,
java.util.TreeMap newQueryMap,
UserInfo userInfo) |
void |
SecurityService.setSystemCredential(UserInfo uiObject) |
void |
TenantRegCache.setTenantSession(int tenantID) |
void |
UserInfo.setTimeZone(java.lang.String tzStr) |
boolean |
Profile.siteLevelApp(java.lang.String app)
Call siteLevelApp with second parameter True (base level only).
|
boolean |
ProfileRemote.siteLevelApp(java.lang.String app) |
boolean |
Profile.siteLevelApp(java.lang.String app,
boolean baseLevelOnly)
Returns True if this is a site-level app.
|
boolean |
Profile.sysLevelApp(java.lang.String app)
Returns True if this is a system-level app.
|
boolean |
ProfileRemote.sysLevelApp(java.lang.String app) |
void |
TenantRegCache.tenantStartupRoutine() |
void |
UserInfo.toJSON(com.ibm.json.java.JSONObject jsonObject,
boolean lean) |
void |
Profile.updateAppMaps(java.lang.String app,
UserInfo userInfo)
This method supports Application Designer.
|
boolean |
Profile.useDataRestriction(java.lang.String groupname,
java.lang.String app,
java.lang.String siteorg)
This method is used when a data restriction exists for the specified security group
and app, but it is unknown whether to apply this restriction for this logged-on user.
|
boolean |
ProfileRemote.useDataRestriction(java.lang.String groupname,
java.lang.String app,
java.lang.String siteorg) |
void |
SecurityService.validateLtpaToken(javax.servlet.http.HttpServletRequest request)
Check if LPTA Token is in list of invalid tokens.
|
Constructors in psdi.security that throw MXException
Constructor and Description |
OSUsed(MboSet ms)
Construct the IfaceControl object
|
OSUsedSet(MboServerInterface ms)
Construct the set
|
Profile(MXServer mxServer,
MboSetRemote maxRoleSet)
The constructor to be used when testing profiles via the Sig app.
|
Profile(MXServerRemote mxServer,
UserInfo systemUserInfo,
MboRemote maxUserMbo)
Invoked from MaxUser to evaluate passwordduration and passwordwarning.
|
Profile(MXServerRemote mxServer,
UserInfo systemUserInfo,
java.lang.String userID,
MboSetRemote groupUserSet,
boolean loadAll)
Invoked from UserProfileHierarchySet.
|
Profile(MXServerRemote mxServer,
UserInfo systemUserInfo,
UserInfo loginuserInfo,
boolean loadAll)
The usual constructor to be used when a user logs in.
|
Methods in psdi.security.ldap that throw MXException
Modifier and Type |
Method and Description |
void |
UniqueIdProvider.construct(Mbo mbo,
MboValueInfo mvInfo) |
protected void |
DefaultLdapSyncAdapter.deleteRecord(MboRemote mbo)
Deletes an existing mbo.
|
protected Mbo |
LdapSyncParamsSet.getMboInstance(MboSet ms)
Returns the LdapSyncParams mbo
|
CrontaskParamInfo[] |
LdapSyncCronTask.getParameters() |
MboRemote |
LdapSyncCronTask.getParameterValidationMbo(CrontaskInstanceRemote instance) |
java.lang.String |
UniqueIdProvider.getUniqueId(java.sql.Connection con,
java.lang.String tableName,
java.lang.String columnName) |
protected MboRemote |
DefaultLdapSyncAdapter.insertRecord(java.sql.Connection con,
java.lang.String tableId,
MboSetRemote mboSet,
SyncData syncData,
DataMap dataMap)
Inserts a record into MboSet based on the information provided.
|
LoadSyncSettings |
LoadSyncSettingsLoader.load(java.lang.String task,
java.lang.String taskInstance)
Loads the XML configuration settings based on the
passed input stream.
|
protected void |
DefaultLdapSyncAdapter.updateRecord(java.sql.Connection con,
java.lang.String tableId,
MboRemote mbo,
SyncData syncData,
DataMap dataMap)
Updates an existing mbo based on the information provided.
|
void |
FldLDAPSyncCronXML.validate()
Expect the group or user xml to adhere to the predefined dtd.
|
Methods in psdi.server with parameters of type MXException
Modifier and Type |
Method and Description |
void |
MXServer.addWarning(MXException e,
java.lang.Object id) |
java.lang.String |
MXServerRemote.getMessage(MXException mxe,
java.lang.String langCode)
Returns message for the exception and langcode
|
java.lang.String |
MXServer.getMessage(MXException mxe,
java.lang.String langCode)
Returns message for the exception and langcode
|
java.lang.String |
MXServerRemote.getTaggedMessage(MXException mxe,
java.lang.String langCode)
Returns message with Message id for the exception and langcode
|
java.lang.String |
MXServer.getTaggedMessage(MXException mxe,
java.lang.String langCode)
Returns message with Messageidfor the exception and langcode
|
Methods in psdi.server that throw MXException
Modifier and Type |
Method and Description |
void |
CronTaskManager.activate(CrontaskInstanceRemote inst)
Activate the crontask.
|
static void |
MaxSession.addServerToMaxSession(java.sql.Connection con,
long sessionId,
java.lang.String userId,
java.lang.String serverHost,
java.lang.String serverName,
int tenantId)
Adds an entry for the server in MaxSession table
|
void |
SimpleCronTask.beforeRemoval() |
void |
CronTask.beforeRemoval()
Method to implement when there are actions involved when the crontask instance is about to be removed
by the crontask manager when the crontask instance is auto removal and it is time to remove it.
|
void |
MXServer.checkAdminRestart()
When booting, check maxvar to see whether MXServer should be started in Admin Mode.
|
void |
MXServer.checkFailedTenants() |
boolean |
AppService.checkSecurity(java.lang.String methodname,
UserInfo userInfo)
Look in MaxServSecurity to see if a SigOption has been defined for this servicename
and methodname.
|
boolean |
AppServiceRemote.checkSecurity(java.lang.String methodname,
UserInfo userInfo) |
void |
MaxPropCacheFactory.clearTenant() |
void |
MXServerRemote.collectTenantDBConForThisServer(UserInfo info) |
void |
MXServer.collectTenantDBConForThisServer(UserInfo info) |
void |
MXServerRemote.collectTenantDBConnInfo(UserInfo info) |
void |
MXServer.collectTenantDBConnInfo(UserInfo info) |
void |
CronTaskManager.config(java.util.Properties configData)
Configures the set of crontask instances to run.
|
static void |
MaxSession.deleteAllRowsForServer(java.sql.Connection con,
java.lang.String serverName,
java.lang.String serverHost)
Delete all the rows for the server.
|
void |
MXServer.enableService(java.lang.String svc)
Enable a service.
|
byte[] |
MXServerRemote.encData(java.lang.String in,
int type) |
byte[] |
MXServer.encData(java.lang.String in,
int type)
Encrypt the input string.
|
void |
DefaultProcessTemplateListener.eventAction(EventMessage em) |
void |
DefaultFirstAccessTenantListener.eventAction(EventMessage em) |
void |
CronTaskManager.PropertyListener.eventAction(EventMessage em) |
boolean |
DefaultProcessTemplateListener.eventValidate(EventMessage em) |
boolean |
DefaultFirstAccessTenantListener.eventValidate(EventMessage em) |
boolean |
CronTaskManager.PropertyListener.eventValidate(EventMessage em) |
static java.util.Vector |
MaxSession.getAllServerNames(java.sql.Connection con)
Get name,host and sessionid for all servers
|
static java.util.Vector |
MaxSession.getAllServerNamesWithTimestamp(java.sql.Connection con)
Get name,host and sessionid for all servers
|
static java.util.Vector |
MaxSession.getAllServersInfo(java.sql.Connection con)
Get name,host and sessionid for all servers
|
static java.util.List |
MaxSession.getAllTeanants(java.sql.Connection con)
Get name,host and sessionid for all servers
|
java.util.List |
MXServer.getAllTenantIdsList(UserInfo landlordInfo)
Get a list of all the tenant ids except for configuration administrator, ordered by
tenant ID.
|
static java.util.Map |
MaxSession.getAllTenantsServerInfo(java.sql.Connection con,
java.lang.String serverHost,
java.lang.String serverName)
Get name,host and sessionid for server
|
java.lang.String |
MXServerRemote.getBaseLang()
Returns the base language code
|
java.lang.String |
MXServer.getBaseLang()
Returns the base language code
|
boolean |
MaxVarService.getBoolean(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a boolean
|
boolean |
MaxVarServiceRemote.getBoolean(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a boolean, returning the default if the MaxVar is not defined.
|
static BulletinBoardServiceRemote |
MXServer.getBulletinBoard()
Return the Bulletin board service object.
|
double |
MaxVarService.getDouble(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a double
|
double |
MaxVarServiceRemote.getDouble(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a double, returning the default if the MaxVar is not defined.
|
int |
MXServerRemote.getEvalDaysRemaining() |
int |
MXServer.getEvalDaysRemaining()
Return the number of days remaining in the evaluation period.
|
float |
MaxVarService.getFloat(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a float
|
float |
MaxVarServiceRemote.getFloat(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a float, returning the default if the MaxVar is not defined.
|
static MaxVarsCacheFactory |
MaxVarsCacheFactory.getInstance()
Return an instance of MaximoMLDDFactory.
|
CrontaskInstanceRemote |
CronTaskManager.getInstanceMbo(java.lang.String taskName,
java.lang.String instanceName)
Convenient method to get the standalong crontask instance mbo remote.
|
int |
MaxVarService.getInt(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as an integer
|
int |
MaxVarServiceRemote.getInt(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as an integer, returning the default if the MaxVar is not defined.
|
java.lang.String[][] |
MXServerRemote.getLanguageList()
Returns the language ID and name in corresponding language
|
java.lang.String[][] |
MXServer.getLanguageList()
Returns the language ID and name in corresponding language
|
java.util.Set |
MaxPropCacheFactory.getLoadedTenants() |
java.util.Map |
MXServer.getLoadedTenants()
unload tenant from all maximo caches
|
java.util.Set |
MXServer.getLoadedTenants(java.lang.String cacheName)
remove tenant from specific cache
|
long |
MaxVarService.getLong(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a long
|
long |
MaxVarServiceRemote.getLong(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a long, returning the default if the MaxVar is not defined.
|
MboValueInfo |
MXServer.getMasterMboValueInfo(MboRemote tenantMbo)
Get MboValueInfo for Master for given object and atribute
|
java.util.Map |
MXServer.getMasterModifiedObjects()
Get lsit of objects which were changted (but not configured yet) by Master
|
java.lang.String |
MaxPropCacheFactory.getMasterPropertyValue(java.lang.String propName) |
MaxVarServiceRemote |
AppService.getMaxVar()
Return a reference to the MaxVar service
|
protected java.lang.String |
MaxVars.getMaxVarType(java.lang.String key)
Returns the maxvartype for the varname
|
java.lang.String |
MaxVarService.getMaxVarType(java.lang.String key)
Returns the maxvartype for the varname
|
java.lang.String |
MaxVarServiceRemote.getMaxVarType(java.lang.String key)
Returns the maxvartype for the varname
|
MboSetRemote |
AppService.getMboSet(java.lang.String setName,
UserInfo user)
This one should go away...
|
MboSetRemote |
AppServiceRemote.getMboSet(java.lang.String mboSetName,
UserInfo user) |
MboSetRemote |
MXServerRemote.getMboSet(java.lang.String name,
UserInfo user)
Lookup a MboSet and return to the caller
|
MboSetRemote |
MXServer.getMboSet(java.lang.String name,
UserInfo user)
Lookup a MboSet and return to the caller
|
java.lang.String |
MXServerRemote.getMessage(MXException mxe,
java.lang.String langCode)
Returns message for the exception and langcode
|
java.lang.String |
MXServer.getMessage(MXException mxe,
java.lang.String langCode)
Returns message for the exception and langcode
|
java.lang.String |
MXServerRemote.getMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Returns the maxmessage entry for group and key
|
java.lang.String |
MXServer.getMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Returns the maxmessage entry for group and key
|
java.lang.String[] |
MXServerRemote.getMessages(java.lang.String group,
java.lang.String[] key,
java.lang.String langCode)
Return list of translated strings from the maxmessages table in the order specified by the array of keys passed
|
java.lang.String[] |
MXServer.getMessages(java.lang.String group,
java.lang.String[] key,
java.lang.String langCode)
Return list of translated strings from the maxmessages table in the order specified by the array of keys passed
|
void |
MXServerRemote.getPackagingInfo(UserInfo ui) |
void |
MXServer.getPackagingInfo(UserInfo ui)
Output info to Maximo Logger re: packaging in array of Strings.
|
boolean |
SimpleCronTask.getParamAsBoolean(java.lang.String parameter)
It returns the value of the parameter of the instance this crontask object
is instantiated for as boolean.
|
java.util.Date |
SimpleCronTask.getParamAsDate(java.lang.String parameter)
It returns the value of the parameter of the instance this crontask object
is instantiated for as date.
|
double |
SimpleCronTask.getParamAsDouble(java.lang.String parameter)
It returns the value of the parameter of the instance this crontask object
is instantiated for as double.
|
int |
SimpleCronTask.getParamAsInt(java.lang.String parameter)
It returns the value of the parameter of the instance this crontask object
is instantiated for as int.
|
java.lang.String |
SimpleCronTask.getParamAsString(java.lang.String parameter)
It returns the value of the parameter
getParameterValidationMbo(CrontaskInstanceRemote for as String.
|
MboRemote |
SimpleCronTask.getParameter(java.lang.String parameter)
Get the MBO of crontaskparameter for the specified parameter for the instance
this crontask object is instantiated for.
|
CrontaskParamInfo[] |
MASUserSyncCronTask.getParameters() |
CrontaskParamInfo[] |
DebugCronTask.getParameters() |
CrontaskParamInfo[] |
SimpleCronTask.getParameters() |
CrontaskParamInfo[] |
CronTask.getParameters()
This method provides an array of CrontaskParamInfo() object to describe
all the parameters of the crontask.
|
MboRemote |
SimpleCronTask.getParameterValidationMbo()
This method can only be called after the crontask is initialized.
|
MboRemote |
SimpleCronTask.getParameterValidationMbo(CrontaskInstanceRemote inst)
Default implementation.
|
MboRemote |
CronTask.getParameterValidationMbo(CrontaskInstanceRemote instance)
The non-persistent MBO returned by this method will be used to validate the
value for the parameter of the crontask instance.
|
ProfileRemote |
AppService.getProfile(UserInfo userInfo)
Get the security profile for the specified user.
|
java.lang.Object |
MaxPropCache.getPropertyAsObject(java.lang.String propName)
Return the object value for a specified property name.
|
static java.lang.String |
MaxSession.getServerInfo(java.sql.Connection con,
java.lang.String serverHost,
java.lang.String serverName)
Get name,host and sessionid for server
|
MboSetRemote |
AppService.getSetForRelationship(java.lang.String relOwner,
java.lang.String relName,
java.lang.String[] relColumn,
java.lang.String[] relValue,
UserInfo userInfo)
This is used by the Java UI dialog boxes.
|
MboSetRemote |
AppServiceRemote.getSetForRelationship(java.lang.String relOwner,
java.lang.String relName,
java.lang.String[] relColumn,
java.lang.String[] relValue,
UserInfo userInfo) |
MboSetRemote |
AppService.getSetFromKeys(java.lang.String setName,
java.lang.String[] keyNames,
java.lang.String[][] keyValues,
UserInfo user)
This method constructs a MboSet to contain all the records based on their key values as
specified through the parameters.
|
MboSetRemote |
AppServiceRemote.getSetFromKeys(java.lang.String setName,
java.lang.String[] keyNames,
java.lang.String[][] keyValues,
UserInfo user) |
java.lang.String |
MaxVarService.getString(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a string
|
java.lang.String |
MaxVarServiceRemote.getString(java.lang.String key,
java.lang.String orgSite)
Return the value for the MaxVar as a string, returning the default if the MaxVar is not defined.
|
java.lang.String |
MaxVarService.getString(java.lang.String key,
java.lang.String org,
java.lang.String site)
Returns the value for maxvar for given org and site
|
java.lang.String |
MaxVarServiceRemote.getString(java.lang.String key,
java.lang.String org,
java.lang.String Site)
Returns the value for maxvar for given org and site
|
java.lang.String[] |
MaxVarService.getStringList(java.lang.String key,
java.lang.String orgSite)
Return the specified variable as a String[].
|
java.lang.String[] |
MaxVarServiceRemote.getStringList(java.lang.String key,
java.lang.String orgSite)
Return the specified variable as a String[].
|
UserInfo |
MXServer.getSystemUserInfo()
Returns the system user information for the system user.
|
java.lang.String |
MXServerRemote.getTaggedMessage(MXException mxe,
java.lang.String langCode)
Returns message with Message id for the exception and langcode
|
java.lang.String |
MXServer.getTaggedMessage(MXException mxe,
java.lang.String langCode)
Returns message with Messageidfor the exception and langcode
|
java.lang.String |
MXServerRemote.getTaggedMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Returns the maxmessage entry for group and key
|
java.lang.String |
MXServer.getTaggedMessage(java.lang.String group,
java.lang.String key,
java.lang.String langCode)
Returns the maxmessage with MessageID tagged (BMX id)entry for group and key
|
java.util.List |
MXServer.getTenantIdsList(UserInfo landlordInfo,
int status)
Get a list of tenant ids except for configuration administrator, ordered by
tenant ID.
|
static java.util.List |
MaxSession.getTenantList(java.sql.Connection con,
java.lang.String serverName,
java.lang.String serverHost)
Get name,host and sessionid for server
|
java.util.HashMap |
MXServerRemote.getTenantRealmMap() |
java.util.HashMap |
MXServer.getTenantRealmMap()
Returns the tenant code and real name map
|
java.util.HashMap |
DBManager.getTenantUsedConnCount(UserInfo ui,
java.util.List allTenants) |
UserInfo |
MXServer.getUserInfo(java.lang.String userIdentity)
Returns the user information for the given user.
|
protected java.lang.String |
MaxVarsSystem.getValueForMaxVarName(java.lang.String key)
Internal method to retrieve the maxvar value.
|
protected java.lang.String |
MaxVars.getValueForMaxVarName(java.lang.String key,
java.lang.String orgSite)
Internal method to retrieve the maxvar value.
|
protected java.lang.String |
MaxVars.getValueForMaxVarName(java.lang.String key,
java.lang.String org,
java.lang.String site)
Returns the value for maxvar for given org and site
|
java.lang.Object |
OracleProxyCredentialHandler.handleInput(java.lang.String loginID,
MaxUsrDBAuthInfoRemote authInfo) |
java.lang.Object |
DBCredentialHandler.handleInput(java.lang.String loginId,
MaxUsrDBAuthInfoRemote authMbo)
The method convert the information in MaxUsrDBAuthInfo to an object that
can be taken by the userInfo object as credential when used to authenticate
the proxy user.
|
java.lang.Object |
OracleProxyCredentialHandler.handleInput(java.lang.String loginID,
java.lang.String stringCredential)
Get the credential object based on the passed in credential in the string format.
|
java.lang.Object |
DBCredentialHandler.handleInput(java.lang.String loginId,
java.lang.String stringCredential)
The method handles the user name, and the credential.
|
java.lang.Object |
OracleProxyCredentialHandler.handleInput(java.lang.String loginID,
java.lang.String password,
java.lang.Object credential) |
java.lang.Object |
DBCredentialHandler.handleInput(java.lang.String loginId,
java.lang.String password,
java.lang.Object other)
The method handles the user name, password, and the object the client might
pass in as additional credential.
|
java.lang.Object[] |
OracleProxyCredentialHandler.handleOutput(java.lang.Object credential)
The method interprets the credential and compose an object arrary that
the db manager will understand to use.
|
java.lang.Object[] |
DBCredentialHandler.handleOutput(java.lang.Object credential)
The method interpretsthe credential and compose an object arrary that
the db manager will understand to use.
|
void |
MaxVarsCacheFactory.init()
init the maxvar cahe factory.
|
void |
MaxVarsSystem.init() |
void |
MaxVars.init() |
void |
DebugCronTask.init() |
void |
SimpleCronTask.init()
Invoked by the CronTaskManager when the class is instantiated.
|
void |
CronTask.init()
Called the very first time when the crontask instance is loaded by
Crontask manager.
|
void |
MaxPropCache.init()
Does nothing, must call init .
|
void |
MaxPropCacheFactory.init() |
void |
MaxPropCacheFactory.init(java.util.Properties propsFromFile) |
void |
AppService.initCriteriaList(java.util.Hashtable criteriaTable)
Create the criteria list for use with getCriteria.
|
boolean |
MXServerRemote.isAdminModeOff(boolean allInstances) |
boolean |
MXServer.isAdminModeOff(boolean allInstances)
Tests whether MXServer Admin Mode is OFF.
|
boolean |
MXServerRemote.isAdminModeOn(boolean allInstances) |
boolean |
MXServer.isAdminModeOn(boolean allInstances)
Tests whether MXServer is in Admin Mode.
|
boolean |
BulletinBoardServiceRemote.isInitialized()
Check if class has been initialized.
|
boolean |
MXServer.isManage()
returns true if the license MANAGE is present
|
boolean |
MaxVarService.isNull(java.lang.String key,
java.lang.String orgSite)
Return true if the row exists in maxvars but the varvalue is null.
|
boolean |
MaxVarServiceRemote.isNull(java.lang.String key,
java.lang.String orgSite)
Return true if the row exists in maxvars but the varvalue is null.
|
boolean |
MXServerRemote.isPermanentLicense() |
boolean |
MXServer.isPermanentLicense()
Identifies whether this is a permanent license of Maximo.
|
boolean |
BulletinBoardServiceRemote.isPosted(java.lang.String key) |
boolean |
BulletinBoardServiceRemote.isPosted(java.lang.String key,
UserInfo userInfo) |
boolean |
CronTaskManager.isReadyForAdminMode()
Whether the crontask manager is ready for admin mode.
|
void |
MXServerRemote.listenToAdmin(MboRemote listenerMbo,
boolean listen) |
void |
MXServer.listenToAdmin(MboRemote listenerMbo,
boolean listen)
Listen to messages from AdminModeManager when changing Admin Mode.
|
void |
CronTaskManager.logSql(java.lang.String sql,
java.sql.Connection con) |
ServiceRemote |
ServiceStorage.lookup(java.lang.String serviceName)
Returns the least loaded service provider.
|
ServiceRemote |
ServiceCoordinator.lookup(java.lang.String name)
Lookup a Service.
|
ServiceRemote |
MXServerRemote.lookup(java.lang.String name) |
ServiceRemote |
MXServer.lookup(java.lang.String name) |
ServiceRemote |
MXServerRemote.lookup(java.lang.String name,
UserInfo userInfo) |
ServiceRemote |
MXServer.lookup(java.lang.String name,
UserInfo ui)
Return the specified remote service
|
ServiceRemote |
ServiceCoordinator.lookupLocal(java.lang.String name)
Lookup a Service.
|
ServiceRemote |
MXServerRemote.lookupLocal(java.lang.String name) |
ServiceRemote |
MXServer.lookupLocal(java.lang.String name) |
void |
Depend.on(java.lang.String serviceName,
java.lang.String[] serviceNames)
Takes an array of Service names and will return only when they all
respond with true to a call of their isRunning() method.
|
void |
BulletinBoardServiceRemote.post(java.lang.String key) |
void |
BulletinBoardServiceRemote.post(java.lang.String key,
UserInfo userInfo) |
void |
DefaultProcessTemplateListener.postCommitEventAction(EventMessage em) |
void |
DefaultFirstAccessTenantListener.postCommitEventAction(EventMessage em) |
void |
CronTaskManager.PropertyListener.postCommitEventAction(EventMessage em) |
static com.ibm.db2.jcc.DB2ConnectionPoolDataSource |
MTUtility.prepareForMT(java.util.Properties properties) |
void |
DefaultProcessTemplateListener.preSaveEventAction(EventMessage em) |
void |
DefaultFirstAccessTenantListener.preSaveEventAction(EventMessage em) |
void |
CronTaskManager.PropertyListener.preSaveEventAction(EventMessage em) |
java.lang.Object |
MaxVarService.put(java.lang.String key,
java.lang.String orgSiteId,
java.lang.Object value)
Put a maxvar value into the hashtable.
|
java.lang.Object |
MaxVarServiceRemote.put(java.lang.String key,
java.lang.String orgSiteId,
java.lang.Object value) |
void |
MaxVarsSystem.reload() |
void |
MaxVars.reload() |
void |
MaxPropCache.reload()
Reload cache for all properties.
|
void |
MaxPropCacheFactory.reload() |
void |
MaxVarsSystem.reload(java.lang.String key) |
void |
MaxVars.reload(java.lang.String key) |
void |
MaxPropCache.reload(java.lang.String key)
Reload cache for the comma-delimited list of property names.
|
void |
MaxPropCacheFactory.reload(java.lang.String key) |
void |
MXServerRemote.reloadAdminModeByThread(java.lang.String key,
MboRemote listenerMbo) |
void |
MXServer.reloadAdminModeByThread(java.lang.String key,
MboRemote listenerMbo)
This is the same as reloadCache for ADMINMODE, but it is done in a separate thread so that
the caller does not have to keep waiting.
|
void |
MXServerRemote.reloadMaximoCache(boolean fromCron) |
void |
MXServer.reloadMaximoCache(boolean flag)
reloads all maximo caches
|
void |
MXServerRemote.reloadMaximoCache(java.lang.String name,
boolean fromCron) |
void |
MXServer.reloadMaximoCache(java.lang.String cacheName,
boolean updateAllServers)
reloads specific cache
|
void |
MXServerRemote.reloadMaximoCache(java.lang.String name,
java.lang.String key,
boolean fromCron) |
void |
MXServer.reloadMaximoCache(java.lang.String cacheName,
java.lang.String key,
boolean flag)
Reloads a specific sub component of the cache object.
|
void |
DBManager.reloadProperties(java.util.Properties props)
This is called from MaxPropCache when reloading properties from maximo.properties file
when WAS fine-grained application update has been used.
|
void |
BulletinBoardServiceRemote.remove(java.lang.String key) |
java.lang.Object |
MaxVarService.remove(java.lang.String key,
java.lang.String orgSiteId)
Remove a maxvar from the hashtable.
|
java.lang.Object |
MaxVarServiceRemote.remove(java.lang.String key,
java.lang.String orgSiteId) |
void |
BulletinBoardServiceRemote.remove(java.lang.String key,
UserInfo userInfo) |
java.lang.String |
MXServer.resolveApiKey(java.lang.String apikey) |
void |
CronTaskManager.restart()
Restarts this service.
|
void |
CronTaskManager.resumeCrontasks()
This method should and can only be called the moment when admin mode is off.
|
void |
CronTaskManager.runTenantsChanged() |
static int |
MXServer.setTenantContext(UserInfo ui,
int tenantID)
Set the security context to the tenant by giving a landlord's userinfo.
|
java.io.InputStream |
MXServer.setupLongOpPipe()
Set up the piped output stream for writing warnings.
|
void |
CronTaskManager.shutdown()
Calls Thread.stop() on each thread associated with a CronTask.
|
void |
CronTaskManager.suspendCrontasks() |
void |
MXServer.unloadInactiveCaches(long interval)
unload tenant from all maximo caches
|
void |
MXServer.unloadTenantCache()
unload tenant from all maximo caches
|
void |
MXServer.unloadTenantCache(java.lang.String cacheName)
remove tenant from specific cache
|
static void |
MaxSession.updateReloadCache(java.sql.Connection con,
java.lang.String serverName,
java.lang.String serverHost,
java.lang.String reload,
boolean updateAllServers)
Update the reload cache for the server.
|
java.lang.String |
MXServer.validateApiKeyConfigValue() |
java.lang.String |
MXServer.validateThisApiKeyConfigValue(java.lang.String apiKey) |
void |
AppService.verifyUser(java.lang.String loginCheck,
java.lang.String passCheck,
UserInfo userinfo)
After a user has connected, re-verify the username and password.
|
void |
AppServiceRemote.verifyUser(java.lang.String loginCheck,
java.lang.String passCheck,
UserInfo userinfo) |
boolean |
AppService.verifyUser(java.lang.String loginCheck,
java.lang.String passCheck,
UserInfo userinfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue)
After a user has connected, re-verify the username and password.
|
boolean |
AppServiceRemote.verifyUser(java.lang.String loginCheck,
java.lang.String passCheck,
UserInfo userinfo,
java.lang.String app,
java.lang.String reason,
java.lang.String transid,
java.lang.String[] keyvalue) |
Methods in psdi.server.event that throw MXException
Modifier and Type |
Method and Description |
protected void |
EventTopicTree.addEventTopic(EventTopic node)
Just adds an eventTopic to the current event topic tree
|
void |
EventTopic.addSubTopic(EventTopic ev)
Add subtopic tree to the event node.
|
java.util.Map |
EventTopicTree.dumpEventTopicTree(boolean isTenant) |
java.util.Map |
EventTopic.dumpTopic() |
void |
EventListener.eventAction(EventMessage em) |
void |
EventTopic.eventAction(EventMessage msg)
action is taken on all subscriptions that returned validate.
|
void |
EventTopicTree.eventAction(java.lang.String subject,
EventMessage msg)
event action method.
|
void |
EventTopicTree.eventAction(java.lang.String subject,
EventMessage msg,
EventTopic topic)
event action method.
|
boolean |
EventListener.eventValidate(EventMessage em) |
void |
EventTopic.eventValidate(EventMessage msg)
Runs through all the subscriptons to see if there are any
vetoable exceptions.
|
void |
EventTopicTree.eventValidate(java.lang.String subject,
EventMessage msg)
event validation method.
|
void |
EventTopicTree.eventValidate(java.lang.String subject,
EventMessage msg,
EventTopic topic)
event validation method.
|
EventTopic |
EventTopicTree.findEventTopic(java.lang.String subject)
findEventTopic finds the eventTopic in the global tree.
|
EventTopic |
EventTopicTree.findEventTopic(java.lang.String subject,
boolean isTenant)
findEventTopic searches the entire event topic tree for
an eventTopic.
|
EventTopic |
EventTopic.getEventTopic(java.lang.String subject)
getEventTopic searches the whole event topic tree for
an eventTopic.
|
EventTopic |
EventTopicTree.getEventTopic(java.lang.String subject)
Gets the event topic from global tree.
|
EventTopic |
EventTopicTree.getEventTopic(java.lang.String subject,
boolean isTenant)
Gets the event topic from global tree.
|
int |
EventTopicTree.getEventTopicId(java.lang.String topic,
EventListener evt)
Returns the subscription id of the event listener class.
|
int |
EventTopicTree.getEventTopicId(java.lang.String topic,
EventListener evt,
boolean isTenant) |
void |
EventListener.postCommitEventAction(EventMessage em) |
void |
EventTopic.postCommitEventAction(EventMessage msg)
The action is taken after commiting to the database on all subscriptions
that returned successful validate.
|
void |
EventTopicTree.postCommitEventAction(java.lang.String subject,
EventMessage msg)
Post Commit event action method.
|
void |
EventTopicTree.postCommitEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et) |
void |
InternalEventListener.postSaveInternalEventAction(EventMessage em) |
void |
EventTopic.postSaveInternalEventAction(EventMessage msg)
The action is taken after writing to the database on all subscriptions
The action is called only if there was no vetoable exception.
|
void |
EventTopicTree.postSaveInternalEventAction(java.lang.String subject,
EventMessage msg)
Pre Save event action method.
|
void |
EventTopicTree.postSaveInternalEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et)
Pre Save event action method.
|
void |
EventListener.preSaveEventAction(EventMessage em) |
void |
EventTopic.preSaveEventAction(EventMessage msg)
The action is taken before writing to the database on all subscriptions
that returned successful validate.
|
void |
EventTopicTree.preSaveEventAction(java.lang.String subject,
EventMessage msg)
Pre Save event action method.
|
void |
EventTopicTree.preSaveEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et)
Pre Save event action method.
|
void |
InternalEventListener.preSaveInternalEventAction(EventMessage em) |
void |
EventTopic.preSaveInternalEventAction(EventMessage msg)
The action is taken before writing to the database on all subscriptions
that returned successful validate.
|
void |
EventTopicTree.preSaveInternalEventAction(java.lang.String subject,
EventMessage msg)
Pre Save event action method.
|
void |
EventTopicTree.preSaveInternalEventAction(java.lang.String subject,
EventMessage msg,
EventTopic et)
Pre Save event action method.
|
java.lang.String |
EventTopicTree.printEventTopicTree(boolean isTenant)
Returns the event topic tree.
|
int |
EventTopicTree.register(java.lang.String topic,
EventListener evt)
Registers the events on the global topic tree.
|
int |
EventTopicTree.register(java.lang.String topic,
EventListener evt,
boolean isTenant)
Registers the events on the global topic tree.
|
void |
EventTopicTree.registerExtendsTopic(java.lang.String topic,
EventTopic et,
EventListener evt,
int parentId)
Register all extended objects for the main object
|
void |
EventTopicTree.unregister(java.lang.String topic,
int id)
method that unregisters the events on the global topic tree.
|
void |
EventTopicTree.unregister(java.lang.String topic,
int id,
boolean isTenant)
Unregister the events on the topic tree.
|
Methods in psdi.unittest that throw MXException
Modifier and Type |
Method and Description |
protected void |
CompareAllAssertion.assertExpression(java.lang.String attributeName,
java.lang.String operator,
boolean internal,
MboRemote toMbo) |
static void |
AssertionsUtil.assertMaxVarHasValue(java.lang.String orgSite,
java.lang.String varName,
boolean value) |
static void |
AssertionsUtil.assertMaxVarHasValue(java.lang.String orgSite,
java.lang.String varName,
java.lang.String value) |
static void |
AssertionsUtil.assertMaxVarIsFalse(java.lang.String orgSite,
java.lang.String varName) |
static void |
AssertionsUtil.assertMaxVarIsTrue(java.lang.String orgSite,
java.lang.String varName) |
protected org.jdom.Document |
TestData.bytesToElement(byte[] byteData) |
static void |
ActionsUtil.callCron(java.lang.String crontaskName,
java.lang.String instanceName,
UserInfo userInfo)
This method would call the cronAction method on the cron task crontaskName
instance instanceName .
|
static void |
ActionsUtil.callWorkflow(java.lang.String wfName,
MboRemote mbo)
Action method to call a Maximo workflow.
|
static MboRemote |
ActionsUtil.commitAndRefetch(MboRemote mbo)
Commits the MXTransaction for the Mbo mbo and immediately
refetches it from the Maximo database.
|
static org.jdom.Document |
GenTemplate.convertBytesToDocument(byte[] byteData) |
byte[] |
OSUTData.generateTestData() |
byte[] |
MboUTData.generateTestData() |
protected MboRemote |
TestData.getLoadedMbo(java.lang.String testDataId) |
protected Mbo |
ByteCodeInjectionTestBaseSet.getMboInstance(MboSet ms) |
protected java.lang.String |
BaseUnitTestRunner.getMboUniqueIdString(MboRemote mbo) |
static java.lang.String |
AssertionsUtil.getMboUniqueIdString(MboRemote mbo) |
protected java.lang.String |
XMLCommand.getMboUniqueIdString(MboRemote mbo) |
byte[] |
UnitTestService.getTemplateData(java.lang.String resName,
boolean mboType,
java.lang.String id) |
byte[] |
UnitTestServiceRemote.getTemplateData(java.lang.String resName,
boolean mboType,
java.lang.String id) |
byte[] |
XMLFileTestData.getTestDataAsBytes() |
byte[] |
TestData.getTestDataAsBytes() |
byte[] |
TestDataSource.getTestDataAsBytes(java.lang.String testdataId) |
static byte[] |
ActionsUtil.getTestDataAsBytes(java.lang.String testdataId)
This is used the access the test data content as a bytes.
|
org.jdom.Document |
TestDataSource.getTestDataAsDocument(java.lang.String testdataId) |
static org.jdom.Document |
ActionsUtil.getTestDataAsDocument(java.lang.String testdataId)
This is used the access the test data content as a JDOM document.
|
protected UserInfo |
BaseUnitTestRunner.getUserInfo(java.lang.String loginid) |
protected UserInfo |
BaseUnitTestRunner.getUserInfo(java.lang.String[] loginid) |
protected MboRemote |
XMLUnitTestRunner.handleAction(org.jdom.Element actionElem,
MboRemote mbo,
java.lang.String responseId) |
MboRemote |
XMLFileTestData.load() |
MboRemote |
MboKeyTestData.load() |
MboRemote |
XMLTestData.load() |
MboRemote |
FlatFileTestData.load() |
MboRemote |
ESTestData.load() |
MboRemote |
MboXMLTestData.load() |
MboRemote |
MboWhereTestData.load() |
MboRemote |
TestData.load()
This method should be overridden by different format of TestData's.
|
static MboRemote |
ActionsUtil.load(java.lang.String testdataId)
loads the Mbo for the testdataId .
|
static MboRemote |
ActionsUtil.load(java.lang.String mboname,
long id) |
protected MboRemote |
BaseUnitTestRunner.load(java.lang.String testdataId,
UserInfo userInfo) |
MboRemote |
TestDataSource.load(java.lang.String testdataId,
UserInfo userInfo) |
static MboRemote |
ActionsUtil.load(java.lang.String testdataId,
UserInfo userInfo)
Loads the Mbo for the testdataId and the UserInfo object passed in parameter
would be used for the load.
|
MboSetRemote |
TestDataSource.loadAsMboSet(java.lang.String[] testdataIds,
UserInfo userInfo) |
protected MboRemote |
Action.loadMbo(MboRemote mbo) |
MboRemote |
XMLTestData.loadMboSet() |
MboRemote |
ESTestData.loadMboSet() |
MboRemote |
MboXMLTestData.loadMboSet() |
MboRemote |
TestData.loadMboSet()
This method should be overridden by different format of TestData's.
|
static MboSetRemote |
ActionsUtil.loadMboSet(java.lang.String mboName)
loads the MboSet for the given MBONAME
|
static MboSetRemote |
ActionsUtil.loadMboSet(java.lang.String[] testdataIds)
loads the Mbo for the testdataId .
|
protected MboRemote |
XMLTestData.loadXMLDoc(org.jdom.Element loadXmlElem,
UserInfo userInfo,
java.lang.String testDataId) |
protected MboRemote |
ESTestData.loadXMLDoc(org.jdom.Element loadXmlElem,
UserInfo userInfo,
java.lang.String testDataId) |
static MboRemote |
ActionsUtil.newMbo(java.lang.String mboName)
Calls .add() on the MboSet returning the Mbo.
|
MboRemote |
Action.refetch() |
static MboRemote |
ActionsUtil.refetch(MboRemote mbo)
Utility method to refetch mbo from the Maximo database.
|
static MboRemote |
ActionsUtil.reload(java.lang.String testdataId)
Reloads the Mbo for the testdataId , meaning it will be fetched from the database again instead of
the test data cache.
|
MboRemote |
TestDataSource.reload(java.lang.String testdataId,
UserInfo userInfo) |
void |
UpdateDBPreProcessorUnitTest.testUpdateDBPreProcessor() |
static void |
ActionsUtil.updateMaxVar(java.lang.String varName,
java.lang.String varValue) |
static void |
ActionsUtil.updateMaxVar(java.lang.String varName,
java.lang.String orgId,
java.lang.String siteId,
java.lang.String varValue) |
static MaxVarsRemote |
ActionsUtil.updateMaxVar(UserInfo userInfo,
java.lang.String varName,
java.lang.String orgId,
java.lang.String siteId,
java.lang.String varValue) |
static void |
GenTemplate.writeBytesToXMLFile(byte[] in,
java.io.File filepath,
boolean prettyPrint) |
Methods in psdi.util that throw MXException
Modifier and Type |
Method and Description |
void |
PmDeleteBulletinExpMsg.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
boolean |
MaxTypeYORN.asBoolean()
Return as boolean Throws Exception if value is null or cannot be returned
as this type.
|
boolean |
MaxType.asBoolean()
Return as boolean
Throws Exception if value is null or cannot be returned as this type.
|
byte[] |
MaxTypeCRYPTO.asBytes()
Return as byte array.
|
byte[] |
MaxType.asBytes()
Return as byte array.
|
java.util.Date |
MaxTypeTIME.asDate()
Return as a Date object Returns null if value is null.
|
java.util.Date |
MaxTypeDATETIME.asDate()
Return as a Date object Returns null if value is null.
|
java.util.Date |
MaxTypeDATE.asDate()
Return as a Date object Returns null if value is null.
|
java.util.Date |
MaxType.asDate()
Return as a Date object
Returns null if value is null.
|
double |
MaxTypeYORN.asDouble()
Return as double.
|
double |
MaxTypeDURATION.asDouble()
Return as double.
|
double |
MaxTypeINTEGER.asDouble()
Return as double.
|
double |
MaxTypeFLOAT.asDouble()
Return as double.
|
double |
MaxTypeDECIMAL.asDouble()
Return as double.
|
double |
MaxTypeAMOUNT.asDouble()
Return as double.
|
double |
MaxTypeALN.asDouble()
Return as double, it does a conversion from string to double
Throws Exception if value is null or cannot be returned as this type.
|
double |
MaxType.asDouble()
Return as double.
|
float |
MaxTypeYORN.asFloat()
Return the value as a float
|
float |
MaxTypeDURATION.asFloat()
Return the value as a float
|
float |
MaxTypeINTEGER.asFloat()
Return the value as a float
|
float |
MaxTypeFLOAT.asFloat()
Return the value as a float
|
float |
MaxTypeDECIMAL.asFloat()
Return the value as a float
|
float |
MaxTypeAMOUNT.asFloat()
Return the value as a float
|
float |
MaxType.asFloat()
Return the value as a float
|
int |
MaxTypeYORN.asInt()
Return as an int.
|
int |
MaxTypeDURATION.asInt()
Return as an int.
|
int |
MaxTypeINTEGER.asInt()
Return as an int.
|
int |
MaxTypeFLOAT.asInt()
Return as an int.
|
int |
MaxTypeDECIMAL.asInt()
Return as an int.
|
int |
MaxTypeAMOUNT.asInt()
Return as an int.
|
int |
MaxType.asInt()
Return as an int.
|
long |
MaxTypeYORN.asLong()
Return as a long.
|
long |
MaxTypeLONGALN.asLong()
Return as a long.
|
long |
MaxTypeDURATION.asLong()
Return as a long.
|
long |
MaxTypeINTEGER.asLong()
Return as a long.
|
long |
MaxTypeFLOAT.asLong()
Return as a long.
|
long |
MaxTypeDECIMAL.asLong()
Return as a long.
|
long |
MaxTypeAMOUNT.asLong()
Return as a long.
|
long |
MaxTypeALN.asLong()
Return as a long.
|
long |
MaxType.asLong()
Return as a long.
|
static java.lang.String |
CommonUtil.calcWebUrl(MboRemote doc)
Call @link {#calcWebUrl(MboRemote, MboRemote) calcWebUrl} with second param null.
|
static java.lang.String |
CommonUtil.calcWebUrl(MboRemote doc,
MboRemote doclinkMbo)
This method determines the value for the "weburl" used for displaying a document in the browser.
|
void |
TenantRemover.cancelInactiveTenants()
Inactivity tenants who did not access system for 30 days
|
protected void |
MaxTypeLONGALN.checkLength(java.lang.String s)
For LONGALN, do not perform length check because it resolved to CLOB.
|
protected void |
MaxTypeGL.checkLength(java.lang.String s)
Compare length of the string against the max length
|
protected void |
MaxTypeCLOB.checkLength(java.lang.String s)
Compare length of the string against the max length
|
protected void |
MaxTypeCRYPTO.checkLength(java.lang.String s)
Compare length of the string against the max length
|
protected void |
MaxTypeALN.checkLength(java.lang.String s)
Compare length of the string against the max length
|
void |
CachedObjectRepository.clear() |
void |
CachedObjectRepository.clearAllTenants() |
void |
TenantLevelObj.clearByMaster() |
void |
RMISession.connect()
Connect to the server.
|
abstract void |
MXSession.connect()
Connects to the server using the approprate protocol.
|
void |
MXSession.connectAsRegUser(java.lang.String forUser)
Connect to server as the user for self-registration.
|
static java.lang.String |
MXFormat.convertToStoreYNValue(java.lang.String val,
java.util.Locale l)
Converts the YORN value to Store YORN value
|
static double |
DynamicJobPlanHelper.convertValue(MboRemote thisMbo,
double value,
java.lang.String fromUnitId,
java.lang.String toUnitId)
Convert the given value from the measure unit fromUnitId to the measure unit tounitId
The converion record must exists.
|
static void |
CommonUtil.copyDocStoreFile(AttachmentStorage docStore,
java.lang.String in,
java.lang.String out) |
static void |
CommonUtil.copyFile(java.lang.String in,
java.lang.String out) |
static MaxType |
MaxType.createMaxType(java.util.Locale l,
java.util.TimeZone tz,
int type)
Instantiate a MaxType object based on the type, locale and timezone.
|
static MaxType |
MaxType.createMaxType(java.util.Locale l,
java.util.TimeZone tz,
int type,
int length,
int scale)
Instantiate a MaxType object based on the locale, timezone, type, length and scale.
|
java.lang.String |
MXCipher.decData(byte[] in) |
void |
RMISession.disconnect()
Disconnects from the server.
|
abstract void |
MXSession.disconnect()
Disconnects from the server.
|
java.lang.Object |
DefaultToolClientHandler.dispatchRequest(MXSession mxSession,
java.lang.String command,
java.lang.Object[] params) |
java.lang.Object |
ToolClientHandler.dispatchRequest(MXSession session,
java.lang.String command,
java.lang.Object[] params)
Dispatch the command.
|
byte[] |
MXCipherX.encData(java.lang.String in) |
boolean |
DisplayIsDynamicJobplanFields.evaluateCondition(MboRemote mbo,
java.lang.Object param) |
static DJPConstants.CalcApplyTo |
DynamicJobPlanHelper.getApplyTo(MboRemote jobResource) |
java.lang.String |
RMISession.getBaseLang()
Returns the base language code
|
int |
RMISession.getBranding()
Returns branding.
|
abstract int |
MXSession.getBranding() |
static DMSManager |
DMSFactory.getDMSManager(MboRemote dmsMbo)
Return an instance of the class named by dmsapisetting classname.
|
java.lang.String |
DMSManager.getDocumentURL(MboRemote doc,
MboRemote doclinkMbo)
Return the url for opening the document via this DMS.
|
static java.lang.String |
DMSFactory.getDocumentURL(MboRemote dmsMbo,
MboRemote doc,
MboRemote doclinkMbo)
Calls getDocumentURL method of the appropriate DMSManager.
|
static java.lang.String |
CommonUtil.getDomainValDescription(java.lang.String domainid,
java.lang.String maxvalue,
MboRemote tktotal)
get description of the maxvalue in domain
|
static java.lang.String |
CommonUtil.getEmailOfPerson(MboRemote person)
Method to get email of a given person
|
static java.lang.String[] |
CommonUtil.getEmailsOfPersonGroup(PersonGroupRemote personGroup,
MboRemote mbo,
boolean broadcast)
Method to get emails of a given person group.
|
static java.lang.String[] |
CommonUtil.getEmailsOfPersonSet(PersonSetRemote personSet)
Method to get emails of a given set of people.
|
static PersonSetRemote |
CommonUtil.getGroupPeople(PersonGroupRemote group,
MboRemote mbo,
boolean isBroadcast)
Returns the people in a person group.
|
static PersonSetRemote |
CommonUtil.getGroupPeople(PersonGroupRemote group,
MboRemote mbo,
boolean isBroadcast,
boolean treatNoCalAsAvailable) |
java.lang.String[][] |
RMISession.getLanguageList()
Returns the language ID and name in corresponding language
|
abstract java.lang.String[][] |
MXSession.getLanguageList()
Returns the language ID and name in corresponding language
|
java.util.Set |
TenantLevelObj.getLoadedTenants() |
MboSetRemote |
RMISession.getMboSet(java.lang.String name)
Return a new MboSetRemote for the specified component
|
abstract MboSetRemote |
MXSession.getMboSet(java.lang.String name)
Returns an empty MboSetRemote for the specified type of business object.
|
java.lang.String |
MXException.getMessage(MboSetRemote remoteObj)
Return the Exception's message.
|
java.lang.String |
RMISession.getMessage(MXException mxe)
Returns message for the exception
|
abstract java.lang.String |
MXSession.getMessage(MXException mxe)
Returns message for the exception
|
java.lang.String |
RMISession.getMessage(java.lang.String group,
java.lang.String key)
Returns the message for group and key for the mxsession langcode
|
abstract java.lang.String |
MXSession.getMessage(java.lang.String group,
java.lang.String key)
Returns the message for group and key for the mxsession langcode
|
java.lang.String[] |
RMISession.getMessages(java.lang.String group,
java.lang.String[] key)
Return list of translated strings from the maxmessages table in the order specified by the array of keys passed
|
abstract java.lang.String[] |
MXSession.getMessages(java.lang.String group,
java.lang.String[] key)
Return list of translated strings from the maxmessages table in the order specified by the array of keys passed
for the mxsession langcode
|
protected MXServerRemote |
RMISession.getMXServer()
Returns MXServer object depending on some settings.
|
MXServerRemote |
RMISession.getMXServerRemote()
Return the MXServerRemote
|
abstract MXServerRemote |
MXSession.getMXServerRemote()
Return the MXServer remote interface.
|
static int |
CommonUtil.getNextTaskID(int maxTask,
java.lang.String seedName,
java.lang.String intervalName,
java.lang.String siteOrOrg)
Given a number representing the maximum taskID, this method calculates
the next greater TaskID.
|
ProfileRemote |
RMISession.getProfile()
Return the user's security profile.
|
abstract ProfileRemote |
MXSession.getProfile()
Return the user's security profile.
|
java.lang.String |
RMISession.getProperty(java.lang.String propName)
Returns value of a public property.
|
abstract java.lang.String |
MXSession.getProperty(java.lang.String propName)
Returns value of a non-secure property.
|
static LinearSegment |
PreparedScriptHelper.getSegment(PreparedScript script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure,
java.lang.String unitMeasure) |
static java.util.List |
PreparedScriptHelper.getSegments(PreparedScript script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure,
java.lang.String unitMeasure)
Get LinearSegments for a linear asset
|
static java.lang.String |
CommonUtil.getSMSNumOfPerson(MboRemote person)
Method to get email of a given person
|
static java.util.HashSet |
CommonUtil.getSMSPhonesOfPersonSet(PersonSetRemote personSet)
Method to get emails of a given set of people.
|
java.lang.String |
RMISession.getTaggedMessage(MXException mxe)
Returns message with MessageID for the exception
|
abstract java.lang.String |
MXSession.getTaggedMessage(MXException mxe)
Returns message with MessageID tagged for the exception
|
boolean |
MXSession.hasAdminLogout()
Sets the adminLogout flag to true if the session is marked for adminlogout in maxsession.
|
protected void |
MXCipherX.init(java.lang.String algTest,
java.lang.String modeTest,
java.lang.String paddingTest,
java.lang.String keyTest,
java.lang.String specTest,
java.lang.String modTest,
java.lang.String providerTest) |
protected void |
MXCipher.init(java.lang.String algTest,
java.lang.String modeTest,
java.lang.String paddingTest,
java.lang.String keyTest,
java.lang.String specTest,
java.lang.String modTest,
java.lang.String providerTest) |
static boolean |
CommonUtil.isBypassSiteMismatchWarningEnabled(MboRemote mbo,
MXServerRemote mxServer)
Checks if the Bypass Site Mismatch Warning Message maxvar is enabled for the org/site where the mbo, received as a parameter,
belongs to
|
static boolean |
CommonUtil.isBypassSiteMismatchWarningEnabled(java.lang.String orgSite,
MXServerRemote mxServer)
Checks if the Bypass Site Mismatch Warning Message maxvar is enabled for the org/site received as a parameter
|
static boolean |
CommonUtil.isEmail(java.lang.String notfType) |
static boolean |
CommonUtil.isRepairFacilityEnabled(MboRemote mbo,
MXServerRemote mxServer)
Checks if the Repair Facility maxvar is enabled for the org/site where the mbo, received as a parameter,
belongs to
|
static boolean |
CommonUtil.isRepairFacilityEnabled(java.lang.String orgSite,
MXServerRemote mxServer)
Checks if the Repair Facility maxvar is enabled for the org/site received as a parameter
|
static boolean |
CommonUtil.isSMS(java.lang.String notfType) |
boolean |
RMISession.isSupportedLangCode(java.lang.String langCode)
Is the language a supported maximo language code.
|
protected UserInfo |
RMISession.loadUserInfo()
Returns user information based on the authentication details
provided by authenticating the user credentials with the server.
|
ServiceRemote |
RMISession.lookup(java.lang.String name)
Return the specified remote service
|
abstract ServiceRemote |
MXSession.lookup(java.lang.String name)
Returns the specified remote service.
|
static void |
MXExceptionMediator.registerExceptionAdapter(java.lang.Class exceptionClass,
MXExceptionAdapter exceptionAdapter)
Registers a new MXExceptionAdapter with MXExceptionMediator.
|
void |
TenantRemover.remove(java.lang.String ifaceTableEndPoint,
boolean deleteImmediatly)
Remove all deleted tenants
|
void |
MaxTypeINTEGER.setAftercheckLengthAndScale(java.lang.String val)
Check length and scale agaist the current length and scale and then set the
value if it is alright.
|
void |
MaxTypeFLOAT.setAftercheckLengthAndScale(java.lang.String val)
Check length and scale agaist the current length and scale and then set the
value if it is alright.
|
void |
MaxType.setAftercheckLengthAndScale(java.lang.String val)
Check length and scale agaist the current length and scale and then set the
value if it is alright.
|
void |
MaxTypeINTEGER.setScale(int s)
This method does nothing.
|
void |
MaxTypeFLOAT.setScale(int s)
This method does nothing.
|
void |
MaxTypeDECIMAL.setScale(int s)
Set the scale.
|
void |
MaxType.setScale(int s)
Set the scale for DECIMAL and AMOUNT MaxType.
|
void |
MaxTypeYORN.setValue(boolean value)
Set the value to the specified value.
|
void |
MaxType.setValue(boolean value)
Set the value to the specified value.
|
void |
MaxTypeCRYPTO.setValue(byte[] value)
Set the value to the specified value.
|
void |
MaxTypeCRYPTOX.setValue(byte[] value)
Set the value to the specified value.
|
void |
MaxType.setValue(byte[] value)
Set the value to the specified value.
|
void |
MaxTypeTIME.setValue(java.util.Date value)
Set the value to the specified value.
|
void |
MaxTypeDATETIME.setValue(java.util.Date value)
Set the value to the specified value.
|
void |
MaxTypeDATE.setValue(java.util.Date value)
Set the value to the specified value.
|
void |
MaxType.setValue(java.util.Date value)
Set the value to the specified value.
|
void |
MaxTypeYORN.setValue(double value)
Set the value to the specified value.
|
void |
MaxTypeDURATION.setValue(double value)
Set the value to the specified value.
|
void |
MaxTypeINTEGER.setValue(double value)
Set the value to the specified value.
|
void |
MaxTypeFLOAT.setValue(double value)
Set the value to the specified value.
|
void |
MaxTypeDECIMAL.setValue(double value)
Set the value to the specified value.
|
void |
MaxTypeAMOUNT.setValue(double value)
Set the value to the specified value.
|
void |
MaxType.setValue(double value)
Set the value to the specified value.
|
void |
MaxTypeYORN.setValue(float value)
Set the value to the specified value.
|
void |
MaxTypeDURATION.setValue(float value)
Set the value to the specified value.
|
void |
MaxTypeINTEGER.setValue(float value)
Set the value to the specified value.
|
void |
MaxTypeFLOAT.setValue(float value)
Set the value to the specified value.
|
void |
MaxTypeAMOUNT.setValue(float value)
Set the value to the specified value.
|
void |
MaxType.setValue(float value)
Set the value to the specified value.
|
void |
MaxTypeYORN.setValue(int value)
Set the value to the specified value.
|
void |
MaxTypeDURATION.setValue(int value)
Set the value to the specified value.
|
void |
MaxTypeINTEGER.setValue(int value)
Set the value to the specified value.
|
void |
MaxTypeFLOAT.setValue(int value)
Set the value to the specified value.
|
void |
MaxTypeAMOUNT.setValue(int value)
Set the value to the specified value.
|
void |
MaxType.setValue(int value)
Set the value to the specified value.
|
void |
MaxTypeYORN.setValue(long value)
Set the value to the specified value.
|
void |
MaxTypeDURATION.setValue(long value)
Set the value to the specified value.
|
void |
MaxTypeINTEGER.setValue(long value)
Set the value to the specified value.
|
void |
MaxTypeFLOAT.setValue(long value)
Set the value to the specified value.
|
void |
MaxTypeDECIMAL.setValue(long value)
Set the value to the specified value.
|
void |
MaxTypeAMOUNT.setValue(long value)
Set the value to the specified value.
|
void |
MaxType.setValue(long value)
Set the value to the specified value.
|
void |
MaxTypeYORN.setValue(MaxType value) |
void |
MaxTypeUPPER.setValue(MaxType value) |
void |
MaxTypeLOWER.setValue(MaxType value)
Set value of MaxType.
|
void |
MaxTypeDURATION.setValue(MaxType value) |
void |
MaxTypeDATETIME.setValue(MaxType value) |
void |
MaxTypeDATE.setValue(MaxType value) |
void |
MaxTypeCRYPTO.setValue(MaxType value) |
void |
MaxTypeINTEGER.setValue(MaxType value) |
void |
MaxTypeFLOAT.setValue(MaxType value) |
void |
MaxTypeDECIMAL.setValue(MaxType value) |
void |
MaxTypeAMOUNT.setValue(MaxType value)
Clone the object.
|
void |
MaxTypeALN.setValue(MaxType value)
Set value based on the MaxType value passed in.
|
abstract void |
MaxType.setValue(MaxType value) |
void |
MaxTypeYORN.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeUPPER.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeTIME.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeLOWER.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeDURATION.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeDATETIME.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeDATE.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeINTEGER.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeFLOAT.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeDECIMAL.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeAMOUNT.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
MaxTypeALN.setValue(java.lang.String value)
Set the value to the specified value.
|
abstract void |
MaxType.setValue(java.lang.String value)
Set the value to the specified value.
|
void |
TenantRemover.suspendInactiveTenants()
Inactivity tenants who did not access system for 30 days
|
void |
TenantRemover.suspendNeverUsedTenants()
Inactivity tenants who did not access system for 30 days
|
java.lang.String |
DisplayIsDynamicJobplanFields.toWhereClause(java.lang.Object param,
MboSetRemote msr) |
void |
TenantLevelObj.unloadInactiveCaches(long interval) |
static void |
MXExceptionMediator.unregisterExceptionAdapter(java.lang.Class exceptionClass)
Unregisters an MXExceptionAdapter
|
void |
TenantRemover.updateCOSInfo()
Remove all deleted tenants
|
static java.lang.String |
PreparedScriptHelper.verifySegmentAttributesAreUnique(PreparedScript script,
MboRemote asset,
java.lang.Double woStartMeasure,
java.lang.Double woEndMeasure)
Check that the attributes have only 1 value for the work length.
|
Constructors in psdi.util that throw MXException
Constructor and Description |
DMSManager(MboRemote dms)
Constructor.
|
MXCipher(MXServerRemote mxServer) |
MXCipher(java.lang.String verifyPkgInput) |
MXCipher(java.lang.String str1,
java.lang.String str2) |
MXCipher(java.lang.String algTest,
java.lang.String modeTest,
java.lang.String paddingTest,
java.lang.String keyTest,
java.lang.String specTest) |
MXCipher(java.lang.String algTest,
java.lang.String modeTest,
java.lang.String paddingTest,
java.lang.String keyTest,
java.lang.String specTest,
java.lang.String modTest,
java.lang.String providerTest) |
MXCipherX(MXServerRemote mxServer) |
MXCipherX(java.lang.String algTest,
java.lang.String modeTest,
java.lang.String paddingTest,
java.lang.String keyTest,
java.lang.String specTest) |
MXCipherX(java.lang.String algTest,
java.lang.String modeTest,
java.lang.String paddingTest,
java.lang.String keyTest,
java.lang.String specTest,
java.lang.String modTest,
java.lang.String providerTest) |
Methods in psdi.webclient.beans.asset that throw MXException
Modifier and Type |
Method and Description |
int |
SplitDepreciationAssetAllocBean.ADDCHILDASSETS_ACTION() |
int |
AssetAppBean.addNewSAusingTempData()
Proceed with the Service Address creation based on information provided in
the dialog.
|
int |
SplitDepreciationAssetAllocBean.addrow() |
int |
SparePartsBean.addrow() |
int |
DefaultInfoBean.addrow() |
int |
AddAssetToCollectionsBean.addrow() |
int |
AssetAppBean.ALTERITEM() |
int |
MoveAssetBean.applyattrdfld() |
int |
ApplyIASBean.applyIASAutoNumAll() |
int |
MoveAssetBean.applymovebin() |
int |
MoveAssetBean.applymovedflt() |
int |
MoveAssetBean.applymovegla() |
int |
MoveAssetBean.applymoveloc() |
int |
MoveAssetBean.applymoveparent() |
int |
MoveAssetBean.applymovesite() |
int |
MoveAssetBean.applypersongroupfld() |
int |
MoveAssetBean.applyusercustdfld() |
void |
AssetOpSKDBean.cancelAstDefMnt()
Event called on cancel of the Define Maintenance Schedule dialog.
|
void |
AssetOpSKDBean.cancelAstDefop()
Event called on cancel of the Define Operational Schedule dialog.
|
void |
ManageAssetOpSKDBean.cancelAstmngop()
Event called on cancel of the Manage Operational Schedule dialog.
|
int |
AssetAppBean.changeTemplateState()
Method to be sent to event handler after the 'Create New Service Address' dialog is closed.
|
void |
AssetAppBean.checkDPAAppsAccess()
is the user authorized to view deployed asset details? That is, can the
user click on the Deployed Asset Details button on the Asset Details
screen that will take him/her to the Deployed asset applications ?
|
void |
SelectMoreAssetsMoveBean.clearClassification()
This method gets called from the Classification menu.
|
void |
AssetAppBean.considerDuplicateMeterSequences() |
int |
AssetAppBean.convertsachildtoparent()
Make the current customized (child) Service Address a main one (parent)
|
int |
AssetAppBean.createNewSA()
Prepares the initial data to be used in the 'Create New Service Address' dialog.
|
protected void |
TicketBean.createNewTicket()
Create a new ticket against the current App Mbo.
|
protected void |
SourceOrTargetAssetTicketBean.createNewTicket()
Create the new ticket based on the selected asset.
|
protected void |
WorkorderBean.createNewWorkorder() |
protected void |
SourceOrTargetAssetWorkorderBean.createNewWorkorder()
Create the new workorder based on the selected asset.
|
int |
AssetAppBean.DELETE() |
int |
SelectMoreAssetsMoveBean.doRefresh()
Provides the functionality for the 'Refine' button
|
int |
ManageAssetOpSKDBean.doRefresh()
Refresh the data in the table
|
int |
AssetAppBean.DUPLICATE() |
int |
ZeroCosts.execute() |
int |
WorkorderBean.execute() |
int |
TicketBean.execute() |
int |
SwapDepreciationScheduleBean.execute() |
int |
SwapAssetBean.execute() |
int |
SourceOrTargetAssetReportDowntimeBean.execute()
Save the downtime report manually because this dialog had the
savemode="ONLOADUNLOAD" attribute which resets all references.
|
int |
SourceOrTargetAssetManageDowntimeHistoryBean.execute()
Save the downtime report manually because this dialog had the
savemode="ONLOADUNLOAD" attribute which resets all references.
|
int |
SelectAssetsDepAllocBean.execute() |
int |
MultiAssetCollectionBean.execute()
Method invoked from 'Add Assets to Collections' dialog box.
|
int |
MoveAssetBean.execute() |
int |
DowntimeReportBean.execute() |
int |
AssignWorkZoneBean.execute()
Method invoked from 'Associate Work Zone' dialog box.
|
int |
AssetChangeStatusBean.execute()
Method invoked from status dialog box
|
int |
SelectMoreAssetsMoveBean.execute(MboSetRemote mboset) |
int |
SourceTargetExecute.executeOK() |
int |
SwapAssetBean.filterrows() |
int |
RefreshAssetTablesBean.filterrows() |
static MboSetRemote |
DynamicAssetUtil.getAssetRemoteForAssetNum(WebClientSession wcs,
java.lang.String assetNum)
Get an AssetRemote implementation for a given asset number, restricted to site id
|
MboSetRemote |
SelectMoreAssetsMoveBean.getList(int nRow,
java.lang.String attribute)
A method to return a list of statuses that can be used to filter.
|
MboSetRemote |
AssetChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
MboRemote |
SwapDepreciationScheduleBean.getMboByAppBean() |
protected MboSetRemote |
SourceOrTargetViewWorkDetailsBean.getMboSetRemote() |
protected MboSetRemote |
SourceOrTargetAssetWorkorderBean.getMboSetRemote() |
protected MboSetRemote |
SourceOrTargetAssetTicketBean.getMboSetRemote()
Get the MboSet to use against either the applications's Asset or the one selected from the Relationships table -
Source or Target Asset
|
protected MboSetRemote |
SourceOrTargetAssetReportDowntimeBean.getMboSetRemote()
Get the MboSet to use against either the applications's Asset or the one
selected from the Relationships table -Source or Target Asset
|
protected MboSetRemote |
SourceOrTargetAssetBean.getMboSetRemote() |
protected MboSetRemote |
SelectAssetsDepAllocBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
NonCachedSourceOrTargetAssetBean.getMboSetRemote() |
protected MboSetRemote |
AssetRelationshipFilterByBean.getMboSetRemote() |
protected MboSetRemote |
AssetMetersBean.getMboSetRemote() |
protected MboSetRemote |
AssetCrewHistoryBean.getMboSetRemote() |
boolean |
AssetAppBean.hasSigOptionAccess(java.lang.String sigOption)
IJ23166: this happens only in Asset Application.
|
int |
AssetAppBean.IMPORTDIGITALDATA()
Method invoked from Import Digital Data action
|
void |
WorkorderBean.initialize() |
void |
TicketBean.initialize() |
void |
SwapAssetBean.initialize() |
protected void |
SelectMoreAssetsMoveBean.initialize() |
void |
RefreshAssetTablesBean.initialize() |
protected void |
MultiselectCollectionBean.initialize() |
void |
MultiAssetCollectionBean.initialize() |
void |
MoveAssetBean.initialize() |
void |
ManageAssetOpSKDBean.initialize() |
protected void |
AssetRollupStatusBean.initialize() |
protected void |
AssetRelationshipFilterByBean.initialize() |
void |
AssetOpSKDBean.initialize() |
void |
ApplyIASBean.initialize() |
int |
AssetAppBean.ISSUEITEMS() |
int |
AssetAppBean.MANAGEDEP() |
int |
AssetAppBean.METHIST() |
int |
AssetAppBean.METREAD() |
int |
AssetAppBean.METRESET() |
int |
SplitDepreciationScheduleBean.OK_ACTION() |
int |
ManageDepreciationScheduleBean.OK_ACTION() |
int |
AssetOpSKDBean.okAstDefMnt() |
int |
AssetOpSKDBean.okAstDefOp() |
protected MboSetRemote |
NonCachedSourceOrTargetAssetBean.oldgetMboSetRemote()
|
int |
AssetAppBean.openMaximoDiscovery()
This function handles the "Discovery" button on the Asset Details dialog.
|
int |
MoveAssetBean.pluscapplymovelploc() |
int |
AssetAppBean.PLUSVIEWSP()
Calls View Spot Check History dialog after validating, fetches
information
|
int |
AssetAppBean.recalibrateLinearAssets() |
int |
ManageDepreciationScheduleBean.REFRESH_PREVIEW() |
int |
AssetAppBean.refreshhistory() |
int |
AssetAppBean.REFRESHLIST() |
void |
RefreshAssetTablesBean.reset() |
int |
AssetRollupStatusBean.ROLLUPALLCOSTS()
Method invoked from ROLLUPALLCOSTS
|
int |
AssetRollupStatusBean.ROLLUPMANUALDATA()
Method invoked from ROLLUPMANUALDATA
|
void |
AssetAppBean.save() |
int |
AssetAppBean.SAVE()
checks for exceptions resulting from duplicate AssetMeter.Sequence values
when the Asset's meter group (Asset.GroupName) has been modified.
|
protected void |
SourceOrTargetAssetReportDowntimeBean.saveAssetAppBean()
We need to save the Asset app bean programmatically because if we use the
savemode="ONLOAD" all references to UI controls get reset, which means we
can not determine which asset the user wants to use in this dialog.
|
protected void |
SourceOrTargetAssetManageDowntimeHistoryBean.saveAssetAppBean()
We need to save the Asset app bean programmatically because if we use the
savemode="ONLOAD" all references to UI controls get reset, which means we
can not determine which asset the user wants to use in this dialog.
|
protected void |
TicketBean.saveNewTicket()
Get the current App bean and save any changes, which in turn saves the new ticket
|
protected void |
SourceOrTargetAssetTicketBean.saveNewTicket()
Save the new ticket based on the selected asset.
|
protected void |
WorkorderBean.saveWorkorder() |
protected void |
SourceOrTargetAssetWorkorderBean.saveWorkorder()
Save the workorder based on the selected asset.
|
int |
AssetResultsBean.selectrecord() |
boolean |
SplitDepreciationAssetAllocBean.setCurrentRow(int nRow) |
void |
SelectMoreAssetsMoveBean.setQbe(java.lang.String attribute,
java.lang.String expression)
Override the setqbe for the CLASSSTRUCTURE.HIERARCHYPATH non-persistent field.
|
protected void |
SourceOrTargetViewWorkDetailsBean.setupOwner()
We need to override and setup the owner and ownerBean
|
int |
SparePartsBean.setvalue() |
void |
AssetAppBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
SparePartsBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
int |
AssetAppBean.SPLITDEP() |
int |
AssetAppBean.STATUS() |
int |
AssetAppBean.STATUSSUB() |
int |
SplitDepreciationAssetAllocBean.toggledeleterow() |
int |
ManageDepreciationScheduleBean.toggleselectrow() |
void |
SelectMoreAssetsMoveBean.updateClassstructure(java.lang.String hierarchypath)
This method displays the Classstructure path within the QBE field.
|
void |
SwapDepreciationScheduleBean.validate() |
int |
AssetAppBean.viewdetails()
This function handles the "View Details" button on the Asset Details
dialog.
|
int |
AssetAppBean.ZEROYTD() |
Methods in psdi.webclient.beans.assetcat that throw MXException
Modifier and Type |
Method and Description |
int |
SelectValueAttributeMultipleBean.attributeSearch()
09-16850: attributeSearch to filter by AssetFeature if it is in query mode
|
int |
SelectValueAttributeFeaturesBean.attributeSearch()
09-16850: to filter AssetFeature if in query mode
|
int |
SelectValueAttributeBean.attributeSearch() |
java.lang.String |
SearchAttributeBean.attributeSearch(MboSetRemote searchResultSet)
When user further enters attribute values and click refine button, this event is triggered.
|
java.lang.String |
SearchAttributeQbeBean.attributeSearch(java.lang.String objectName)
When user further enters attribute values and click refine button, this event is triggered.
|
int |
SearchClassificationFeaturesBean.classAndAttributesSearch()
When user further enters attribute values and click refine button, this event is triggered.
|
int |
SearchClassificationBean.classAndAttributesSearch()
When user further enters attribute values and click refine button, this event is triggered.
|
int |
SearchClassificationFeaturesBean.clearSearch()
When user further enters attribute values and click the clear button, this event is triggered.
|
int |
SearchClassificationBean.clearSearch()
When user further enters attribute values and click the clear button, this event is triggered.
|
int |
SearchAttributeQbeBean.clearSearch()
When user further enters attribute values and click the clear button, this event is triggered.
|
int |
SearchAttributeBean.clearSearch()
When user further enters attribute values and click the clear button, this event is triggered.
|
int |
SearchAttributeQbeBean.execute()
Event called by xml to get the search attributes and values and returns to the
result set
|
int |
SelectValueBean.execute(MboSetRemote mboset)
07-18050:Call different method on WO.java depending on the mboset to return to the table window.
|
int |
SelectValueAttributeBean.execute(MboSetRemote mboset)
07-18050:Call different method on WO.java depending on the mboset to return to the table window.
|
int |
SelectValueAttributeMultipleBean.featureCancel() |
int |
SearchClassificationFeaturesBean.featureCancel() |
java.lang.String |
SearchClassificationWOsBean.getAttributeForReturn()
The value to return is "wonum" on the result set
|
java.lang.String |
SearchClassificationTicketsBean.getAttributeForReturn()
The value to return is "ticketid" on the result set
|
java.lang.String |
SearchClassificationSolutionsBean.getAttributeForReturn()
The value to return is "solution" on the result set
|
java.lang.String |
SearchClassificationLocationsBean.getAttributeForReturn()
The value to return is "location" on the result set
|
java.lang.String |
SearchClassificationJobPlansBean.getAttributeForReturn()
The value to return is "jpnumnum" on the result set
|
java.lang.String |
SearchClassificationItemsBean.getAttributeForReturn()
The value to return is "itemnum" on the result set
|
java.lang.String |
SearchClassificationFeaturesBean.getAttributeForReturn()
sub class will supply the return value such as itemnum,assetnum,location, wonum,etc
|
java.lang.String |
SearchClassificationCIsBean.getAttributeForReturn()
The value to return is "cinum" on the result set
|
java.lang.String |
SearchClassificationBean.getAttributeForReturn()
sub class will supply the return value such as itemnum,assetnum,location, wonum,etc
|
java.lang.String |
SearchClassificationAssetsBean.getAttributeForReturn()
The value to return is "assetnum" on the result set
|
DataBean |
SearchClassificationBean.getClassSpecDataBean()
IV60912:get the ClassSpec DataBean
|
protected MboSetRemote |
SelectValueBean.getMboSetRemote()
set the MboSet to filter incident,problem,sr
|
protected MboSetRemote |
SearchClassificationBean.getMboSetRemote()
IV78503/PMR: 42722,122,000: put appName on the classstructureset for data restriction with app to work.
|
java.lang.String |
SearchClassificationBean.getOriginatingAttribute()
Returns the field where the dialog is launched
|
java.lang.String |
SearchAttributeBean.getOriginatingAttribute()
Returns the field where the dialog is launched
|
DataBean |
SearchClassificationBean.getOriginatingDataBean()
Returns the DataBean where the field resides when the dialog is launched from the field.
|
DataBean |
SearchAttributeBean.getOriginatingDataBean()
Returns the DataBean where the field resides when the dialog is launched from the field.
|
java.lang.String |
SearchClassificationWOsBean.getResultObjectName()
The value to return is "WORKORDER" on the result set
|
java.lang.String |
SearchClassificationTicketsBean.getResultObjectName()
The value to return is "SOLUTION" on the result set
|
java.lang.String |
SearchClassificationSolutionsBean.getResultObjectName()
The value to return is "SOLUTION" on the result set
|
java.lang.String |
SearchClassificationLocationsBean.getResultObjectName()
The value to return is "LOCATIONS" on the result set
|
java.lang.String |
SearchClassificationJobPlansBean.getResultObjectName()
The value to return is "jpnum" on the result set
|
java.lang.String |
SearchClassificationItemsBean.getResultObjectName()
The value to return is "itemnum" on the result set
|
java.lang.String |
SearchClassificationFeaturesBean.getResultObjectName()
sub class will supply the return value such as itemnum,assetnum,location, wonum,etc
|
java.lang.String |
SearchClassificationCIsBean.getResultObjectName()
The value to return is "cinum" on the result set
|
java.lang.String |
SearchClassificationBean.getResultObjectName()
sub class will supply the return value such as itemnum,assetnum,location, wonum,etc
|
java.lang.String |
SearchClassificationAssetsBean.getResultObjectName()
The value to return is "ASSET" on the result set
|
MboSetRemote |
SearchClassificationWOsBean.getResultSetForReturn()
The result set is WOSet
|
MboSetRemote |
SearchClassificationTicketsBean.getResultSetForReturn()
The result set is Ticket
|
MboSetRemote |
SearchClassificationSolutionsBean.getResultSetForReturn()
The result set is Solution
|
MboSetRemote |
SearchClassificationLocationsBean.getResultSetForReturn()
The result set is LocationSet
|
MboSetRemote |
SearchClassificationJobPlansBean.getResultSetForReturn()
The result set is ItemSet
|
MboSetRemote |
SearchClassificationItemsBean.getResultSetForReturn()
The result set is ItemSet
|
MboSetRemote |
SearchClassificationFeaturesBean.getResultSetForReturn()
returns FEATURES set
|
MboSetRemote |
SearchClassificationCIsBean.getResultSetForReturn()
The result set is CIet
|
MboSetRemote |
SearchClassificationBean.getResultSetForReturn()
sub class will supply the real result set
|
MboSetRemote |
SearchClassificationAssetsBean.getResultSetForReturn()
The result set is AssetSet
|
SearchAttributeBean |
SelectValueAttributeFeaturesBean.getSearchAttributeBean()
get the Select Value Attribute Bean
|
MboRemote |
SearchClassificationBean.getSelectedClassStructure()
returns the classstructure mbo being selected in the current classstructure set
|
java.lang.Object[][] |
SearchClassificationBean.getTop(java.lang.String[] dataattributes,
int maxchildren)
Overwrite the base method to move to the first record of the top-level classifications that has been sorted.
|
void |
SelectValueAttributeMultipleBean.initialize()
talks to searchAttributeBean
|
void |
SelectValueAttributeFeaturesBean.initialize()
09-16850: talk to searchAttributeBean
|
void |
SelectValueAttributeBean.initialize()
07-24790
|
void |
SearchClassificationLocationsBean.initialize()
07-24789:initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
void |
SearchClassificationItemsBean.initialize()
IV65138:initialize - set the use with to be ITEM when search classification is launched on an item field.
|
void |
SearchClassificationFeaturesBean.initialize() |
void |
SearchClassificationCIsBean.initialize()
07-24789:initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
void |
SearchClassificationBean.initialize() |
void |
SearchClassificationAssetsBean.initialize()
07-24789:initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
void |
SearchAttributeFeaturesBean.initialize() |
void |
SearchAttributeBean.initialize() |
void |
DefineObjectDetailBean.initialize() |
void |
AssociateSpecOverrideBean.initialize()
initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
Future override of the objectname will be done here.
|
void |
AssociateSpecCIBean.initialize()
initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
void |
AssociateSpecBean.initialize() |
void |
AssociateSpecAssetBean.initialize()
TreeControlBean is ClassStructure object
Called from Organizations app - System Settings dialog
|
void |
AssociateSpecACTCIBean.initialize()
initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
protected boolean |
AssociateSpecBean.moveTo(int row)
Overide moveTo - not to actually moveTo(0) when the bean is initialized.
|
int |
SelectValueBean.multiSelectRecords()
07-18050: for the work order "Select" menu
|
int |
SelectValueAttributeMultipleBean.multiSelectRecords()
09-16850: When multiple rows are selected, return the values selected to the originating data bean.
|
int |
SelectValueAttributeBean.multiSelectRecords()
07-18050:Special method for the Select Aseets/Locations/CIs to work in Work order tracking
|
int |
SearchClassificationFeaturesBean.multiSelectRecords()
09-16850: When multiple rows are selected, return the values selected to the originating data bean.
|
int |
SearchAttributeQbeBean.newrow()
09-12725: The addrow event(button) may be grayed out because of the main
object might be readonly via security setup.
|
int |
SearchAttributeBean.newrow()
09-12725: The addrow event(button) may be grayed out because of the main
object might be readonly via security setup.
|
int |
SearchAttributeQbeBean.qbecancel() |
int |
AssetCatAppBean.returnwithvalue()
Overrides the returnwithvalue() method found in AppBean.java
Used for classstructure.hierarchypath applinking.
|
int |
AssetCatAppSaveBean.SAVE() |
int |
SearchClassificationBean.selectnode()
When record is slected, related sets refresh.
|
int |
SelectValueBean.selectrecord()
When the row is selected, return the value selected to the originating data bean.
|
int |
SelectValueAttributeBean.selectrecord()
set the MboSet to filter incident,problem,sr
/**When the row is selected, return the value selected to the originating data bean.
|
int |
SelectParentClassificationBean.selectrecord()
The classstructure selected will be the parent of the
originating ClassStructure object.
|
int |
AssociateSpecBean.selectrecord()
select a classstructure node from the tree
|
void |
SearchClassificationTicketsBean.setNewMboSet(MboSetRemote newSet) |
void |
SearchClassificationJobPlansBean.setNewMboSet(MboSetRemote newSet)
06-19342: remember the newSet to be returned.
|
void |
SearchClassificationItemsBean.setNewMboSet(MboSetRemote newSet)
06-19342: remember the newSet to be returned.
|
void |
SearchClassificationCIsBean.setNewMboSet(MboSetRemote newSet)
06-19342: remember the newSet to be returned.
|
void |
SearchClassificationBean.setResultSetToReturn(MboSetRemote mboSet)
07-24186
|
void |
SearchAttributeBean.setSelectValueAttrBean(DataBean selectBean)
07-24790:
|
void |
SearchClassificationFeaturesBean.setSelectValueBean(DataBean selectBean) |
void |
SearchClassificationBean.setSelectValueBean(DataBean selectBean)
08-21431:
|
boolean |
SearchAttributeFeaturesBean.toUseAssetFeature()
09-16850: to further filter the FEATURES by the current asset feature
|
boolean |
SearchAttributeBean.toUseAssetFeature()
09-16850: to further filter the FEATURES by the current asset feature
|
protected void |
SelectParentClassificationBean.updateMainRecord()
Return to the non-persistent column parentclassificationid(for users to see) but most importantly set value
of the Parent column and close the dialog
|
protected void |
AssociateSpecBean.updateOriginatingRecord()
update the classStructureid of the originating object with the selected
classstructure node and close the dialog
|
Methods in psdi.webclient.beans.bim that throw MXException
Modifier and Type |
Method and Description |
int |
BIMSessionBean.addNewRow() |
protected MboRemote |
SystemsBaseBean.addNodeToSystem(MboSetRemote hierarchySet,
java.lang.String systemId,
java.lang.String siteId,
java.lang.String location,
java.lang.String parent)
Add location as a member the the specified system with the specified parent
|
int |
BIMUploadTableBean.addrow() |
protected int |
SystemsBaseBean.addSelectionToSystem(LocHierarchySetRemote hierarchySet,
java.lang.String systemId,
java.lang.String siteId,
java.lang.String rootLocation,
java.util.Set selection)
Add a set of locations specifed by the value bound to the control to the system with
the specified parent.
|
int |
OmniClassImportBean.cancelDialog() |
int |
BIMUploadTableBean.cancelDialog() |
int |
BIMUploadBean.cancelDialog() |
void |
ProductBean.clearClassification() |
void |
ProductAppBean.clearClassification() |
void |
OmniClassImportBean.clearClassification() |
void |
DesignSpecAppBean.clearClassification() |
void |
BIMUploadBean.clearClassification() |
void |
BIMConfigurationBean.clearClassification() |
int |
CommissioningBean.commission() |
void |
BIMSessionBean.delete(int nRow) |
protected void |
SystemsBaseBean.deleteAllMember(MboRemote systemMbo) |
int |
SystemsDisplayBean.execute() |
int |
DlgSessionTypeBean.execute() |
int |
DlgProjectSaveBean.execute() |
int |
BIMUploadTableBean.execute() |
int |
BIMUploadBean.execute() |
int |
BIMConfigurationBean.execute() |
int |
BIMUploadBean.exportBuilding() |
java.lang.String |
ProductSearchClassificationBean.getAttributeForReturn() |
java.lang.String |
DesignSpecSearchClassificationBean.getAttributeForReturn() |
java.lang.String |
OmniClassImportBean.getDirectoryPath(java.lang.String enentSource) |
java.lang.String |
FileUpload.getDirectoryPath(java.lang.String enentSource) |
java.lang.String |
BIMUploadTableBean.getDirectoryPath(java.lang.String enentSource) |
protected LocHierarchySetRemote |
SystemsBaseBean.getLocHierarchySet() |
protected MboSetRemote |
SystemsTreeBean.getMboSetRemote() |
protected MboSetRemote |
ProductResultsBean.getMboSetRemote()
set the MboSet to include ONLY ItemTypes of "ITEM"
|
protected MboSetRemote |
ProductAppBean.getMboSetRemote()
set the MboSet to include ONLY ItemTypes of "ITEM"
|
protected MboSetRemote |
DesignSpecAppBean.getMboSetRemote()
set the MboSet to include Predoucts that are design specification"
|
protected MboSetRemote |
CommentTreeBean.getMboSetRemote() |
protected MboSetRemote |
BIMConfigurationBean.getMboSetRemote() |
java.lang.String |
ProductSearchClassificationBean.getResultObjectName() |
java.lang.String |
DesignSpecSearchClassificationBean.getResultObjectName() |
MboSetRemote |
ProductSearchClassificationBean.getResultSetForReturn() |
MboSetRemote |
DesignSpecSearchClassificationBean.getResultSetForReturn() |
int |
BIMUploadBean.importBuilding() |
protected void |
SystemsTreeBean.initialize() |
void |
SystemsDisplayBean.initialize() |
void |
SystemsBaseBean.initialize() |
void |
ProductSearchClassificationBean.initialize() |
void |
OmniClassManagerBean.initialize() |
void |
OmniClassImportBean.initialize() |
protected void |
FilterBean.initialize() |
void |
DlgUploadFileBean.initialize() |
void |
DlgSessionTypeBean.initialize() |
void |
DesignSpecSearchClassificationBean.initialize() |
void |
CommissioningBean.initialize() |
protected void |
CommentTreeBean.initialize() |
void |
CommentMgrBean.initialize() |
void |
ClassDefaultLookupBean.initialize() |
protected void |
BIMUploadTableBean.initialize() |
protected void |
BIMUploadBean.initialize() |
protected void |
BIMSessionBean.initialize() |
void |
BIMConfigurationBean.initialize() |
protected void |
AttributeMapBean.initialize() |
void |
ProductAppBean.insert() |
void |
BIMProjectBean.insert() |
int |
DlgUploadFileBean.loadFile()
Method to import xml/Flat file.
|
MboSetRemote |
SystemsBaseBean.lookupAllLocationsForSystem(java.lang.String systemId,
java.lang.String siteId)
Queries the LOCHIERARCHY table for all entries associated with a system
|
protected LocationSetRemote |
SystemsTreeBean.lookupLocationSet(java.lang.String location,
java.lang.String systemId,
java.lang.String siteId) |
protected boolean |
ClassDefaultLookupBean.moveTo(int row) |
int |
DesignSpecAppBean.newComment() |
int |
CommentMgrBean.newComment() |
int |
OmniClassImportBean.omniclassImport() |
protected void |
SystemsBaseBean.populateSystem(MboRemote locSysMbo,
LocationRemote owningLocation,
java.lang.String systemId,
java.lang.String siteId,
java.lang.String parent,
java.util.Set selection)
Populates a new (empty) system with a 2 level hierarchy.
|
int |
OmniClassManagerBean.refreshLogs()
The model loader runs as a background thread.
|
int |
OmniClassImportBean.refreshLogs()
The model loader runs as a background thread.
|
int |
CommissioningBean.refreshLogs()
The model loader runs as a background thread.
|
int |
BIMUploadBean.refreshLogs()
The model loader runs as a background thread.
|
void |
BIMUploadBean.refreshSessionTable() |
int |
DesignSpecAppBean.reply() |
int |
CommentMgrBean.reply() |
void |
BIMProjectBean.save() |
int |
SystemsTreeBean.selectnode()
Handles the selectnode event fired from the frontend or through TreeNode
It gets MBo for the uniqueid passed whena a node is selected
|
int |
CommentTreeBean.selectnode()
Handles the selectnode event fired from the frontend or through TreeNode
It gets MBo for the uniqueid passed whena a node is selected
|
int |
ClassDefaultLookupBean.selectnode()
Handles the selectnode event fired from the frontend or through TreeNode
It gets MBo for the uniqueid passed whena a node is selected
|
void |
CommentMgrBean.selectNode(long uid) |
int |
SystemsTreeBean.selectrecord() |
int |
ClassDefaultLookupBean.selectrecord()
select a classstructure node from the tree
|
protected void |
SystemsBaseBean.setChildrenFlag(MboRemote locSysMbo,
MboRemote locationMbo,
java.lang.String systemId,
java.lang.String siteId,
java.lang.String parent)
Set the hasChildren flag to true on the location specified by parent
|
void |
OmniClassImportBean.setClientFileName(MboRemote targetMbo,
java.lang.String enentSource,
java.lang.String fileName) |
void |
FileUpload.setClientFileName(MboRemote targetMbo,
java.lang.String enentSource,
java.lang.String fileName) |
void |
BIMUploadTableBean.setClientFileName(MboRemote targetMbo,
java.lang.String enentSource,
java.lang.String fileName) |
boolean |
BIMUploadTableBean.setCurrentRow(int nRow) |
void |
SystemsTreeBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy) |
void |
OmniClassImportBean.setServerFileName(MboRemote targetMbo,
java.lang.String enentSource,
java.lang.String fileName) |
void |
FileUpload.setServerFileName(MboRemote targetMbo,
java.lang.String enentSource,
java.lang.String fileName) |
void |
BIMUploadTableBean.setServerFileName(MboRemote targetMbo,
java.lang.String enentSource,
java.lang.String fileName) |
void |
BIMUploadBean.setupButtons(boolean isNew) |
protected java.lang.String |
SystemsDisplayBean.setupStartingLocation()
The starting location is passed from the .jsp on the event that initiatiates the dialog
|
protected java.lang.String |
SystemsBaseBean.setupStartingLocation()
The starting location is passed from the .jsp on the event that initiatiates the dialog
|
void |
ProductAppBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
DesignSpecAppBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
BIMProjectBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
int |
OmniClassImportBean.uniformatImport() |
int |
BIMUploadBean.updateBuilding() |
protected void |
ClassDefaultLookupBean.updateOriginatingRecord()
update the classStructureid of the originating object with the selected
classstructure node and close the dialog
|
int |
BIMSessionBean.uploadCOBieCVSFiles()
Handle the upload button on the dialog
|
int |
BIMUploadBean.validateBuilding() |
Methods in psdi.webclient.beans.bim.viewer that throw MXException
Modifier and Type |
Method and Description |
protected void |
AssetLookupMulti.addAssets(MboSetRemote resultSet,
java.util.Set selectedAssets) |
int |
ModelAddBean.addrow() |
int |
SystemsUpdateBean.appendsystem()
Handles the append button.
|
int |
BIMViewerEventBean.assignModelId() |
int |
AssetLookupSection.bimModelListChanged() |
int |
AssetLookupBaseToo.bimModelListChanged() |
int |
AssetLookupBase.bimModelListChanged() |
int |
SystemsUpdateBean.deletesystem() |
void |
WOModelLocBean.eventAddSelection() |
void |
WOModelLocBean.eventRemoveSelection() |
int |
BIMViewerEventBean.eventSelect() |
int |
WOPMsDisplayBean.execute() |
int |
SystemsNewBean.execute() |
int |
ModelAddBean.execute() |
int |
AssetLookupMulti.execute() |
int |
AssetLookup.execute() |
int |
AssetDetailsBean.execute() |
protected void |
AssetLookupBaseToo.filterAndUndelete(DataBean multiLocDataBean,
java.lang.String modelSiteId,
java.util.Set selectedAssets,
java.util.Set selectedLocations)
Compares the proposed insertions against the existing table.
|
protected void |
AssetLookupBase.filterAndUndelete(DataBean multiLocDataBean,
java.lang.String modelSiteId,
java.util.Set selectedAssets,
java.util.Set selectedLocations)
Compares the proposed insertions against the existing table.
|
java.lang.String |
BIMViewerEventBean.getCurrentData(java.lang.String attributesToPass) |
MboSetRemote |
AssetLookupBase.getMboSet() |
protected MboSetRemote |
WOTreeBaseBeanToo.getMboSetRemote() |
protected MboSetRemote |
WOTreeBaseBean.getMboSetRemote() |
MboSetRemote |
AssetLookupBase.getMboSetRemote() |
protected void |
WOTreeBean.initialize() |
protected void |
WOTreeBaseBeanToo.initialize() |
protected void |
WOTreeBaseBean.initialize() |
void |
WOPMsDisplayBean.initialize() |
protected void |
WOMultiTreeBean.initialize() |
protected void |
WOModelLocBean.initialize() |
void |
SystemsUpdateBean.initialize() |
void |
SystemsNewBean.initialize() |
protected void |
ModelAppBean.initialize() |
void |
ModelAddBean.initialize() |
void |
BaseViewerBean.initialize() |
protected void |
BIMViewerEventBean.initialize() |
void |
AssetLookupMulti.initialize() |
protected void |
AssetLookupBaseToo.initialize() |
protected void |
AssetLookupBase.initialize() |
protected void |
AssetLookup.initialize() |
void |
AssetDetailsBean.initialize() |
void |
ModelAppBean.insert() |
void |
AssetLookupBaseToo.insertAssets(MboRemote appMbo,
java.util.Set newAssets,
java.lang.String siteid)
Adds assets in the parent Asset and locations table
|
void |
AssetLookupBase.insertAssets(MboRemote appMbo,
java.util.Set newAssets,
java.lang.String siteid)
Adds assets in the parent Asset and locations table
|
void |
AssetLookupBaseToo.insertLocations(MboRemote appMbo,
java.util.Set newLocations,
java.lang.String siteid)
Adds assets in the parent Asset and locations table
|
void |
AssetLookupBase.insertLocations(MboRemote appMbo,
java.util.Set newLocations,
java.lang.String siteid)
Adds assets in the parent Asset and locations table
|
int |
ModelImportBean.loadModelFile()
Method to import xml/Flat file.
|
int |
ModelAppBean.loadModelFile()
Handle the upload button on the dialog
|
int |
ModelAddBean.loadModelFile()
Handle the upload button on the dialog
|
MboSetRemote |
WOPMsDisplayBean.lookupAllAssetLocationsCIforTickets(java.lang.String recordKey,
java.lang.String siteId) |
MboSetRemote |
WOPMsDisplayBean.lookupAllAssetLocationsCIforWO(java.lang.String recordKey,
java.lang.String siteId) |
protected WOTreeBaseBeanToo.CacheEntry |
WOTreeBaseBeanToo.lookupAsset(java.lang.String siteId,
java.lang.String assetNum) |
protected WOTreeBaseBean.CacheEntry |
WOTreeBaseBean.lookupAsset(java.lang.String siteId,
java.lang.String assetNum) |
protected WOTreeBaseBeanToo.CacheEntry |
WOTreeBaseBeanToo.lookupLocation(java.lang.String siteId,
java.lang.String location) |
protected WOTreeBaseBean.CacheEntry |
WOTreeBaseBean.lookupLocation(java.lang.String siteId,
java.lang.String location) |
LocationSetRemote |
SystemsUpdateBean.lookupLocationsFromSelection(BIMViewer model,
java.util.Set selection) |
protected void |
WOTreeBaseBean.populatePathToTop(MboSetRemote treeSet,
BIMWorkOrderTreeRemote treeMbo,
java.util.Hashtable mboCache,
WOTreeBaseBean.CacheEntry node) |
protected void |
WOTreeBaseBeanToo.populatePathToTop(MboSetRemote treeSet,
BIMWorkOrderTreeRemote treeMbo,
java.util.Hashtable mboCache,
WOTreeBaseBeanToo.CacheEntry node) |
protected void |
WOTreeBaseBean.populateTreeNode(MboRemote treeMbo,
WOTreeBaseBean.CacheEntry node) |
protected void |
WOTreeBaseBeanToo.populateTreeNode(MboRemote treeMbo,
WOTreeBaseBeanToo.CacheEntry node) |
int |
SystemsUpdateBean.replacesystem()
Handles the replace button
Deletes all node form the system and repopulates it with the model location as the
root and items selected in the model as children
|
int |
AssetLookupBaseToo.returnLookupValue(MboRemote lookupMbo)
Called by field lookup dialogs to set the current record in this bean
|
int |
AssetLookupBase.returnLookupValue(MboRemote lookupMbo)
Called by field lookup dialogs to set the current record in this bean
|
protected void |
WOTreeBean.selectItemInModel(long num) |
protected void |
WOTreeBaseBeanToo.selectItemInModel(long num) |
protected void |
WOTreeBaseBean.selectItemInModel(long num) |
protected void |
WOMultiTreeBean.selectItemInModel(long num) |
int |
WOTreeBaseBeanToo.selectnode()
Handles the selectnode event fired from the frontend or through TreeNode
It gets MBo for the uniqueid passed whena a node is selected
|
int |
WOTreeBaseBean.selectnode()
Handles the selectnode event fired from the frontend or through TreeNode
It gets MBo for the uniqueid passed whena a node is selected
|
void |
AssetLookupBaseToo.setCurrentBeanRecord(java.lang.String modelLocation) |
void |
AssetLookupBase.setCurrentBeanRecord(java.lang.String modelLocation) |
void |
AssetLookupBaseToo.setCurrentBeanRecordByLocId(long locationId) |
void |
AssetLookupBase.setCurrentRecordToAppLocation() |
boolean |
ModelAddBean.setCurrentRow(int nRow) |
protected void |
AssetLookupBaseToo.setLocToModelLoc(WebClientEvent event) |
protected void |
AssetLookupBase.setLocToModelLoc(WebClientEvent event) |
void |
AssetLookup.setReturnValue(DataBean sourceDataBean,
java.lang.String field,
java.lang.String value) |
void |
ModelAppBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
protected void |
AssetLookupBaseToo.testResultsForDuplicates(java.util.Set assetnumSet,
MboSetRemote resultSet,
java.util.Set existingAssets)
Check if the assets in the result set are already on the result set.
|
protected void |
AssetLookupBase.testResultsForDuplicates(java.util.Set assetnumSet,
MboSetRemote resultSet,
java.util.Set existingAssets)
Check if the assets in the result set are already on the result set.
|
Methods in psdi.webclient.beans.ci that throw MXException
Modifier and Type |
Method and Description |
int |
ManageCICollectionsBean.addrow() |
int |
AddCIToCollectionsBean.addrow() |
int |
CIAppBean.DELETE()
Overrides the "Delete" function.
|
int |
WorkorderBean.execute() |
int |
TicketBean.execute() |
int |
MultiselectCollectionBean.execute() |
int |
MultiCICollectionBean.execute()
Method invoked from Add CIs to Collections dialog box.
|
int |
CIChangeStatusBean.execute()
Method invoked from status dialog box
|
void |
WorkorderBean.initialize() |
void |
TicketBean.initialize() |
protected void |
MultiselectCollectionBean.initialize() |
int |
CIAppBean.SAVE() |
Methods in psdi.webclient.beans.common that throw MXException
Modifier and Type |
Method and Description |
int |
ExpressionBuilderAttributesBean.addAttribute() |
int |
CreateCommBean.addrecipients()
Add recipients to commlog and close the SELECTRECIPIENT dialog.
|
int |
WorkLogForAppointmentBean.addrow() |
int |
AuthorizeSitesBean.addrow() |
int |
DynamicExpressionBuilderBean.addToken() |
int |
AdminModeBean.admin_OFF()
Someone hit the pushbutton to turn off Admin Mode.
|
int |
AdminModeBean.admin_ON()
Someone hit the pushbutton to turn on Admin Mode.
|
int |
AdminModeInitiator.ADMINMODE()
Admin Mode menu option.
|
int |
AssetLocDojoTreeBean.applink() |
int |
StatefulAppBean.APPR() |
int |
StatefulAppBean.APPROVE() |
int |
SpellCheckBean.cancelDialog()
Called when the dialog is cancelled
|
int |
ReorderpadBean.cancelDialog() |
int |
RecordImageBean.cancelDialog() |
int |
ModPersonAvailBean.cancelDialog() |
int |
ModCrewAvailBean.cancelDialog() |
int |
GLNavigatorDialogBean.cancelDialog() |
int |
ChangeStatusBean.cancelDialog() |
int |
AdminModeBean.cancelDialog() |
int |
AdminModeBean.cancelPendingAdmin()
User clicked pushbutton to cancel a pending Admin Mode.
|
int |
SpellCheckBean.change()
Called when user hits the change button.
|
int |
SpellCheckBean.changeAll()
Called when user hits the changeall button.
|
void |
ViewAssetDetailsBean.checkDPAAppsAccess()
is the user authorized to view deployed asset details?
That is, can the user click on the Deployed Asset Details button on the
Asset Details screen that will take him/her to the Deployed asset applications ?
|
void |
AdminModeBean.checkESigAuthenticated(java.lang.String option)
Overrode method in DataBean so that we can just check the sigoption flag and none of the
values on the mbo.
|
void |
AssetLocDojoTreeBean.checkMoveAuth(MboRemote targetMbo,
java.lang.String optionName,
java.lang.String maintable) |
protected boolean |
RelateWOBean.checkOwnRelatedRec(java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
A ticket cannot relate to itself
|
protected boolean |
RelateTicketBean.checkOwnRelatedRec(java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
A ticket cannot relate to itself
|
protected boolean |
RelateBean.checkOwnRelatedRec(java.lang.String relRecKey,
java.lang.String relRecclass,
java.lang.String relRecSite)
A ticket cannot relate to itself
|
void |
ClassificationBean.checkQuery(DataBean results) |
int |
MultiAssetLocCIBean.clearall()
Deletes and removes all rows from the MboSet.
|
void |
SelectMoreLocationsBean.clearClassification()
This method gets called from the Classification menu.
|
void |
SelectMoreCIsBean.clearClassification()
This method gets called from the Classification menu.
|
void |
ClassificationBean.clearClassification() |
void |
GLNavigatorDialogBean.clearData()
Clears data for the table.
|
int |
ClassificationBean.clearfield() |
int |
ClassificationBean.clearfieldExec() |
int |
ModifyDeleteWorkLogBean.clearfilter() |
int |
ClassificationBean.clearqryandfld() |
int |
ClassificationBean.clearqryandfldExec() |
int |
CreateCommBean.clearvalue()
Event: clearvalue.
|
int |
StatefulAppBean.CLOSE() |
int |
StatefulAppBean.CLOSED() |
int |
StatefulAppBean.COMP() |
int |
StatefulAppBean.COMPLETE() |
int |
AssetLocCIDojoTreeBean.createServiceRequest() |
int |
AssetLocCIDojoTreeBean.createWorkOrder() |
int |
ClassificationBean.defaultExec() |
int |
WFAdminBean.deleteassign()
Prevent the deletion of the last active assignment.
|
int |
DuplicateToTableBean.dialogcancel() |
int |
DuplicateToTableBean.dialogokduplicateto() |
int |
CreateCommBean.docancel() |
int |
CreateBulletinBoardMsg.docancel() |
int |
WorkperiodBean.DodifyDays()
get workperiod set based on selected days
|
void |
ViewWorkDetailsBean.doRefresh() |
void |
ViewWOPMsBeanLoc.doRefresh() |
void |
ViewWOPMsBeanCI.doRefresh()
When reFresh is clicked, also take into considerations of the workview
to filter the isTask and isHistory
|
void |
ViewWOPMsBeanAsset.doRefresh()
IV33538/66097:related to IV29468/defect58322: when reFresh is clicked, also take into considerations of the workview
to filter the isTask and isHistory
|
int |
ViewWOByLocBean.doRefresh() |
int |
ViewWOByCIBean.doRefresh() |
int |
ViewWOByAssetBean.doRefresh() |
int |
SparePartsBean.doRefresh()
Provides the functionality for the 'Refresh' button
|
int |
SelectWorkviewBean.doRefresh()
Provides the functionality for the 'Refine' button
|
int |
SelectRouteBean.doRefresh()
Provides the functionality for the 'Refine' button
|
int |
SelectRelationshipBean.doRefresh()
Provides the functionality for the 'Refine' button
|
int |
SelectMoreLocationsBean.doRefresh()
Provides the functionality for the 'Refine' button
|
int |
SelectMoreCIsBean.doRefresh()
Provides the functionality for the 'Refine' button
|
int |
SelectCollectionBean.doRefresh()
Provides the functionality for the 'Refine' button
|
java.lang.String |
LaunchEntryDataBean.encode(java.lang.String url) |
int |
ESigLoginBean.esigok() |
int |
WOGenBean.execute()
Method invoked from work order generation dialog boxes
|
int |
WFViewHistoryBean.execute() |
int |
WFAdminBean.execute()
Prevent the deletion of the last active assignment.
|
int |
SQLExpressionBuilderBean.execute() |
int |
SKDDatePatternBean.execute()
Common method for the objects that uses the SKDDateSelector dialog.
|
int |
RecordImageBean.execute() |
int |
MyProfileBean.execute() |
int |
ModifyDeleteWorkLogBean.execute() |
int |
ModPersonAvailBean.execute() |
int |
ModCrewAvailBean.execute() |
int |
ManageCIHierarchiesBean.execute() |
int |
GLNavigatorDialogBean.execute()
Handle when user clicks the done button.
|
int |
DynamicExpressionBuilderBean.execute() |
int |
DatePatternBean.execute()
This method is overridden to keep non-persistent set from saving the main record on execute
|
int |
DPAMMoveVariant.execute() |
int |
CreateKPIBean.execute()
This method is overridden to provide the functionality for saving the newly created KPI and
then setting the unique KPI Id back to the app bean.
|
int |
CreateCommBean.execute() |
int |
ChangeStatusBean.execute()
Method invoked from change status dialog boxes
|
int |
AutoWogenBean.execute() |
int |
AuthorizeSitesBean.execute() |
int |
AssetLocMoveSwapBean.execute() |
int |
AssetLocMoveBean.execute() |
int |
AssetLocDrilldownBean.execute() |
int |
AssetLocDojoTreeBean.execute() |
int |
AssetLocCIDojoTreeBean.execute() |
int |
AdminModeBean.execute() |
int |
SelectWorkviewBean.execute(MboSetRemote mboset) |
int |
SelectRouteBean.execute(MboSetRemote mboset) |
int |
SelectRelationshipBean.execute(MboSetRemote mboset) |
int |
SelectRelationRulesBean.execute(MboSetRemote mboset) |
int |
SelectMoreLocationsBean.execute(MboSetRemote mboset) |
int |
SelectMoreCIsBean.execute(MboSetRemote mboset) |
int |
SelectCollectionBean.execute(MboSetRemote mboset) |
int |
CondExpMgrAppBean.expbuilder()
Bring up the expression builder dialog.
|
int |
ModifyDeleteWorkLogBean.filterrows() |
void |
SelectWorkviewBean.findrecords()
Provides the functionality for the 'Refine' button
|
java.util.Stack |
HierarchicalDataHelper.getAncestors(MboRemote hierarchicalMbo,
java.util.Map params) |
java.util.Stack |
HierarchicalDataHelper.LocationDataHelper.getAncestors(MboRemote hierarchicalMbo,
java.util.Map params) |
java.util.Stack |
HierarchicalDataHelper.AssetDataHelper.getAncestors(MboRemote hierarchicalMbo,
java.util.Map params) |
java.util.List |
DojoTreeBean.getCheckedNodes() |
java.lang.Object[][] |
TreeControlBean.getChildren(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
Gets childnre for a given node
|
MboSetRemote |
SelectCrewTypeBean.getCrewTypeSet(MboRemote ctMbo)
getCrewTypeSet method - populate Select Crew Type Dialog based on organization and status
|
GLFormat |
GLNavigatorDialogBean.getCurrentGLFormat()
Returns the current state in GLFormat.
|
MboSetRemote |
ExpressionBuilderBean.getCurrentMboSet() |
ExpressionBuilderRemote |
RelationshipTreeBean.getExpBuilder()
Get the current ExpressionBuilderRemote object
|
MboRemote |
ExpressionBuilderBean.getExpressionBuilderMbo() |
MboSetRemote |
GLNavigatorComboboxBean.getList(int row,
java.lang.String attribute) |
MboSetRemote |
ChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
java.lang.String |
WorkflowMapBean.getMapURL() |
MboSetRemote |
DuplicateToTableBean.getMboSet() |
MboSetRemote |
DuplicateFromTableBean.getMboSet() |
MboSetRemote |
CommodityBean.getMboSet()
Checks security when on on list tab because framework cannot.
|
protected MboSetRemote |
LaunchEntryDataBean.getMboSetRemote() |
protected MboSetRemote |
WorkperiodBean.getMboSetRemote()
get workperiod set based on selected days
|
protected MboSetRemote |
WorkLogBean.getMboSetRemote() |
protected MboSetRemote |
WeatherAlertSubscriptionBean.getMboSetRemote()
get weather organization and all products
|
protected MboSetRemote |
ViewWOByLocBean.getMboSetRemote() |
protected MboSetRemote |
ViewWOByCIBean.getMboSetRemote() |
protected MboSetRemote |
ViewWOByAssetBean.getMboSetRemote() |
protected MboSetRemote |
ViewTicketsBean.getMboSetRemote() |
protected MboSetRemote |
ViewRSByLocBean.getMboSetRemote() |
protected MboSetRemote |
ViewRSByAssetBean.getMboSetRemote() |
protected MboSetRemote |
ViewPMByLocBean.getMboSetRemote() |
protected MboSetRemote |
ViewPMByAssetBean.getMboSetRemote() |
protected MboSetRemote |
ViewItemAvailabilityBean.getMboSetRemote()
IV30930/60768:overrides getMboSetRemote() to set up a method for the child Mboset such as INVENTORY, purchase
know that we need to consider security(ex, site authority which the main mbo ITEM does not apply)
|
protected MboSetRemote |
ViewImageBean.getMboSetRemote() |
protected MboSetRemote |
ViewContractsBean.getMboSetRemote() |
protected MboSetRemote |
ViewCDByLocBean.getMboSetRemote() |
protected MboSetRemote |
ViewCDByCIBean.getMboSetRemote() |
protected MboSetRemote |
ViewCDByAssetBean.getMboSetRemote() |
protected MboSetRemote |
ViewAssetDetailsBean.getMboSetRemote() |
protected MboSetRemote |
ToolItemOverrideBean.getMboSetRemote() |
protected MboSetRemote |
SelectRelationRulesBean.getMboSetRemote() |
protected MboSetRemote |
SelectCollectionBean.getMboSetRemote() |
protected MboSetRemote |
SearchSpecBean.getMboSetRemote()
IV97688: BEGIN:Set the app name so data restriction can be applied accordingly
In TPAE: ClassStructureSet has an appName in Classifications app only.
|
protected MboSetRemote |
ReorderpadBean.getMboSetRemote() |
protected MboSetRemote |
ReorderResultBean.getMboSetRemote() |
protected MboSetRemote |
ReorderBean.getMboSetRemote() |
protected MboSetRemote |
PersonAvailListBean.getMboSetRemote() |
protected MboSetRemote |
OwnerGroupBean.getMboSetRemote()
10-17980/IZ84702/PMR 75283,660,706: mark the PersonGroupSet as lookup - so data restrictions
will work.
|
protected MboSetRemote |
OwnerBean.getMboSetRemote()
Override this method to limit MboSet to active person records.
|
protected MboSetRemote |
MyProfileBean.getMboSetRemote() |
protected MboSetRemote |
ModavialBean.getMboSetRemote()
get modavail set based on selected days
|
protected MboSetRemote |
ModPersonAvailBean.getMboSetRemote() |
protected MboSetRemote |
ModEsigBean.getMboSetRemote() |
protected MboSetRemote |
ModCrewAvailBean.getMboSetRemote() |
protected MboSetRemote |
GLNavigatorSelectOrgBean.getMboSetRemote()
Overridden to refresh data on GL Navigator
|
protected MboSetRemote |
ExpressionBuilderBean.getMboSetRemote()
Get the current ExpressionBuilderSet and set the attached attribute
|
protected MboSetRemote |
DynamicExpressionBuilderBean.getMboSetRemote()
Get the current ExpressionBuilderSet and set the attached attribute
|
protected MboSetRemote |
DrilldownTreeBean.getMboSetRemote()
When opening drilldown on ASSET app, only the current record should be
displayed in the tree.
|
protected MboSetRemote |
CrewTypeOverrideBean.getMboSetRemote() |
protected MboSetRemote |
CrewAvailListBean.getMboSetRemote() |
protected MboSetRemote |
CraftSkillOverrideBean.getMboSetRemote() |
protected MboSetRemote |
CraftOverrideBean.getMboSetRemote() |
protected MboSetRemote |
CraftOverrideAvailDialogBean.getMboSetRemote() |
protected MboSetRemote |
AutoWogenBean.getMboSetRemote() |
protected MboSetRemote |
AssetLocMoveSwapBean.getMboSetRemote() |
protected MboSetRemote |
AssetLocMoveBean.getMboSetRemote() |
protected MboSetRemote |
AssetLocDrilldownBean.getMboSetRemote() |
protected MboSetRemote |
AssetLocDojoTreeBean.getMboSetRemote() |
java.lang.Object[] |
TreeControlBean.getMboValueData(java.lang.String[] dataattributes)
Gets data a for givens et of attributes from the current mbo
|
java.util.List |
DojoTreeBean.getNodesToOpen() |
protected MboSetRemote |
RepairFacilityConditionalUIBean.getOrgSet()
Returns an organization set where the maxvars have to be loaded from
|
java.lang.Object[][] |
TreeControlBean.getPathToTop(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
Gets Path to Top for a given node
|
java.lang.Object[][] |
DrilldownTreeBean.getPathToTop(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren) |
java.lang.String |
AssetLocDojoTreeBean.getRealSameAsObject(MboRemote mbo,
java.lang.String attrWithRelShip) |
java.util.HashMap |
ExpressionBuilderBean.getRelationshipTree()
Deprecated.
|
MboSetRemote |
SparePartsBean.getRemoteForLookup() |
MboRemote |
DojoTreeBean.getRootMbo() |
MboRemote |
AssetLocDojoTreeBean.getRootMbo() |
protected java.lang.String |
RelationshipTreeBean.getSelectedNode()
Returns the selected node
|
protected java.lang.String |
RelationshipTreeBean.getSelectedNode(boolean colonize)
Returns the selected node
|
protected MboRemote |
DuplicateToTableBean.getSourceProject() |
MboRemote |
AssetLocDojoTreeBean.getTargetMbo() |
protected MboRemote |
DuplicateFromTableBean.getTargetProject() |
java.lang.Object[][] |
TreeControlBean.getTop(java.lang.String[] dataattributes,
int maxchildren)
Gets the top nodes for the tree structure.
|
java.lang.Object[][] |
DrilldownTreeBean.getTop(java.lang.String[] dataattributes,
int maxchildren) |
java.lang.String |
RelationshipTreeBean.getTreeControlObjectName() |
java.lang.String |
ExpressionBuilderBean.getTreeObject() |
boolean |
WorkflowMapBean.hasNextLevel() |
boolean |
WorkflowMapBean.hasPrevLevel() |
boolean |
RepairFacilityConditionalUIBean.hasSigOptionAccess(int row,
java.lang.String sigOption) |
boolean |
RecordImageBean.hasSigOptionAccess(int row,
java.lang.String sigOption) |
int |
ParentCIHierarchiesBean.hierarchicalmove() |
int |
ChildrenTableBean.hierarchicalmove() |
int |
ChildrenTableBean.highlightrow(int row) |
int |
SpellCheckBean.ignore()
Called when user hits the ignore button.
|
int |
SpellCheckBean.ignoreAll()
Called when user hits the ignoreall button.
|
void |
SpellingSessionAdapter.init()
Initialize this SpellingSessionAdapter.
|
int |
StatefulAppBean.INIT() |
void |
LaunchEntryDataBean.initialize()
In initialize, if the bean's MboSetRemote has more than one mbo, just call super.initialize and let
everything proceed as normal, otherwise if there is only one mbo, then get the URL from the mbo
(it'll be an attribute) and open it.
|
void |
ViewWorkDetailsBean.initialize() |
void |
ViewWOPMsBeanLoc.initialize() |
void |
ViewWOPMsBeanCI.initialize() |
void |
ViewWOPMsBeanAsset.initialize() |
protected void |
ViewItemAvailabilityBean.initialize()
Overridden to get handle of the control that fired this dialog and then
get ITEMNUM set on it.
|
void |
ViewContractsBean.initialize() |
void |
UnitOfMeasureBean.initialize() |
protected void |
TreeControlBean.initialize() |
void |
SpellCheckBean.initialize()
Called by the framework to initialize this bean.
|
void |
SparePartsBean.initialize()
Initialize the bean
If the app is based on WORKORDER :
Set the assetnum qbe field to return spare parts for the assest on main mbo
|
void |
SelectWorkviewBean.initialize() |
protected void |
SelectRelationRulesBean.initialize() |
protected void |
SelectMoreLocationsBean.initialize() |
protected void |
SelectMoreCIsBean.initialize() |
protected void |
SelectCrewTypeBean.initialize() |
void |
SearchSpecBean.initialize()
initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
protected void |
SQLExpressionBuilderBean.initialize() |
protected void |
RelationshipTreeBean.initialize() |
void |
ModifyDeleteWorkLogBean.initialize() |
protected void |
ManageCIHierarchiesBean.initialize() |
protected void |
GLNavigatorSelectOrgBean.initialize()
Sets orgid and siteid in the fields on the GL Navigator dialog and marks them readonly.
|
protected void |
GLNavigatorDialogBean.initialize() |
protected void |
GLNavigatorComboboxBean.initialize() |
protected void |
ExpressionBuilderBean.initialize() |
protected void |
ESigLoginBean.initialize() |
protected void |
DynamicExpressionBuilderBean.initialize() |
protected void |
DrilldownTreeBean.initialize() |
protected void |
DojoTreeBean.initialize() |
protected void |
CreateKPIBean.initialize()
Overridden
|
protected void |
CreateCommBean.initialize() |
protected void |
CreateBulletinBoardMsg.initialize() |
void |
ConversionBean.initialize() |
void |
CommodityBean.initialize() |
protected void |
ClassificationBean.initialize() |
protected void |
ChildrenTableBean.initialize() |
protected void |
ChangeStatusBean.initialize() |
protected void |
ButtonAutoClickBean.initialize() |
protected void |
AuthorizeSitesBean.initialize() |
protected void |
AssetLocMoveSwapBean.initialize() |
protected void |
AssetLocMoveBean.initialize() |
protected void |
AssetLocDrilldownBean.initialize() |
protected void |
AssetLocDojoTreeBean.initialize() |
protected void |
AlternateAvailDialogBean.initialize() |
protected void |
AdminModeBean.initialize() |
int |
StatefulAppBean.INPROG() |
protected boolean |
RepairFacilityConditionalUIBean.isRepairFacilityEnabled()
Checks if the Repair Facility maxvar (WOENABLEREPFAC) is enabled in any organization
|
protected boolean |
RepairFacilityConditionalUIBean.isRepairFacilityMaxvarEnabledForAnyOrg(MboSetRemote orgSet)
Checks if the Repair Facility maxvar (WOENABLEREPFAC) is enabled in any organization from
the organization set received as a parameter
|
protected boolean |
RepairFacilityConditionalUIBean.isSigOptionAuthorized(java.lang.String sigOption)
Checks if the sigOption is authorized to the current user
|
protected int |
LaunchEntryDataBean.launchentry(MboRemote launchEntry,
boolean removeImmediately)
From the mbo, get the URL, and open the URL.
|
int |
LaunchEntryDataBean.launchselectedentry()
Called when the user selects a launchentry from the dialog's table.
|
static void |
HierarchicalDataHelper.main(java.lang.String[] args) |
int |
CraftOverrideShiftsBean.massModifyShifts() |
int |
CraftListOverrideShiftsBean.massModifyShifts() |
int |
WorkperiodBean.ModifySelectedDays() |
int |
WorkperiodBean.ModifySelectedDaysCrew() |
int |
CraftOverrideShiftsBean.modifySingleShiftFromCraft() |
int |
ToolItemOverrideBean.modifySingleShiftFromToolItem() |
int |
ModavialBean.newrow()
IV33374/65506: In Assignment Manager, Modify Availability Work Dates table window,
does not have a New Row.
|
int |
WorkflowMapBean.nextlevel() |
int |
SpellCheckBean.okdialog()
This method is called when the Ok button is pressed on the spell check
dialog.
|
void |
DojoTreeBean.onCheck(MboRemote mbo,
boolean state) |
void |
DojoTreeBean.onCopyMbo(MboRemote mbo) |
void |
DojoTreeBean.onPaste(MboRemote targetParentMbo) |
void |
AssetLocDojoTreeBean.onPaste(MboRemote targetParentMbo) |
void |
DojoTreeBean.onSelect(MboRemote selectedMbo,
java.lang.String eventValue) |
void |
AssetLocDojoTreeBean.onSelect(MboRemote selectedMbo,
java.lang.String eventValue) |
int |
ViewAssetDetailsBean.openMaximoDiscovery()
This function handles the "Discovery" button on the Asset Details dialog.
|
int |
StatefulAppBean.PAID() |
int |
StatefulAppBean.PENDING() |
void |
DojoTreeBean.prepareMboSet(MboSetRemote toPrepare) |
void |
AssetLocDojoTreeBean.prepareMboSet(MboSetRemote toPrepare) |
int |
WorkflowMapBean.prevlevel() |
int |
ClassificationBean.qbecancel()
Over write the QbeBean qbecancel method.
|
int |
ClassificationBean.qbeclear() |
int |
ClassificationBean.qbeclearExec() |
int |
StatefulAppBean.QUEUED() |
int |
RLAdminAppBean.RECUNLOCK()
Method to release the locks by deleting the records from MAXRECORDLOCK table.
|
int |
GLNavigatorDialogBean.refreshGL()
Handle when the user clears a segment.
|
void |
GLNavigatorDialogBean.refreshGLData(GLNavigatorSelectOrgBean orgBean)
Based on current ORGID and current segment, it refreshs accounts.
|
int |
OwnerBean.REFRESHLIST()
Called when the user hits "refresh" on the dialog.
|
int |
AdminModeBean.refreshStatus() |
int |
RelateWOBean.relate()
Relate Button action creates a related record set and adds the selected records.
|
int |
RelateTicketBean.relate()
Relate Button action creates a related record set and adds the selected records.
|
int |
RelateBean.relate()
Relate Button action creates a related record set and adds the selected records.
|
int |
RelateTicketBean.relateToGlobal()
Relate To Global Button action creates a related record set that is used to collect related global tickets.
|
int |
RelateBean.relateToGlobal()
Relate To Global Button action creates a related record set that is used to collect related global tickets.
|
int |
RLAdminAppBean.releasereclock()
Method to release the lock by deleting the record from MAXRECORDLOCK table.
|
int |
RecordImageBean.removeimage() |
void |
ReorderBean.reorderpad(boolean direct) |
int |
ReorderBean.reorderpaddirect() |
int |
ReorderBean.reorderpaditem() |
void |
ReorderpadBean.reorderresults(boolean direct,
boolean async) |
void |
ReorderBean.reorderresults(boolean direct,
boolean async) |
int |
ReorderpadBean.reorderresultsdirect() |
int |
ReorderBean.reorderresultsdirect() |
int |
ReorderpadBean.reorderresultsitem() |
int |
ReorderBean.reorderresultsitem() |
int |
CreateCommBean.resetvalue()
Event: resetvalue.
|
int |
StatefulAppBean.RESOLVED() |
int |
ClassificationBean.restoredefaultqry() |
int |
ClassificationBean.restoredefaultqryExec() |
void |
SpellCheckBean.returnFromSpellCheck()
Returns from the Spell Check dialog.
|
int |
SparePartsBean.rtnipcspares() |
int |
ReorderpadBean.RUNREPORTBYNAME() |
int |
AlternateAvailDialogBean.savealternate() |
void |
ManageCIHierarchiesBean.saveCITemplate()
Saves the currnet CI template displayed.
|
int |
AdminModeBean.saveProperties()
User clicked pushbutton to Save Properties.
|
int |
ToolItemOverrideBean.selectAllItems() |
int |
CrewTypeOverrideBean.selectAllItems() |
int |
CraftOverrideShiftsBean.selectAllItems() |
int |
CraftOverrideBean.selectAllItems() |
protected int |
ExpressionBuilderBean.selectCalendar(WebClientEvent event) |
protected void |
ExpressionBuilderBean.selectClassification(WebClientEvent event) |
int |
WorkLogBean.selectlog() |
int |
TreeControlBean.selectnode()
Handles the selectnode event fired from the frontend or through TreeNode
It gets MBo for the uniqueid passed whena a node is selected
|
int |
RelationshipTreeBean.selectnode()
Handle the selectnode event
|
int |
DrilldownTreeBean.selectnode() |
int |
WorkLogBean.selectrecord() |
int |
TreeControlBean.selectrecord()
Handles the selectrecord event fired from the frontend
(non-Javadoc)
|
int |
SearchSpecBean.selectrecord()
select a classstructure node from the tree
|
int |
RelationshipTreeBean.selectrecord()
Handles the selected node from the relationship tree for the Expression Builder
Override this method if the relationship tree is used outside the expression
builder
|
int |
OwnerGroupBean.selectrecord() |
int |
OwnerBean.selectrecord()
Called when the user selects a record
|
int |
ExpressionBuilderBean.selectrecord() |
int |
DuplicateFromTableBean.selectrecord() |
int |
DrilldownTreeBean.selectrecord() |
int |
DlgRelationshipTreeBean.selectrecord() |
int |
RelationRulesTableBean.selectRelationRules() |
int |
CreateCommBean.sendmessage() |
int |
StatefulAppBean.SENT() |
int |
WorkLogBean.servicelog() |
void |
TreeControlBean.setcurrentnode(java.lang.String newobjectname,
java.lang.String newuniqueidname,
java.lang.String newuniqueidvalue)
Sets the current node using the objectname, new uniqueidname and its value.
|
void |
RelationshipTreeBean.setcurrentnode(java.lang.String newobjectname,
java.lang.String newuniqueidname,
java.lang.String newuniqueidvalue)
Set the current Node
|
void |
ExpressionBuilderBean.setDate(java.lang.Long value) |
void |
SQLExpressionBuilderBean.setDotNotation(boolean flag) |
void |
TreeControlBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy)
Sets the reference point for starting of the hierarchy
|
void |
DrilldownTreeBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy) |
void |
MultiAssetLocCIBean.setInspFormNum(java.lang.String inspformnum)
Create a new inspection against the current App Mbo.
|
void |
SparePartsBean.setQbe(java.lang.String attribute,
MboSetRemote expression) |
void |
SelectMoreLocationsBean.setQbe(java.lang.String attribute,
java.lang.String expression)
Override the setqbe for the CLASSSTRUCTURE.HIERARCHYPATH non-persistent field.
|
void |
SelectMoreCIsBean.setQbe(java.lang.String attribute,
java.lang.String expression)
Override the setqbe for the CLASSSTRUCTURE.HIERARCHYPATH non-persistent field.
|
void |
ClassificationBean.setQbe(java.lang.String attribute,
java.lang.String expression)
Override the setqbe for the CLASSSTRUCTURE.HIERARCHYPATH non-persistent field.
|
void |
ClassificationBean.setQbeAttributes(java.util.Hashtable newQbeAttributes) |
int |
ViewWOByLocBean.setRefreshHistoryTaskValue(java.lang.String[] historyAndTaskFromViewWOPMs)
IV29468/defect58322: check the ISTASK after Refresh
|
int |
ViewWOByCIBean.setRefreshHistoryTaskValue(java.lang.String[] historyAndTaskFromViewWOPMs)
IV33538/66097:related to IV29468/defect58322: check the ISTASK after Refresh check the ISTASK after Refresh
|
int |
ViewWOByAssetBean.setRefreshHistoryTaskValue(java.lang.String[] historyAndTaskFromViewWOPMs)
IV33538/66097:related to IV29468/defect58322: check the ISTASK after Refresh check the ISTASK after Refresh
|
void |
RelationshipTreeBean.setRelationshipTreeObject()
Set the Top level object for this tree
Overrride this method if the tree is used outside the expression builder
|
void |
DlgRelationshipTreeBean.setRelationshipTreeObject() |
int |
GLNavigatorDialogBean.setsegment()
Handle the case where a segment is clicked.
|
int |
GLNavigatorDialogBean.setsegmentvalue()
Handle when the user has selected a segment value.
|
void |
ClassificationBean.setSelectedClassMbo(MboRemote selectedMbo)
09-11009: The selected ClassStructure Mbo from SearchSpecBean
|
void |
ViewWorkDetailsBean.setSiteValue() |
protected void |
ViewWorkDetailsBean.setupOwner() |
int |
ViewWOByLocBean.setvalue() |
int |
GLNavigatorComboboxBean.setvalue() |
int |
AssetLocDrilldownBean.setvalue()
|
void |
GLNavigatorSelectOrgBean.setValue(int row,
java.lang.String attribute,
MboRemote mboRemote)
11-17073/IV10451: manully entering orgid or siteid triggers this overloaded method.
|
void |
GLNavigatorSelectOrgBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
void |
AssetLocDrilldownBean.setValue(java.lang.String attribute,
MboRemote mboRemote)
Override setValue(String,MboRemote) to handle switching sites
|
void |
AssetLocDrilldownBean.setValue(java.lang.String attribute,
java.lang.String value) |
void |
ExpressionBuilderBean.setValue(java.lang.String attr,
java.lang.String value,
long am) |
void |
ViewWOPMsBeanLoc.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue) |
int |
DrilldownTreeBean.showAllSystems()
event when Show All Systems button is clicked.
|
int |
AssetLocDojoTreeBean.showAllSystems() |
int |
AssetLocDojoTreeBean.showAssetWorkDetails() |
int |
AssetLocDojoTreeBean.showPathToTop() |
int |
ModifyDeleteWorkLogBean.sortcolumn() |
int |
CreateCommBean.spellcheck() |
int |
CreateCommBean.spellcheckreturn() |
int |
StatefulAppBean.STATUS() |
int |
StatefulAppBean.STATUSSUB() |
int |
ToolItemOverrideBean.toggleselectallrows() |
int |
CrewTypeOverrideBean.toggleselectallrows() |
int |
CraftOverrideBean.toggleselectallrows() |
int |
ToolItemOverrideBean.toggleselectrow() |
int |
CrewTypeOverrideBean.toggleselectrow() |
int |
CraftOverrideBean.toggleselectrow() |
void |
SelectMoreLocationsBean.updateClassstructure(java.lang.String hierarchypath)
This method displays the Classstructure path within the QBE field.
|
void |
SelectMoreCIsBean.updateClassstructure(java.lang.String hierarchypath)
This method displays the Classstructure path within the QBE field.
|
void |
ClassificationBean.updateClassstructure(java.lang.String hierarchypath) |
protected void |
SearchSpecBean.updateOriginatingRecord()
update the classStructureid of the originating object with the selected
classstructure node and close the dialog
|
boolean |
GLNavigatorDialogBean.validateComponent(java.lang.String compVal)
Returns the whether a particular component is valid or not
|
int |
DynamicExpressionBuilderBean.validateExpression() |
void |
CreateCommBean.validEmailExistsForRequiredAttr(java.lang.String attrName) |
int |
WFAdminBean.viewactive()
Check to see if there are any active assignments before showing the dialog.
|
int |
ViewAssetDetailsBean.viewdetails()
This function handles the "View Details" button on the Asset Details dialog.
|
boolean |
AssetLocDrilldownBean.wasAssetNull()
09-23038
|
boolean |
AssetLocDrilldownBean.wasLocNull()
09-23038
|
int |
WFAdminBean.workflowstop()
Handles the workflowstop action by getting the selected row and calling stop workflow on it.
|
Methods in psdi.webclient.beans.commtmplt that throw MXException
Modifier and Type |
Method and Description |
MboSetRemote |
CommTmpltChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
MboRemote |
CommTmpltAppBean.getMbo()
Returns the MboRemote reference to the current Mbo.
|
protected MboSetRemote |
CommtmpltDocFolderBean.getMboSetRemote() |
void |
CommTmpltAppBean.initializeApp() |
int |
CommTmpltAppBean.relationshiptree() |
void |
CommtmpltDocFolderBean.save() |
void |
CommTmpltAppBean.save()
Saves the changes made to the MboSet
Throws MXException or RemoteException on failure
The MboSet data or cached data will be undisturbed.
|
int |
CommtmpltDocFolderBean.sendmessage() |
void |
CommtmpltDocFolderBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Set the parent mbo as modified so it knows to save this change.
|
void |
CommTmpltAppBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
Methods in psdi.webclient.beans.configur that throw MXException
Modifier and Type |
Method and Description |
int |
AttributesBean.addrow()
Refresh the attributes table.
|
boolean |
AttributesBean.areYouSureDelete(MboRemote mbo) |
int |
RunConfigDBBean.cancelDialog() |
int |
ExecuteNumTaxBean.cancelDialog() |
void |
RunConfigDBBean.checkESigAuthenticated(java.lang.String option)
Overrode method in DataBean so that we can just check the sigoption flag and none of the
values on the mbo.
|
int |
RunConfigDBBean.configdb_nonstruct_start()
Someone hit the pushbutton to start Non-Structural Database Configuration.
|
int |
RunConfigDBBean.configdb_struct_start()
Someone hit the pushbutton to start Structural Database Configuration.
|
int |
ConfigurBean.CONFIGURE()
Configur / Configure menu option.
|
int |
DlgSkipAttributeSelect.copyAttributes()
Handle the Select Attributes button click.
|
int |
ConfigurBean.DELETE()
Configure / Delete menu option.
|
boolean |
AttributesBean.deleteFromAuditTable(MboRemote mbo,
MboRemote owner) |
void |
IndexesBean.deleteKey(int nRow)
Call delete(MboConstants.DBCONFIG) for MaxSysKeys.
|
int |
RunConfigDBBean.execute() |
int |
MaxLookupMapBean.execute() |
int |
ExecuteRefreshBean.execute()
After calling super, try to refresh the List tab.
|
int |
ExecuteNumTaxBean.execute() |
int |
ConfigurBean.EXTTABLE() |
protected MboSetRemote |
SaveChildOnlyDialogBean.getMboSetRemote() |
protected MboSetRemote |
ExecuteNumTaxBean.getMboSetRemote() |
protected void |
RunConfigDBBean.initialize() |
protected void |
GLExecuteRefreshBean.initialize() |
protected void |
ExecuteNumTaxBean.initialize() |
void |
ConfigurBean.initializeApp()
Set value for the "orderby" clause on MaxObjectCfg.
|
void |
SaveChildOnlyDialogBean.insertAtEnd() |
int |
ConfigurBean.LOADDBCON()
Configur / Reload Database Connection menu option.
|
protected boolean |
AttributesBean.moveTo(int row) |
int |
ConfigurBean.NUMTAX() |
int |
ConfigurBean.refreshind_longOp()
Configur / RefreshInd menu option (long op method).
|
int |
ConfigurBean.REFRESHIND()
Configur / RefreshInd menu option.
|
int |
RunConfigDBBean.refreshStatus() |
int |
ConfigurBean.remove_longOp()
Configur / Remove menu option (long op method).
|
int |
ConfigurBean.REMOVE()
Configur / Remove menu option.
|
void |
ConfigurBean.save() |
int |
ConfigurBean.SAVE()
Configur / Save menu option, need to implement Long Ops.
|
int |
ConfigurBean.statistics_longOp()
Configur / Statistics menu option (long op method).
|
int |
ConfigurBean.STATISTICS()
Configur / Statistics menu option.
|
int |
ConfigurBean.TAXDATA()
Configur / Populate Tax Data (TaxType and MEA table)
|
int |
IndexesBean.toggledeleterow()
If "changed" = "D" or mbo is toBeDeleted, then undelete; else delete
(indexes_indexes_table, indexes_keys_table).
|
int |
AttributesBean.toggledeleterow()
If "changed" = "R" or mbo is toBeDeleted, then undelete; else delete.
|
void |
AttributesBean.validateMbo() |
Methods in psdi.webclient.beans.contlease that throw MXException
Modifier and Type |
Method and Description |
int |
ContLeaseAppBean.APPLYPRAD() |
int |
ApplyPriceAdjustmentBean.applyPrice() |
int |
ContLeaseAppBean.AUTHSITES() |
int |
ContLeaseEndBean.autonumber()
Called when the 'Autonumber' button on the 'Lease End' dialog is clicked.
|
int |
ContLeaseAppBean.CHGST() |
int |
ScheduleLineBean.createinvoices()
Create invoices for the schedule lines.
|
int |
SelectSitesBean.execute() |
int |
SelectSLABean.execute() |
int |
SelectCommGroupBean.execute()
Calls a method on ContCommoditySet to copy the selected contents into
the ContCommoditySet.
|
int |
SelectCommCodeBean.execute()
Calls a method on ContCommoditySet to copy the selected contents into
the ContCommoditySet.
|
int |
SelectAssetsBean.execute()
Calls a method on LeaseView to copy the selected contents into
the ContCommoditySet.
|
int |
SelectAssetBean.execute() |
int |
ReviseContractBean.execute()
Calls reviseContract() on the PurchView object.
|
int |
ContractLineBean.execute() |
int |
ContLeaseEndSelectAssetsBean.execute()
Calls a method on LeaseView to copy the selected contents into
the ContCommoditySet.
|
int |
ContLeaseEndBean.execute()
create PO or invoice.
|
int |
ChangeLineStatusBean.execute()
Call the applyPriceAdjustment(MboSet) method on PurchView.
|
int |
AuthorizeSitesBean.execute() |
int |
AssociateSLABean.execute() |
int |
ApplyPriceAdjustmentBean.execute()
Call the applyPriceAdjustment(MboSet) method on PurchView.
|
protected MboSetRemote |
SelectCommGroupBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
SelectCommCodeBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
SelectAssetsBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
ContLeaseEndSelectAssetsBean.getMboSetRemote() |
int |
ContractLineBean.pmtsched() |
int |
ContLeaseAppBean.PMTSCHED() |
int |
ContLeaseAppBean.PURCHASST() |
int |
ContLeaseAppBean.RETNASST() |
int |
ContLeaseAppBean.REVCONT() |
int |
ScheduleBean.reviseschedule()
Revise the schedule.
|
int |
ScheduleLineBean.selectasset() |
int |
ContractAssetBean.selectleaseassets() |
int |
ContractAssetBean.selectmoreassets() |
protected boolean |
ContLeaseEndAsstBean.setupNonPersistent() |
Methods in psdi.webclient.beans.contmaster that throw MXException
Modifier and Type |
Method and Description |
int |
ContMasterAppBean.CREATECONT() |
int |
SelectSitesBean.execute() |
int |
SelectSLABean.execute() |
int |
SelectCommGroupBean.execute()
Calls a method on ContCommoditySet to copy the selected contents into
the ContCommoditySet.
|
int |
SelectCommCodeBean.execute()
Calls a method on ContCommoditySet to copy the selected contents into
the ContCommoditySet.
|
int |
ReviseContractBean.execute()
Calls reviseContract() on the PurchView object.
|
protected MboSetRemote |
SelectCommGroupBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
SelectCommCodeBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
int |
ContMasterAppBean.REVCONT() |
Methods in psdi.webclient.beans.contpurch that throw MXException
Modifier and Type |
Method and Description |
int |
ContPurchAppBean.APPLYPRAD() |
int |
ApplyPriceAdjustmentBean.applyPrice() |
int |
ContPurchAppBean.AUTHSITES() |
int |
CreateRelPOBean.autonumber()
Called when the 'Autonumber' button on the 'Create Release' page is clicked.
|
int |
CreateRFQBean.autonumber()
Called when the 'Autonumber' button on the 'Create RFQ' page is clicked.
|
int |
ContPurchAppBean.CHGST() |
int |
ContPurchAppBean.COPYPOLINE() |
int |
ContPurchAppBean.COPYPRLINE() |
int |
ContPurchAppBean.CREATEREPO() |
int |
ContPurchAppBean.CREATERFQ() |
int |
VendorItemsBean.execute()
Calls addInvVendorItemsToContractLine() on the PurchView object.
|
int |
SelectTermsBean.execute()
Calls copyTerms() on the PurchView object.
|
int |
SelectSitesBean.execute() |
int |
SelectSLABean.execute() |
int |
SelectCommGroupBean.execute()
Calls a method on ContCommoditySet to copy the selected contents into
the ContCommoditySet.
|
int |
SelectCommCodeBean.execute()
Calls a method on ContCommoditySet to copy the selected contents into
the ContCommoditySet.
|
int |
ReviseContractBean.execute()
Calls reviseContract() on the PurchView object.
|
int |
CreateRelPOBean.execute()
Cann the createRelease(MboSet) on PurchView which creates the Release PO.
|
int |
CreateRFQBean.execute()
Call the createRFQ(MboSet) on PurchView which creates the RFQ.
|
int |
CopyPRLineItemsBean.execute() |
int |
CopyPOLineItemsBean.execute() |
int |
ChangeLineStatusBean.execute()
Call the applyPriceAdjustment(MboSet) method on PurchView.
|
int |
AuthorizeSitesBean.execute() |
int |
AssociateSLABean.execute() |
int |
ApplyPriceAdjustmentBean.execute()
Call the applyPriceAdjustment(MboSet) method on PurchView.
|
protected MboSetRemote |
SelectCommGroupBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
SelectCommCodeBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
CopyPRLineItemsBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
int |
ContractLineBean.pmtsched() |
int |
ContPurchAppBean.REVCONT() |
int |
ContPurchAppBean.ROUTEWF() |
int |
ContPurchAppBean.SWLIC() |
int |
ContractLineBean.venitems() |
int |
ContPurchAppBean.VIEWRELCOS() |
Methods in psdi.webclient.beans.contsfw that throw MXException
Modifier and Type |
Method and Description |
int |
ContractLicenseBean.addrow()
Add New button in the Associate License section is available only if contract line exist, and
contracts that is in a status of Approved.
|
int |
ContSWAppBean.APPLYPRAD() |
int |
ApplyPriceAdjustmentBean.applyPrice() |
int |
ContractAssetBean.associateassets() |
int |
ContractLicenseBean.associatelicenses()
Associate License button is available only if contract line exist, and
contracts that is in a status of Approved.
|
int |
AssociateLicenseBean.assosiate()
Add Contract Licenses to the contract lines
|
int |
ContSWAppBean.AUTHSITES() |
int |
CreateRelPOBean.autonumber()
Called when the 'Autonumber' button on the 'Create Release' page is clicked.
|
int |
CreateRFQBean.autonumber()
Called when the 'Autonumber' button on the 'Create RFQ' page is clicked.
|
int |
ContSWAppBean.CHGST() |
int |
ContSWAppBean.COPYPOLINE() |
int |
ContSWAppBean.COPYPRLINE() |
int |
ContSWAppBean.CREATEREPO() |
int |
SelectSitesBean.execute() |
int |
SelectSLABean.execute() |
int |
SelectAssetsBean.execute()
Calls a method on LeaseView to copy the selected contents into
the ContCommoditySet.
|
int |
ReviseContractBean.execute()
Calls reviseContract() on the SWView object.
|
int |
CreateRelPOBean.execute()
Cann the createRelease(MboSet) on PurchView which creates the Release PO.
|
int |
CreateRFQBean.execute()
Call the createRFQ(MboSet) on PurchView which creates the RFQ.
|
int |
CopyPRLineItemsBean.execute() |
int |
ChangeLineStatusBean.execute()
Call the applyPriceAdjustment(MboSet) method on PurchView.
|
int |
AssociateSLABean.execute() |
int |
ApplyPriceAdjustmentBean.execute()
Call the applyPriceAdjustment(MboSet) method on SWView.
|
protected MboSetRemote |
SelectAssetsBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
protected MboSetRemote |
CopyPRLineItemsBean.getMboSetRemote()
Over-ride the getMboSetRemote() of DataBean to return a MboSet that is
further filtered by a where clause.
|
int |
SFWLineBean.pmtsched() |
int |
ContSWAppBean.REVCONT() |
int |
NamedUsersBean.selectpeople()
Method to check if a row can be added to the associated people tab.
|
int |
ContSWAppBean.SWLIC() |
int |
SFWLineBean.venitems() |
int |
ContSWAppBean.VIEWRELCOS() |
Methods in psdi.webclient.beans.countbook that throw MXException
Modifier and Type |
Method and Description |
int |
CountBookSelBean.addrow() |
int |
CountBookAppBean.cancelDialog()
Workaround to avoid undesired owner change.
|
void |
CountBookSelBean.delete(int nRow) |
int |
CountBookAppBean.DUPLICATE() |
int |
CountBookChangeStatusBean.execute() |
MboSetRemote |
CountBookChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
protected void |
CountBookChangeStatusBean.initialize() |
void |
CountBookAppBean.initializeApp() |
int |
CountBookAppBean.OWNER()
Intercepts the call to the owner dialog and let us know which owner group
we have up till now.
|
int |
CountBookAppBean.OWNERSHIP()
Take Ownership gets called from list page or main record
|
int |
CountBookAppBean.REC() |
int |
CountBookAppBean.SAVE() |
int |
CountBookAppBean.UNREC() |
Methods in psdi.webclient.beans.designer that throw MXException
Modifier and Type |
Method and Description |
protected MboRemote |
TypeAheadBean.addNewDatastore(MboSetRemote datastoreSet,
java.lang.String attribute,
java.lang.String datasrc,
java.lang.String domain)
adds a new datastore object with a default typeahead entry to the passed in datastoreSet
for datastore:
need to set the id to a unique value.
|
int |
SigOptionsBean.addrow() |
int |
MaxmenuBean.addrow() |
int |
DatastoreChildBean.addrow()
override addrow so we can set an id on any new row created
|
int |
ConditionalPropertiesBean.cancelDialog()
Top bean cannot be thrown away.
|
int |
DesignerAppBean.cancelduplicate()
Cancels Duplicate App in the Screen Designer.
|
int |
DesignerAppBean.cancelinsert()
Cancels insert App in the Screen Designer.
|
int |
DesignerAppBean.COPYNODE() |
int |
DesignerAppBean.CUTNODE() |
int |
DesignerAppBean.DELETENODE() |
int |
DesignerAppBean.DUPLICATE()
Duplicates the current App in Screen Designer.
|
int |
DesignerAppBean.duplicateapp() |
int |
TypeAheadBean.execute()
update the nonpersistent datastore mboset with current changes.
|
int |
MaxmenuBean.execute() |
int |
ImportAppBean.execute()
Import a presentation or presentation set
|
int |
FilterSetvalueBean.execute()
Upon clicking ok, the bean will add the filter or setvalue to the dialog's datastore
this method updates the nonpersistent datastore mboset's child sets with current changes.
|
int |
ConditionalPropertiesBean.execute()
Get the bean for the top persistent data and save it.
|
int |
DesignerAppBean.find() |
java.lang.Object[][] |
AppContentTreeBean.getChildren(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren) |
protected java.lang.String |
DesignerAppBean.getDomainName(java.lang.String ctrlDatasrc,
java.lang.String ctrlDataAttribute)
get the domain name for the given datasrc and attribute
|
protected MboSetInfo |
SelectDomainAttributeBean.getMboSetInfoForList()
return the MboSetInfo from which to get the attributes that are in the domain for this field
|
protected MboSetInfo |
SelectAttributeBean.getMboSetInfoForList()
return the MboSetInfo from which to get the attributes that are in the datasrc for this field
|
protected MboSetRemote |
TypeAheadBean.getMboSetRemote()
gets the Datastore Mbo to display in the configuration dialog.
|
MboSetRemote |
SelectAttributeBean.getMboSetRemote()
return a list of attributes that are in the object for this field's datasrc, sorted alphabetically
|
protected MboSetRemote |
DialogListBean.getMboSetRemote() |
protected MboSetRemote |
DatastoreConfigBean.getMboSetRemote()
gets the Datastore Mbo to display in the configuration dialog.
|
protected MboSetRemote |
DatastoreButtonsBean.getMboSetRemote()
gets the DatastoreButtons Mbo
|
protected MboSetRemote |
ConditionalPropertiesBean.getMboSetRemote()
Get the original ControlPropertiesBean.
|
java.lang.Object[] |
AppContentTreeBean.getMboValueData(java.lang.String[] dataattributes) |
java.lang.Object[][] |
AppContentTreeBean.getTop(java.lang.String[] dataattributes,
int maxchildren) |
protected void |
MultiselectDialogBean.initialize() |
protected void |
FilterSetvalueBean.initialize()
initialize makes sure there's a typeahead configured before allowing the user to modify the filter or setvalue configuration.
|
protected void |
ExportSysBean.initialize() |
void |
ControlPropertiesBean.initialize() |
protected void |
AppContentTreeBean.initialize() |
void |
DesignerAppBean.initializeApp() |
int |
DesignerAppBean.INSERT() |
int |
DesignerAppBean.movecontrol()
FROM CANVAS
Moves the control to a specific target
|
int |
DesignerAppBean.newapp()
Used to create a new application in the designer.
|
int |
DesignerAppBean.NEXT() |
int |
DialogListBean.nextrow() |
int |
DesignerAppBean.PASTENODE() |
int |
DesignerAppBean.PREVIOUS() |
int |
DialogListBean.prevrow() |
int |
DesignerAppBean.PROPERTIES()
if properties are closed, open them...
|
int |
DesignerAppBean.SAVE() |
boolean |
DesignerAppBean.saveYesNoCheck() |
boolean |
DesignerAppBean.saveYesNoInteractionCheck() |
int |
DialogListBean.scrollnext() |
int |
DialogListBean.scrollprev() |
int |
AppContentTreeBean.selectnode() |
int |
DialogListBean.selectrecord() |
int |
AppContentTreeBean.selectrecord() |
void |
AppContentTreeBean.setcurrentnode(java.lang.String newobjectname,
java.lang.String newuniqueidname,
java.lang.String newuniqueidvalue) |
void |
AppContentTreeBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy) |
int |
DesignerAppBean.setmobilefields()
this method handles a 'setmobilefields' event sent by the page when an app is loaded in designer.
|
void |
ControlPropertiesBean.setProperties() |
void |
ControlPropertiesBean.setProperties(ControlInstance control) |
int |
DesignerAppBean.setvalue()
this setvalue is here so that we can catch the setting of Viewport and update the xml
element when the non-persistent viewport attribute is changed.
|
int |
ConditionalPropertiesBean.setvalue() |
void |
RichTextEditorPropertiesBean.setValue(int row,
java.lang.String attribute,
MboRemote mboRemote)
Overrriden to show message upon selection of a data attribute
|
void |
ControlPropertiesBean.setValue(int row,
java.lang.String attribute,
MboRemote mboRemote) |
void |
ControlPropertiesBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value) |
void |
DesignerAppBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
this setvalue is here so that we can catch the setting of ismobile and update the xml
element when the non-persistent ismobile attribute is changed.
|
void |
ControlPropertiesBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
ControlPropertiesBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
void |
ControlPropertiesBean.setValue(java.lang.String attribute,
java.lang.String value) |
void |
ControlPropertiesBean.setValue(java.lang.String attribute,
java.lang.String value,
long accessModifier) |
boolean |
DesignerAppBean.toBeSaved() |
int |
DesignerAppBean.TOGGLEVP()
Toggle Viewport Display ON or OFF in app designer, and cause page to rerender
|
protected boolean |
TypeAheadBean.updateChildSet(java.lang.String setName,
MboRemote targetDatastore)
updates the named child set for the target datastore to the child set contained in this databean
returns boolean whether the set was updated or not
used by subclass FilterSetValueBean
|
Methods in psdi.webclient.beans.dm that throw MXException
Modifier and Type |
Method and Description |
int |
DMAppBean.ACTIVATE()
Activate/Deactivate a package definition.
|
int |
DlgPkgGrpDefBean.addcfggrpdef()
Add a new migration group to package definition.
|
int |
DMPackageBean.addpackage()
Create a package.
|
int |
DlgCompareBean.addresulttocollection()
Handle the OK button click.
|
int |
DlgCompareBean.addtocollection()
Handle the Add Comparison Results to Migration Collection button click.
|
int |
DMAppBean.addtocollectionlongop()
Initiates the Add Database Compare to Migration Collection Long Operation.
|
void |
DMAppBean.addtocollectionlongopmain()
Long operation to Add Database Compare to Migration Collection.
|
int |
DlgUploadCmpSrc.cancelDialog()
Called when dialog is cancelled to clean up data.
|
int |
DMPackageBean.closePkg()
Close a package.
|
int |
DMPackageBean.completedeploy()
Complete deployment.
|
int |
DMAppBean.completedeploy()
This is an event sent from DMPackageBean.
|
int |
DMPackageBean.contDistributePkg()
Called by the long operation thread to continue distributing a package.
|
int |
DMPackageBean.continueCreatePackage()
Called by the long operation thread to continue creating a package.
|
int |
DMAppBean.DELETE()
Delete a package definition.
|
int |
DlgDeployPkgBean.deleterow()
Intercept the toggledeleterow message.
|
int |
DlgDeployPkgBean.deploy()
Deploy a package.
|
int |
DMAppBean.deployapkg()
Initiates the deploy process.
|
void |
DMAppBean.deployPackage()
Long operation to deploy package.
|
int |
DlgDistributePkg.distributepkg()
Distribute a package.
|
int |
DMPackageBean.distributePkg() |
int |
DlgVersionCheckBean.docancel()
Event: docancel
When cancel out of this dialog
|
int |
DlgUploadCmpSrc.docancel() |
int |
CmpSrcDefBean.docancel() |
int |
DlgVersionCheckBean.dook()
Event: dook
When ok continue with the version check
|
int |
DlgUploadCmpSrc.dook()
Event: dook
When ok out of this dialog, continue with the package creation process
|
int |
DlgDownloadCmpSrc.downloadfile()
Download compiled source file.
|
int |
DMPackageBean.downloadpkg()
Download a package file.
|
int |
DMPackageBean.downloadpreview() |
int |
DMPackageBean.downloadscript() |
int |
GenPkgIDBean.execute() |
int |
DlgViewEventTrk.execute() |
int |
DlgUploadFileBean.execute()
When ok out of the Upload File dialog, store the content of the file, etc.
|
int |
DlgSelectCmpSrcBean.execute() |
int |
DlgManageTargets.execute() |
int |
DMUploadBean.execute()
Upload a file and put in the INBOUND folder of DMROOT.
|
int |
DMMapRulesDetailsBean.execute()
Save the changes to the table window.
|
int |
DlgSetWhereBean.expbuilder()
Sets the non-persistent field EXPOBJECT before bringing up the dialog.
|
int |
GenPkgIDBean.GENERATEUUID() |
MboSetRemote |
DlgCompareBean.getList(int nRow,
java.lang.String attribute)
Make sure we only show Migration objects that belongs to Migration manager.
|
MboSetRemote |
DMMapRulesBean.getList(int nRow,
java.lang.String attribute)
Filter out the mapped radio button by restricting the domain if there is not a package with a status of DEPLOY_INPROGRESS
Throws MXException or RemoteException if the data could not be
obtained.
|
MboSetRemote |
DMChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
MboSetRemote |
GenPkgIDBean.getMboSet() |
MboSetRemote |
DlgSelectCmpSrcBean.getMboSet() |
protected MboSetRemote |
DlgViewChildEvents.getMboSetRemote() |
protected MboSetRemote |
DlgTargetVersionBean.getMboSetRemote()
Get the non persistent mboset of target products
|
protected MboSetRemote |
DlgSourceVersionBean.getMboSetRemote()
Get the non persistent mboset of source products
|
protected MboSetRemote |
DMMapRulesTreeBean.getMboSetRemote() |
int |
DlgCompErrorBean.getMessage()
Get message text
|
void |
DMAppBean.gotoPkgTab(MboRemote curDeployedPkg)
Bring the current page to the deployed package's packages tab.
|
int |
DMMapTreeBean.handlecancel()
Handle the Cancel button, discard changes...
|
int |
DMMapRulesDetailsBean.handlecancel()
Handle the Cancel button, discard changes...
|
int |
DMMapRulesBean.handleclose()
Handle the Cancel button, discard changes...
|
int |
DMMapTreeBean.handleok()
Handle the OK button, save changes...
|
int |
DMMapRulesBean.handlerule()
Handle the OK button, save changes...
|
boolean |
DlgUploadCmpSrc.hasSigOptionAccess(int row,
java.lang.String sigOption) |
boolean |
DMPackageBean.hasSigOptionAccess(int row,
java.lang.String sigOption) |
protected void |
SelectMappedValuesBean.initialize() |
protected void |
DlgUploadCmpSrc.initialize() |
protected void |
DlgSetWhereBean.initialize() |
protected void |
DlgManageTargets.initialize() |
protected void |
DlgDeployPkgBean.initialize() |
protected void |
DlgCompErrorBean.initialize() |
protected void |
DMMapTreeBean.initialize()
Initialize the table and variables.
|
protected void |
DMMapRulesTreeBean.initialize()
Initialize the table and variables.
|
protected void |
DMMapRulesDetailsBean.initialize()
Initialize the table and variables.
|
protected void |
DMMapRulesBean.initialize()
Initialize the table and variables.
|
void |
DMAppBean.initializeApp()
Make sure we have a correct URL in the DMDirStructure helper.
|
void |
CmpSrcDefBean.insertAtEnd() |
int |
DMAppBean.longOpDeployPkg()
}
Start the long operation to deploy package.
|
int |
DMPackageBean.redistributePkg()
Redistribute a package.
|
int |
DlgCompareBean.refreshcomparisontable()
Handle the Refresh Job Status button click.
|
int |
DMAppBean.refreshrecords() |
int |
DeploymentGroupsAppBean.refreshTree()
Refresh the structure tree.
|
int |
DMAppBean.refreshTree()
Refresh the structure tree.
|
int |
DMAppBean.RESET()
Resets event tracking records.
|
int |
DeploymentGroupsAppBean.SAVE()
On save, check whether group is empty.
|
int |
DMTreeBean.selectnode() |
int |
DMMapTreeBean.selectnode() |
int |
DMMapRulesTreeBean.selectnode() |
int |
SelectMappedValuesBean.selectrecord() |
void |
DMTreeBean.setcurrentnode(java.lang.String newobjectname,
java.lang.String newuniqueidname,
java.lang.String newuniqueidvalue) |
boolean |
DlgSourceVersionBean.setCurrentRow(int nRow) |
int |
DlgSetWhereBean.setWhereClauses()
Method to set where clauses to mbo objects.
|
int |
DlgCompareBean.startcomparison()
Handle the Start Comparison button click.
|
int |
DlgCompareBean.startjob()
Handle the Start Job button click.
|
int |
DlgManageTargets.testtarget() |
int |
DlgViewEventTrk.toggledeleterow()
Warn user about deleting a record.
|
int |
DlgCompareBean.toggledeleterow()
Warn user about deleting the job and all it's result.
|
int |
DMPackageBean.toggledeleterow()
Warn user about deleting a package.
|
int |
DlgDeployPkgBean.toggleselectrow()
When a row is selected, deselect other selected rows.
|
int |
GenPkgIDBean.UPDATEPROP() |
int |
DMAppBean.VIEWEVENTS()
View event tracking records.
|
int |
DlgDeployPkgBean.viewmanifest()
Read the manifest information.
|
Methods in psdi.webclient.beans.dm.collection that throw MXException
Modifier and Type |
Method and Description |
int |
DmCollRelObjBean.addAll()
Event handler method for "Add All Related Configuration Entry" button.
|
int |
DMCollAddCollToApp.addcolltoapp()
Handle the Add Migration Collections to Applications button click.
|
int |
DmCollRelObjBean.addSelected()
Event handler method for "Add Related Configuration Entry" button.
|
int |
DmCollRelObjBean.deletAll()
Event handler method for "Delete All Related Configuration Entry" button.
|
int |
DMCollectionAppBean.deleteall()
Delete orphan and duplicate records.
|
int |
DMCollectionAppBean.deletedupls()
Delete duplicate records.
|
int |
DMCollectionAppBean.deleteorphans()
Delete orphan records.
|
int |
DmCollRelObjBean.deletSelected()
Event handler method for "Delete Related Configuration Entry" button.
|
int |
DMCollectionAppBean.DELFILES()
Delete configuration files.
|
int |
DmCollValidateBean.docancel()
Event: docancel
When cancel out of this dialog
|
int |
ExportBean.downloadfile()
Action for the download button on the Collection Export table rows.
|
int |
DlgImportFileBean.execute()
Import the collection file.
|
int |
DMCollPkgExceptionBean.expbuilder()
Catch the expression builder dialog event and set correct object.
|
int |
ConfigurationsBean.export()
Action for the Export button on the Configurations table rows.
|
int |
ConfigurationsBean.exportConfig()
Action for the Export button under the Configurations table.
|
int |
ConfigurationsBean.exportDownload()
Action for the Download button under the Configurations table.
|
protected MboSetRemote |
DmAppLinkBean.getMboSetRemote() |
protected MboSetRemote |
DMCollResultsBean.getMboSetRemote()
Set the MboSet to list only user's own or public Migration Collection.
|
protected void |
DmToolIconBean.initialize()
Filter the MboSet to list only user's own or public Migration Collection.
|
protected void |
DmCollRelDataBean.initialize() |
void |
DmCollLookupCheckRecordsBean.initialize() |
protected void |
DmAppLinkBean.initialize()
Filter the MboSet to have only the applications for which toolbar icon can be added.
|
protected void |
DMCollPkgExceptionBean.initialize() |
protected void |
ConfigurationsBean.initialize()
Set default order by for Issue #10-16832.
|
void |
DMCollectionAppBean.initializeApp()
Make sure we have a correct URL in the DMDirStructure helper.
|
boolean |
DMCollectionAppBean.isValidateInProgress()
Check if validation is in progress.
|
int |
DmAppLinkBean.launchAppLink()
Launch the linked application.
|
int |
DMCollectionAppBean.refresh()
This method is called when Refresh button is clicked on Validation Results tab.
|
int |
DMCollectionAppBean.refreshCollObj()
This method is called when "Refresh Collection Objects" button is clicked on main tab.
|
int |
DmCollValidateBean.refreshStatus()
Pupulate the status (message) textbox wiith the current messages of the asyncjob.
|
int |
DmAppLinkBean.returnLookupValue(MboRemote lookupMbo)
Save returned data from the linked application.
|
void |
DmToolIconBean.save()
Save the selected object to the selected Migration Collection.
|
void |
DmCollRelatedDataBean.save() |
int |
DMCollectionAppBean.saveEvents() |
int |
DMCollEventTrkBean.saveEvents()
Save the values entered by the user.
|
int |
DmCollRelatedDataBean.saverecords() |
void |
DmToolIconBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value)
This method is used to make the checkboxes of table rows readonly and non readonly.
|
int |
DmCollLookupDataBean.showrecords()
Event handler of Show Lookup Records
|
int |
DmCollValidateBean.startValidation()
Check if the validation is already running if not then launch the asyncjob to do validation..
|
int |
DMCollPkgExceptionBean.toggledeleterow()
Inform user that the out of the box, system defined exceptions cannot be deleted...
|
int |
DMCollPkgDefBean.toggledeleterow()
This method is called when garbage can is clicked on the Package Definition record
of "Package Definitions" tab.
|
int |
DMCollectionAppBean.VALDTCOLL()
Launch Validate Migration Collection/ Validation is in progress dialog.
|
Methods in psdi.webclient.beans.dpldasset that throw MXException
Modifier and Type |
Method and Description |
protected void |
PromoteNodeBean.applyDefaults(PromoteValuesRemote parentMbo)
Apply Defaults
|
int |
PromoteValuesBean.associateClassification()
Intercept the associateClassification event (Classify dialog) to make sure it will not show empty
wihtout a hint to the user
|
int |
PromoteNodeBean.associateClassification()
Intercept the associateClassification event (Classify dialog) to make sure it will not show empty
wihtout a hint to the user
|
int |
PromoteDefaultBean.associateClassification()
Intercept the associateClassification event (Classify dialog) to make sure it will not show empty
wihtout a hint to the user
|
int |
DeployedAssetBean.DELETE() |
void |
DeployedAssetBean.deleteAll(MboSetRemote setToDelete)
Delete all the members of the set - be very very carefull !
The deletions are not performed in the database, until save
is called.
|
protected void |
DeployedAssetBean.deleteNode(MboRemote mboSelected,
java.util.HashMap deleteNodes,
java.lang.String nodeIDs)
Delete Deployed asset
Look into DPAANCESTOR, and if parent is also selected for deletion then delete the parent first.
|
protected void |
DeployedAssetBean.deleteSelectedMbos(java.util.Vector selectedMbos)
Delete Selected Mbos
|
int |
PromoteValuesBean.execute() |
int |
PromoteDefaultBean.execute()
Force validation before action is taken
|
int |
ComputerSystemDrilldownBean.execute() |
protected MboSetRemote |
PromoteValuesBean.getMboSetRemote()
Set the application id on the mbo set so that it can be used to filter it to the correct set of
defaults for the promotion dialog
|
protected MboSetRemote |
PromoteNodeBean.getMboSetRemote()
Gets tloampromote mbos with nodeids corresponding to those selected in app.
|
protected MboSetRemote |
PromoteDefaultBean.getMboSetRemote()
Initialize the mbo set so it contains the record that has the set of defaults for the current
application
|
protected MboSetRemote |
ComputerSystemDrilldownTreeBean.getMboSetRemote()
When opening drilldown on ComputerSystem app, only the current record
should be displayed in the tree.
|
protected MboSetRemote |
ComputerSystemDrilldownBean.getMboSetRemote()
Obtains and returns a MboSetRemote using the mboname of
parent/relationship setup for the bean.
|
MboValueData |
ComputerSystemDrilldownBean.getMboValueData(java.lang.String attribute)
Override getMboValueData because uniqueId is a String and the Computer Drilldown needs an Integer
|
java.lang.Object[][] |
ComputerSystemDrilldownTreeBean.getPathToTop(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
Gets Path to Top for a given node
|
java.lang.Object[][] |
ComputerSystemDrilldownTreeBean.getTop(java.lang.String[] dataattributes,
int maxchildren)
Gets the top nodes for the tree structure.
|
protected void |
ComputerSystemDrilldownTreeBean.initialize() |
protected void |
ComputerSystemDrilldownBean.initialize()
Typically called after the DataBean gets a new MboSetRemote
On the MboSetRemote it sets the app, the app defaults, user defaults
Since the DataBean isn't bound to a table then initialize() fetches the
first mbo (sets the current row to 0).
|
int |
DeployedAssetBean.PROMOTE()
Intercept the PROMOTE event (promotion dialog) on the list page and show an error that prompts the user
to make a selection.
|
int |
ComputerSystemDrilldownTreeBean.selectnode() |
int |
ComputerSystemDrilldownTreeBean.selectrecord() |
void |
ComputerSystemDrilldownTreeBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy)
Sets the reference point for starting of the hierarchy
|
Methods in psdi.webclient.beans.ecommadapt that throw MXException
Modifier and Type |
Method and Description |
int |
ECommAdaptAppBean.canceltask()
Handler for when the user clicks the cancel button on the error dialog
|
int |
ECommAdaptAppBean.doAppLinkReturn()
Do the applinkreturn, based on what the normal AppBean functionality is
|
void |
ECatalogBean.initialize() |
void |
ECommAdaptAppBean.initializeApp()
Fetch and save the catalog to look up
|
int |
ECommAdaptAppBean.lookupcatalog()
Event handling function that looks up the catalog.
|
int |
ECommAdaptAppBean.retrytask()
Handler for when the user clicks the retry button on the error dialog
|
int |
ECommAdaptAppBean.returncart()
Handler to try and return the cart
|
int |
ECommAdaptAppBean.rtnecomm()
Event that is called by the returning ecomm system
|
int |
ECatalogBean.searchcatalog() |
Methods in psdi.webclient.beans.emailstner that throw MXException
Modifier and Type |
Method and Description |
int |
LSNRAppBean.ACTIVATE()
Activate and deactivate e-mail listener configuration
|
int |
LSNRAppBean.DELETE() |
int |
InboundCommBean.inbchangestatus()
Method used to change the status of staging record to NEW
|
int |
InboundCommBean.inbstatus()
Even called when change status icon is clicked
|
protected void |
CreateInbCommBean.initialize()
Initialize the dialog
|
int |
LSNRAppBean.PURGE() |
void |
InboundCommBean.save()
Save staging record.
|
int |
LSNRAppBean.SAVE()
event-SAVE.
|
Methods in psdi.webclient.beans.extsystem that throw MXException
Modifier and Type |
Method and Description |
int |
MultiSelectBean.callMethod(WebClientEvent event) |
int |
CreateIntTabDialogBean.confirmok()
Start teh long-op operation if user confirms table creation from UI
Display generic error message an any error is encountered else show success message
|
int |
CreateIntTabDialogBean.createconfirm()
Do sanity checks before actual table creation can get started
|
int |
ExtsystemAppBean.CREINTTAB() |
int |
ExtsystemAppBean.DATAEXPORT() |
int |
CreateIntTabDialogBean.execute() |
int |
ExportDataBean.export()
This method will import a presentation or presentation set
|
int |
ViewQueueResultsBean.filedownload() |
int |
ViewQueueResultsBean.finish()
Resets the Labor List while insuring that it continues displaying the
same page.
|
protected MboSetRemote |
MultiSelectBean.getMboSetRemote()
Obtains and returns a MboSetRemote using the mboname of parent/relationship setup
for the bean.
|
int |
LoadBean.importdata()
Method to import xml/Flat file.
|
protected void |
LoadBean.initialize()
Initialize the dialog
|
protected void |
CreateIntTabDialogBean.initialize() |
int |
InstallAdapterBean.install()
Import Data into Maximo
|
int |
ViewQueueResultsBean.instantdelete() |
int |
LoadBean.load()
Import Data into Maximo
|
int |
LoadBean.loadData()
Method to import xml/Flat file.
|
void |
LoadBean.loadImport(UploadFile file) |
int |
DataExportBean.process() |
int |
ViewQueueBean.queueoffset()
This method will import a presentation or presentation set
|
int |
DataExportBean.refreshexport() |
int |
DataExportBean.resetexport() |
int |
DataExportBean.SAVE() |
void |
LoadBean.showPreview() |
int |
ViewQueueBean.VIEWQUEUERES()
This method will import a presentation or presentation set
|
Methods in psdi.webclient.beans.fwm that throw MXException
Modifier and Type |
Method and Description |
void |
TechnicianAppBean.afterFollowUpSave(MboRemote newWO) |
int |
ResultsItemsBean.count()
overrode count() to fix the "x-y of z" tablecounter property.
|
MboSetRemote |
ResultsItemsBean.getMboSet() |
protected MboSetRemote |
ResultsItemsBean.getMboSetRemote()
there is no parent/child relationship set up for this bean, but we want
to know when the results_showlist changes, so get the results_showlist
bean and add this bean as a listener
|
protected void |
ResultsItemsBean.initialize()
will generate a set of all wpitems attached to all records in the result set
any qty in the set will be summed up by itemnum and storeroom location.
|
void |
TechnicianAppBean.initializeApp()
Sort the query for Everyplace apps based on the maxvar.
|
Methods in psdi.webclient.beans.interror that throw MXException
Modifier and Type |
Method and Description |
void |
ExtractErrorsBean.delete()
Initialize() defaults the qbe for defaultcraft to 1, then applies the default
query, if there is one.
|
int |
InterrorAppBean.DELETE()
Method to delete selected messages in the IntError set.
|
int |
InterrorAppBean.DELETEALL()
Method to delete all messages in the IntError set.
|
int |
InterrorAppBean.detail()
Go to detail screen.
|
int |
IntErrorChangeStatusBean.execute()
Method invoked from change status dialog boxes
|
int |
ExtractErrorsBean.extracterrors()
Initialize() defaults the qbe for defaultcraft to 1, then applies the default
query, if there is one.
|
int |
ExtractFileBean.filedownload() |
MboSetRemote |
IntErrorChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
protected void |
InterrorDetailsBean.initialize() |
void |
InterrorAppBean.initializeApp() |
int |
ExtractFileBean.instantdelete() |
int |
InterrorDetailsBean.noprocess()
Save record without processing.
|
int |
InterrorDetailsBean.process()
Process record from the GUI.
|
int |
InterrorAppBean.PROCESSALL()
Method to process all messages in the IntError set.
|
int |
InterrorAppBean.PROCESSSEL()
Method to process selected messages in the IntError set.
|
int |
InterrorAppBean.REFRESH()
Method to refresh error and extract list.
|
int |
InterrorAppBean.resetErrorList()
Resets the Error List while insuring that it continues displaying the
same page.
|
int |
ExtractErrorsBean.resetExtractList()
Resets the Labor List while insuring that it continues displaying the
same page.
|
int |
InterrorAppBean.SAVE()
Method to save extract processing as part of save.
|
int |
InterrorAppBean.STATUS()
Status change method.
|
Methods in psdi.webclient.beans.intobject that throw MXException
Modifier and Type |
Method and Description |
int |
SelectSigOptionBean.callMethod(WebClientEvent event) |
void |
IntObjectAppBean.copySigOption() |
int |
ImportBean.export()
Export data
|
java.lang.Object[][] |
ParentObjectNameTreeBean.getChildren(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
Gets children for a given node
|
protected MboSetRemote |
SelectSigOptionBean.getMboSetRemote()
Obtains and returns a MboSetRemote using the mboname of parent/relationship setup
for the bean.
|
java.lang.Object[] |
ParentObjectNameTreeBean.getMboValueData(java.lang.String[] dataattributes)
Gets data a for givens et of attributes from the current mbo
|
java.lang.Object[][] |
ParentObjectNameTreeBean.getPathToTop(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
Gets Path to Top for a given node
|
java.lang.Object[][] |
ParentObjectNameTreeBean.getTop(java.lang.String[] dataattributes,
int maxchildren)
Gets the top nodes for the tree structure.
|
int |
IntObjectAppBean.handlecancel()
Handle the Cancel button, discard changes...
|
int |
IntObjectAppBean.handletree()
Method to Include/Exclude columns for the Object Structure.
|
int |
ImportBean.importdata()
Method to import xml/Flat file.
|
void |
ParentObjectNameTreeBean.initialize()
Initialize - get the bean where this tree control bean is launched
TreeControlBean is MaxIntObjectDetail object
|
protected void |
ImportBean.initialize()
Initialize the dialog
|
int |
ImportBean.loadData()
Method to import xml/Flat file.
|
void |
ImportBean.loadImport(UploadFile file)
Method to import xml/Flat file.
|
int |
IntObjectAppBean.OSIMPORT()
Method to Application Export for the Object Structure.
|
int |
IntObjectAppBean.PUBLISH()
Handles the PUBLISH event which publish the displayed object structure as Cognos action logs in the Cognos
Server.
|
int |
ImportBean.readCountFile() |
int |
ParentObjectNameTreeBean.selectrecord()
The selected will be the parent of the
originating Object structure Detail object.
|
void |
ParentObjectNameTreeBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy)
Sets the reference point for starting of the hierarchy
|
void |
IntObjectAppBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
int |
ImportBean.showPreview() |
protected void |
ParentObjectNameTreeBean.updateOriginatingRecord()
update the parentobjectname of the originating object with the selected
detail node and close the dialog
|
int |
IntObjectAppBean.VIEWXML()
Method to create and view xml instance of the Object Structure.
|
Methods in psdi.webclient.beans.invusage that throw MXException
Modifier and Type |
Method and Description |
int |
InvUseLineDataBean.addrow()
This method is validates the invUse data.
|
int |
InvUseLineSplitBean.AUTOSPLITQTY()
This method is called when auto-split is selected by the user to split the quantities across the
multiple bins automatically.
|
int |
ValidateReservationDataBean.cancelDialog()
This method is called on dialog close.
|
int |
ValidateIssuedItemForReturnDataBean.cancelDialog()
This method is called on dialog close.
|
int |
ReservationDataBean.cancelDialog()
This method is called on dialog close.
|
int |
IssuedItemForReturnDataBean.cancelDialog()
This method is called on dialog close.
|
int |
InvUseLineSplitBean.cancelDialog()
This method is called on dialog cancel.
|
int |
InvUseLineShipmentBean.cancelDialog()
This method is called on dialog cancel.
|
int |
InvUseAppBean.CANCELLED() |
void |
QbeWOBean.checkQuery(DataBean results)
when user cicks Find, manipulate the qbe for INVUSELINE.REFWO to include child work order
|
void |
InvUseLineDataBean.checkReservation()
This method checks against the existing reservations.
|
void |
InvUseLineDataBean.checkReturn()
This method checks against the existing issues.
|
int |
InvUseAppBean.COMPLETE() |
int |
ValidateReservationDataBean.execute()
This method is called on dialog ok.
|
int |
ValidateIssuedItemForReturnDataBean.execute()
This method is called on dialog ok.
|
int |
ReservationDataBean.execute()
This method is called on dialog ok.
|
int |
IssuedItemForReturnDataBean.execute()
This method is called on dialog ok.
|
int |
InvUseLineShipmentBean.execute()
This method is called on dialog ok and saves into shipment and shipmentline tables.
|
int |
InvUseLineSelectReservedItems.execute()
This method copies the selected invreserve records to the invuseline set.
|
int |
InvUseChangeStatusBean.execute()
Method invoked from status dialog box
|
int |
InvUseLineSelectReservedItems.filterrows()
IV76854: set showallreservation flag for row 0 after table is filtered
|
WebClientEvent |
InvUseLineDataBean.getCurEvent()
This method returns the current event.
|
protected MboSetRemote |
InvUseLineShipmentLineBean.getMboSetRemote() |
protected MboSetRemote |
InvUseLineSelectReservedItems.getMboSetRemote() |
int |
InvUseLineSelectReservedItems.highlightrow(int row)
IV76854: set showallreservation flag to correct value when a row is selected
|
protected void |
ValidateUserPreferenceBean.initialize() |
protected void |
QbeWOBean.initialize()
Give the user entered qbe value for INVUSELINE.REFWO if it is cached in the app.
|
void |
InvUseAppBean.initializeApp()
Set the initial query to status in (ENTERED, STAGED, SHIPPED)
|
void |
InvUseAppBean.save()
This method calls the validate row before saving the record so that the Reservation/Return
dialogs can be displayed during validation.
|
int |
InvUseAppBean.SAVE() |
void |
InvUseLineSplitBean.saveData()
This method will the split data and the transactions will be created during save.
|
int |
InvUseLineSelectReservedItems.scrollnext()
IV76854: set showallreservation flag to correct value when scrolling to next page
|
int |
InvUseLineSelectReservedItems.scrollprev()
IV76854: set showallreservation flag to correct value when scrolling to previous page
|
int |
InvUseLineDataBean.selectitems()
This method is called on the Select Items Button.
|
int |
InvUseLineDataBean.selectitemsforreturnissue()
This method is called on the click of Select Items Button.
|
int |
InvUseLineDataBean.selectreserveditems()
This method will be called on the Select Reserved Items button.
|
int |
InvUseLineDataBean.selectspareparts()
This method will be called on click of the Select Spareparts Button.
|
void |
InvUseLineDataBean.setCurEvent(WebClientEvent thisEvent)
This method stores the current event.
|
void |
InvUseLineSelectReservedItems.setShowReservation(int row)
IV76854: set showallreservation flag to correct value for selected row
|
void |
InvUseLineSelectReservedItems.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
This method calls the MbosetSetRemote() to refetch the data based on showallreservation flag.
|
int |
InvUseAppBean.SHIPPED() |
int |
InvUseAppBean.STAGED() |
int |
InvUseLineDataBean.validateinfo()
Method invoked from validation image for InvUseine validation.
|
int |
InvUseLineSplitBean.VALIDATEQTY()
This method is called when user click OK Split Usage Quantity dialog.
|
protected void |
InvUseLineDataBean.validateRow()
Validates object.
|
Methods in psdi.webclient.beans.kpi that throw MXException
Modifier and Type |
Method and Description |
int |
KPITemplateMainTableBean.addrow() |
int |
KPITemplateAppBean.DELETE() |
int |
KPIRemoveMultSchedule.execute() |
int |
KPIComparision.execute()
Sets the KPIs to be compared in the relative field and then closes the dialog.
|
int |
KPIAddMultSchedule.execute() |
int |
KPITemplateAppBean.GENKPI()
Entry Point into generating the KPI records into KPIMAIN from the KPITEMPLATE records
|
java.util.Vector |
KPIAppBean.getKPIInfo()
Gets current info of the KPI into the session.
|
void |
KPIRemoveMultSchedule.initialize() |
protected void |
KPIHistoryTable.initialize()
Overridden to refresh history data
|
protected void |
KPIComparision.initialize()
Overridden to display all KPIs except the one that is being edited currently in the app.
|
void |
KPIAddMultSchedule.initialize() |
void |
KPIAppBean.initializeApp()
Overridden to make sure when an KPI is being opened it should open up on Trend Tab
|
void |
KPIAppBean.openlinkedkpi()
Opens linked KPI
|
int |
KPIAppBean.openreport()
Opens linked KPI
|
boolean |
KPIAppBean.refreshChart()
Event handler method for "refreshchart" event, when clicked from Refresh Chart Button in the
KPI Application in Trend Tab
|
void |
KPITemplateAppBean.save() |
void |
KPIAppBean.save()
This method is overridden to provide the functionality for save.
|
void |
KPIComparision.select(int startIndex,
int count) |
java.lang.String |
KPIAppBean.setKPIInfo()
Sets current info of the KPI into the session.
|
java.lang.String |
KPIAppBean.setTrendGraphInfo()
Sets information to draw the trend graph into a one object and sets in session for the servlet to grab
|
int |
KPITemplateMainTableBean.testexpressions() |
void |
KPIAppBean.updatekpis()
Called when UPDATE event is fired.
|
void |
KPIAppBean.validateTrendInfo()
Validates the settings for Trend Chart
|
Methods in psdi.webclient.beans.labrep that throw MXException
Modifier and Type |
Method and Description |
int |
LabTransAppBean.APPRLABOR()
This handles the 'Approve Labor' action in labor reporting.
|
int |
LabTransAppBean.BYAMCREW() |
int |
LabTransAppBean.BYLABOR()
This method checks for the conditional sigoption for "Enter By Labor" action, either from
dialog or toolbar button.
|
int |
DataEntryCheckBean.bylaborcheckaclabor()
This either displays a messagebox if no default laborcode is available
or calls the data input dialog for selecting planned labor
from the by labor data entry dialog
|
int |
LabTransAppBean.BYTICKET()
This method checks for the conditional sigoption for "Enter By Ticket" action, either from
dialog or toolbar button.
|
int |
LabTransAppBean.BYWORKORD()
This method checks for the conditional sigoption for "Enter By Work Order" action, either from
dialog or toolbar button.
|
int |
CreateInvoiceBean.cancelDialog()
cancelDialog is overriden to reset the databean.
|
void |
SelectLaborOnByWorkOrderBean.copyLaborToLabTransSet()
copyLaborToLabTransSet gets called on ok button
|
int |
LabTransAppBean.CREATEINVC()
Check if invoices can be created for the selected labor transactions.
|
int |
LabTransEnterByBean.execute()
override execute() to refresh the result list
|
int |
EnterByWorkOrderBean.execute()
override execute() to refresh the result list
|
MboSetRemote |
SelectLaborOnByWorkOrderBean.getLaborSet(MboRemote mbo) |
MboSetRemote |
ShowLaborBean.getMboSetRemote()
Return Labor MboSet
|
MboSetRemote |
ShowCraftBean.getMboSetRemote()
Return CraftRate mboset
|
protected MboSetRemote |
SelectLaborOnByWorkOrderBean.getMboSetRemote() |
protected void |
SelectLaborOnByWorkOrderBean.initialize() |
protected void |
LabTransEnterByBean.initialize() |
protected void |
EnterByWorkOrderBean.initialize() |
void |
AssignmentSelectBean.initialize()
This is called prior to display of the wmassignments dialog which may
be created from both the ByWorkorder and ByLabor data entry dialogs
from labor reporting.
|
int |
ShowLaborBean.selectrecord()
Return the selected value to the laborcode
|
int |
ShowCraftBean.selectrecord()
Return the mbo selected from the lookup
|
int |
DataEntryCheckBean.wocheckaclaborwo()
This either displays a messagebox if no default wonum is available
or calls the data input dialog for selecting planned labor
from the by work order data entry dialog
|
int |
DataEntryCheckBean.wocheckselectlaboronactuals()
This either displays a messagebox if no default wonum is available
or calls the data input dialog for selecting labor from the
by work order data entry dialog
|
Methods in psdi.webclient.beans.linear that throw MXException
Modifier and Type |
Method and Description |
DataElement |
DataItem.addElement(DataSet dataSet,
MboRemote mbo,
CacheLvcMsgDesc lvcInfoMsgUtil) |
DataElement |
DataItem.addElement(DataSet dataSet,
MboRemote mbo,
java.lang.String startMAttr,
java.lang.String endMAttr,
CacheLvcMsgDesc lvcInfoMsgUtil) |
protected java.lang.String |
DataSet.getControlInstanceName(java.lang.String beanId)
Method to get controlInstanceName based on beanId
|
protected DataSet |
DataSet.getDataSet(java.lang.String id) |
java.util.List |
LinearVCUtils.getLinearGraphicsbyWhereClause(java.lang.String whereClause,
java.lang.String objectName,
MboRemote appMbo,
UserInfo userInfo)
Method to return a list of Graphics IDs for a particular object that matches
the where clause.
|
java.util.Map |
LinearVCUtils.getLinearLayerGraphicInfo(MboSetRemote mboRelSet,
java.lang.String objectname,
java.lang.String relationship,
java.util.Map msgTemplates,
java.lang.String orgId,
UserInfo userinfo,
java.util.Map attributes,
MboRemote linearLayer)
Method to return the HTML string for the Graphic attributes (Used in the
Identify tool)
|
java.util.Map |
DataElement.getLinearLayerMsgInfo(LinearClientSession linearClientSession,
MboRemote mbo,
java.util.Map attributes,
java.util.Map msgTemplates,
CacheLvcMsgDesc lvcInfoMsgUtil) |
protected java.lang.String |
DataElement.getLinearSymbologyDefinition(MboRemote mbo) |
MboRemote |
CacheLvcMsgDesc.getLvcInfoTmptRelmbo(MboRemote mbo) |
protected MboSetRemote |
LinearVCLayerBean.getMboSetRemote() |
java.lang.String |
DataSet.getOrgId(MboRemote mbo) |
protected int |
DataSet.getRowsPerPageFromPresentation(java.lang.String controlInsanceName)
Method to get rowsPerPage property of given constrolInsanceName from app Presentation
|
java.lang.String |
LinearVCAttributeTreeBean.getTreeControlObjectName() |
com.ibm.json.java.JSONObject |
LinearClientSession.handleRequest(java.lang.String[] tokens) |
boolean |
DataItem.hasOverlapWith(DataSet dataSet,
MboRemote mbo) |
protected void |
LinearVCAttributeTreeBean.initialize() |
java.util.Map |
LinearVCUtils.loadAttributesFromTemplate(java.lang.String template,
java.lang.String objectName,
MboRemote appMbo,
UserInfo userInfo)
Method to get all the attributes from the template.
|
protected void |
DataSet.loadChildren() |
void |
LinearAsset.loadData() |
void |
DataSet.loadData() |
protected com.ibm.json.java.JSONObject |
LinearClientSession.loadLVCSymbologySelection(WebClientSession session) |
protected DataSet |
DataSet.newInstance(DataSetInfo setInfo,
DataSet parent) |
protected static DataSet |
DataSet.newInstance(LinearClientSession session,
MboRemote parentMbo,
DataSetInfo setInfo,
DataSet parent) |
void |
FeatureSpecification.resolveMboSet() |
protected void |
DataSet.resolveMboSet() |
int |
LinearVCAttributeTreeBean.selectnode() |
int |
LinearVCAttributeTreeBean.selectrecord() |
protected boolean |
FeatureSpecification.shouldAdd(MboRemote mbo) |
void |
DataItem.updateFromMbo(DataSet dataSet,
MboRemote mbo) |
void |
DataItem.updateFromMbo(DataSet dataSet,
MboRemote mbo,
java.lang.String idSuffix) |
Constructors in psdi.webclient.beans.linear that throw MXException
Constructor and Description |
DataElement(MboRemote mbo,
java.lang.String startMAttr,
java.lang.String endMAttr,
LinearClientSession linearClientSession,
CacheLvcMsgDesc lvcInfoMsgUtil) |
DataElement(MboRemote mbo,
java.lang.String startMAttr,
java.lang.String endMAttr,
java.lang.String startMAttr2,
java.lang.String endMAttr2,
LinearClientSession linearClientSession,
CacheLvcMsgDesc lvcInfoMsgUtil) |
DataItem(DataSet dataSet,
MboRemote mbo) |
DataSet(LinearClientSession session,
MboRemote parentMbo,
DataSetInfo setInfo,
DataSet parent) |
DataSet(LinearClientSession session,
MboRemote parentMbo,
DataSetInfo setInfo,
java.lang.String id,
DataSet parent) |
FeatureSpecification(LinearClientSession session,
MboRemote parentMbo,
DataSetInfo setInfo,
DataSet parent) |
LinearAsset(LinearClientSession session,
DataSetInfo setInfo,
DataBean appBean) |
Methods in psdi.webclient.beans.location that throw MXException
Modifier and Type |
Method and Description |
int |
LocationAppBean.addNewSAusingTempData()
Proceed with the Service Address creation based on information provided
in the dialog.
|
int |
AddLocationToCollectionsBean.addrow() |
int |
LocationAppBean.ADDSYS()
This function handles the "Associate Systems" action.
|
int |
ApplyIASBean.applyIASAutoNumAll() |
int |
UsersAndCustodiansBean.cancelDialog() |
int |
AssociateSystemsBean.cancelDialog() |
int |
ApplyIASBean.cancelDialog() |
void |
LocationOpSKDBean.cancelLocDefMnt()
Event called on cancel of the Define Maintenance Schedule dialog.
|
void |
LocationOpSKDBean.cancelLocDefop()
Event called on cancel of the Define Operational Schedule dialog.
|
int |
LocationAppBean.changeTemplateState()
Method to be sent to event handler after the 'Create New Service Address'
dialog is closed.
|
int |
LocationAppBean.convertsachildtoparent()
Make the current customized (child) Service Address a main one (parent)
|
int |
LocationAppBean.createNewSA()
Prepares the initial data to be used in the 'Create New Service Address'
dialog.
|
int |
WorkorderBean.execute() |
int |
TicketBean.execute() |
int |
MultiLocationCollectionBean.execute()
Method invoked from Add Locations to Collections dialog box.
|
int |
ManageSystemBean.execute() |
int |
LocationChangeStatusBean.execute()
Method invoked from status dialog box
|
int |
AssignLocWorkZoneBean.execute()
Method invoked from 'Associate Work Zone' dialog box.
|
MboSetRemote |
LocationChangeStatusBean.getList(int nRow,
java.lang.String attribute) |
void |
WorkorderBean.initialize() |
void |
TicketBean.initialize() |
void |
LocationOpSKDBean.initialize() |
void |
ApplyIASBean.initialize() |
void |
LocationAppBean.initializeApp() |
int |
LocationAppBean.LOCSTATUS() |
int |
LocationAppBean.METHIST() |
int |
LocationAppBean.METREAD() |
int |
LocationAppBean.METRESET() |
int |
LocationOpSKDBean.okLocDefMnt() |
int |
LocationOpSKDBean.okLocDefOp() |
int |
LocationAppBean.ROUTEWF() |
void |
LocationAppBean.save()
Override method to deal with the PLUSCDUEDATE field.
|
int |
LocationAppBean.SAVE()
checks for exceptions resulting from duplicate LocationMeter.Sequence values
when the Location's meter group (Location.GroupName) has been modified.
|
int |
LocationAppBean.STATUSSUB()
IJ01922: location is nostatus in work flow, apply this statuschangebean method here
|
Methods in psdi.webclient.beans.logging that throw MXException
Modifier and Type |
Method and Description |
int |
ManageAppendersBean.addAppenders()
Add appenders to logger and close the MANAGEAPPENDERS dialog.
|
int |
DlgAddLogMsgToolIconToApp.addlogmsgicontoapp()
Handle the Add Custom Log Message to Applications button click.
|
int |
LoggingAppBean.APPLY()
Event handler for action menu Apply Settings.
|
int |
DlgPMRLogSeparatorBeanInitiator.CFGLOGMSG()
Check to see wich CFGLOGMSG dialog to display.
|
int |
MaximoLoggerBean.execute() |
int |
DlgSetFolderBean.execute() |
int |
LoggingAppBean.GENLOGPROP()
Event handler for action menu Generate Logging Properties.
|
protected void |
ManageAppendersBean.initialize() |
void |
LoggingAppBean.initializeApp() |
int |
LoggingAppBean.LAUNCHLTA()
Launch Log and Trace Analyzer.
|
int |
LoggingAppBean.SAVE() |
int |
DlgPMRLogSeparatorBean.savethreadlogger()
Handle the click event for the OK button.
|
int |
DlgAddLogMsgToolIconToApp.selectall()
Handle click on the "Select all" button.
|
int |
DlgAddLogMsgToolIconToApp.unselectall()
Handle click on the "Unselect all" button.
|
int |
DlgPMRLogSeparatorBean.write_begin()
Handle the click event for the "Write the Start Message to the Log File" button.
|
int |
DlgPMRLogSeparatorBean.write_end()
Handle the click event for the "Write the Stop Message to the Log File" button.
|
Methods in psdi.webclient.beans.ndasset that throw MXException
Modifier and Type |
Method and Description |
int |
NetDeviceAssetBean.PROMOTE()
Intercept the PROMOTE event (promotion dialog) on the list page and show an error that prompts the user
to make a selection.
|
Methods in psdi.webclient.beans.npasset that throw MXException
Modifier and Type |
Method and Description |
int |
NetPrinterAssetBean.PROMOTE()
Intercept the PROMOTE event (promotion dialog) on the list page and show an error that prompts the user
to make a selection.
|
Methods in psdi.webclient.beans.rcnastrslt that throw MXException
Modifier and Type |
Method and Description |
int |
ReconAssetWorkorderBean.execute() |
int |
ReconAssetTicketBean.execute()
Invoke when user clicks OK to create Ticket for a select Recon Asset Result record.
|
protected MboSetRemote |
ReconAssetMultiLinkBean.getMboSetRemote() |
void |
ReconAssetWorkorderBean.initialize() |
void |
ReconAssetTicketBean.initialize()
Initialize
Create ticket record and call ReconAssetResult mbo to pre-populate data for the ticket
|
int |
ReconAssetResultBean.RECMLINK()
Process to find if the "view multi-link failure" action is applicable for
the current reconciliation result message code
|
Methods in psdi.webclient.beans.recontask that throw MXException
Modifier and Type |
Method and Description |
int |
ReconTaskDataBean.addcomprule()
Called when the "Select Comparison Rule" button is pressed.
|
int |
MultiselectRuleDataBean.addcomprules()
Called when the "OK" button of the Comparison Rule lookup is pressed.
|
int |
ReconTaskDataBean.addlinkrule()
Called when the "Select Link Rule" button of the Link Rule lookup is pressed.
|
int |
MultiselectRuleDataBean.addlinkrules()
Called when the "OK" button of the Link Rule lookup is pressed.
|
int |
ReconTaskDataBean.addRule(java.lang.String ruleTable,
java.lang.String dialogToShow)
Processes a "Select Link/Comparison Rule" button click event.
|
int |
RuleTableDataBean.selectcomprecord()
Selects a single "Comparison Rule" record and closes the dialog.
|
int |
RuleTableDataBean.selectlinkrecord()
Selects a single "Link Rule" record and closes the dialog.
|
protected int |
RuleTableDataBean.selectrulerecord(java.lang.String okEvent)
Selects the clicked on row, adds it to the selection and closes the dialog.
|
int |
ReconTaskBean.TLOAMADRT() |
Methods in psdi.webclient.beans.relation that throw MXException
Modifier and Type |
Method and Description |
int |
RelationRulesExtTableDataBean.addgroupitem()
event to insert a new line row into a group on the table.
|
int |
RelationRulesExtTableDataBean.addgrouprow()
event to insert a new group row to the table.
|
int |
RelationRulesExtTableDataBean.addrow()
Adds a new row to the end of the table.
|
int |
RelationRulesExtTableDataBean.highlightrow(int row)
highlight the given row, and set the editable items for that row.
|
int |
RelationRulesExtTableDataBean.toggledeleterowcomplex()
client event that toggled the delete for a group.
|
Methods in psdi.webclient.beans.report that throw MXException
Modifier and Type |
Method and Description |
int |
CreateReportBean.addAll()
This event is called from the Add All button on the Create Report dialog.
|
int |
ReportAttributesAvailableBean.addAttribute(MboRemote attribute) |
int |
ReportAttributesAvailableCalcBean.addAttributeCalc(MboRemote attribute) |
int |
ReportAttributesAvailableSumBean.addAttributeSum(MboRemote attribute) |
int |
CreateReportBean.addExpression()
Add expression to the expressions table on the calculate tab.
|
int |
ReportDSBean.addrow()
When an row is added to REPORTDS through UI, add a record to REPORTDSPARAM.
|
int |
CreateReportBean.addSelectedAttributes() |
int |
CreateReportBean.addSelectedAttributesCalc() |
int |
CreateReportBean.addSelectedAttributesSum() |
int |
CreateReportBean.addSummary()
Add expression to the summary table on the summary tab.
|
int |
CreateReportBean.cancelExpression() |
int |
ViewReportProcessingBean.cancelReport()
Cancels the reports who are marked as delete.
|
int |
CreateReportBean.cancelSummary()
Clears all the text entry fields when cancel button is pressed.
|
protected void |
ReportScheduleCommonBean.checkEmailField(MboRemote reportSched,
MboRemote reportRemote)
Performs checks on REPORTSCHED.EMAILUSERS:
If REPORTSCHED.EMAILUSERS is null or empty.
Calls checkEmailTargets()
|
protected void |
ReportScheduleCommonBean.checkEmailTargets(MboRemote reportSched)
Performs checks on REPORTSCHED.EMAILUSERS:
Checks if each email address correspond to a Maximo User e-mail;
validation is done against EMAIL.EMAILADDRESS entries.
|
protected void |
ReportScheduleCommonBean.checkRecurringSchedule(MboRemote reportSched,
MboRemote reportRemote)
Performs check only if the scheduled report set as recurring:
REPORTSCHED.SCHEDULE is not null or empty
|
protected void |
ReportScheduleCommonBean.checkRunOnceSchedule(MboRemote reportSched,
MboRemote reportRemote)
Performs check only if the scheduled report set to run once:
REPORTSCHED.ONCEDATETIME is not null
|
void |
CreateReportBean.clearCalculateTabFields() |
void |
CreateReportBean.clearSummaryTabFields()
Clears the non-persistent fields.
|
void |
ReportAppBean.COGNOSADM() |
int |
SelectEmailForReportBean.copyEmailToReportSet() |
int |
SelectMultipleGroupNameBean.copyGroupSet()
Copy the selected grouplist to the parent.
|
void |
ReportDialogBean.createScheduleRecord(java.util.Hashtable reportParams,
DataBean rptParmBean,
MboRemote thisRpt) |
int |
CreateReportBean.createuserreport()
This event is called from the Submit button on the Create Report dialog.
|
int |
ReportAppBean.DELETE() |
int |
ReportExpressionsBean.deleteExpression() |
int |
SchedConfirmBean.deleteschedule()
Delete the Birt report schedule just scheduled and the crontaskinstance created
|
int |
ReportExpressionsSumBean.deleteSummary() |
int |
ReportDialogBean.displayRequestDialog(java.lang.String pageName) |
int |
ReportOutputAppBean.downloadOutputFile() |
int |
ReportDialogBean.editadhocreport() |
int |
ReportExpressionsBean.editExpression()
Brings the expression, expression name and expression order to the text boxes in the calculate tab
to be modified by the user.
|
boolean |
CreateReportBean.evaluateExpression(boolean suppressValidate)
Evaluates the expression created on the calculate tab.
|
int |
SetAllAppSecurityBean.execute()
As mboSetRemote (REPORTDIALOGDETSET) is a non-persistent object
we have to call save method.
|
int |
ReportImportRepBrowseBean2.execute()
When ok out of the Upload File dialog, store the content of the file, etc.
|
int |
ReportImportRepBrowseBean.execute()
When ok out of the Upload File dialog, store the content of the file, etc.
|
int |
ReportImportRepBean.execute() |
int |
ReportImportLibBrowseBean2.execute()
When ok out of the Upload File dialog, store the content of the file, etc.
|
int |
ReportImportLibBrowseBean.execute()
When ok out of the Upload File dialog, store the content of the file, etc.
|
int |
ReportImportLibBean.execute() |
int |
ExportLibraryBean.execute()
Exports the current library and its resources in a zip file for download.
|
protected void |
CategoryTreeBean.filterAvailableAttributes()
Filter the Available Attributes table based on the selected node/object.
|
int |
ReportDialogListBean.filterrows() |
protected void |
ReportScheduleCommonBean.fixEmailSubject(MboRemote reportSched,
MboRemote reportRemote)
E-mail Subject (REPORTSCHED.EMAILSUBJECT) should not be null,
defaulting to scheduled report name (REPORT.DESCRIPTION).
|
protected void |
ReportScheduleCommonBean.fixReportSchedule(MboRemote reportScheduleMbo)
Automated fixes to reports scheduling data.
|
int |
ReportAppBean.generateallxml() |
int |
ReportAppBean.generateallxmlLongOp() |
int |
ReportAppBean.generatexml() |
int |
ReportAppBean.generatexmlLongOp() |
java.util.Hashtable |
ReportDialogBean.getEmailSchedParams(java.util.Hashtable reportParams,
DataBean rptParmBean,
java.lang.String reportType) |
java.lang.String |
ReportDialogBean.getFileDesc(java.lang.String appName,
java.lang.String filename) |
java.util.Hashtable |
ReportDialogBean.getMaxPropRptParams(java.util.Hashtable reportParams,
MXSession mxsession) |
java.util.Properties |
ReportDialogBean.getMaxProps() |
protected MboSetRemote |
ViewReportDependencies.getMboSetRemote() |
protected MboSetRemote |
ViewLibraryFile.getMboSetRemote() |
MboSetRemote |
SelectReportFieldBean.getMboSetRemote()
Confirm that the user may select a group, sort, or filter field.
|
MboSetRemote |
SelectParentCategoryBean.getMboSetRemote() |
protected MboSetRemote |
ReportImportRepBean.getMboSetRemote() |
protected MboSetRemote |
ReportImportLibBean.getMboSetRemote() |
protected MboSetRemote |
ReportAttributesAvailableSumBean.getMboSetRemote()
If a report object structure is in use, change the relationship to maxattribute
to filter out the excluded attributes from the ROS.
|
protected MboSetRemote |
ReportAttributesAvailableCalcBean.getMboSetRemote()
If a report object structure is in use, change the relationship to maxattribute
to filter out the excluded attributes from the ROS.
|
protected MboSetRemote |
ReportAttributesAvailableBean.getMboSetRemote()
If a report object structure is in use, change the relationship to maxattribute
to filter out the excluded attributes from the ROS.
|
MboSetRemote |
CategoryTreeBean.getMboSetRemote() |
protected MboRemote |
ReportScheduleCommonBean.getReport(MboRemote reportSched)
Returns the REPORT entry attached to this REPORTSCHED by the REPORT relationship.
|
java.util.Hashtable |
ReportDialogBean.getRptRecordParams(java.util.Hashtable reportParams,
MXSession mxsession,
MboSetRemote reportData) |
java.lang.String |
ReportDialogBean.getSelectionWhere(DataBean resultsBean)
Constructs an returns the "in" statement for the selected records based
on the results bean passed in.
|
java.util.Hashtable |
ReportDialogBean.getStdParams(java.util.Hashtable reportParams,
MXSession mxsession) |
java.lang.Object[][] |
ReportLookupRelationshipTreeBean.getTop(java.lang.String[] dataattributes,
int maxchildren) |
java.util.Hashtable |
ReportDialogBean.getWhereParams(java.util.Hashtable reportParams,
MXSession mxsession,
DataBean rptParmBean,
java.lang.String reportNum,
boolean useWhere) |
java.util.Hashtable |
ReportDialogBean.getWhereParams(java.util.Hashtable reportParams,
MXSession mxsession,
DataBean rptParmBean,
java.lang.String reportNum,
boolean useWhere,
boolean isdetail) |
int |
ReportDialogBean.handleQuickReporting(java.lang.String reportType,
WebClientEvent event,
java.util.Hashtable reportParams,
java.lang.String reportNum,
boolean attachdoc,
java.lang.String rptParmKey,
java.lang.String brosDPUrl)
Creates the Birt PDF url and pass control to PrintDocs if PAD option is
selected
|
int |
SelectReportFieldBean.highlightrow(int row)
Disable validation when row is selected.
|
int |
ReportAttributesSelectedBean.highlightrow(int row)
Disable validation when row is selected.
|
void |
ReportAppBean.importXML(java.lang.String presentationXML) |
void |
PrintAttachedDocs.initalize(java.lang.String appName,
MboRemote curMbo)
Intialize this object
|
void |
ViewReportSecurityTableBean.initialize()
Remove the empty mbo added by the UI framework
|
void |
ViewReportDependencies.initialize() |
protected void |
SetSecurityLimitsBean.initialize() |
protected void |
SetScheduleReportLimitsBean.initialize() |
void |
SetReportSecurityTableBean.initialize()
Remove the empty mbo added by the UI framework
|
protected void |
SetReportSecurityBean.initialize()
Filter the MboSet to have only the application which has report.
|
protected void |
SetReportOSSecurityBean.initialize()
Filter the MboSet to include only report object structures.
|
void |
SetAllAppSecurityBean.initialize()
Set the APP, without this conditional sigoption don't work.
|
protected void |
SelectMultipleGroupNameBean.initialize()
Filter so that only the groups having access to RUNREPORT
applicationauth in the given app appears in the list.
|
protected void |
SelectEmailForReportBean.initialize() |
protected void |
SchedConfirmBean.initialize()
Initialize to show the Birt report just scheduled
|
protected void |
ReportScheduleCommonBean.initialize() |
protected void |
ReportSchedBean.initialize()
Initialize the MboSet to only show the report schedules for the logged in
user.
|
protected void |
ReportSchedAllBean.initialize()
Initialize the AppInstance with the email address field name
|
void |
ReportProcTimezoneBean.initialize()
Initialize the ReportProcSched MboSet in order by appname, reportname
daynum, and startschedulable time.
|
void |
ReportProcSchedBean.initialize()
Initialize the ReportProcSched MboSet in order by appname, reportname
daynum, and startschedulable time.
|
protected void |
ReportProcReserveBean.initialize()
Initialize the ReportProcReserve MboSet in order by appname, reportname
daynum, and startreserve time.
|
protected void |
ReportOutputAppBean.initialize() |
void |
ReportListBean.initialize()
Sets ReportList reportapp attribute with the name of the app that the report list is currently
displaying, and currentapp attribute with the background app.
|
void |
ReportImportRepBean.initialize() |
void |
ReportImportLibBean.initialize() |
void |
ReportDialogListBean.initialize() |
void |
ReportDialogBean.initialize() |
void |
ReportAttributesSelectedBean.initialize() |
void |
ReportAttributesAvailableSumBean.initialize() |
void |
ReportAttributesAvailableCalcBean.initialize() |
void |
ReportAttributesAvailableBean.initialize() |
void |
RemoveAllAppSecurityBean.initialize()
Set the APP, without this conditional sigoption don't work.
|
void |
CreateReportBean.initialize() |
void |
CategoryTreeBeanSum.initialize() |
void |
CategoryTreeBeanCalc.initialize() |
void |
CategoryTreeBean.initialize() |
MboRemote |
ReportDialogBean.linkFileDesc(java.lang.String destfoldername,
java.lang.String filename,
java.lang.String ext) |
int |
CreateReportBean.mathEvent() |
java.lang.String |
ReportDialogBean.noDef(java.lang.String val) |
java.lang.String |
ReportDialogBean.nsDef(java.lang.String val) |
int |
RemoveAllAppSecurityBean.okevent() |
int |
CreateReportBean.previewReport() |
int |
ReportAppBean.previewxml() |
java.lang.String |
ReportDialogBean.qualifyWhere(MXSession mxsession,
java.lang.String where,
java.lang.String baseTable)
|
int |
CreateReportBean.refresh()
This event is called from the Refresh button on the Create Report dialog.
|
int |
CreateReportBean.refreshCalc()
This event is called from the Refresh button on the Create Report dialog on the calulcate tab.
|
int |
ViewReportProcessingBean.refreshReport() |
int |
CreateReportBean.removeAll()
This event is called from the Remove All button on the Create Report dialog.
|
int |
ReportAttributesSelectedBean.removeAttribute(MboRemote attribute) |
int |
CreateReportBean.removeFilterFields()
Clear selections in the filter fields and the filter value entry table.
|
int |
CreateReportBean.removeGroupFields()
Clear selections in the group fields.
|
int |
CreateReportBean.removeSelectedAttributes() |
int |
CreateReportBean.removeSortFields()
Clear selections in the sort fields.
|
int |
ReportAppBean.REPEXPREP()
Exports the current report and its properties in a zip file for download.
|
int |
ReportDialogBean.requestreportrun() |
int |
CreateReportBean.runAndSaveReport() |
int |
ReportDialogBean.runrequestpage() |
void |
SetReportSecurityBean.save()
Calls execute() method of the ReportDialogDetSet to populate data to ReportAppAuth object.
|
void |
SchedConfirmBean.save()
Save the Birt report schedule MboSet and the crontaskinstance created
|
void |
ReportAppBean.save() |
int |
ReportListBean.saveandclose()
If the user has set any QBRs to be deleted, confirm deletes before closing dialog.
|
int |
ReportListBean.saveandcreate()
If the user has set any QBRs to be deleted, confirm deletes before opening Create Report dialog.
|
int |
ReportSchedBean.saveschedules()
Method called to save all changes made to user's Birt report schedules.
|
int |
ReportSchedAllBean.saveschedules()
Method called to save all changes made to any Birt report schedules.
|
int |
SchedConfirmBean.scheduledetail()
Popup a panel to show the Birt report details just scheduled
|
int |
CategoryTreeBeanCalc.selectnode() |
int |
CategoryTreeBean.selectnode() |
int |
WhiteListValueCalcBean.selectrecord()
Appends to the expression field from the selected record in the white list set.
|
int |
SelectReportFieldBean.selectrecord()
Populate the corresponding ReportAdHoc fields with the values from the selected field.
|
int |
SelectParentCategoryBean.selectrecord()
Populate the ReportAdHoc fields with the values from the selected field.
|
int |
ReportLookupRelationshipTreeBean.selectrecord()
Handle selected node
|
int |
ReportAttributesAvailableSumBean.selectrecord() |
int |
ReportAttributesAvailableCalcBean.selectrecord() |
int |
ReportAttributesAvailableBean.selectrecord() |
int |
CategoryTreeBeanCalc.selectrecord() |
int |
CategoryTreeBean.selectrecord() |
void |
ReportDialogBean.setDate(java.lang.String controlId,
java.lang.String attribute,
java.util.Date value) |
void |
ReportLookupRelationshipTreeBean.setHierarchy(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String hierarchy) |
void |
ReportDialogBean.setQbe(java.lang.String attribute,
java.lang.String expression) |
java.util.Hashtable |
ReportDialogBean.setRedirect(java.util.Hashtable reportParams,
java.lang.String reportType,
java.lang.String overridePath,
java.lang.String quickPrintType) |
void |
ReportLookupRelationshipTreeBean.setRelationshipTreeObject()
Set the current objectname to the Tree
|
protected void |
CategoryTreeBeanSum.setSelectedObjectIDWrapper(ReportAdHocRemote reportAdHoc)
Sets the selected object id specifically for the summary tab's category tree bean.
|
protected void |
CategoryTreeBeanCalc.setSelectedObjectIDWrapper(ReportAdHocRemote reportAdHoc)
Sets the selected object id specifically for the calculate tab's category tree bean.
|
protected void |
CategoryTreeBean.setSelectedObjectIDWrapper(ReportAdHocRemote reportAdHoc) |
void |
ReportAttributesAvailableCalcBean.setTargetIdByTree(ReportAdHocRemote reportAdHoc) |
int |
ReportDialogBean.setvalue() |
int |
ReportDSBean.setvalue()
Add a record to REPORTDSPARAM when a value is entered on UI and no record present.
|
void |
ReportDialogBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
ReportDialogBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
int |
ReportImportRepBean.showMessage(java.lang.String eventID,
java.lang.String applicationGroup,
java.lang.String messageKey,
UserInfo uInfo) |
int |
ReportImportLibBean.showMessage(java.lang.String eventID,
java.lang.String applicationGroup,
java.lang.String messageKey,
UserInfo uInfo) |
void |
ReportDialogListBean.sort(java.lang.String sOrderByClause) |
java.lang.String |
ReportDialogBean.spcDef(java.lang.String val) |
int |
ReportDialogBean.submitWOChangePrintJob(java.lang.String repKey)
Special duplicate method required to handle Print Attach Docs when called
from WOStatus Change UI behaviour is different from the regular Toolbar
action.
|
int |
CreateReportBean.sumEvent()
Handler to get the function button values
|
int |
ReportDSBean.testConnection() |
int |
CreateReportBean.testExpression()
Handles the event for clicking the test expression button on the calculate tab.
|
protected void |
CategoryTreeBeanSum.updateAvailableAttributesWrapper(ReportAdHocRemote reportAdHoc) |
protected void |
CategoryTreeBeanCalc.updateAvailableAttributesWrapper(ReportAdHocRemote reportAdHoc) |
protected void |
CategoryTreeBean.updateAvailableAttributesWrapper(ReportAdHocRemote reportAdHoc) |
void |
ReportExpressionsBean.updateExpression(java.lang.String expression,
java.lang.String expName,
java.lang.String expOrder,
java.lang.String dataType)
Updates the expression, expression name and expression order for the expression table on the calculate tab.
|
int |
ReportAppBean.UPDREPORT() |
boolean |
ReportDialogBean.validateSchedFields(DataBean rptParmBean,
java.util.Hashtable reportParams) |
protected void |
ReportScheduleCommonBean.verifyReportSchedule(MboRemote reportScheduleMbo)
Verifies if data on report scheduling is good to be saved.
|
int |
ReportAppBean.VIEWREPDEP()
Shows dependencies of current report.
|
Methods in psdi.webclient.beans.rsconfig that throw MXException
Modifier and Type |
Method and Description |
int |
RSConfigAttributesAvailableBean.addallatt() |
int |
RSConfigAttributesAvailableBean.addselectedatt() |
void |
RSConfigAttributesSelectedBean.clearAllSelectedAttributes()
This event is called from the Remove All button on the RS Config application.
|
protected MboRemote |
RSConfigRelatedMboTreeBean.createMainObjectRootNode(MboSetRemote mboSet)
This method is used to create a root node for main object when there is no report
object structure defined for the selected application
|
protected boolean |
RSConfigAttributesSelectedBean.displayWarning(java.lang.String msgID) |
java.lang.String |
RSConfigAttributesSelectedBean.getAttrString(java.lang.String relationPath)
return selected attributes as string for a given relation
|
java.lang.Object[][] |
RSConfigRelatedMboTreeBean.getChildren(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
overridden from default treecontrolbean
|
MboRemote |
RSConfigRelatedMboTreeBean.getCurrentSelectNode() |
protected MboSetRemote |
SelectQueryTableBean.getMboSetRemote()
Overridden to make sure that queries shown for Resutl Set Portlet Configuration
are either public or private to current user.
|
MboSetRemote |
SelectParentCategoryBean.getMboSetRemote() |
MboSetRemote |
RSConfigRelatedMboTreeBean.getMboSetRemote()
Get MboSet for related-object Tree Control
Tree control display REPORT related object using MAXINTOBJDETAIL where intobjectname= $(ReportName of selected Application)
If users wants to configure attributes from related object, they can pick the related object if they are defined in REPORT structure.
|
MboSetRemote |
RSConfigLookupBean.getMboSetRemote()
Uses the attribute list in "Columns" tab in the portlet as a lookup.
|
protected MboSetRemote |
RSConfigAttributesAvailableBean.getMboSetRemote() |
protected java.lang.String |
RSConfigAttributesAvailableBean.getRelationPath()
Get hierarchy relationship Path for selected Node.
|
java.lang.Object[][] |
RSConfigRelatedMboTreeBean.getTop(java.lang.String[] dataattributes,
int maxchildren)
Override this method in case if the tree isn't an OS data and a dummy root node is created.
|
void |
RSConfigRelatedMboTreeBean.initialize() |
void |
RSConfigAttributesSelectedBean.initialize() |
protected void |
AttributesTableBean.initialize()
This method is overridden to call a method on the MboSetRemote behind the table of attributes
to set some default information.
|
void |
RSConfigAppBean.initializeApp()
Overridden to setup default settings for the portlet.
|
boolean |
RSConfigAttributesAvailableBean.isCurrentRootNodeSelected()
Is current selected node is Root Node (main MBO)
|
void |
RSConfigRelatedMboTreeBean.restoreDataAfterSave()
After Save button is clicked, the tree lost all the children, as mboSet is cleared up.
|
void |
RSConfigAppBean.save() |
int |
RSConfigAppBean.savedata()
Called when save button is clicked.
|
int |
RSConfigAttributesAvailableBean.selectAttribute()
Select an attribute to be displayed in Portlet.
|
int |
RSConfigRelatedMboTreeBean.selectnode()
When user selects a node, display available attributes for the selected object
|
int |
SelectQueryTableBean.selectrecord()
This method is overridden to provide the functionality for selecting the query in the query tab
and taking to the next tab
|
int |
SelectParentCategoryBean.selectrecord()
Populate fields with the values from the selected field.
|
int |
SelectApplicationBean.selectrecord()
refresh tree/available/select list
|
int |
RSConfigAppBean.setvalue()
Need to override this to workaround a bug in framework where when non-persistent fields are
cleared out in the ui, they are not getting set to blank.
|
void |
RSConfigAppBean.setValue(int row,
java.lang.String attribute,
MboRemote mboRemote) |
int |
RSConfigAttributesSelectedBean.unselectallatt() |
int |
RSConfigAttributesSelectedBean.unselectatt() |
Methods in psdi.webclient.beans.scconfig that throw MXException
Modifier and Type |
Method and Description |
int |
PortletMultiselectBean.addPortletsToLeft()
Adds the selected portlet to the left column.
|
int |
PortletMultiselectBean.addPortletsToRight()
Adds the selected portlet to the left column.
|
void |
LayoutBean.delete(int nRow)
Overriden to mark tell the LAYOUT record to delete associated labels if any
if template is being edited
|
protected MboSetRemote |
PortletMultiselectBean.getMboSetRemote()
Overridden to return MaxApps set that user has access to.
|
protected MboSetRemote |
LayoutBean.getMboSetRemote()
Overridden to return MaxApps set that user has access to.
|
protected void |
SCConfigAppBean.initialize()
This method is overridden to check if a template is being edited or created.
|
Methods in psdi.webclient.beans.securgroup that throw MXException
Modifier and Type |
Method and Description |
int |
WorkCentersOSBean.allsigoauthorized()
Set "authorized" for all sigoption in the set for one selected app.
|
int |
ObjectStructuresBean.allsigoauthorized()
Set "authorized" for all sigoption in the set for one selected app.
|
int |
ApplicationsBean.allsigoauthorized()
Set "authorized" for all sigoption in the set for one selected app.
|
int |
ApplicationsBean.allsigorevoke()
Remove "authorized" for all sigoption in the set for one selected app.
|
int |
ObjectStructuresBean.appgrant_all()
Used in the top table window to grant "All Above" for one or more apps.
|
int |
ApplicationsBean.appgrant_all()
Used in the top table window to grant "All Above" for one or more apps.
|
int |
ObjectStructuresBean.appgrant_delete()
Used in the top table window to grant Delete for one or more apps.
|
int |
ApplicationsBean.appgrant_delete()
Used in the top table window to grant Delete for one or more apps.
|
int |
ObjectStructuresBean.appgrant_insert()
Used in the top table window to grant Insert for one or more apps.
|
int |
ApplicationsBean.appgrant_insert()
Used in the top table window to grant Insert for one or more apps.
|
int |
ObjectStructuresBean.appgrant_read()
Used in the top table window to grant Read for one or more apps.
|
int |
ApplicationsBean.appgrant_read()
Used in the top table window to grant Read for one or more apps.
|
int |
ObjectStructuresBean.appgrant_save()
Used in the top table window to grant Save for one or more apps.
|
int |
ApplicationsBean.appgrant_save()
Used in the top table window to grant Save for one or more apps.
|
int |
WorkCentersTemplateBeanMain.applytemplate()
Apply Security template for the Work center to Security Group.
|
int |
ObjectStructuresBean.apprevoke_all()
Used in the top table window to revoke "All Above" for one or more apps.
|
int |
ApplicationsBean.apprevoke_all()
Used in the top table window to revoke "All Above" for one or more apps.
|
int |
ObjectStructuresBean.apprevoke_delete()
Used in the top table window to revoke Delete for one or more apps.
|
int |
ApplicationsBean.apprevoke_delete()
Used in the top table window to revoke Delete for one or more apps.
|
int |
ObjectStructuresBean.apprevoke_insert()
Used in the top table window to revoke Insert for one or more apps.
|
int |
ApplicationsBean.apprevoke_insert()
Used in the top table window to revoke Insert for one or more apps.
|
int |
ObjectStructuresBean.apprevoke_read()
Used in the top table window to revoke Read for one or more apps.
|
int |
ApplicationsBean.apprevoke_read()
Used in the top table window to revoke Read for one or more apps.
|
int |
ObjectStructuresBean.apprevoke_save()
Used in the top table window to revoke Save for one or more apps.
|
int |
ApplicationsBean.apprevoke_save()
Used in the top table window to revoke Save for one or more apps.
|
int |
WorkCentersTemplateBeanMain.cancelduplicate()
Cancels Duplicate Work Center Security Template.
|
int |
WorkCentersTemplateBeanMain.duplicate()
Duplicate Work Center Security Template.
|
int |
SecurGroupBean.DUPLICATE()
Duplicate security group.
|
int |
WorkCentersTemplateBean.execute()
Save menu option.
|
int |
WorkCentersOSBean.execute()
Save menu option.
|
int |
GlobalDataBean.execute() |
protected MboSetRemote |
SelectUsersBean.getMboSetRemote() |
protected void |
UserSecControlBean.initialize()
If we're not in the SecurGroup app, set applink to SecurGroup.
|
protected void |
SelectUsersBean.initialize() |
void |
SecurGroupBean.initializeApp()
When getting MaxGroup set, apply special "site administrator" restrictions, if needed.
|
protected int |
ApplicationsBean.markAll(MboRemote appMbo,
boolean value,
java.lang.String optionName)
Update all members of the set.
|
protected int |
WorkCentersOSBean.markAll(MboSetRemote mboSet,
java.lang.String optionName,
boolean value)
Update all members of the set.
|
protected int |
ObjectStructuresBean.markAll(MboSetRemote mboSet,
java.lang.String optionName,
boolean value)
Update all members of the set.
|
protected int |
ApplicationsBean.markAll(MboSetRemote mboSet,
java.lang.String optionName,
boolean value)
Update all members of the set.
|
int |
SelectUsersBean.okUsers() |
int |
SecurGroupBean.SAVE()
SAVE of the group.
|
int |
UserSecControlBean.savedialog()
We need to save this MboSet without saving anything from the main tab.
|
void |
WorkCentersTemplateBeanMain.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Call super, then refresh middle and lower table windows.
|
void |
WorkCentersOSBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Call super, then refresh middle and lower table windows.
|
void |
ObjectStructuresBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Call super, then refresh middle and lower table windows.
|
void |
ApplicationsBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Call super, then refresh middle and lower table windows.
|
int |
ApplicationsBean.template()
It will redirect to the Manage/Apply Template dialog
and return to same row where it started.
|
int |
CollectionAuthBean.toggledeleterow()
Refresh the Object Restrictions table.
|
int |
ApplicationsBean.wcaddmodsig()
It will redirect to the Add/Modify Signature Options dialog
and return to same row where it started.
|
int |
ApplicationsBean.wcosauthorize()
It will redirect to the Object Structure Authorization dialog
and return to same row where it started.
|
Methods in psdi.webclient.beans.servicedesk that throw MXException
Modifier and Type |
Method and Description |
int |
ActivitiesBean.activitychangestatus()
If this task has no valid statuses that it can change to or the main record needs to be saved
then alert the user and prevent the status change dialog from being displayed
|
void |
TicketAppBean.afterFollowUpSave(MboRemote newWO) |
void |
TicketAppBean.beforeFollowUpSave(MboRemote newWO) |
int |
SelectTicketBean.callMethod(WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
TicketAppBean.cancelDialog()
Workaround to avoid undesired owner change.
|
int |
OwnerCustBean.cancelDialog()
IJ26829: override cancelDialog: if the dialog is cancelled, not
selecting a value, the toIncludeFilterBy should be false on Ticket
so if subsequently value is set by Classifications search(for example),
it will allow the value without subselect in USSECUT/assetusercust appended in
the sql.
|
int |
ActivitiesBean.cancelDialog() |
boolean |
TicketAppBean.canSaveFollowUp(MboRemote newWO) |
int |
SearchBean.clear() |
void |
TkSolutionBean.clearClassification() |
void |
TableBean.clearClassification() |
int |
SearchBean.clearsr() |
java.lang.String |
ViewTktsWoBean.commonField() |
MboSetRemote |
TkSolutionBean.commonQbe(MboSetRemote solutionSet,
java.lang.String description,
java.lang.String classstructureid)
The commonQbe sets the qbe's for cause,symptom and remedy as well as longdescription
and description.
|
int |
TicketAppBean.CREATECHNG() |
MboRemote |
TicketAppBean.createFollowUp(MboSetRemote mboSet) |
int |
TicketAppBean.CREATEINC() |
int |
CreateLogBean.createNewSR() |
int |
TicketAppBean.CREATEPROB() |
int |
TicketAppBean.CREATEREL() |
int |
TicketAppBean.CREATESOL() |
int |
CreateLogBean.createSR() |
int |
TicketAppBean.CREATESR() |
int |
TicketAppBean.CREATEWO() |
int |
TicketAppBean.DUPLICATE() |
int |
TicketAppBean.DUPLICATECHECK() |
int |
TicketAppBean.EDITHIST() |
int |
TkChangeStatusBean.execute()
Method invoked from status dialog box
|
int |
ActivityChangeStatus.execute() |
int |
SearchBean.filterByLinearAssets()
This method launches a dialog to find SRs based on Linear asset and related fields.
|
int |
TkSolutionBean.filterrows()
This method overrides the table filter button for solution searching from within
a ticket application.
|
int |
SearchBean.find() |
protected MboSetRemote |
ViewWOBean.getMboSetRemote()
View Tickets and Work Orders Dialog
Work Order set filtered by reportedby User or affected Person.
|
protected MboSetRemote |
ViewTktsBean.getMboSetRemote()
View Tickets and Work Orders Dialog
Ticket set filtered by reportedby User or affected Person.
|
protected MboSetRemote |
TkSolutionBean.getMboSetRemote() |
protected MboSetRemote |
TableBean.getMboSetRemote() |
protected MboSetRemote |
SolutionAttachDocBean.getMboSetRemote() |
protected MboSetRemote |
SimilarTicketsBean.getMboSetRemote() |
MboSetRemote |
OwnerCustBean.getMboSetRemote() |
protected MboSetRemote |
FailureCodesBean.getMboSetRemote() |
boolean |
SearchBean.hasSigOptionAccess(int row,
java.lang.String sigOption)
The default implementation of this method is returning false the first
time it is rendering and true afterwards (on refresh) for the
"description field".
|
protected void |
SimilarTicketsBean.initialize() |
protected void |
ServReqsAppBean.initialize() |
void |
SelectTicketBean.initialize() |
protected void |
SearchBean.initialize()
Used within the SearchSolution Dialog from the Power Apps.
|
protected void |
CreateLogBean.initialize() |
void |
WorkviewAppBean.initializeApp()
Set the initial query to historyflag=N
|
void |
CreateSRSSAppBean.initializeApp() |
int |
TicketAppBean.INSERT() |
void |
ActivitiesBean.insertAtEnd() |
int |
FailureBean.LISTFAILURECODES() |
int |
OwnerCustBean.lucontinue() |
int |
ActivitiesBean.needssave() |
int |
ServReqsAppBean.newrecord() |
int |
ActivitiesBean.owner()
If the main record needs to be saved
then alert the user and prevent the select owner dialog from being displayed
|
int |
TicketAppBean.OWNER()
Intercepts the call to the owner dialog and let us know which owner group
we have up till now.
|
int |
TicketAppBean.OWNERSHIP()
Take Ownership gets called from list page or main record
|
int |
OwnerCustBean.REFRESHLIST() |
int |
SimilarTicketsBean.relate() |
int |
SimilarTicketsBean.relateglobal() |
void |
TableBean.restoreSavedQbeSettings()
IV62944: this method is called by SearchBean.returnSolution.
|
int |
TicketAppBean.returnLookupValue(MboRemote lookupMbo) |
int |
SearchBean.returnSolution() |
int |
CreateLogBean.returnSolution() |
void |
ReportBean.RUNREPORT() |
void |
ServReqsAppBean.saverecord() |
int |
SearchBean.searchsr() |
int |
FailureCodesBean.SELECT() |
int |
TkTemplateBean.selectrecord() |
int |
TkSolutionBean.selectrecord()
When solution is selected from dialog, this method knows which solution
has been selected, and throws a dialog message telling the user
that the solution has been applied.
|
int |
SearchBean.selectrecord() |
int |
OwnerCustBean.selectrecord() |
int |
FailureCodesBean.selectrecord() |
int |
CreateLogBean.selectrecord() |
int |
FailureCodesBean.SELECTRETURN() |
int |
SearchBean.servicelog() |
void |
TableBean.setQbe(java.lang.String attribute,
java.lang.String expression) |
int |
TicketAppBean.SIMILARTKT() |
int |
TicketAppBean.solutionsTabChanged()
When acessing the solutions tab, we need to make sure the selfservice
checkbox is properly refreshed to reflect whether the user can select it
or not.
|
int |
TicketAppBean.STARTTIMER() |
int |
TicketAppBean.STOPTIMER() |
int |
TicketAppBean.TEMPLATE() |
void |
TkSolutionBean.updateClassstructure(java.lang.String hierarchypath) |
void |
TableBean.updateClassstructure(java.lang.String hierarchypath) |
int |
TicketAppBean.VIEWCOSTS() |
int |
ServReqsAppBean.viewdetails() |
Methods in psdi.webclient.beans.sfwlicview that throw MXException
Modifier and Type |
Method and Description |
int |
SfwlicviewBean.DELETE()
Check for associated license to contracts, and get confirmation for the delete action
|
int |
SfwlicviewBean.find()
The Software License View has the swlicenseis as the key field, but the swlicenseid field
is not useful for the quick search.
|
Methods in psdi.webclient.beans.sla that throw MXException
Modifier and Type |
Method and Description |
int |
SLAApplier.applysla()
Apply SLA for the current object.
|
int |
SLAAppBean.CONTRACTS()
This function handles the "Associate Contracts" action.
|
int |
ModifySLAsBean.docancel()
Reset the slarecords mbo set when Cancel button is clicked.
|
int |
AssociateContractBean.docancel()
Reset the slacontract mbo set when Cancel button is clicked.
|
int |
SLAAppBean.ESC_ACT()
This function handles the "Activate/Deactivate Escalation" action
|
int |
SLAAppBean.ESC_DEL()
This function handles the "Delete Escalation" action
|
int |
SLAAppBean.ESC_VAL()
This function handles the "Validate Escalation" action
|
int |
SLAAppBean.escalation()
This function handles the "Define Escalation" button on the commitments table.
|
int |
SelectSlaParentBean.execute()
Add the selected SLAs to the relatedsla mbo set when OK button is clicked
|
int |
SelectSlaChildBean.execute()
Add the selected SLAs to the relatedsla mbo set when OK button is clicked
|
int |
SelectLocationBean.execute()
Add the selected locations to the slaassetloc mbo set when OK button is clicked
|
int |
SelectKPIBean.execute()
Add the selected KPIs to the slakpi mbo set when OK button is clicked
|
int |
SelectContractBean.execute()
Add the selected contracts to the slacontract mbo set when OK button is clicked
|
int |
SelectAssetBean.execute()
Add the selected assets to the slaassetloc mbo set when OK button is clicked
|
int |
ModifySLAsBean.execute()
Save data when OK button is clicked
|
int |
ChangeStatusBean.execute()
Pop up message to prompt deactivation of escalation
|
int |
AssociateContractBean.execute()
Save data when OK button is clicked
|
int |
SLAAppBean.expbuilder() |
java.lang.String |
SLAAppBean.getKPISelect()
Return the default SLA KPI select clause
|
java.lang.String |
SLAAppBean.getKPIWhere()
Return the default SLA KPI where clause
|
MboSetRemote |
SelectSLAsBean.getMboSet()
Return the SLA set to be displayed in the table
|
protected void |
SelectSlaParentBean.initialize() |
protected void |
SelectSlaChildBean.initialize() |
protected void |
SelectLocationBean.initialize() |
void |
SelectContractBean.initialize()
If the SLA has vendor defined, set it to the filter when the dialog opens.
|
void |
AssociateClassificationBean.initialize()
initialize - get the bean where this tree control bean is launched
TreeControlBean is ClassStructure object
|
int |
SelectSLAsBean.refreshSLAs()
Handle the Refresh button click.
|
int |
SelectSLAsBean.selectrecord() |
int |
AssociateClassificationBean.selectrecord()
select a classstructure node from the tree
|
int |
ModifySLAsBean.selectslas()
Call the selectslas dialog
|
int |
SLAAppBean.SHOWASSETLIST()
This function handles the "Select Assets" button.
|
int |
SLAAppBean.SHOWLOCATIONLIST()
This function handles the "Select Locations" button.
|
protected void |
AssociateClassificationBean.updateOriginatingRecord()
update the classStructureid of the originating object with the selected
classstructure node and close the dialog
|
int |
SLAAppBean.VAL_SQL()
This function handles the "Validate SLA criteria" action
|
Methods in psdi.webclient.beans.startcntr that throw MXException
Modifier and Type |
Method and Description |
int |
StartCenterAppBean.cancelchanges()
Cancels the changes to the template.
|
void |
PortletAppBean.clearPortletCache()
Clears the cache for this portlet from WebclientSession.
|
long |
PortletAppBean.currentStartCenterId()
Returns start center id associated with this portlet
|
long |
ModifyRSDisplay.currentStartCenterId()
Returns start center id associated with this portlet
|
int |
ModifyTemplates.deleterow()
Asks for confirmation of deletion of a template from dialog before deleting it
|
int |
StartCenterAppBean.deletetemplate()
Handles the delete template event.
|
int |
ModifyRSDisplay.execute()
Sets the Graph settings for the portlet from which this dialog was requested.
|
int |
DisplaySettings.execute()
Overridden to call super functionality and refresh the start center app in case changes have beeb made
|
java.util.HashSet |
StartCenterAppBean.getAllowedPortlets()
Gets allowed portlets for the current user
|
java.lang.String |
PortletAppBean.getCacheName()
Returns cache name prefix for this portlet app bean
Its WebClientRuntime.PORTLET_CACHE_PREFIX+getMbo().getString("layoutid");
|
protected MboSetRemote |
PortletBean.getMboSetRemote()
Overridden from databean to get the information / content of the portlet as a MboSetRemote
based on the current portlet id.
|
protected MboSetRemote |
PortletAppBean.getMboSetRemote() |
protected MboSetRemote |
ModifyRSDisplay.getMboSetRemote()
This method is overridden to provide the functionality for getting information for graph setting for the
current portlet
|
protected MboSetRemote |
DisplaySettings.getMboSetRemote()
Overridden to show only those start centers that are not currently templates
|
java.lang.String |
StartCenterAppBean.getPageLayout()
Returns the current startcenter page layout
|
java.lang.String |
ResultSetGraph.getTitle() |
boolean |
StartCenterAppBean.hasSigOptionAccess(int row,
java.lang.String sigOption)
Overridden to by pass sigoption check as this is a special app
When there are no start centers, still let the user access Profile options.
|
protected void |
StartCenterAppBean.initialize()
Overridden to make sure the SQL conditions are set so that a full select is not run
|
protected void |
ModifyRSDisplay.initialize()
This method is overridden to call a method on the MboSetRemote behind the table of attributes
to set some default information.
|
void |
StartCenterAppBean.initializeApp()
Overridden to
|
void |
PortletAppBean.initializeApp() |
int |
ModifyTemplates.selectrecord()
This method is overridden to provide the functionality for selecting an existing start center template
and creating a template start center for the admin, so that he can edit it and save it for future assignments
|
int |
StartCenterAppBean.updatestartcenter()
Handles the delete template event.
|
Methods in psdi.webclient.beans.swcatalog that throw MXException
Modifier and Type |
Method and Description |
int |
SoftwareCatalogAppBean.CREATEITEM()
Patches the feature of the framework not to check for authorization of a sigoption on the List page
|
int |
UpdateAttributeBean.execute()
Method invoked from Update Common Attributes dialog box.
|
int |
SwCatalogVariantBean.execute()
Handles the OK button on the dialog.
|
int |
SelectAndProcessSoftwareBean.execute()
Handles the OK button on the dialog.
|
int |
SoftwareCatalogAppBean.find()
The Software Catalog has the numeric TLOAMSOFTWAREID as the key field, which is not useful for the
quick search.
|
protected MboSetRemote |
SwCatalogVariantBean.getMboSetRemote() |
protected MboSetRemote |
SelectAndProcessSoftwareBean.getMboSetRemote()
Obtain a where clause depending on the parent object and the relationship to it, apply to the clause
parameters from the current record and filter TLOAMSOFTWARE based on the clause
|
void |
UpdateAttributeBean.initialize()
If on the list page, make sure at least one record is selected
|
void |
ConversionVariantsTableBean.initialize()
Set the initial QBE; do not call the super() implementation
|
void |
SoftwareCatalogAppBean.initializeApp()
Set the initial QBE
|
int |
SoftwareCatalogAppBean.LAUNCHENTRY()
A handler for the launch in context event that verifies if the launch in context entry has been
customized.
|
protected void |
SelectAndProcessSoftwareBean.processSelectedRecord(MboRemote currentMainRecord,
MboRemote targetMbo)
Process the pair of current main record and one of the selected catalog records.
|
protected void |
SelectAndProcessSoftwareBean.saveAndReloadChildTable(java.lang.String tableControlId)
Helper method that if passed a presentation control ID of a table saves to the database the changes
made on the selection after the user has clicked OK.
|
Methods in psdi.webclient.beans.tokenlic that throw MXException
Modifier and Type |
Method and Description |
int |
TokenLicChangeStatusBean.beforedialogok()
Method invoked from status dialog box - ok button
call esig before dialogok
|
int |
TokenLicChangeStatusBean.beforedolongop()
Method invoked from status dialog box - ok button
call esig before dolongop
|
int |
TokenLicChangeStatusBean.cancelDialog() |
int |
TokenLicChangeStatusBean.execute()
Method invoked from status dialog box -
select the correct row in the table before we change the statsus
|
protected MboSetRemote |
TokenLicChangeStatusBean.getMboSetRemote() |
void |
TokenLicManageProdBean.initialize()
Remove the empty mbo added by the UI framework
|
void |
TokenLicManageProdBean.save() |
int |
TokenLicAppBean.test_server_connection() |
Methods in psdi.webclient.beans.user that throw MXException
Modifier and Type |
Method and Description |
int |
UserBean.cancelDialog()
Cancel the dialog.
|
int |
UserBean.cancelpwnew()
Cancel the "Set Password" dialog (pwnew).
|
int |
UserBean.CHGPERSON()
ChgPerson menu option.
|
int |
DatabaseAccessBean.clearDatabaseUserID()
Call method on DatabaseAccessID mbo.
|
int |
UserBean.DELETE()
User / Delete menu option.
|
int |
UserMTTenantBean.execute() |
int |
DatabaseAccessBean.execute() |
int |
UserBean.genpswd()
Generate Password from the "Set Password" dialog (pwnew).
|
int |
ChangePasswordsBean.genpswd()
Generate Password.
|
protected MboSetRemote |
UserMTTenantBean.getMboSetRemote()
Obtains and returns a MboSetRemote using the mboname of parent/relationship setup
for the bean.
|
protected MboSetRemote |
UserMTBean.getMboSetRemote()
Obtains and returns a MboSetRemote using the mboname of parent/relationship setup
for the bean.
|
protected MboSetRemote |
SelectGroupsBean.getMboSetRemote() |
protected MboSetRemote |
ManageSessionsBean.getMboSetRemote()
set the MboSet to include ONLY rows for tenant session
|
MboSetRemote |
UserResultsBean.getRemoteForLookup()
For lookup on Status for results tab, do not display "Deleted" status, even though it exists in the domain.
|
MboSetRemote |
UserQbeBean.getRemoteForLookup()
For lookup on Status for qbe, do not display "Deleted" status, even though it exists in the domain.
|
int |
UserBean.GRPASSIGN()
GrpAssign menu option.
|
protected void |
SelectGroupsBean.initialize() |
void |
MaxLicUsageBean.initialize()
Remove the empty mbo added by the UI framework
|
protected void |
DatabaseAccessBean.initialize()
Don't allow if using LDAP.
|
void |
UserBean.initializeApp()
When getting MaxUser set, apply special "site administrator" restrictions, if needed.
|
int |
SelectGroupsBean.okGroups() |
int |
UserMTBean.process() |
int |
UserBean.PWHINT()
PWHint menu option.
|
int |
UserBean.RESESIG()
RESESIG menu option.
|
int |
UserBean.savesessions()
Click OK on the Manage Sessions dialog.
|
protected void |
UserBean.setCurrentRecordData(MboRemote mbo)
Enable or disable the "Set Password" pushbutton, depending on whether the mbo is toBeAdded
and the user has security.
|
int |
UserBean.setpswd()
Set Password -- If user is to be added, generate pwnew dialog,
else generate pwchange dialog.
|
int |
UserBean.VIEWHIST()
View History menu option.
|
Methods in psdi.webclient.beans.wfdesign that throw MXException
Modifier and Type |
Method and Description |
void |
WFDesignAppBean.ACTIVATE() |
int |
NodesBean.addCondition() |
int |
NodesBean.addInteraction() |
int |
NodesBean.addManualInput() |
int |
ActionsBean.addNegativeAction() |
int |
ActionsBean.addPositiveAction() |
int |
WFAppToollBarBean.addrow() |
int |
NodesBean.addStop() |
int |
NodesBean.addSubprocess() |
int |
NodesBean.addTask() |
int |
NodesBean.addWait() |
void |
WFDesignAppBean.ATOINITCLR()
Clear the AUTOINITIATE flag on the process.
|
void |
WFDesignAppBean.AUTOINIT()
Make the current process the default for auto-starting.
|
int |
DialogSaveBean.cancelDialog() |
void |
WFDesignAppBean.CREATEREV() |
void |
WFDesignAppBean.DEACTIVATE() |
void |
WFDesignAppBean.DELETABLE() |
void |
NodesBean.delete(int row) |
void |
WFDesignAppBean.DISABLE() |
int |
WFDesignAppBean.ENABLE() |
int |
WFExpBuilderBean.execute()
Overridden to prevent the the saving of the main app when
the ok button is clicked
|
int |
DialogSaveBean.execute()
Overridden to prevent the saving of the main app when
the ok button is clicked
|
MboSetRemote |
PickToNodeBean.getMboSetRemote()
Create the list of valid nodes this action can point to.
|
java.lang.String |
WFRelationshipTreeBean.getTreeControlObjectName()
Gets the object name from the top level mbo/relationship.
|
protected void |
WFInteractionNodeTreeBean.initialize() |
protected void |
DialogSaveBean.initialize() |
void |
WFDesignAppBean.NODELETE() |
void |
WFDesignAppBean.RESYNC()
Connect the resync menu option choice to the resynchronize method.
|
int |
PickToNodeBean.selectedToNode()
Called when the user selects a node to be pointed to by the action.
|
int |
WFInteractionNodeTreeBean.selectrecord()
Handle selected node
|
void |
WFInteractionNodeTreeBean.setRelationshipTreeObject()
Set the current objectname to the Tree
|
MboSetRemote |
WFExpBuilderBean.smartFill(java.lang.String attribute,
java.lang.String value,
boolean exactMatch)
Override this method to intercept in the event the objectname has been set.
|
int |
WFDesignAppBean.VALIDATE() |
protected void |
PickToNodeBean.validateRow()
This here to skip row validation, it's not needed here and is causing the dialog to fail.
|
int |
WFDesignAppBean.VIEWSYNC()
View synchronization records, but only if this process is activated.
|
int |
DialogSaveBean.wfexpbuilder() |
Methods in psdi.webclient.beans.workman that throw MXException
Modifier and Type |
Method and Description |
int |
AMLaborTableBean.amlaborrefresh()
Refreshes (i.e.
|
int |
WorkmanAppBean.amworkrefresh()
Refreshes (that is, resets) the Work List upon the user's request.
|
int |
WorkmanAppBean.ASSIGNLAB()
This method is called when the users assign labor by either the menu option or the toolbar button
approach.
|
int |
AMLaborTableBean.assignlabgrid()
This method is called when the users assign labor by clicking on the available hours grid.
|
int |
AssignLabBean.cancelAMAssignLabDialog()
If the user cancels out of the Assign Labor dialog, we must clear the selection
on the labor list, but only if the action was clicking the availability grid.
|
int |
AMDispatchBean.cancelDialog() |
void |
WorkmanAppBean.checkWMAssigments(java.util.Vector assigments,
boolean forcrew) |
int |
WorkmanAppBean.CRWASSIGN() |
int |
WorkmanAppBean.CRWSHOWALL() |
int |
WMMatchWOBean.execute()
Construct the sql format needed to filter the list by looping through the WMMatch mbos.
|
int |
WMMatchLaborBean.execute()
Construct the sql format needed to filter the list by looping through the WMMatch mbos.
|
int |
SelectWorkdateBean.execute()
Overrides execute so that the Select Workdate actions will take place if the
user chose to use the OK button.
|
int |
ModAvailBean.execute()
This.save() is called explicitly here because we do **not** want to save
the parent bean, which is AMLaborTableBean.
|
int |
AMVarPrefsBean.execute()
This.save() is called instead of super.execute() because we do **not**
want to save the parent bean.
|
int |
AMPriPrefsBean.execute()
The action of the OK button, which is to save both tables on this dialog.
|
int |
AMDispatchBean.execute() |
int |
AMBaseBean.execute()
This.save() is called explicitly here because we do **not** want to save
the parent bean, which may be either WorkmanAppBean or AMTableBean.
|
int |
WorkmanAppBean.FNSHASSN()
Called to finish one or more assignments.
|
java.lang.String |
AMLaborTableBean.getActiveLaborRestriction()
Pass the permanent restrictions to other objects.
|
java.lang.String |
AMLaborTableBean.getActiveVendorRestriction() |
MboSetRemote |
AMBaseBean.getAMCalendarViewSet()
Returns the CalendarViewSet attached to the AMCalendarView databean; this
mboset is the repository of the dates that make up the seven-day window
in which assignments are made.
|
DataBean |
WorkmanAppBean.getAMCrewTableBean() |
MboSetRemote |
AMBaseBean.getAMLaborCraftRateSet()
Returns the LaborCraftRateSet attached to the AMLaborTable databean, which
is the bean bound to the Labor List table.
|
DataBean |
WorkmanAppBean.getAMLaborTableBean()
Returns the AMLaborTableBean so its ID need not be hard-coded elsewhere.
|
DataBean |
AMBaseBean.getAMLaborTableBean()
Returns the AMLaborTableBean.
|
protected MboSetRemote |
AssignLabBean.getMboSetRemote()
This retrieves the AssignmentSet created in WMAssignmentSet.assignLabor
and attaches it to this bean for display in the table.
|
protected MboSetRemote |
AMVarPrefsBean.getMboSetRemote()
The OrganizationSet serves solely as a parent for the MaxVarInputSet.
|
protected MboSetRemote |
AMPriPrefsBean.getMboSetRemote()
The points to be made here are:
1) This method is not intended to affect the MboSet on the current bean,
AMPriPrefsBean.
|
MboSetRemote |
AMManageQueriesBean.getMboSetRemote()
This is identical to getMboSetRemote in ManageQueriesBean except that instead
of fetching the ID of the current app, we pass the getQueriesForUser method
the hard-coded name of the Labor app, because it's those queries that we wish
to retrieve.
|
protected MboSetRemote |
AMLaborTableBean.getMboSetRemote()
Applies the permanent labor list restrictions to the labor list's mboset.
|
DataBean |
AMPriPrefsBean.getPriCalcBean()
Returns the bean on the PriCalc ("Work Priority Calculation") table so its
ID need not be hard-coded elsewhere.
|
protected java.util.Hashtable |
WMMatchBean.getQbeHash(DataBean inBean)
Loop through all the attributes of this bean, and if there is a qbe entered, stick it in the hashtable.
|
MboSetRemote |
AMLaborTableBean.getRemoteForDownload()
Override Databean's getRemoteForDownload method so that the client work date can be
passed to the download mboset; in this way, the downloaded set will use the same
work date and therefore display the same 7-day window in the availability grid as
does the Labor List on the screen.
|
DataBean |
AMPriPrefsBean.getWorkPriorityBean()
Returns the bean on the WorkPriority ("Work Priority Response Time") table so
its ID need not be hard-coded elsewhere.
|
protected void |
WorkmanAppBean.initialize()
Initialize() filters out Closed and Cancelled Work Orders from the Work List
by setting the HistoryFlag qbe.
|
protected void |
WMMatchWOBean.initialize()
For every selected mbo, add a new WMMatch NP mbo.
|
protected void |
WMMatchLaborBean.initialize()
For every selected mbo, add a new WMMatch NP mbo.
|
void |
ShowAssignsBean.initialize()
Gets the assignment set for a labor and passes the presentation CalendarViewSet
to its getSevenDayWindow method.
|
void |
SelectWorkdateBean.initialize()
This copies the workdate from the presentation CalendarViewSet to the dialog
CalendarViewSet so that the CalendarView mbo will have the right date in the
"day1" field; turns off the setting of the other DayN dates; calls the standard
initialize method; and opens the date lookup.
|
void |
ModAvailBean.initialize()
Sets up a personAvailSet with (the maxvar) ModAvailRows number of rows;
also sets the table's PageRowCount to display that number of rows...
|
protected void |
AMLaborTableBean.initialize()
Initialize() defaults the qbe for defaultcraft to 1, then applies the default
query, if there is one.
|
int |
WorkmanAppBean.INTRPTASSN()
Called to interrupt one or more assignments.
|
int |
AMLaborTableBean.modavail()
This method verifies that the selected labor has a calendar and a shift
associated with it before it allows the modavail dialog to be called.
|
int |
WorkmanAppBean.resetCrewList() |
int |
WorkmanAppBean.resetLaborList()
Resets the Labor List while insuring that it continues displaying the same page.
|
int |
AMBaseBean.resetLaborList()
Calls the resetLaborList method in the main app bean.
|
int |
WMMatchWOBean.resetwhere()
Clear the userWhere and set the QBE back to the original QBE.
|
int |
WMMatchLaborBean.resetwhere()
Clear the userWhere and set the QBE back to the original QBE.
|
int |
WorkmanAppBean.resetWorkAndLaborLists()
Resets the Work and Labor Lists while insuring that both continue displaying
the same pages (as far as is possible, given that the Work List will usually
have changed).
|
int |
AMBaseBean.resetWorkAndLaborLists()
Calls the resetWorkAndLaborLists method in the main app bean.
|
int |
WorkmanAppBean.resetWorkList()
Resets the Work List while insuring that it continues displaying the same page
(as far as is possible, given that the list will usually have changed).
|
int |
AMBaseBean.resetWorkList()
Calls the resetWorkList method in the main app bean.
|
int |
WorkmanAppBean.SAVE() |
int |
AMManageQueriesBean.selectrecord()
In general structure this is similar to selectrecord in ManageQueriesBean except
that AMLaborTableBean (the databean of the Labor List table) is being operated
on rather than the results bean or the AppBean.
|
void |
SelectWorkdateBean.setDate(java.lang.String controlId,
java.lang.String attribute,
java.util.Date value)
Overrides setDate from DataBean so that the date selection event can trigger
the Select Workdate actions: saving the new workdate, recalculating the
availability grid, etc.
|
protected void |
WMMatchBean.setQbeFromHash(java.util.Hashtable map,
DataBean inBean)
Loop through all elements in the hashtable and apply to inBean using setQbe.
|
int |
WorkmanAppBean.SHOWALLLAB()
In principle, this fulfills the same function for the Labor List table as the
"All Records" menu option does for all app list tables -- it clears the Qbe
and resets the table.
|
int |
WorkmanAppBean.STARTASSN()
Called to start one or more assignments.
|
Methods in psdi.webclient.beans.workorder that throw MXException
Modifier and Type |
Method and Description |
int |
ActualLaborBean.aclabor()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting planned labor
from the workorder | actual | labor tab
|
int |
ActualMaterialBean.acmaterials()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting reserved items
from the workorder | actual | materials tab
|
int |
ActualToolsBean.actools()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting planned tools
from the workorder | actual | tools tab
|
int |
WOHazardsBean.AddHazardsToWOActionHandler()
Copy the selected hazards to the workorder
This works only from the select hazards action/dialog in workorders.
|
int |
SelectWORecordsBean.addrow() |
int |
RelateToActivityParentBean.addrow() |
int |
QuickRepTasksBean.addrow() |
int |
ApptBookAssignmentsBean.addrow() |
protected void |
WOAppBean.addWorkOrderForAsset(MboRemote asset)
Adds a new work order to the site where asset received as a parameter is in
|
void |
WOAppBean.afterFollowUpSave(MboRemote newWO) |
protected void |
WOModDeleteBean.afterSetValue(java.lang.String attribute) |
protected void |
AssignRepLocBean.afterSetValue(java.lang.String attribute) |
int |
PlanMoveApplyToAllAssetBean.APPLYALLASSETLOC()
Execute the applyToAllAssetLoc method on the work order
|
int |
WOModDeleteBean.APPLYALLUSER() |
int |
PlanMoveModifyAssetBean.applymovebin()
Apply to All button on Move tab.
|
int |
PlanMoveModifyAssetBean.applymovedflt()
Apply to All button on Move tab.
|
int |
PlanMoveModifyAssetBean.applymoveloc()
Apply to All button on Move tab.
|
int |
PlanMoveModifyAssetBean.applymoveparent()
Apply to All button on Move tab.
|
int |
PlanMoveModifyAssetBean.applymovesite() |
int |
WOAppBean.ASGNEWPRNT() |
int |
AssignmentBean.assignlabor()
Checks for Assignments in the table's MboSet.
|
int |
CreateJPBean.autonumber()
Called when the 'Autonumber' button on the 'Create JP' page is clicked.
|
int |
WOChildChangeStatusBean.beforedialogok()
Method invoked from status dialog box - ok button
call esig before dialogok
|
int |
WOChildChangeStatusBean.beforedolongop()
Method invoked from status dialog box - ok button
call esig before dolongop
|
int |
WOChangeStatusBean.beforedolongop()
This method gets called when the OK button is clicked on the Work Order Change Status Dialog.
|
void |
WOAppBean.beforeFollowUpSave(MboRemote newWO) |
void |
ReschedAssignBean.BulkRescheduleSaveWO(WO thePassedWO,
boolean resched,
java.util.Date reschedDate)
Calls bulkReschedule for the passed WO and then saves it but does so in such a way as
to take advantage of the fact that the WOSet of which the WO is a member is discardable.
|
void |
ReschedAssignBean.BulkRescheduleSaveWO(WO thePassedWO,
boolean resched,
java.util.Date reschedDate,
boolean fromListTab) |
int |
SelectWOBean.callMethod(WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
SelectTicketBean.callMethod(WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
WorkorderAppBean.cancelDialog() |
int |
WOChildChangeStatusBean.cancelDialog() |
int |
QuickRepAppBean.cancelDialog() |
boolean |
WOChangeStatusBean.cancelYesNOMessage(java.util.Enumeration enumit)
This method checks to see if the list of work orders contain any PM work orders.
|
boolean |
WOAppBean.canSaveFollowUp(MboRemote newWO) |
int |
PlanMaterialBean.catalog()
This either throws an exception saying you may not edit WPItem
for this workorder in this status,
or calls the data input dialog for Search Catalogs
from the workorder | plans | materials tab
Issue 72934
|
int |
SelectWORecordsBean.chldstatus()
If this child has no valid statuses that it can change to or the main record needs to be saved
then alert the user and prevent the status change dialog from being displayed
|
int |
WorkorderAppBean.CLEAR() |
int |
QuickRepAppBean.CLEAR() |
int |
ApptBookWorkOrderBean.clearapptbk() |
int |
AssignmentBean.complete()
Provides the functionality for the Complete Assignment button and catches a variety of
possible errors.
|
int |
PlanModifyCopyAssetAttrBean.COPYASSETATTRSET()
Execute the copyAssetSpecToAutoAttrUpdateSet method on the workorder
|
int |
PlanModifyCopyAssetAttrBean.COPYCIATTRSET()
Execute the copyCISpecToAutoAttrUpdateSet method on the workorder
|
void |
SelectLaborOnActualsBean.copyLaborToLabTransSet()
copyLaborToLabTransSet gets called on ok button
|
void |
SelectLaborOnPlansBean.copyLaborToWpLaborSet()
copyLaborToWpLaborSet gets called on ok button
|
int |
WOAppBean.COPYLNK2WO()
action COPYLNK2WO to copy doclinks from related objects to wo
|
int |
PlanModifyCopyLocAttrBean.COPYLOCATTRSET()
Execute the copyLocSpecToAutoAttrUpdateSet method on the workorder
|
int |
PlanMaterialBean.copySpareParts(MboSetRemote spareParts)
Copy the selected spare parts to the planned material table
|
int |
ActualMaterialBean.copySpareParts(MboSetRemote spareParts)
Copy the selected spare parts to the actual materials table
|
int |
WOAppBean.createChange() |
int |
ChangeAppBean.createChange() |
int |
WOAppBean.CREATECOMM() |
MboRemote |
WOAppBean.createFollowUp(MboSetRemote mboSet) |
int |
WOAppBean.createIncident() |
int |
WOAppBean.createProblem() |
int |
WOAppBean.createRelease() |
int |
ReleaseAppBean.createRelease() |
int |
WOAppBean.createServiceRequest() |
int |
WOAppBean.createWorkorder() |
int |
WorkorderAppBean.CREATEWOWITHAPPTWIN() |
int |
AssignmentBean.crwassign() |
int |
WOAppBean.DELETE() |
int |
PMAlertBean.doWork() |
int |
WOAppBean.DUPLICATE() |
int |
WOAppBean.DUPLICATECHECK() |
int |
WorkorderAppBean.DYNAPPLY() |
int |
WOAppBean.EDITHIST() |
int |
WOAppBean.EDITHIST(boolean checkEsig)
Provides the functionality for the 'Edit Work Order History' (EDITHIST)
action
|
int |
ActualLaborBean.enterbycrew() |
int |
WOAppBean.ENTERINSP()
Handles opening the Conduct an Inspection work center application in another browser window.
|
int |
WOLinearSearchBean.execute()
Construct the sql format needed to filter the list by looping through the WOLinearSearch mbos.
|
int |
WOChildChangeStatusBean.execute()
Method invoked from status dialog box -
select the correct row in the table before we change the statsus
|
int |
WOChangeStatusBean.execute()
Method invoked from status dialog box
|
int |
SelectWorkordersBean.execute()
Make the selected work orders children of the current workorder
|
int |
ReschedAssignBean.execute()
Executes when the OK button is clicked.
|
int |
ConfirmLabTrans.execute() |
int |
AsgnNewPrntBean.execute()
Assign the current work order, or all the selected work order's, to the selected parent
|
int |
ApplyRouteBean.execute() |
int |
AlreadyReportedBean.execute() |
int |
SpecificationBean.fetchTableData(int startingRow)
If when you select a specification that adds attributes, expand the table
Issue 07-23773
|
MboRemote |
ApptBookWorkOrderBean.getApptBook() |
java.lang.String |
SelectPlannedLaborOnActualsBean.getCriteriaForContract(MboRemote mbo)
Create sql for contract criteria
|
MboSetRemote |
SelectCraftRateOnPlansBean.getCRSet(MboRemote woMbo) |
MboSetRemote |
SelectLaborOnPlansBean.getLaborSet(MboRemote woMbo) |
MboSetRemote |
SelectLaborOnActualsBean.getLaborSet(MboRemote mbo) |
MboSetRemote |
WOAppBean.getList(int row,
java.lang.String attribute)
If Repair Facility maxvar is active, extends original functionality to return assets from all sites that belong to
the organization where the main record is in
|
protected MboSetRemote |
WorkPackMaterialsBean.getMboSetRemote() |
MboSetRemote |
WOPredWOBean.getMboSetRemote()
Returns the list to use when looking up a value for the task or predessor task.
|
MboSetRemote |
WOPredTaskBean.getMboSetRemote()
Returns the list to use when looking up a value for the task or predessor task.
|
protected MboSetRemote |
WOChildChangeStatusBean.getMboSetRemote() |
protected MboSetRemote |
StoreroomMaterialsBean.getMboSetRemote() |
protected MboSetRemote |
SelectPlannedLaborOnActualsBean.getMboSetRemote()
Return MboSet with Contract criteria
|
protected MboSetRemote |
SelectLaborOnPlansBean.getMboSetRemote() |
protected MboSetRemote |
SelectLaborOnActualsBean.getMboSetRemote() |
protected MboSetRemote |
SelectCraftRateOnPlansBean.getMboSetRemote() |
protected MboSetRemote |
PMAlertBean.getMboSetRemote() |
protected MboSetRemote |
FailureCodesBean.getMboSetRemote() |
MboSetRemote |
FailureBean.getMboSetRemote() |
protected MboSetRemote |
DirectIssueMaterialsBean.getMboSetRemote() |
protected MboSetRemote |
AvailableLocationListBean.getMboSetRemote() |
protected MboSetRemote |
AssignLaborLaborBean.getMboSetRemote() |
protected MboSetRemote |
AsgnNewPrntBean.getMboSetRemote()
Do not show wos with a status of Closed or Canceled.
|
protected MboSetRemote |
AlreadyReportedBean.getMboSetRemote() |
java.lang.String |
SelectPlannedLaborOnActualsBean.getPlannedLaborCriteria(MboRemote mbo) |
int |
WorkorderAppBean.goToGraphicalApptBook() |
boolean |
AssignLaborLaborBean.hasSigOptionAccess(int row,
java.lang.String sigOption)
IJ28999: user without all site access could not see the laborcode in
Select Available Labor if the laborcode is associatated with a sigoption
|
void |
WOChangeStatusBean.initialize() |
void |
ViewWOPMsBeanLoc.initialize() |
void |
ViewWOPMsBeanAsset.initialize() |
protected void |
SimulationBean.initialize() |
void |
SelectWorkordersBean.initialize()
Initialize the bean and set it to return non task work orders
|
void |
SelectWOBean.initialize()
Initialize the bean and set it to return non task work orders
|
protected void |
SelectLaborOnActualsBean.initialize() |
void |
AsgnNewPrntBean.initialize()
Initialize the bean and set it to return non task work orders and
work orders based on the app we're in
|
protected void |
ApptBookWorkOrderBean.initialize() |
void |
ApplyRouteBean.initialize()
Initialize the bean and set it to return defaultsite routes
|
void |
WorkorderAppBean.initializeApp()
Set the initial query to woclass = WORKORDER,ACTIVITY and istask=N and
historyflag=N
|
void |
ReleaseAppBean.initializeApp()
Set the initial query to woclass = ACTIVITY and istask=N and historyflag=N
|
void |
QuickRepAppBean.initializeApp()
Set the initial query to woclass = WORKORDER,ACTIVITY and istask=N and historyflag=N
|
void |
ChangeAppBean.initializeApp()
Set the initial query to woclass = ACTIVITY and istask=N and historyflag=N
|
void |
ActivityAppBean.initializeApp()
Set the initial query to woclass = ACTIVITY and istask=N and historyflag=N
|
int |
QuickRepAppBean.INSERT() |
void |
WOTasksBean.insert(int nRow) |
void |
SelectWORecordsBean.insert(int nRow)
Inserts a row after the given row.
|
void |
QuickRepTasksBean.insert(int nRow) |
void |
WOTasksBean.insertAtEnd() |
void |
SelectWORecordsBean.insertAtEnd() |
void |
QuickRepTasksBean.insertAtEnd() |
int |
WorkorderAppBean.launchwf()
Special action to launch a Workflow process directly
|
int |
FailureBean.listfailurecodes() |
int |
WOAppBean.MANDWNTIME()
Determines whether or not action 'Manage Downtime History' (MANDWNTIME) can be
performed.
|
int |
WOAppBean.MASSMOVE() |
int |
WOAppBean.METERREAD()
Provides the functionality for 'Enter Meter Readings' (METERREAD)
action
|
int |
PlanMoveModifyAssetBean.MODIFYALLATTRIBUTES()
Modify asset/location attributs button on Plan Move/Modify Asset action dialog
|
int |
PlanMoveModifyAssetBean.MOVEALLASSETS()
Move All Assets button on Plan Move/Modify Asset action dialog
|
int |
PlanMoveModifyAssetBean.MOVEANDMODIFYALLASSETS()
Execute Now button on Plan Move/Modify Asset action dialog
|
int |
WOTasksBean.needssave() |
int |
SelectWORecordsBean.needssave() |
int |
WOAppBean.NEWWRKPKG()
Provides the functionality for the 'Create Work package' (NEWWRKPKG)
action
|
int |
WOAppBean.OWNERSHIP()
Take Ownership gets called from list page or main record
|
void |
ActivityAppBean.pmcom_launch() |
int |
WorkorderAppBean.REFRESH_TOTALWORKUNITS() |
int |
AssignLaborBean.refreshlabor()
refresh the current laborset based on values entered in the AssignLaborSet
|
int |
AvailableLocationBean.refreshList()
refresh the current laborset based on values entered in the AssignLaborSet
|
int |
SafetyPlanBean.REFRESHLIST() |
int |
JobPlanBean.REFRESHLIST() |
int |
WOAppBean.REMOVESP()
Provides the functionality for the 'Remove Safety Plan' (REMOVESP)
action issue#027998
|
int |
WOAppBean.REMOVEWP()
Provides the functionality for the 'Remove Work Plan' (REMOVEWP) action
|
int |
WOAppBean.REPDOWN()
Determines whether or not action 'Report Downtime' (REPDOWN) can be
performed.
|
void |
WOAppBean.resetMboSetRemote()
This method is used to reset the current record after a task changes
status in the task table.
|
int |
WOLinearSearchBean.resetwhere()
Clear the userWhere and set the QBE back to the original QBE.
|
int |
WOAppBean.returnLookupValue(MboRemote lookupMbo)
Checks if the parameter is an asset record for updating the assetnum
field from the current workorder If the Repair Facility maxvar is
active and the record belongs to a different site, this method throws
a message to ask user if he wants to discard the current workorder and
have a new one created for the asset
The intent is to cover:
- Asset Lookup
- "Classification Search" dialog
- "Attribute Search" dialog
- "Return With Value" option from Asset application (ideally)
|
int |
WorkorderAppBean.returnnovalue() |
int |
WorkorderAppBean.returntoapp() |
int |
JobPlanBean.REVISE()
Checks the preconditions for revising a job plan:
The job plan must be Active
There must not be a pending revision of the job plan
|
void |
WorkorderAppBean.save() |
int |
WOAppBean.SAVE() |
int |
PlanMoveModifyAssetBean.SAVEPLANASSETDATA()
Save as plan button on Plan Move/Modify Asset action dialog
|
int |
PlanMoveModifyAssetBean.SAVEPLANASSETDATAONLY()
not used for now, Save As Plan but not close dialog
|
int |
WOAppBean.savewithoutalreadyreportedcheck() |
int |
ApptBookWorkOrderBean.searchapptbk() |
int |
PlanMaterialBean.selasparts()
This either throws an exception saying you may not edit WPItem
for this workorder in this status,
or calls the data input dialog for Select Asset Spare Parts
from the workorder | plans | materials tab
Issue 72934
|
int |
ActualMaterialBean.selasparts()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting asset spare parts
from the workorder | actual | materials tab
|
int |
FailureCodesBean.SELECT() |
int |
SelectWORecordsBean.selectallworkorders() |
int |
PlanLaborBean.selectcraftrateonplans()
This either throws an exception saying you may not edit wplabor
for this workorder in this status,
or calls the data input dialog for select craft
from the workorder | plans | labor tab
Issue 72934
|
int |
ActualToolsBean.selectissuetoolsonactuals()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting issued tools
from the workorder | actual | tools tab
|
int |
ActualLaborBean.selectlaboronactuals()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting labor
from the workorder | actual | labor tab
|
int |
ActualMaterialBean.selectmaterialsonactuals()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting materials
from the workorder | actual | materials tab
|
int |
PlanMaterialBean.selectmaterialsonplans()
This either throws an exception saying you may not edit WPItem
for this workorder in this status,
or calls the data input dialog for Select Materials
from the workorder | plans | materials tab
Issue 72934
|
int |
ActivityAppBean.selectpredtasks() |
int |
WOPredWOBean.selectPredWos()
Return the selected workorders to the predessor table.
|
int |
WOPredTaskBean.selectPredWos()
Return the selected workorders to the predessor table.
|
int |
FailureCodesBean.selectrecord() |
int |
AvailableLocationListBean.selectrecord() |
int |
AssignLaborLaborBean.selectrecord() |
int |
AsgnNewPrntBean.selectrecord()
Assign the current work order, or all the selected work order's, to the selected parent
|
int |
ApplyRouteBean.selectrecord() |
int |
AvailableLocationBean.selectrecord(MboRemote locAssign)
Select the clicked row.
|
int |
AssignLaborBean.selectrecord(MboRemote laborassign)
Select the clicked row.
|
int |
FailureCodesBean.SELECTRETURN() |
int |
PlanServicesBean.selectstdservicesonplans()
This either throws an exception saying you may not edit WPTool
for this workorder in this status,
or calls the data input dialog for select craft
from the workorder | plans | services tab
Issue 72934
|
int |
ActualToolsBean.selecttoolsonactuals()
This either throws an exception saying status must be approved
or calls the data input dialog for selecting tools
from the workorder | actual | tools tab
|
int |
PlanToolsBean.selecttoolsonplans()
This either throws an exception saying you may not edit WPTool
for this workorder in this status,
or calls the data input dialog for select tools
from the workorder | plans | tools tab
Issue 72934
|
void |
ApptBookWorkOrderBean.setApptBook() |
void |
WOTasksBean.setInspFormNum(java.lang.String inspformnum)
Create a new inspection against the current App Mbo.
|
void |
WOAppBean.setInspFormNum(java.lang.String inspformnum)
Create a new inspection against the current App Mbo.
|
void |
WOAppBean.setValue(int row,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Checks if the parameter is an asset record for updating the assetnum
field from the current workorder.
|
MboSetRemote |
WOAppBean.smartFill(int row,
java.lang.String attribute,
java.lang.String value,
boolean exactMatch)
Checks if the parameter is an asset record for updating the assetnum
field from the current workorder.
|
int |
WOAppBean.STARTTIMER() |
int |
WOAppBean.STOPTIMER() |
int |
WOTasksBean.taskstatus()
If this task has no valid statuses that it can change to or the main record needs to be saved
then alert the user and prevent the status change dialog from being displayed
|
int |
QuickRepTasksBean.taskstatus()
If this task has no valid statuses that it can change to
then alert the user and prevent the status change dialog from being displayed
|
int |
SelectWORecordsBean.toggledeleterow()
Override framework method, to handle undelete feature for work order hierarchy.
|
int |
FailureBean.toggledeleterow() |
int |
SimulationBean.UPDATEWO() |
int |
WorkorderAppBean.updateworkpackflags() |
Methods in psdi.webclient.beans.workorder.schedulerplus that throw MXException
Modifier and Type |
Method and Description |
int |
WOConfigurePredWOSchedulerPlusBean.cancelDialog()
Implemented in order to dispose the dialog in several situations
// Issue: 282243 - Predecessor do not open the list of brothers : START
|
int |
WOConfigurePredWOSchedulerPlusBean.configureWos()
This method is responsible to select and handle selection of work orders.
|
void |
WOConfigurePredWOSchedulerPlusBean.copySelection(java.util.Vector selected)
This method will just add the selection of Work Orders to the
non-persistent MBO
|
java.lang.StringBuffer |
WOConfigurePredWOSchedulerPlusBean.getAllLinkedRegisters(java.lang.String wonum,
java.util.Map visitedWonums)
Check the validation between links for the entire relationship hierarchy.
|
void |
WOPredWOSchedulerPlusBean.getAllLinks(java.lang.String wonum)
Select all relationship already configured.
|
MboSetRemote |
WOPredWOSchedulerPlusBean.getMboSetRemote()
Return a list of work orders in order to setup the relationship.
|
MboSetRemote |
WOConfigurePredWOSchedulerPlusBean.getMboSetRemote() |
void |
WOPredWOSchedulerPlusBean.getOriginParentList(java.lang.String origin)
Generate a list within parents chain that become an Illegal relationship
though.
|
void |
WOPredWOSchedulerPlusBean.loadParents(java.lang.String wonum,
java.util.Map parents)
Load parents into a Map in order to manipulate it
|
int |
WOPredWOSchedulerPlusBean.setAttributePredessorTask()
This method will fill in the PREDESSORWOS field.
|
Methods in psdi.webclient.components that throw MXException
Modifier and Type |
Method and Description |
void |
NavSection.buildData() |
int |
TableCell.click() |
int |
RecordImage.click() |
int |
Pushbutton.click()
The button click() works differntly from the generic click() in the sense
that it:
can open a menu
when targetid is specfified and there is no menu associated with the
button, the generic handler is used
its default target is the page instance if it is not on a table
its default target is the button's parent - presumably the table
when it is on a table
|
int |
RichTextViewer.editmobiletext()
Handles the editmobiletext event.
|
int |
BIMViewer.eventSelect()
Called from the viewer .jsp every time the selection is changed.
|
int |
NavSection.getData() |
java.lang.String |
NavSection.getDataString() |
java.lang.String |
BIMViewer.jspGetCurrentDataFrame() |
java.lang.String |
BIMViewer.jspGetCurrentDataMM() |
java.lang.String |
BIMViewer.jspScript(java.lang.String id) |
protected Location |
BIMViewer.lookupLeafLocation()
Gets the starting location for search for a model file.
|
static LocationRemote |
BIMViewer.lookupLocation(MboRemote mbo,
java.lang.String location,
java.lang.String siteId)
Queries the database for a location record based on location and siteid attributes
|
LocationRemote |
BIMViewer.lookupLocation(java.lang.String location)
Queries the database for a location record based on location and siteid attributes
|
LocationRemote |
BIMViewer.lookupLocationFromModelId(java.lang.String modelId)
Use the value of an item in the model to find the Maximo location for that
item using the current dataattibute binding of the control
Used by dialogs that include or are launched by the control
|
LocationRemote |
BIMViewer.lookupLocationFromModelId(java.lang.String modelLocation,
java.lang.String modelId) |
LocationRemote |
BIMViewer.lookupLocationFromModelId(java.lang.String modelLocation,
java.lang.String modelId,
java.lang.String siteId)
Get the location from the bound value if the control is bound to either location of asset
|
java.lang.String |
BIMViewer.lookupLocationModelId(java.lang.String location,
java.lang.String siteId)
Looks up a location based on the datasrc for the control (Usually modelId)
|
static LocationSetRemote |
BIMViewer.lookupLocations(MboRemote mbo,
java.lang.String location,
java.lang.String siteId)
Queries the database for a location record based on location and siteid attributes
|
protected MboSetRemote |
BIMViewer.lookupModelsForLocation(java.lang.String location)
Get a building model definition associated with a location if one exists
|
protected long |
BIMViewer.lookupUid(java.lang.String modelId)
Get the UID for the Maximo record associated with the modelId
|
void |
BIMViewer.setMultiSelect(java.lang.String modelLocation,
java.util.Set selection) |
int |
RichTextEditor.setvalue()
Set value in bean.
|
int |
Checkbox.setvalue() |
int |
Checkbox.toggle() |
void |
TableToggleDetails.toggledetailstate()
Decide whether or not we toggle detail state based on combination current detail state and this row
|
Methods in psdi.webclient.controls that throw MXException
Modifier and Type |
Method and Description |
int |
Table.addrow() |
void |
BulletinBoard.bbmsgviewed()
Call from jsp once the BB message is clicked in start center
|
void |
StartCenter.cancelchanges()
Calls cancelchanges procedure on the app bean
|
boolean |
ReportListPortlet.canRunReport(java.lang.String reportname,
java.lang.String reportapp)
Double checks to see if report is allowed to be run
|
int |
Table.clearfilter()
Clear the table filter
|
int |
LongDescription.clearvalue()
Send setvalue event to longdesctext component with empty string
|
int |
TableDataRowMock.click()
Converts the click to the actual mxevent and appends the row
|
int |
DojoTree.clickEvent() |
int |
DojoTreeNode.contextmenu() |
int |
DojoTree.copyMbo() |
void |
StartCenter.deletetemplate()
Calls delete template procedure on the app bean
|
int |
LongDescription.dialogcancel()
Resets any changes user may have made and sends dialogclose event to the page container.
|
java.lang.String |
ResultSetPortlet.errorInPortlet()
Overridden to flag the error in getting data for the flag
Jun 6, 2007
|
int |
Menus.fetchmenucache() |
protected java.util.List |
DojoTreeNode.generateChildrenNodes() |
java.util.ArrayList |
ResultSetPortlet.generateGraphData()
Returns result set data as mbo value data
|
java.lang.String |
ResultSetPortlet.getApp()
Returns the app for the query
|
java.lang.String |
ResultSetPortlet.getAppName()
Returns app name of the result set.
|
MboValueData[][] |
InboxPortlet.getAssignments()
Returns inbox assignment data as mabo value data
|
java.lang.String |
BulletinBoard.getBBSetName() |
java.util.List |
DojoTree.getCheckedNodes() |
java.lang.Object[][] |
Tree.getChildren(java.lang.String objectname,
java.lang.String uniqueId) |
java.lang.Object[][] |
Tree.getChildren(java.lang.String objectname,
java.lang.String uniqueId,
java.lang.String[] dataAttributes,
int maxChildren) |
int |
DojoTreeNode.getChildrenNodes() |
int |
DojoTreeNode.getChildrenSize() |
java.util.HashMap |
DojoTree.getConditionalProperties(MboRemote representedObject) |
java.lang.String |
ResultSetPortlet.getConditionAttribute()
Returns display condition attribute associated with this protlet
|
java.util.HashSet |
ResultSetPortlet.getConditions()
Returns display conditions associated with this protlet
|
MboSetInfo |
ResultSetPortlet.getConfigMboSetInfo()
Returns MBoSetInfo for the current Set
|
java.lang.String |
InboxPortlet.getDescTitle()
Returns title of the description field which will always be shown
|
java.util.ArrayList |
QuickInsertPortlet.getFavoriteActions()
Returns a collection of the allowed actions for the current user
|
java.util.TreeMap |
FavoriteAppsPortlet.getFavoriteApps()
Returns the applications user selected/was given as favorites to be included in this portlet control
|
java.lang.String |
ResultSetPortlet.getFilterWhere(java.lang.String rsKey)
Returns a complete where clause based on the query where and filter where
This is passed to the application being called when clicking on the pie chart
|
java.util.Properties |
ResultSetPortlet.getGraphDetails()
Calls method on the remotes to get graph related details
|
java.lang.String |
ResultSetPortlet.getGraphError()
Overridden to flag the error in getting data for the flag
Jun 6, 2007
|
java.lang.String[] |
ResultSetPortlet.getGroupByAttribute()
Returns display condition attribute associated with this protlet
|
java.util.Vector |
InboxPortlet.getInboxColumns()
Returns a collection of the columns the user has selected to display
|
MboValueData[][] |
InboxPortlet.getKeyAttributeData()
Returns key attribute columns
|
java.lang.String |
ResultSetPortlet.getKeyColumn()
Returns key column in the result set.
|
java.util.Vector |
KPIGraph.getKPIData()
Returns the String of the latest date among the KPIs in the set
This would be date when the one of the inlcuded KPIs were last updated
|
java.util.Vector |
KPIListPortlet.getKPIs()
Returns a collection of KPIs and related information included in this portlet
|
java.util.Vector |
KPIGraphPortlet.getKPIs()
Returns a collection of KPIs and related information included in this portlet
|
java.lang.String |
KPIListPortlet.getLastDate()
Returns the String of the latest date among the KPIs in the set
This would be date when the one of the inlcuded KPIs were last updated
|
java.lang.String |
KPIGraphPortlet.getLastDate()
Returns the String of the latest date among the KPIs in the set
This would be date when the one of the inlcuded KPIs were last updated
|
java.lang.String |
InboxPortlet.getLatestDate()
Returns the complete name of the current logged use to display on the portlet
|
java.lang.Object[] |
Tree.getMboValueData(java.lang.String[] dataAttributes)
Returns the MboValueData collection for current record
|
java.util.ArrayList |
ResultSetPortlet.getNonPersistentColumns()
Returns a collection of the columns that are non persistent
|
java.util.ArrayList |
InboxPortlet.getNonPersistentColumns()
Returns a collection of the columns that are non persistent
|
int |
InboxPortlet.getNoOfAssignments()
Returns No of assignments
|
int |
ResultSetPortlet.getNoOfRecords()
Returns No of records
|
int |
BulletinBoard.getNoOfRecords()
Returns No of records
Venkyg: 4/3/2009
|
int |
ReportListPortlet.getNoOfReports()
Returns No of records
|
void |
Tree.getpathtotop()
Handled getpathtotop event.
|
java.lang.Object[][] |
Tree.getPathToTop(java.lang.String objectname,
java.lang.String uniqueid,
java.lang.String[] dataattributes,
int maxchildren)
Returns all objects in the path to the top from the current object, i.e.
|
MboSetRemote |
ResultSetPortlet.getQueryMboSet(java.lang.String orderby)
return a MboSetRemote for the result set portlet query
|
java.util.SortedMap |
ReportListPortlet.getReports()
Returns a collection of reports and related information included in this portlet
|
MboSetInfo |
ResultSetPortlet.getResultMboSetInfo()
Called to get information on the attributes for the underlying table the query is bound to
|
MboSetData |
ResultSetPortlet.getResultSet()
Returns result set data as mbo value data
|
MboSetData |
BulletinBoard.getResultSet()
It is new filter functionality for BB Messages in start center.
|
java.util.Vector |
ResultSetPortlet.getResultSetAttributes()
Returns a collection of the columns the user has selected to display the result set for
|
java.util.Vector |
BulletinBoard.getResultSetAttributes()
Returns a collection of the columns the user has selected to display the result set for
|
MboRemote |
DojoTreeBeanListener.getRootMbo() |
MboRemote |
DojoTreeBeanAdapter.getRootMbo() |
MboSetData |
ReportListPortlet.getSelectedReports()
Deprecated.
|
MboSetInfo[] |
InboxPortlet.getSetsInfo()
Returns array, which MboSetInfo's, used by InboxPortlet to detrmine
bidi attributes of displayed data.
|
java.lang.Object[][] |
Tree.getTop(java.lang.String[] dataattributes,
int maxchildren)
Returns all the top level objects in the hierarchy, i.e.
|
java.util.List |
BulletinBoard.getUnViewedMessages()
This method gets all Un Viewd messages from BBoardMsgStatus MBO
|
java.util.List |
BulletinBoard.getViewedMessageIdList()
This method gets all Viewd messages from BBoardMsgStatus MBO
Used in Jsp
|
protected boolean |
Tab.hasSigOptionAccess(java.lang.String sigoption,
DataBean dataBean,
int row)
Overridden so tab sigoptions are always evaluated against a mbo.
|
boolean |
DojoTreeNode.isChecked() |
boolean |
TreeNode.isMarkedForDelete()
Creates label to be displayed for each node.
|
int |
BulletinBoard.msgCountForIcon() |
int |
Table.nextpage()
Changes databean offset to move the set to the next page
|
int |
Table.nextrow()
Move to the next row
|
void |
DojoTreeBeanListener.onCheck(MboRemote mbo,
boolean state) |
void |
DojoTreeBeanAdapter.onCheck(MboRemote mbo,
boolean state) |
void |
DojoTreeBeanListener.onCopyMbo(MboRemote mbo) |
void |
DojoTreeBeanAdapter.onCopyMbo(MboRemote mbo) |
void |
DojoTreeBeanListener.onPaste(MboRemote targetParentMbo) |
void |
DojoTreeBeanAdapter.onPaste(MboRemote targetParentMbo) |
void |
DojoTreeBeanListener.onSelect(MboRemote selectedMbo,
java.lang.String eventValue) |
void |
DojoTreeBeanAdapter.onSelect(MboRemote selectedMbo,
java.lang.String eventValue) |
int |
DojoTreeNode.openNode() |
int |
ReportListPortlet.openreport()
Opens report request page based on report name
|
int |
PortletDataInstance.openreport()
Opens linked KPI
|
int |
DojoTree.pasteMbo() |
void |
DojoTreeBeanListener.prepareMboSet(MboSetRemote toPrepare) |
void |
DojoTreeBeanAdapter.prepareMboSet(MboSetRemote toPrepare) |
int |
Table.previouspage()
Changes databean offset to move the set to the previous page
|
int |
Table.previousrow()
Move to the previous row
|
boolean |
ResultSetPortlet.queryExists()
Returns true if the related query exists
|
int |
KPIGraph.refreshchart() |
void |
KPIGraph.refreshChart()
Event handler method for "refreshchart" event, when clicked from Refresh Chart Button in the
KPI Application in Trend Tab
|
int |
LongDescription.resetvalue()
Send setvalue event to longdesctext component with original text value
|
int |
DojoTreeNode.rightClick() |
protected boolean |
BIMTree.selectChildNode(WebClientSession wcs,
TreeNode treeNode,
long targetUID,
boolean sendEvent) |
void |
Table.selectmockedrecord()
Allows selection of record when in select records mode to allow user to edit set.
|
void |
TreeNode.selectnode()
Called when a node is selected in the tree
|
void |
Tree.selectnode()
Called when a node is selected in the tree
|
int |
DojoTree.selectNode() |
protected boolean |
BIMTree.selectNode(WebClientSession wcs,
TreeNode treeNode,
long targetUID,
boolean sendEvent) |
int |
TreeNode.selectrecord()
Called when a node is selected in the tree
|
int |
TableDataRowMock.selectrecord() |
int |
DojoTreeNode.setChecked() |
void |
TableRow.setCurrent() |
void |
TableDataRow.setCurrent() |
void |
Tree.setcurrentnode(java.lang.String newobjectname,
java.lang.String newuniqueIdName,
java.lang.String newuniqueIdValue)
Sets the key values for the node that was just selected in the tree
|
int |
Table.setCurrentRow(int row) |
java.lang.String |
KPIGraph.setGraphInfo(java.lang.String graphType)
Prepares graph information and graph object for image rendering, just before the graph frame is refreshed.
|
void |
Tree.setHierarchy(java.lang.String objectname,
java.lang.String uniqueId,
java.lang.String hierarchy)
Sets the hierarchy of the object.
|
void |
BIMTree.setSelectedNode(java.lang.String uid) |
protected void |
BIMTree.setSelectedNode(java.lang.String id,
boolean sendEvent)
Recursively search all tree nodes for a not the matches the uid, and select that node
|
void |
ResultSetPortlet.setUpDefaults()
Call mnethod on the remotes to setup defaults fot the set
|
int |
Listbox.setvalue()
Captures the setvalue event of the listitem and sets the value on the databean.
|
int |
RadioButtonGroup.setValue(java.lang.String value) |
int |
TableTitleRow.sort() |
void |
Table.sortColumn() |
int |
RichTextControl.spellcheck()
Forwards request to spellcheck_dialog
|
int |
RichTextControl.spellcheckreturn()
Registered call-back method for spell check dialog
|
int |
LongDescription.spellcheckreturn()
Registered call-back method for spell check dialog
|
void |
TreeNode.togglechildren()
Called when a node is selected in the tree.
|
int |
TableTitleRow.toggleselectallrecords() |
int |
Table.toggleselectallrows() |
void |
TableToggleSelectRow.toggleselectrecords() |
int |
TableBody.toggleselectrecords() |
int |
Table.toggleselectrecords() |
int |
TableRow.toggleselectrow() |
com.ibm.json.java.JSONObject |
DojoTreeNode.toJSON() |
void |
KPIListPortlet.updatekpis()
Calls method on the backend to update the list of KPIs configured in this portlet
|
void |
KPIGraphPortlet.updatekpis()
Calls methods on the remote to update the list of KPIs configured
|
void |
KPIGraph.updatekpis()
Called when the user clicks "Update" on the control to update the KPIs
|
void |
StartCenter.updatestartcenter()
Calls updatestartcenter procedure on the app bean
|
Methods in psdi.webclient.system.beans that throw MXException
Modifier and Type |
Method and Description |
int |
DataBean._useAllBookmarksQuery() |
int |
DataBean._useAllRecsQuery() |
int |
DataBean._usequery() |
void |
AutoInitModel.activate(MboRemote newMbo)
Called when a new Mbo is saved that could have autoinit wf runninng on it.
|
int |
DataBean.addrow() |
int |
AppBean.addrow() |
protected void |
DataBean.afterSetValue(java.lang.String attribute)
This method is called right after a setValue on a mbo is performed.
|
int |
AppBean.appinfo() |
void |
AppBean.autoInitiateWorkflow()
Start workflow automatically when a new MBO is saved.
|
int |
ResultsBean.BOOKMARK() |
int |
AppBean.BOOKMARK() |
int |
BookmarkBean.bookmark(MboRemote mbo)
Add a bookmark.
|
int |
DataBean.callBeanMethod(java.lang.String method,
WebClientEvent event) |
int |
DataBean.callBeanMethod(java.lang.String method,
WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
DataBean.callBeanMethod(WebClientEvent event) |
int |
DataBean.callBeanMethod(WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
DataBean.callMethod(java.lang.String methodName,
WebClientEvent event) |
int |
DataBean.callMethod(java.lang.String methodName,
WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
MultiselectDataBean.callMethod(WebClientEvent event) |
int |
DataBean.callMethod(WebClientEvent event) |
int |
DataBean.callMethod(WebClientEvent event,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
DataBean.callRemoteMethod(java.lang.String method) |
int |
DataBean.callRemoteMethod(java.lang.String method,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
WorkflowBean.cancelDialog()
Tell the workflow director the user cancel.
|
int |
QbeBean.cancelDialog() |
int |
LookupBean.cancelDialog() |
int |
DataBean.cancelDialog()
Called by the dialog control when the dialog is cancled.
|
boolean |
AppBean.canExit()
Called when leaving the application
|
boolean |
AppBean.canSaveBasedOnLocks() |
void |
DataBean.checkESigAuthenticated(java.lang.String option)
Checks if the esignature authentication dialog needs to be opened based on option
If the option does need authentication, it will throw an ESigLoginException
|
void |
DataBean.checkForAppError() |
boolean |
DataBean.checkMethodAccess(java.lang.String methodName)
Check if the method name is available on the MboSetRemote.
|
void |
QbeBean.checkQuery(DataBean results) |
void |
AutoInitModel.clear()
Called after the autoinit workflow process has come to a stopping point.
|
int |
AppBean.CLEAR() |
void |
ResultsBean.clearBean() |
void |
DataBean.clearBean() |
int |
QbeBean.clearfield() |
int |
QbeBean.clearfieldExec() |
int |
ResultsBean.clearfilter() |
int |
DataBean.clearfilter() |
int |
AppBean.clearfilter() |
int |
QbeBean.clearqryandfld() |
int |
QbeBean.clearqryandfldExec() |
int |
DataBean.copytonewrow() |
int |
DataBean.count()
Returns the number of rows available on the remote Mbo object.
|
int |
QbeBean.defaultExec() |
void |
DataBean.delete()
Deletes the current row.
|
int |
AppBean.DELETE() |
void |
DataBean.delete(int nRow)
Deletes the given row.
|
void |
DataBean.deleteAndRemove()
Deletes and removes the current row from the mboset.
|
void |
DataBean.deleteAndRemove(int nRow)
Deletes and removes the given row from the MboSet.
|
void |
BookmarkBean.deleteBookmark(long keyValue) |
int |
WorkflowBean.directorinput() |
java.lang.String |
DataBean.displaycount() |
int |
WhereClauseBean.docancel() |
int |
AppBean.DUPLICATE() |
boolean |
DataBean.duplicateMbo()
Duplicates the current mbo as a new mbo in the MboSet
|
void |
AppBean.ensureRecord()
This is used to load the first record in the appbean if the
appbean doesn't have a table associated with it and it
doesn't have a resultsbean associated with it.
|
int |
WorkflowBean.execute() |
int |
WhereClauseBean.execute() |
int |
QbeBean.execute() |
int |
LookupBean.execute() |
int |
DataBean.execute()
This method is meant to be overrided by dialog beans but by default
if the bean's remote is a NonPersistentMboSetRemote, then execute
is called on the bean's remote and if the DataBean has a parent then execute
is called on the bean's parent bean.
|
boolean |
DataBean.fetchRecordData() |
int |
ResultsBean.fetchTableData() |
int |
DataBean.fetchTableData() |
int |
ManageQueriesBean.fetchTableData(int startingRow) |
int |
DataBean.fetchTableData(int startingRow) |
int |
ManageQueriesBean.filterrows() |
int |
DataBean.filterrows() |
int |
AppBean.find() |
int |
DataBean.findAndCallMethod(WebClientEvent event,
DataBean datasrc,
java.lang.String method,
java.lang.Class[] paramTypes,
java.lang.Object[] params) |
int |
AppBean.FLTRLASET() |
com.ibm.json.java.JSONObject |
AppBean.getAppInfo() |
java.lang.String |
DataBean.getAppWhere()
Returns the application defined where clause that overrides the
QBE.
|
protected BookmarkBean |
AppBean.getBookmarkBean() |
boolean |
DataBean.getBoolean(int row,
java.lang.String col)
Return the boolean value for the specified column in the specified row
|
boolean |
DataBean.getBoolean(java.lang.String col)
Return the boolean value for the specified column in the current row
|
java.util.Date |
DataBean.getColumnDate(int row,
java.lang.String col)
Return the date for the specified column in the specified row
|
java.lang.String |
DataBean.getColumnString(int row,
java.lang.String col)
Return the string for the specified column in the specified row
|
java.lang.String |
DataBean.getCompleteWhere() |
java.util.HashMap |
DataBean.getConditionalProperties(int row,
java.lang.String sigOption)
Returns a HashMap of conditional properties if the condition results for
the sigoption have changed since the last time the conditions were evaluated
on the mbo of the given row.
|
java.lang.String[][] |
DataBean.getDataList(int row,
java.lang.String dataAttribute)
Returns a 2 dimensional String array of valid data, display values for use by controls such as combobox
|
java.lang.String[][] |
DataBean.getDataList(int row,
java.lang.String dataAttribute,
java.lang.String displayAttribute)
Returns a 2 dimensional String array of valid data, display values for use by controls such as combobox
Throws MXException or RemoteException if the data could not be
obtained.
|
java.lang.String[][] |
DataBean.getDataList(int row,
java.lang.String dataAttribute,
java.lang.String keyAttributeName,
java.lang.String displayAttribute) |
java.lang.String[][] |
DataBean.getDataList(java.lang.String dataAttribute)
Returns a 2 dimensional String array of valid data, display values for use by controls such as combobox
|
java.lang.String[][] |
DataBean.getDataListFromMboSetRemote(MboSetRemote setRemote,
java.lang.String dataAttribute,
java.lang.String displayAttribute) |
java.util.Date |
DataBean.getDate(java.lang.String attribute)
Return the date for the requested attribute
|
java.lang.String |
AppBean.getKPISelect()
Returns the default select clause to be used in CREATE KPI.
|
java.lang.String |
AppBean.getKPIWhere()
Returns the User and QBE where clause on the basis of which current
application is showing data.
|
MboSetRemote |
DataBean.getList(java.lang.Integer row,
java.lang.String attribute)
Returns the Remote reference to the Mbo object (valuelist) associated
with the attribute for row.
|
MboSetRemote |
DataBean.getList(int nRow,
java.lang.String attribute)
Returns the Remote reference to the Mbo object (valuelist) associated
with the attribute for row.
|
MboSetRemote |
DataBean.getList(java.lang.String attribute)
Returns the Remote reference to the Mbo object (valuelist) associated
with the attribute for the current row.
|
java.lang.String |
DataBean.getLockedByDisplayName(int row) |
MboRemote |
DataBean.getMbo()
Returns the MboRemote reference to the current Mbo.
|
MboRemote |
DataBean.getMbo(int row)
Returns the MboRemote reference for the given row.
|
MboRemote |
DataBean.getMboForUniqueId(long uid)
Filters down the DataBean to the mbo that has the passed in unique id.
|
MboRemote |
DataBean.getMboOrZombie()
Returns either the current mbo of a mboset or the mboset's zombie mbo if there isn't
a current mbo.
|
MboSetRemote |
ResultsBean.getMboSet()
Returns the MboSetRemote of the DataBean.
|
MboSetRemote |
DataBean.getMboSet()
Returns the reference to the remote MboSet.
|
MboSetRemote |
AppBean.getMboSet()
Return's whether or not the MboSetRemote is null.
|
MboSetData |
DataBean.getMboSetData(int row,
int count,
java.lang.String[] attributeNames)
Fetches multiple row MboSetData
|
MboSetRemote |
DataBean.getMboSetFromSmartFind(int row,
java.lang.String attribute) |
MboSetRemote |
DataBean.getMboSetFromSmartFind(java.lang.String attribute) |
MboSetRemote |
DataBean.getMboSetFromSmartFind(java.lang.String app,
java.lang.String attribute) |
protected MboSetRemote |
WorkflowBean.getMboSetRemote()
Problem here because dialog neworoldwf is picking up the MboSet meant for initiateworkflow
and calling execute on the virtual MboSet a 2nd time.
|
protected MboSetRemote |
ViewBookmarksBean.getMboSetRemote() |
protected MboSetRemote |
SaveQueryBean.getMboSetRemote() |
protected MboSetRemote |
RecordHoverDataBean.getMboSetRemote() |
MboSetRemote |
QbeBean.getMboSetRemote() |
MboSetRemote |
ManageQueriesBean.getMboSetRemote() |
MboSetRemote |
LookupBean.getMboSetRemote() |
protected MboSetRemote |
DataBean.getMboSetRemote()
Obtains and returns a MboSetRemote using the mboname of parent/relationship setup
for the bean.
|
MboSetRemote |
BookmarkBean.getMboSetRemote() |
MboValueData |
DataBean.getMboValueData(int nRow,
java.lang.String attribute)
Gets the requested attribute's data on a given row from the cache.
|
MboValueData |
DataBean.getMboValueData(java.lang.String attribute)
Returns the MboValueData associated with the attribute for the
current row.
|
MboValueInfoStatic |
DataBean.getMboValueInfo(java.lang.String attribute)
Gets the MboValueInfoStatic for requested attribute
|
java.util.List |
DataBean.getNullRequiedFields() |
java.lang.String |
DataBean.getQbe()
Get the multi-search QBE value
|
MboSetRemote |
DataBean.getRemoteForDownload()
Returns a discardable MboSetRemote used for table downloading of data to excel.
|
MboSetRemote |
DataBean.getRemoteForLookup()
Return the MboSetRemote used by a lookup off a field of the bean.
|
java.util.Vector |
DataBean.getSelection()
Returns a Vector of mbos marked for selection.
|
java.lang.String |
DataBean.getTitle(java.lang.String attribute)
Gets the title from the MboValueInfoStatic for the requested attribute
|
long |
DataBean.getUniqueIdFromSmartFill(java.lang.String attribute,
java.lang.String value)
Gets the uniqueid for a particular attribute who's value is a key value in
a related table.
|
long |
DataBean.getUniqueIdFromSmartFill(java.lang.String applicName,
java.lang.String attribute,
java.lang.String value)
Gets the uniqueid for a particular attribute who's value is a key value in
a related table.
|
java.lang.String |
DataBean.getUniqueIdName()
Gets the unique ID name for the current Mbo.
|
long |
DataBean.getUniqueIdValue()
Gets the unique ID value for the current row.
|
java.lang.String |
DataBean.getUserAndQbeWhere()
Returns the user defined and qbe defined where clause
|
java.lang.String |
DataBean.getUserWhere()
Returns the user defined where clause
|
MXException[] |
DataBean.getWarnings() |
java.lang.String |
WhereClauseBean.getWhere() |
protected void |
WorkflowBean.getWorkflowDirections(WorkflowDirector wfdirector)
Reload the parent record if the directions have a next action.
|
protected void |
DataBean.getWorkflowDirections(WorkflowDirector director)
Checks the workflow director for the next thing to do.
|
MboRemote |
DataBean.getZombie() |
MboValueData |
DataBean.getZombieMboValueData(java.lang.String attribute)
Gets the requested attribute's MboValueData from the mboSet's zombie mbo.
|
void |
DataBean.handleRemoteException(java.rmi.RemoteException e) |
boolean |
ResultsBean.hasRecordsForAction()
Returns true if the ResultsBean has records to perform an action on.
|
boolean |
DataBean.hasSigOptionAccess(int row,
java.lang.String sigOption)
Returns true if the user has record level privileges for a given sigoption on the given mbo.
|
boolean |
AppBean.hasSigOptionAccess(int row,
java.lang.String sigOption)
Returns true if the user has record level privileges for a given sigoption on the given mbo.
|
boolean |
AppBean.hasSigOptionAccess(int row,
java.lang.String sigOption,
boolean checkAppLevel)
Returns true if the user has record level privileges for a given sigoption on the given mbo.
|
boolean |
DataBean.hasSigOptionAccess(java.lang.String sigOption)
Returns true if the user has record level privileges for a given sigoption on the current mbo.
|
boolean |
AppBean.hasStartRecord(long uniqueId) |
int |
AppBean.HELPWF()
Special action to show workflow help
|
int |
DataBean.hierarchicalmove() |
int |
DataBean.highlightrow() |
int |
DataBean.highlightrow(int row) |
int |
AppBean.inboxwf()
action to perform when brung up a record from the inbox
|
void |
SaveQueryBean.initialize() |
protected void |
ResultsBean.initialize() |
protected void |
QbeBean.initialize() |
protected void |
MultiselectDataBean.initialize() |
protected void |
DataBean.initialize()
Typically called after the DataBean gets a new MboSetRemote
On the MboSetRemote it sets the app, the app defaults, user defaults
If the remote is an instanceof NonPersistentMboSetRemote then setup is
called on it and sets the current row to 0.
|
protected void |
AppBean.initialize()
Typically called after the DataBean gets a new MboSetRemote
On the MboSetRemote it sets the app, the app defaults, user defaults
If the remote is an instanceof NonPersistentMboSetRemote then setup is
called on it and
|
void |
AppBean.initializeApp()
This method is called when the presentations "main" page is initalized and before the page is rendered.
|
MboSetRemote |
AppBean.initQuickFIndRemote()
Added to provide a way for users to control quickfind mbo which is not needed in some cases.
|
void |
DataBean.insert()
Inserts a row at the begining of the MboSet.
|
void |
AppBean.insert() |
int |
AppBean.INSERT() |
void |
DataBean.insert(int nRow)
Inserts a row after the given row.
|
void |
DataBean.insertAtEnd()
Inserts a row at the end of the MboSet.
|
int |
ViewBookmarksBean.instantdelete() |
int |
DataBean.instantdelete() |
boolean |
DataBean.isAttributeHidden(int row,
java.lang.String attribute) |
boolean |
DataBean.isAttributeHidden(java.lang.String attribute) |
int |
DataBean.isColumnSorted(java.lang.String componentId)
|
boolean |
DataBean.isEmpty()
Returns try if mboset has no members
|
boolean |
AppBean.isEmpty() |
boolean |
DataBean.isMboHidden() |
boolean |
DataBean.isMboHidden(int row) |
boolean |
DataBean.isRowLocked(int row) |
boolean |
DataBean.isSelected(int row) |
int |
AppBean.launchwf()
Special action to launch a Workflow process directly
|
int |
LookupBean.lucontinue()
called by the continue button on the lookup dialog.
|
int |
AppBean.MODIFYSLAS()
Handles the "Apply SLA" action in ticket, wo etc apps.
|
protected boolean |
DataBean.moveTo(int row) |
boolean |
DataBean.moveToMboFromDataBean(DataBean dataBean,
java.lang.String dataAttribute)
Uses smartFindByObjectName to get the uniqueid of the value from the
passed in databean and then moves this databean's currentPosition to the
mbo with that uniqueid.
|
int |
AppBean.moveToUniqueId(long uniqueId)
Moves to the record with the passed in uniqueid .
|
boolean |
DataBean.needToAuthenticate(SessionContext sc,
java.lang.String option)
|
boolean |
ResultsBean.next()
Advances the current row position.
|
boolean |
DataBean.next()
Advances the current row position.
|
int |
AppBean.NEXT() |
int |
DataBean.nextrow() |
boolean |
DataBean.notExist() |
boolean |
AppBean.notExist() |
protected void |
WorkflowBean.pageCheck() |
protected void |
DataBean.preSaveChecks()
A method that is called before the DataBean is saved.
|
boolean |
ResultsBean.previous()
Decrements the current row position.
|
boolean |
DataBean.previous()
Decrements the current row position.
|
int |
AppBean.PREVIOUS() |
int |
DataBean.prevrow() |
void |
DataBean.propagateRequired()
Loops thru the in memory list of mbos and sets the required flag for all attributes
marked as required by the presentation.
|
int |
QbeBean.qbecancel() |
int |
QbeBean.qbeclear() |
int |
QbeBean.qbeclearClassificationExec() |
int |
QbeBean.qbeclearExec() |
void |
DataBean.queryAllBookmarks() |
void |
DataBean.queryAllRecs() |
int |
AppBean.RECORDLOCK() |
int |
AppBean.RECUNLOCK() |
void |
DataBean.refreshFieldErrors() |
void |
AppBean.refreshFieldErrors() |
void |
DataBean.registerDynamicControlsWithERM(java.util.List controls) |
boolean |
DataBean.rePosition()
This method is required to reposition of the databean to the retained postion.
|
void |
ResultsBean.reset()
Resets the MboSet.
|
void |
DataBean.reset()
Resets the MboSet.
|
void |
AppBean.reset() |
void |
DataBean.resetQbe()
Resets the QBE expressions.
|
void |
DataBean.resetWithSelection()
Filters the MboSet with the selected Mbos.
|
int |
QbeBean.restoredefaultqry() |
int |
QbeBean.restoredefaultqryExec() |
void |
DataBean.restoreSavedQbeSettings()
clears out the user where (which clears all qbe fields) and restores the setting saved when
saveCurrentQbeSetting() was called.
|
int |
AppBean.RESULTS() |
void |
DataBean.retainPosition() |
int |
DataBean.returnLookupValue(MboRemote lookupMbo) |
int |
DataBean.returnLookupValue(MboSetRemote lookupMboSet) |
int |
DataBean.returnLookupValue(java.lang.String lookupValue) |
int |
DataBean.returnLookupValue(java.lang.String componentId,
MboRemote lookupMbo)
|
int |
AppBean.returnnovalue() |
int |
AppBean.returntoapp() |
int |
AppBean.returnwithvalue() |
int |
AppBean.ROUTEWF() |
int |
AppBean.RUNAREPORT() |
int |
AppBean.RUNREPORTBYNAME() |
void |
SaveQueryBean.save() |
void |
ResultsBean.save()
Saves the changes made to the MboSet
Throws MXException or RemoteException on failure
The MboSet data or cached data will be undisturbed.
|
void |
ManageQueriesBean.save() |
void |
DataBean.save()
Saves the changes made to the MboSet
Throws MXException or RemoteException on failure
The MboSet data or cached data will be undisturbed.
|
void |
AppBean.save()
Needs it's own version of save to insure the proper record is set.
|
int |
AppBean.SAVE() |
void |
DataBean.save(MboRemote mbo)
Saves the changes made to the MboSet taking in a MboRemote
NOTE: This is used only for a NonPersistentMboSet
The MboSet data or cached data will be undisturbed.
|
void |
AppBean.saveattachment()
Used by adding attachment.
|
void |
DataBean.saveCurrentQbeSettings(boolean forceOverride)
Stores the current qbe settings so they can be re-established at another time.
|
boolean |
AppBean.saveYesNoCheck()
Checks the AppBean to see if it needs to be saved.
|
boolean |
AppBean.saveYesNoInteractionCheck()
Checks the AppBean to see if it needs to be saved.
|
int |
DataBean.scrollnext() |
int |
DataBean.scrollprev() |
int |
ResultsBean.search() |
int |
AppBean.SEARCHATTR() |
int |
AppBean.SEARCHMORE() |
int |
AppBean.SEARCHWHER() |
void |
ResultsBean.select(int row)
Marks the Mbo at the specified row Selected.
|
void |
DataBean.select(int row)
Marks the Mbo at the specified row Selected.
|
void |
ResultsBean.select(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex selected.
|
void |
DataBean.select(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex selected.
|
void |
ResultsBean.selectAll()
selects all Mbos on in the MboSet, remotely
|
void |
DataBean.selectAll()
selects all Mbos on in the MboSet, remotely
|
int |
YornListLookupBean.selectrecord() |
int |
WorkflowBean.selectrecord() |
int |
ViewBookmarksBean.selectrecord() |
int |
ResultsBean.selectrecord() |
int |
ManageQueriesBean.selectrecord() |
int |
LookupBean.selectrecord() |
int |
DataBean.selectrecord() |
int |
ChangeQueryBean.selectrecord() |
int |
BookmarkBean.selectrecord() |
void |
DataBean.selectRows(java.util.Vector selectMboRows,
java.util.Vector unselectMboRows)
Sends two vectors (one a list of selected rows the other a list list of unselected rows) to
select and unselect mbos in the MboSet
|
void |
DataBean.setApplicationError(java.lang.String dataAttribute,
int row,
ApplicationError error)
Sets the Application error on the mbo of the passed in index
|
void |
DataBean.setAppWhere(java.lang.String sWhereClause)
Sets the application WHERE clause (app restrictions).
|
protected void |
DataBean.setCurrentRecordData(MboRemote mbo)
Sets current record data to be he Mbo data of the mbo in the parameter.
|
boolean |
ResultsBean.setCurrentRow(int nRow)
Changes the current row position.
|
boolean |
DataBean.setCurrentRow(int nRow)
Changes the current row position.
|
void |
DataBean.setDate(BoundComponentInstance boundComponent,
java.util.Date value) |
void |
DataBean.setDate(java.lang.String componentId,
java.util.Date value)
Updates an attribute's value (Date) on the current row.
|
void |
DataBean.setDate(java.lang.String controlId,
java.lang.String attribute,
java.util.Date value)
|
void |
DataBean.setDefaultOrderBy(java.lang.String sOrderByClause) |
void |
DataBean.setDefaultValue(java.lang.String attribute,
MboRemote value)
method for setting default values for a mboset
|
void |
DataBean.setDefaultValue(java.lang.String attribute,
java.lang.String value)
method for setting default values for a mboset
|
protected void |
DataBean.setERMOnMboSet()
If the databean has a mboset and the mbosetremote does not have an owner, this method will
check to see if there is an entity in the application's ERM and set it on the MboSetRemote.
|
int |
DataBean.setfiltervalue() |
void |
DataBean.setOrderBy(java.lang.String sOrderByClause)
Sets the ORDER BY clause.
|
void |
DataBean.setQbe(java.util.Hashtable qbeAttrs) |
void |
DataBean.setQbe(java.lang.String expression)
Sets a Qbe on all the fields which have been added to the MboSet
|
void |
DataBean.setQbe(java.lang.String[] attributes,
java.lang.String expression)
Sets a QBE expression to the list of attributes.
|
void |
DataBean.setQbe(java.lang.String attribute,
MboSetRemote expression)
Sets a QBE expression to the list of selected mbos in the passed in MboSetRemote.
|
void |
DataBean.setQbe(java.lang.String attribute,
java.lang.String expression)
Sets a QBE expression to the attribute.
|
void |
DataBean.setQbeAttributes(java.util.Hashtable newQbeAttributes)
Sets the current qbe attributes
This is used by the qbe page to get the qbe settings from the search remote and apply
them to the results bean
|
void |
DataBean.setQbeCaseSensitive(boolean caseSensitive)
Sets whether the QBE needs to be case sensitive or not.
|
void |
DataBean.setQbeExactMatch(boolean exact)
Sets whether the QBE needs to be an exact match or not.
|
void |
DataBean.setQueryBySiteQbe() |
protected boolean |
DataBean.setupNonPersistent()
If the Mbo set associated with the data bean is a non-persistent set,
call setup() and return true if the call succeeded
|
void |
DataBean.setUserDefaults()
method for getting default value for a particular attribute in mboset
|
void |
DataBean.setUserWhere(java.lang.String whereClause)
Sets the userwhereclause
|
void |
WhereClauseBean.setUserWhereAfterParse(DataBean results,
java.lang.String whereClause)
Sets the userwhereclause
|
int |
MultiselectDataBean.setvalue() |
int |
DataBean.setvalue() |
void |
DataBean.setValue(int row,
java.lang.String attribute,
MboRemote mboRemote)
Updates an attribute's value on the given row.
|
void |
DataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value)
Updates an attribute's value on the given row.
|
void |
ManageQueriesBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier) |
void |
DataBean.setValue(int nRow,
java.lang.String attribute,
java.lang.String value,
long accessModifier)
Updates an attribute's value on the given row.
|
void |
DataBean.setValue(java.lang.String attribute,
MboRemote mboRemote) |
void |
DataBean.setValue(java.lang.String attribute,
MboSetRemote mboSetRemote)
Updates an attribute's value on the given row.
|
void |
DataBean.setValue(java.lang.String attribute,
java.lang.String value)
Updates an attribute's value on the current row.
|
void |
DataBean.setValue(java.lang.String attribute,
java.lang.String value,
long accessModifier)
Updates an attribute's value on the current row.
|
void |
DataBean.setValueFromComponent(BoundComponentInstance changedComponent,
WebClientEvent event,
java.lang.String newValue) |
MboSetRemote |
DataBean.smartFill(int row,
java.lang.String attribute,
java.lang.String value,
boolean exactMatch) |
MboSetRemote |
DataBean.smartFill(java.lang.String attribute,
java.lang.String value,
boolean exactMatch) |
void |
DataBean.sort()
Used for sorting table windows.
|
void |
ManageQueriesBean.sort(java.lang.String sOrderByClause) |
void |
DataBean.sort(java.lang.String sOrderByClause)
Used for sorting table windows.
|
int |
DataBean.sortcolumn() |
int |
DataBean.sortcolumn(java.lang.String sortString) |
int |
DataBean.sqlwhere()
Handler for setting a query - the query name is in the event value
|
int |
AppBean.STOPWF()
Response to the Workflow Stop action.
|
int |
AppBean.STRECLOCK() |
int |
AppBean.submitPrintJob()
Call the external JSP/Applet to print the report.
|
boolean |
DataBean.toBeSaved()
Returns whether the MboSet or it's children need to be saved.
|
boolean |
AppBean.toBeSaved() |
int |
DataBean.toggledeleterow() |
int |
AppBean.toggledeleterow() |
int |
DataBean.toggledetailstate(boolean open) |
int |
DataBean.toggleselectallrows()
Marks all the mbos in the current table window page selected or unselected
|
int |
DataBean.toggleselectrow() |
int |
ResultsBean.togglesubselect()
Sets the subeselect flag to determine if the results table is in subselect mode (using multi-select)
|
void |
ResultsBean.turnEmptyStateOff()
Resets the start empty state flag off to allow the dean to fetch the data.
|
void |
ResultsBean.turnEmptyStateOff(boolean dofetch)
Resets the start empty state flag off to allow the dean to fetch the data.
|
void |
DataBean.undelete()
Undeletes the current row.
|
void |
DataBean.undelete(int nRow)
undeletes the given row.
|
void |
ResultsBean.unselect(int row)
Marks the Mbo at the specified row Unselected.
|
void |
DataBean.unselect(int row)
Marks the Mbo at the specified row Unselected.
|
void |
ResultsBean.unselect(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Unselected.
|
void |
DataBean.unselect(int startIndex,
int count)
Marks the a set of Mbos starting from startIndex Unselected.
|
void |
ResultsBean.unselectAll()
Unselects all Mbos on in the MboSet, remotely
|
void |
DataBean.unselectAll()
Unselects all Mbos on in the MboSet, remotely
|
int |
DataBean.useAllBookmarksQuery() |
int |
DataBean.useAllRecsQuery() |
int |
DataBean.useqbe()
Handler for setting a qbe set
|
int |
DataBean.usequery()
Handler for setting a query - the query name is in the event value
|
void |
DataBean.useQuery(java.lang.String queryName)
Uses the stored query as the user defined query that overrides
the QBE.
|
void |
DataBean.useStoredQuery(java.lang.String queryName)
Uses the stored query as the user defined query that overrides
the QBE.
|
void |
DataBean.validate()
Validates object.
|
void |
DataBean.validateChildren()
Validates children of the current table.
|
protected void |
DataBean.validateClause() |
void |
DataBean.validateMbo()
Validates object.
|
protected void |
SaveQueryBean.validateRow() |
protected void |
ManageQueriesBean.validateRow() |
protected void |
DataBean.validateRow() |
Methods in psdi.webclient.system.controller that throw MXException
Modifier and Type |
Method and Description |
int |
BoundComponentInstance.applink()
Handler for the applink event.
|
int |
SystemEventHandler.changeapp() |
int |
AppInstance.changetabcond()
Processes the changetabcond event: the event value is the id of the tab instance that needs to receive the
focus.
|
void |
AppInstance.checkMBOShouldBeLocked()
This method checks if the current MBO needs to be locked when the App is loaded.
|
int |
BoundComponentInstance.clearClassification()
IJ04006:Can still clear classification when conditional UI sets the field CLASSSTRUCTURE_HIERARCHYPATH readonly,
clear Classification is one menu item of the menu CLASSIFICATION
|
int |
DynamicAttributeComponent.click() |
int |
ComponentInstance.click()
Handles a click event.
|
int |
SystemEventHandler.COGNOSHOME()
Handles opening the Cognos Portal in another browser window and authenticating the user.
|
int |
BoundComponentInstance.decrement()
Called from front end when the field data type is DATE, TIME of DATETIME
This even can only be called when user presses DOWN_ARROW keys
on date fields.
|
java.lang.String |
PresentationLoader.exportXML(WebClientSession wcs,
java.lang.String appID)
Function that returns the XML for a presentation as stored in the database
|
int |
ComponentInstance.fetchtooltip()
Allows us to place an extended custom tooltip on components.
|
javax.servlet.http.HttpServletResponse |
TableDownload.generatcsv()
Creates a CSV file
|
javax.servlet.http.HttpServletResponse |
TableDownload.generatexls()
Creates an XLS file
|
javax.servlet.http.HttpServletResponse |
TableDownload.generatexlsx()
Creates an XLSX file
|
protected java.lang.Object |
SystemEventHandler.getTransformedValue(java.lang.String dataModelType)
IJ35286: The code in this method was originally within the loadapp() method.
|
protected boolean |
ControlInstance.hasSigOptionAccess(java.lang.String sigoption,
DataBean dataBean,
int row) |
void |
TableDownload.init()
Initializes and fetches the data for the table.
|
boolean |
AppInstance.isSigOptionCheck(java.lang.String sigoption)
Throws an MXException if the string passed in is a sigoption (in the list of of possible sigoptions for
the app) and the user doesn't have the privilege
|
java.util.Map |
AppInstance.isSigOptionCheck(WebClientEvent wce)
Throws an MXException if the event passed in is a sigoption (in the list of of possible sigoptions for
the app) and the user doesn't have the privilege
|
boolean |
AppInstance.isSigOptionConditional(java.lang.String sigOption)
Returns true if the sigoption passed in has conditional UI, a condition, or site conditions.
|
int |
SystemEventHandler.LAUNCHENTRYDIRECT() |
int |
SystemEventHandler.LISTWARNING() |
int |
SystemEventHandler.movetorecordbyid()
System event to move to a record by unique id.
|
int |
SystemEventHandler.MSOHOME()
Handles opening the Maximo Scheduler Optimization Adminstration UI application in another browser window.
|
int |
SystemEventHandler.oslcinteraction()
Generic event handler to get into an OSLC interaction
This is a handler for a client generated event
|
int |
SystemEventHandler.oslcpreviewinteraction()
Generic event handler to get into an OSLC preview
This is a handler for a client generated event
|
int |
BoundComponentInstance.popexception()
This event is called when use hovers the mouse over the error or warning icon.
|
void |
MPFormData.processRequest() |
void |
BoundComponentInstance.readOnlyCheck()
Throws an MXApplicationException("jspmessages", "fieldreadonly") if the
component (or the linked component) is read only.
|
protected void |
MPFormData.readRequest(javax.servlet.http.HttpServletRequest request)
the workhorse method that actually parses the request.
|
protected void |
MPEncodedFormData.readRequest(javax.servlet.http.HttpServletRequest request)
Reads the encoded form data from the request.
|
int |
BoundComponentInstance.selectvalue()
Handler for the selectvalue event
|
int |
BoundComponentInstance.setcurrentdate()
Called from front end when the field data type is DATE, TIME of DATETIME
This even can only be called when user presses SHIFT + 7 (for &) or SHIFT + UP ARROW
|
void |
ComponentInstance.setFocus()
Allows programmatic setting of focus item.
|
boolean |
AppInstance.showOptionForRL(java.lang.String sigopt)
This method evaluates if a given Sigoption has a PreRequisite of SAVE if the app is enabled for Edit mode and if the
MBO is not locked.
|
int |
SystemEventHandler.signout() |
int |
EventHandlerInterface.signout() |
void |
ComponentInstance.signout()
Handles signout mxevent
|
int |
SystemEventHandler.WFACTION() |
Constructors in psdi.webclient.system.controller that throw MXException
Constructor and Description |
MPEncodedFormData(javax.servlet.http.HttpServletRequest req) |
MPFormData(javax.servlet.http.HttpServletRequest req)
creates a new MPFormData object and gets the request parameters
the MPFormData object is used to retrieve parameters and data from multipart form
submissions.
|
MPFormData(javax.servlet.http.HttpServletRequest req,
int maximumsize)
Alternate constructor that gets it maximum file size from passed
in parameters instead of the doclinks.properties file.
|
Methods in psdi.webclient.system.dojo that throw MXException
Modifier and Type |
Method and Description |
static java.util.Map |
Dojo.getAvailableWidgets(javax.servlet.ServletContext servletContext,
java.lang.String dojoModuleName)
This method lists all the dojo components on a specific directory declared by its .json configuration files.
|
Methods in psdi.webclient.system.session that throw MXException
Modifier and Type |
Method and Description |
static void |
WebClientSession.checkResults(DataBean results,
WebClientSession clientSession,
AppInstance app)
Check to see if we got back a single result, or not
if no result, popup a message "norecord"
if single result, go to main tab
if multiple results, go to list tab
|
void |
WebClientSession.clearPortletCacheOnReportChange(java.lang.String reportId)
Clears cache for a report portlet which has the report
|
boolean |
ConditionalUIHelper.evaluateCondRequired(UIERMEntity entity,
MboSetRemote mboSetRemote)
Starting with the passed in MboSetRemote this method traverses the MboSet tree and
tries to evaluate all inputmode related conditional ui conditions on all the Mbo's using
the passed in UIERMEntity as a means of determining whether the MboSet or child mboset
has conditional ui.
|
java.util.Map |
ConditionalUIHelper.getConditionalProperties(java.lang.String sigOption,
MboRemote mbo)
For the given sigoption and mbo, this method will return a map of properties and their values
as a result of evaluating conditional ui associated with the sigoption.
|
java.util.HashMap |
ConditionalUIHelper.getPropsFromPropertyCache(java.lang.String sigOption,
java.util.TreeMap condResults)
This method will return a Map of properties and their new values based on the conditional UI
condition evaluation TreeMap passed in.
|
WebClientSession |
WebClientSessionManager.getWebClientSession(javax.servlet.http.HttpServletRequest request)
Returns the WebClientSession associated with the request.
|
boolean |
WebClientSession.isMaximoOrTivoliBrand()
Returns if the current product is maximo brand or not
|
void |
WebClientSession.setTimeZone(java.lang.String strTimeZone) |
Methods in psdi.workflow that throw MXException
Modifier and Type |
Method and Description |
void |
FldWFProcessName.action()
If given the name of an existing Process, set the revision number to the next available number.
|
void |
FldWFInteractionProcess.action()
Set or clear the read only flag on the Action attribute
|
void |
FldWFInteractionObject.action()
Makes other fields editable or read-only
|
void |
FldWFInteractionApp.action()
The App attribute is required to set the Action and LaunchProcess attributes.
|
void |
FldWFInteractionAction.action()
Set or clear the read only flag on the Action attribute
|
void |
FldWFAsgnTemplateID.action()
Clear EmailNotification if TemplateID is null.
|
void |
FldWFAsgnEmail.action() |
void |
FldWFAppToolbarName.action()
Setting the App determines the ObjectName, which configures the list for the processname.
|
void |
FldTemplateID.action() |
void |
FldTempDesc.action()
When this attribute is set, its value is transferred to the attribute with the same name on the
CommTemplate.
|
void |
FldNotifyText.action()
When this attribute is set, its value is transferred to the attribute with the same name on the
CommTemplate.
|
void |
FldNotifySendTo.action() |
void |
FldNodeType.action()
Setting the value of this attribute sets the value of the Title and Description
attributes.
|
void |
FldNodeTitle.action()
When this attribute is changed go find any and all actions that point to this
node and update their MEMBERNODETITLEs
|
void |
FldAssignmentRoleID.action() |
void |
FldAssignmentRelationship.action() |
void |
FldActionValue.action()
Once this attribute is set,
the attribute becomes read-only.
|
void |
FldActionMemberID.action() |
void |
FldActionIsPositive.action()
Once this attribute is set, the attribute becomes read-only.
|
void |
FldConditionAttribute.action()
If this field was given a value, the other field is blanked out.
|
void |
WaitNodeDetail.activate()
Create EventResponse records to monitor events to wait for.
|
void |
WFNotification.activate()
Causes this WFNotification to activate its CT.
|
void |
WFNotificationSet.activateNotifications()
Activates all the notifications of this set.
|
void |
WFAssignment.activeAssignment(PersonRemote person,
WFAssignmentSet activeSet) |
void |
WrapWFNodeDetail.add()
Add the companion record and set any defaults.
|
void |
WaitNodeDetail.add()
Set new WFWait defaults - none
|
void |
WFWaitList.add()
Sets defaults to link waitlist to the wait node.
|
void |
WFStart.add()
Log adding start details
|
void |
WFRevision.add()
New mbo defaults.
|
void |
WFNotification.add()
Called when a new workflow notification is created.
|
void |
WFAsgnGroup.add() |
void |
WFAppToolBar.add()
Default values on a new WFAppToolBar MBO.
|
void |
WFActivation.add() |
abstract void |
NodeDetail.add()
Setup a new record and any subrecords.
|
void |
WFAction.add()
Called when a new workflow action is created.
|
void |
WFProcess.add()
Called when a new workflow process is created.
|
void |
WFNode.add()
Called when a new workflow node is created.
|
void |
WFCallStack.add()
New WFCallStack defaults wfid from the owning WFInstance
and active to true.
|
void |
WFInstance.add()
Sets Mbo defaults of a new WFInstance.
|
void |
WFNodeDetail.add()
Called when a new workflow node detail is created.
|
void |
WFTask.add()
Called when a new workflow task node is created.
|
void |
WFAssignment.add()
Called when a new workflow assignment is created.
|
void |
WrapWFNodeDetail.addedAction(boolean wasPositive) |
void |
WaitNodeDetail.addedAction(boolean wasPositive)
Once an action is added, no more can be.
|
void |
WFSubProcess.addedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so this method clears the owning node's Take* flag corresponding to the parameter.
|
void |
WFStop.addedAction(boolean wasPositive) |
void |
WFStart.addedAction(boolean wasPositive)
A start node can only originate one action, so this method clears the
owning node's TakePositive flag.
|
void |
WFInteraction.addedAction(boolean wasPositive)
An Interaction node can only originate one action, so this method clears the
owning node's TakePositive flag.
|
void |
WFInput.addedAction(boolean wasPositive) |
void |
WFCondition.addedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so this method clears the owning node's Take* flag corresponding to the parameter.
|
abstract void |
NodeDetail.addedAction(boolean wasPositive)
This method tells the node that an action now originates from it.
|
void |
WFNode.addedAction(boolean wasPositive)
This method tells the node that an action now originates from it.
|
abstract void |
WFNodeDetail.addedAction(boolean wasPositive)
This method tells the node that an action now originates from it.
|
void |
WFTask.addedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so this method clears the owning node's Take* flag corresponding to the parameter.
|
void |
WFProcess.addNodePointedTo(Mbo pointedToNode)
A node wants it's pointed to list.
|
void |
WorkflowWakeup.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Apply the single action out of the wait node.
|
void |
WorkflowPVStatus.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
When this action is applied it will throw an MXApplicationException telling the user
that the Mbo is under workflow control and the status cannot be changed.
|
void |
WorkflowOkStatus.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Clear the maximo..changestatus.* event responder to allow status changes on the mbo.
|
void |
WorkflowNoStatus.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Set the maximo..changestatus.* event responder to prevent status changes on the mbo.
|
void |
StopWorkflowAction.applyCustomAction(MboRemote mbo,
java.lang.Object[] params) |
void |
RegisterEventResponse.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Registers the actions for the Event named.
|
void |
MakeFieldsReadOnly.applyCustomAction(MboRemote mbo,
java.lang.Object[] params)
Makes listed fields read only in the Mbo.
|
void |
CustomActionInterface.applyCustomAction(MboRemote mbo,
java.lang.String memo,
java.util.Date actiondate)
Deprecated.
This is the method which is called when the class is used a custom action.
|
void |
WFInstance.applyWorkflowAction(int actionID)
Apply the workflow action choice.
|
void |
WFInstanceRemote.applyWorkflowAction(int actionID) |
void |
WFInstance.applyWorkflowAction(int actionID,
java.lang.String memo)
Apply the workflow action choice.
|
void |
WFInstanceRemote.applyWorkflowAction(int actionID,
java.lang.String memo) |
void |
WFAction.applyWorkflowAction(java.lang.String memo)
Does whatever this action says to do.
|
WFActionSetRemote |
WFCallStackSet.applyWorkflowAction(WFAction action)
Apply the chosen action.
|
void |
WFNode.applyWorkflowAction(WFActionRemote action)
Tell workflow that the action has been taken.
|
void |
WFNode.applyWorkflowAction(WFActionRemote action,
java.lang.String memo)
Tell workflow that the action has been taken.
|
WFActionSetRemote |
WFCallStackSet.applyWorkflowAction(WFAction action,
java.lang.String memo)
Apply the chosen action.
|
void |
WFAsgnGroup.appValidate() |
void |
WFProcess.appValidate()
Called before a process is saved.
|
boolean |
WFInstance.atInteraction()
Tells whether this workflow instance is at an interactive node.
|
boolean |
WFInstanceRemote.atInteraction() |
boolean |
WFInstance.atStoppingPoint()
Return true if the instance is at a Stop, Wait, or Task.
|
boolean |
WFInstanceRemote.atStoppingPoint() |
void |
WFSubProcess.buildSubProcessList(java.util.Hashtable h)
Build list of processes used by the sub-process, so we can create a revision list of all the processes
used by the owning process.
|
void |
WFProcess.buildSubProcessList(java.util.Hashtable h)
Builds a list of processes which are members of this process by recursively
searching for subprocesses.
|
void |
WFNodeSet.buildSubProcessList(java.util.Hashtable h,
java.lang.String processName,
java.lang.String processrev)
Find all subprocesses in a process specified by the ID & Rev# and adds them to the list.
|
java.util.Date |
WFAssignment.calcDueDate(PersonRemote person,
java.util.Date startDate)
Calculate the due date.
|
void |
WFCallStackSet.canAdd()
Determines if a Mbo can be added to the set.
|
void |
WFActionSet.canAdd()
Actions may be created only when owned by a WFProcess
|
boolean |
WFInstance.canAutoCompleteInteraction()
Called when at an interaction, returns true if the next node after
the interaction is a stop, there's no action to perform on the
way to the stop, and the stop will stop the process, i.e.
|
boolean |
WFInstanceRemote.canAutoCompleteInteraction() |
void |
WFAssignment.cancel(java.lang.String memo)
Change the assignment's status to cancel and write a transaction.
|
void |
WFInstance.cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo)
Cancels the Workflow Assignment.
|
void |
WFInstanceRemote.cancelWorkflowAssignment(WFAssignmentRemote assignment,
java.lang.String actionMemo) |
static void |
WorkflowTemplateDeletionMonitor.canDeactivate(Mbo mbo)
Check to see whether a comm template's status can be changed to INACTIVE from the standpoint of workflow.
|
void |
WFProcess.canDelete()
A process that's Active or Enabled may not be deleted.
|
void |
WFNode.canDelete()
The Start node cannot be deleted.
|
boolean |
WrapWFNodeDetail.canTakeNegative() |
boolean |
WaitNodeDetail.canTakeNegative()
Wait nodes can't have negative exits.
|
boolean |
WFSubProcess.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WFStop.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WFStart.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WFInteraction.canTakeNegative()
Interaction nodes can't have a reject action.
|
boolean |
WFInput.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WFCondition.canTakeNegative()
Determines whether this node can take a negative action.
|
abstract boolean |
NodeDetail.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WFNode.canTakeNegative()
Determines whether this node can take a negative action.
|
abstract boolean |
WFNodeDetail.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WFTask.canTakeNegative()
Determines whether this node can take a negative action.
|
boolean |
WrapWFNodeDetail.canTakePositive() |
boolean |
WaitNodeDetail.canTakePositive()
Wait nodes can only have one exit which must be positive.
|
boolean |
WFSubProcess.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFStop.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFStart.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFInteraction.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFInput.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFCondition.canTakePositive()
Determines whether this node can take a positive action.
|
abstract boolean |
NodeDetail.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFNode.canTakePositive()
Determines whether this node can take a positive action.
|
abstract boolean |
WFNodeDetail.canTakePositive()
Determines whether this node can take a positive action.
|
boolean |
WFTask.canTakePositive()
Determines whether this node can take a positive action.
|
protected void |
NodeDetail.checkActionConnections(java.util.Vector errs)
Validation helper method makes sure all actions from the node go somewhere.
|
protected void |
NodeDetail.checkActionReturn(java.util.Vector errs)
Makes sure there's at least one action exiting this node
|
protected void |
NodeDetail.checkProcessInclusion(java.util.Vector errs)
Make sure there's an action pointing to this action.
|
protected void |
WaitNodeDetail.checkWaitEventCount(java.util.Vector errs)
Makes sure there's at least one event to wait for on this node
|
void |
WFProcessRemote.clearAutoInitiate() |
void |
WFProcess.clearAutoInitiate()
Clear the AUTOINITIATE flag on this process
|
void |
WFAssignment.complete(java.lang.String memo)
Change the assignment's status to complete and write a transaction.
|
void |
WorkFlowServiceRemote.completeAssignment(WFAssignmentRemote assign,
java.lang.String memo,
boolean accepted) |
void |
WorkFlowService.completeAssignment(WFAssignmentRemote assign,
java.lang.String memo,
boolean accepted)
Completes a workflow assignment in the background.
|
boolean |
WFTask.completeAssignment(WFAssignment assignment,
WFActionRemote action,
java.lang.String memo)
Completes the assignment selected and evaluates whether the process should continue
now.
|
void |
WFInstance.completeWorkflowAssignment(int assignment,
int action,
java.lang.String memo)
Mark the workflow assignment complete and perform the action chosen.
|
void |
WFInstanceRemote.completeWorkflowAssignment(int assignment,
int action,
java.lang.String memo) |
void |
WFInstance.completeWorkflowAssignment(java.lang.String assignment,
int action,
java.lang.String memo) |
void |
WFInstanceRemote.completeWorkflowAssignment(java.lang.String assignment,
int action,
java.lang.String memo) |
boolean |
WFNode.completeWorkflowAssignment(WFAssignment assignMbo,
WFAction actionMbo,
java.lang.String memo)
Complete the workflow assignment.
|
int |
WFActionSet.countNegativeAction()
Determine the number of negative actions in this set.
|
int |
WFNode.countNegativeAction()
Counts the number of negative actions extending from this node.
|
int |
WFNode.countNegativeActionIn()
Counts the number of negative actions extending to this node.
|
int |
WFActionSet.countPositiveAction()
Count the number of positive actions...
|
int |
WFNode.countPositiveAction()
Counts the number of positive actions extending from this node.
|
int |
WFNode.countPositiveActionIn()
Counts the number of positive actions extending to this node.
|
void |
WFNotification.createCommTemplate()
Creates a new CommTemplate and, even though it's new, treat it as the related MboSet
COMMTEMPLATE.
|
java.lang.String |
WFProcess.createPointedToList(int nodeID)
Creates a list of nodes that point to the node.
|
MboRemote |
WFProcessRemote.createRevision() |
MboRemote |
WFProcess.createRevision()
Creates a new revision of the process.
|
void |
WaitNodeDetail.deactivate()
Remove EventResponse records - one of the waited for events occurred.
|
void |
WFAsgnGroupSet.deactivate() |
void |
WFAssignmentSet.deactivateAssignments()
Deactivate all assignments in this set.
|
void |
WFAssignmentSet.deactivateAssignments(int groupNum)
Deactivate all assignments in a group
|
void |
WFProcessRemote.deactivateProcess() |
void |
WFProcess.deactivateProcess()
Deactivate this activate process.
|
void |
WrapWFNodeDetail.delete(long modifier)
delete the detail record when needed.
|
void |
WaitNodeDetail.delete(long modifier)
Delete the wait list.
|
abstract void |
NodeDetail.delete(long modifier)
Delete any extra records associated with the node.
|
void |
WFAction.delete(long modifier)
When an action is deleted, need to tell the node it has one less action.
|
void |
WFProcess.delete(long modifier)
The nodes, node detail, and action Mbo which make up a process are
deleted with the process.
|
void |
WFNode.delete(long modifier)
When a node is deleted, all actions originating or arriving at the node are deleted, too.
|
void |
WFInstance.delete(long accessModifier)
Delete the instance.
|
void |
WFTask.delete(long modifier)
When a task is deleted, delete the assignments
|
static void |
WorkflowTargetDeletionMonitor.delete(Mbo mbo)
This method should be only called with the check above returns without an exception.
|
void |
WFProcessRemote.disableProcess() |
void |
WFProcess.disableProcess()
Clears the enable flag on a process.
|
boolean |
WorkflowDirector.doAutoInit(MboRemote targetMbo)
Called when the current record of an application is saved, initiates
workflow if there's a process set up to auto-initiate for the Mbo type.
|
static void |
WorkflowTemplateDeletionMonitor.doCheck(Mbo mbo)
Checks to see that the Mbo isn't the target of a workflow instance.
|
static void |
WorkflowTargetDeletionMonitor.doCheck(Mbo mbo)
Checks to see that the Mbo isn't the target of a workflow instance.
|
static void |
WorkflowRoleDeletionMonitor.doCheck(Mbo mbo)
Checks to see that the role isn't used.
|
static void |
WorkflowPersonDeletionMonitor.doCheck(Mbo mbo)
Checks to see that the Mbo isn't the target of a workflow instance.
|
static void |
WorkflowActionDeletionMonitor.doCheck(Mbo mbo)
Checks to see that the Mbo isn't the target of a workflow instance.
|
MboRemote |
WFProcess.duplicate()
Duplicate a process and all it's subrecords.
|
void |
WFActionSet.duplicateActions(WFActionSet origActions)
Duplicate actions from the original set.
|
void |
WFNode.duplicateDetails(WFNode origNode)
Copy the details of this node.
|
void |
WFNodeSet.duplicateNodes(WFNodeSet originalNodes)
Copy the nodes from the set given.
|
boolean |
WFProcessRemote.enableProcess() |
boolean |
WFProcess.enableProcess()
Validates the process and sets the Enabled flag if valid.
|
void |
WFAssignment.escalate()
Change the assignment's status to escalated and write a transaction.
|
void |
WFAssignmentRemote.escalate(java.lang.String memo) |
void |
WFAssignment.escalate(java.lang.String memo)
Do the "basic" escalation of this assignment.
|
void |
WFInstance.escalateAssignment(int assignID,
java.lang.String memo)
Escalate the assignment
|
void |
WFInstanceRemote.escalateAssignment(int assignID,
java.lang.String memo) |
void |
WFInstance.escalateAssignment(java.lang.String assignID,
java.lang.String memo) |
void |
WFInstanceRemote.escalateAssignment(java.lang.String assignID,
java.lang.String memo) |
boolean |
WFAssignment.evaluateAssignmentCondition()
Evaluate the condition associated with the assignment.
|
boolean |
WFCondition.evaluateCondition()
Evaluate this condition
|
boolean |
WFAction.evaluateCondition()
Evaluates this action's condition.
|
boolean |
CustomCondition.evaluateCondition(MboRemote mbo,
java.lang.Object param)
Deprecated.
|
boolean |
WorkFlowService.evaluateCondition(Mbo onBehalfOf,
java.lang.String customclass,
java.lang.String condition,
MboRemote mbo)
Evaulates a condition.
|
boolean |
WFAction.evaluateCondition(WFAssignmentRemote assignment)
IV97001: overload the evaluateCondition
|
WFAction |
WFCondition.evaluateConditionGetAction()
Called to evaluate the condition.
|
boolean |
CustomConditionInterface.evaluateCustomCondition(MboRemote mbo)
Deprecated.
Evaluate the custom condition.
|
boolean |
CustomCondition.evaluateCustomCondition(MboRemote mbo)
Deprecated.
|
MboRemote |
WorkflowOriginatorRole.evaluateCustomRole(MaxRole roleMbo,
MboRemote currentMbo)
Get the workflow originator
|
MboRemote |
MaximoAdminRole.evaluateCustomRole(MaxRole roleMbo,
MboRemote currentMbo) |
void |
WFInstanceListener.eventAction(EventMessage em) |
boolean |
WFInstanceListener.eventValidate(EventMessage em)
Only interested when instances become inactive.
|
void |
OwnerSet.fetchMbos(int toPostion)
During design time this set will have an eventual owner of a WFProcess and this set will be
emtpy.
|
java.util.List |
WFProcess.findIncomingActions(int nodeID)
Returns the set of actions that point to the node with the ID given.
|
WFNode |
WFProcess.findNode(int nodeID)
Finds a node in the process, given a NodeID.
|
void |
WFProcessSet.fireEventsAfterDBCommit(MXTransaction txn)
After the process is committed, clear the AutoInit cache for the Process' Mbo type if
the AutoInit attribute was updated or if the AutoInit process was deleted.
|
boolean |
WFAssignment.foundPersonToAssignForRole()
12-13113/IV21649: indicates if the assignment(template) has found a person for its role.
|
void |
WFAssignment.generateAssignments()
Generate active assignments for this template assignment.
|
void |
WFAssignment.generateForGroup(PersonGroupRemote group) |
void |
WFAssignment.generateForPerson(PersonRemote person) |
void |
WFAssignment.generateForRole(MaxRoleRemote role) |
WFActionRemote |
WFActionSet.getAction(boolean ipValue)
Search the set for an action that has the specified IsPositive value
and return a reference to it.
|
WFActionRemote |
WFActionSetRemote.getAction(boolean ipValue) |
WFAction |
WFActionSet.getActionForID(int actionid)
Searches the set for an action that has the specified ActionID value
and returns it.
|
WFAction |
WFActionSetRemote.getActionForID(int actionid) |
WFActionSetRemote |
WFInstance.getActions()
Gets the set of WFActions for the instance.
|
WFActionSetRemote |
WFInstanceRemote.getActions() |
WFInstanceSetRemote |
WorkFlowServiceRemote.getActiveInstances(MboRemote mbo) |
WFInstanceSetRemote |
WorkFlowService.getActiveInstances(MboRemote mbo)
Returns all active instances on a Mbo.
|
void |
WFAssignmentSetRemote.getAllInboxAssignments() |
void |
WFAssignmentSet.getAllInboxAssignments()
Sets this MboSet to all active assignments for all assignees.
|
WFAssignment |
WFAssignmentSet.getAssignment(int assignid)
Finds an assignment in the set, given the assignment ID.
|
WFAssignment |
WFAssignmentSet.getAssignment(java.lang.String assignid) |
MboSetRemote |
WFNode.getCompanionSet()
Get the companion MboSet that has node type specific information for this node.
|
MboSetRemote |
WFNodeRemote.getCompanionSet() |
MboRemote |
WFInstance.getControlledMbo()
Get a link to the controlled Mbo.
|
MboRemote |
WFInstanceRemote.getControlledMbo() |
long |
WorkflowDirector.getControlledUniqueKey()
Returns the unique key of Mbo controlled by workflow.
|
void |
WFAssignmentSetRemote.getCrontaskInboxAssignments() |
void |
WFAssignmentSet.getCrontaskInboxAssignments()
|
WFNode |
WFCallStack.getCurrentNode()
Returns the node associated with this CallStack Mbo.
|
WFNode |
WFInstance.getCurrentNode()
Get the current node where the instance is in the process
|
java.lang.String |
WorkFlowServiceRemote.getDefaultAppForObject(UserInfo ui,
java.lang.String objectName) |
java.lang.String |
WorkFlowService.getDefaultAppForObject(UserInfo ui,
java.lang.String objectName)
Find the name of an application that has as it's main object the value given.
|
WFProcess |
WFSubProcess.getEnabledWFProcess()
Returns the enabled revision of the sub-process specified by this node.
|
void |
WFAssignmentSetRemote.getExpiredAssignments() |
void |
WFAssignmentSet.getExpiredAssignments()
Sets this set to all the assignments in all instances which are past their time limit.
|
void |
WFAssignmentSetRemote.getInboxAssignments() |
void |
WFAssignmentSet.getInboxAssignments()
Sets this MboSet to the assignments for the logged in user.
|
static WorkflowCacheFactory |
WorkflowCacheFactory.getInstance()
Return tan instance of Workflow cache factory.
|
static AutoInitCacheFactory |
AutoInitCacheFactory.getInstance()
Return an instance of AutoInit cachefactory.
|
WFInstance |
WFAssignment.getInstance()
Returns a reference to the instance that this assignment is a part of.
|
WFInteractionRemote |
WFInstance.getInteraction()
Returns the detail information for the current WFInteraction node.
|
WFInteractionRemote |
WFInstanceRemote.getInteraction() |
MboSetRemote |
FldActionMemberID.getList()
Note that the list return is not link to any other record.
|
protected Mbo |
WFWaitListSet.getMboInstance(MboSet ms)
Generate a Mbo instance for the set.
|
protected Mbo |
WFTransactionSet.getMboInstance(MboSet ms)
Generate a new WFTransaction object
|
protected Mbo |
WFTaskSet.getMboInstance(MboSet ms)
Generate a new WFTask object
|
protected Mbo |
WFSubProcessSet.getMboInstance(MboSet ms)
Generate a new WFSubProcess object
|
protected Mbo |
WFStopSet.getMboInstance(MboSet ms)
Generate a new WFStop object
|
protected Mbo |
WFStartSet.getMboInstance(MboSet ms)
Generate a new WFStart object
|
protected Mbo |
WFRevisionSet.getMboInstance(MboSet ms) |
protected Mbo |
WFProcessSet.getMboInstance(MboSet ms)
Generate a new WFProcess object
|
protected Mbo |
WFNotificationSet.getMboInstance(MboSet ms)
Return a Mbo instance.
|
protected Mbo |
WFNodeSet.getMboInstance(MboSet ms)
Generate a new WFNode object
|
protected Mbo |
WFInteractionSet.getMboInstance(MboSet ms)
Generate a Mbo instance for this set.
|
protected Mbo |
WFInstanceSet.getMboInstance(MboSet ms)
Returns a new instance of a Mbo for this set.
|
protected Mbo |
WFInputSet.getMboInstance(MboSet ms)
Generate a new WFInput object
|
protected Mbo |
WFConditionSet.getMboInstance(MboSet ms)
Generate a new WFCondition object
|
protected Mbo |
WFCallStackSet.getMboInstance(MboSet ms)
Returns a new WFCallStack Mbo.
|
protected Mbo |
WFAsgnGroupSet.getMboInstance(MboSet ms) |
protected Mbo |
WFAppToolBarSet.getMboInstance(MboSet ms)
Generate new member of set.
|
protected Mbo |
WFActivationSet.getMboInstance(MboSet ms) |
protected Mbo |
WFActionSet.getMboInstance(MboSet ms)
Generate a new WFAction object
|
protected Mbo |
WFAssignmentSet.getMboInstance(MboSet ms)
Manufactures a Mbo instance for the set.
|
MboSetRemote |
WFNotification.getMboSet(java.lang.String name)
Overridden to support faux MboSet OWNER.
|
MboSetRemote |
WFAssignment.getMboSet(java.lang.String name)
Overridden to support faux MboSet OWNER.
|
int |
WFActionSet.getNextActionNum()
Determines the number for the next Action's ActionID.
|
int |
WFProcess.getNextActionNum()
Determines the number for the next Action's ActionID.
|
int |
WFAssignmentSet.getNextAssignID()
Determines the number for the next Assignment's AssignID.
|
int |
WFNodeSet.getNextNodeNum()
Determines the number for the next node's NodeID.
|
java.awt.Point |
WFProcess.getNextNodePoint()
Get where to put the next node.
|
WFNode |
WFNodeDetail.getNode()
Get the node base record for this node detail record.
|
WFNodeRemote |
WFAssignment.getNode()
Gets task node which owns the assignment.
|
WFNode |
WFNodeSet.getNode(int nodeid)
Return the WFNode row with the NODEID passed in.
|
MboRemote |
WFProcess.getNodeAt(int x,
int y)
Determine if there is an undelete node at the position.
|
NodeDetail |
WFNode.getNodeDetail()
This returns an object which has node specific data about this node.
|
static NodeDetail |
NodeDetail.getNodeDetail(WFNode node)
Factory returns the NodeDetail for the node type
|
WFProcessRemote |
WFSubProcess.getProcess()
Get the process referenced by this subprocess node.
|
java.lang.String |
AutoInitCache.getProcess(MboRemote mbo)
Returns the cached name of the Auto Init process for the mbo.
|
MboRemote |
WFInteraction.getRelatedMbo()
During run-time, get the Mbo specified by the Relation attribute of this
Interaction node.
|
MboRemote |
WFInteractionRemote.getRelatedMbo() |
static MboSetRemote |
WorkflowUtility.getRelatedMboType(MboSetRemote startSet,
java.lang.String relation)
Finds the Mbo type which will be returned by the relationship, starting from the set given.
|
int |
WFRevisionSet.getRevision(java.lang.String processname)
Returns the latest revision given the process name.
|
int |
WFRevisionSet.getRevision(java.lang.String mainProcess,
int revision,
java.lang.String processName)
Find the process revision that goes with the process name and revision.
|
static java.lang.String |
WorkflowUtility.getSelfServiceApps()
Return a string of the Self-Service Applications, ready to use in a where clause.
|
WFNode |
WFNodeSet.getStartNode()
Searches the node set for the start node.
|
WFTask |
WFAssignment.getTask()
Get the task details of the node owner of the assignment.
|
void |
WFTransactionSetRemote.getTransactions() |
void |
WFTransactionSet.getTransactions()
Set this MboSet to the workflow transactions for the owning Mbo.
|
byte[] |
WFCallStack.getViewAsGIF()
|
java.awt.image.BufferedImage |
WFCallStack.getViewAsImage()
Returns view of the workflow as a BufferedImage.
|
WFCallStack |
WFCallStackSet.getWFCallStack()
Searches the call stack set for the active member with the highest
sequence number.
|
WFCallStack |
WFNodeDetail.getWFCallStack()
Returns the call stack...
|
WFViewInfo |
WFCallStackSet.getWFDiagramInfo(int requestedCallSeq)
Get the gifs for the processes which make of this instance.
|
WFViewInfo |
WFInstance.getWFDiagramInfo(int callSeq)
Get the gif for the processes which make of this instance.
|
WFViewInfo |
WFInstanceRemote.getWFDiagramInfo(int callSeq) |
WFInstance |
WFNotification.getWFInstance() |
WFInstance |
WFCondition.getWFInstance()
If we came from a condition node, then get the instance for the node.
|
WFInstance |
WFNodeDetail.getWFInstance()
Returns the instance
|
WFInstanceRemote |
WFAssignmentRemote.getWFInstance() |
WFInstanceRemote |
WFAssignment.getWFInstance()
Returns a remote reference to the instance that this assignment is a part of.
|
MXLogger |
WorkFlowServiceRemote.getWFLogger() |
MXLogger |
WorkFlowService.getWFLogger()
Returns a logger to log workflow messages
|
MXLogger |
WorkFlowServiceRemote.getWFLogger(Mbo mbo) |
MXLogger |
WorkFlowService.getWFLogger(Mbo mbo)
Returns a logger to log workflow messages related to a business object.
|
WFProcessRemote |
WFProcessSetRemote.getWFProcessRevisionByID(java.lang.String mainProcessName,
int revision,
java.lang.String subProcessName) |
WFProcessRemote |
WFProcessSet.getWFProcessRevisionByID(java.lang.String mainProcess,
int revision,
java.lang.String subProcessName)
Find the enabled revision sub-process given this data, using the WFRevision records.
|
WFActionSet |
WFNode.getWorkflowActions()
Returns the set of actions extending from this node.
|
WFActionSet |
WFNode.getWorkflowActionsIn()
Returns the set of actions pointing to this node.
|
boolean |
WFAssignmentSet.hasActiveAssignments()
Determines whether any of the assignments in the set are active.
|
boolean |
WFAssignmentSet.hasActiveAssignments(int groupNum)
Determines whether any assignments in the group are active.
|
boolean |
WFNode.hasNegativeActionIn()
Determine whether any negative actions point to this node.
|
boolean |
WFProcess.hasNegativeStop()
Does this process have a negative stop?
|
boolean |
WFNodeSet.hasNegativeStop(java.lang.String processName,
java.lang.String processrev)
Determines whether this set of nodes has a negative arrow pointing to a stop.
|
boolean |
WFNode.hasNodeActions(boolean isPositive)
Determines whether a node has an action, of a certain type, coming out
of it.
|
boolean |
WFNode.hasOwnerNode()
Called by the validation routines to determine whether this node has at least one arrow pointing
to it.
|
boolean |
WFNode.hasPositiveActionIn()
Determine whether any postive actions point to this node.
|
boolean |
WFProcess.hasPositiveStop()
Does this process have a positive stop?
|
boolean |
WFNodeSet.hasPositiveStop(java.lang.String processName,
java.lang.String processrev)
Determines whether this set of nodes has a postive arrow pointing to a stop.
|
void |
WFAssignment.inactivate()
Change the assignment's status to inactive.
|
void |
WorkflowCacheFactory.init()
init the maxvar cahe factory.
|
void |
WorkflowCache.init()
No initial load of values is done.
|
void |
WFNotification.init()
Initialization routine.
|
void |
WFAsgnGroup.init()
Mbo Initialization routine.
|
void |
WFAppToolBar.init()
The attribute ToolBarLocation is always read-only.
|
void |
FldWFProcessDesc.init()
Field is always read-only.
|
void |
FldWFObjectName.init()
This field is alway read only.
|
void |
FldWFInteractionRelation.init()
Needs App to have a value
|
void |
FldWFInteractionProcess.init()
Needs App to have a value and Action must be clear
|
void |
FldWFInteractionObject.init()
This field is always read only.
|
void |
FldWFInteractionAction.init()
If App doesn't have a value or LaunchProcess has a value, Page is read-only.
|
void |
FldWFAsgnTemplateID.init() |
void |
FldWFAsgnLastMemo.init()
Always read-only.
|
void |
FldInstanceOwnerDesc.init()
Field is always read-only.
|
void |
FldAssignmentRoleID.init() |
void |
FldActionSeq.init()
Read-only unless owned by a Manual Input node.
|
void |
FldActionAvailable.init()
This field is always read only.
|
void |
AutoInitCacheFactory.init()
init the maxvar cahe factory.
|
void |
AutoInitCache.init()
No initial load of values is done.
|
void |
WFActionSet.init()
This gives the set a default ordering by action sequence.
|
void |
WFAction.init()
Mbo Initialization routine.
|
void |
WFProcess.init()
Mbo Initialization routine.
|
void |
WFNode.init()
Mbo Initialization routine.
|
void |
WFInstance.init()
Make fields read-only.
|
void |
WFNodeDetail.init()
Mbo Initialization routine.
|
void |
WFAssignment.init()
Mbo Initialization routine.
|
WFNodeRemote |
WFCallStack.initCurrentNode(WFProcessRemote wfProcess)
Initialize a new WFCallStack Mbo for the process it links to.
|
void |
WFTask.initializeTask()
Creates active assignments from the template assignments defined for this task node.
|
WFInstanceRemote |
WFProcess.initiateWorkflow(MboRemote targetMbo,
java.lang.String memo)
Initiate this process on the target Mbo.
|
void |
WorkFlowServiceRemote.initiateWorkflow(java.lang.String processName,
MboRemote target) |
void |
WorkFlowService.initiateWorkflow(java.lang.String processName,
MboRemote target)
Initiates a workflow process on the target Mbo.
|
void |
WorkFlowService.initiateWorkflow(java.lang.String processName,
MboRemote target,
java.lang.String memo) |
WFActionSetRemote |
WFCallStackSet.initiateWorkflow(java.lang.String memo,
WFProcess wfProcess)
Sets up the callstack for a newly initiated workflow on a Mbo.
|
void |
WFInstance.initiateWorkflow(java.lang.String memo,
WFProcess wfProcess)
Gets the CallStackSet and calls initiateWorkflow on it.
|
void |
WFProcess.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
WFNode.initRelationship(java.lang.String relationName,
MboSetRemote mboSet)
Called whenever a relationship is initialized or reset from this Mbo to another MboSet.
|
void |
FldXactReAssigned.initValue()
Sets ReAssigned to the product of it's components.
|
void |
FldXactDescription.initValue()
Sets Description to the product of it's components.
|
void |
FldXactActionTaken.initValue()
Sets ActionTaken to the product of it's components.
|
void |
FldWFProcessDesc.initValue()
Build the field from the process' name and description.
|
void |
FldWFObjectName.initValue()
Find the WFInstance owner and get its ObjectName value.
|
void |
FldWFInteractionObject.initValue()
Set this field from the value of the App attribute
|
void |
FldWFAsgnLastMemo.initValue()
Get value from LASTMEMO relationship, memo attribute.
|
void |
FldNodeTakePositive.initValue()
The value of the attribute is set to the value
returned by the WFNode method.
|
void |
FldNodeTakeNegative.initValue()
The value of the attribute is set to the value
returned by the WFNode method.
|
void |
FldInstanceOwnerDesc.initValue()
Build description from controlled Mbo.
|
void |
FldActionAvailable.initValue()
Value set by evaluating the action's conditions.
|
void |
WorkflowDirector.input(DirectorInput message)
Respond to a UI thing
|
void |
WFInstance.interactionComplete()
Called to tell the instance that the user is done with the interaction.
|
void |
WFInstanceRemote.interactionComplete() |
boolean |
WFAssignmentRemote.isActive() |
boolean |
WFAssignment.isActive()
Is this assignment active?
|
boolean |
WorkFlowServiceRemote.isActiveProcess(java.lang.String processName,
java.lang.String mboName,
UserInfo ui) |
boolean |
WorkFlowService.isActiveProcess(java.lang.String processName,
java.lang.String mboName,
UserInfo ui)
Test that an active process exists with the given name.
|
boolean |
WorkflowCache.isAffected(java.lang.String mboName)
Return whether the Mbo is affected by workflow.
|
boolean |
NodeDetail.isInput()
Is this an manual input node?
|
boolean |
NodeDetail.isInteractive()
Is this a interactive node?
|
boolean |
NodeDetail.isStart()
Is this a start node?
|
boolean |
NodeDetail.isStop()
Is this a stop node?
|
boolean |
NodeDetail.isTask()
Is this a task node?
|
boolean |
NodeDetail.isWait()
Is this a wait node?
|
void |
WFProcessRemote.makeAutoInitiate() |
void |
WFProcess.makeAutoInitiate()
Make this process the default for auto initiate on MBOs of its type.
|
void |
WFNode.makeNodeNotifications()
Creates Notifications from templates.
|
void |
WFProcessRemote.makeProcessActive() |
void |
WFProcess.makeProcessActive()
Make this process active.
|
boolean |
WFProcessRemote.needAppSupport() |
boolean |
WFProcess.needAppSupport()
Do we need to add initial workflow support to applications for this process' MBO type?
|
int |
WFProcess.nextNoteUID()
Get the next value to use for WFNotification's UniqueID.
|
WFCallStackRemote |
WFCallStackSet.popWFCallStack()
Deactives the current top of the call stack and returns the new top of the
call stack.
|
void |
WFInstanceListener.postCommitEventAction(EventMessage em)
After the asset is written to the database, this method updates the ancestor records.
|
void |
WFInstanceListener.preSaveEventAction(EventMessage em) |
void |
WFAppToolBar.propagateKeyValue(java.lang.String keyName,
java.lang.String keyValue) |
WFCallStackRemote |
WFCallStackSet.pushWFCallStack(WFProcessRemote wfProcess)
Adds a new call stack Mbo to the top of the stack.
|
void |
WorkflowCache.reload()
Clears the lookup map.
|
void |
AutoInitCache.reload()
Clears the lookup map.
|
void |
WorkflowCache.reload(java.lang.String mboName)
This method adds the MboName to the set.
|
void |
AutoInitCache.reload(java.lang.String key)
Clear the cached process name for the given mbo name.
|
void |
WrapWFNodeDetail.removedAction(boolean wasPositive) |
void |
WaitNodeDetail.removedAction(boolean wasPositive)
When the action is removed the node can take another.
|
void |
WFSubProcess.removedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so when they lose one, they can take another.
|
void |
WFStop.removedAction(boolean wasPositive) |
void |
WFStart.removedAction(boolean wasPositive)
A start node can only originate one action, so if it loses it, this method sets the
owning node's TakePositive flag.
|
void |
WFInteraction.removedAction(boolean wasPositive)
An Interaction node can only originate one action, so if it loses it, this method sets the
owning node's TakePositive flag.
|
void |
WFInput.removedAction(boolean wasPositive) |
void |
WFCondition.removedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so when they lose one, they can take another.
|
abstract void |
NodeDetail.removedAction(boolean wasPositive)
This method tells the node that an action no longer originates from it.
|
void |
WFNode.removedAction(boolean wasPositive)
This method tells the node that an action no longer originates from it.
|
abstract void |
WFNodeDetail.removedAction(boolean wasPositive)
This method tells the node that an action no longer originates from it.
|
void |
WFTask.removedAction(boolean wasPositive)
Task, Condition, and Subprocess nodes can only originate one action of each type,
so when they lose one, they can take another.
|
void |
WorkflowDirector.reset()
Reset the workflow director
|
void |
WorkflowDirector.resetNonUI()
Reset the WorkflowDirector but preserve the UI state (NextApp, NextAction and NextTab)
Typically call this method when the workflow is completed but there is an interaction
node that needs to be invoked before the stopping the workflow.
|
void |
WFProcessRemote.resynchronize() |
void |
WFProcess.resynchronize()
Creates another set of revision records allowing the process to pickup newer revisions of
any subprocesses.
|
protected void |
WFProcess.save()
If the AutoInit flag has changed, update the reload list.
|
void |
WFAssignment.sendNotification(PersonRemote person)
Send notification of the new assignment.
|
void |
WFInstance.setControlledMbo(MboRemote mbo)
Set the link to the controlled Mbo.
|
void |
WFInstanceRemote.setControlledMbo(MboRemote mbo) |
WFNodeRemote |
WFCallStack.setCurrentNode(int nodeid)
Note on the CallStack record where in the current process we are.
|
void |
WFProcessRemote.setDeletableFlag(boolean flag) |
void |
WFProcess.setDeletableFlag(boolean flag)
Set the deletable flag to the value given.
|
protected boolean |
WFWaitList.skipCopyField(MboValueInfo mvi)
Skip the copying of fields ProcessName, ProcessRev
|
protected boolean |
WFNotification.skipCopyField(MboValueInfo mvi)
Skip the copying of fields ProcessName and ProcessRev, as well as nonpersistent attributes
ObjectName, Subject, Message, SendTo, & FreeForm
|
protected boolean |
WFAction.skipCopyField(MboValueInfo mvi)
Skip the copying of fields ProcessName, ProcessRev
|
protected boolean |
WFProcess.skipCopyField(MboValueInfo mvi)
Skip the copying of fields ProcessName, ProcessRev, Enabled, ChangeBy, ChangeDate, Migrated, & Active.
|
protected boolean |
WFNode.skipCopyField(MboValueInfo mvi)
Skip the copying of fields ProcessName, ProcessRev, TakeNegative, TakePositive.
|
protected boolean |
WFNodeDetail.skipCopyField(MboValueInfo mvi)
Skip the copying of fields ProcessName, ProcessRev
|
protected boolean |
WFAssignment.skipCopyField(MboValueInfo mvi)
The method returns true if the field given should not be copied when a copy is made of the
Mbo.
|
void |
WorkflowDirector.startInput(java.lang.String app,
MboRemote target,
DirectorInput message)
Respond to a start of a UI thing.
|
void |
WFTask.stopAssignment()
Stops all assignments.
|
void |
WFNode.stopAtNode(java.lang.String memo)
Stop assignments related to this node.
|
void |
WFStop.stopWorkflow() |
void |
WFCallStackSet.stopWorkflow(java.lang.String memo)
Tell the current node to stop and clear out the stack.
|
void |
WFInstance.stopWorkflow(java.lang.String memo)
Stops the workflow instance.
|
void |
WFInstanceRemote.stopWorkflow(java.lang.String memo) |
java.lang.String |
CustomCondition.toWhereClause(java.lang.Object param,
MboSetRemote msr)
Deprecated.
|
void |
WrapWFNodeDetail.undelete()
Undo the deletion of the detail record.
|
void |
WaitNodeDetail.undelete()
Undo the delete of the wait list.
|
abstract void |
NodeDetail.undelete()
Undo the affect of delete
|
void |
WFAction.undelete() |
void |
WFNode.undelete() |
static void |
WorkflowTargetDeletionMonitor.undelete(Mbo mbo) |
void |
WFProcess.updatePointedTo(java.lang.Integer wasMemberNodeID,
java.lang.Integer nowMemberNodeID) |
void |
FldWFProcessName.validate()
Validate overwritten to always allow.
|
void |
FldWFInteractionRelation.validate()
Determines whether this relation delivers a Mbo that the application will accept.
|
void |
FldWFTemplateID.validate() |
void |
FldAsgnGroupNum.validate() |
void |
FldActionValue.validate()
For now, ActionValue must be one of:
, ACCEPT, FALSE, REJECT, TRUE.
|
void |
FldActionSeq.validate()
Value must be unique in the set and greater than zero.
|
void |
FldActionOwnerID.validate()
Check the node to see if it can take another action of this type.
|
void |
FldActionMemberID.validate()
Start nodes may not be pointed to.
|
void |
FldActionIsPositive.validate()
Validate that the value chosen acceptable.
|
void |
WorkFlowService.validateCondition(MboRemote onBehalfOf,
java.lang.String customAttr,
java.lang.String condAttr)
Checks the validity of the condition or condition class.
|
void |
WrapWFNodeDetail.validateNode(java.util.Vector errs,
java.util.Hashtable hinfo)
Validate this node.
|
void |
WaitNodeDetail.validateNode(java.util.Vector errs,
java.util.Hashtable hinfo)
Validate a Wait node in a process.
|
abstract void |
NodeDetail.validateNode(java.util.Vector errs,
java.util.Hashtable hinfo)
Validates a node within a work flow process.
|
boolean |
WFProcessRemote.validateProcess() |
boolean |
WFProcess.validateProcess()
Validates the process.
|
java.util.Vector |
WFProcess.validateWorkflow()
Validates a work flow process.
|
java.util.Vector |
WFProcess.validateWorkflow(java.util.Hashtable hinfo)
Validates a work flow process.
|
void |
WFInstance.waitComplete()
Called to tell the instance that one of the events it was waiting for occured.
|
void |
WFInstanceRemote.waitComplete() |
void |
WFAction.wfValidate(java.util.Vector errs)
Validate the assignment record.
|
void |
WFAssignmentSet.wfValidate(java.util.Vector errs)
Validate the template assignments of a task node.
|
void |
WFAssignment.wfValidate(java.util.Vector errs)
Validate the assignment record.
|
void |
WFSubProcess.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Validate the subprocess node.
|
void |
WFStop.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Stop validation
|
void |
WFStart.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Start validation
|
void |
WFNodeSet.wfValidate(java.util.Vector v,
java.util.Hashtable hinfo)
Validates the nodes of a work flow process.
|
void |
WFInteraction.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Interaction node validation.
|
void |
WFInput.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Input validation
|
void |
WFCondition.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Condition Node validation
|
abstract void |
WFNodeDetail.wfValidate(java.util.Vector errs,
java.util.Hashtable hsp)
Validates a node within a work flow process.
|
void |
WFTask.wfValidate(java.util.Vector errs,
java.util.Hashtable hinfo)
Validate the task node specifics.
|
void |
WFTransactionSet.writeTransaction(MboRemote writer,
java.lang.String transType,
java.lang.String memo)
Writes a workflow transaction.
|
void |
WFTransactionSetRemote.writeTransaction(java.lang.String transType,
java.lang.String memo) |
void |
WFTransactionSet.writeTransaction(java.lang.String transType,
java.lang.String memo)
Essentially this is a glorified add statement that creates the transaction based upon the owning
Mbo and sets the transaction type and memo from the parameters.
|
void |
WFNode.writeTransaction(java.lang.String transType,
java.lang.String memo)
Write a transaction
|
Methods in psdi.workflow.virtual that throw MXException
Modifier and Type |
Method and Description |
void |
FldWFZoom.action()
Save the WF_ZOOM value to USERPREF.
|
void |
FldWFToolBarActive.action()
Chooses whether to set ToolBarIcon from Icon or Active Icon
|
void |
FldUserSql.action()
Update the appropriate field based on the ISCUSTOMCLASS flag.
|
void |
FldTempTemplateID.action()
Recalculate the SendTo value when new template selected.
|
void |
FldMapWFID.action()
Get default map to show when instance chosen.
|
void |
FldMapProcess.action()
Get default map to show when instance chosen.
|
void |
FldIsCustomClass.action()
Update the appropriate field based on the ISCUSTOMCLASS flag.
|
void |
StopWF.add()
Sets up a new StopWF object.
|
void |
ReassignWF.add()
SendEmail is false and read/only if the assignment doesn't have a communication template.
|
void |
InputWF.add() |
void |
InitiateWorkflowMbo.add()
Set the OwnerTable and OwnerID from the target Mbo.
|
void |
EditWFAppToolBar.add()
Defaults AppName, Objectname and ProcessName for a new Mbo.
|
void |
CompleteWF.add()
Set the description attribute from the assignment, default the action choice
|
void |
AppSupport.add()
ObjectName is copied from the owning WFProcess.
|
MboRemote |
EditWFAppToolBarRemote.addGeneral() |
MboRemote |
EditWFAppToolBar.addGeneral()
Add a general line to the current application
|
MboRemote |
EditWFAppToolBarRemote.addSpecific() |
MboRemote |
EditWFAppToolBar.addSpecific()
Add a line to define a button for a specific process in a specific application.
|
void |
AppSupport.addSupport()
Add support for workflow to the application named by this Mbo.
|
void |
ShowWFWaitSet.copyFrom(MboRemote destMbo1,
MboRemote destMbo2,
MboRemote fromMbo) |
void |
ShowWFObjectSet.copyFrom(MboRemote destMbo1,
MboRemote destMbo2,
MboRemote fromMbo)
Copies field values from the passed in fromMbo mbo
to the passed in destMbo1 mbo or destMbo2 mbo.
|
void |
ShowWFWaitSet.copyTo(MboRemote srcMbo1,
MboRemote srcMbo2,
MboRemote toMbo) |
void |
ShowWFObjectSet.copyTo(MboRemote srcMbo1,
MboRemote srcMbo2,
MboRemote toMbo)
Copies field values from the passed in srcMbo1 mbo or srcMbo2 mbo
to the passed in toMbo.
|
void |
WFToolBarSet.execute() |
void |
WFHelpSet.execute()
Record the value if it has changed.
|
void |
WFExpressionBuilderSet.execute() |
void |
StopWFSet.execute()
After the attributes are set, call this method to change the work order status.
|
void |
ShowWFObjectSet.execute()
Copy the dialog information back into the workflow designer relationships
|
void |
ReassignWFSet.execute()
After the attributes are set, call this method to reassign the workflow assignment.
|
void |
InputWFSet.execute()
Applies the selected action when the ok button is clicked.
|
void |
InitiateWorkflowMboSet.execute()
Initiate the selected workflow process on the owning Mbo.
|
void |
CompleteWFSet.execute()
After the attributes are set,
this method completes a work flow action on the workflow controlled object.
|
void |
AppSupportSet.execute()
For each row that has the AddSupport flag set, add any missing workflow SigOptions, menu,
and toolbar buttons.
|
void |
WFToolBarSet.execute(MboRemote mbo) |
WFInstanceRemote |
InitiateWorkflowMboSetRemote.getInstance() |
MboSetRemote |
FldWFAction.getList()
Do not show actions where usewith = ESCALATION
|
MboSetRemote |
FldInputActionId.getList()
Returns the current actions.
|
MboSetRemote |
FldCompleteActionId.getList()
Return the available actions for the assignment
|
MboRemote |
WFToolBarSet.getMbo(int index)
Overridden to fill the set when needed.
|
protected Mbo |
WorkflowMapSet.getMboInstance(MboSet ms)
Create new Mbo instance for the set.
|
protected Mbo |
WFToolBarSet.getMboInstance(MboSet ms)
Generate a new member of the set.
|
protected Mbo |
WFHelpSet.getMboInstance(MboSet ms)
Generate a new Mbo instance.
|
protected Mbo |
WFExpressionBuilderSet.getMboInstance(MboSet ms) |
protected Mbo |
StopWFSet.getMboInstance(MboSet ms)
Factory method to create an StopWF object.
|
protected Mbo |
ShowWFWaitSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFTask object.
|
protected Mbo |
ShowWFTaskSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFTask object.
|
protected Mbo |
ShowWFSubprocessSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFSubprocess object.
|
protected Mbo |
ShowWFNodeSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFNode object.
|
protected Mbo |
ShowWFInteractSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFInteract object.
|
protected Mbo |
ShowWFInputSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFInut object.
|
protected Mbo |
ShowWFConditionSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFCondition object.
|
protected Mbo |
ShowWFObjectSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFObject object.
|
protected Mbo |
ShowWFActionSet.getMboInstance(MboSet ms)
Factory method to create a ShowWFAction object.
|
protected Mbo |
ReassignWFSet.getMboInstance(MboSet ms)
Factory method to create an ReassignWF object.
|
protected Mbo |
NotificationWFSet.getMboInstance(MboSet ms)
Factory method to create an NotificationWF object.
|
protected Mbo |
InputWFSet.getMboInstance(MboSet ms)
Creates a Mbo instance.
|
protected Mbo |
InitiateWorkflowMboSet.getMboInstance(MboSet ms)
Create a InitiateWorkflow Mbo.
|
protected Mbo |
EditWFAppToolBarSet.getMboInstance(MboSet ms)
Generate new member of this set
|
protected Mbo |
CompleteWFSet.getMboInstance(MboSet ms)
Factory method to create an CompleteWF object.
|
protected Mbo |
AppSupportSet.getMboInstance(MboSet ms)
Generate a new instance for a MBO member of the set.
|
MboSetRemote |
CompleteWF.getMboSet(java.lang.String name)
Give the owning assignment's TRANSACTIONS set when this set is asked for the
TRANSACTION set.
|
boolean |
InitiateWorkflowMboSetRemote.getSKDMultiRecordSelected() |
long |
ShowWFAction.getUniqueIDValue()
Gets the unique ID value
|
void |
WorkflowMap.getWFDiagramInfo(int callSeq)
Called by the UI framework to get the data to display the map with
|
WFViewInfo |
WorkflowMapRemote.getWFViewInfo() |
WFViewInfo |
WorkflowMap.getWFViewInfo() |
void |
ShowWFObjectSet.handleActionZero(MboRemote wfAction,
MboSetRemote wfRealSet)
IJ06429: handle the case when the actionid of the owning wfAction is 0 to
not have the where clause actionid <>0.
|
void |
WFExpressionBuilder.init() |
void |
ShowWFWaitSet.init()
Initialization rountine.
|
void |
ShowWFTaskSet.init()
Initialization routine.
|
void |
ShowWFSubprocessSet.init()
Initialization rountine.
|
void |
ShowWFNodeSet.init()
Initialization rountine.
|
void |
ShowWFInteractSet.init()
Initialization rountine.
|
void |
ShowWFInputSet.init()
Initialization rountine.
|
void |
ShowWFConditionSet.init()
Initialization rountine.
|
void |
ShowWFActionSet.init()
Initialization rountine.
|
void |
FldUserSql.init()
Read-only unless owned by a Manual Input node or Task Node.
|
void |
FldShowDeletable.init() |
void |
FldMemberNodeTitle.init()
This field is always read-only.
|
void |
FldHostName.init()
Always read-only.
|
void |
FldAssignDisplayOne.init()
This field is always read-only.
|
void |
AppSupport.init()
Mbo Initialization routine.
|
void |
FldWFZoom.initValue()
This field gets the WF_ZOOM value from USERPREF.
|
void |
FldUserSql.initValue()
Populate this field and set the iscustomclass field
|
void |
FldSupportToolbar.initValue()
Check to see if there's a general workflow icon in WFAppToolBar for the application.
|
void |
FldSupportSigOption.initValue()
Check to see if a sig option exists for this name.
|
void |
FldShowDeletable.initValue() |
void |
FldNodePointedTo.initValue() |
void |
FldMemberNodeTitle.initValue()
This field gets its value from the Member Nodes Title attribute.
|
void |
FldHostName.initValue()
Set to the value of hostname in the maximo.properties file.
|
void |
FldAssignDisplayOne.initValue()
This field gets its value from the owning Task's DisplayOne attribute.
|
void |
WorkflowMapRemote.next() |
void |
WorkflowMap.next()
Try to display the next level.
|
void |
WorkflowMapRemote.previous() |
void |
WorkflowMap.previous()
Try to display the previous level.
|
void |
WFToolBarSet.reset()
Overridden to flag when the set is cleared.
|
void |
NotificationWF.sendNotification(WFAssignmentRemote reassignment)
Send the notification email using a Communication Template.
|
void |
NotificationWFSet.sendNotifications(WFAssignmentRemote reassignment)
After the attributes are set, call this method to create the workflow notifications.
|
void |
InitiateWorkflowMboSetRemote.setControlee(MboRemote remote) |
void |
InitiateWorkflowMboSetRemote.setSKDMultiRecordSelected(boolean flag) |
MboRemote |
WorkflowMapSet.setup()
Setup the MboSet for use.
|
MboRemote |
WFToolBarSet.setup() |
MboRemote |
WFHelpSet.setup()
Setup the set
|
MboRemote |
WFExpressionBuilderSet.setup() |
MboRemote |
ShowWFObjectSet.setup() |
MboRemote |
NotificationWFSet.setup()
Overridden to clear any previous action set.
|
MboRemote |
AppSupportSet.setup()
Unlike the usual nonp MboSet, this set is made of potentially multiple rows - one per
application which supports the MBO the workflow process is written for.
|
void |
ShowWFObjectSet.updateMboSetMbos(MboSetRemote fromMboSet,
MboSetRemote toMboSet)
Updates mbos in the toMboSet set with the mbos in the fromMboSet set.
|
void |
WFToolBarSetRemote.updateProcessStatus(java.lang.String pName,
boolean isActive) |
void |
WFToolBarSet.updateProcessStatus(java.lang.String pName,
boolean isActive)
Tells the set that an instance has activated or deactivated.
|
void |
FldUserSql.validate()
If its an SQL expression then validate it
|
void |
FldIsCustomClass.validate()
If IsCustomClass validate there is a valid sqlexpression
|
void |
FldInputActionId.validate()
Validate the action id against the list of valid action ids.
|
void |
FldInitWFProcessName.validate()
validate - want to distinguish between invalid selections and cases where the process is already
active on the process.
|
void |
ShowWFObjectSetRemote.validateSqlExpression(java.lang.String objectname,
java.lang.String expression) |
void |
ShowWFObjectSet.validateSqlExpression(java.lang.String objectname,
java.lang.String expression)
Validate a SQL expression against a MAXIMO object
|
| | | | | | | | | | | | | |