public class Project extends Object implements ModelInterface
| Modifier and Type | Field and Description |
|---|---|
String |
globalAccess
Global access settings
|
Long |
id
Project ID
|
| Constructor and Description |
|---|
Project() |
Project(HashMap<String,Object> parameters) |
Project(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
| Modifier and Type | Method and Description |
|---|---|
static ListIterator<Project> |
all() |
static ListIterator<Project> |
all(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Project |
create(HashMap<String,Object> parameters)
Parameters:
global_access (required) - string - Global permissions.
|
static Project |
create(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
delete() |
static void |
delete(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
delete(Long id,
HashMap<String,Object> parameters) |
static void |
delete(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static void |
destroy() |
void |
destroy(HashMap<String,Object> parameters) |
static void |
destroy(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Project |
find(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Project |
find(Long id,
HashMap<String,Object> parameters)
Parameters:
id (required) - int64 - Project ID.
|
static Project |
find(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Project |
get() |
static Project |
get(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static ListIterator<Project> |
list()
Parameters:
cursor - string - Used for pagination.
|
static ListIterator<Project> |
list(HashMap<String,Object> parameters) |
static ListIterator<Project> |
list(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
void |
save() |
Project |
update()
Parameters:
global_access (required) - string - Global permissions.
|
static Project |
update(HashMap<String,Object> parameters,
HashMap<String,Object> options) |
static Project |
update(Long id,
HashMap<String,Object> parameters)
Parameters:
global_access (required) - string - Global permissions.
|
static Project |
update(Long id,
HashMap<String,Object> parameters,
HashMap<String,Object> options) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitsetOptionspublic Long id
public String globalAccess
public Project update() throws IOException
IOExceptionpublic void delete()
throws IOException
IOExceptionpublic void destroy(HashMap<String,Object> parameters) throws IOException
IOExceptionpublic void save()
throws IOException
IOExceptionpublic static ListIterator<Project> list() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Project> list(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Project> list(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static ListIterator<Project> all() throws RuntimeException
RuntimeExceptionpublic static ListIterator<Project> all(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Project find(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Project find(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Project find(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Project get() throws RuntimeException
RuntimeExceptionpublic static Project get(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Project create(HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Project create(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Project update(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static Project update(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static Project update(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters) throws RuntimeException
RuntimeExceptionpublic static void delete(HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void delete(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionpublic static void destroy()
throws RuntimeException
RuntimeExceptionpublic static void destroy(Long id, HashMap<String,Object> parameters, HashMap<String,Object> options) throws RuntimeException
RuntimeExceptionCopyright © 2024 com.github.files-com. All rights reserved.