public BnNodePerformerAssignPK ejbCreate(BnNodePerformerAssignValue prp) throws InvalidValueException, EJBException, CreateException(Code)
Create a PerformerAssign based on the supplied PerformerAssign Value Object.
throws: InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again throws: EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again throws: CreateException - Because we have to do so (EJB spec.)
ejbCreate
public BnNodePerformerAssignPK ejbCreate(String performerAssignName, int performerAssignType, String propertyName) throws InvalidValueException, EJBException, CreateException(Code)
Create a PerformerAssign based on the supplied parameters.
throws: InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again throws: EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again throws: CreateException - Because we have to do so (EJB spec.)