@Entity public class Project extends AbstractEntity<Long>
| Modifier and Type | Class and Description |
|---|---|
protected static class |
Project.SameKeyPredicate |
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
addEnvironmentSetting(ProjectEnvironmentSetting environmentSetting) |
void |
deActivate() |
List<ProjectEnvironmentSetting> |
getEnvironmentSettings() |
void |
removeEnvironmentSetting(String key) |
protected void |
validateForKeyAlreadyExists(ProjectEnvironmentSetting environmentSetting) |
isNewpublic void addEnvironmentSetting(ProjectEnvironmentSetting environmentSetting) throws KeyAlreadyExistsException
KeyAlreadyExistsExceptionpublic void removeEnvironmentSetting(String key)
protected void validateForKeyAlreadyExists(ProjectEnvironmentSetting environmentSetting) throws KeyAlreadyExistsException
KeyAlreadyExistsExceptionpublic List<ProjectEnvironmentSetting> getEnvironmentSettings()
public void activate()
public void deActivate()
Copyright © 2016–2017. All rights reserved.