| 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) |
void |
setAllowDelete(boolean allowDelete) |
void |
setAllowEdit(boolean allowEdit) |
void |
setAllowRead(boolean allowRead) |
void |
setModifyAllRecords(boolean modifyAllRecords) |
void |
setObject(String object) |
void |
setViewAllRecords(boolean viewAllRecords) |
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)
public boolean getAllowDelete()
public boolean isAllowDelete()
public void setAllowDelete(boolean allowDelete)
public boolean getAllowEdit()
public boolean isAllowEdit()
public void setAllowEdit(boolean allowEdit)
public boolean getAllowRead()
public boolean isAllowRead()
public void setAllowRead(boolean allowRead)
public boolean getModifyAllRecords()
public boolean isModifyAllRecords()
public void setModifyAllRecords(boolean modifyAllRecords)
public String getObject()
public void setObject(String object)
public boolean getViewAllRecords()
public boolean isViewAllRecords()
public void setViewAllRecords(boolean viewAllRecords)
public 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 © 2015. All Rights Reserved.