| Constructor and Description |
|---|
PermissionSetObjectPermissions()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
getAllowCreate() |
boolean |
getAllowDelete() |
boolean |
getAllowEdit() |
boolean |
getAllowRead() |
boolean |
getModifyAllRecords() |
String |
getObject() |
boolean |
getViewAllRecords() |
boolean |
isAllowCreate() |
boolean |
isAllowDelete() |
boolean |
isAllowEdit() |
boolean |
isAllowRead() |
boolean |
isModifyAllRecords() |
boolean |
isViewAllRecords() |
void |
load(XmlInputStream __in,
TypeMapper __typeMapper) |
protected void |
loadFields(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowCreate(boolean allowCreate) |
protected void |
setAllowCreate(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowDelete(boolean allowDelete) |
protected void |
setAllowDelete(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowEdit(boolean allowEdit) |
protected void |
setAllowEdit(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setAllowRead(boolean allowRead) |
protected void |
setAllowRead(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setModifyAllRecords(boolean modifyAllRecords) |
protected void |
setModifyAllRecords(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setObject(String object) |
protected void |
setObject(XmlInputStream __in,
TypeMapper __typeMapper) |
void |
setViewAllRecords(boolean viewAllRecords) |
protected void |
setViewAllRecords(XmlInputStream __in,
TypeMapper __typeMapper) |
String |
toString() |
void |
write(QName __element,
XmlOutputStream __out,
TypeMapper __typeMapper) |
protected void |
writeFields(XmlOutputStream __out,
TypeMapper __typeMapper) |
public PermissionSetObjectPermissions()
public boolean getAllowCreate()
public boolean isAllowCreate()
public void setAllowCreate(boolean allowCreate)
protected void setAllowCreate(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getAllowDelete()
public boolean isAllowDelete()
public void setAllowDelete(boolean allowDelete)
protected void setAllowDelete(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getAllowEdit()
public boolean isAllowEdit()
public void setAllowEdit(boolean allowEdit)
protected void setAllowEdit(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getAllowRead()
public boolean isAllowRead()
public void setAllowRead(boolean allowRead)
protected void setAllowRead(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getModifyAllRecords()
public boolean isModifyAllRecords()
public void setModifyAllRecords(boolean modifyAllRecords)
protected void setModifyAllRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic String getObject()
public void setObject(String object)
protected void setObject(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic boolean getViewAllRecords()
public boolean isViewAllRecords()
public void setViewAllRecords(boolean viewAllRecords)
protected void setViewAllRecords(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionpublic void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
write in interface XMLizableIOExceptionprotected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
IOExceptionpublic void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
load in interface XMLizableIOExceptionConnectionExceptionprotected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
IOExceptionConnectionExceptionCopyright © 2017. All Rights Reserved.