All Methods Instance Methods Concrete Methods
Modifier and Type |
Method and Description |
void |
add()
Insert on Craft will also add records for craftskill and craftrate.
|
void |
canDelete()
Craft cannot be deleted if it is referenced by any rows in the CraftSkill, CraftRate.
|
void |
delete(long accessModifier)
Delete Craft and associated skilllevels and rates
|
MboRemote |
duplicate()
This method creates a duplicate craft
Copies over craftskill, craftrate and ppcraftrate records associated with this craft.
|
double |
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
|
void |
undelete()
Undelete Craft and associated skilllevels and rates
IV80199 - associated records were not undeleted if an error occured
|