Home
last modified time | relevance | path

Searched refs:setIsDeleted (Results 1 – 25 of 27) sorted by relevance

12

/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/lib/dao/
H A DCustomerDao.php112 $customer->setIsDeleted(Customer::DELETED);
124 $customer->setIsDeleted(Customer::ACTIVE);
142 $project->setIsDeleted(Project::DELETED_PROJECT);
162 $project->setIsDeleted(Project::ACTIVE_PROJECT);
181 $projectActivity->setIsDeleted(ProjectActivity::DELETED_PROJECT_ACTIVITY);
199 $projectActivity->setIsDeleted(ProjectActivity::ACTIVE_PROJECT_ACTIVITY);
H A DProjectDao.php41 $project->setIsDeleted(Project::DELETED_PROJECT);
60 $projectActivity->setIsDeleted(ProjectActivity::DELETED_PROJECT_ACTIVITY);
487 $projectActivity->setIsDeleted(ProjectActivity::DELETED_PROJECT_ACTIVITY);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmRESTPlugin/lib/Api/Time/Entity/
H A DProjectActivity.php78 public function setIsDeleted($isDeleted) function in Orangehrm\\Rest\\Api\\Time\\Entity\\ProjectActivity
106 $this->setIsDeleted($projectActivity->getIsDeleted());
H A DCustomer.php93 public function setIsDeleted($isDeleted) function in Orangehrm\\Rest\\Api\\Time\\Entity\\Customer
124 $this->setIsDeleted($customer->getIsDeleted());
H A DProject.php138 public function setIsDeleted($isDeleted) function in Orangehrm\\Rest\\Api\\Time\\Entity\\Project
201 $this->setIsDeleted($project->getIsDeleted());
/dports/net/rssguard/rssguard-4.0.4/src/librssguard/core/
H A Dmessageobject.h28 Q_PROPERTY(bool isDeleted READ isDeleted WRITE setIsDeleted)
132 void setIsDeleted(bool is_deleted);
H A Dmessageobject.cpp209 void MessageObject::setIsDeleted(bool is_deleted) { in setIsDeleted() function in MessageObject
/dports/net-p2p/qtum/qtum-mainnet-fastlane-v0.20.3/src/qt/
H A Dabiparam.cpp115 m_listParamItems[0]->setIsDeleted(false); in addNewParamItem()
139 m_listParamItems[0]->setIsDeleted(true); in removeParamItem()
H A Dabiparamitem.h25 void setIsDeleted(bool isLast);
H A Dabiparamitem.cpp82 void ABIParamItem::setIsDeleted(bool isDeleted) in setIsDeleted() function in ABIParamItem
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Appsactivity/
H A DUser.php27 public function setIsDeleted($isDeleted) function in Google_Service_Appsactivity_User
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Appsactivity/
H A DUser.php27 public function setIsDeleted($isDeleted) function in Google_Service_Appsactivity_User
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/lib/form/
H A DAddProjectActivityForm.php69 $activity->setIsDeleted(ProjectActivity::ACTIVE_PROJECT);
H A DProjectForm.php151 $project->setIsDeleted(Project::ACTIVE_PROJECT);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmAdminPlugin/modules/admin/actions/
H A DcopyActivityAction.class.php72 $activity->setIsDeleted(ProjectActivity::ACTIVE_PROJECT);
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmOpenidAuthenticationPlugin/lib/vendor/GoogleAPIClient/Service/
H A DAdmin.php121 public function setIsDeleted($isDeleted) function in Google_Service_Admin_MailItem
H A DMirror.php1722 public function setIsDeleted($isDeleted) function in Google_Service_Mirror_TimelineItem
/dports/www/moodle311/moodle/lib/google/src/Google/Service/
H A DAdmin.php122 public function setIsDeleted($isDeleted) function in Google_Service_Admin_MailItem
/dports/www/moodle310/moodle/lib/google/src/Google/Service/
H A DAdmin.php122 public function setIsDeleted($isDeleted) function in Google_Service_Admin_MailItem
/dports/www/moodle39/moodle/lib/google/src/Google/Service/
H A DAdmin.php122 public function setIsDeleted($isDeleted) function in Google_Service_Admin_MailItem
/dports/devel/doxygen/doxygen-1.9.3/src/
H A Darguments.h116 void setIsDeleted(bool b) { m_isDeleted = b; } in setIsDeleted() function
/dports/www/owncloud/owncloud/apps/files_external/3rdparty/google/apiclient-services/src/Google/Service/Mirror/
H A DTimelineItem.php154 public function setIsDeleted($isDeleted) function in Google_Service_Mirror_TimelineItem
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/vendor/google/apiclient-services/src/Google/Service/Mirror/
H A DTimelineItem.php154 public function setIsDeleted($isDeleted) function in Google_Service_Mirror_TimelineItem
/dports/www/orangehrm/orangehrm-4.9/symfony/plugins/orangehrmCorporateDirectoryPlugin/lib/dao/
H A DEmployeeDirectoryDao.php324 $jobTitle->setIsDeleted($row['isDeleted']);
/dports/www/orangehrm/orangehrm-4.9/symfony/lib/model/doctrine/orangehrmPimPlugin/
H A DEmployeeTable.class.php109 $jobTitle->setIsDeleted($row['isDeleted']);

12