Package com.sforce.soap.metadata
Class ActionLinkGroupTemplate
- java.lang.Object
-
- com.sforce.soap.metadata.Metadata
-
- com.sforce.soap.metadata.ActionLinkGroupTemplate
-
-
Constructor Summary
Constructors Constructor Description ActionLinkGroupTemplate()Constructor
-
Method Summary
-
Methods inherited from class com.sforce.soap.metadata.Metadata
getFullName, setFullName, setFullName
-
-
-
-
Method Detail
-
getActionLinkTemplates
public ActionLinkTemplate[] getActionLinkTemplates()
-
setActionLinkTemplates
public void setActionLinkTemplates(ActionLinkTemplate[] actionLinkTemplates)
-
setActionLinkTemplates
protected void setActionLinkTemplates(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getCategory
public PlatformActionGroupCategory getCategory()
-
setCategory
public void setCategory(PlatformActionGroupCategory category)
-
setCategory
protected void setCategory(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getExecutionsAllowed
public ActionLinkExecutionsAllowed getExecutionsAllowed()
-
setExecutionsAllowed
public void setExecutionsAllowed(ActionLinkExecutionsAllowed executionsAllowed)
-
setExecutionsAllowed
protected void setExecutionsAllowed(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getHoursUntilExpiration
public int getHoursUntilExpiration()
-
setHoursUntilExpiration
public void setHoursUntilExpiration(int hoursUntilExpiration)
-
setHoursUntilExpiration
protected void setHoursUntilExpiration(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getIsPublished
public boolean getIsPublished()
-
isIsPublished
public boolean isIsPublished()
-
setIsPublished
public void setIsPublished(boolean isPublished)
-
setIsPublished
protected void setIsPublished(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
getName
public String getName()
-
setName
public void setName(String name)
-
setName
protected void setName(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Throws:
IOExceptionConnectionException
-
write
public void write(QName __element, XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Specified by:
writein interfaceXMLizable- Overrides:
writein classMetadata- Throws:
IOException
-
writeFields
protected void writeFields(XmlOutputStream __out, TypeMapper __typeMapper) throws IOException
- Overrides:
writeFieldsin classMetadata- Throws:
IOException
-
load
public void load(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Specified by:
loadin interfaceXMLizable- Overrides:
loadin classMetadata- Throws:
IOExceptionConnectionException
-
loadFields
protected void loadFields(XmlInputStream __in, TypeMapper __typeMapper) throws IOException, ConnectionException
- Overrides:
loadFieldsin classMetadata- Throws:
IOExceptionConnectionException
-
-