1 #ifndef RenameProjectWorkOrder_H
2 #define RenameProjectWorkOrder_H
The main project for cnetsuite.
void syncUndo()
This method is designed to be implemented by children work orders.
Project * project() const
Returns the Project this WorkOrder is attached to.
static bool isNameValid(QString nameToCheck)
Check the validity of the given (proposed) project name.
Parent class for anything that performs an action in Project.
Change the project's GUI name.
bool isExecutable(Context context)
Re-implement this method if your work order utilizes controls for data in order to operate...
bool execute()
The (child) implementation of this method should prompt the user/gather state by any means necessary...
void syncRedo()
This method is designed to be implemented by children work orders.
Context
This enumeration is for recording the context of the current Workorder (whether it is part of a proje...
bool dependsOn(WorkOrder *other) const
This is a virtual function whose role in child classes is to determine if this WorkOrder deppends on ...