public interface WFMConfigService720Soap
extends java.rmi.Remote
Modifier and Type | Method and Description |
---|---|
void |
closeSnapshot(java.lang.String snapshotID) |
double |
convertGMT2LocalTime(double GMTTime,
int timezoneID) |
double |
convertLocalTime(int timezoneID1,
double localTime1,
int timezoneID2) |
double |
convertLocalTime2GMT(int timezoneID,
double localTime) |
void |
deleteCfgObject(int cfgObjectType,
int siteID,
int cfgObjectID)
Deletes Configuration Object
|
void |
deleteCfgObjects(int cfgObjectType,
int siteID,
int[] cfgObjectIDArray)
Deletes multiple Configuration Objects
|
CfgAgentHolder |
fetchAgentFromSnapshot(java.lang.String snapshotID,
int firstIndex,
int lastIndex,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
fetchAgentFromSnapshotByTeam(java.lang.String snapshotID,
int[] teamIDArray,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgContractHolder |
fetchContractFromSnapshot(java.lang.String snapshotID,
int firstIndex,
int lastIndex,
int infoType,
boolean provideShiftInfo) |
CfgProfileHolder |
fetchProfileFromSnapshot(java.lang.String snapshotID,
int firstIndex,
int lastIndex,
int infoType,
boolean provideActivities,
boolean provideContractInfo) |
CfgTeamHolder |
fetchTeamFromAgentSnapshot(java.lang.String snapshotID,
int infoType,
boolean provideAgentInfo) |
CfgTeamHolder |
fetchTeamFromSnapshot(java.lang.String snapshotID,
int firstIndex,
int lastIndex,
int infoType,
boolean provideAgentInfo) |
int |
findInSnapshot(java.lang.String snapshotID,
int field,
java.lang.String value,
int startIndex) |
CfgAccrualRuleHolder |
getAccrualRule(int siteID,
int[] accrualRuleIDArray,
int sortMode,
boolean ascending,
int infoType)
Retrieves Accrual Rule information (
CfgAccrualRule or CfgAccrualRuleShort ) for given Site |
CfgActivityHolder |
getActivity(int siteID,
int[] activityIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo,
boolean provideVirtualActivityInfo)
Rerieves Activity info (
CfgActivity or CfgActivityShort ) for given Site |
CfgActivityHolder |
getActivityByActivitySet(int siteID,
int activitySetID,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo,
boolean provideVirtualActivityInfo) |
CfgActivityHolder |
getActivityByAgent(int siteID,
int agentID,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo,
boolean provideVirtualActivityInfo) |
CfgActivityHolder |
getActivityByAgents(int siteID,
int[] teamIDArray,
int[] agentIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo,
boolean provideVirtualActivityInfo)
Return union of all activities that selected agents can work on.
|
CfgActivityHolder |
getActivityByProfile(int siteID,
int profileID,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo,
boolean provideVirtualActivityInfo) |
CfgActivitySetHolder |
getActivitySet(int siteID,
int[] activitySetIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivityInfo) |
CfgAgentHolder |
getAgent(int siteID,
int[] agentIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo)
Retrieve Agent info (
CfgAgent or CfgAgentShort ) by ID for given Site |
CfgAgentHolder |
getAgentByActivity(int siteID,
int[] activityIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
getAgentByContract(int siteID,
int contractID,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
getAgentByContractAndActivity(int siteID,
int contractID,
int[] activityIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
getAgentByRotation(int siteID,
int rotationID,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentHolder |
getAgentByTeam(int siteID,
int[] teamIDArray,
int[] agentIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo)
Retrieve Agent info (
CfgAgent or CfgAgentShort ) by ID or by Team ID for given Site |
CfgAgentHolder |
getAgentByTeamAndContract(int siteID,
int[] teamIDArray,
int[] agentIDArray,
int[] contractIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo) |
CfgAgentState[] |
getAgentState(int[] agentStateIDArray,
int sortMode,
boolean ascending)
Retrieves Genesys Agent States (
CfgAgentState ) |
CfgAgentHolder |
getAllAgent(int siteID,
double startDate,
double endDate,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideTeamInfo,
boolean provideContractInfo)
Retrieve all Agent info (
CfgAgent or CfgAgentShort ) for given Site |
CfgBreakHolder |
getBreak(int siteID,
int[] breakIDArray,
int sortMode,
boolean ascending,
int infoType) |
CfgBreakHolder |
getBreakByShift(int siteID,
int shiftID,
int sortMode,
boolean ascending,
int infoType) |
CfgBUHolder |
getBU(int[] BUIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideSiteInfo,
boolean provideVirtualActivityInfo)
Retrieves Business Unit information (
CfgBU or CfgBUShort ) |
CfgContractHolder |
getContract(int siteID,
int[] contractIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideShiftInfo)
Rerieves Contracts (
CfgContract or CfgContractShort ) for given Site |
CfgContractHolder |
getContractByShift(int siteID,
int shiftID,
int sortMode,
boolean ascending,
int infoType,
boolean provideShiftInfo) |
CfgExceptionTypeHolder |
getExceptionType(int siteID,
int[] exceptionTypeIDArray,
int sortMode,
boolean ascending,
int infoType)
Retrieve Exception Type info (
CfgExceptionType or CfgExceptionTypeShort ) |
CfgFixedState[] |
getFixedState(int[] fixedStateIDArray,
int sortMode,
boolean ascending) |
CfgGlobalSettings |
getGlobalSettings() |
CfgMarkedTimeHolder |
getMarkedTime(int siteID,
int[] markedTimeIDArray,
int sortMode,
boolean ascending,
int infoType) |
CfgMealHolder |
getMeal(int siteID,
int[] mealIDArray,
int sortMode,
boolean ascending,
int infoType) |
CfgMealHolder |
getMealByShift(int siteID,
int shiftID,
int sortMode,
boolean ascending,
int infoType) |
CfgMeetingHolder |
getMeeting(int siteID,
int[] meetingIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideExceptionTypeInfo,
boolean provideAgentInfo) |
CfgNotifyParam[] |
getNotifyParam(int siteID,
int[] notifyParamIDArray)
Returns
CfgNotifyParam object(s) |
CfgNotifyParam[] |
getNotifyParamBySubsystem(int siteID,
int[] subsystemGroupIDArray)
Returns
CfgNotifyParam object(s) filtered by subsystem |
CfgPlanningPeriodHolder |
getPlanningPeriod(int siteID,
double startDate,
double endDate) |
CfgProfileHolder |
getProfile(int siteID,
int[] profileIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideContractInfo) |
CfgProfileHolder |
getProfileByActivity(int siteID,
int[] activityIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideContractInfo) |
CfgProfileHolder |
getProfileByContract(int siteID,
int contractID,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivities,
boolean provideContractInfo) |
CfgRotationHolder |
getRotation(int siteID,
int[] rotationIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivityInfo)
Retrieves Rotating Pattern information (
CfgRotation or CfgRotationShort ) for given Site |
CfgShiftHolder |
getShift(int siteID,
int[] shiftIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgShiftHolder |
getShiftByAgentAndDate(int siteID,
int[] teamIDArray,
int[] agentIDArray,
double[] dateArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgShiftHolder |
getShiftByBreak(int siteID,
int breakID,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgShiftHolder |
getShiftByContract(int siteID,
int contractID,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgShiftHolder |
getShiftByContractAndDate(int siteID,
int contractID,
double date,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgShiftHolder |
getShiftByMeal(int siteID,
int mealID,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgShiftHolder |
getShiftByTaskSequence(int siteID,
int taskSequenceID,
int sortMode,
boolean ascending,
int infoType,
boolean provideContractInfo,
boolean provideBreakInfo,
boolean provideMealInfo,
boolean provideTaskSequenceInfo) |
CfgSiteHolder |
getSite(int[] siteIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideBUInfo)
Retrieves Site info (
CfgSite or CfgSiteShort ) |
CfgSiteHolder |
getSiteByBU(int BUID,
int sortMode,
boolean ascending,
int infoType,
boolean provideBUInfo)
Retrieves all Sites (
CfgSite or CfgSiteShort ) for given Business Unit |
CfgSkill[] |
getSkill(int[] skillIDArray,
int sortMode,
boolean ascending)
Retrieves Skill information (
CfgSkill ) |
CfgStateHolder |
getState(int siteID,
int[] stateIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideStateGroupInfo) |
CfgStateHolder |
getStateByStateGroup(int siteID,
int[] stateGroupIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideStateGroupInfo) |
CfgStateHolder |
getStateByStateType(int siteID,
int[] stateTypeArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideStateGroupInfo) |
CfgStateGroupHolder |
getStateGroup(int siteID,
int[] stateGroupIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideStateInfo) |
CfgStateGroupHolder |
getStateGroupByAgentState(int siteID,
int gswStateId,
java.lang.String wmReason,
int sortMode,
boolean ascending,
int infoType,
boolean provideStateInfo) |
CfgSubsystem[] |
getSubsystem(int sortMode,
boolean ascending) |
CfgTaskSequenceHolder |
getTaskSequence(int siteID,
int[] taskSequenceIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo) |
CfgTaskSequenceHolder |
getTaskSequenceByShift(int siteID,
int shiftID,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivitySetInfo) |
CfgTeamHolder |
getTeam(int siteID,
int[] teamIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideAgentInfo)
Rerieves Team information (
CfgTeam or CfgTeamShort ) for given Site |
CfgTimeOffTypeHolder |
getTimeOffType(int siteID,
int[] timeOffTypeIDArray,
int sortMode,
boolean ascending,
int infoType)
Retrieve Time Off Type info (
CfgTimeOffType or CfgTimeOffTypeShort ) |
CfgTimezoneHolder |
getTimezone(int[] timezoneIDArray,
int sortMode,
boolean ascending,
int infoType)
Retrieves Time Zone information (
CfgTimezone or CfgTimezoneShort ) |
CfgUserHolder |
getUser(int[] userIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideBUInfo,
boolean provideSiteInfo,
boolean provideTeamInfo,
boolean provideSubsystemInfo) |
CfgVirtualActivityHolder |
getVirtualActivity(int[] virtualActivityIDArray,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivityInfo,
boolean provideBUInfo)
Retrieve Multi-Site Activity info (
CfgVirtualActivity or CfgVirtualActivityShort ) |
CfgVirtualActivityHolder |
getVirtualActivityByBU(int BUID,
int sortMode,
boolean ascending,
int infoType,
boolean provideActivityInfo,
boolean provideBUInfo)
Retrieve Multi-Site Activity info (
CfgVirtualActivity or CfgVirtualActivityShort ) for give Business Unit |
CfgValidationHolder |
insertAccrualRule(CfgAccrualRule accrualRule,
boolean ignoreWarnings) |
CfgValidationHolder |
insertActivity(CfgActivity activity,
boolean ignoreWarnings)
Inserts new Agent (
CfgActivity ) Object to database |
CfgValidationHolder |
insertActivitySet(CfgActivitySet activitySet,
boolean ignoreWarnings) |
CfgValidationHolder |
insertAgent(CfgAgent agent,
boolean ignoreWarnings)
Inserts new Agent (
CfgAgent ) Object to database |
CfgValidationHolder |
insertBreak(CfgBreak _break,
boolean ignoreWarnings) |
CfgValidationHolder |
insertBU(CfgBU BU,
boolean ignoreWarnings) |
CfgValidationHolder |
insertContract(CfgContract contract,
boolean ignoreWarnings) |
CfgValidationHolder |
insertExceptionType(CfgExceptionType exceptionType,
boolean ignoreWarnings) |
CfgValidationHolder |
insertMarkedTime(CfgMarkedTime markedTime,
boolean ignoreWarnings) |
CfgValidationHolder |
insertMeal(CfgMeal meal,
boolean ignoreWarnings) |
CfgValidationHolder |
insertMeeting(CfgMeeting meeting,
boolean ignoreWarnings) |
CfgValidationHolder |
insertNotifyParam(CfgNotifyParam notifyParam,
boolean ignoreWarnings)
Inserts new
CfgNotifyParam object into database |
CfgValidationHolder |
insertNotifyParams(CfgNotifyParam[] notifyParams,
boolean ignoreWarnings)
Inserts multiple
CfgNotifyParam objects into database. |
CfgValidationHolder |
insertProfile(CfgProfile profile,
boolean ignoreWarnings) |
CfgValidationHolder |
insertRotation(CfgRotation rotation,
boolean ignoreWarnings) |
CfgValidationHolder |
insertShift(CfgShift shift,
boolean ignoreWarnings) |
CfgValidationHolder |
insertSite(CfgSite site,
boolean ignoreWarnings) |
CfgValidationHolder |
insertSkill(CfgSkill skill,
boolean ignoreWarnings) |
CfgValidationHolder |
insertState(CfgState state,
boolean ignoreWarnings) |
CfgValidationHolder |
insertStateGroup(CfgStateGroup stateGroup,
boolean ignoreWarnings) |
CfgValidationHolder |
insertTaskSequence(CfgTaskSequence taskSequence,
boolean ignoreWarnings) |
CfgValidationHolder |
insertTeam(CfgTeam team,
boolean ignoreWarnings) |
CfgValidationHolder |
insertTimeOffType(CfgTimeOffType timeOffType,
boolean ignoreWarnings) |
CfgValidationHolder |
insertTimezone(CfgTimezone timezone,
boolean ignoreWarnings) |
CfgValidationHolder |
insertUser(CfgUser user,
boolean ignoreWarnings) |
CfgValidationHolder |
insertVirtualActivity(CfgVirtualActivity virtualActivity,
boolean ignoreWarnings) |
CfgSnapshot |
openAgentByActivitySnapshot(int siteID,
int[] activityIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
openAgentByContractSnapshot(int siteID,
int contractID,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
openAgentByRotationSnapshot(int siteID,
int rotationID,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
openAgentByTeamSnapshot(int siteID,
int[] teamIDArray,
int[] agentIDArray,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
openAgentSnapshot(int siteID,
int[] agentIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
openAllAgentSnapshot(int siteID,
double startDate,
double endDate,
int sortMode,
boolean ascending) |
CfgSnapshot |
openContractSnapshot(int siteID,
int[] contractIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
openProfileByActivitySnapshot(int siteID,
int[] activityIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
openProfileByContractSnapshot(int siteID,
int contractID,
int sortMode,
boolean ascending) |
CfgSnapshot |
openProfileSnapshot(int siteID,
int[] profileIDArray,
int sortMode,
boolean ascending) |
CfgSnapshot |
openTeamSnapshot(int siteID,
int[] teamIDArray,
int sortMode,
boolean ascending) |
long |
readCfgObjectDBTimestamp(int cfgObjectType,
int siteID,
int cfgObjectID)
Returns timestamp of when object was last modified.
|
void |
setGlobalSettings(CfgGlobalSettings settings) |
void |
setLocalTimezone(CfgTimezone timezone) |
void |
sortSnapshot(java.lang.String snapshotID,
int sortMode,
boolean ascending) |
CfgValidationHolder |
updateAccrualRule(CfgAccrualRule accrualRule,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateActivity(CfgActivity activity,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates existing Activity (
CfgActivity ) object |
CfgValidationHolder |
updateActivitySet(CfgActivitySet activitySet,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateAgent(CfgAgent agent,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates existing Agent (
CfgAgent ) object |
CfgValidationHolder |
updateBreak(CfgBreak _break,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateBU(CfgBU BU,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateContract(CfgContract contract,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateExceptionType(CfgExceptionType exceptionType,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateMarkedTime(CfgMarkedTime markedTime,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateMeal(CfgMeal meal,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateMeeting(CfgMeeting meeting,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateNotifyParam(CfgNotifyParam notifyParam,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates exsiting
CfgNotifyParam object in database |
CfgValidationHolder |
updateNotifyParams(CfgNotifyParam[] notifyParams,
boolean checkTimestamp,
boolean ignoreWarnings)
Updates multiple
CfgNotifyParam objects in database. |
CfgValidationHolder |
updateProfile(CfgProfile profile,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateRotation(CfgRotation rotation,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateShift(CfgShift shift,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateSite(CfgSite site,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateSkill(CfgSkill skill,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateState(CfgState state,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateStateGroup(CfgStateGroup stateGroup,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateTaskSequence(CfgTaskSequence taskSequence,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateTeam(CfgTeam team,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateTimeOffType(CfgTimeOffType timeOffType,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateTimezone(CfgTimezone timezone,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateUser(CfgUser user,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
updateVirtualActivity(CfgVirtualActivity virtualActivity,
boolean checkTimestamp,
boolean ignoreWarnings) |
CfgValidationHolder |
validateAccrualRule(CfgAccrualRule accrualRule) |
CfgValidationHolder |
validateActivity(int siteID,
CfgActivity activity) |
CfgValidationHolder |
validateActivitySet(int siteID,
CfgActivitySet activitySet) |
CfgValidationHolder |
validateAgent(CfgAgent agent) |
CfgValidationHolder |
validateBreak(CfgBreak _break) |
CfgValidationHolder |
validateBU(CfgBU BU) |
CfgValidationHolder |
validateContract(CfgContract contract) |
CfgValidationHolder |
validateExceptionType(CfgExceptionType exceptionType) |
CfgValidationHolder |
validateMarkedTime(CfgMarkedTime markedTime) |
CfgValidationHolder |
validateMeal(CfgMeal meal) |
CfgValidationHolder |
validateMeeting(CfgMeeting meeting) |
CfgValidationHolder |
validateNotifyParam(CfgNotifyParam notifyParam) |
CfgValidationHolder |
validateProfile(CfgProfile profile) |
CfgValidationHolder |
validateRotation(CfgRotation rotation) |
CfgValidationHolder |
validateShift(CfgShift shift) |
CfgValidationHolder |
validateSite(CfgSite site) |
CfgValidationHolder |
validateSkill(CfgSkill skill) |
CfgValidationHolder |
validateState(CfgState state) |
CfgValidationHolder |
validateStateGroup(CfgStateGroup stateGroup) |
CfgValidationHolder |
validateTaskSequence(CfgTaskSequence taskSequence) |
CfgValidationHolder |
validateTeam(CfgTeam team) |
CfgValidationHolder |
validateTimeOffType(CfgTimeOffType timeOffType) |
CfgValidationHolder |
validateTimezone(CfgTimezone timezone) |
CfgValidationHolder |
validateUser(CfgUser user) |
CfgValidationHolder |
validateVirtualActivity(CfgVirtualActivity virtualActivity) |
void deleteCfgObject(int cfgObjectType, int siteID, int cfgObjectID) throws java.rmi.RemoteException
cfgObjectType
- Object Type (ECfgObjectType
)siteID
- Site IDcfgObjectID
- Object IDjava.rmi.RemoteException
void deleteCfgObjects(int cfgObjectType, int siteID, int[] cfgObjectIDArray) throws java.rmi.RemoteException
cfgObjectType
- Object Type (ECfgObjectType
)siteID
- Site IDcfgObjectIDArray
- Object ID Arrayjava.rmi.RemoteException
long readCfgObjectDBTimestamp(int cfgObjectType, int siteID, int cfgObjectID) throws java.rmi.RemoteException
cfgObjectType
- Object Type (ECfgObjectType
)siteID
- Site IDcfgObjectID
- Object IDjava.rmi.RemoteException
void closeSnapshot(java.lang.String snapshotID) throws java.rmi.RemoteException
java.rmi.RemoteException
void sortSnapshot(java.lang.String snapshotID, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
int findInSnapshot(java.lang.String snapshotID, int field, java.lang.String value, int startIndex) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertBU(CfgBU BU, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateBU(CfgBU BU, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateBU(CfgBU BU) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgBUHolder getBU(int[] BUIDArray, int sortMode, boolean ascending, int infoType, boolean provideSiteInfo, boolean provideVirtualActivityInfo) throws java.rmi.RemoteException
CfgBU
or CfgBUShort
)BUIDArray
- IDs of Business Unit to load. Use "null" to load all.sortMode
- Sort Mode (ECfgSortMode.BU
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested Detail Level (ECfgInfoType
)provideSiteInfo
- Provide Site infoprovideVirtualActivityInfo
- Provide Multi-Site Activity infoCfgBUHolder
java.rmi.RemoteException
CfgValidationHolder insertSite(CfgSite site, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateSite(CfgSite site, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateSite(CfgSite site) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSiteHolder getSite(int[] siteIDArray, int sortMode, boolean ascending, int infoType, boolean provideBUInfo) throws java.rmi.RemoteException
CfgSite
or CfgSiteShort
)siteIDArray
- IDs of Sites to load. Use "null" to load all.sortMode
- Sort Mode (ECfgSortMode.Site
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested Detail Level (ECfgInfoType
)provideBUInfo
- Provide Business Unit infoCfgSiteHolder
java.rmi.RemoteException
CfgSiteHolder getSiteByBU(int BUID, int sortMode, boolean ascending, int infoType, boolean provideBUInfo) throws java.rmi.RemoteException
CfgSite
or CfgSiteShort
) for given Business UnitBUID
- Business Unit IDsortMode
- Sort Mode (ECfgSortMode.Site
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideBUInfo
- Provide Business Unit infoCfgSiteHolder
java.rmi.RemoteException
CfgValidationHolder insertAgent(CfgAgent agent, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgAgent
) Object to databaseagent
- Agent Object to insertignoreWarnings
- Ignore warnings if anyCfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder updateAgent(CfgAgent agent, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgAgent
) objectagent
- Agent Object to updatecheckTimestamp
- Check timestamp to make sure that object wasn't modified by another userignoreWarnings
- Ignore warnings if anyCfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder validateAgent(CfgAgent agent) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder getAllAgent(int siteID, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
CfgAgent
or CfgAgentShort
) for given SitesiteID
- Site ID, identifies CfgSite
objectstartDate
- Hire date (OleDateTime
) filter (can be NULL)endDate
- Termination date (OleDateTime
) filter (can be NULL)sortMode
- Sort Mode (ECfgSortMode.Agent
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivities
- Provide Activities that Agent is qualified to work on.provideTeamInfo
- Provide Team infoprovideContractInfo
- Provide Contract infoCfgAgentHolder
java.rmi.RemoteException
CfgAgentHolder getAgent(int siteID, int[] agentIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
CfgAgent
or CfgAgentShort
) by ID for given SitesiteID
- Site ID, identifies CfgSite
objectagentIDArray
- IDs of Agents to retrieve. Specify "null" to retrieve all AgentssortMode
- Sort Mode (ECfgSortMode.Agent
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivities
- Provide Activities that Agent is qualified to work on.provideTeamInfo
- Provide Team infoprovideContractInfo
- Provide Contract infoCfgAgentHolder
java.rmi.RemoteException
CfgAgentHolder getAgentByActivity(int siteID, int[] activityIDArray, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder getAgentByTeam(int siteID, int[] teamIDArray, int[] agentIDArray, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
CfgAgent
or CfgAgentShort
) by ID or by Team ID for given SitesiteID
- Site ID, identifies CfgSite
objectteamIDArray
- Team ID filter. Specify "null" ignore Team filteragentIDArray
- Agent ID filter. Specify "null" to ignore Agent filterstartDate
- Hire date (OleDateTime
) filter (can be NULL)endDate
- Termination date (OleDateTime
) filter (can be NULL)sortMode
- Sort Mode (ECfgSortMode.Agent
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivities
- Provide Activities that Agent is qualified to work on.provideTeamInfo
- Provide Team infoprovideContractInfo
- Provide Contract infoCfgAgentHolder
java.rmi.RemoteException
CfgAgentHolder getAgentByTeamAndContract(int siteID, int[] teamIDArray, int[] agentIDArray, int[] contractIDArray, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder getAgentByContract(int siteID, int contractID, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder getAgentByContractAndActivity(int siteID, int contractID, int[] activityIDArray, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder getAgentByRotation(int siteID, int rotationID, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openAllAgentSnapshot(int siteID, double startDate, double endDate, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openAgentSnapshot(int siteID, int[] agentIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openAgentByActivitySnapshot(int siteID, int[] activityIDArray, double startDate, double endDate, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openAgentByTeamSnapshot(int siteID, int[] teamIDArray, int[] agentIDArray, double startDate, double endDate, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openAgentByContractSnapshot(int siteID, int contractID, double startDate, double endDate, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openAgentByRotationSnapshot(int siteID, int rotationID, double startDate, double endDate, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder fetchAgentFromSnapshot(java.lang.String snapshotID, int firstIndex, int lastIndex, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTeamHolder fetchTeamFromAgentSnapshot(java.lang.String snapshotID, int infoType, boolean provideAgentInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentHolder fetchAgentFromSnapshotByTeam(java.lang.String snapshotID, int[] teamIDArray, int infoType, boolean provideActivities, boolean provideTeamInfo, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertTeam(CfgTeam team, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateTeam(CfgTeam team, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateTeam(CfgTeam team) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTeamHolder getTeam(int siteID, int[] teamIDArray, int sortMode, boolean ascending, int infoType, boolean provideAgentInfo) throws java.rmi.RemoteException
CfgTeam
or CfgTeamShort
) for given SitesiteID
- Site ID, identifies CfgSite
objectteamIDArray
- Team ID filter. Specify "null" retrieve all TeamssortMode
- Sort Mode (ECfgSortMode.Team
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideAgentInfo
- Provide Agent informationCfgTeamHolder
java.rmi.RemoteException
CfgSnapshot openTeamSnapshot(int siteID, int[] teamIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTeamHolder fetchTeamFromSnapshot(java.lang.String snapshotID, int firstIndex, int lastIndex, int infoType, boolean provideAgentInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertContract(CfgContract contract, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateContract(CfgContract contract, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateContract(CfgContract contract) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgContractHolder getContract(int siteID, int[] contractIDArray, int sortMode, boolean ascending, int infoType, boolean provideShiftInfo) throws java.rmi.RemoteException
CfgContract
or CfgContractShort
) for given SitesiteID
- Site ID, identifies CfgSite
objectcontractIDArray
- Contract ID filter. Specify "null" retrieve all ContractssortMode
- Sort Mode (ECfgSortMode.Contract
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideShiftInfo
- Provide Shift infoCfgContractHolder
java.rmi.RemoteException
CfgContractHolder getContractByShift(int siteID, int shiftID, int sortMode, boolean ascending, int infoType, boolean provideShiftInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openContractSnapshot(int siteID, int[] contractIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgContractHolder fetchContractFromSnapshot(java.lang.String snapshotID, int firstIndex, int lastIndex, int infoType, boolean provideShiftInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertProfile(CfgProfile profile, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateProfile(CfgProfile profile, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateProfile(CfgProfile profile) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgProfileHolder getProfile(int siteID, int[] profileIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgProfileHolder getProfileByActivity(int siteID, int[] activityIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgProfileHolder getProfileByContract(int siteID, int contractID, int sortMode, boolean ascending, int infoType, boolean provideActivities, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openProfileSnapshot(int siteID, int[] profileIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openProfileByActivitySnapshot(int siteID, int[] activityIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSnapshot openProfileByContractSnapshot(int siteID, int contractID, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgProfileHolder fetchProfileFromSnapshot(java.lang.String snapshotID, int firstIndex, int lastIndex, int infoType, boolean provideActivities, boolean provideContractInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertActivity(CfgActivity activity, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgActivity
) Object to databaseactivity
- Object to insertignoreWarnings
- Ignore warnings if anyCfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder updateActivity(CfgActivity activity, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgActivity
) objectactivity
- Activity object to updatecheckTimestamp
- Check timestamp to make sure that object wasn't modified by another userignoreWarnings
- Ignore warnings if anyCfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder validateActivity(int siteID, CfgActivity activity) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgActivityHolder getActivity(int siteID, int[] activityIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo, boolean provideVirtualActivityInfo) throws java.rmi.RemoteException
CfgActivity
or CfgActivityShort
) for given SitesiteID
- Site ID, identifies CfgSite
objectactivityIDArray
- Activity ID filter. Specify "null" retrieve allsortMode
- Sort Mode (ECfgSortMode.Activity
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivitySetInfo
- Provide Activity Set info (true/false)provideVirtualActivityInfo
- Provide Multi-Site Activity infoCfgActivityHolder
java.rmi.RemoteException
CfgActivityHolder getActivityByAgent(int siteID, int agentID, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo, boolean provideVirtualActivityInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgActivityHolder getActivityByAgents(int siteID, int[] teamIDArray, int[] agentIDArray, double startDate, double endDate, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo, boolean provideVirtualActivityInfo) throws java.rmi.RemoteException
siteID
- Site ID, negative value means "any site" or "all sites"teamIDArray
- Team ID filter. Specify "null" ignore Team filteragentIDArray
- Agent ID filter. Specify "null" to ignore Agent filterstartDate
- Hire date (OleDateTime
) filter (can be NULL)endDate
- Termination date (OleDateTime
) filter (can be NULL)sortMode
- Sort Mode (ECfgSortMode.Activity
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivitySetInfo
- Provide Activity Set info (true/false)provideVirtualActivityInfo
- Provide Multi-Site Activity info (true/false)CfgActivityHolder
java.rmi.RemoteException
CfgActivityHolder getActivityByProfile(int siteID, int profileID, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo, boolean provideVirtualActivityInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgActivityHolder getActivityByActivitySet(int siteID, int activitySetID, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo, boolean provideVirtualActivityInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertActivitySet(CfgActivitySet activitySet, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateActivitySet(CfgActivitySet activitySet, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateActivitySet(int siteID, CfgActivitySet activitySet) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgActivitySetHolder getActivitySet(int siteID, int[] activitySetIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivityInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertVirtualActivity(CfgVirtualActivity virtualActivity, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateVirtualActivity(CfgVirtualActivity virtualActivity, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateVirtualActivity(CfgVirtualActivity virtualActivity) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgVirtualActivityHolder getVirtualActivity(int[] virtualActivityIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivityInfo, boolean provideBUInfo) throws java.rmi.RemoteException
CfgVirtualActivity
or CfgVirtualActivityShort
)virtualActivityIDArray
- Multi-Site Activity ID filter. Use "null" to retrieve all.sortMode
- Sort Mode (ECfgSortMode.VirtualActivity
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivityInfo
- Provide activity infoprovideBUInfo
- Provide Business Unit infoCfgVirtualActivityHolder
java.rmi.RemoteException
CfgVirtualActivityHolder getVirtualActivityByBU(int BUID, int sortMode, boolean ascending, int infoType, boolean provideActivityInfo, boolean provideBUInfo) throws java.rmi.RemoteException
CfgVirtualActivity
or CfgVirtualActivityShort
) for give Business UnitBUID
- Business Unit ID, identifies CfgBU
objectsortMode
- Sort Mode (ECfgSortMode.VirtualActivity
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivityInfo
- Provide activity infoprovideBUInfo
- Provide Business Unit infoCfgVirtualActivityHolder
java.rmi.RemoteException
CfgValidationHolder insertShift(CfgShift shift, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateShift(CfgShift shift, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateShift(CfgShift shift) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShift(int siteID, int[] shiftIDArray, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShiftByContract(int siteID, int contractID, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShiftByContractAndDate(int siteID, int contractID, double date, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShiftByMeal(int siteID, int mealID, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShiftByBreak(int siteID, int breakID, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShiftByTaskSequence(int siteID, int taskSequenceID, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgShiftHolder getShiftByAgentAndDate(int siteID, int[] teamIDArray, int[] agentIDArray, double[] dateArray, int sortMode, boolean ascending, int infoType, boolean provideContractInfo, boolean provideBreakInfo, boolean provideMealInfo, boolean provideTaskSequenceInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertMeal(CfgMeal meal, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateMeal(CfgMeal meal, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateMeal(CfgMeal meal) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgMealHolder getMeal(int siteID, int[] mealIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgMealHolder getMealByShift(int siteID, int shiftID, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertBreak(CfgBreak _break, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateBreak(CfgBreak _break, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateBreak(CfgBreak _break) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgBreakHolder getBreak(int siteID, int[] breakIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgBreakHolder getBreakByShift(int siteID, int shiftID, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertTaskSequence(CfgTaskSequence taskSequence, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateTaskSequence(CfgTaskSequence taskSequence, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateTaskSequence(CfgTaskSequence taskSequence) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTaskSequenceHolder getTaskSequence(int siteID, int[] taskSequenceIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTaskSequenceHolder getTaskSequenceByShift(int siteID, int shiftID, int sortMode, boolean ascending, int infoType, boolean provideActivitySetInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertExceptionType(CfgExceptionType exceptionType, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateExceptionType(CfgExceptionType exceptionType, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateExceptionType(CfgExceptionType exceptionType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgExceptionTypeHolder getExceptionType(int siteID, int[] exceptionTypeIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
CfgExceptionType
or CfgExceptionTypeShort
)siteID
- Site ID, identifies CfgSite
objectexceptionTypeIDArray
- Exception Type ID filter. Specify "null" retrieve all.sortMode
- Sort Mode (ECfgSortMode.ExceptionType
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)CfgExceptionTypeHolder
java.rmi.RemoteException
CfgValidationHolder insertTimeOffType(CfgTimeOffType timeOffType, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateTimeOffType(CfgTimeOffType timeOffType, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateTimeOffType(CfgTimeOffType timeOffType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTimeOffTypeHolder getTimeOffType(int siteID, int[] timeOffTypeIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
CfgTimeOffType
or CfgTimeOffTypeShort
)siteID
- Site ID, identifies CfgSite
objecttimeOffTypeIDArray
- Time Off Type ID filter. Specify "null" retrieve all.sortMode
- Sort Mode (ECfgSortMode.TimeOffType
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)CfgTimeOffTypeHolder
java.rmi.RemoteException
CfgValidationHolder insertMarkedTime(CfgMarkedTime markedTime, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateMarkedTime(CfgMarkedTime markedTime, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateMarkedTime(CfgMarkedTime markedTime) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgMarkedTimeHolder getMarkedTime(int siteID, int[] markedTimeIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertMeeting(CfgMeeting meeting, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateMeeting(CfgMeeting meeting, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateMeeting(CfgMeeting meeting) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgMeetingHolder getMeeting(int siteID, int[] meetingIDArray, int sortMode, boolean ascending, int infoType, boolean provideExceptionTypeInfo, boolean provideAgentInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAgentState[] getAgentState(int[] agentStateIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
CfgAgentState
)agentStateIDArray
- Agent State ID filter. Use "null" to retrieve all.sortMode
- Sort Mode (ECfgSortMode.AgentState
)ascending
- Sort Order ("true" - ascending, "false" - descending)CfgAgentState
[]java.rmi.RemoteException
CfgFixedState[] getFixedState(int[] fixedStateIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertState(CfgState state, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateState(CfgState state, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateState(CfgState state) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgStateHolder getState(int siteID, int[] stateIDArray, int sortMode, boolean ascending, int infoType, boolean provideStateGroupInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgStateHolder getStateByStateGroup(int siteID, int[] stateGroupIDArray, int sortMode, boolean ascending, int infoType, boolean provideStateGroupInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgStateHolder getStateByStateType(int siteID, int[] stateTypeArray, int sortMode, boolean ascending, int infoType, boolean provideStateGroupInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertStateGroup(CfgStateGroup stateGroup, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateStateGroup(CfgStateGroup stateGroup, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateStateGroup(CfgStateGroup stateGroup) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgStateGroupHolder getStateGroup(int siteID, int[] stateGroupIDArray, int sortMode, boolean ascending, int infoType, boolean provideStateInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgStateGroupHolder getStateGroupByAgentState(int siteID, int gswStateId, java.lang.String wmReason, int sortMode, boolean ascending, int infoType, boolean provideStateInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertSkill(CfgSkill skill, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateSkill(CfgSkill skill, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateSkill(CfgSkill skill) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgSkill[] getSkill(int[] skillIDArray, int sortMode, boolean ascending) throws java.rmi.RemoteException
CfgSkill
)skillIDArray
- Skill ID filter. Use "null" to retrieve all.sortMode
- Sort Mode (ECfgSortMode.Skill
)ascending
- Sort Order ("true" - ascending, "false" - descending)CfgSkill
[]java.rmi.RemoteException
CfgSubsystem[] getSubsystem(int sortMode, boolean ascending) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertUser(CfgUser user, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateUser(CfgUser user, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateUser(CfgUser user) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgUserHolder getUser(int[] userIDArray, int sortMode, boolean ascending, int infoType, boolean provideBUInfo, boolean provideSiteInfo, boolean provideTeamInfo, boolean provideSubsystemInfo) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertTimezone(CfgTimezone timezone, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateTimezone(CfgTimezone timezone, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateTimezone(CfgTimezone timezone) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgTimezoneHolder getTimezone(int[] timezoneIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
CfgTimezone
or CfgTimezoneShort
)timezoneIDArray
- Time Zone ID filter. Use "null" to retrieve all.sortMode
- Sort Mode (ECfgSortMode.Timezone
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)CfgTimezoneHolder
java.rmi.RemoteException
double convertLocalTime(int timezoneID1, double localTime1, int timezoneID2) throws java.rmi.RemoteException
java.rmi.RemoteException
double convertLocalTime2GMT(int timezoneID, double localTime) throws java.rmi.RemoteException
java.rmi.RemoteException
double convertGMT2LocalTime(double GMTTime, int timezoneID) throws java.rmi.RemoteException
java.rmi.RemoteException
void setLocalTimezone(CfgTimezone timezone) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertRotation(CfgRotation rotation, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateRotation(CfgRotation rotation, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateRotation(CfgRotation rotation) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgRotationHolder getRotation(int siteID, int[] rotationIDArray, int sortMode, boolean ascending, int infoType, boolean provideActivityInfo) throws java.rmi.RemoteException
CfgRotation
or CfgRotationShort
) for given SitesiteID
- Site ID, identifies CfgSite
objectrotationIDArray
- Rotating Pattern ID filter. Specify "null" retrieve all.sortMode
- Sort Mode (ECfgSortMode.Rotation
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)provideActivityInfo
- Provide Activity infoCfgRotationHolder
java.rmi.RemoteException
CfgGlobalSettings getGlobalSettings() throws java.rmi.RemoteException
java.rmi.RemoteException
void setGlobalSettings(CfgGlobalSettings settings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertAccrualRule(CfgAccrualRule accrualRule, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder updateAccrualRule(CfgAccrualRule accrualRule, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder validateAccrualRule(CfgAccrualRule accrualRule) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgAccrualRuleHolder getAccrualRule(int siteID, int[] accrualRuleIDArray, int sortMode, boolean ascending, int infoType) throws java.rmi.RemoteException
CfgAccrualRule
or CfgAccrualRuleShort
) for given SitesiteID
- Site ID, identifies CfgSite
objectaccrualRuleIDArray
- Accrual Rule ID filter. Specify "null" retrieve all.sortMode
- Sort Mode (ECfgSortMode.AccrualRule
)ascending
- Sort Order ("true" - ascending, "false" - descending)infoType
- Requested details level (ECfgInfoType
)CfgAccrualRuleHolder
java.rmi.RemoteException
CfgPlanningPeriodHolder getPlanningPeriod(int siteID, double startDate, double endDate) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgValidationHolder insertNotifyParam(CfgNotifyParam notifyParam, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgNotifyParam
object into databasenotifyParam
- CfgNotifyParam
to insertignoreWarnings
- Ignore warnings if any (true/false)CfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder insertNotifyParams(CfgNotifyParam[] notifyParams, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgNotifyParam
objects into database.notifyParams
- An array of CfgNotifyParam
objects.
if wmNotifyParamId == 0 -- A new object is inserted
if wmNotifyParamId > 0 -- An object designated by wmNotifyParamId is updated
if wmNotifyParamId < 0 -- An object designated by abs(wmNotifyParamId) is deletedignoreWarnings
- Ignore warnings if any (true/false)CfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder updateNotifyParam(CfgNotifyParam notifyParam, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgNotifyParam
object in databasenotifyParam
- An object to updatecheckTimestamp
- Check timestamp to make sure that object wasn't modified by another userignoreWarnings
- Ignore warnings if any (true/false)CfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder updateNotifyParams(CfgNotifyParam[] notifyParams, boolean checkTimestamp, boolean ignoreWarnings) throws java.rmi.RemoteException
CfgNotifyParam
objects in database.notifyParams
- An array of CfgNotifyParam
objects.
if wmNotifyParamId > 0 -- An object designated by wmNotifyParamId is updated
if wmNotifyParamId == 0 -- A new object is inserted
if wmNotifyParamId < 0 -- An object designated by abs(wmNotifyParamId) is deletedcheckTimestamp
- Check timestamp to make sure that object wasn't modified by another userignoreWarnings
- Ignore warnings if any (true/false)CfgValidationHolder
java.rmi.RemoteException
CfgValidationHolder validateNotifyParam(CfgNotifyParam notifyParam) throws java.rmi.RemoteException
java.rmi.RemoteException
CfgNotifyParam[] getNotifyParam(int siteID, int[] notifyParamIDArray) throws java.rmi.RemoteException
CfgNotifyParam
object(s)siteID
- Site ID (can be zero designating "general" notification parameters and can be -1 if requesting all objects)notifyParamIDArray
- An array of wmNotifyParamId values. Can be null meaning all objects.CfgNotifyParam
[]java.rmi.RemoteException
CfgNotifyParam[] getNotifyParamBySubsystem(int siteID, int[] subsystemGroupIDArray) throws java.rmi.RemoteException
CfgNotifyParam
object(s) filtered by subsystemsiteID
- Site ID (can be zero designating "general" notification parameters and can be -1 if requesting all objects)subsystemGroupIDArray
- An array of subsystem IDs (30 - Calendar, 40 - Schedule, 90 - Trading, ...). Can be null meaning all subsystems.CfgNotifyParam
[]java.rmi.RemoteException
Copyright © 2005-2016 Genesys Telecommunications Labs, Inc. All Rights Reserved.