Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents

Usages

Thai

ตามธรรมเนียม


Abstract Class

Thai

ชั้นนามธรรม


org.joget.directory.model.service.DefaultDirectoryManagerPlugin

  • Under wflow-directory module

    Thai

    ภายใต้โมดูลไดเรกทอรี wflow

  • Extended org.joget.plugin.base.ExtDefaultPlugin. Please refer to Plugin Base Abstract Class and Interface.

    Thai

    ขยาย org.joget.plugin.base.ExtDefaultPlugin โปรดอ้างอิงถึง Plugin Base Abstract Class and Interface

  • Implemented org.joget.plugin.property.model.PropertyEditable. Please refer to Plugin Base Abstract Class and Interface.

    Thai
    Implemented org

    ดำเนินการ org.joget.plugin.property.model.PropertyEditable

    . Please refer to Plugin Base Abstract Class and Interface.

    โปรดอ้างอิงถึงระดับฐานปลั๊กอินและอินเตอร์เฟส

  • A base abstract class to develop a Directory Manager Plugin

    Thai

    คลาสนามธรรมพื้นฐานเพื่อพัฒนาปลั๊กอินตัวจัดการไดเรกทอรี

Method Detail

Thai

รายละเอียดวิธีการ


Abstract Methods
Thai
วิธีการเชิงนามธรรม
authenticate
Thai
ทำให้น่าเชื่อถือ,ความถูกต้อง
public boolean authenticate(java.lang.String username, java.lang.String password)

Method called to authenticate a particular User against the directory

Thai

วิธีการที่เรียกว่าตรวจสอบผู้ใช้เฉพาะกับไดเรกทอรี

getDepartmentById
public org.joget.directory.model.Department getDepartmentById(java.lang.String departmentId)

Method called to retrieve a specific Department by Department Id

Thai

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะตามรหัสแผนก

getDepartmentByName
public org.joget.directory.model.Department getDepartmentByName(java.lang.String name)

Method called to retrieve a specific Department by Department Name

Thai

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกเฉพาะโดยชื่อแผนก

getDepartmentHod
public org.joget.directory.model.User getDepartmentHod(java.lang.String departmentId)

Method called to return a specific HOD for a Department

Thai

วิธีการที่เรียกใช้เพื่อส่งคืน HOD ที่เจาะจงสำหรับแผนก

getDepartmentList
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList()

Generic method called to retrieve all Departments within the directory

Thai

วิธีการทั่วไปเพื่อดึงหน่วยงานทั้งหมดภายในไดเรกทอรี

getDepartmentList
public java.util.Collection<org.joget.directory.model.Department> getDepartmentList(java.lang.String sort, java.lang.Boolean desc, java.lang.Integer start, java.lang.Integer rows)

Method called to retrieve all Departments within the directory filtered by search parameters

Thai

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในไดเรกทอรีที่กรองโดยพารามิเตอร์การค้นหา

getDepartmentListByOrganization

...

Method called to retrieve all Departments within a specific Organization filtered by search parameters

Thai

วิธีการที่เรียกใช้เพื่อดึงข้อมูลแผนกทั้งหมดภายในองค์กรเฉพาะที่กรองโดยพารามิเตอร์การค้นหา

getDepartmentsByOrganizationId

...

Related Community Plugins

  • Not Available

...